@sme.up/ketchup2 2.0.0-SNAPSHOT-20250716094707 → 2.0.0-SNAPSHOT-20250716103413
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/provinces.d.ts +1 -0
- package/dist/assets/provinces.d.ts.map +1 -1
- package/dist/components/data-table/data-table-types.d.ts +4 -0
- 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/functional-components/row/row-types.d.ts +27 -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/ketchup2.cjs.js +12 -12
- package/dist/ketchup2.css +1 -1
- package/dist/ketchup2.es.js +2605 -2546
- package/dist/utils/data-structures.d.ts +1 -0
- package/dist/utils/data-structures.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,6 +3,7 @@ export declare const isDataTree: (ds: DataStructure) => ds is DataTree;
|
|
|
3
3
|
export declare const isDataTable: (ds: DataStructure) => ds is DataTable;
|
|
4
4
|
/**
|
|
5
5
|
* Adapet the data structure to DataCellOption array
|
|
6
|
+
* @description 'SmeupDataTable' --> Filter visible column, check cells of visible columns, get the first two
|
|
6
7
|
* @param dataStructure
|
|
7
8
|
* @returns DataCellOption[]
|
|
8
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-structures.d.ts","sourceRoot":"","sources":["../../src/utils/data-structures.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,aAAa,EACb,SAAS,EACT,QAAQ,EACT,MAAM,0BAA0B,CAAA;AAEjC,eAAO,MAAM,UAAU,GAAI,IAAI,aAAa,KAAG,EAAE,IAAI,QAEpD,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,IAAI,aAAa,KAAG,EAAE,IAAI,SAErD,CAAA;AAED
|
|
1
|
+
{"version":3,"file":"data-structures.d.ts","sourceRoot":"","sources":["../../src/utils/data-structures.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,aAAa,EACb,SAAS,EACT,QAAQ,EACT,MAAM,0BAA0B,CAAA;AAEjC,eAAO,MAAM,UAAU,GAAI,IAAI,aAAa,KAAG,EAAE,IAAI,QAEpD,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,IAAI,aAAa,KAAG,EAAE,IAAI,SAErD,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,8BAA8B,GACzC,eAAe,aAAa,KAC3B,cAAc,EA8BhB,CAAA"}
|
package/package.json
CHANGED