-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 45b68e8 🚀
- Loading branch information
Showing
152 changed files
with
130,929 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export default function AdvancedOptions({ children, content, label, style, isOpenByDefault }: { | ||
children: any; | ||
content: any; | ||
label: any; | ||
style: any; | ||
isOpenByDefault: any; | ||
}): import("react/jsx-runtime").JSX.Element | null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { default as React } from '../../../node_modules/react'; | ||
export const AssignDefaultsModeContext: React.Context<{ | ||
inAssignDefaultsMode: boolean; | ||
setAssignDefaultsMode: () => void; | ||
}>; | ||
export namespace workflowDefaultParamsObj { | ||
let taskNumber: undefined; | ||
let workflowDefinitionName: undefined; | ||
let workflowDefinitionId: undefined; | ||
let workflowRunName: undefined; | ||
let workflowRunId: undefined; | ||
let toolName: undefined; | ||
let workflowToolTitle: undefined; | ||
let workflowTaskCode: undefined; | ||
} | ||
export const WorkflowDefaultParamsContext: React.Context<{ | ||
taskNumber: undefined; | ||
workflowDefinitionName: undefined; | ||
workflowDefinitionId: undefined; | ||
workflowRunName: undefined; | ||
workflowRunId: undefined; | ||
toolName: undefined; | ||
workflowToolTitle: undefined; | ||
workflowTaskCode: undefined; | ||
}>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default function AsyncValidateFieldSpinner({ validating }: { | ||
validating: any; | ||
}): import("react/jsx-runtime").JSX.Element | null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default function BlueprintError({ error }: { | ||
error: any; | ||
}): import("react/jsx-runtime").JSX.Element | null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export default function BounceLoader({ style, className }: { | ||
style: any; | ||
className: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default function CollapsibleCard({ title, icon, openTitleElements, noCard, className, style, children, initialClosed, toggle, isOpen }: { | ||
title: any; | ||
icon: any; | ||
openTitleElements: any; | ||
noCard?: boolean | undefined; | ||
className: any; | ||
style: any; | ||
children: any; | ||
initialClosed?: boolean | undefined; | ||
toggle: any; | ||
isOpen: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export default function DNALoader({ style, className }: { | ||
style: any; | ||
className: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export function CellDragHandle({ thisTable, onDragEnd, cellId, isSelectionARectangle }: { | ||
thisTable: any; | ||
onDragEnd: any; | ||
cellId: any; | ||
isSelectionARectangle: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export function ColumnFilterMenu({ addFilters, compact, currentFilter, currentParams, dataType, extraCompact, filterActiveForColumn, FilterMenu, filterOn, removeSingleFilter, schemaForField, setNewParams, formName }: { | ||
addFilters: any; | ||
compact: any; | ||
currentFilter: any; | ||
currentParams: any; | ||
dataType: any; | ||
extraCompact: any; | ||
filterActiveForColumn: any; | ||
FilterMenu: any; | ||
filterOn: any; | ||
removeSingleFilter: any; | ||
schemaForField: any; | ||
setNewParams: any; | ||
formName: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
export function useColumns({ addFilters, cellRenderer, columns, currentParams, compact, editingCell, editingCellSelectAll, entities, expandedEntityIdMap, extraCompact, filters, formName, getCellHoverText, isCellEditable, isEntityDisabled, isLocalCall, isSimple, isSingleSelect, isSelectionARectangle, noDeselectAll, noSelect, noUserSelect, onDeselect, onMultiRowSelect, onRowClick, onRowSelect, onSingleRowSelect, order, primarySelectedCellId, reduxFormCellValidation, reduxFormSelectedEntityIdMap, refocusTable, removeSingleFilter, schema, selectedCells, setExpandedEntityIdMap, setNewParams, setOrder, setSelectedCells, shouldShowSubComponent, startCellEdit, SubComponent, tableRef, updateEntitiesHelper, updateValidation, withCheckboxes, withExpandAndCollapseAllButton, withFilter: _withFilter, withSort, recordIdToIsVisibleMap, setRecordIdToIsVisibleMap }: { | ||
addFilters: any; | ||
cellRenderer: any; | ||
columns: any; | ||
currentParams: any; | ||
compact: any; | ||
editingCell: any; | ||
editingCellSelectAll: any; | ||
entities: any; | ||
expandedEntityIdMap: any; | ||
extraCompact: any; | ||
filters: any; | ||
formName: any; | ||
getCellHoverText: any; | ||
isCellEditable: any; | ||
isEntityDisabled: any; | ||
isLocalCall: any; | ||
isSimple: any; | ||
isSingleSelect: any; | ||
isSelectionARectangle: any; | ||
noDeselectAll: any; | ||
noSelect: any; | ||
noUserSelect: any; | ||
onDeselect: any; | ||
onMultiRowSelect: any; | ||
onRowClick: any; | ||
onRowSelect: any; | ||
onSingleRowSelect: any; | ||
order: any; | ||
primarySelectedCellId: any; | ||
reduxFormCellValidation: any; | ||
reduxFormSelectedEntityIdMap: any; | ||
refocusTable: any; | ||
removeSingleFilter?: ((...args: any[]) => void) | undefined; | ||
schema: any; | ||
selectedCells: any; | ||
setExpandedEntityIdMap: any; | ||
setNewParams: any; | ||
setOrder?: ((...args: any[]) => void) | undefined; | ||
setSelectedCells: any; | ||
shouldShowSubComponent: any; | ||
startCellEdit: any; | ||
SubComponent: any; | ||
tableRef: any; | ||
updateEntitiesHelper: any; | ||
updateValidation: any; | ||
withCheckboxes: any; | ||
withExpandAndCollapseAllButton: any; | ||
withFilter: any; | ||
withSort?: boolean | undefined; | ||
recordIdToIsVisibleMap: any; | ||
setRecordIdToIsVisibleMap: any; | ||
}): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export default DisabledLoadingComponent; | ||
declare function DisabledLoadingComponent({ disabled, loading, loadingText }: { | ||
disabled: any; | ||
loading: any; | ||
loadingText: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export default DisplayOptions; | ||
declare function DisplayOptions({ compact, extraCompact, disabled, hideDisplayOptionsIcon, resetDefaultVisibility, updateColumnVisibility, updateTableDisplayDensity, showForcedHiddenColumns, setShowForcedHidden, hasOptionForForcedHidden, schema }: { | ||
compact: any; | ||
extraCompact: any; | ||
disabled: any; | ||
hideDisplayOptionsIcon: any; | ||
resetDefaultVisibility?: ((...args: any[]) => void) | undefined; | ||
updateColumnVisibility?: ((...args: any[]) => void) | undefined; | ||
updateTableDisplayDensity: any; | ||
showForcedHiddenColumns: any; | ||
setShowForcedHidden: any; | ||
hasOptionForForcedHidden: any; | ||
schema: any; | ||
}): import("react/jsx-runtime").JSX.Element | null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export function DropdownCell({ options, isMulti, initialValue, finishEdit, cancelEdit, dataTest }: { | ||
options: any; | ||
isMulti: any; | ||
initialValue: any; | ||
finishEdit: any; | ||
cancelEdit: any; | ||
dataTest: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export function EditableCell({ cancelEdit, dataTest, finishEdit, isNumeric, initialValue }: { | ||
cancelEdit: any; | ||
dataTest: any; | ||
finishEdit: any; | ||
isNumeric: any; | ||
initialValue: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export default FilterAndSortMenu; | ||
declare function FilterAndSortMenu({ dataType, togglePopover, filterOn, addFilters, removeSingleFilter, currentFilter }: { | ||
dataType: any; | ||
togglePopover: any; | ||
filterOn: any; | ||
addFilters: any; | ||
removeSingleFilter: any; | ||
currentFilter: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
export default PagingTool; | ||
declare function PagingTool({ controlled_hasNextPage, controlled_onRefresh, controlled_page, controlled_setPage, controlled_setPageSize, controlled_total, disabled: _disabled, disableSetPageSize, entities, entityCount, hideSetPageSize, hideTotalPages, keepSelectionOnPageChange, onRefresh: _onRefresh, page: _page, pageSize, pagingDisabled, persistPageSize, scrollToTop, setPage: _setPage, setPageSize: _setPageSize, setSelectedEntityIdMap }: { | ||
controlled_hasNextPage: any; | ||
controlled_onRefresh: any; | ||
controlled_page: any; | ||
controlled_setPage: any; | ||
controlled_setPageSize: any; | ||
controlled_total: any; | ||
disabled: any; | ||
disableSetPageSize: any; | ||
entities: any; | ||
entityCount: any; | ||
hideSetPageSize: any; | ||
hideTotalPages: any; | ||
keepSelectionOnPageChange: any; | ||
onRefresh: any; | ||
page: any; | ||
pageSize: any; | ||
pagingDisabled: any; | ||
persistPageSize?: ((...args: any[]) => void) | undefined; | ||
scrollToTop: any; | ||
setPage: any; | ||
setPageSize: any; | ||
setSelectedEntityIdMap: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export function RenderCell({ oldFunc, getCopyTextForCell, column, isCellEditable, isEntityDisabled, finishCellEdit, formName, noEllipsis, cancelCellEdit, getCellHoverText, selectedCells, isSelectionARectangle, startCellEdit, tableRef, onDragEnd, args }: { | ||
oldFunc: any; | ||
getCopyTextForCell: any; | ||
column: any; | ||
isCellEditable: any; | ||
isEntityDisabled: any; | ||
finishCellEdit: any; | ||
formName: any; | ||
noEllipsis: any; | ||
cancelCellEdit: any; | ||
getCellHoverText: any; | ||
selectedCells: any; | ||
isSelectionARectangle: any; | ||
startCellEdit: any; | ||
tableRef: any; | ||
onDragEnd: any; | ||
args: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export default SearchBar; | ||
declare function SearchBar({ searchInput, setSearchTerm, loading, searchMenuButton, disabled, autoFocusSearch, noForm }: { | ||
searchInput: any; | ||
setSearchTerm: any; | ||
loading: any; | ||
searchMenuButton: any; | ||
disabled: any; | ||
autoFocusSearch: any; | ||
noForm: any; | ||
}): import("react/jsx-runtime").JSX.Element | undefined; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export default SortableColumns; | ||
declare function SortableColumns({ className, style, children, moveColumn }: { | ||
className: any; | ||
style: any; | ||
children: any; | ||
moveColumn: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { default as React } from '../../../../node_modules/react'; | ||
export default TableFormTrackerContext; | ||
declare const TableFormTrackerContext: React.Context<{ | ||
formNames: never[]; | ||
pushFormName: () => void; | ||
isActive: boolean; | ||
}>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export function ThComponent({ toggleSort, immovable, className, children, style, columnindex, ...rest }: { | ||
[x: string]: any; | ||
toggleSort: any; | ||
immovable: any; | ||
className: any; | ||
children: any; | ||
style: any; | ||
columnindex: any; | ||
}): import("react/jsx-runtime").JSX.Element; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
declare const _default: any; | ||
export default _default; | ||
export type options = { | ||
/** | ||
* Are we searching for 1 thing or many? | ||
*/ | ||
isPlural: boolean; | ||
/** | ||
* What the props come back on ( by default = modelName + 'Query') | ||
*/ | ||
queryName: string; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export namespace defaultFormatters { | ||
function boolean(newVal: any): boolean; | ||
function dropdown(newVal: any, field: any): any; | ||
function dropdownMulti(newVal: any, field: any): any; | ||
function number(newVal: any): any; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export namespace defaultValidators { | ||
function dropdown(newVal: any, field: any): "Please choose one of the accepted values" | undefined; | ||
function dropdownMulti(newVal: any, field: any): "Please choose one of the accepted values" | undefined; | ||
function number(newVal: any, field: any): "Must be a number" | undefined; | ||
function string(newVal: any, field: any): false | "Please enter a value here" | undefined; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export function editCellHelper({ entity, path, schema, columnSchema, newVal }: { | ||
entity: any; | ||
path: any; | ||
schema: any; | ||
columnSchema: any; | ||
newVal: any; | ||
}): { | ||
entity: any; | ||
error: any; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function getCellVal(ent: any, path: any, col: any): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function getVals(values: any): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default WrappedDT; | ||
declare const WrappedDT: any; | ||
export const ConnectedPagingTool: any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function isTruthy(v: any): boolean; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function isValueEmpty(val: any): boolean; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export function mergeSchemas(_originalSchema: any, _overrideSchema: any): any; | ||
export default convertSchema; | ||
declare function convertSchema(schema: any): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export function formatPasteData({ schema, newVal, path }: { | ||
schema: any; | ||
newVal: any; | ||
path: any; | ||
}): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function getAllRows(e: any): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function getCellCopyText(cellWrapper: any): any[]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
export function getCellInfo({ columnIndex, columnPath, rowId, schema, entities, rowIndex, isEntityDisabled, entity }: { | ||
columnIndex: any; | ||
columnPath: any; | ||
rowId: any; | ||
schema: any; | ||
entities: any; | ||
rowIndex: any; | ||
isEntityDisabled: any; | ||
entity: any; | ||
}): { | ||
cellId: string; | ||
cellIdAbove: any; | ||
cellIdToRight: any; | ||
cellIdBelow: any; | ||
cellIdToLeft: any; | ||
rowDisabled: any; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function getFieldPathToField(schema: any): {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function getIdOrCodeOrIndex(record: any, rowIndex: any): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function getLastSelectedEntity(idMap: any): undefined; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export function getNewEntToSelect({ type, lastSelectedIndex, entities, isEntityDisabled }: { | ||
type: any; | ||
lastSelectedIndex: any; | ||
entities: any; | ||
isEntityDisabled: any; | ||
}): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export function getRowCopyText(rowEl: any, { specificColumn }?: { | ||
specificColumn: any; | ||
}): (string | any[])[]; |
1 change: 1 addition & 0 deletions
1
ui/version/0.7.19/DataTable/utils/getTableConfigFromStorage.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default function getTableConfigFromStorage(formName: any): string | null; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function handleCopyColumn(e: any, cellWrapper: any, selectedRecords: any): void; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function handleCopyHelper(stringToCopy: any, jsonToCopy: any, message: any): void; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export function handleCopyRows(rowElsToCopy: any, { specificColumn, onFinishMsg, isDownload }?: { | ||
specificColumn: any; | ||
onFinishMsg: any; | ||
isDownload: any; | ||
}): any; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export function handleCopyTable(e: any, opts: any): void; |
Oops, something went wrong.