@sme.up/ketchup 11.0.0-SNAPSHOT-20241113131013 → 11.0.0-SNAPSHOT-20241114111713

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.
@@ -22,7 +22,6 @@ export interface KupInputPanelDataCommand extends KupDataCell {
22
22
  cells?: {
23
23
  [key: string]: KupDataCell;
24
24
  };
25
- value: string;
26
25
  }
27
26
  export interface KupInputPanelAction {
28
27
  type?: string;
@@ -79,7 +79,7 @@ export interface KupCommand {
79
79
  * Generic cell interface.
80
80
  */
81
81
  export interface KupDataCell {
82
- value: string;
82
+ value?: string;
83
83
  cardID?: number;
84
84
  cssClass?: string;
85
85
  data?: GenericObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sme.up/ketchup",
3
- "version": "11.0.0-SNAPSHOT-20241113131013",
3
+ "version": "11.0.0-SNAPSHOT-20241114111713",
4
4
  "keywords": [
5
5
  "smeup",
6
6
  "KetchUP",