@lavalogic/scoria 0.0.4 → 0.0.6
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/dist/Components/Table/Body/Rows/Columns/ActionsCell.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/BubbleCell.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/ProgressCell.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/TableNumberInput.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/TableQuerySelect.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/TableSelect.svelte +2 -2
- package/dist/Components/Table/Body/Rows/Columns/TableTextInput.svelte +2 -2
- package/dist/Components/Table/Types/Columns/ColumnType.d.ts +10 -9
- package/dist/Components/Table/Types/Columns/ColumnType.js +10 -10
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/AccessorDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/AccessorType.d.ts +9 -8
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/AccessorType.js +9 -9
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/CheckboxDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/DateInputDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/NumberInputDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/QueryDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/SelectDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Accessors/TextInputDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Actions/ActionsDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Display/AbstractDisplayDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Display/BubbleDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Display/ProgressBarDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Display/ValidityDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/Definitions/Expand/ExpandDef.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/Columns/DisplayType.d.ts +8 -7
- package/dist/Components/Table/Types/Columns/DisplayType.js +8 -8
- package/dist/Components/Table/Types/DataRepository/ILocalDataRepository.d.ts +1 -2
- package/dist/Components/Table/Types/DataRepository/IRemoteDataRepository.d.ts +1 -2
- package/dist/Components/Table/Types/DataRepository/LocalTableDataRepository.svelte.d.ts +2 -4
- package/dist/Components/Table/Types/DataRepository/RemoteTableDataRepository.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/DataRepository/TableDataRepository.svelte.d.ts +1 -2
- package/dist/Components/Table/Types/ExpandedPanel.d.ts +7 -6
- package/dist/Components/Table/Types/ExpandedPanel.js +7 -7
- package/dist/Components/Table/Types/Filtering/CustomFilterType.d.ts +7 -6
- package/dist/Components/Table/Types/Filtering/CustomFilterType.js +7 -7
- package/dist/Components/Table/Types/Filtering/FilterType.d.ts +5 -4
- package/dist/Components/Table/Types/Filtering/FilterType.js +5 -5
- package/dist/Components/Table/Types/Focus/MultiFocusEdge.d.ts +11 -10
- package/dist/Components/Table/Types/Focus/MultiFocusEdge.js +11 -11
- package/dist/Components/Table/Types/Pagination/PaginationType.d.ts +6 -5
- package/dist/Components/Table/Types/Pagination/PaginationType.js +6 -6
- package/dist/Components/Table/Types/Toolbar/ToolbarPosition.d.ts +7 -6
- package/dist/Components/Table/Types/Toolbar/ToolbarPosition.js +7 -7
- package/dist/Delay/Delay.d.ts +4 -3
- package/dist/Delay/Delay.js +4 -4
- package/dist/Types/Examples/ExampleSelectEnum.d.ts +7 -6
- package/dist/Types/Examples/ExampleSelectEnum.js +7 -7
- package/dist/Types/Internal/ApplicationIdentifier.d.ts +11 -9
- package/dist/Types/Internal/ApplicationIdentifier.js +11 -11
- package/dist/Types/Internal/AttributeOperation.d.ts +31 -30
- package/dist/Types/Internal/AttributeOperation.js +31 -31
- package/dist/Types/Internal/DatePickerType.d.ts +9 -8
- package/dist/Types/Internal/DatePickerType.js +9 -9
- package/dist/Types/Internal/InputVariant.d.ts +7 -6
- package/dist/Types/Internal/InputVariant.js +7 -7
- package/dist/Types/Internal/Shape.d.ts +5 -4
- package/dist/Types/Internal/Shape.js +5 -5
- package/dist/Types/Internal/Side.d.ts +7 -6
- package/dist/Types/Internal/Side.js +7 -7
- package/dist/Types/Internal/Size.d.ts +14 -13
- package/dist/Types/Internal/Size.js +14 -14
- package/dist/Types/Internal/Ternary.d.ts +6 -5
- package/dist/Types/Internal/Ternary.js +6 -6
- package/dist/Types/Internal/Validity.d.ts +8 -7
- package/dist/Types/Internal/Validity.js +8 -8
- package/dist/Types/Internal/Variant.d.ts +11 -10
- package/dist/Types/Internal/Variant.js +11 -11
- package/dist/index.d.ts +20 -19
- package/dist/index.js +20 -19
- package/dist/scss/colours.d.ts +96 -94
- package/dist/scss/colours.js +138 -138
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -24,8 +24,8 @@ export { type ValidationFn } from './Components/Table/Types/Columns/Definitions/
|
|
|
24
24
|
export { type ColumnDefPreset } from './Components/Table/Types/Columns/ColumnDefPreset.js';
|
|
25
25
|
export { type ColumnPinningState } from './Components/Table/Types/Columns/ColumnPinningState.js';
|
|
26
26
|
export { type ColumnSizingState } from './Components/Table/Types/Columns/ColumnSizingState.js';
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
27
|
+
export { ColumnType } from './Components/Table/Types/Columns/ColumnType.js';
|
|
28
|
+
export { DisplayType } from './Components/Table/Types/Columns/DisplayType.js';
|
|
29
29
|
export { type DefsWrapper } from './Components/Table/Types/Columns/DefsWrapper.js';
|
|
30
30
|
export { type TableCell } from './Components/Table/Types/Columns/TableCell.js';
|
|
31
31
|
export { type VisibilityState } from './Components/Table/Types/Columns/VisibilityState.js';
|
|
@@ -45,22 +45,22 @@ export { type SortingState } from './Components/Table/Types/DataRepository/Sorti
|
|
|
45
45
|
export { type ReadonlyPaginationState, TableDataRepository } from './Components/Table/Types/DataRepository/TableDataRepository.svelte.js';
|
|
46
46
|
export { type ColumnFilter, type ColumnFiltersState } from './Components/Table/Types/Filtering/ColumnFiltersState.js';
|
|
47
47
|
export { type CustomFilter } from './Components/Table/Types/Filtering/CustomFilter.js';
|
|
48
|
-
export {
|
|
48
|
+
export { CustomFilterType } from './Components/Table/Types/Filtering/CustomFilterType.js';
|
|
49
49
|
export { type CustomFilterFn } from './Components/Table/Types/Filtering/CustomFilterFn.js';
|
|
50
50
|
export { type CustomProxyFilter } from './Components/Table/Types/Filtering/CustomProxyFilter.js';
|
|
51
51
|
export { type CustomRemoteFilters } from './Components/Table/Types/Filtering/CustomRemoteFilters.js';
|
|
52
52
|
export { type DateFilterValueType, type NumberFilterValueType, type SelectFilterValueType, type BoolFilterValueType, type StringFilterValueType, type FilterFn } from './Components/Table/Types/Filtering/FilterFn.js';
|
|
53
53
|
export { type FilterMode } from './Components/Table/Types/Filtering/FilterMode.js';
|
|
54
|
-
export {
|
|
54
|
+
export { FilterType } from './Components/Table/Types/Filtering/FilterType.js';
|
|
55
55
|
export { type HasCustomFilterFunction } from './Components/Table/Types/Filtering/HasCustomFilterFunction.js';
|
|
56
56
|
export { type NumberDateFilterMode } from './Components/Table/Types/Filtering/NumberDateFilterMode.js';
|
|
57
57
|
export { type StringFilterMode } from './Components/Table/Types/Filtering/StringFilterMode.js';
|
|
58
|
-
export {
|
|
58
|
+
export { MultiFocusEdge } from './Components/Table/Types/Focus/MultiFocusEdge.js';
|
|
59
59
|
export { TableFocusDetails } from './Components/Table/Types/Focus/TableFocusDetails.svelte.js';
|
|
60
60
|
export { type PaginationState } from './Components/Table/Types/Pagination/PaginationState.js';
|
|
61
|
-
export {
|
|
62
|
-
export {
|
|
63
|
-
export {
|
|
61
|
+
export { PaginationType } from './Components/Table/Types/Pagination/PaginationType.js';
|
|
62
|
+
export { ToolbarPosition } from './Components/Table/Types/Toolbar/ToolbarPosition.js';
|
|
63
|
+
export { ExpandedPanel } from './Components/Table/Types/ExpandedPanel.js';
|
|
64
64
|
export { type Header } from './Components/Table/Types/Header.js';
|
|
65
65
|
export { type HeaderGroup } from './Components/Table/Types/HeaderGroup.js';
|
|
66
66
|
export { type OnChangeFn } from './Components/Table/Types/OnChangeFn.js';
|
|
@@ -98,7 +98,7 @@ export { default as FileUpload } from './Components/FileUpload.svelte';
|
|
|
98
98
|
export { default as GridInput } from './Components/GridInput.svelte';
|
|
99
99
|
export { default as GridInputSet } from './Components/GridInputSet.svelte';
|
|
100
100
|
export { default as HorizontalTabGroup } from './Components/HorizontalTabGroup.svelte';
|
|
101
|
-
export { default as Icon } from './Components/Icon.svelte';
|
|
101
|
+
export { icons, type IconProps, type PartialIconProps, default as Icon } from './Components/Icon.svelte';
|
|
102
102
|
export { default as LoadingAnimation } from './Components/LoadingAnimation.svelte';
|
|
103
103
|
export { default as LoadingModal } from './Components/LoadingModal.svelte';
|
|
104
104
|
export { default as LoadingOverlay } from './Components/LoadingOverlay.svelte';
|
|
@@ -121,17 +121,17 @@ export { ContextMenuContext } from './Contexts/ContextMenuContext.svelte.js';
|
|
|
121
121
|
export { ToastContext } from './Contexts/ToastContext.svelte.js';
|
|
122
122
|
export { TooltipContext } from './Contexts/TooltipContext.svelte.js';
|
|
123
123
|
export { UntypedInputContext } from './Contexts/UntypedInputContext.svelte.js';
|
|
124
|
-
export {
|
|
124
|
+
export { Delay } from './Delay/Delay.js';
|
|
125
125
|
export { DATAMatrix } from './Helpers/Datamatrix.js';
|
|
126
126
|
export { capitalise, autoPluralise, tomorrow, inputFriendly, inputFriendlyWithTime, floFriendly, floFriendlyWithTime, floFriendlyWithLocalTime, lastSec, isErrorResponse, isMessage, isThrowable, getErrorMessage, isValidEmailAddress, validateBarcodeCommand, isValidLaserPrinter, isValidLabelPrinter, getCanvasContext, assertIsOnBrowser, assertUnreachable, isFocusable, focusNextFocusable, assert, toFloFriendlyWithLocalTime, toFloFriendlyWithTime, saveBlob, isAttributeMissing, isAttributeInvalid, isAttributeDateInvalid, getOrCreateDeviceUUID, passthrough, generateUUID, generateShortUUID, refWrapper, type BarcodeValidationResult, type Milliseconds, asyncMap, asyncForEach, asyncFlatMap, asyncSome, asyncSleep, utc, local, getLocalStorageStringOrDefault, getLocalStorageIntOrDefault, getLocalStorageFloatOrDefault, getLocalStorageBoolOrDefault, FormatAccountNames, FormatWarehouseNames, vowels } from './Helpers/Helpers.svelte.js';
|
|
127
127
|
export { type INamed } from './Helpers/INamed.js';
|
|
128
|
-
export { type IApplicationIdentifier, type IValueLength,
|
|
129
|
-
export {
|
|
128
|
+
export { type IApplicationIdentifier, type IValueLength, GS1LengthType, GS1Encoding, type ApplicationIdentifierName } from './Types/Internal/ApplicationIdentifier.js';
|
|
129
|
+
export { AttributeOperation } from './Types/Internal/AttributeOperation.js';
|
|
130
130
|
export { type BigRadioOption } from './Types/Internal/BigRadioOption.js';
|
|
131
131
|
export { type ButtonProp } from './Types/Internal/ButtonProp.js';
|
|
132
132
|
export { type CallbackButton } from './Types/Internal/CallbackButton.js';
|
|
133
133
|
export { type DateChange } from './Types/Internal/DateChange.js';
|
|
134
|
-
export {
|
|
134
|
+
export { DatePickerType } from './Types/Internal/DatePickerType.js';
|
|
135
135
|
export { type FloService } from './Types/Internal/FloService.js';
|
|
136
136
|
export { type GridItem } from './Types/Internal/GridItem.js';
|
|
137
137
|
export { type GridMultiSelectItem } from './Types/Internal/GridMultiSelectItem.js';
|
|
@@ -145,18 +145,19 @@ export { type GridSingleSelectItemAsPrimitive } from './Types/Internal/GridSingl
|
|
|
145
145
|
export { type GridStringItem } from './Types/Internal/GridStringItem.js';
|
|
146
146
|
export { type GridTextItem } from './Types/Internal/GridTextItem.js';
|
|
147
147
|
export { type IdentifiableToastMessage } from './Types/Internal/IdentifiableToastMessage.js';
|
|
148
|
-
export {
|
|
148
|
+
export { InputVariant } from './Types/Internal/InputVariant.js';
|
|
149
149
|
export { type ParsedBarcode, nullable, TypedString, NullableString, TypedBoolean, NullableBoolean, TypedNumber, NullableNumber, NaturalNumber, NullableNaturalNumber, PositiveDecimal, PositiveInteger, NullablePositiveInteger, AccountID, type BrandedString, type BrandedNumber, type BrandedInteger, AccountCourierCodeMatrixID, AccountCourierServiceCode, AICode, RawBarcode, AddressID, AdjustmentTypeID, BatchTypeAccountMatrixID, PodLineBatchTypeID, BucketUUID, CountryID, CourierAccountID, SystemCourierCode, AccountCourierCode, CourierConsignmentID, CourierID, CollectionPostcode, PackReferenceID, CourierServiceCode, CustomerID, CustomerTypeID, DateTypeAccountMatrixID, PodLineDateTypeID, DefinitionSegmentTypeID, DeliveryPostcode, DocumentMatrixID, DocumentTypeID, DocumentFormat, InputDate, InputDateWithTime, FloDate, HoldTypeID, HoldTypeAccountMatrixID, JobID, JobStatusID, JobTypeID, KitUUID, MovementID, MovementLineID, OrderID, OrderLineID, OrderLineMethodID, OrderLineShortageReasonID, OrderLineReasonTypeID, OrderTagTypeID, OutboundTypeID, OutboundTypeAccountMatrixID, OutboundStatusID, OutboundStatusName, PickJobID, PickWaveID, PickUUID, PodTypeID, PodAliasID, PodAliasTypeID, PodAlias, PodUUID, PodLineQuantityID, PodLineUUID, PoolAlias, PoolID, PoolTypeID, Postcode, PreadviceID, PreadviceLineID, PreadviceStatusID, PreadviceTypeID, PreadviceTagTypeID, PreadviceTypeAccountMatrixID, PrinterID, ProductID, ProductKitMatrixID, ProductTagTypeID, PurchaseOrderTypeAccountMatrixID, PodLinePurchaseOrderTypeID, ReplenJobID, QuantityTypeID, ReasonForExportID, SegmentFullName, SegmentID, SegmentStatusID, SegmentProcessID, PickDeviceUUID, PickGroupID, PodLineSerialTypeID, PackReference, ShipmentID, ShipmentSetID, ShipmentSetLineID, ShipmentSetTypeID, SKU, SnapshotPickableUUID, SnapshotPackableUUID, SnapshotKittableUUID, SupplierID, TagTypeAccountMatrixID, PodLineTagTypeID, TemplateID, TemplateTypeID, TransactionID, JournalID, OperationTypeID, UserID, UOMID, WarehouseID, MiscID, ZoneID, WeightUnitOfMeasureID, DimensionUnitOfMeasureID, Grams, Kilograms, Millimetres, Centimetres, type ValueWrapper, type NonNullableKey, type ValueProp, type StringCallback, type Unsubscriber, type Pixels } from './Types/Internal/Misc.js';
|
|
150
150
|
export { type RefWrapper } from './Types/Internal/RefWrapper.js';
|
|
151
151
|
export { type SelectOption } from './Types/Internal/SelectOption.js';
|
|
152
|
-
export {
|
|
153
|
-
export {
|
|
152
|
+
export { Shape } from './Types/Internal/Shape.js';
|
|
153
|
+
export { Side } from './Types/Internal/Side.js';
|
|
154
|
+
export { Size } from './Types/Internal/Size.js';
|
|
154
155
|
export { type TabOption } from './Types/Internal/TabOption.js';
|
|
155
|
-
export {
|
|
156
|
+
export { Ternary } from './Types/Internal/Ternary.js';
|
|
156
157
|
export { type ToastMessage } from './Types/Internal/ToastMessage.js';
|
|
157
|
-
export {
|
|
158
|
+
export { Validity } from './Types/Internal/Validity.js';
|
|
158
159
|
export { type ValidityWrapper } from './Types/Internal/ValidityWrapper.js';
|
|
159
|
-
export {
|
|
160
|
+
export { Variant } from './Types/Internal/Variant.js';
|
|
160
161
|
export { IFillablePodLineDateRequestBody } from './Types/Requests/IFillablePodLineDateRequestBody.js';
|
|
161
162
|
export { IRequiredPodLineDateRequestBody } from './Types/Requests/IRequiredPodLineDateRequestBody.js';
|
|
162
163
|
export { IValidatedPodLineDateRequestBody } from './Types/Requests/IValidatedPodLineDateRequestBody.js';
|
package/dist/index.js
CHANGED
|
@@ -29,9 +29,9 @@ export {} from './Components/Table/Types/Columns/Definitions/ValidationFn.js';
|
|
|
29
29
|
export {} from './Components/Table/Types/Columns/ColumnDefPreset.js';
|
|
30
30
|
export {} from './Components/Table/Types/Columns/ColumnPinningState.js';
|
|
31
31
|
export {} from './Components/Table/Types/Columns/ColumnSizingState.js';
|
|
32
|
-
export {} from './Components/Table/Types/Columns/ColumnType.js';
|
|
32
|
+
export { ColumnType } from './Components/Table/Types/Columns/ColumnType.js';
|
|
33
33
|
// DateColumn, ExpandColumn, ExpandTableCell, ProgressBarColumn, ProgressBarTableCell, TableActionButton
|
|
34
|
-
export {} from './Components/Table/Types/Columns/DisplayType.js';
|
|
34
|
+
export { DisplayType } from './Components/Table/Types/Columns/DisplayType.js';
|
|
35
35
|
export {} from './Components/Table/Types/Columns/DefsWrapper.js';
|
|
36
36
|
export {} from './Components/Table/Types/Columns/TableCell.js';
|
|
37
37
|
export {} from './Components/Table/Types/Columns/VisibilityState.js';
|
|
@@ -52,22 +52,22 @@ export {} from './Components/Table/Types/DataRepository/SortingState.js';
|
|
|
52
52
|
export { TableDataRepository } from './Components/Table/Types/DataRepository/TableDataRepository.svelte.js';
|
|
53
53
|
export {} from './Components/Table/Types/Filtering/ColumnFiltersState.js';
|
|
54
54
|
export {} from './Components/Table/Types/Filtering/CustomFilter.js';
|
|
55
|
-
export {} from './Components/Table/Types/Filtering/CustomFilterType.js';
|
|
55
|
+
export { CustomFilterType } from './Components/Table/Types/Filtering/CustomFilterType.js';
|
|
56
56
|
export {} from './Components/Table/Types/Filtering/CustomFilterFn.js';
|
|
57
57
|
export {} from './Components/Table/Types/Filtering/CustomProxyFilter.js';
|
|
58
58
|
export {} from './Components/Table/Types/Filtering/CustomRemoteFilters.js';
|
|
59
59
|
export {} from './Components/Table/Types/Filtering/FilterFn.js';
|
|
60
60
|
export {} from './Components/Table/Types/Filtering/FilterMode.js';
|
|
61
|
-
export {} from './Components/Table/Types/Filtering/FilterType.js';
|
|
61
|
+
export { FilterType } from './Components/Table/Types/Filtering/FilterType.js';
|
|
62
62
|
export {} from './Components/Table/Types/Filtering/HasCustomFilterFunction.js';
|
|
63
63
|
export {} from './Components/Table/Types/Filtering/NumberDateFilterMode.js';
|
|
64
64
|
export {} from './Components/Table/Types/Filtering/StringFilterMode.js';
|
|
65
|
-
export {} from './Components/Table/Types/Focus/MultiFocusEdge.js';
|
|
65
|
+
export { MultiFocusEdge } from './Components/Table/Types/Focus/MultiFocusEdge.js';
|
|
66
66
|
export { TableFocusDetails } from './Components/Table/Types/Focus/TableFocusDetails.svelte.js';
|
|
67
67
|
export {} from './Components/Table/Types/Pagination/PaginationState.js';
|
|
68
|
-
export {} from './Components/Table/Types/Pagination/PaginationType.js';
|
|
69
|
-
export {} from './Components/Table/Types/Toolbar/ToolbarPosition.js';
|
|
70
|
-
export {} from './Components/Table/Types/ExpandedPanel.js';
|
|
68
|
+
export { PaginationType } from './Components/Table/Types/Pagination/PaginationType.js';
|
|
69
|
+
export { ToolbarPosition } from './Components/Table/Types/Toolbar/ToolbarPosition.js';
|
|
70
|
+
export { ExpandedPanel } from './Components/Table/Types/ExpandedPanel.js';
|
|
71
71
|
export {} from './Components/Table/Types/Header.js';
|
|
72
72
|
export {} from './Components/Table/Types/HeaderGroup.js';
|
|
73
73
|
export {} from './Components/Table/Types/OnChangeFn.js';
|
|
@@ -105,7 +105,7 @@ export { default as FileUpload } from './Components/FileUpload.svelte';
|
|
|
105
105
|
export { default as GridInput } from './Components/GridInput.svelte';
|
|
106
106
|
export { default as GridInputSet } from './Components/GridInputSet.svelte';
|
|
107
107
|
export { default as HorizontalTabGroup } from './Components/HorizontalTabGroup.svelte';
|
|
108
|
-
export { default as Icon } from './Components/Icon.svelte';
|
|
108
|
+
export { icons, default as Icon } from './Components/Icon.svelte';
|
|
109
109
|
export { default as LoadingAnimation } from './Components/LoadingAnimation.svelte';
|
|
110
110
|
export { default as LoadingModal } from './Components/LoadingModal.svelte';
|
|
111
111
|
export { default as LoadingOverlay } from './Components/LoadingOverlay.svelte';
|
|
@@ -128,17 +128,17 @@ export { ContextMenuContext } from './Contexts/ContextMenuContext.svelte.js';
|
|
|
128
128
|
export { ToastContext } from './Contexts/ToastContext.svelte.js';
|
|
129
129
|
export { TooltipContext } from './Contexts/TooltipContext.svelte.js';
|
|
130
130
|
export { UntypedInputContext } from './Contexts/UntypedInputContext.svelte.js';
|
|
131
|
-
export {} from './Delay/Delay.js';
|
|
131
|
+
export { Delay } from './Delay/Delay.js';
|
|
132
132
|
export { DATAMatrix } from './Helpers/Datamatrix.js';
|
|
133
133
|
export { capitalise, autoPluralise, tomorrow, inputFriendly, inputFriendlyWithTime, floFriendly, floFriendlyWithTime, floFriendlyWithLocalTime, lastSec, isErrorResponse, isMessage, isThrowable, getErrorMessage, isValidEmailAddress, validateBarcodeCommand, isValidLaserPrinter, isValidLabelPrinter, getCanvasContext, assertIsOnBrowser, assertUnreachable, isFocusable, focusNextFocusable, assert, toFloFriendlyWithLocalTime, toFloFriendlyWithTime, saveBlob, isAttributeMissing, isAttributeInvalid, isAttributeDateInvalid, getOrCreateDeviceUUID, passthrough, generateUUID, generateShortUUID, refWrapper, asyncMap, asyncForEach, asyncFlatMap, asyncSome, asyncSleep, utc, local, getLocalStorageStringOrDefault, getLocalStorageIntOrDefault, getLocalStorageFloatOrDefault, getLocalStorageBoolOrDefault, FormatAccountNames, FormatWarehouseNames, vowels } from './Helpers/Helpers.svelte.js';
|
|
134
134
|
export {} from './Helpers/INamed.js';
|
|
135
|
-
export {} from './Types/Internal/ApplicationIdentifier.js';
|
|
136
|
-
export {} from './Types/Internal/AttributeOperation.js';
|
|
135
|
+
export { GS1LengthType, GS1Encoding } from './Types/Internal/ApplicationIdentifier.js';
|
|
136
|
+
export { AttributeOperation } from './Types/Internal/AttributeOperation.js';
|
|
137
137
|
export {} from './Types/Internal/BigRadioOption.js';
|
|
138
138
|
export {} from './Types/Internal/ButtonProp.js';
|
|
139
139
|
export {} from './Types/Internal/CallbackButton.js';
|
|
140
140
|
export {} from './Types/Internal/DateChange.js';
|
|
141
|
-
export {} from './Types/Internal/DatePickerType.js';
|
|
141
|
+
export { DatePickerType } from './Types/Internal/DatePickerType.js';
|
|
142
142
|
export {} from './Types/Internal/FloService.js';
|
|
143
143
|
export {} from './Types/Internal/GridItem.js';
|
|
144
144
|
export {} from './Types/Internal/GridMultiSelectItem.js';
|
|
@@ -152,18 +152,19 @@ export {} from './Types/Internal/GridSingleSelectItemAsPrimitive.js';
|
|
|
152
152
|
export {} from './Types/Internal/GridStringItem.js';
|
|
153
153
|
export {} from './Types/Internal/GridTextItem.js';
|
|
154
154
|
export {} from './Types/Internal/IdentifiableToastMessage.js';
|
|
155
|
-
export {} from './Types/Internal/InputVariant.js';
|
|
155
|
+
export { InputVariant } from './Types/Internal/InputVariant.js';
|
|
156
156
|
export { nullable, TypedString, NullableString, TypedBoolean, NullableBoolean, TypedNumber, NullableNumber, NaturalNumber, NullableNaturalNumber, PositiveDecimal, PositiveInteger, NullablePositiveInteger, AccountID, AccountCourierCodeMatrixID, AccountCourierServiceCode, AICode, RawBarcode, AddressID, AdjustmentTypeID, BatchTypeAccountMatrixID, PodLineBatchTypeID, BucketUUID, CountryID, CourierAccountID, SystemCourierCode, AccountCourierCode, CourierConsignmentID, CourierID, CollectionPostcode, PackReferenceID, CourierServiceCode, CustomerID, CustomerTypeID, DateTypeAccountMatrixID, PodLineDateTypeID, DefinitionSegmentTypeID, DeliveryPostcode, DocumentMatrixID, DocumentTypeID, DocumentFormat, InputDate, InputDateWithTime, FloDate, HoldTypeID, HoldTypeAccountMatrixID, JobID, JobStatusID, JobTypeID, KitUUID, MovementID, MovementLineID, OrderID, OrderLineID, OrderLineMethodID, OrderLineShortageReasonID, OrderLineReasonTypeID, OrderTagTypeID, OutboundTypeID, OutboundTypeAccountMatrixID, OutboundStatusID, OutboundStatusName, PickJobID, PickWaveID, PickUUID, PodTypeID, PodAliasID, PodAliasTypeID, PodAlias, PodUUID, PodLineQuantityID, PodLineUUID, PoolAlias, PoolID, PoolTypeID, Postcode, PreadviceID, PreadviceLineID, PreadviceStatusID, PreadviceTypeID, PreadviceTagTypeID, PreadviceTypeAccountMatrixID, PrinterID, ProductID, ProductKitMatrixID, ProductTagTypeID, PurchaseOrderTypeAccountMatrixID, PodLinePurchaseOrderTypeID, ReplenJobID, QuantityTypeID, ReasonForExportID, SegmentFullName, SegmentID, SegmentStatusID, SegmentProcessID, PickDeviceUUID, PickGroupID, PodLineSerialTypeID, PackReference, ShipmentID, ShipmentSetID, ShipmentSetLineID, ShipmentSetTypeID, SKU, SnapshotPickableUUID, SnapshotPackableUUID, SnapshotKittableUUID, SupplierID, TagTypeAccountMatrixID, PodLineTagTypeID, TemplateID, TemplateTypeID, TransactionID, JournalID, OperationTypeID, UserID, UOMID, WarehouseID, MiscID, ZoneID, WeightUnitOfMeasureID, DimensionUnitOfMeasureID, Grams, Kilograms, Millimetres, Centimetres } from './Types/Internal/Misc.js';
|
|
157
157
|
export {} from './Types/Internal/RefWrapper.js';
|
|
158
158
|
export {} from './Types/Internal/SelectOption.js';
|
|
159
|
-
export {} from './Types/Internal/Shape.js';
|
|
160
|
-
export {} from './Types/Internal/
|
|
159
|
+
export { Shape } from './Types/Internal/Shape.js';
|
|
160
|
+
export { Side } from './Types/Internal/Side.js';
|
|
161
|
+
export { Size } from './Types/Internal/Size.js';
|
|
161
162
|
export {} from './Types/Internal/TabOption.js';
|
|
162
|
-
export {} from './Types/Internal/Ternary.js';
|
|
163
|
+
export { Ternary } from './Types/Internal/Ternary.js';
|
|
163
164
|
export {} from './Types/Internal/ToastMessage.js';
|
|
164
|
-
export {} from './Types/Internal/Validity.js';
|
|
165
|
+
export { Validity } from './Types/Internal/Validity.js';
|
|
165
166
|
export {} from './Types/Internal/ValidityWrapper.js';
|
|
166
|
-
export {} from './Types/Internal/Variant.js';
|
|
167
|
+
export { Variant } from './Types/Internal/Variant.js';
|
|
167
168
|
export { IFillablePodLineDateRequestBody } from './Types/Requests/IFillablePodLineDateRequestBody.js';
|
|
168
169
|
export { IRequiredPodLineDateRequestBody } from './Types/Requests/IRequiredPodLineDateRequestBody.js';
|
|
169
170
|
export { IValidatedPodLineDateRequestBody } from './Types/Requests/IValidatedPodLineDateRequestBody.js';
|
package/dist/scss/colours.d.ts
CHANGED
|
@@ -1,94 +1,96 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
'$transparent-0'
|
|
3
|
-
'$transparent-10'
|
|
4
|
-
'$transparent-20'
|
|
5
|
-
'$ui-black'
|
|
6
|
-
'$ui-white'
|
|
7
|
-
|
|
8
|
-
'$ui-blue-1'
|
|
9
|
-
'$ui-blue-2'
|
|
10
|
-
'$ui-blue-3'
|
|
11
|
-
'$ui-blue-4'
|
|
12
|
-
'$ui-blue-5'
|
|
13
|
-
'$ui-blue-6'
|
|
14
|
-
'$ui-blue-7'
|
|
15
|
-
'$ui-blue-8'
|
|
16
|
-
'$ui-blue-9'
|
|
17
|
-
'$ui-blue-10'
|
|
18
|
-
'$ui-blue-11'
|
|
19
|
-
'$ui-blue-12'
|
|
20
|
-
'$ui-blue-13'
|
|
21
|
-
'$ui-blue-14'
|
|
22
|
-
'$ui-blue-15'
|
|
23
|
-
'$ui-blue-16'
|
|
24
|
-
'$ui-blue-17'
|
|
25
|
-
'$ui-blue-18'
|
|
26
|
-
'$ui-blue-19'
|
|
27
|
-
'$ui-blue-20'
|
|
28
|
-
'$primary-blue-1'
|
|
29
|
-
'$primary-blue-2'
|
|
30
|
-
'$primary-blue-3'
|
|
31
|
-
'$primary-blue-4'
|
|
32
|
-
'$primary-blue-5'
|
|
33
|
-
'$primary-blue-6'
|
|
34
|
-
'$primary-blue-7'
|
|
35
|
-
'$primary-blue-8'
|
|
36
|
-
'$primary-blue-9'
|
|
37
|
-
'$primary-blue-10'
|
|
38
|
-
'$primary-blue-11'
|
|
39
|
-
'$primary-blue-12'
|
|
40
|
-
'$primary-blue-13'
|
|
41
|
-
'$primary-blue-14'
|
|
42
|
-
'$primary-blue-15'
|
|
43
|
-
'$primary-blue-16'
|
|
44
|
-
'$primary-blue-17'
|
|
45
|
-
'$primary-blue-18'
|
|
46
|
-
'$primary-blue-19'
|
|
47
|
-
'$primary-blue-20'
|
|
48
|
-
'$primary-background'
|
|
49
|
-
'$brand-primary'
|
|
50
|
-
'$brand-dark'
|
|
51
|
-
'$brand-dark-transparent-20'
|
|
52
|
-
'$brand-dark-transparent-40'
|
|
53
|
-
'$font-primary'
|
|
54
|
-
'$font-secondary-heading'
|
|
55
|
-
'$font-secondary'
|
|
56
|
-
'$font-disabled'
|
|
57
|
-
|
|
58
|
-
'$error-border'
|
|
59
|
-
'$error-background'
|
|
60
|
-
|
|
61
|
-
'$warning-border'
|
|
62
|
-
'$allocated-background'
|
|
63
|
-
'$in-picking-background'
|
|
64
|
-
'$in-picking-colour'
|
|
65
|
-
'$picked-background'
|
|
66
|
-
'$in-sorting-background'
|
|
67
|
-
'$in-sorting-colour'
|
|
68
|
-
'$sorted-background'
|
|
69
|
-
'$in-kitting-background'
|
|
70
|
-
'$in-kitting-colour'
|
|
71
|
-
'$kitted-background'
|
|
72
|
-
'$in-packing-background'
|
|
73
|
-
'$in-packing-colour'
|
|
74
|
-
'$packed-background'
|
|
75
|
-
'$in-marshalling-background'
|
|
76
|
-
'$in-marshalling-colour'
|
|
77
|
-
'$marshalled-background'
|
|
78
|
-
'$in-loading-background'
|
|
79
|
-
'$in-loading-colour'
|
|
80
|
-
'$loaded-background'
|
|
81
|
-
'$in-despatch-background'
|
|
82
|
-
'$in-despatch-colour'
|
|
83
|
-
'$despatched-background'
|
|
84
|
-
$alt
|
|
85
|
-
}
|
|
86
|
-
export
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
1
|
+
export declare const Colour: {
|
|
2
|
+
readonly '$transparent-0': "rgba(0, 0, 0, 0)";
|
|
3
|
+
readonly '$transparent-10': "rgba(0, 0, 0, 0.1)";
|
|
4
|
+
readonly '$transparent-20': "rgba(0, 0, 0, 0.2)";
|
|
5
|
+
readonly '$ui-black': "#000000";
|
|
6
|
+
readonly '$ui-white': "#ffffff";
|
|
7
|
+
readonly $purple: "#9B51E0";
|
|
8
|
+
readonly '$ui-blue-1': "#F4F7F9";
|
|
9
|
+
readonly '$ui-blue-2': "#E9ECF1";
|
|
10
|
+
readonly '$ui-blue-3': "#DAE0E5";
|
|
11
|
+
readonly '$ui-blue-4': "#CBD4DA";
|
|
12
|
+
readonly '$ui-blue-5': "#BCC8D0";
|
|
13
|
+
readonly '$ui-blue-6': "#ADBBC5";
|
|
14
|
+
readonly '$ui-blue-7': "#9EAFBA";
|
|
15
|
+
readonly '$ui-blue-8': "#8FA3B0";
|
|
16
|
+
readonly '$ui-blue-9': "#8096A5";
|
|
17
|
+
readonly '$ui-blue-10': "#718A9B";
|
|
18
|
+
readonly '$ui-blue-11': "#647D8E";
|
|
19
|
+
readonly '$ui-blue-12': "#5A707F";
|
|
20
|
+
readonly '$ui-blue-13': "#4F6370";
|
|
21
|
+
readonly '$ui-blue-14': "#455661";
|
|
22
|
+
readonly '$ui-blue-15': "#3A4952";
|
|
23
|
+
readonly '$ui-blue-16': "#2F3B43";
|
|
24
|
+
readonly '$ui-blue-17': "#252E34";
|
|
25
|
+
readonly '$ui-blue-18': "#1A2125";
|
|
26
|
+
readonly '$ui-blue-19': "#101416";
|
|
27
|
+
readonly '$ui-blue-20': "#050707";
|
|
28
|
+
readonly '$primary-blue-1': "#F4FBFD";
|
|
29
|
+
readonly '$primary-blue-2': "#E6F8FD";
|
|
30
|
+
readonly '$primary-blue-3': "#CAEAF5";
|
|
31
|
+
readonly '$primary-blue-4': "#B4E2F0";
|
|
32
|
+
readonly '$primary-blue-5': "#9FDAEC";
|
|
33
|
+
readonly '$primary-blue-6': "#8AD1E8";
|
|
34
|
+
readonly '$primary-blue-7': "#74C9E4";
|
|
35
|
+
readonly '$primary-blue-8': "#5FC1E0";
|
|
36
|
+
readonly '$primary-blue-9': "#49B8DC";
|
|
37
|
+
readonly '$primary-blue-10': "#34B0D8";
|
|
38
|
+
readonly '$primary-blue-11': "#259fc7";
|
|
39
|
+
readonly '$primary-blue-12': "#2392B5";
|
|
40
|
+
readonly '$primary-blue-13': "#1F81A0";
|
|
41
|
+
readonly '$primary-blue-14': "#1B708B";
|
|
42
|
+
readonly '$primary-blue-15': "#175F75";
|
|
43
|
+
readonly '$primary-blue-16': "#134D60";
|
|
44
|
+
readonly '$primary-blue-17': "#0F3C4B";
|
|
45
|
+
readonly '$primary-blue-18': "#0A2B35";
|
|
46
|
+
readonly '$primary-blue-19': "#061A20";
|
|
47
|
+
readonly '$primary-blue-20': "#02090B";
|
|
48
|
+
readonly '$primary-background': "#EDFAFF";
|
|
49
|
+
readonly '$brand-primary': "#259fc7";
|
|
50
|
+
readonly '$brand-dark': "#1F81A0";
|
|
51
|
+
readonly '$brand-dark-transparent-20': "rgba(31, 129, 160, 0.2)";
|
|
52
|
+
readonly '$brand-dark-transparent-40': "rgba(31, 129, 160, 0.4)";
|
|
53
|
+
readonly '$font-primary': "#3A4952";
|
|
54
|
+
readonly '$font-secondary-heading': "#46525B";
|
|
55
|
+
readonly '$font-secondary': "#647D8E";
|
|
56
|
+
readonly '$font-disabled': "#8096A5";
|
|
57
|
+
readonly $error: "#C31818";
|
|
58
|
+
readonly '$error-border': "#AA1414";
|
|
59
|
+
readonly '$error-background': "#F9E9E9";
|
|
60
|
+
readonly $warning: "rgba(231, 181, 0, 0.228)";
|
|
61
|
+
readonly '$warning-border': "rgb(231, 181, 0)";
|
|
62
|
+
readonly '$allocated-background': "#E7B100";
|
|
63
|
+
readonly '$in-picking-background': "#EC58C3";
|
|
64
|
+
readonly '$in-picking-colour': "#720653";
|
|
65
|
+
readonly '$picked-background': "#BD2E95";
|
|
66
|
+
readonly '$in-sorting-background': "#B259EA";
|
|
67
|
+
readonly '$in-sorting-colour': "#560985";
|
|
68
|
+
readonly '$sorted-background': "#9032CA";
|
|
69
|
+
readonly '$in-kitting-background': "#9D85FC";
|
|
70
|
+
readonly '$in-kitting-colour': "#4129A4";
|
|
71
|
+
readonly '$kitted-background': "#6E51E0";
|
|
72
|
+
readonly '$in-packing-background': "#8AB1DF";
|
|
73
|
+
readonly '$in-packing-colour': "#103977";
|
|
74
|
+
readonly '$packed-background': "#3E6EB5";
|
|
75
|
+
readonly '$in-marshalling-background': "#8AD0DF";
|
|
76
|
+
readonly '$in-marshalling-colour': "#13758A";
|
|
77
|
+
readonly '$marshalled-background': "#3EA0B5";
|
|
78
|
+
readonly '$in-loading-background': "#8ADFC8";
|
|
79
|
+
readonly '$in-loading-colour': "#126A51";
|
|
80
|
+
readonly '$loaded-background': "#3EB592";
|
|
81
|
+
readonly '$in-despatch-background': "#7BBC6F";
|
|
82
|
+
readonly '$in-despatch-colour': "#104C05";
|
|
83
|
+
readonly '$despatched-background': "#2F921D";
|
|
84
|
+
readonly $alt: "#8f989e";
|
|
85
|
+
};
|
|
86
|
+
export type Colour = (typeof Colour)[keyof typeof Colour];
|
|
87
|
+
export declare const ColourSet: {
|
|
88
|
+
readonly Primary: "Primary";
|
|
89
|
+
readonly Secondary: "Secondary";
|
|
90
|
+
readonly CallToAction: "CallToAction";
|
|
91
|
+
readonly Warning: "Warning";
|
|
92
|
+
readonly Error: "Error";
|
|
93
|
+
readonly Info: "Info";
|
|
94
|
+
readonly Auxiliary: "Auxiliary";
|
|
95
|
+
};
|
|
96
|
+
export type ColourSet = (typeof ColourSet)[keyof typeof ColourSet];
|