@sme.up/ketchup2 2.0.0-SNAPSHOT-20250717081506 → 2.0.0-SNAPSHOT-20250717122207

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.
@@ -0,0 +1,18 @@
1
+ import { DataTable } from '../../types/data-structures';
2
+ import { InputPanelState, InputPanelSubmitValue } from './input-panel-types';
3
+ /**
4
+ * Create the input panel submit value type giving the original data and the current state
5
+ * @param originalData
6
+ * @param currentState
7
+ * @returns
8
+ */
9
+ export declare const createInputPanelSubmitValue: (originalData: DataTable, currentState: InputPanelState) => InputPanelSubmitValue;
10
+ /**
11
+ * Create the initialized state of the input panel giving the original data
12
+ * @param inputData
13
+ * @param decimalSeparator
14
+ * @param readOnly
15
+ * @returns
16
+ */
17
+ export declare const initializeCells: (inputData: DataTable, decimalSeparator: string, readOnly: boolean | undefined) => {};
18
+ //# sourceMappingURL=input-panel-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input-panel-utils.d.ts","sourceRoot":"","sources":["../../../src/components/input-panel/input-panel-utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAkB,SAAS,EAAE,MAAM,6BAA6B,CAAA;AACvE,OAAO,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAE5E;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B,GACtC,cAAc,SAAS,EACvB,cAAc,eAAe,KAC5B,qBAaF,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,GAC1B,WAAW,SAAS,EACpB,kBAAkB,MAAM,EACxB,UAAU,OAAO,GAAG,SAAS,OAuC9B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"input-panel.d.ts","sourceRoot":"","sources":["../../../src/components/input-panel/input-panel.tsx"],"names":[],"mappings":"AAQA,OAAO,EACL,eAAe,EAGhB,MAAM,qBAAqB,CAAA;AAO5B,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmRhD,CAAA"}
1
+ {"version":3,"file":"input-panel.d.ts","sourceRoot":"","sources":["../../../src/components/input-panel/input-panel.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAmB,MAAM,qBAAqB,CAAA;AAWtE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+OhD,CAAA"}