@superblocksteam/library 2.0.6-next.4 → 2.0.6-next.40

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.
Files changed (88) hide show
  1. package/dist/{allPaths-BtYOw5Ru.js → allPaths-DrkZM5UN.js} +2 -2
  2. package/dist/{allPaths-BtYOw5Ru.js.map → allPaths-DrkZM5UN.js.map} +1 -1
  3. package/dist/{allPaths-CO-aWzss.js → allPaths-DtYnQ-yV.js} +2 -2
  4. package/dist/{allPaths-CO-aWzss.js.map → allPaths-DtYnQ-yV.js.map} +1 -1
  5. package/dist/{allPathsLoader-B3Ii4JGL.js → allPathsLoader-Bt-mJXJw.js} +3 -3
  6. package/dist/{allPathsLoader-KDCEbuYo.js.map → allPathsLoader-Bt-mJXJw.js.map} +1 -1
  7. package/dist/{allPathsLoader-KDCEbuYo.js → allPathsLoader-rDsLNp7q.js} +3 -3
  8. package/dist/{allPathsLoader-B3Ii4JGL.js.map → allPathsLoader-rDsLNp7q.js.map} +1 -1
  9. package/dist/{devtools-consolidated-B1B3uBW_.js → devtools-consolidated-DaYe-zkb.js} +2 -2
  10. package/dist/{devtools-consolidated-B1B3uBW_.js.map → devtools-consolidated-DaYe-zkb.js.map} +1 -1
  11. package/dist/{icons-NrNO8p_u.js → icons-lSlfQ50w.js} +10 -14
  12. package/dist/icons-lSlfQ50w.js.map +1 -0
  13. package/dist/{index-kjgG33Rg.js → index-D9O95zsr.js} +799 -1648
  14. package/dist/{index-kjgG33Rg.js.map → index-D9O95zsr.js.map} +1 -1
  15. package/dist/index.js +2 -2
  16. package/dist/{splitPathsBySizeLoader-Btq5cpt-.js → splitPathsBySizeLoader-DCl0XfAP.js} +2 -2
  17. package/dist/{splitPathsBySizeLoader-Btq5cpt-.js.map → splitPathsBySizeLoader-DCl0XfAP.js.map} +1 -1
  18. package/dist/{splitPathsBySizeLoader-VThmaq3t.js → splitPathsBySizeLoader-HDsWhSbE.js} +2 -2
  19. package/dist/{splitPathsBySizeLoader-VThmaq3t.js.map → splitPathsBySizeLoader-HDsWhSbE.js.map} +1 -1
  20. package/dist-types/edit-mode/dnd/utils.d.ts +4 -0
  21. package/dist-types/edit-mode/iframe-wrappers.d.ts +1 -0
  22. package/dist-types/edit-mode/source-update-api.d.ts +5 -0
  23. package/dist-types/edit-mode/superblocks-editor-bridge.d.ts +1 -0
  24. package/dist-types/lib/internal-details/is-sb-component.d.ts +5 -1
  25. package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +6 -6
  26. package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +2 -1
  27. package/dist-types/lib/internal-details/lib/evaluator/lazy-function.d.ts +2 -1
  28. package/dist-types/lib/internal-details/lib/features/component-registry.d.ts +5 -0
  29. package/dist-types/lib/internal-details/lib/types.d.ts +3 -0
  30. package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +3 -3
  31. package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +3 -3
  32. package/dist-types/lib/triggers/implementations/timers/control-timer.d.ts +4 -3
  33. package/dist-types/lib/triggers/registry.d.ts +6 -6
  34. package/dist-types/lib/user-facing/build-manifest.d.ts +2 -0
  35. package/dist-types/lib/user-facing/components/button/index.d.ts +26 -26
  36. package/dist-types/lib/user-facing/components/button/props.d.ts +26 -26
  37. package/dist-types/lib/user-facing/components/checkbox/index.d.ts +31 -31
  38. package/dist-types/lib/user-facing/components/checkbox/props.d.ts +31 -31
  39. package/dist-types/lib/user-facing/components/column/index.d.ts +19 -19
  40. package/dist-types/lib/user-facing/components/column/props.d.ts +19 -19
  41. package/dist-types/lib/user-facing/components/container/index.d.ts +21 -21
  42. package/dist-types/lib/user-facing/components/container/props.d.ts +21 -21
  43. package/dist-types/lib/user-facing/components/custom/register-custom-component.d.ts +9 -9
  44. package/dist-types/lib/user-facing/components/date-picker/index.d.ts +48 -48
  45. package/dist-types/lib/user-facing/components/date-picker/props.d.ts +48 -48
  46. package/dist-types/lib/user-facing/components/dropdown/index.d.ts +54 -54
  47. package/dist-types/lib/user-facing/components/dropdown/props.d.ts +54 -54
  48. package/dist-types/lib/user-facing/components/grid/index.d.ts +20 -18
  49. package/dist-types/lib/user-facing/components/icon/index.d.ts +11 -13
  50. package/dist-types/lib/user-facing/components/icon/props.d.ts +11 -13
  51. package/dist-types/lib/user-facing/components/image/index.d.ts +20 -20
  52. package/dist-types/lib/user-facing/components/image/props.d.ts +23 -23
  53. package/dist-types/lib/user-facing/components/input/index.d.ts +63 -63
  54. package/dist-types/lib/user-facing/components/input/props.d.ts +63 -63
  55. package/dist-types/lib/user-facing/components/key-value/properties-props.d.ts +21 -21
  56. package/dist-types/lib/user-facing/components/key-value/props.d.ts +27 -27
  57. package/dist-types/lib/user-facing/components/modal/index.d.ts +27 -27
  58. package/dist-types/lib/user-facing/components/modal/props.d.ts +27 -27
  59. package/dist-types/lib/user-facing/components/page/index.d.ts +13 -13
  60. package/dist-types/lib/user-facing/components/page/props.d.ts +13 -13
  61. package/dist-types/lib/user-facing/components/section/index.d.ts +16 -16
  62. package/dist-types/lib/user-facing/components/section/props.d.ts +16 -16
  63. package/dist-types/lib/user-facing/components/slideout/props.d.ts +11 -11
  64. package/dist-types/lib/user-facing/components/stack/index.d.ts +38 -38
  65. package/dist-types/lib/user-facing/components/switch/index.d.ts +32 -32
  66. package/dist-types/lib/user-facing/components/switch/props.d.ts +32 -32
  67. package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +262 -161
  68. package/dist-types/lib/user-facing/components/table/index.d.ts +306 -205
  69. package/dist-types/lib/user-facing/components/table/props.d.ts +306 -205
  70. package/dist-types/lib/user-facing/components/table/table-utilities.d.ts +4 -4
  71. package/dist-types/lib/user-facing/components/table/table-widget.d.ts +5 -1
  72. package/dist-types/lib/user-facing/components/table/types.d.ts +31 -28
  73. package/dist-types/lib/user-facing/components/text/index.d.ts +35 -35
  74. package/dist-types/lib/user-facing/components/text/props.d.ts +35 -35
  75. package/dist-types/lib/user-facing/entities/api/props.d.ts +10 -10
  76. package/dist-types/lib/user-facing/entities/timer/props.d.ts +12 -12
  77. package/dist-types/lib/user-facing/entities/variable/props.d.ts +7 -7
  78. package/dist-types/lib/user-facing/properties-panel/mixins/appearance-properties.d.ts +12 -12
  79. package/dist-types/lib/user-facing/properties-panel/mixins/appearance.d.ts +2 -2
  80. package/dist-types/lib/user-facing/properties-panel/mixins/form-inputs-properties.d.ts +10 -10
  81. package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +45 -45
  82. package/dist-types/lib/user-facing/properties-panel/mixins/loading.d.ts +1 -1
  83. package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +20 -9
  84. package/dist-types/lib/user-facing/sb-event-flow.d.ts +2 -2
  85. package/dist-types/lib/user-facing/sb-provider.d.ts +1 -2
  86. package/package.json +3 -3
  87. package/dist/icons-NrNO8p_u.js.map +0 -1
  88. package/dist-types/lib/user-facing/components/grid/utils.d.ts +0 -1
