@lavalogic/scoria 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -0
- package/dist/Components/Action.svelte +258 -0
- package/dist/Components/Action.svelte.d.ts +30 -0
- package/dist/Components/AlertModal.svelte +373 -0
- package/dist/Components/AlertModal.svelte.d.ts +3 -0
- package/dist/Components/BigRadioSet.svelte +88 -0
- package/dist/Components/BigRadioSet.svelte.d.ts +30 -0
- package/dist/Components/Bubble.svelte +115 -0
- package/dist/Components/Bubble.svelte.d.ts +21 -0
- package/dist/Components/Button.svelte +540 -0
- package/dist/Components/Button.svelte.d.ts +32 -0
- package/dist/Components/Checkbox.svelte +168 -0
- package/dist/Components/Checkbox.svelte.d.ts +15 -0
- package/dist/Components/CollapsibleCard.svelte +136 -0
- package/dist/Components/CollapsibleCard.svelte.d.ts +11 -0
- package/dist/Components/Contexts/ContextMenu.svelte +73 -0
- package/dist/Components/Contexts/ContextMenu.svelte.d.ts +3 -0
- package/dist/Components/Contexts/ContextMenuDivider.svelte +11 -0
- package/dist/Components/Contexts/ContextMenuDivider.svelte.d.ts +6 -0
- package/dist/Components/Contexts/ContextMenuOption.svelte +65 -0
- package/dist/Components/Contexts/ContextMenuOption.svelte.d.ts +10 -0
- package/dist/Components/Contexts/Toast.svelte +89 -0
- package/dist/Components/Contexts/Toast.svelte.d.ts +8 -0
- package/dist/Components/Contexts/ToastContainer.svelte +54 -0
- package/dist/Components/Contexts/ToastContainer.svelte.d.ts +3 -0
- package/dist/Components/Contexts/Tooltip.svelte +116 -0
- package/dist/Components/Contexts/Tooltip.svelte.d.ts +3 -0
- package/dist/Components/DataMatrixIcon.svelte +58 -0
- package/dist/Components/DataMatrixIcon.svelte.d.ts +9 -0
- package/dist/Components/DateInput.svelte +356 -0
- package/dist/Components/DateInput.svelte.d.ts +24 -0
- package/dist/Components/DatePicker.svelte +346 -0
- package/dist/Components/DatePicker.svelte.d.ts +11 -0
- package/dist/Components/DesktopModal.svelte +235 -0
- package/dist/Components/DesktopModal.svelte.d.ts +23 -0
- package/dist/Components/Dial.svelte +219 -0
- package/dist/Components/Dial.svelte.d.ts +37 -0
- package/dist/Components/DimensionInput.svelte +486 -0
- package/dist/Components/DimensionInput.svelte.d.ts +32 -0
- package/dist/Components/FileCard.svelte +32 -0
- package/dist/Components/FileCard.svelte.d.ts +7 -0
- package/dist/Components/FileUpload.svelte +413 -0
- package/dist/Components/FileUpload.svelte.d.ts +27 -0
- package/dist/Components/GridInput.svelte +187 -0
- package/dist/Components/GridInput.svelte.d.ts +30 -0
- package/dist/Components/GridInputSet.svelte +37 -0
- package/dist/Components/GridInputSet.svelte.d.ts +30 -0
- package/dist/Components/HorizontalTabGroup.svelte +81 -0
- package/dist/Components/HorizontalTabGroup.svelte.d.ts +34 -0
- package/dist/Components/HorizontalTabGroupButton.svelte +85 -0
- package/dist/Components/HorizontalTabGroupButton.svelte.d.ts +29 -0
- package/dist/Components/Icon.svelte +1412 -0
- package/dist/Components/Icon.svelte.d.ts +887 -0
- package/dist/Components/LoadingAnimation.svelte +129 -0
- package/dist/Components/LoadingAnimation.svelte.d.ts +6 -0
- package/dist/Components/LoadingModal.svelte +316 -0
- package/dist/Components/LoadingModal.svelte.d.ts +7 -0
- package/dist/Components/LoadingOverlay.svelte +58 -0
- package/dist/Components/LoadingOverlay.svelte.d.ts +8 -0
- package/dist/Components/Modal.svelte +577 -0
- package/dist/Components/Modal.svelte.d.ts +31 -0
- package/dist/Components/MultiSelect.svelte +412 -0
- package/dist/Components/MultiSelect.svelte.d.ts +49 -0
- package/dist/Components/NumberInput.svelte +407 -0
- package/dist/Components/NumberInput.svelte.d.ts +32 -0
- package/dist/Components/PasswordInput.svelte +324 -0
- package/dist/Components/PasswordInput.svelte.d.ts +18 -0
- package/dist/Components/Portal.svelte +31 -0
- package/dist/Components/Portal.svelte.d.ts +8 -0
- package/dist/Components/ProgressBubble.svelte +134 -0
- package/dist/Components/ProgressBubble.svelte.d.ts +8 -0
- package/dist/Components/QuerySelect.svelte +556 -0
- package/dist/Components/QuerySelect.svelte.d.ts +52 -0
- package/dist/Components/SingleSelect.svelte +480 -0
- package/dist/Components/SingleSelect.svelte.d.ts +61 -0
- package/dist/Components/Switch.svelte +151 -0
- package/dist/Components/Switch.svelte.d.ts +12 -0
- package/dist/Components/Table/Body/QuickSearchCell.svelte +527 -0
- package/dist/Components/Table/Body/QuickSearchCell.svelte.d.ts +30 -0
- package/dist/Components/Table/Body/Rows/ColumnHighlight.svelte +67 -0
- package/dist/Components/Table/Body/Rows/ColumnHighlight.svelte.d.ts +8 -0
- package/dist/Components/Table/Body/Rows/ColumnList.svelte +67 -0
- package/dist/Components/Table/Body/Rows/ColumnList.svelte.d.ts +27 -0
- package/dist/Components/Table/Body/Rows/ColumnListRow.svelte +187 -0
- package/dist/Components/Table/Body/Rows/ColumnListRow.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/ActionsCell.svelte +305 -0
- package/dist/Components/Table/Body/Rows/Columns/ActionsCell.svelte.d.ts +29 -0
- package/dist/Components/Table/Body/Rows/Columns/BubbleCell.svelte +171 -0
- package/dist/Components/Table/Body/Rows/Columns/BubbleCell.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/ExpandCell.svelte +149 -0
- package/dist/Components/Table/Body/Rows/Columns/ExpandCell.svelte.d.ts +31 -0
- package/dist/Components/Table/Body/Rows/Columns/FocusableImmutableCell.svelte +156 -0
- package/dist/Components/Table/Body/Rows/Columns/FocusableImmutableCell.svelte.d.ts +31 -0
- package/dist/Components/Table/Body/Rows/Columns/ProgressCell.svelte +161 -0
- package/dist/Components/Table/Body/Rows/Columns/ProgressCell.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/TableAction.svelte +62 -0
- package/dist/Components/Table/Body/Rows/Columns/TableAction.svelte.d.ts +30 -0
- package/dist/Components/Table/Body/Rows/Columns/TableCheckbox.svelte +155 -0
- package/dist/Components/Table/Body/Rows/Columns/TableCheckbox.svelte.d.ts +30 -0
- package/dist/Components/Table/Body/Rows/Columns/TableColumn.svelte +140 -0
- package/dist/Components/Table/Body/Rows/Columns/TableColumn.svelte.d.ts +31 -0
- package/dist/Components/Table/Body/Rows/Columns/TableDatePicker.svelte +290 -0
- package/dist/Components/Table/Body/Rows/Columns/TableDatePicker.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/TableNumberInput.svelte +359 -0
- package/dist/Components/Table/Body/Rows/Columns/TableNumberInput.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/TableQuerySelect.svelte +331 -0
- package/dist/Components/Table/Body/Rows/Columns/TableQuerySelect.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/TableRowSelectionCheckbox.svelte +157 -0
- package/dist/Components/Table/Body/Rows/Columns/TableRowSelectionCheckbox.svelte.d.ts +30 -0
- package/dist/Components/Table/Body/Rows/Columns/TableSelect.svelte +354 -0
- package/dist/Components/Table/Body/Rows/Columns/TableSelect.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/TableTextInput.svelte +375 -0
- package/dist/Components/Table/Body/Rows/Columns/TableTextInput.svelte.d.ts +28 -0
- package/dist/Components/Table/Body/Rows/Columns/ValidityCell.svelte +227 -0
- package/dist/Components/Table/Body/Rows/Columns/ValidityCell.svelte.d.ts +33 -0
- package/dist/Components/Table/Body/Rows/TableRow.svelte +201 -0
- package/dist/Components/Table/Body/Rows/TableRow.svelte.d.ts +30 -0
- package/dist/Components/Table/Body/TableBody.svelte +74 -0
- package/dist/Components/Table/Body/TableBody.svelte.d.ts +27 -0
- package/dist/Components/Table/ColumnDefinitions/ExampleItemColumnDef.svelte.d.ts +7 -0
- package/dist/Components/Table/ColumnDefinitions/ExampleItemColumnDef.svelte.js +139 -0
- package/dist/Components/Table/Headers/HighlightAllHeader.svelte +52 -0
- package/dist/Components/Table/Headers/HighlightAllHeader.svelte.d.ts +24 -0
- package/dist/Components/Table/Headers/SelectAllHeader.svelte +62 -0
- package/dist/Components/Table/Headers/SelectAllHeader.svelte.d.ts +24 -0
- package/dist/Components/Table/Headers/TableHead.svelte +366 -0
- package/dist/Components/Table/Headers/TableHead.svelte.d.ts +29 -0
- package/dist/Components/Table/Misc/ColumnPanel.svelte +96 -0
- package/dist/Components/Table/Misc/ColumnPanel.svelte.d.ts +24 -0
- package/dist/Components/Table/Misc/ColumnPanelModal.svelte +137 -0
- package/dist/Components/Table/Misc/ColumnPanelModal.svelte.d.ts +27 -0
- package/dist/Components/Table/Misc/FilterInput.svelte +635 -0
- package/dist/Components/Table/Misc/FilterInput.svelte.d.ts +45 -0
- package/dist/Components/Table/Misc/FilterPanel.svelte +49 -0
- package/dist/Components/Table/Misc/FilterPanel.svelte.d.ts +24 -0
- package/dist/Components/Table/Misc/FilterPanelModal.svelte +74 -0
- package/dist/Components/Table/Misc/FilterPanelModal.svelte.d.ts +27 -0
- package/dist/Components/Table/Misc/SidePanel.svelte +51 -0
- package/dist/Components/Table/Misc/SidePanel.svelte.d.ts +10 -0
- package/dist/Components/Table/Misc/TableFooter.svelte +364 -0
- package/dist/Components/Table/Misc/TableFooter.svelte.d.ts +27 -0
- package/dist/Components/Table/Misc/TableHorizontalBar.svelte +171 -0
- package/dist/Components/Table/Misc/TableHorizontalBar.svelte.d.ts +24 -0
- package/dist/Components/Table/Misc/TableSidebar.svelte +186 -0
- package/dist/Components/Table/Misc/TableSidebar.svelte.d.ts +24 -0
- package/dist/Components/Table/Misc/ToolboxPanel.svelte +84 -0
- package/dist/Components/Table/Misc/ToolboxPanel.svelte.d.ts +24 -0
- package/dist/Components/Table/Misc/ToolboxPanelModal.svelte +108 -0
- package/dist/Components/Table/Misc/ToolboxPanelModal.svelte.d.ts +27 -0
- package/dist/Components/Table/NestedTable.svelte +86 -0
- package/dist/Components/Table/NestedTable.svelte.d.ts +34 -0
- package/dist/Components/Table/Table.svelte +555 -0
- package/dist/Components/Table/Table.svelte.d.ts +37 -0
- package/dist/Components/Table/Types/Columns/AbstractDisplayDef.svelte.d.ts +19 -0
- package/dist/Components/Table/Types/Columns/AbstractDisplayDef.svelte.js +10 -0
- package/dist/Components/Table/Types/Columns/Column.d.ts +10 -0
- package/dist/Components/Table/Types/Columns/Column.js +1 -0
- package/dist/Components/Table/Types/Columns/ColumnDefPreset.d.ts +11 -0
- package/dist/Components/Table/Types/Columns/ColumnDefPreset.js +1 -0
- package/dist/Components/Table/Types/Columns/ColumnPinningState.d.ts +4 -0
- package/dist/Components/Table/Types/Columns/ColumnPinningState.js +1 -0
- package/dist/Components/Table/Types/Columns/ColumnSizingState.d.ts +1 -0
- package/dist/Components/Table/Types/Columns/ColumnSizingState.js +1 -0
- package/dist/Components/Table/Types/Columns/ColumnType.d.ts +9 -0
- package/dist/Components/Table/Types/Columns/ColumnType.js +10 -0
- package/dist/Components/Table/Types/Columns/DateColumn.d.ts +10 -0
- package/dist/Components/Table/Types/Columns/DateColumn.js +1 -0
- package/dist/Components/Table/Types/Columns/DateTableCell.d.ts +8 -0
- package/dist/Components/Table/Types/Columns/DateTableCell.js +1 -0
- package/dist/Components/Table/Types/Columns/Definitions/AccessorFn.d.ts +1 -0
- package/dist/Components/Table/Types/Columns/Definitions/AccessorFn.js +1 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/AccessorDef.svelte.d.ts +10 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/AccessorDef.svelte.js +5 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/AccessorType.d.ts +8 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/AccessorType.js +9 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/CheckboxDef.d.ts +9 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/CheckboxDef.js +8 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/DateInputDef.svelte.d.ts +11 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/DateInputDef.svelte.js +10 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/NumberInputDef.svelte.d.ts +14 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/NumberInputDef.svelte.js +13 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/QueryDef.d.ts +15 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/QueryDef.js +12 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/SelectDef.svelte.d.ts +18 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/SelectDef.svelte.js +16 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/TextInputDef.d.ts +9 -0
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/TextInputDef.js +8 -0
- package/dist/Components/Table/Types/Columns/Definitions/Actions/ActionsDef.svelte.d.ts +16 -0
- package/dist/Components/Table/Types/Columns/Definitions/Actions/ActionsDef.svelte.js +19 -0
- package/dist/Components/Table/Types/Columns/Definitions/ColumnDef.svelte.d.ts +52 -0
- package/dist/Components/Table/Types/Columns/Definitions/ColumnDef.svelte.js +77 -0
- package/dist/Components/Table/Types/Columns/Definitions/ColumnDefSet.d.ts +11 -0
- package/dist/Components/Table/Types/Columns/Definitions/ColumnDefSet.js +1 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/BubbleDef.svelte.d.ts +11 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/BubbleDef.svelte.js +10 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/DisplayDef.d.ts +8 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/DisplayDef.js +8 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/ProgressBarDef.svelte.d.ts +11 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/ProgressBarDef.svelte.js +10 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/ValidityDef.svelte.d.ts +11 -0
- package/dist/Components/Table/Types/Columns/Definitions/Display/ValidityDef.svelte.js +11 -0
- package/dist/Components/Table/Types/Columns/Definitions/Expand/ExpandDef.svelte.d.ts +21 -0
- package/dist/Components/Table/Types/Columns/Definitions/Expand/ExpandDef.svelte.js +18 -0
- package/dist/Components/Table/Types/Columns/Definitions/FilterOnly/FilterOnlyDef.d.ts +6 -0
- package/dist/Components/Table/Types/Columns/Definitions/FilterOnly/FilterOnlyDef.js +5 -0
- package/dist/Components/Table/Types/Columns/Definitions/RowSelection/RowSelectionDef.svelte.d.ts +7 -0
- package/dist/Components/Table/Types/Columns/Definitions/RowSelection/RowSelectionDef.svelte.js +15 -0
- package/dist/Components/Table/Types/Columns/Definitions/ValidationFn.d.ts +3 -0
- package/dist/Components/Table/Types/Columns/Definitions/ValidationFn.js +1 -0
- package/dist/Components/Table/Types/Columns/DefsWrapper.d.ts +6 -0
- package/dist/Components/Table/Types/Columns/DefsWrapper.js +1 -0
- package/dist/Components/Table/Types/Columns/DisplayType.d.ts +7 -0
- package/dist/Components/Table/Types/Columns/DisplayType.js +8 -0
- package/dist/Components/Table/Types/Columns/ExpandColumn.d.ts +10 -0
- package/dist/Components/Table/Types/Columns/ExpandColumn.js +1 -0
- package/dist/Components/Table/Types/Columns/ExpandTableCell.d.ts +8 -0
- package/dist/Components/Table/Types/Columns/ExpandTableCell.js +1 -0
- package/dist/Components/Table/Types/Columns/ProgressBarColumn.d.ts +10 -0
- package/dist/Components/Table/Types/Columns/ProgressBarColumn.js +1 -0
- package/dist/Components/Table/Types/Columns/ProgressBarTableCell.d.ts +8 -0
- package/dist/Components/Table/Types/Columns/ProgressBarTableCell.js +1 -0
- package/dist/Components/Table/Types/Columns/TableActionButton.d.ts +8 -0
- package/dist/Components/Table/Types/Columns/TableActionButton.js +1 -0
- package/dist/Components/Table/Types/Columns/TableCell.d.ts +8 -0
- package/dist/Components/Table/Types/Columns/TableCell.js +1 -0
- package/dist/Components/Table/Types/Columns/VisibilityState.d.ts +1 -0
- package/dist/Components/Table/Types/Columns/VisibilityState.js +1 -0
- package/dist/Components/Table/Types/Context/ReadonlyRowModel.d.ts +6 -0
- package/dist/Components/Table/Types/Context/ReadonlyRowModel.js +1 -0
- package/dist/Components/Table/Types/Context/Row.d.ts +10 -0
- package/dist/Components/Table/Types/Context/Row.js +1 -0
- package/dist/Components/Table/Types/Context/RowModel.d.ts +5 -0
- package/dist/Components/Table/Types/Context/RowModel.js +1 -0
- package/dist/Components/Table/Types/Context/Table.d.ts +33 -0
- package/dist/Components/Table/Types/Context/Table.js +1 -0
- package/dist/Components/Table/Types/Context/TableContext.svelte.d.ts +232 -0
- package/dist/Components/Table/Types/Context/TableContext.svelte.js +2317 -0
- package/dist/Components/Table/Types/Context/TableInitOptions.d.ts +14 -0
- package/dist/Components/Table/Types/Context/TableInitOptions.js +1 -0
- package/dist/Components/Table/Types/Context/TableSettings.d.ts +8 -0
- package/dist/Components/Table/Types/Context/TableSettings.js +1 -0
- package/dist/Components/Table/Types/Coordinates/CellCoordinates.d.ts +5 -0
- package/dist/Components/Table/Types/Coordinates/CellCoordinates.js +1 -0
- package/dist/Components/Table/Types/Coordinates/CellCoordinatesWithoutColumn.d.ts +2 -0
- package/dist/Components/Table/Types/Coordinates/CellCoordinatesWithoutColumn.js +1 -0
- package/dist/Components/Table/Types/DataRepository/DataRepository.d.ts +40 -0
- package/dist/Components/Table/Types/DataRepository/DataRepository.js +1 -0
- package/dist/Components/Table/Types/DataRepository/LocalDataRepository.d.ts +24 -0
- package/dist/Components/Table/Types/DataRepository/LocalDataRepository.js +1 -0
- package/dist/Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.d.ts +55 -0
- package/dist/Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.js +311 -0
- package/dist/Components/Table/Types/DataRepository/RemoteDataRepository.d.ts +19 -0
- package/dist/Components/Table/Types/DataRepository/RemoteDataRepository.js +1 -0
- package/dist/Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.d.ts +92 -0
- package/dist/Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.js +521 -0
- package/dist/Components/Table/Types/DataRepository/SortingState.d.ts +5 -0
- package/dist/Components/Table/Types/DataRepository/SortingState.js +1 -0
- package/dist/Components/Table/Types/DataRepository/TableDataRepository.svelte.d.ts +47 -0
- package/dist/Components/Table/Types/DataRepository/TableDataRepository.svelte.js +75 -0
- package/dist/Components/Table/Types/ExpandedPanel.d.ts +6 -0
- package/dist/Components/Table/Types/ExpandedPanel.js +7 -0
- package/dist/Components/Table/Types/Filtering/ColumnFiltersState.d.ts +5 -0
- package/dist/Components/Table/Types/Filtering/ColumnFiltersState.js +1 -0
- package/dist/Components/Table/Types/Filtering/CustomFilter.d.ts +12 -0
- package/dist/Components/Table/Types/Filtering/CustomFilter.js +1 -0
- package/dist/Components/Table/Types/Filtering/CustomFilterType.d.ts +6 -0
- package/dist/Components/Table/Types/Filtering/CustomFilterType.js +7 -0
- package/dist/Components/Table/Types/Filtering/CustomFlterFn.d.ts +2 -0
- package/dist/Components/Table/Types/Filtering/CustomFlterFn.js +1 -0
- package/dist/Components/Table/Types/Filtering/CustomProxyFIlter.d.ts +10 -0
- package/dist/Components/Table/Types/Filtering/CustomProxyFIlter.js +1 -0
- package/dist/Components/Table/Types/Filtering/CustomRemoteFilters.d.ts +3 -0
- package/dist/Components/Table/Types/Filtering/CustomRemoteFilters.js +1 -0
- package/dist/Components/Table/Types/Filtering/FilterFn.d.ts +9 -0
- package/dist/Components/Table/Types/Filtering/FilterFn.js +1 -0
- package/dist/Components/Table/Types/Filtering/FilterMode.d.ts +3 -0
- package/dist/Components/Table/Types/Filtering/FilterMode.js +1 -0
- package/dist/Components/Table/Types/Filtering/FilterType.d.ts +4 -0
- package/dist/Components/Table/Types/Filtering/FilterType.js +5 -0
- package/dist/Components/Table/Types/Filtering/HasCustomFilterFunction.d.ts +3 -0
- package/dist/Components/Table/Types/Filtering/HasCustomFilterFunction.js +1 -0
- package/dist/Components/Table/Types/Filtering/NumberDateFilterMode.d.ts +13 -0
- package/dist/Components/Table/Types/Filtering/NumberDateFilterMode.js +14 -0
- package/dist/Components/Table/Types/Filtering/StringFilterMode.d.ts +15 -0
- package/dist/Components/Table/Types/Filtering/StringFilterMode.js +16 -0
- package/dist/Components/Table/Types/Focus/MultiFocusEdge.d.ts +10 -0
- package/dist/Components/Table/Types/Focus/MultiFocusEdge.js +11 -0
- package/dist/Components/Table/Types/Focus/TableFocusDetails.svelte.d.ts +40 -0
- package/dist/Components/Table/Types/Focus/TableFocusDetails.svelte.js +174 -0
- package/dist/Components/Table/Types/Header.d.ts +9 -0
- package/dist/Components/Table/Types/Header.js +1 -0
- package/dist/Components/Table/Types/HeaderGroup.d.ts +5 -0
- package/dist/Components/Table/Types/HeaderGroup.js +1 -0
- package/dist/Components/Table/Types/OnChangeFn.d.ts +3 -0
- package/dist/Components/Table/Types/OnChangeFn.js +1 -0
- package/dist/Components/Table/Types/Pagination/PaginationState.d.ts +4 -0
- package/dist/Components/Table/Types/Pagination/PaginationState.js +1 -0
- package/dist/Components/Table/Types/Pagination/PaginationType.d.ts +5 -0
- package/dist/Components/Table/Types/Pagination/PaginationType.js +6 -0
- package/dist/Components/Table/Types/Toolbar/ToolbarPosition.d.ts +6 -0
- package/dist/Components/Table/Types/Toolbar/ToolbarPosition.js +7 -0
- package/dist/Components/TextArea.svelte +349 -0
- package/dist/Components/TextArea.svelte.d.ts +29 -0
- package/dist/Components/TextInput.svelte +407 -0
- package/dist/Components/TextInput.svelte.d.ts +34 -0
- package/dist/Components/ThreeStateRadio.svelte +202 -0
- package/dist/Components/ThreeStateRadio.svelte.d.ts +16 -0
- package/dist/Components/Touch/BoolCard.svelte +180 -0
- package/dist/Components/Touch/BoolCard.svelte.d.ts +13 -0
- package/dist/Components/Touch/DateModal.svelte +256 -0
- package/dist/Components/Touch/DateModal.svelte.d.ts +22 -0
- package/dist/Components/Touch/EditCard.svelte +223 -0
- package/dist/Components/Touch/EditCard.svelte.d.ts +15 -0
- package/dist/Components/Touch/InfoCard.svelte +82 -0
- package/dist/Components/Touch/InfoCard.svelte.d.ts +11 -0
- package/dist/Components/Touch/InfoTextCard.svelte +55 -0
- package/dist/Components/Touch/InfoTextCard.svelte.d.ts +10 -0
- package/dist/Components/Touch/ModalExplanation.svelte +27 -0
- package/dist/Components/Touch/ModalExplanation.svelte.d.ts +9 -0
- package/dist/Components/Touch/NumberKeyboard.svelte +299 -0
- package/dist/Components/Touch/NumberKeyboard.svelte.d.ts +14 -0
- package/dist/Components/Touch/NumberModal.svelte +336 -0
- package/dist/Components/Touch/NumberModal.svelte.d.ts +18 -0
- package/dist/Components/Touch/PlusMinusCard.svelte +94 -0
- package/dist/Components/Touch/PlusMinusCard.svelte.d.ts +9 -0
- package/dist/Components/Touch/SelectModal.svelte +351 -0
- package/dist/Components/Touch/SelectModal.svelte.d.ts +11 -0
- package/dist/Components/Touch/SummaryCard.svelte +348 -0
- package/dist/Components/Touch/SummaryCard.svelte.d.ts +18 -0
- package/dist/Components/Touch/TextAreaModal.svelte +330 -0
- package/dist/Components/Touch/TextAreaModal.svelte.d.ts +15 -0
- package/dist/Components/Touch/TextModal.svelte +377 -0
- package/dist/Components/Touch/TextModal.svelte.d.ts +22 -0
- package/dist/Components/Touch/TouchCard.svelte +169 -0
- package/dist/Components/Touch/TouchCard.svelte.d.ts +9 -0
- package/dist/Components/Touch/TouchModal.svelte +516 -0
- package/dist/Components/Touch/TouchModal.svelte.d.ts +34 -0
- package/dist/Components/Touch/UtilityButton.svelte +192 -0
- package/dist/Components/Touch/UtilityButton.svelte.d.ts +23 -0
- package/dist/Components/VerticalTabGroup.svelte +129 -0
- package/dist/Components/VerticalTabGroup.svelte.d.ts +12 -0
- package/dist/Components/VerticalTabGroupButton.svelte +108 -0
- package/dist/Components/VerticalTabGroupButton.svelte.d.ts +8 -0
- package/dist/Contexts/AlertContext.svelte.d.ts +46 -0
- package/dist/Contexts/AlertContext.svelte.js +118 -0
- package/dist/Contexts/ContextMenuContext.svelte.d.ts +22 -0
- package/dist/Contexts/ContextMenuContext.svelte.js +45 -0
- package/dist/Contexts/ToastContext.svelte.d.ts +9 -0
- package/dist/Contexts/ToastContext.svelte.js +82 -0
- package/dist/Contexts/TooltipContext.svelte.d.ts +31 -0
- package/dist/Contexts/TooltipContext.svelte.js +78 -0
- package/dist/Contexts/UntypedInputContext.svelte.d.ts +13 -0
- package/dist/Contexts/UntypedInputContext.svelte.js +78 -0
- package/dist/Delay/Delay.d.ts +3 -0
- package/dist/Delay/Delay.js +4 -0
- package/dist/Helpers/Datamatrix.d.ts +11 -0
- package/dist/Helpers/Datamatrix.js +2 -0
- package/dist/Helpers/Helpers.svelte.d.ts +102 -0
- package/dist/Helpers/Helpers.svelte.js +490 -0
- package/dist/Helpers/INamed.d.ts +3 -0
- package/dist/Helpers/INamed.js +1 -0
- package/dist/Helpers/skata.d.ts +1 -0
- package/dist/Helpers/skata.js +1 -0
- package/dist/Types/Examples/ExampleItem.d.ts +15 -0
- package/dist/Types/Examples/ExampleItem.js +1 -0
- package/dist/Types/Examples/ExampleModal.svelte +38 -0
- package/dist/Types/Examples/ExampleModal.svelte.d.ts +5 -0
- package/dist/Types/Examples/ExampleSelectEnum.d.ts +6 -0
- package/dist/Types/Examples/ExampleSelectEnum.js +7 -0
- package/dist/Types/Internal/ApplicationIdentifier.d.ts +37 -0
- package/dist/Types/Internal/ApplicationIdentifier.js +2080 -0
- package/dist/Types/Internal/AttributeOperation.d.ts +30 -0
- package/dist/Types/Internal/AttributeOperation.js +33 -0
- package/dist/Types/Internal/BigRadioOption.d.ts +5 -0
- package/dist/Types/Internal/BigRadioOption.js +1 -0
- package/dist/Types/Internal/ButtonProp.d.ts +11 -0
- package/dist/Types/Internal/ButtonProp.js +1 -0
- package/dist/Types/Internal/CallbackButton.d.ts +10 -0
- package/dist/Types/Internal/CallbackButton.js +1 -0
- package/dist/Types/Internal/DateChange.d.ts +5 -0
- package/dist/Types/Internal/DateChange.js +1 -0
- package/dist/Types/Internal/DatePickerType.d.ts +8 -0
- package/dist/Types/Internal/DatePickerType.js +9 -0
- package/dist/Types/Internal/FloService.d.ts +7 -0
- package/dist/Types/Internal/FloService.js +30 -0
- package/dist/Types/Internal/GridItem.d.ts +4 -0
- package/dist/Types/Internal/GridItem.js +1 -0
- package/dist/Types/Internal/GridMultiSelectItem.d.ts +4 -0
- package/dist/Types/Internal/GridMultiSelectItem.js +1 -0
- package/dist/Types/Internal/GridMultiSelectItemAsObject.d.ts +5 -0
- package/dist/Types/Internal/GridMultiSelectItemAsObject.js +1 -0
- package/dist/Types/Internal/GridMultiSelectItemAsPrimitive.d.ts +5 -0
- package/dist/Types/Internal/GridMultiSelectItemAsPrimitive.js +1 -0
- package/dist/Types/Internal/GridNumberItem.d.ts +4 -0
- package/dist/Types/Internal/GridNumberItem.js +1 -0
- package/dist/Types/Internal/GridSelectItem.d.ts +12 -0
- package/dist/Types/Internal/GridSelectItem.js +1 -0
- package/dist/Types/Internal/GridSingleSelectItem.d.ts +5 -0
- package/dist/Types/Internal/GridSingleSelectItem.js +1 -0
- package/dist/Types/Internal/GridSingleSelectItemAsObject.d.ts +5 -0
- package/dist/Types/Internal/GridSingleSelectItemAsObject.js +1 -0
- package/dist/Types/Internal/GridSingleSelectItemAsPrimitive.d.ts +5 -0
- package/dist/Types/Internal/GridSingleSelectItemAsPrimitive.js +1 -0
- package/dist/Types/Internal/GridStringItem.d.ts +9 -0
- package/dist/Types/Internal/GridStringItem.js +1 -0
- package/dist/Types/Internal/GridTextItem.d.ts +4 -0
- package/dist/Types/Internal/GridTextItem.js +1 -0
- package/dist/Types/Internal/IdentifiableToastMessage.d.ts +5 -0
- package/dist/Types/Internal/IdentifiableToastMessage.js +1 -0
- package/dist/Types/Internal/InputVariant.d.ts +6 -0
- package/dist/Types/Internal/InputVariant.js +7 -0
- package/dist/Types/Internal/Misc.d.ts +271 -0
- package/dist/Types/Internal/Misc.js +129 -0
- package/dist/Types/Internal/RefWrapper.d.ts +3 -0
- package/dist/Types/Internal/RefWrapper.js +1 -0
- package/dist/Types/Internal/SelectOption.d.ts +4 -0
- package/dist/Types/Internal/SelectOption.js +1 -0
- package/dist/Types/Internal/Shape.d.ts +4 -0
- package/dist/Types/Internal/Shape.js +5 -0
- package/dist/Types/Internal/Side.d.ts +6 -0
- package/dist/Types/Internal/Side.js +7 -0
- package/dist/Types/Internal/Size.d.ts +13 -0
- package/dist/Types/Internal/Size.js +14 -0
- package/dist/Types/Internal/TabOption.d.ts +12 -0
- package/dist/Types/Internal/TabOption.js +1 -0
- package/dist/Types/Internal/Ternary.d.ts +5 -0
- package/dist/Types/Internal/Ternary.js +6 -0
- package/dist/Types/Internal/ToastMessage.d.ts +10 -0
- package/dist/Types/Internal/ToastMessage.js +1 -0
- package/dist/Types/Internal/Validity.d.ts +7 -0
- package/dist/Types/Internal/Validity.js +8 -0
- package/dist/Types/Internal/ValidityWrapper.d.ts +5 -0
- package/dist/Types/Internal/ValidityWrapper.js +1 -0
- package/dist/Types/Internal/Variant.d.ts +10 -0
- package/dist/Types/Internal/Variant.js +11 -0
- package/dist/Types/Requests/IFillablePodLineDateRequestBody.d.ts +11 -0
- package/dist/Types/Requests/IFillablePodLineDateRequestBody.js +10 -0
- package/dist/Types/Requests/IRequiredPodLineDateRequestBody.d.ts +12 -0
- package/dist/Types/Requests/IRequiredPodLineDateRequestBody.js +8 -0
- package/dist/Types/Requests/IValidatedPodLineDateRequestBody.d.ts +14 -0
- package/dist/Types/Requests/IValidatedPodLineDateRequestBody.js +10 -0
- package/dist/Types/Responses/AddressType.d.ts +3 -0
- package/dist/Types/Responses/AddressType.js +2 -0
- package/dist/Types/Responses/IAddress.d.ts +39 -0
- package/dist/Types/Responses/IAddress.js +30 -0
- package/dist/Types/Responses/IBaseAddress.d.ts +17 -0
- package/dist/Types/Responses/IBaseAddress.js +15 -0
- package/dist/Types/Responses/ICountry.d.ts +16 -0
- package/dist/Types/Responses/ICountry.js +1 -0
- package/dist/Types/Responses/IDBEntry.d.ts +13 -0
- package/dist/Types/Responses/IDBEntry.js +12 -0
- package/dist/Types/Responses/IErrorResponse.d.ts +10 -0
- package/dist/Types/Responses/IErrorResponse.js +1 -0
- package/dist/Types/Responses/ILabelPrinter.d.ts +4 -0
- package/dist/Types/Responses/ILabelPrinter.js +1 -0
- package/dist/Types/Responses/ILaserPrinter.d.ts +4 -0
- package/dist/Types/Responses/ILaserPrinter.js +1 -0
- package/dist/Types/Responses/ILoginResponse.d.ts +8 -0
- package/dist/Types/Responses/ILoginResponse.js +1 -0
- package/dist/Types/Responses/IPaginatedPayload.d.ts +5 -0
- package/dist/Types/Responses/IPaginatedPayload.js +1 -0
- package/dist/Types/Responses/IPaginatedResponse.d.ts +5 -0
- package/dist/Types/Responses/IPaginatedResponse.js +1 -0
- package/dist/Types/Responses/IPagination.d.ts +9 -0
- package/dist/Types/Responses/IPagination.js +1 -0
- package/dist/Types/Responses/IPayload.d.ts +3 -0
- package/dist/Types/Responses/IPayload.js +1 -0
- package/dist/Types/Responses/IPrinter.d.ts +11 -0
- package/dist/Types/Responses/IPrinter.js +1 -0
- package/dist/Types/Responses/IProcessTypeSelectionMethodOutboundType.d.ts +18 -0
- package/dist/Types/Responses/IProcessTypeSelectionMethodOutboundType.js +12 -0
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomer.d.ts +20 -0
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomer.js +14 -0
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomerType.d.ts +20 -0
- package/dist/Types/Responses/IProcessTypeSelectionMethodWarehouseCustomerType.js +14 -0
- package/dist/Types/Responses/IProductCategory.d.ts +19 -0
- package/dist/Types/Responses/IProductCategory.js +13 -0
- package/dist/Types/Responses/IProductCategoryDetails.d.ts +33 -0
- package/dist/Types/Responses/IProductCategoryDetails.js +13 -0
- package/dist/Types/Responses/IProductIgnoreOnAllocationOutboundType.d.ts +17 -0
- package/dist/Types/Responses/IProductIgnoreOnAllocationOutboundType.js +11 -0
- package/dist/Types/Responses/IProductLocation.d.ts +23 -0
- package/dist/Types/Responses/IProductLocation.js +17 -0
- package/dist/Types/Responses/IResponse.d.ts +8 -0
- package/dist/Types/Responses/IResponse.js +1 -0
- package/dist/Types/Responses/IStockSortationMethodCustomer.d.ts +18 -0
- package/dist/Types/Responses/IStockSortationMethodCustomer.js +12 -0
- package/dist/Types/Responses/Pods/IAttributeTypeWithAI.d.ts +8 -0
- package/dist/Types/Responses/Pods/IAttributeTypeWithAI.js +1 -0
- package/dist/Types/Responses/Pods/IBatchType.d.ts +5 -0
- package/dist/Types/Responses/Pods/IBatchType.js +1 -0
- package/dist/Types/Responses/Pods/IDateType.d.ts +6 -0
- package/dist/Types/Responses/Pods/IDateType.js +1 -0
- package/dist/Types/Responses/Pods/IFillablePodLineAttribute.d.ts +10 -0
- package/dist/Types/Responses/Pods/IFillablePodLineAttribute.js +9 -0
- package/dist/Types/Responses/Pods/IFillablePodLineBatch.d.ts +18 -0
- package/dist/Types/Responses/Pods/IFillablePodLineBatch.js +12 -0
- package/dist/Types/Responses/Pods/IFillablePodLineDate.d.ts +19 -0
- package/dist/Types/Responses/Pods/IFillablePodLineDate.js +13 -0
- package/dist/Types/Responses/Pods/IFillablePodLinePurchaseOrder.d.ts +18 -0
- package/dist/Types/Responses/Pods/IFillablePodLinePurchaseOrder.js +12 -0
- package/dist/Types/Responses/Pods/IFillablePodLineSerial.d.ts +18 -0
- package/dist/Types/Responses/Pods/IFillablePodLineSerial.js +12 -0
- package/dist/Types/Responses/Pods/IFillablePodLineTag.d.ts +18 -0
- package/dist/Types/Responses/Pods/IFillablePodLineTag.js +12 -0
- package/dist/Types/Responses/Pods/IPurchaseOrderType.d.ts +5 -0
- package/dist/Types/Responses/Pods/IPurchaseOrderType.js +1 -0
- package/dist/Types/Responses/Pods/IRequiredOrValidatedAttribute.d.ts +5 -0
- package/dist/Types/Responses/Pods/IRequiredOrValidatedAttribute.js +7 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineBatch.d.ts +16 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineBatch.js +8 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineDate.d.ts +17 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineDate.js +8 -0
- package/dist/Types/Responses/Pods/IRequiredPodLinePurchaseOrder.d.ts +19 -0
- package/dist/Types/Responses/Pods/IRequiredPodLinePurchaseOrder.js +8 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineSerial.d.ts +19 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineSerial.js +8 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineTag.d.ts +19 -0
- package/dist/Types/Responses/Pods/IRequiredPodLineTag.js +8 -0
- package/dist/Types/Responses/Pods/ISerialType.d.ts +6 -0
- package/dist/Types/Responses/Pods/ISerialType.js +1 -0
- package/dist/Types/Responses/Pods/ITagType.d.ts +6 -0
- package/dist/Types/Responses/Pods/ITagType.js +1 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineAttribute.d.ts +13 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineAttribute.js +10 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineBatch.d.ts +17 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineBatch.js +10 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineDate.d.ts +19 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineDate.js +10 -0
- package/dist/Types/Responses/Pods/IValidatedPodLinePurchaseOrder.d.ts +20 -0
- package/dist/Types/Responses/Pods/IValidatedPodLinePurchaseOrder.js +10 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineSerial.d.ts +20 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineSerial.js +10 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineTag.d.ts +20 -0
- package/dist/Types/Responses/Pods/IValidatedPodLineTag.js +10 -0
- package/dist/Types/Responses/Products/IAttributeRule.d.ts +34 -0
- package/dist/Types/Responses/Products/IAttributeRule.js +28 -0
- package/dist/Types/Responses/Products/IBarcode.d.ts +18 -0
- package/dist/Types/Responses/Products/IBarcode.js +12 -0
- package/dist/Types/Responses/Products/IBatchRule.d.ts +36 -0
- package/dist/Types/Responses/Products/IBatchRule.js +9 -0
- package/dist/Types/Responses/Products/ICustomerRule.d.ts +23 -0
- package/dist/Types/Responses/Products/ICustomerRule.js +17 -0
- package/dist/Types/Responses/Products/IDateRule.d.ts +36 -0
- package/dist/Types/Responses/Products/IDateRule.js +9 -0
- package/dist/Types/Responses/Products/IPrice.d.ts +19 -0
- package/dist/Types/Responses/Products/IPrice.js +12 -0
- package/dist/Types/Responses/Products/IProduct.d.ts +436 -0
- package/dist/Types/Responses/Products/IProduct.js +77 -0
- package/dist/Types/Responses/Products/IProductKit.d.ts +24 -0
- package/dist/Types/Responses/Products/IProductKit.js +18 -0
- package/dist/Types/Responses/Products/IProductKitMatrix.d.ts +13 -0
- package/dist/Types/Responses/Products/IProductKitMatrix.js +1 -0
- package/dist/Types/Responses/Products/IProductSupplier.d.ts +18 -0
- package/dist/Types/Responses/Products/IProductSupplier.js +12 -0
- package/dist/Types/Responses/Products/IProductTag.d.ts +33 -0
- package/dist/Types/Responses/Products/IProductTag.js +14 -0
- package/dist/Types/Responses/Products/IProductTagType.d.ts +18 -0
- package/dist/Types/Responses/Products/IProductTagType.js +12 -0
- package/dist/Types/Responses/Products/IProductUnitOfMeasure.d.ts +97 -0
- package/dist/Types/Responses/Products/IProductUnitOfMeasure.js +35 -0
- package/dist/Types/Responses/Products/IProductUnitOfMeasurePrice.d.ts +36 -0
- package/dist/Types/Responses/Products/IProductUnitOfMeasurePrice.js +17 -0
- package/dist/Types/Responses/Products/IPurchaseOrderRule.d.ts +36 -0
- package/dist/Types/Responses/Products/IPurchaseOrderRule.js +9 -0
- package/dist/Types/Responses/Products/ISerialRule.d.ts +36 -0
- package/dist/Types/Responses/Products/ISerialRule.js +9 -0
- package/dist/Types/Responses/Products/ITagRule.d.ts +36 -0
- package/dist/Types/Responses/Products/ITagRule.js +9 -0
- package/dist/Types/Responses/Products/IUnitOfMeasure.d.ts +18 -0
- package/dist/Types/Responses/Products/IUnitOfMeasure.js +12 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/scss/basics.scss +12 -0
- package/dist/scss/colours.d.ts +94 -0
- package/dist/scss/colours.js +138 -0
- package/dist/scss/colours.scss +134 -0
- package/dist/scss/mixins.scss +2778 -0
- package/dist/scss/sizing.scss +72 -0
- package/dist/scss/transitions.scss +8 -0
- package/package.json +92 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export declare const enum AttributeOperation {
|
|
2
|
+
Preadvice = 0,
|
|
3
|
+
RequiredAtPreadvice = 0,//functionally identical
|
|
4
|
+
Order = 1,
|
|
5
|
+
RequiredAtOrder = 1,// functionally identical
|
|
6
|
+
Despatch = 2,
|
|
7
|
+
RequiredAtDespatch = 3,
|
|
8
|
+
ValidateAtDespatch = 4,
|
|
9
|
+
Kit = 5,
|
|
10
|
+
RequiredAtKit = 6,
|
|
11
|
+
ValidateAtKit = 7,
|
|
12
|
+
Pack = 8,
|
|
13
|
+
RequiredAtPack = 9,
|
|
14
|
+
ValidateAtPack = 10,
|
|
15
|
+
Pick = 11,
|
|
16
|
+
RequiredAtPick = 12,
|
|
17
|
+
ValidateAtPick = 13,
|
|
18
|
+
Receipt = 14,
|
|
19
|
+
RequiredAtReceipt = 15,
|
|
20
|
+
ValidateAtReceipt = 16,
|
|
21
|
+
ReceiptReturn = 17,
|
|
22
|
+
RequiredAtReceiptReturn = 18,
|
|
23
|
+
ValidateAtReceiptReturn = 19,
|
|
24
|
+
Sort = 20,
|
|
25
|
+
RequiredAtSort = 21,
|
|
26
|
+
ValidateAtSort = 22,
|
|
27
|
+
StockTake = 23,
|
|
28
|
+
RequiredAtStockTake = 24,
|
|
29
|
+
ValidateAtStockTake = 25
|
|
30
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export var AttributeOperation;
|
|
2
|
+
(function (AttributeOperation) {
|
|
3
|
+
AttributeOperation[AttributeOperation["Preadvice"] = 0] = "Preadvice";
|
|
4
|
+
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
|
|
5
|
+
AttributeOperation[AttributeOperation["RequiredAtPreadvice"] = 0] = "RequiredAtPreadvice";
|
|
6
|
+
AttributeOperation[AttributeOperation["Order"] = 1] = "Order";
|
|
7
|
+
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
|
|
8
|
+
AttributeOperation[AttributeOperation["RequiredAtOrder"] = 1] = "RequiredAtOrder";
|
|
9
|
+
AttributeOperation[AttributeOperation["Despatch"] = 2] = "Despatch";
|
|
10
|
+
AttributeOperation[AttributeOperation["RequiredAtDespatch"] = 3] = "RequiredAtDespatch";
|
|
11
|
+
AttributeOperation[AttributeOperation["ValidateAtDespatch"] = 4] = "ValidateAtDespatch";
|
|
12
|
+
AttributeOperation[AttributeOperation["Kit"] = 5] = "Kit";
|
|
13
|
+
AttributeOperation[AttributeOperation["RequiredAtKit"] = 6] = "RequiredAtKit";
|
|
14
|
+
AttributeOperation[AttributeOperation["ValidateAtKit"] = 7] = "ValidateAtKit";
|
|
15
|
+
AttributeOperation[AttributeOperation["Pack"] = 8] = "Pack";
|
|
16
|
+
AttributeOperation[AttributeOperation["RequiredAtPack"] = 9] = "RequiredAtPack";
|
|
17
|
+
AttributeOperation[AttributeOperation["ValidateAtPack"] = 10] = "ValidateAtPack";
|
|
18
|
+
AttributeOperation[AttributeOperation["Pick"] = 11] = "Pick";
|
|
19
|
+
AttributeOperation[AttributeOperation["RequiredAtPick"] = 12] = "RequiredAtPick";
|
|
20
|
+
AttributeOperation[AttributeOperation["ValidateAtPick"] = 13] = "ValidateAtPick";
|
|
21
|
+
AttributeOperation[AttributeOperation["Receipt"] = 14] = "Receipt";
|
|
22
|
+
AttributeOperation[AttributeOperation["RequiredAtReceipt"] = 15] = "RequiredAtReceipt";
|
|
23
|
+
AttributeOperation[AttributeOperation["ValidateAtReceipt"] = 16] = "ValidateAtReceipt";
|
|
24
|
+
AttributeOperation[AttributeOperation["ReceiptReturn"] = 17] = "ReceiptReturn";
|
|
25
|
+
AttributeOperation[AttributeOperation["RequiredAtReceiptReturn"] = 18] = "RequiredAtReceiptReturn";
|
|
26
|
+
AttributeOperation[AttributeOperation["ValidateAtReceiptReturn"] = 19] = "ValidateAtReceiptReturn";
|
|
27
|
+
AttributeOperation[AttributeOperation["Sort"] = 20] = "Sort";
|
|
28
|
+
AttributeOperation[AttributeOperation["RequiredAtSort"] = 21] = "RequiredAtSort";
|
|
29
|
+
AttributeOperation[AttributeOperation["ValidateAtSort"] = 22] = "ValidateAtSort";
|
|
30
|
+
AttributeOperation[AttributeOperation["StockTake"] = 23] = "StockTake";
|
|
31
|
+
AttributeOperation[AttributeOperation["RequiredAtStockTake"] = 24] = "RequiredAtStockTake";
|
|
32
|
+
AttributeOperation[AttributeOperation["ValidateAtStockTake"] = 25] = "ValidateAtStockTake";
|
|
33
|
+
})(AttributeOperation || (AttributeOperation = {}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ColourSet } from '../../scss/colours.js';
|
|
2
|
+
import type { HTMLButtonAttributes } from 'svelte/elements';
|
|
3
|
+
export interface ButtonProp {
|
|
4
|
+
label: string;
|
|
5
|
+
colourSet?: ColourSet;
|
|
6
|
+
callback?: () => void;
|
|
7
|
+
type?: HTMLButtonAttributes['type'];
|
|
8
|
+
margin?: 'left' | 'right';
|
|
9
|
+
barcodeValue?: string;
|
|
10
|
+
isValid?: boolean | Promise<boolean>;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ButtonProps } from '../../Components/Button.svelte';
|
|
2
|
+
import type { ColourSet } from '../../scss/colours.js';
|
|
3
|
+
export interface CallbackButton {
|
|
4
|
+
label: string;
|
|
5
|
+
callback?: () => void | Promise<void>;
|
|
6
|
+
type?: ButtonProps['type'];
|
|
7
|
+
colourSet?: ColourSet;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
left?: boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export var DatePickerType;
|
|
2
|
+
(function (DatePickerType) {
|
|
3
|
+
DatePickerType["Year"] = "year";
|
|
4
|
+
DatePickerType["Month"] = "month";
|
|
5
|
+
DatePickerType["Day"] = "day";
|
|
6
|
+
DatePickerType["Hours"] = "hours";
|
|
7
|
+
DatePickerType["Minutes"] = "minutes";
|
|
8
|
+
DatePickerType["Seconds"] = "seconds";
|
|
9
|
+
})(DatePickerType || (DatePickerType = {}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const FloService: Record<FloServiceName, FloService>;
|
|
2
|
+
type FloServiceName = 'Accounts' | 'Adjustments' | 'Allocations' | 'Auths' | 'Buckets' | 'Couriers' | 'Despatch' | 'Floats' | 'Jobs' | 'Kits' | 'Locations' | 'Movements' | 'Orders' | 'Packs' | 'Picks' | 'Pods' | 'Pools' | 'Preadvices' | 'Prints' | 'Products' | 'Putaway' | 'Receipt' | 'Registry' | 'Reports' | 'Sortations' | 'StockTake' | 'System' | 'Transactions';
|
|
3
|
+
export interface FloService {
|
|
4
|
+
readonly uri: string;
|
|
5
|
+
readonly version: number;
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export const FloService = {
|
|
2
|
+
Accounts: { uri: 'accounts', version: 0 },
|
|
3
|
+
Adjustments: { uri: 'adjustments', version: 0 },
|
|
4
|
+
Allocations: { uri: 'allocations', version: 0 },
|
|
5
|
+
Auths: { uri: 'auths', version: 0 },
|
|
6
|
+
Buckets: { uri: 'buckets', version: 0 },
|
|
7
|
+
Couriers: { uri: 'couriers', version: 0 },
|
|
8
|
+
Despatch: { uri: 'despatch', version: 0 },
|
|
9
|
+
Floats: { uri: 'floats', version: 0 },
|
|
10
|
+
Jobs: { uri: 'jobs', version: 0 },
|
|
11
|
+
Kits: { uri: 'kits', version: 0 },
|
|
12
|
+
Locations: { uri: 'locations', version: 0 },
|
|
13
|
+
Movements: { uri: 'movements', version: 0 },
|
|
14
|
+
Orders: { uri: 'orders', version: 0 },
|
|
15
|
+
Packs: { uri: 'packs', version: 0 },
|
|
16
|
+
Picks: { uri: 'picks', version: 0 },
|
|
17
|
+
Pods: { uri: 'pods', version: 0 },
|
|
18
|
+
Pools: { uri: 'pools', version: 0 },
|
|
19
|
+
Preadvices: { uri: 'preadvices', version: 0 },
|
|
20
|
+
Prints: { uri: 'prints', version: 0 },
|
|
21
|
+
Products: { uri: 'products', version: 0 },
|
|
22
|
+
Putaway: { uri: 'putaway', version: 0 },
|
|
23
|
+
Receipt: { uri: 'receipt', version: 0 },
|
|
24
|
+
Registry: { uri: 'registry', version: 0 },
|
|
25
|
+
Reports: { uri: 'reports', version: 0 },
|
|
26
|
+
Sortations: { uri: 'sortations', version: 0 },
|
|
27
|
+
StockTake: { uri: 'stocktake', version: 0 },
|
|
28
|
+
System: { uri: 'system', version: 0 },
|
|
29
|
+
Transactions: { uri: 'transactions', version: 0 }
|
|
30
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { GridNumberItem } from './GridNumberItem.js';
|
|
2
|
+
import type { GridSelectItem } from './GridSelectItem.js';
|
|
3
|
+
import type { GridTextItem } from './GridTextItem.js';
|
|
4
|
+
export type GridItem<V, VP> = GridTextItem | GridNumberItem | (V extends object ? (VP extends string & keyof V ? GridSelectItem<V, VP> : never) : never);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { NonNullableKey } from './Misc.js';
|
|
2
|
+
export interface GridSelectItem<V extends object, VP extends keyof V> {
|
|
3
|
+
name: string;
|
|
4
|
+
label: string;
|
|
5
|
+
options: V[] | Promise<V[]>;
|
|
6
|
+
type: 'select';
|
|
7
|
+
labelProp: NonNullableKey<V>;
|
|
8
|
+
valueProp: VP;
|
|
9
|
+
info: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
invalid?: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var InputVariant;
|
|
2
|
+
(function (InputVariant) {
|
|
3
|
+
InputVariant[InputVariant["Default"] = 0] = "Default";
|
|
4
|
+
InputVariant[InputVariant["Modal"] = 1] = "Modal";
|
|
5
|
+
InputVariant[InputVariant["ModalThin"] = 2] = "ModalThin";
|
|
6
|
+
InputVariant[InputVariant["Table"] = 3] = "Table";
|
|
7
|
+
})(InputVariant || (InputVariant = {}));
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
import type { IApplicationIdentifier } from './ApplicationIdentifier.js';
|
|
2
|
+
import { type Static, type TSchema } from '@sinclair/typebox';
|
|
3
|
+
export declare const nullable: <T extends TSchema>(type: T) => import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, T]>;
|
|
4
|
+
export type ParsedBarcode = Map<IApplicationIdentifier, string>;
|
|
5
|
+
export declare const TypedString: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString;
|
|
6
|
+
export type TypedString = Static<typeof TypedString>;
|
|
7
|
+
export declare const NullableString: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TString]>;
|
|
8
|
+
export type NullableString = Static<typeof NullableString>;
|
|
9
|
+
export declare const TypedBoolean: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TBoolean;
|
|
10
|
+
export type TypedBoolean = Static<typeof TypedBoolean>;
|
|
11
|
+
export declare const NullableBoolean: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TBoolean]>;
|
|
12
|
+
export type NullableBoolean = Static<typeof NullableBoolean>;
|
|
13
|
+
export declare const TypedNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNumber;
|
|
14
|
+
export type TypedNumber = Static<typeof TypedNumber>;
|
|
15
|
+
export declare const NullableNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNumber]>;
|
|
16
|
+
export type NullableNumber = Static<typeof NullableNumber>;
|
|
17
|
+
export declare const NaturalNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
18
|
+
export type NaturalNumber = Static<typeof NaturalNumber>;
|
|
19
|
+
export declare const NullableNaturalNumber: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger]>;
|
|
20
|
+
export type NullableNaturalNumber = Static<typeof NullableNaturalNumber>;
|
|
21
|
+
export declare const PositiveDecimal: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNumber;
|
|
22
|
+
export type PositiveDecimal = Static<typeof PositiveDecimal>;
|
|
23
|
+
export declare const PositiveInteger: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger;
|
|
24
|
+
export type PositiveInteger = Static<typeof PositiveInteger>;
|
|
25
|
+
export declare const NullablePositiveInteger: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnion<[import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TNull, import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TInteger]>;
|
|
26
|
+
export type NullablePositiveInteger = Static<typeof NullablePositiveInteger>;
|
|
27
|
+
export type AccountID = number & {
|
|
28
|
+
__brand: 'AccountID';
|
|
29
|
+
};
|
|
30
|
+
export declare const AccountID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountID>;
|
|
31
|
+
export type BrandedString<T> = string & {
|
|
32
|
+
__brand: T;
|
|
33
|
+
};
|
|
34
|
+
export type BrandedNumber<T> = number & {
|
|
35
|
+
__brand: T;
|
|
36
|
+
};
|
|
37
|
+
export type BrandedInteger<T> = number & {
|
|
38
|
+
__brand: T;
|
|
39
|
+
};
|
|
40
|
+
export type AccountCourierCodeMatrixID = BrandedNumber<'AccountCourierCodeMatrixID'>;
|
|
41
|
+
export declare const AccountCourierCodeMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountCourierCodeMatrixID>;
|
|
42
|
+
export type AccountCourierServiceCode = BrandedString<'AccountCourierServiceCode'>;
|
|
43
|
+
export declare const AccountCourierServiceCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountCourierServiceCode>;
|
|
44
|
+
export type AICode = BrandedString<'AICode'>;
|
|
45
|
+
export declare const AICode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AICode>;
|
|
46
|
+
export type RawBarcode = BrandedString<'RawBarcode'>;
|
|
47
|
+
export declare const RawBarcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<RawBarcode>;
|
|
48
|
+
export type AddressID = BrandedInteger<'AddressID'>;
|
|
49
|
+
export declare const AddressID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AddressID>;
|
|
50
|
+
export type AdjustmentTypeID = BrandedInteger<'AdjustmentTypeID'>;
|
|
51
|
+
export declare const AdjustmentTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AdjustmentTypeID>;
|
|
52
|
+
export type BatchTypeAccountMatrixID = BrandedInteger<'BatchTypeAccountMatrixID'>;
|
|
53
|
+
export declare const BatchTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<BatchTypeAccountMatrixID>;
|
|
54
|
+
export type PodLineBatchTypeID = BrandedInteger<'PodLineBatchTypeID'>;
|
|
55
|
+
export declare const PodLineBatchTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineBatchTypeID>;
|
|
56
|
+
export type BucketUUID = BrandedString<'BucketUUID'>;
|
|
57
|
+
export declare const BucketUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<BucketUUID>;
|
|
58
|
+
export type CountryID = BrandedInteger<'CountryID'>;
|
|
59
|
+
export declare const CountryID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CountryID>;
|
|
60
|
+
export type CourierAccountID = BrandedInteger<'CourierAccountID'>;
|
|
61
|
+
export declare const CourierAccountID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierAccountID>;
|
|
62
|
+
export type SystemCourierCode = BrandedString<'SystemCourierCode'>;
|
|
63
|
+
export declare const SystemCourierCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SystemCourierCode>;
|
|
64
|
+
export type AccountCourierCode = BrandedString<'AccountCourierCode'>;
|
|
65
|
+
export declare const AccountCourierCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<AccountCourierCode>;
|
|
66
|
+
export type CourierConsignmentID = BrandedInteger<'CourierConsignmentID'>;
|
|
67
|
+
export declare const CourierConsignmentID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierConsignmentID>;
|
|
68
|
+
export type CourierID = BrandedInteger<'CourierID'>;
|
|
69
|
+
export declare const CourierID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierID>;
|
|
70
|
+
export type CollectionPostcode = BrandedString<'CollectionPostcode'>;
|
|
71
|
+
export declare const CollectionPostcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CollectionPostcode>;
|
|
72
|
+
export type PackReferenceID = BrandedInteger<'PackReferenceID'>;
|
|
73
|
+
export declare const PackReferenceID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PackReferenceID>;
|
|
74
|
+
export type CourierServiceCode = BrandedString<'CourierServiceCode'>;
|
|
75
|
+
export declare const CourierServiceCode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CourierServiceCode>;
|
|
76
|
+
export type CustomerID = BrandedInteger<'CustomerID'>;
|
|
77
|
+
export declare const CustomerID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CustomerID>;
|
|
78
|
+
export type CustomerTypeID = BrandedInteger<'CustomerTypeID'>;
|
|
79
|
+
export declare const CustomerTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<CustomerTypeID>;
|
|
80
|
+
export type DateTypeAccountMatrixID = BrandedInteger<'DateTypeAccountMatrixID'>;
|
|
81
|
+
export declare const DateTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DateTypeAccountMatrixID>;
|
|
82
|
+
export type PodLineDateTypeID = BrandedInteger<'PodLineDateTypeID'>;
|
|
83
|
+
export declare const PodLineDateTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineDateTypeID>;
|
|
84
|
+
export type DefinitionSegmentTypeID = BrandedInteger<'DefinitionSegmentTypeID'>;
|
|
85
|
+
export declare const DefinitionSegmentTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DefinitionSegmentTypeID>;
|
|
86
|
+
export type DeliveryPostcode = BrandedString<'DeliveryPostcode'>;
|
|
87
|
+
export declare const DeliveryPostcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DeliveryPostcode>;
|
|
88
|
+
export type DocumentMatrixID = BrandedInteger<'DocumentMatrixID'>;
|
|
89
|
+
export declare const DocumentMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DocumentMatrixID>;
|
|
90
|
+
export type DocumentTypeID = BrandedInteger<'DocumentTypeID'>;
|
|
91
|
+
export declare const DocumentTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DocumentTypeID>;
|
|
92
|
+
export type DocumentFormat = BrandedString<'DocumentFormat'>;
|
|
93
|
+
export declare const DocumentFormat: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DocumentFormat>;
|
|
94
|
+
export type InputDate = BrandedString<'InputDate'>;
|
|
95
|
+
export declare const InputDate: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<InputDate>;
|
|
96
|
+
export type InputDateWithTime = BrandedString<'InputDateWithTime'>;
|
|
97
|
+
export declare const InputDateWithTime: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<InputDateWithTime>;
|
|
98
|
+
export type FloDate = BrandedString<'FloDate'>;
|
|
99
|
+
export declare const FloDate: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<FloDate>;
|
|
100
|
+
export type HoldTypeID = BrandedInteger<'HoldTypeID'>;
|
|
101
|
+
export declare const HoldTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<HoldTypeID>;
|
|
102
|
+
export type HoldTypeAccountMatrixID = BrandedInteger<'HoldTypeAccountMatrixID'>;
|
|
103
|
+
export declare const HoldTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<HoldTypeAccountMatrixID>;
|
|
104
|
+
export type JobID = BrandedInteger<'JobID'>;
|
|
105
|
+
export declare const JobID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JobID>;
|
|
106
|
+
export type JobStatusID = BrandedInteger<'JobStatusID'>;
|
|
107
|
+
export declare const JobStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JobStatusID>;
|
|
108
|
+
export type JobTypeID = BrandedInteger<'JobTypeID'>;
|
|
109
|
+
export declare const JobTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JobTypeID>;
|
|
110
|
+
export type KitUUID = BrandedString<'KitUUID'>;
|
|
111
|
+
export declare const KitUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<KitUUID>;
|
|
112
|
+
export type MovementID = BrandedInteger<'MovementID'>;
|
|
113
|
+
export declare const MovementID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MovementID>;
|
|
114
|
+
export type MovementLineID = BrandedInteger<'MovementLineID'>;
|
|
115
|
+
export declare const MovementLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MovementLineID>;
|
|
116
|
+
export type OrderID = BrandedInteger<'OrderID'>;
|
|
117
|
+
export declare const OrderID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderID>;
|
|
118
|
+
export type OrderLineID = BrandedInteger<'OrderLineID'>;
|
|
119
|
+
export declare const OrderLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineID>;
|
|
120
|
+
export type OrderLineMethodID = BrandedInteger<'OrderLineMethodID'>;
|
|
121
|
+
export declare const OrderLineMethodID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineMethodID>;
|
|
122
|
+
export type OrderLineShortageReasonID = BrandedInteger<'OrderLineShortageReasonID'>;
|
|
123
|
+
export declare const OrderLineShortageReasonID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineShortageReasonID>;
|
|
124
|
+
export type OrderLineReasonTypeID = BrandedInteger<'OrderLineReasonTypeID'>;
|
|
125
|
+
export declare const OrderLineReasonTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderLineReasonTypeID>;
|
|
126
|
+
export type OrderTagTypeID = BrandedInteger<'OrderTagTypeID'>;
|
|
127
|
+
export declare const OrderTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OrderTagTypeID>;
|
|
128
|
+
export type OutboundTypeID = BrandedInteger<'OutboundTypeID'>;
|
|
129
|
+
export declare const OutboundTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundTypeID>;
|
|
130
|
+
export type OutboundTypeAccountMatrixID = BrandedInteger<'OutboundTypeAccountMatrixID'>;
|
|
131
|
+
export declare const OutboundTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundTypeAccountMatrixID>;
|
|
132
|
+
export type OutboundStatusID = BrandedInteger<'OutboundStatusID'>;
|
|
133
|
+
export declare const OutboundStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundStatusID>;
|
|
134
|
+
export type OutboundStatusName = BrandedString<'OutboundStatusName'>;
|
|
135
|
+
export declare const OutboundStatusName: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OutboundStatusName>;
|
|
136
|
+
export type PickJobID = BrandedInteger<'PickJobID'>;
|
|
137
|
+
export declare const PickJobID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickJobID>;
|
|
138
|
+
export type PickWaveID = BrandedInteger<'PickWaveID'>;
|
|
139
|
+
export declare const PickWaveID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickWaveID>;
|
|
140
|
+
export type PickUUID = BrandedString<'PickUUID'>;
|
|
141
|
+
export declare const PickUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickUUID>;
|
|
142
|
+
export type PodTypeID = BrandedInteger<'PodTypeID'>;
|
|
143
|
+
export declare const PodTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodTypeID>;
|
|
144
|
+
export type PodAliasID = BrandedInteger<'PodAliasID'>;
|
|
145
|
+
export declare const PodAliasID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodAliasID>;
|
|
146
|
+
export type PodAliasTypeID = BrandedInteger<'PodAliasTypeID'>;
|
|
147
|
+
export declare const PodAliasTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodAliasTypeID>;
|
|
148
|
+
export type PodAlias = BrandedString<'PodAlias'>;
|
|
149
|
+
export declare const PodAlias: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodAlias>;
|
|
150
|
+
export type PodUUID = BrandedString<'PodUUID'>;
|
|
151
|
+
export declare const PodUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodUUID>;
|
|
152
|
+
export type PodLineQuantityID = BrandedInteger<'PodLineQuantityID'>;
|
|
153
|
+
export declare const PodLineQuantityID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineQuantityID>;
|
|
154
|
+
export type PodLineUUID = BrandedString<'PodLineUUID'>;
|
|
155
|
+
export declare const PodLineUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineUUID>;
|
|
156
|
+
export type PoolAlias = BrandedString<'PoolAlias'>;
|
|
157
|
+
export declare const PoolAlias: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PoolAlias>;
|
|
158
|
+
export type PoolID = BrandedInteger<'PoolID'>;
|
|
159
|
+
export declare const PoolID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PoolID>;
|
|
160
|
+
export type PoolTypeID = BrandedInteger<'PoolTypeID'>;
|
|
161
|
+
export declare const PoolTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PoolTypeID>;
|
|
162
|
+
export type Postcode = BrandedString<'Postcode'>;
|
|
163
|
+
export declare const Postcode: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Postcode>;
|
|
164
|
+
export type PreadviceID = BrandedInteger<'PreadviceID'>;
|
|
165
|
+
export declare const PreadviceID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceID>;
|
|
166
|
+
export type PreadviceLineID = BrandedInteger<'PreadviceLineID'>;
|
|
167
|
+
export declare const PreadviceLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceLineID>;
|
|
168
|
+
export type PreadviceStatusID = BrandedInteger<'PreadviceStatusID'>;
|
|
169
|
+
export declare const PreadviceStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceStatusID>;
|
|
170
|
+
export type PreadviceTypeID = BrandedInteger<'PreadviceTypeID'>;
|
|
171
|
+
export declare const PreadviceTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceTypeID>;
|
|
172
|
+
export type PreadviceTagTypeID = BrandedInteger<'PreadviceTagTypeID'>;
|
|
173
|
+
export declare const PreadviceTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceTagTypeID>;
|
|
174
|
+
export type PreadviceTypeAccountMatrixID = BrandedInteger<'PreadviceTypeAccountMatrixID'>;
|
|
175
|
+
export declare const PreadviceTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PreadviceTypeAccountMatrixID>;
|
|
176
|
+
export type PrinterID = BrandedInteger<'PrinterID'>;
|
|
177
|
+
export declare const PrinterID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PrinterID>;
|
|
178
|
+
export type ProductID = BrandedInteger<'ProductID'>;
|
|
179
|
+
export declare const ProductID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductID>;
|
|
180
|
+
export type ProductKitMatrixID = BrandedInteger<'ProductKitMatrixID'>;
|
|
181
|
+
export declare const ProductKitMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductKitMatrixID>;
|
|
182
|
+
export type ProductTagTypeID = BrandedInteger<'ProductTagTypeID'>;
|
|
183
|
+
export declare const ProductTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ProductTagTypeID>;
|
|
184
|
+
export type PurchaseOrderTypeAccountMatrixID = BrandedInteger<'PurchaseOrderTypeAccountMatrixID'>;
|
|
185
|
+
export declare const PurchaseOrderTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PurchaseOrderTypeAccountMatrixID>;
|
|
186
|
+
export type PodLinePurchaseOrderTypeID = BrandedInteger<'PodLinePurchaseOrderTypeID'>;
|
|
187
|
+
export declare const PodLinePurchaseOrderTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLinePurchaseOrderTypeID>;
|
|
188
|
+
export type ReplenJobID = BrandedInteger<'ReplenJobID'>;
|
|
189
|
+
export declare const ReplenJobID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ReplenJobID>;
|
|
190
|
+
export type QuantityTypeID = BrandedInteger<'QuantityTypeID'>;
|
|
191
|
+
export declare const QuantityTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<QuantityTypeID>;
|
|
192
|
+
export type ReasonForExportID = BrandedInteger<'ReasonForExportID'>;
|
|
193
|
+
export declare const ReasonForExportID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ReasonForExportID>;
|
|
194
|
+
export type SegmentFullName = BrandedString<'SegmentFullName'>;
|
|
195
|
+
export declare const SegmentFullName: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentFullName>;
|
|
196
|
+
export type SegmentID = BrandedInteger<'SegmentID'>;
|
|
197
|
+
export declare const SegmentID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentID>;
|
|
198
|
+
export type SegmentStatusID = BrandedInteger<'SegmentStatusID'>;
|
|
199
|
+
export declare const SegmentStatusID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentStatusID>;
|
|
200
|
+
export type SegmentProcessID = BrandedInteger<'SegmentProcessID'>;
|
|
201
|
+
export declare const SegmentProcessID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SegmentProcessID>;
|
|
202
|
+
export type PickDeviceUUID = BrandedString<'PickDeviceUUID'>;
|
|
203
|
+
export declare const PickDeviceUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickDeviceUUID>;
|
|
204
|
+
export type PickGroupID = BrandedInteger<'PickGroupID'>;
|
|
205
|
+
export declare const PickGroupID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PickGroupID>;
|
|
206
|
+
export type PodLineSerialTypeID = BrandedInteger<'PodLineSerialTypeID'>;
|
|
207
|
+
export declare const PodLineSerialTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineSerialTypeID>;
|
|
208
|
+
export type PackReference = BrandedString<'PackReference'>;
|
|
209
|
+
export declare const PackReference: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PackReference>;
|
|
210
|
+
export type ShipmentID = BrandedInteger<'ShipmentID'>;
|
|
211
|
+
export declare const ShipmentID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentID>;
|
|
212
|
+
export type ShipmentSetID = BrandedInteger<'ShipmentSetID'>;
|
|
213
|
+
export declare const ShipmentSetID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetID>;
|
|
214
|
+
export type ShipmentSetLineID = BrandedInteger<'ShipmentSetLineID'>;
|
|
215
|
+
export declare const ShipmentSetLineID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetLineID>;
|
|
216
|
+
export type ShipmentSetTypeID = BrandedInteger<'ShipmentSetTypeID'>;
|
|
217
|
+
export declare const ShipmentSetTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ShipmentSetTypeID>;
|
|
218
|
+
export type SKU = BrandedString<'SKU'>;
|
|
219
|
+
export declare const SKU: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SKU>;
|
|
220
|
+
export type SnapshotPickableUUID = BrandedString<'SnapshotPickableUUID'>;
|
|
221
|
+
export declare const SnapshotPickableUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SnapshotPickableUUID>;
|
|
222
|
+
export type SnapshotPackableUUID = BrandedString<'SnapshotPackableUUID'>;
|
|
223
|
+
export declare const SnapshotPackableUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SnapshotPackableUUID>;
|
|
224
|
+
export type SnapshotKittableUUID = BrandedString<'SnapshotKittableUUID'>;
|
|
225
|
+
export declare const SnapshotKittableUUID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SnapshotKittableUUID>;
|
|
226
|
+
export type SupplierID = BrandedInteger<'SupplierID'>;
|
|
227
|
+
export declare const SupplierID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<SupplierID>;
|
|
228
|
+
export type TagTypeAccountMatrixID = BrandedInteger<'TagTypeAccountMatrixID'>;
|
|
229
|
+
export declare const TagTypeAccountMatrixID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TagTypeAccountMatrixID>;
|
|
230
|
+
export type PodLineTagTypeID = BrandedInteger<'PodLineTagTypeID'>;
|
|
231
|
+
export declare const PodLineTagTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<PodLineTagTypeID>;
|
|
232
|
+
export type TemplateID = BrandedInteger<'TemplateID'>;
|
|
233
|
+
export declare const TemplateID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TemplateID>;
|
|
234
|
+
export type TemplateTypeID = BrandedInteger<'TemplateTypeID'>;
|
|
235
|
+
export declare const TemplateTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TemplateTypeID>;
|
|
236
|
+
export type TransactionID = BrandedInteger<'TransactionID'>;
|
|
237
|
+
export declare const TransactionID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<TransactionID>;
|
|
238
|
+
export type JournalID = BrandedInteger<'JournalID'>;
|
|
239
|
+
export declare const JournalID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<JournalID>;
|
|
240
|
+
export type OperationTypeID = BrandedInteger<'OperationTypeID'>;
|
|
241
|
+
export declare const OperationTypeID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<OperationTypeID>;
|
|
242
|
+
export type UserID = BrandedInteger<'UserID'>;
|
|
243
|
+
export declare const UserID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UserID>;
|
|
244
|
+
export type UOMID = BrandedInteger<'UOMID'>;
|
|
245
|
+
export declare const UOMID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<UOMID>;
|
|
246
|
+
export type WarehouseID = BrandedInteger<'WarehouseID'>;
|
|
247
|
+
export declare const WarehouseID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<WarehouseID>;
|
|
248
|
+
export type MiscID = BrandedInteger<'MiscID'>;
|
|
249
|
+
export declare const MiscID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<MiscID>;
|
|
250
|
+
export type ZoneID = BrandedInteger<'ZoneID'>;
|
|
251
|
+
export declare const ZoneID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<ZoneID>;
|
|
252
|
+
export type WeightUnitOfMeasureID = BrandedInteger<'WeightUnitOfMeasureID'>;
|
|
253
|
+
export declare const WeightUnitOfMeasureID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<WeightUnitOfMeasureID>;
|
|
254
|
+
export type DimensionUnitOfMeasureID = BrandedInteger<'DimensionUnitOfMeasureID'>;
|
|
255
|
+
export declare const DimensionUnitOfMeasureID: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<DimensionUnitOfMeasureID>;
|
|
256
|
+
export type Grams = BrandedInteger<'Grams'>;
|
|
257
|
+
export declare const Grams: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Grams>;
|
|
258
|
+
export type Kilograms = BrandedNumber<'Kilograms'>;
|
|
259
|
+
export declare const Kilograms: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Kilograms>;
|
|
260
|
+
export type Millimetres = BrandedNumber<'Millimetres'>;
|
|
261
|
+
export declare const Millimetres: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Millimetres>;
|
|
262
|
+
export type Centimetres = BrandedNumber<'Centimetres'>;
|
|
263
|
+
export declare const Centimetres: import("@sinclair/typebox", { with: { "resolution-mode": "require" } }).TUnsafe<Centimetres>;
|
|
264
|
+
export interface ValueWrapper<T = string> {
|
|
265
|
+
value: T;
|
|
266
|
+
}
|
|
267
|
+
export type NonNullableKey<T> = T extends null ? never : string & keyof T;
|
|
268
|
+
export type ValueProp<V> = keyof V & string;
|
|
269
|
+
export type StringCallback = (value: RawBarcode) => boolean | void | Promise<boolean | void>;
|
|
270
|
+
export type Unsubscriber = () => void;
|
|
271
|
+
export type Pixels = number;
|