@sme.up/ketchup2 2.0.0-SNAPSHOT-20250725081430 → 2.0.0-SNAPSHOT-20250725154536
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/basic-components/autocomplete/autocomplete.d.ts.map +1 -1
- package/dist/basic-components/cell/cell-utils.d.ts +0 -7
- 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/combobox/combobox.d.ts.map +1 -1
- package/dist/basic-components/textfield/textfield.d.ts.map +1 -1
- package/dist/basic-components/typography/typography-types.d.ts +2 -0
- package/dist/basic-components/typography/typography-types.d.ts.map +1 -1
- package/dist/basic-components/typography/typography.d.ts.map +1 -1
- package/dist/components/data-table/data-table-types.d.ts +3 -2
- package/dist/components/data-table/data-table-types.d.ts.map +1 -1
- package/dist/components/data-table/data-table.d.ts.map +1 -1
- package/dist/components/data-table/header/Header.d.ts.map +1 -1
- package/dist/ketchup2.cjs.js +11 -11
- package/dist/ketchup2.css +1 -1
- package/dist/ketchup2.es.js +1910 -1934
- package/package.json +1 -1
- package/dist/basic-components/decoded-textfield/decoded-texfield-types.d.ts +0 -6
- package/dist/basic-components/decoded-textfield/decoded-texfield-types.d.ts.map +0 -1
- package/dist/basic-components/decoded-textfield/decoded-textfield.d.ts +0 -3
- package/dist/basic-components/decoded-textfield/decoded-textfield.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete.d.ts","sourceRoot":"","sources":["../../../src/basic-components/autocomplete/autocomplete.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAUxD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,
|
|
1
|
+
{"version":3,"file":"autocomplete.d.ts","sourceRoot":"","sources":["../../../src/basic-components/autocomplete/autocomplete.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAUxD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAyLpD,CAAA"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DataCell } from '../../types/data-structures';
|
|
2
|
-
import { DisplayMode } from '../../types/global';
|
|
3
2
|
import { ArrayElementBindProps } from './cell-types';
|
|
4
3
|
export declare const createCell: (cell: DataCell, bindValue: string, optionalDisplayValue?: string) => DataCell;
|
|
5
4
|
/**
|
|
@@ -15,10 +14,4 @@ export declare const createArrayElementBindProps: (cell: DataCell) => ArrayEleme
|
|
|
15
14
|
* @returns
|
|
16
15
|
*/
|
|
17
16
|
export declare const createArrayCell: (cell: DataCell, elements: ArrayElementBindProps[]) => DataCell;
|
|
18
|
-
/**
|
|
19
|
-
* Based on displayMode it will return a size when the cell size is not specified
|
|
20
|
-
* @param displayMode Field display mode
|
|
21
|
-
* @returns size of the field
|
|
22
|
-
*/
|
|
23
|
-
export declare const getComputedSize: (displayMode: DisplayMode) => number;
|
|
24
17
|
//# sourceMappingURL=cell-utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cell-utils.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAA;
|
|
1
|
+
{"version":3,"file":"cell-utils.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell-utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAA;AAEtD,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAA;AAEpD,eAAO,MAAM,UAAU,GACrB,MAAM,QAAQ,EACd,WAAW,MAAM,EACjB,uBAAuB,MAAM,KAC5B,QAYF,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,GACtC,MAAM,QAAQ,KACb,qBAAqB,EAUvB,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAC1B,MAAM,QAAQ,EACd,UAAU,qBAAqB,EAAE,KAChC,QAYF,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell.tsx"],"names":[],"mappings":"AAuBA,OAAO,EAKL,SAAS,EAGV,MAAM,cAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"cell.d.ts","sourceRoot":"","sources":["../../../src/basic-components/cell/cell.tsx"],"names":[],"mappings":"AAuBA,OAAO,EAKL,SAAS,EAGV,MAAM,cAAc,CAAA;AAkBrB,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAiW7B,CAAA;AAED,eAAe,IAAI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../src/basic-components/combobox/combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAA;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAShD,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"combobox.d.ts","sourceRoot":"","sources":["../../../src/basic-components/combobox/combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAA;AACnE,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAShD,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA2H5C,CAAA;AAED,eAAe,QAAQ,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textfield.d.ts","sourceRoot":"","sources":["../../../src/basic-components/textfield/textfield.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"textfield.d.ts","sourceRoot":"","sources":["../../../src/basic-components/textfield/textfield.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAIlD,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA+J9C,CAAA"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { AriaRole } from 'react';
|
|
1
2
|
import { StringCellBindProps } from '../cell/cell-types';
|
|
2
3
|
export interface TypographyProps extends StringCellBindProps {
|
|
3
4
|
variant: TypographyVariant;
|
|
5
|
+
role?: AriaRole | undefined;
|
|
4
6
|
/**
|
|
5
7
|
* When specified, it will override the `color`
|
|
6
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography-types.d.ts","sourceRoot":"","sources":["../../../src/basic-components/typography/typography-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAExD,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IACxD,OAAO,EAAE,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"typography-types.d.ts","sourceRoot":"","sources":["../../../src/basic-components/typography/typography-types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAExD,MAAM,WAAW,eAAgB,SAAQ,mBAAmB;IACxD,OAAO,EAAE,iBAAiB,CAAC;IAC3B,IAAI,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAE5B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,iBAAiB,EAAE,KAAK,CAAC,WAAW,CAKzE,CAAC;AAEF,KAAK,iBAAiB,GACpB,YAAY,GACZ,OAAO,GACP,MAAM,GACN,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/basic-components/typography/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAsB,MAAM,oBAAoB,CAAA;AACxE,OAAO,kBAAkB,CAAA;AAEzB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../src/basic-components/typography/typography.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAsB,MAAM,oBAAoB,CAAA;AACxE,OAAO,kBAAkB,CAAA;AAEzB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA8BhD,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DataCells, DataColumn, DataLayout, DataRow, DataTable, smeupGroup } from '../../types/data-structures';
|
|
2
|
+
import { YesNo } from '../../types/legacy';
|
|
2
3
|
/**
|
|
3
4
|
* @interface DataTableProps
|
|
4
5
|
* @description Defines the props for the DataTable component.
|
|
@@ -25,7 +26,7 @@ export interface DataTableProps {
|
|
|
25
26
|
*/
|
|
26
27
|
readonly groups?: smeupGroup[];
|
|
27
28
|
columnSizingMode?: ColumnSizingMode;
|
|
28
|
-
|
|
29
|
+
readonly ShowGroup?: YesNo;
|
|
29
30
|
/**
|
|
30
31
|
* @description When true, if isEditable is undefined, it'll force the cell isEditable state to true
|
|
31
32
|
*/
|
|
@@ -37,7 +38,7 @@ export interface DataTableProps {
|
|
|
37
38
|
/**
|
|
38
39
|
* @description Optional when true, it enables the data-table multiselection
|
|
39
40
|
*/
|
|
40
|
-
readonly
|
|
41
|
+
readonly MultiSelect?: YesNo;
|
|
41
42
|
/**
|
|
42
43
|
*
|
|
43
44
|
* @param row The clicked row
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table-types.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table-types.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,UAAU,EACV,UAAU,EACV,OAAO,EACP,SAAS,EACT,UAAU,EACX,MAAM,6BAA6B,CAAA;
|
|
1
|
+
{"version":3,"file":"data-table-types.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table-types.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,UAAU,EACV,UAAU,EACV,OAAO,EACP,SAAS,EACT,UAAU,EACX,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAA;IAExB;;OAEG;IACH,QAAQ,CAAC,OAAO,CAAC,EAAE,MAAM,CAAA;IAEzB;;OAEG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;IAE3B;;OAEG;IACH,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAA;IAE5B;;OAEG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,UAAU,EAAE,CAAA;IAE9B,gBAAgB,CAAC,EAAE,gBAAgB,CAAA;IAEnC,QAAQ,CAAC,SAAS,CAAC,EAAE,KAAK,CAAA;IAE1B;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAA;IAExB;;OAEG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,KAAK,CAAA;IAE5B;;;;;OAKG;IACH,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IAEnD;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,CAAC,YAAY,EAAE,OAAO,EAAE,KAAK,IAAI,CAAA;CAC3D;AAED;;;GAGG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,OAAO,EAAE,UAAU,EAAE,CAAA;IAErB;;OAEG;IACH,IAAI,EAAE,YAAY,EAAE,CAAA;CACrB;AAED;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX;;OAEG;IACH,KAAK,EAAE,SAAS,CAAA;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAA;IAEzB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,EAAE,CAAA;CACjB;AAED,KAAK,gBAAgB,GAAG,OAAO,GAAG,UAAU,GAAG,aAAa,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAY9B,OAAO,KAAK,EAAE,cAAc,EAAqB,MAAM,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"data-table.d.ts","sourceRoot":"","sources":["../../../src/components/data-table/data-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAY9B,OAAO,KAAK,EAAE,cAAc,EAAqB,MAAM,oBAAoB,CAAA;AAoB3E,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAgXvD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/data-table/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/data-table/header/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAA;AAerD,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAgPjD,CAAA"}
|