@sme.up/ketchup2 2.3.0 → 2.5.0
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/assets/svg/barcode.svg +1 -0
- package/dist/assets/svg/check_box.svg +1 -0
- package/dist/assets/svg/check_box_outline_blank.svg +1 -0
- package/dist/basic-components/autocomplete/autocomplete.d.ts.map +1 -1
- package/dist/basic-components/barcode/barcode-types.d.ts +27 -0
- package/dist/basic-components/barcode/barcode-types.d.ts.map +1 -0
- package/dist/basic-components/barcode/barcode.d.ts +3 -0
- package/dist/basic-components/barcode/barcode.d.ts.map +1 -0
- package/dist/basic-components/barcode-generator/barcode-generator-types.d.ts +38 -0
- package/dist/basic-components/barcode-generator/barcode-generator-types.d.ts.map +1 -0
- package/dist/basic-components/barcode-generator/barcode-generator-utils.d.ts +6 -0
- package/dist/basic-components/barcode-generator/barcode-generator-utils.d.ts.map +1 -0
- package/dist/basic-components/barcode-generator/barcode-generator.d.ts +3 -0
- package/dist/basic-components/barcode-generator/barcode-generator.d.ts.map +1 -0
- package/dist/basic-components/cell/cell-types.d.ts +7 -0
- package/dist/basic-components/cell/cell-types.d.ts.map +1 -1
- package/dist/basic-components/cell/cell-utils.d.ts +2 -2
- package/dist/basic-components/cell/cell-utils.d.ts.map +1 -1
- package/dist/basic-components/cell/cell.d.ts.map +1 -1
- package/dist/basic-components/cell/tests/utils.d.ts.map +1 -1
- package/dist/basic-components/checkbox/checkbox.d.ts.map +1 -1
- package/dist/basic-components/date-picker/date-picker-calendar/date-picker-calendar.d.ts +4 -1
- package/dist/basic-components/date-picker/date-picker-calendar/date-picker-calendar.d.ts.map +1 -1
- package/dist/basic-components/date-picker/date-picker.d.ts.map +1 -1
- package/dist/basic-components/qr-code/corners/qr-code-corner-utils.d.ts +4 -0
- package/dist/basic-components/qr-code/corners/qr-code-corner-utils.d.ts.map +1 -0
- package/dist/basic-components/qr-code/corners/qr-code-corner.d.ts +12 -0
- package/dist/basic-components/qr-code/corners/qr-code-corner.d.ts.map +1 -0
- package/dist/basic-components/qr-code/qr-code-encoding.d.ts +9 -0
- package/dist/basic-components/qr-code/qr-code-encoding.d.ts.map +1 -0
- package/dist/basic-components/qr-code/qr-code-error-correction.d.ts +10 -0
- package/dist/basic-components/qr-code/qr-code-error-correction.d.ts.map +1 -0
- package/dist/basic-components/qr-code/qr-code-mask.d.ts +9 -0
- package/dist/basic-components/qr-code/qr-code-mask.d.ts.map +1 -0
- package/dist/basic-components/qr-code/qr-code-matrix.d.ts +3 -0
- package/dist/basic-components/qr-code/qr-code-matrix.d.ts.map +1 -0
- package/dist/basic-components/qr-code/qr-code-renderer.d.ts +8 -0
- package/dist/basic-components/qr-code/qr-code-renderer.d.ts.map +1 -0
- package/dist/basic-components/qr-code/qr-code-types.d.ts +86 -0
- package/dist/basic-components/qr-code/qr-code-types.d.ts.map +1 -0
- package/dist/basic-components/qr-code/qr-code.d.ts +7 -0
- package/dist/basic-components/qr-code/qr-code.d.ts.map +1 -0
- package/dist/basic-components/textfield/textfield-types.d.ts +6 -1
- package/dist/basic-components/textfield/textfield-types.d.ts.map +1 -1
- package/dist/basic-components/textfield/textfield.d.ts.map +1 -1
- package/dist/basic-components/tree/tree.d.ts.map +1 -1
- package/dist/basic-components/tree/tree.types.d.ts +6 -0
- package/dist/basic-components/tree/tree.types.d.ts.map +1 -1
- package/dist/basic-components/typography/typography-types.d.ts +1 -1
- package/dist/basic-components/typography/typography-types.d.ts.map +1 -1
- package/dist/components/dash-list/dash-list.utils.d.ts +1 -0
- package/dist/components/dash-list/dash-list.utils.d.ts.map +1 -1
- package/dist/components/field/field-types.d.ts +6 -0
- package/dist/components/field/field-types.d.ts.map +1 -1
- package/dist/components/field/field.d.ts.map +1 -1
- package/dist/components/input-panel/assets/data.d.ts.map +1 -1
- package/dist/components/input-panel/input-panel-types.d.ts +6 -0
- package/dist/components/input-panel/input-panel-types.d.ts.map +1 -1
- package/dist/components/input-panel/input-panel.d.ts.map +1 -1
- package/dist/components/tab-bar/tab-bar-types.d.ts +1 -1
- package/dist/components/tab-bar/tab-bar-types.d.ts.map +1 -1
- package/dist/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/context/obj-metadata-context.d.ts +8 -0
- package/dist/context/obj-metadata-context.d.ts.map +1 -0
- package/dist/functional-components/row/row-types.d.ts +6 -0
- package/dist/functional-components/row/row-types.d.ts.map +1 -1
- package/dist/functional-components/row/row.d.ts.map +1 -1
- package/dist/index.d.ts +95 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/ketchup2.cjs.js +102 -101
- package/dist/ketchup2.css +1 -1
- package/dist/ketchup2.es.js +27131 -23330
- package/dist/locale/en/translation.json.d.ts +12 -0
- package/dist/locale/it/translation.json.d.ts +12 -0
- package/dist/types/translation.d.ts +13 -1
- package/dist/types/translation.d.ts.map +1 -1
- package/dist/utils/translation.d.ts.map +1 -1
- package/package.json +9 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-panel-types.d.ts","sourceRoot":"","sources":["../../../src/components/input-panel/input-panel-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAA;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAA;AACnF,OAAO,
|
|
1
|
+
{"version":3,"file":"input-panel-types.d.ts","sourceRoot":"","sources":["../../../src/components/input-panel/input-panel-types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-panel.d.ts","sourceRoot":"","sources":["../../../src/components/input-panel/input-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAQN,MAAM,OAAO,CAAA;AAkBd,OAAO,EAGL,eAAe,EAEf,gBAAgB,EACjB,MAAM,qBAAqB,CAAA;AAe5B,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"input-panel.d.ts","sourceRoot":"","sources":["../../../src/components/input-panel/input-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAQN,MAAM,OAAO,CAAA;AAkBd,OAAO,EAGL,eAAe,EAEf,gBAAgB,EACjB,MAAM,qBAAqB,CAAA;AAe5B,eAAO,MAAM,UAAU,0FA+mBtB,CAAA"}
|
|
@@ -50,6 +50,6 @@ export interface TabBarProps {
|
|
|
50
50
|
* Callback passed down to the single tab typography title selected
|
|
51
51
|
* used to register the right click callback
|
|
52
52
|
*/
|
|
53
|
-
onTypographyRightClick?: () => void;
|
|
53
|
+
onTypographyRightClick?: (event: React.MouseEvent) => void;
|
|
54
54
|
}
|
|
55
55
|
//# sourceMappingURL=tab-bar-types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-bar-types.d.ts","sourceRoot":"","sources":["../../../src/components/tab-bar/tab-bar-types.tsx"],"names":[],"mappings":"AACA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EACL,uBAAuB,EACvB,sBAAsB,EACtB,6BAA6B,EAC9B,MAAM,0BAA0B,CAAA;AAEjC,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAA;IACd;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;IAC9B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;;OAGG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAA;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAA;IACrD;;;;;;OAMG;IACH,sBAAsB,CAAC,EAAE,uBAAuB,CAAA;IAChD,qBAAqB,CAAC,EAAE,sBAAsB,CAAA;IAC9C,wBAAwB,CAAC,EAAE,6BAA6B,CAAA;IACxD;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IAC9C;;;OAGG;IACH,sBAAsB,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"tab-bar-types.d.ts","sourceRoot":"","sources":["../../../src/components/tab-bar/tab-bar-types.tsx"],"names":[],"mappings":"AACA;;;;;;;;;;;GAWG;AAEH,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAChE,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EACL,uBAAuB,EACvB,sBAAsB,EACtB,6BAA6B,EAC9B,MAAM,0BAA0B,CAAA;AAEjC,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAA;IACd;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IACf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;IAC9B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB;;;OAGG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,CAAA;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAA;IACrD;;;;;;OAMG;IACH,sBAAsB,CAAC,EAAE,uBAAuB,CAAA;IAChD,qBAAqB,CAAC,EAAE,sBAAsB,CAAA;IAC9C,wBAAwB,CAAC,EAAE,6BAA6B,CAAA;IACxD;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IAC9C;;;OAGG;IACH,sBAAsB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,KAAK,IAAI,CAAA;CAC3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAK9C,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/components/tooltip/tooltip.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAK9C,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAsG1C,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DataObj } from '../types/data-structures';
|
|
3
|
+
export interface ObjMetadataContextValue {
|
|
4
|
+
onDisplayObjMetadata?: (obj: DataObj | undefined) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const ObjMetadataContext: React.Context<ObjMetadataContextValue>;
|
|
7
|
+
export declare const useObjMetadata: () => ObjMetadataContextValue;
|
|
8
|
+
//# sourceMappingURL=obj-metadata-context.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"obj-metadata-context.d.ts","sourceRoot":"","sources":["../../src/context/obj-metadata-context.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAA;AAElD,MAAM,WAAW,uBAAuB;IACtC,oBAAoB,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,GAAG,SAAS,KAAK,IAAI,CAAA;CAC1D;AAMD,eAAO,MAAM,kBAAkB,wCAC6B,CAAA;AAE5D,eAAO,MAAM,cAAc,QAAO,uBAEjC,CAAA"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DataColumn, DataNode, DataRow } from '../../types/data-structures';
|
|
2
2
|
import { onContextMenuType } from '../../types/global';
|
|
3
|
+
import { BooleanValue } from '../../types/legacy';
|
|
3
4
|
export interface RowProps {
|
|
4
5
|
/**
|
|
5
6
|
* the DataRow ( or DataNode )
|
|
@@ -45,6 +46,11 @@ export interface RowProps {
|
|
|
45
46
|
* Decimal separator from AS400
|
|
46
47
|
*/
|
|
47
48
|
decimalSeparator?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Prop controlling the display logic of the node columns/cells
|
|
51
|
+
* @default true
|
|
52
|
+
*/
|
|
53
|
+
ShowColumns?: BooleanValue;
|
|
48
54
|
/**
|
|
49
55
|
* Callback function invoked when the row selection is toggled.
|
|
50
56
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row-types.d.ts","sourceRoot":"","sources":["../../../src/functional-components/row/row-types.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAA;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"row-types.d.ts","sourceRoot":"","sources":["../../../src/functional-components/row/row-types.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,6BAA6B,CAAA;AAC3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAA;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAEjD,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,GAAG,EAAE,QAAQ,GAAG,OAAO,CAAA;IAEvB;;OAEG;IACH,OAAO,CAAC,EAAE,UAAU,EAAE,CAAA;IAEtB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAErC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,eAAe,CAAC,EAAE,OAAO,CAAA;IAEzB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAA;IAEzB;;;OAGG;IACH,WAAW,CAAC,EAAE,YAAY,CAAA;IAE1B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,IAAI,CAAA;IAE3B;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IAEnD;;OAEG;IACH,WAAW,CAAC,EAAE,CACZ,CAAC,EAAE,KAAK,CAAC,UAAU,GAAG,KAAK,CAAC,aAAa,EACzC,IAAI,EAAE,QAAQ,KACX,IAAI,CAAA;IAET;;OAEG;IACH,aAAa,CAAC,EAAE,iBAAiB,CAAA;CAClC;AAGD,wBAAgB,UAAU,CACxB,GAAG,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAClC,GAAG,IAAI,QAAQ,CAEjB;AAGD,wBAAgB,SAAS,CAAC,GAAG,EAAE,QAAQ,GAAG,OAAO,GAAG,GAAG,IAAI,OAAO,CAEjE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row.d.ts","sourceRoot":"","sources":["../../../src/functional-components/row/row.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAyB,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"row.d.ts","sourceRoot":"","sources":["../../../src/functional-components/row/row.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,QAAQ,EAAyB,MAAM,aAAa,CAAA;AAK7D,eAAO,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CA0OlC,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { type FieldProps } from './components/field/field-types';
|
|
|
19
19
|
/** Input Panel */
|
|
20
20
|
export { InputPanel } from './components/input-panel/input-panel';
|
|
21
21
|
export { INPUT_PANEL_COMMAND_SUBMIT_EVENT_NAME, type InputPanelOptionsHandler, type InputPanelProps, type InputPanelSubmitEvent, type InputPanelSubmitHandler, type InputPanelSubmitValue, } from './components/input-panel/input-panel-types';
|
|
22
|
+
export { dataTableWithAllShapes } from './components/input-panel/assets/data';
|
|
22
23
|
/** Breadcrumbs */
|
|
23
24
|
export { Breadcrumbs } from './components/breadcrumbs/breadcrumbs';
|
|
24
25
|
export { type BreadcrumbsProps } from './components/breadcrumbs/breadcrumbs-types';
|
|
@@ -34,6 +35,7 @@ export { type PathProps } from './components/path/path-types';
|
|
|
34
35
|
/** Tab Bar */
|
|
35
36
|
export { TabBar } from './components/tab-bar/tab-bar';
|
|
36
37
|
export { type TabBarProps } from './components/tab-bar/tab-bar-types';
|
|
38
|
+
export { exampleData as TabBarExampleData } from './components/tab-bar/tab-bar-assets';
|
|
37
39
|
/** Tab Bar */
|
|
38
40
|
export { Toolbar } from './components/toolbar/toolbar';
|
|
39
41
|
export { type ToolbarProps } from './components/toolbar/toolbar-types';
|
|
@@ -55,18 +57,30 @@ export { type CellProps } from './basic-components/cell/cell-types';
|
|
|
55
57
|
/** Autocomplete */
|
|
56
58
|
export { Autocomplete } from './basic-components/autocomplete/autocomplete';
|
|
57
59
|
export { type AutocompleteProps } from './basic-components/autocomplete/autocomplete-types';
|
|
60
|
+
/** Barcode */
|
|
61
|
+
export { Barcode } from './basic-components/barcode/barcode';
|
|
62
|
+
export { type BarcodeProps } from './basic-components/barcode/barcode-types';
|
|
58
63
|
/** Button */
|
|
59
64
|
export { Button } from './basic-components/button/button';
|
|
60
65
|
export { type ButtonProps } from './basic-components/button/button-types';
|
|
61
66
|
/** Button List */
|
|
62
67
|
export { ButtonList } from './basic-components/button-list/button-list';
|
|
63
68
|
export { type ButtonListProps } from './basic-components/button-list/button-list-types';
|
|
69
|
+
/** Button Dropdown */
|
|
70
|
+
export { DropdownButton } from './basic-components/button-dropdown/button-dropdown';
|
|
71
|
+
export { type DropdownButtonProps } from './basic-components/button-dropdown/button-dropdown-types';
|
|
72
|
+
/** Button Group */
|
|
73
|
+
export { ButtonGroup } from './basic-components/button-group/button-group';
|
|
74
|
+
export { type ButtonGroupProps } from './basic-components/button-group/button-group-types';
|
|
64
75
|
/** Checkbox */
|
|
65
76
|
export { Checkbox } from './basic-components/checkbox/checkbox';
|
|
66
77
|
export { type CheckboxProps } from './basic-components/checkbox/checkbox-types';
|
|
67
78
|
/** Chips */
|
|
68
79
|
export { Chips } from './basic-components/chips/chips';
|
|
69
80
|
export { type ChipsProps } from './basic-components/chips/chips-types';
|
|
81
|
+
/** Chips Input */
|
|
82
|
+
export { ChipsInput } from './basic-components/chips-input/chips-input';
|
|
83
|
+
export { type ChipsInputProps } from './basic-components/chips-input/chips-input-types';
|
|
70
84
|
/** Combobox */
|
|
71
85
|
export { Combobox } from './basic-components/combobox/combobox';
|
|
72
86
|
/** Date Picker */
|
|
@@ -75,13 +89,41 @@ export { type DatePickerProps } from './basic-components/date-picker/date-picker
|
|
|
75
89
|
/** Icon */
|
|
76
90
|
export { Icon } from './basic-components/icon/icon';
|
|
77
91
|
export { type IconProps } from './basic-components/icon/icon-types';
|
|
78
|
-
|
|
79
|
-
export {
|
|
92
|
+
/** Image Cell */
|
|
93
|
+
export { ImageCell } from './basic-components/image-cell/image-cell';
|
|
94
|
+
export { type ImageCellProps } from './basic-components/image-cell/image-cell-types';
|
|
95
|
+
/** Input Number */
|
|
96
|
+
export { InputNumber } from './basic-components/input-number/input-number';
|
|
97
|
+
export { type InputNumberProps } from './basic-components/input-number/input-number-types';
|
|
98
|
+
/** List */
|
|
99
|
+
export { List } from './basic-components/list/list';
|
|
100
|
+
export { type ListProps } from './basic-components/list/list-types';
|
|
101
|
+
/** Multiple Autocomplete */
|
|
102
|
+
export { MultipleAutocomplete } from './basic-components/multiple-autocomplete/multiple-autocomplete';
|
|
103
|
+
export { type MultipleAutocompleteProps } from './basic-components/multiple-autocomplete/multiple-autocomplete-types';
|
|
104
|
+
/** Multiple Combobox */
|
|
105
|
+
export { MultipleCombobox } from './basic-components/multiple-combobox/multiple-combobox';
|
|
106
|
+
/** Multiple Select */
|
|
80
107
|
export { MultipleSelect } from './basic-components/multiple-select/multiple-select';
|
|
81
108
|
export { type MultipleSelectProps } from './basic-components/multiple-select/multiple-select-types';
|
|
109
|
+
/** Progress Bar */
|
|
110
|
+
export { ProgressBar } from './basic-components/progress-bar/progress-bar';
|
|
111
|
+
export { type ProgressBarProps } from './basic-components/progress-bar/progress-bar-types';
|
|
112
|
+
/** QR Code */
|
|
113
|
+
export { QRCode } from './basic-components/qr-code/qr-code';
|
|
114
|
+
export { type QRCodeProps } from './basic-components/qr-code/qr-code-types';
|
|
115
|
+
/** Radio */
|
|
116
|
+
export { Radio } from './basic-components/radio/radio';
|
|
117
|
+
export { type RadioProps } from './basic-components/radio/radio-types';
|
|
118
|
+
/** Search Bar */
|
|
119
|
+
export { SearchBar } from './basic-components/searchbar/search-bar';
|
|
120
|
+
export { type SearchBarProps } from './basic-components/searchbar/search-bar-types';
|
|
82
121
|
/** ImageList */
|
|
83
122
|
export { ImageList } from './components/image-list/image-list';
|
|
84
123
|
export { type ImageListProps } from './components/image-list/image-list-types';
|
|
124
|
+
/** Notification Widget */
|
|
125
|
+
export { NotificationWidget } from './components/notification-widget/notification-widget';
|
|
126
|
+
export { type NotificationWidgetProps } from './components/notification-widget/notification-widget-types';
|
|
85
127
|
/** Password */
|
|
86
128
|
export { Password } from './basic-components/password/password';
|
|
87
129
|
export { type PasswordProps } from './basic-components/password/password-types';
|
|
@@ -94,6 +136,15 @@ export { type TextareaProps } from './basic-components/textarea/textarea-types';
|
|
|
94
136
|
/** Textfield */
|
|
95
137
|
export { Textfield } from './basic-components/textfield/textfield';
|
|
96
138
|
export { type TextfieldProps } from './basic-components/textfield/textfield-types';
|
|
139
|
+
/** Text */
|
|
140
|
+
export { Text } from './basic-components/text/text';
|
|
141
|
+
export { type TextProps } from './basic-components/text/text-types';
|
|
142
|
+
/** Text Editor */
|
|
143
|
+
export { TextEditor } from './basic-components/text-editor/text-editor';
|
|
144
|
+
export { type TextEditorProps } from './basic-components/text-editor/text-editor-types';
|
|
145
|
+
/** Time Picker */
|
|
146
|
+
export { TimePicker } from './basic-components/time-picker/time-picker';
|
|
147
|
+
export { type TimePickerProps } from './basic-components/time-picker/time-picker-types';
|
|
97
148
|
/** Typography */
|
|
98
149
|
export { Typography } from './basic-components/typography/typography';
|
|
99
150
|
export { type TypographyProps } from './basic-components/typography/typography-types';
|
|
@@ -117,15 +168,47 @@ export { type AdvanceResearchProviderProps } from './context/AdvanceResearchCont
|
|
|
117
168
|
/** Spotlight */
|
|
118
169
|
export { Spotlight } from './components/spotlight/spotlight';
|
|
119
170
|
export { type SpotlightProps } from './components/spotlight/spotlight-types';
|
|
120
|
-
/**
|
|
121
|
-
export {
|
|
122
|
-
export { type
|
|
171
|
+
/** Action */
|
|
172
|
+
export { Action } from './functional-components/action/action';
|
|
173
|
+
export { type ActionHandle, type ActionProps, } from './functional-components/action/action-types';
|
|
174
|
+
/** Action List */
|
|
175
|
+
export { ActionList } from './functional-components/action-list/action-list';
|
|
176
|
+
export { type ActionListProps } from './functional-components/action-list/action-list-types';
|
|
177
|
+
/** Badge */
|
|
178
|
+
export { Badge } from './functional-components/badge/badge';
|
|
179
|
+
export { type BadgeProps } from './functional-components/badge/badge-types';
|
|
180
|
+
/** Filter Group */
|
|
181
|
+
export { FilterBuilder } from './functional-components/filter-group/filter-builder';
|
|
182
|
+
/** Group Bar */
|
|
183
|
+
export { GroupBar } from './functional-components/group-bar/group-bar';
|
|
184
|
+
export { type GroupBarProps } from './functional-components/group-bar/group-bar-types';
|
|
185
|
+
/** Helper Text */
|
|
186
|
+
export { HelperText } from './functional-components/helper-text/helper-text';
|
|
187
|
+
export { type HelperTextProps } from './functional-components/helper-text/helper-text-types';
|
|
188
|
+
/** Helper Tooltip */
|
|
189
|
+
export { HelperTooltip } from './functional-components/helper-tooltip/helper-tooltip';
|
|
190
|
+
export { type HelperTooltipProps } from './functional-components/helper-tooltip/helper-tooltip-types';
|
|
123
191
|
/** Label */
|
|
124
192
|
export { Label } from './functional-components/label/label';
|
|
125
193
|
export { type LabelProps } from './functional-components/label/label-types';
|
|
194
|
+
/** Layout */
|
|
195
|
+
export { Layout } from './functional-components/layout/layout';
|
|
196
|
+
export { type LayoutProps } from './functional-components/layout/layout-types';
|
|
197
|
+
/** Multiple Field */
|
|
198
|
+
export { MultipleField } from './functional-components/multiple-field/multiple-field';
|
|
199
|
+
export { type MultipleFieldProps } from './functional-components/multiple-field/multiple-field-types';
|
|
200
|
+
/** Overlay Panel */
|
|
201
|
+
export { OverlayPanel } from './functional-components/overlay-panel/overlay-panel';
|
|
202
|
+
export { type OverlayPanelProps } from './functional-components/overlay-panel/overlay-panel-types';
|
|
203
|
+
/** Row */
|
|
204
|
+
export { Row } from './functional-components/row/row';
|
|
205
|
+
export { type RowProps } from './functional-components/row/row-types';
|
|
206
|
+
/** Timeline Engine */
|
|
207
|
+
export { TimelineEngine } from './functional-components/timeline-engine/timeline-engine';
|
|
208
|
+
export { type TimelineEngineProps } from './functional-components/timeline-engine/timeline-engine-types';
|
|
126
209
|
/** Skeleton */
|
|
127
210
|
export { Skeleton } from './functional-components/skeleton/skeleton';
|
|
128
|
-
export { type SkeletonProps, type SkeletonVariant } from './functional-components/skeleton/skeleton-types';
|
|
211
|
+
export { type SkeletonProps, type SkeletonVariant, } from './functional-components/skeleton/skeleton-types';
|
|
129
212
|
/** Hooks */
|
|
130
213
|
/** useFloating */
|
|
131
214
|
export { default as useFloating } from './hooks/useFloating';
|
|
@@ -141,4 +224,10 @@ export { type TimelineProps } from './components/timeline/timeline-types';
|
|
|
141
224
|
/** Planner */
|
|
142
225
|
export { Planner } from './components/planner/planner';
|
|
143
226
|
export { type PlannerProps } from './components/planner/planner-types';
|
|
227
|
+
/** Contexts */
|
|
228
|
+
/** ObjMetadataContext */
|
|
229
|
+
export { ObjMetadataContext } from './context/obj-metadata-context';
|
|
230
|
+
export { type ObjMetadataContextValue } from './context/obj-metadata-context';
|
|
231
|
+
export { mockOptionsRequestFromTree } from './basic-components/cell/tests/utils';
|
|
232
|
+
export { italianProvincesDataTree } from './assets/provinces.ts';
|
|
144
233
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,gDAAgD,CAAA;AACvD,OAAO,2CAA2C,CAAA;AAClD,OAAO,oBAAoB,CAAA;AAC3B,OAAO,sBAAsB,CAAA;AAC7B,OAAO,6BAA6B,CAAA;AAEpC,iBAAiB;AACjB,cAAc;AACd,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAA;AACrD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oCAAoC,CAAA;AAErE,OAAO,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAA;AACxD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sCAAsC,CAAA;AAExE,gBAAgB;AAChB,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAA;AAC3D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,wCAAwC,CAAA;AAE3E,gBAAgB;AAChB,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAA;AACvE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAE9E,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,4BAA4B,CAAA;AACnD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,kCAAkC,CAAA;AAEnE,YAAY;AACZ,OAAO,EAAE,KAAK,EAAE,MAAM,0BAA0B,CAAA;AAChD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,gCAAgC,CAAA;AAEhE,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,sCAAsC,CAAA;AACjE,OAAO,EACL,qCAAqC,EACrC,KAAK,wBAAwB,EAC7B,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,GAC3B,MAAM,4CAA4C,CAAA;AACnD,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAA;AAE7E,kBAAkB;AAClB,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAA;AAClE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,4CAA4C,CAAA;AAElF,UAAU;AACV,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAC1C,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE1D,cAAc;AACd,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAC3D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oCAAoC,CAAA;AAE3E,WAAW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAA;AAC7C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,8BAA8B,CAAA;AAE7D,cAAc;AACd,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAA;AACrD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,oCAAoC,CAAA;AACrE,OAAO,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,qCAAqC,CAAA;AAEtF,cAAc;AACd,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAA;AACtD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,oCAAoC,CAAA;AAEtE,cAAc;AACd,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAA;AACtD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,oCAAoC,CAAA;AAEtE,mBAAmB;AACnB,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAA;AACjE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0CAA0C,CAAA;AAE5E,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAA;AACzD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAA;AAEzE,UAAU;AACV,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAA;AAC1C,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAE1D,uBAAuB;AAEvB,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AACnD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAEnE,mBAAmB;AACnB,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAC3E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AAE3F,cAAc;AACd,OAAO,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAC5D,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,0CAA0C,CAAA;AAE5E,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AACzD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,sBAAsB;AACtB,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAA;AACnF,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,0DAA0D,CAAA;AAEnG,mBAAmB;AACnB,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAA;AAC1E,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,oDAAoD,CAAA;AAE1F,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAE/E,YAAY;AACZ,OAAO,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAA;AACtD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sCAAsC,CAAA;AAEtE,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAE/D,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,WAAW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AACnD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAEnE,iBAAiB;AACjB,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AACpE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gDAAgD,CAAA;AAEpF,mBAAmB;AACnB,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAA;AAC1E,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,oDAAoD,CAAA;AAE1F,WAAW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AACnD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAEnE,4BAA4B;AAC5B,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAA;AACrG,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,sEAAsE,CAAA;AAErH,wBAAwB;AACxB,OAAO,EAAE,gBAAgB,EAAE,MAAM,wDAAwD,CAAA;AAEzF,sBAAsB;AACtB,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAA;AACnF,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,0DAA0D,CAAA;AAEnG,mBAAmB;AACnB,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAA;AAC1E,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,oDAAoD,CAAA;AAE1F,cAAc;AACd,OAAO,EAAE,MAAM,EAAE,MAAM,oCAAoC,CAAA;AAC3D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,0CAA0C,CAAA;AAE3E,YAAY;AACZ,OAAO,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAA;AACtD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sCAAsC,CAAA;AAEtE,iBAAiB;AACjB,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAA;AACnE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,+CAA+C,CAAA;AAEnF,gBAAgB;AAChB,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAC9D,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,0CAA0C,CAAA;AAE9E,0BAA0B;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sDAAsD,CAAA;AACzF,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,4DAA4D,CAAA;AAEzG,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAE/E,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AACzD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,sCAAsC,CAAA;AAC/D,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,4CAA4C,CAAA;AAE/E,gBAAgB;AAChB,OAAO,EAAE,SAAS,EAAE,MAAM,wCAAwC,CAAA;AAClE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,8CAA8C,CAAA;AAElF,WAAW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAA;AACnD,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAEnE,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,iBAAiB;AACjB,OAAO,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAA;AACrE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gDAAgD,CAAA;AAErF,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAA;AACvE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,kDAAkD,CAAA;AAEvF,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,kCAAkC,CAAA;AACzD,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,WAAW;AACX,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAA;AAC7C,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,8BAA8B,CAAA;AAE7D,mBAAmB;AACnB,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAA;AAC3E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oDAAoD,CAAA;AAE3F,qBAAqB;AACrB,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAA;AAE/C,6BAA6B;AAC7B,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAA;AACzE,OAAO,EAAE,KAAK,4BAA4B,EAAE,MAAM,kCAAkC,CAAA;AAEpF,gBAAgB;AAChB,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAA;AAC5D,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,wCAAwC,CAAA;AAG5E,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAA;AAC9D,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,WAAW,GACjB,MAAM,6CAA6C,CAAA;AAEpD,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAA;AAC5E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uDAAuD,CAAA;AAE5F,YAAY;AACZ,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAC3D,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,2CAA2C,CAAA;AAE3E,mBAAmB;AACnB,OAAO,EAAE,aAAa,EAAE,MAAM,qDAAqD,CAAA;AAEnF,gBAAgB;AAChB,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAA;AACtE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,mDAAmD,CAAA;AAEtF,kBAAkB;AAClB,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAA;AAC5E,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,uDAAuD,CAAA;AAE5F,qBAAqB;AACrB,OAAO,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAA;AACrF,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,6DAA6D,CAAA;AAErG,YAAY;AACZ,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAA;AAC3D,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,2CAA2C,CAAA;AAE3E,aAAa;AACb,OAAO,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAA;AAC9D,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,6CAA6C,CAAA;AAE9E,qBAAqB;AACrB,OAAO,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAA;AACrF,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,6DAA6D,CAAA;AAErG,oBAAoB;AACpB,OAAO,EAAE,YAAY,EAAE,MAAM,qDAAqD,CAAA;AAClF,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,2DAA2D,CAAA;AAElG,UAAU;AACV,OAAO,EAAE,GAAG,EAAE,MAAM,iCAAiC,CAAA;AACrD,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,uCAAuC,CAAA;AAErE,sBAAsB;AACtB,OAAO,EAAE,cAAc,EAAE,MAAM,yDAAyD,CAAA;AACxF,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,+DAA+D,CAAA;AAExG,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,2CAA2C,CAAA;AACpE,OAAO,EACL,KAAK,aAAa,EAClB,KAAK,eAAe,GACrB,MAAM,iDAAiD,CAAA;AAExD,YAAY;AACZ,kBAAkB;AAClB,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAA;AAE5D,WAAW;AACX,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,8BAA8B,CAAA;AAC9D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAEnE,YAAY;AACZ,OAAO,EAAE,KAAK,EAAE,MAAM,gCAAgC,CAAA;AACtD,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,sCAAsC,CAAA;AAEtE,eAAe;AACf,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAA;AACzD,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sCAAsC,CAAA;AAEzE,cAAc;AACd,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAA;AACtD,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,oCAAoC,CAAA;AAEtE,eAAe;AACf,yBAAyB;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAA;AACnE,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,gCAAgC,CAAA;AAG7E,OAAO,EAAE,0BAA0B,EAAE,MAAM,qCAAqC,CAAA;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAA"}
|