@@ -1,49 +1,49 @@
1
1
  import { Prop, Section } from "../../properties-panel/props-builder.js";
2
2
  export declare const propertiesDefinition: {
3
- general: Section<Record<string, Prop<any, any>> & {
4
- label: Prop<string, true>;
5
- defaultChecked: Prop<boolean, true>;
3
+ general: Section<Record<string, Prop<any, any, undefined>> & {
4
+ label: Prop<string, true, undefined>;
5
+ defaultChecked: Prop<boolean, true, undefined>;
6
6
  }>;
7
- appearance: Section<Record<string, Prop<any, any>> & {
8
- labelPosition: Prop<"left" | "right", true>;
9
- labelStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
10
- loadingAnimation: Prop<boolean, false>;
7
+ appearance: Section<Record<string, Prop<any, any, undefined>> & {
8
+ labelPosition: Prop<"left" | "right", true, undefined>;
9
+ labelStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
10
+ loadingAnimation: Prop<boolean, false, undefined>;
11
11
  }>;
12
- layout: Section<Record<string, Prop<any, any>> & {
13
- maxHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
14
- minHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
15
- maxWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
16
- minWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
17
- width: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
18
- height: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
12
+ layout: Section<Record<string, Prop<any, any, undefined>> & {
13
+ maxHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
14
+ minHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
15
+ maxWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
16
+ minWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
17
+ width: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
18
+ height: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
19
19
  } & {
20
20
  margin: Prop<{
21
21
  top: import("@superblocksteam/library-shared").Dim<"px">;
22
22
  bottom: import("@superblocksteam/library-shared").Dim<"px">;
23
23
  left: import("@superblocksteam/library-shared").Dim<"px">;
24
24
  right: import("@superblocksteam/library-shared").Dim<"px">;
25
- } | undefined, true>;
25
+ } | undefined, true, undefined>;
26
26
  } & {
27
- isVisible: Prop<boolean, true>;
27
+ isVisible: Prop<boolean, true, undefined>;
28
28
  }>;
29
- interaction: Section<Record<string, Prop<any, any>> & {
30
- customValidationRule: Prop<string, true>;
31
- customErrorMessage: Prop<string, true>;
32
- isRequired: Prop<boolean, false>;
33
- isDisabled: Prop<boolean, true>;
34
- errorMessagePlacement: Prop<import("@superblocksteam/library-shared/props").ErrorMessagePlacement, true>;
29
+ interaction: Section<Record<string, Prop<any, any, undefined>> & {
30
+ customValidationRule: Prop<string, true, undefined>;
31
+ customErrorMessage: Prop<string, true, undefined>;
32
+ isRequired: Prop<boolean, false, undefined>;
33
+ isDisabled: Prop<boolean, true, undefined>;
34
+ errorMessagePlacement: Prop<import("@superblocksteam/library-shared/props").ErrorMessagePlacement, true, undefined>;
35
35
  }>;
36
- events: Section<Record<string, Prop<any, any>> & {
37
- onSwitchChange: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
36
+ events: Section<Record<string, Prop<any, any, undefined>> & {
37
+ onSwitchChange: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
38
38
  }>;
39
- meta: Section<Record<string, Prop<any, any>> & {
40
- isTouched: Prop<boolean, true>;
41
- isChecked: Prop<boolean, true>;
39
+ meta: Section<Record<string, Prop<any, any, undefined>> & {
40
+ isTouched: Prop<boolean, true, undefined>;
41
+ isChecked: Prop<boolean, true, undefined>;
42
42
  }>;
43
- derived: Section<Record<string, Prop<any, any>> & {
44
- isToggledOn: Prop<boolean, true>;
45
- validationErrors: Prop<any, true>;
46
- isValid: Prop<boolean, true>;
47
- showError: Prop<boolean, true>;
43
+ derived: Section<Record<string, Prop<any, any, undefined>> & {
44
+ isToggledOn: Prop<boolean, true, undefined>;
45
+ validationErrors: Prop<any, true, undefined>;
46
+ isValid: Prop<boolean, true, undefined>;
47
+ showError: Prop<boolean, true, undefined>;
48
48
  }>;
49
49
  };
@@ -3,175 +3,276 @@ import { type BooleanStyleFalse, ColumnType, ImageSize } from "./types.js";
3
3
  import type { IconPosition } from "../../icons/constants.js";
4
4
  import type { ButtonVariant } from "../button/props.js";
5
5
  export declare const columnPanelConfig: {
6
- general: Section<(Record<string, Prop<any, any>> & ({
7
- label: Prop<string, false>;
6
+ general: Section<(Record<string, Prop<any, any, undefined>> & ({
7
+ label: Prop<string, false, undefined>;
8
8
  } & (Omit<{
9
- columnType: Prop<ColumnType, true>;
9
+ columnType: Prop<ColumnType, true, undefined>;
10
10
  }, "columnType"> & ({
11
- displayedValue: Prop<string, false>;
12
- isDerived: Prop<boolean, true>;
13
- columnType: Prop<undefined, false>;
14
- } | {
15
- displayedValue: Prop<string, false>;
16
- isDerived: Prop<boolean, true>;
17
- columnType: Prop<"text", true>;
18
- } | {
19
- notation: Prop<"compact" | "standard" | "scientific" | "engineering" | "unformatted", false>;
20
- minimumFractionDigits: Prop<number, false>;
21
- maximumFractionDigits: Prop<number, false>;
22
- isDerived: Prop<boolean, true>;
23
- columnType: Prop<"number", true>;
24
- } | {
25
- notation: Prop<"compact" | "standard" | "scientific" | "engineering" | "unformatted", false>;
26
- minimumFractionDigits: Prop<number, false>;
27
- maximumFractionDigits: Prop<number, false>;
28
- currency: Prop<string, true>;
29
- isDerived: Prop<boolean, true>;
30
- columnType: Prop<"currency", true>;
31
- } | {
32
- minimumFractionDigits: Prop<number, false>;
33
- maximumFractionDigits: Prop<number, false>;
34
- isDerived: Prop<boolean, true>;
35
- columnType: Prop<"percentage", true>;
36
- } | {
37
- openImageUrl: Prop<boolean, true>;
38
- isDerived: Prop<boolean, true>;
39
- columnType: Prop<"image", true>;
40
- } | {
41
- isDerived: Prop<boolean, true>;
42
- columnType: Prop<"video", true>;
43
- } | {
44
- manageTimezone: Prop<boolean, true>;
45
- inputFormat: Prop<string, false>;
46
- outputFormat: Prop<string, false>;
47
- isDerived: Prop<boolean, true>;
48
- columnType: Prop<"date", true>;
49
- } | {
50
- buttonLabel: Prop<string, true>;
51
- isDisabled: Prop<boolean, false>;
52
- columnType: Prop<"button", true>;
53
- } | {
54
- linkLabel: Prop<string, false>;
55
- columnType: Prop<"link", true>;
56
- } | {
57
- isDerived: Prop<boolean, true>;
58
- columnType: Prop<"boolean", true>;
59
- } | {
60
- isDerived: Prop<boolean, true>;
61
- columnType: Prop<"tags", true>;
62
- } | {
63
- displayedValue: Prop<string, false>;
64
- isDerived: Prop<boolean, true>;
65
- columnType: Prop<"email", true>;
11
+ displayedValue: Prop<string, false, [{
12
+ currentRow: Record<string, unknown>;
13
+ }]>;
14
+ isDerived: Prop<boolean, true, undefined>;
15
+ columnType: Prop<undefined, false, undefined>;
16
+ } | {
17
+ displayedValue: Prop<string, false, [{
18
+ currentRow: Record<string, unknown>;
19
+ }]>;
20
+ isDerived: Prop<boolean, true, undefined>;
21
+ columnType: Prop<"text", true, undefined>;
22
+ } | {
23
+ notation: Prop<"compact" | "standard" | "scientific" | "engineering" | "unformatted", false, [{
24
+ currentRow: Record<string, unknown>;
25
+ }]>;
26
+ minimumFractionDigits: Prop<number, false, [{
27
+ currentRow: Record<string, unknown>;
28
+ }]>;
29
+ maximumFractionDigits: Prop<number, false, [{
30
+ currentRow: Record<string, unknown>;
31
+ }]>;
32
+ isDerived: Prop<boolean, true, undefined>;
33
+ columnType: Prop<"number", true, undefined>;
34
+ } | {
35
+ notation: Prop<"compact" | "standard" | "scientific" | "engineering" | "unformatted", false, [{
36
+ currentRow: Record<string, unknown>;
37
+ }]>;
38
+ minimumFractionDigits: Prop<number, false, [{
39
+ currentRow: Record<string, unknown>;
40
+ }]>;
41
+ maximumFractionDigits: Prop<number, false, [{
42
+ currentRow: Record<string, unknown>;
43
+ }]>;
44
+ currency: Prop<string, true, [{
45
+ currentRow: Record<string, unknown>;
46
+ }]>;
47
+ isDerived: Prop<boolean, true, undefined>;
48
+ columnType: Prop<"currency", true, undefined>;
49
+ } | {
50
+ minimumFractionDigits: Prop<number, false, [{
51
+ currentRow: Record<string, unknown>;
52
+ }]>;
53
+ maximumFractionDigits: Prop<number, false, [{
54
+ currentRow: Record<string, unknown>;
55
+ }]>;
56
+ isDerived: Prop<boolean, true, undefined>;
57
+ columnType: Prop<"percentage", true, undefined>;
58
+ } | {
59
+ openImageUrl: Prop<boolean, true, undefined>;
60
+ isDerived: Prop<boolean, true, undefined>;
61
+ columnType: Prop<"image", true, undefined>;
62
+ } | {
63
+ isDerived: Prop<boolean, true, undefined>;
64
+ columnType: Prop<"video", true, undefined>;
65
+ } | {
66
+ manageTimezone: Prop<boolean, true, [{
67
+ currentRow: Record<string, unknown>;
68
+ }]>;
69
+ inputFormat: Prop<string, false, [{
70
+ currentRow: Record<string, unknown>;
71
+ }]>;
72
+ outputFormat: Prop<string, false, [{
73
+ currentRow: Record<string, unknown>;
74
+ }]>;
75
+ isDerived: Prop<boolean, true, undefined>;
76
+ columnType: Prop<"date", true, undefined>;
77
+ } | {
78
+ buttonLabel: Prop<string, true, [{
79
+ currentRow: Record<string, unknown>;
80
+ }]>;
81
+ isDisabled: Prop<boolean, false, [{
82
+ currentRow: Record<string, unknown>;
83
+ }]>;
84
+ columnType: Prop<"button", true, undefined>;
85
+ } | {
86
+ linkUrl: Prop<string, false, [{
87
+ currentRow: Record<string, unknown>;
88
+ }]>;
89
+ linkLabel: Prop<string, false, [{
90
+ currentRow: Record<string, unknown>;
91
+ }]>;
92
+ columnType: Prop<"link", true, undefined>;
93
+ } | {
94
+ isDerived: Prop<boolean, true, undefined>;
95
+ columnType: Prop<"boolean", true, undefined>;
96
+ } | {
97
+ isDerived: Prop<boolean, true, undefined>;
98
+ columnType: Prop<"tags", true, undefined>;
99
+ } | {
100
+ displayedValue: Prop<string, false, [{
101
+ currentRow: Record<string, unknown>;
102
+ }]>;
103
+ isDerived: Prop<boolean, true, undefined>;
104
+ columnType: Prop<"email", true, undefined>;
66
105
  })))) & {
67
- isVisible: Prop<boolean, true>;
106
+ isVisible: Prop<boolean, true, undefined>;
68
107
  }>;
69
- presentation: Section<(Record<string, Prop<any, any>> & ({
70
- headerIcon: Prop<string, false>;
71
- headerIconPosition: Prop<IconPosition, true>;
108
+ presentation: Section<(Record<string, Prop<any, any, undefined>> & ({
109
+ headerIcon: Prop<string, false, undefined>;
110
+ headerIconPosition: Prop<IconPosition, true, undefined>;
72
111
  } & (Omit<{
73
- columnType: Prop<ColumnType, false>;
112
+ columnType: Prop<ColumnType, false, undefined>;
74
113
  }, "columnType"> & ({
75
- horizontalAlign: Prop<"center" | "left" | "right", true>;
76
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
77
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
78
- cellBackground: Prop<string, true>;
79
- textWrap: Prop<boolean, false>;
80
- columnType: Prop<undefined, false>;
81
- } | {
82
- horizontalAlign: Prop<"center" | "left" | "right", true>;
83
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
84
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
85
- cellBackground: Prop<string, true>;
86
- textWrap: Prop<boolean, false>;
87
- columnType: Prop<"text", true>;
88
- } | {
89
- horizontalAlign: Prop<"center" | "left" | "right", true>;
90
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
91
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
92
- cellBackground: Prop<string, true>;
93
- textWrap: Prop<boolean, false>;
94
- cellIcon: Prop<string, false>;
95
- cellIconPosition: Prop<IconPosition, true>;
96
- columnType: Prop<"number", true>;
97
- } | {
98
- horizontalAlign: Prop<"center" | "left" | "right", true>;
99
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
100
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
101
- cellBackground: Prop<string, true>;
102
- textWrap: Prop<boolean, false>;
103
- cellIcon: Prop<string, false>;
104
- cellIconPosition: Prop<IconPosition, true>;
105
- columnType: Prop<"currency", true>;
106
- } | {
107
- horizontalAlign: Prop<"center" | "left" | "right", true>;
108
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
109
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
110
- cellBackground: Prop<string, true>;
111
- textWrap: Prop<boolean, false>;
112
- cellIcon: Prop<string, false>;
113
- cellIconPosition: Prop<IconPosition, true>;
114
- columnType: Prop<"percentage", true>;
115
- } | {
116
- imageSize: Prop<ImageSize, false>;
117
- imageBorderRadius: Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, true>;
118
- horizontalAlign: Prop<"center" | "left" | "right", true>;
119
- cellBackground: Prop<string, true>;
120
- columnType: Prop<"image", true>;
121
- } | {
122
- horizontalAlign: Prop<"center" | "left" | "right", true>;
123
- cellBackground: Prop<string, true>;
124
- columnType: Prop<"video", true>;
125
- } | {
126
- horizontalAlign: Prop<"center" | "left" | "right", true>;
127
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
128
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
129
- cellBackground: Prop<string, true>;
130
- textWrap: Prop<boolean, false>;
131
- cellIcon: Prop<string, false>;
132
- cellIconPosition: Prop<IconPosition, true>;
133
- columnType: Prop<"date", true>;
134
- } | {
135
- buttonIcon: Prop<string, false>;
136
- buttonIconPosition: Prop<IconPosition, true>;
137
- buttonVariant: Prop<ButtonVariant, true>;
138
- buttonTextStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
139
- buttonBackgroundColor: Prop<string, false>;
140
- buttonBorder: Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true>;
141
- columnType: Prop<"button", true>;
142
- } | {
143
- horizontalAlign: Prop<"center" | "left" | "right", true>;
144
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
145
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
146
- cellBackground: Prop<string, true>;
147
- columnType: Prop<"link", true>;
148
- } | {
149
- horizontalAlign: Prop<"center" | "left" | "right", true>;
150
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
151
- cellBackground: Prop<string, true>;
152
- booleanStyleFalse: Prop<BooleanStyleFalse, true>;
153
- columnType: Prop<"boolean", true>;
154
- } | {
155
- horizontalAlign: Prop<"center" | "left" | "right", true>;
156
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
157
- cellBackground: Prop<string, true>;
158
- tagsWrap: Prop<boolean, false>;
159
- tagDisplayConfig: Prop<any, false>;
160
- columnType: Prop<"tags", true>;
161
- } | {
162
- horizontalAlign: Prop<"center" | "left" | "right", true>;
163
- verticalAlign: Prop<"center" | "top" | "bottom", true>;
164
- "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
165
- cellBackground: Prop<string, true>;
166
- textWrap: Prop<boolean, false>;
167
- columnType: Prop<"email", true>;
114
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
115
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
116
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
117
+ cellBackground: Prop<string, true, undefined>;
118
+ textWrap: Prop<boolean, false, [{
119
+ currentRow: Record<string, unknown>;
120
+ }]>;
121
+ cellIcon: Prop<string, false, [{
122
+ currentRow: Record<string, unknown>;
123
+ }]>;
124
+ cellIconPosition: Prop<IconPosition, true, [{
125
+ currentRow: Record<string, unknown>;
126
+ }]>;
127
+ columnType: Prop<undefined, false, undefined>;
128
+ } | {
129
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
130
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
131
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
132
+ cellBackground: Prop<string, true, undefined>;
133
+ textWrap: Prop<boolean, false, [{
134
+ currentRow: Record<string, unknown>;
135
+ }]>;
136
+ cellIcon: Prop<string, false, [{
137
+ currentRow: Record<string, unknown>;
138
+ }]>;
139
+ cellIconPosition: Prop<IconPosition, true, [{
140
+ currentRow: Record<string, unknown>;
141
+ }]>;
142
+ columnType: Prop<"text", true, undefined>;
143
+ } | {
144
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
145
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
146
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
147
+ cellBackground: Prop<string, true, undefined>;
148
+ textWrap: Prop<boolean, false, [{
149
+ currentRow: Record<string, unknown>;
150
+ }]>;
151
+ cellIcon: Prop<string, false, [{
152
+ currentRow: Record<string, unknown>;
153
+ }]>;
154
+ cellIconPosition: Prop<IconPosition, true, [{
155
+ currentRow: Record<string, unknown>;
156
+ }]>;
157
+ columnType: Prop<"number", true, undefined>;
158
+ } | {
159
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
160
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
161
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
162
+ cellBackground: Prop<string, true, undefined>;
163
+ textWrap: Prop<boolean, false, [{
164
+ currentRow: Record<string, unknown>;
165
+ }]>;
166
+ cellIcon: Prop<string, false, [{
167
+ currentRow: Record<string, unknown>;
168
+ }]>;
169
+ cellIconPosition: Prop<IconPosition, true, [{
170
+ currentRow: Record<string, unknown>;
171
+ }]>;
172
+ columnType: Prop<"currency", true, undefined>;
173
+ } | {
174
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
175
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
176
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
177
+ cellBackground: Prop<string, true, undefined>;
178
+ textWrap: Prop<boolean, false, [{
179
+ currentRow: Record<string, unknown>;
180
+ }]>;
181
+ cellIcon: Prop<string, false, [{
182
+ currentRow: Record<string, unknown>;
183
+ }]>;
184
+ cellIconPosition: Prop<IconPosition, true, [{
185
+ currentRow: Record<string, unknown>;
186
+ }]>;
187
+ columnType: Prop<"percentage", true, undefined>;
188
+ } | {
189
+ imageSize: Prop<ImageSize, false, [{
190
+ currentRow: Record<string, unknown>;
191
+ }]>;
192
+ imageBorderRadius: Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, true, [{
193
+ currentRow: Record<string, unknown>;
194
+ }]>;
195
+ horizontalAlign: Prop<"center" | "left" | "right", true, [{
196
+ currentRow: Record<string, unknown>;
197
+ }]>;
198
+ cellBackground: Prop<string, true, undefined>;
199
+ columnType: Prop<"image", true, undefined>;
200
+ } | {
201
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
202
+ cellBackground: Prop<string, true, undefined>;
203
+ columnType: Prop<"video", true, undefined>;
204
+ } | {
205
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
206
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
207
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
208
+ cellBackground: Prop<string, true, undefined>;
209
+ textWrap: Prop<boolean, false, [{
210
+ currentRow: Record<string, unknown>;
211
+ }]>;
212
+ cellIcon: Prop<string, false, [{
213
+ currentRow: Record<string, unknown>;
214
+ }]>;
215
+ cellIconPosition: Prop<IconPosition, true, [{
216
+ currentRow: Record<string, unknown>;
217
+ }]>;
218
+ columnType: Prop<"date", true, undefined>;
219
+ } | {
220
+ buttonIcon: Prop<string, false, [{
221
+ currentRow: Record<string, unknown>;
222
+ }]>;
223
+ buttonIconPosition: Prop<IconPosition, true, undefined>;
224
+ buttonVariant: Prop<ButtonVariant, true, [{
225
+ currentRow: Record<string, unknown>;
226
+ }]>;
227
+ buttonTextStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
228
+ buttonBackgroundColor: Prop<string, false, [{
229
+ currentRow: Record<string, unknown>;
230
+ }]>;
231
+ buttonBorder: Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true, undefined>;
232
+ columnType: Prop<"button", true, undefined>;
233
+ } | {
234
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
235
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
236
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
237
+ cellBackground: Prop<string, true, undefined>;
238
+ columnType: Prop<"link", true, undefined>;
239
+ } | {
240
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
241
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
242
+ cellBackground: Prop<string, true, undefined>;
243
+ booleanStyleFalse: Prop<BooleanStyleFalse, true, undefined>;
244
+ columnType: Prop<"boolean", true, undefined>;
245
+ } | {
246
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
247
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
248
+ cellBackground: Prop<string, true, undefined>;
249
+ tagsWrap: Prop<boolean, false, [{
250
+ currentRow: Record<string, unknown>;
251
+ }]>;
252
+ tagDisplayConfig: Prop<any, false, undefined>;
253
+ columnType: Prop<"tags", true, undefined>;
254
+ } | {
255
+ horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
256
+ verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
257
+ "cellProps.textStyle": Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
258
+ cellBackground: Prop<string, true, undefined>;
259
+ textWrap: Prop<boolean, false, [{
260
+ currentRow: Record<string, unknown>;
261
+ }]>;
262
+ cellIcon: Prop<string, false, [{
263
+ currentRow: Record<string, unknown>;
264
+ }]>;
265
+ cellIconPosition: Prop<IconPosition, true, [{
266
+ currentRow: Record<string, unknown>;
267
+ }]>;
268
+ columnType: Prop<"email", true, undefined>;
168
269
  })))) & {
169
- isFrozen: Prop<boolean, false>;
270
+ isFrozen: Prop<boolean, false, undefined>;
170
271
  }>;
171
- interaction: Section<Record<string, Prop<any, any>> & Omit<{
172
- columnType: Prop<ColumnType, false>;
272
+ interaction: Section<Record<string, Prop<any, any, undefined>> & Omit<{
273
+ columnType: Prop<ColumnType, false, undefined>;
173
274
  }, "onClick" | "columnType"> & {
174
- columnType: Prop<"button", true>;
175
- onClick: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
275
+ columnType: Prop<"button", true, undefined>;
276
+ onClick: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
176
277
  }>;
177
278
  };