@superblocksteam/library 2.0.6-next.49 → 2.0.6-next.5

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 (96) hide show
  1. package/dist/{allPaths-KPe-OJkU.js → allPaths-CxD-hEgW.js} +2 -2
  2. package/dist/{allPaths-KPe-OJkU.js.map → allPaths-CxD-hEgW.js.map} +1 -1
  3. package/dist/{allPaths-CFjMeIdd.js → allPaths-DsbiaDES.js} +2 -2
  4. package/dist/{allPaths-CFjMeIdd.js.map → allPaths-DsbiaDES.js.map} +1 -1
  5. package/dist/{allPathsLoader-BhebPX_9.js → allPathsLoader-D22smkRX.js} +3 -3
  6. package/dist/{allPathsLoader-B9kcOhBr.js.map → allPathsLoader-D22smkRX.js.map} +1 -1
  7. package/dist/{allPathsLoader-B9kcOhBr.js → allPathsLoader-vdrsS8PT.js} +3 -3
  8. package/dist/{allPathsLoader-BhebPX_9.js.map → allPathsLoader-vdrsS8PT.js.map} +1 -1
  9. package/dist/{devtools-consolidated-DDIhwU5g.js → devtools-consolidated-C1mNTeDx.js} +2 -2
  10. package/dist/{devtools-consolidated-DDIhwU5g.js.map → devtools-consolidated-C1mNTeDx.js.map} +1 -1
  11. package/dist/{icons-lSlfQ50w.js → icons-NrNO8p_u.js} +14 -10
  12. package/dist/icons-NrNO8p_u.js.map +1 -0
  13. package/dist/{index-fmpMMpkS.js → index-DjMIsWIZ.js} +2311 -3848
  14. package/dist/{index-fmpMMpkS.js.map → index-DjMIsWIZ.js.map} +1 -1
  15. package/dist/index.js +149 -150
  16. package/dist/{splitPathsBySizeLoader-C-dfe3r6.js → splitPathsBySizeLoader-DXrI9vor.js} +2 -2
  17. package/dist/{splitPathsBySizeLoader-C-dfe3r6.js.map → splitPathsBySizeLoader-DXrI9vor.js.map} +1 -1
  18. package/dist/{splitPathsBySizeLoader-Z2MNgkRA.js → splitPathsBySizeLoader-DdTPgYa0.js} +2 -2
  19. package/dist/{splitPathsBySizeLoader-Z2MNgkRA.js.map → splitPathsBySizeLoader-DdTPgYa0.js.map} +1 -1
  20. package/dist-types/edit-mode/dnd/utils.d.ts +0 -4
  21. package/dist-types/edit-mode/features/ui-store.d.ts +1 -1
  22. package/dist-types/edit-mode/iframe-wrappers.d.ts +0 -1
  23. package/dist-types/edit-mode/source-update-api.d.ts +0 -5
  24. package/dist-types/edit-mode/superblocks-editor-bridge.d.ts +1 -2
  25. package/dist-types/lib/index.d.ts +0 -1
  26. package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +6 -6
  27. package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +1 -2
  28. package/dist-types/lib/internal-details/lib/evaluator/lazy-function.d.ts +1 -2
  29. package/dist-types/lib/internal-details/lib/features/component-registry.d.ts +0 -5
  30. package/dist-types/lib/internal-details/lib/types.d.ts +1 -3
  31. package/dist-types/lib/triggers/implementations/components/control-slideout.d.ts +3 -4
  32. package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +3 -3
  33. package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +3 -3
  34. package/dist-types/lib/triggers/implementations/timers/control-timer.d.ts +3 -4
  35. package/dist-types/lib/triggers/registry.d.ts +8 -8
  36. package/dist-types/lib/user-facing/components/button/index.d.ts +26 -26
  37. package/dist-types/lib/user-facing/components/button/props.d.ts +26 -26
  38. package/dist-types/lib/user-facing/components/checkbox/index.d.ts +31 -31
  39. package/dist-types/lib/user-facing/components/checkbox/props.d.ts +31 -31
  40. package/dist-types/lib/user-facing/components/column/index.d.ts +19 -19
  41. package/dist-types/lib/user-facing/components/column/props.d.ts +19 -19
  42. package/dist-types/lib/user-facing/components/container/index.d.ts +21 -21
  43. package/dist-types/lib/user-facing/components/container/props.d.ts +21 -21
  44. package/dist-types/lib/user-facing/components/custom/register-custom-component.d.ts +9 -9
  45. package/dist-types/lib/user-facing/components/date-picker/index.d.ts +48 -48
  46. package/dist-types/lib/user-facing/components/date-picker/props.d.ts +48 -48
  47. package/dist-types/lib/user-facing/components/dropdown/index.d.ts +54 -54
  48. package/dist-types/lib/user-facing/components/dropdown/props.d.ts +54 -54
  49. package/dist-types/lib/user-facing/components/grid/index.d.ts +13 -13
  50. package/dist-types/lib/user-facing/components/icon/index.d.ts +13 -11
  51. package/dist-types/lib/user-facing/components/icon/props.d.ts +13 -11
  52. package/dist-types/lib/user-facing/components/image/index.d.ts +20 -20
  53. package/dist-types/lib/user-facing/components/image/props.d.ts +23 -23
  54. package/dist-types/lib/user-facing/components/input/index.d.ts +63 -63
  55. package/dist-types/lib/user-facing/components/input/props.d.ts +63 -63
  56. package/dist-types/lib/user-facing/components/key-value/properties-props.d.ts +21 -21
  57. package/dist-types/lib/user-facing/components/key-value/props.d.ts +27 -27
  58. package/dist-types/lib/user-facing/components/modal/index.d.ts +31 -27
  59. package/dist-types/lib/user-facing/components/modal/props.d.ts +27 -27
  60. package/dist-types/lib/user-facing/components/page/index.d.ts +13 -13
  61. package/dist-types/lib/user-facing/components/page/props.d.ts +13 -13
  62. package/dist-types/lib/user-facing/components/section/index.d.ts +16 -16
  63. package/dist-types/lib/user-facing/components/section/props.d.ts +16 -16
  64. package/dist-types/lib/user-facing/components/slideout/index.d.ts +1 -41
  65. package/dist-types/lib/user-facing/components/slideout/props.d.ts +19 -39
  66. package/dist-types/lib/user-facing/components/stack/index.d.ts +38 -38
  67. package/dist-types/lib/user-facing/components/switch/index.d.ts +32 -32
  68. package/dist-types/lib/user-facing/components/switch/props.d.ts +32 -32
  69. package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +161 -262
  70. package/dist-types/lib/user-facing/components/table/index.d.ts +205 -306
  71. package/dist-types/lib/user-facing/components/table/props.d.ts +205 -306
  72. package/dist-types/lib/user-facing/components/table/table-utilities.d.ts +4 -4
  73. package/dist-types/lib/user-facing/components/table/table-widget.d.ts +1 -5
  74. package/dist-types/lib/user-facing/components/table/types.d.ts +28 -31
  75. package/dist-types/lib/user-facing/components/text/index.d.ts +35 -35
  76. package/dist-types/lib/user-facing/components/text/props.d.ts +35 -35
  77. package/dist-types/lib/user-facing/constants.d.ts +1 -1
  78. package/dist-types/lib/user-facing/entities/api/props.d.ts +10 -10
  79. package/dist-types/lib/user-facing/entities/timer/props.d.ts +12 -12
  80. package/dist-types/lib/user-facing/entities/variable/props.d.ts +7 -7
  81. package/dist-types/lib/user-facing/layers.d.ts +2 -1
  82. package/dist-types/lib/user-facing/properties-panel/mixins/appearance-properties.d.ts +12 -12
  83. package/dist-types/lib/user-facing/properties-panel/mixins/appearance.d.ts +2 -2
  84. package/dist-types/lib/user-facing/properties-panel/mixins/form-inputs-properties.d.ts +10 -10
  85. package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +45 -45
  86. package/dist-types/lib/user-facing/properties-panel/mixins/loading.d.ts +1 -1
  87. package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +9 -20
  88. package/dist-types/lib/user-facing/sb-event-flow.d.ts +4 -4
  89. package/dist-types/lib/user-facing/sb-provider.d.ts +2 -1
  90. package/package.json +3 -5
  91. package/dist/icons-lSlfQ50w.js.map +0 -1
  92. package/dist-types/internal-testing/components/slideout.d.ts +0 -3
  93. package/dist-types/lib/user-facing/build-manifest.d.ts +0 -2
  94. package/dist-types/lib/user-facing/components/slideout/constants.d.ts +0 -10
  95. package/dist-types/lib/user-facing/components/slideout/slideout-component.d.ts +0 -31
  96. package/dist-types/lib/user-facing/hooks/use-dialog-editing.d.ts +0 -14
@@ -3,96 +3,96 @@ import type { CurrencyCodeDisplayType } from "./types.js";
3
3
  import type { ValidationErrors } from "../../component-base/utils/input-validation.js";
4
4
  import type { IconPosition } from "../../icons/constants.js";
5
5
  export declare const propertiesDefinition: {
6
- general: Section<(Record<string, Prop<any, any, undefined>> & ({
7
- label: Prop<string, true, undefined>;
6
+ general: Section<(Record<string, Prop<any, any>> & ({
7
+ label: Prop<string, true>;
8
8
  } & (Omit<{
9
- inputType: Prop<string, true, undefined>;
9
+ inputType: Prop<string, true>;
10
10
  }, "inputType" | "currency" | "numberFormat" | "currencyCodeDisplay"> & ({
11
- inputType: Prop<string, true, undefined>;
12
- numberFormat: Prop<"unformatted" | NonNullable<"compact" | "standard" | "scientific" | "engineering" | undefined>, true, undefined>;
11
+ inputType: Prop<string, true>;
12
+ numberFormat: Prop<"unformatted" | NonNullable<"compact" | "standard" | "scientific" | "engineering" | undefined>, true>;
13
13
  currency?: undefined;
14
14
  currencyCodeDisplay?: undefined;
15
15
  } | {
16
- inputType: Prop<string, true, undefined>;
17
- numberFormat: Prop<"unformatted" | NonNullable<"compact" | "standard" | "scientific" | "engineering" | undefined>, true, undefined>;
18
- currency: Prop<string, true, undefined>;
19
- currencyCodeDisplay: Prop<CurrencyCodeDisplayType, true, undefined>;
16
+ inputType: Prop<string, true>;
17
+ numberFormat: Prop<"unformatted" | NonNullable<"compact" | "standard" | "scientific" | "engineering" | undefined>, true>;
18
+ currency: Prop<string, true>;
19
+ currencyCodeDisplay: Prop<CurrencyCodeDisplayType, true>;
20
20
  })))) & {
21
- defaultValue: Prop<string, true, undefined>;
21
+ defaultValue: Prop<string, true>;
22
22
  }>;
23
- appearance: Section<Record<string, Prop<any, any, undefined>> & {
24
- labelPosition: Prop<"top" | "left", true, undefined>;
25
- labelStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
26
- placeholderText: Prop<string, true, undefined>;
27
- textStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true, undefined>;
28
- backgroundColor: Prop<string, true, undefined>;
29
- border: Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true, undefined>;
30
- borderRadius: Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, true, undefined>;
31
- icon: Prop<string, false, undefined>;
32
- iconPosition: Prop<IconPosition, true, undefined>;
23
+ appearance: Section<Record<string, Prop<any, any>> & {
24
+ labelPosition: Prop<"top" | "left", true>;
25
+ labelStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
26
+ placeholderText: Prop<string, true>;
27
+ textStyle: Prop<import("@superblocksteam/library-shared/types").TextStyleWithVariant, true>;
28
+ backgroundColor: Prop<string, true>;
29
+ border: Prop<import("@superblocksteam/library-shared/types").PerSideBorder, true>;
30
+ borderRadius: Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, true>;
31
+ icon: Prop<string, false>;
32
+ iconPosition: Prop<IconPosition, true>;
33
33
  } & Omit<{
34
- inputType: Prop<string, false, undefined>;
34
+ inputType: Prop<string, false>;
35
35
  }, "inputType"> & {
36
- inputType: Prop<string, true, undefined>;
36
+ inputType: Prop<string, true>;
37
37
  } & {
38
- loading: Prop<boolean, true, undefined>;
38
+ loading: Prop<boolean, true>;
39
39
  }>;
40
- layout: Section<Record<string, Prop<any, any, undefined>> & {
41
- padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true, undefined>;
40
+ layout: Section<Record<string, Prop<any, any>> & {
41
+ padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
42
42
  } & {
43
- width: Prop<import("@superblocksteam/library-shared").Dim<"fill" | "rows" | "columns" | "px" | "%">, false, undefined>;
44
- maxHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
45
- minHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
46
- maxWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
47
- minWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
48
- height: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
43
+ width: Prop<import("@superblocksteam/library-shared").Dim<"fill" | "rows" | "columns" | "px" | "%">, false>;
44
+ maxHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
45
+ minHeight?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
46
+ maxWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
47
+ minWidth?: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
48
+ height: Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
49
49
  } & {
50
50
  margin: Prop<{
51
51
  top: import("@superblocksteam/library-shared").Dim<"px">;
52
52
  bottom: import("@superblocksteam/library-shared").Dim<"px">;
53
53
  left: import("@superblocksteam/library-shared").Dim<"px">;
54
54
  right: import("@superblocksteam/library-shared").Dim<"px">;
55
- } | undefined, true, undefined>;
55
+ } | undefined, true>;
56
56
  } & {
57
- labelWidth: Prop<import("@superblocksteam/library-shared").Dim, true, undefined>;
57
+ labelWidth: Prop<import("@superblocksteam/library-shared").Dim, true>;
58
58
  } & {
59
- isVisible: Prop<boolean, true, undefined>;
59
+ isVisible: Prop<boolean, true>;
60
60
  }>;
61
- interaction: Section<Record<string, Prop<any, any, undefined>> & Omit<{
62
- inputType: Prop<string, false, undefined>;
61
+ interaction: Section<Record<string, Prop<any, any>> & Omit<{
62
+ inputType: Prop<string, false>;
63
63
  }, "inputType" | "stepper" | "stepSize" | "minDecimals" | "maxDecimals"> & {
64
- stepper: Prop<boolean, true, undefined>;
65
- stepSize: Prop<number, true, undefined>;
66
- minDecimals: Prop<number, false, undefined>;
67
- maxDecimals: Prop<number, false, undefined>;
68
- inputType: Prop<string, true, undefined>;
64
+ stepper: Prop<boolean, true>;
65
+ stepSize: Prop<number, true>;
66
+ minDecimals: Prop<number, false>;
67
+ maxDecimals: Prop<number, false>;
68
+ inputType: Prop<string, true>;
69
69
  } & Omit<{
70
- inputType: Prop<string, false, undefined>;
70
+ inputType: Prop<string, false>;
71
71
  }, "maxLength" | "minLength" | "inputType"> & {
72
- minLength: Prop<number, false, undefined>;
73
- maxLength: Prop<number, false, undefined>;
74
- inputType: Prop<string, true, undefined>;
72
+ minLength: Prop<number, false>;
73
+ maxLength: Prop<number, false>;
74
+ inputType: Prop<string, true>;
75
75
  } & {
76
- errorMessagePlacement: Prop<import("@superblocksteam/library-shared/props").ErrorMessagePlacement, true, undefined>;
77
- customValidationRule: Prop<any, false, undefined>;
78
- customErrorMessage: Prop<string, true, undefined>;
79
- isDisabled: Prop<boolean, true, undefined>;
80
- isRequired: Prop<boolean, true, undefined>;
76
+ errorMessagePlacement: Prop<import("@superblocksteam/library-shared/props").ErrorMessagePlacement, true>;
77
+ customValidationRule: Prop<any, false>;
78
+ customErrorMessage: Prop<string, true>;
79
+ isDisabled: Prop<boolean, true>;
80
+ isRequired: Prop<boolean, true>;
81
81
  }>;
82
- events: Section<Record<string, Prop<any, any, undefined>> & {
83
- onTextChanged: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
84
- onSubmit: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
85
- onFocus: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
86
- onFocusOut: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
82
+ events: Section<Record<string, Prop<any, any>> & {
83
+ onTextChanged: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
84
+ onSubmit: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
85
+ onFocus: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
86
+ onFocusOut: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
87
87
  }>;
88
- meta: Section<Record<string, Prop<any, any, undefined>> & {
89
- text: Prop<string | undefined, false, undefined>;
90
- isTouched: Prop<boolean, true, undefined>;
88
+ meta: Section<Record<string, Prop<any, any>> & {
89
+ text: Prop<string | undefined, false>;
90
+ isTouched: Prop<boolean, true>;
91
91
  }>;
92
- derived: Section<Record<string, Prop<any, any, undefined>> & {
93
- value: Prop<string, true, undefined>;
94
- validationErrors: Prop<ValidationErrors, true, undefined>;
95
- isValid: Prop<boolean, true, undefined>;
96
- showError: Prop<boolean, true, undefined>;
92
+ derived: Section<Record<string, Prop<any, any>> & {
93
+ value: Prop<string, true>;
94
+ validationErrors: Prop<ValidationErrors, true>;
95
+ isValid: Prop<boolean, true>;
96
+ showError: Prop<boolean, true>;
97
97
  }>;
98
98
  };
@@ -3,42 +3,42 @@ import { KeyValuePropertyType } from "./types.js";
3
3
  import type { IconPosition } from "../../icons/constants.js";
4
4
  import type { UnionVariant } from "../../properties-panel/props-builder.js";
5
5
  export declare const keyValuePropertiesDefinition: {
6
- general: Section<((((Record<string, Prop<any, any, undefined>> & ({
7
- id: Prop<string, true, undefined>;
6
+ general: Section<((((Record<string, Prop<any, any>> & ({
7
+ id: Prop<string, true>;
8
8
  } & (Omit<{
9
- isDerived: Prop<boolean, true, undefined>;
9
+ isDerived: Prop<boolean, true>;
10
10
  }, "key" | "isDerived"> & ({
11
- isDerived: Prop<true, true, undefined>;
12
- key: Prop<string, true, undefined>;
11
+ isDerived: Prop<true, true>;
12
+ key: Prop<string, true>;
13
13
  } | {
14
- isDerived: Prop<false, true, undefined>;
15
- key: Prop<string, true, undefined>;
14
+ isDerived: Prop<false, true>;
15
+ key: Prop<string, true>;
16
16
  })))) & {
17
- displayedKey: Prop<string, true, undefined>;
17
+ displayedKey: Prop<string, true>;
18
18
  }) & Omit<{
19
- isDerived: Prop<boolean, true, undefined>;
19
+ isDerived: Prop<boolean, true>;
20
20
  }, "isDerived" | "computedValue"> & {
21
- isDerived: Prop<true, true, undefined>;
22
- computedValue: Prop<string, true, undefined>;
21
+ isDerived: Prop<true, true>;
22
+ computedValue: Prop<string, true>;
23
23
  }) & Omit<{
24
- type: Prop<KeyValuePropertyType, true, undefined>;
24
+ type: Prop<KeyValuePropertyType, true>;
25
25
  }, "type"> & UnionVariant<{
26
26
  type: Prop<KeyValuePropertyType, false>;
27
27
  }>) & {
28
- isVisible: Prop<boolean, true, undefined>;
28
+ isVisible: Prop<boolean, true>;
29
29
  }>;
30
- appearance: Section<Record<string, Prop<any, any, undefined>> & {
31
- "keyProps.icon": Prop<string, true, undefined>;
32
- "keyProps.iconPosition": Prop<IconPosition, true, undefined>;
33
- "valueProps.icon": Prop<string, true, undefined>;
34
- "valueProps.iconPosition": Prop<IconPosition, true, undefined>;
30
+ appearance: Section<Record<string, Prop<any, any>> & {
31
+ "keyProps.icon": Prop<string, true>;
32
+ "keyProps.iconPosition": Prop<IconPosition, true>;
33
+ "valueProps.icon": Prop<string, true>;
34
+ "valueProps.iconPosition": Prop<IconPosition, true>;
35
35
  } & Omit<{
36
- type: Prop<KeyValuePropertyType, false, undefined>;
36
+ type: Prop<KeyValuePropertyType, false>;
37
37
  }, "type"> & UnionVariant<{
38
38
  type: Prop<KeyValuePropertyType, false>;
39
39
  }>>;
40
- eventHandlers: Section<Record<string, Prop<any, any, undefined>> & Omit<{
41
- type: Prop<KeyValuePropertyType, false, undefined>;
40
+ eventHandlers: Section<Record<string, Prop<any, any>> & Omit<{
41
+ type: Prop<KeyValuePropertyType, false>;
42
42
  }, "type"> & UnionVariant<{
43
43
  type: Prop<KeyValuePropertyType, false>;
44
44
  }>>;
@@ -3,36 +3,36 @@ import { Prop } from "../../properties-panel/props-builder.js";
3
3
  import { Section } from "../../properties-panel/props-builder.js";
4
4
  import type { KeyValueProperty } from "./types.js";
5
5
  export declare const propertiesDefinition: {
6
- general: Section<Record<string, Prop<any, any, undefined>> & {
7
- sourceData: Prop<Record<string, unknown>, false, undefined>;
6
+ general: Section<Record<string, Prop<any, any>> & {
7
+ sourceData: Prop<Record<string, unknown>, false>;
8
8
  properties: Prop<Record<string, KeyValueProperty>, true>;
9
- propertiesOrder: Prop<string[], true, undefined>;
9
+ propertiesOrder: Prop<string[], true>;
10
10
  }>;
11
- appearance: Section<Record<string, Prop<any, any, undefined>> & {
12
- "keyProps.position": Prop<"top" | "left", true, undefined>;
13
- "keyProps.keyStyle": Prop<any, false, undefined>;
14
- "keyProps.textWrap": Prop<boolean, true, undefined>;
15
- "valueProps.valueStyle": Prop<any, false, undefined>;
16
- "valueProps.textWrap": Prop<boolean, true, undefined>;
17
- "styleProps.backgroundColor": Prop<string, false, undefined>;
18
- "styleProps.border": Prop<any, false, undefined>;
19
- "styleProps.borderRadius": Prop<any, false, undefined>;
20
- "styleProps.divider": Prop<any, true, undefined>;
21
- loading: Prop<boolean, true, undefined>;
11
+ appearance: Section<Record<string, Prop<any, any>> & {
12
+ "keyProps.position": Prop<"top" | "left", true>;
13
+ "keyProps.keyStyle": Prop<any, false>;
14
+ "keyProps.textWrap": Prop<boolean, true>;
15
+ "valueProps.valueStyle": Prop<any, false>;
16
+ "valueProps.textWrap": Prop<boolean, true>;
17
+ "styleProps.backgroundColor": Prop<string, false>;
18
+ "styleProps.border": Prop<any, false>;
19
+ "styleProps.borderRadius": Prop<any, false>;
20
+ "styleProps.divider": Prop<any, true>;
21
+ loading: Prop<boolean, true>;
22
22
  }>;
23
- layout: Section<Record<string, Prop<any, any, undefined>> & {
24
- isVisible: Prop<boolean, true, undefined>;
25
- keyProps: Prop<any, true, undefined>;
26
- "keyProps.width": Prop<any, false, undefined>;
27
- "valueProps.position": Prop<"left" | "right", true, undefined>;
28
- maxHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
29
- minHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
30
- maxWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
31
- minWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
32
- width: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
33
- height: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
23
+ layout: Section<Record<string, Prop<any, any>> & {
24
+ isVisible: Prop<boolean, true>;
25
+ keyProps: Prop<any, true>;
26
+ "keyProps.width": Prop<any, false>;
27
+ "valueProps.position": Prop<"left" | "right", true>;
28
+ maxHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
29
+ minHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
30
+ maxWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
31
+ minWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
32
+ width: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
33
+ height: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
34
34
  }>;
35
- derived: Section<Record<string, Prop<any, any, undefined>> & {
36
- data: Prop<Record<string, unknown>, true, undefined>;
35
+ derived: Section<Record<string, Prop<any, any>> & {
36
+ data: Prop<Record<string, unknown>, true>;
37
37
  }>;
38
38
  };
@@ -1,41 +1,45 @@
1
1
  import { Dim } from "@superblocksteam/library-shared";
2
2
  import type { ContainerLayout } from "../../component-base/constants.js";
3
+ /**
4
+ * TODO:
5
+ * - close all other modal when current modal is opened
6
+ */
3
7
  export declare const SbModal: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
4
- layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & ((Omit<{
5
- layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true, undefined>;
8
+ layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & ((Omit<{
9
+ layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
6
10
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
7
- readonly verticalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "top" | "bottom" | "space-around" | "space-between", true, undefined>;
8
- readonly horizontalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "left" | "right", true, undefined>;
9
- readonly layout: import("../../properties-panel/props-builder.js").Prop<"vertical", true, undefined>;
11
+ readonly verticalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "top" | "bottom" | "space-around" | "space-between", true>;
12
+ readonly horizontalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "left" | "right", true>;
13
+ readonly layout: import("../../properties-panel/props-builder.js").Prop<"vertical", true>;
10
14
  }) | (Omit<{
11
- layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true, undefined>;
15
+ layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
12
16
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
13
- readonly verticalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "top" | "bottom", true, undefined>;
14
- readonly horizontalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "space-around" | "space-between" | "left" | "right", true, undefined>;
15
- readonly layout: import("../../properties-panel/props-builder.js").Prop<"horizontal", true, undefined>;
17
+ readonly verticalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "top" | "bottom", true>;
18
+ readonly horizontalAlign: import("../../properties-panel/props-builder.js").Prop<"center" | "space-around" | "space-between" | "left" | "right", true>;
19
+ readonly layout: import("../../properties-panel/props-builder.js").Prop<"horizontal", true>;
16
20
  }) | (Omit<{
17
- layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true, undefined>;
21
+ layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
18
22
  }, "layout" | "columns" | "rowHeight"> & {
19
- readonly columns: import("../../properties-panel/props-builder.js").Prop<number, true, undefined>;
20
- readonly rowHeight: import("../../properties-panel/props-builder.js").Prop<Dim<"px">, true, undefined>;
21
- readonly layout: import("../../properties-panel/props-builder.js").Prop<"freeform", true, undefined>;
23
+ readonly columns: import("../../properties-panel/props-builder.js").Prop<number, true>;
24
+ readonly rowHeight: import("../../properties-panel/props-builder.js").Prop<Dim<"px">, true>;
25
+ readonly layout: import("../../properties-panel/props-builder.js").Prop<"freeform", true>;
22
26
  }))>;
23
- appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
24
- backgroundColor: import("../../properties-panel/props-builder.js").Prop<string, true, undefined>;
25
- border: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerSideBorder, false, undefined>;
26
- borderRadius: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, false, undefined>;
27
- hasBackdrop: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
28
- widthPreset: import("../../properties-panel/props-builder.js").Prop<import("./constants.js").ModalSize, true, undefined>;
29
- loading: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
27
+ appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
28
+ backgroundColor: import("../../properties-panel/props-builder.js").Prop<string, true>;
29
+ border: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerSideBorder, false>;
30
+ borderRadius: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerCornerBorderRadius, false>;
31
+ hasBackdrop: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
32
+ widthPreset: import("../../properties-panel/props-builder.js").Prop<import("./constants.js").ModalSize, true>;
33
+ loading: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
30
34
  }>;
31
- interaction: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
32
- closeOnClickOutside: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
35
+ interaction: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
36
+ closeOnClickOutside: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
33
37
  }>;
34
- events: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
35
- onOpen: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
36
- onClose: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
38
+ events: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
39
+ onOpen: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
40
+ onClose: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
37
41
  }>;
38
- meta: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
39
- isOpen: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
42
+ meta: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
43
+ isOpen: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
40
44
  }>;
41
45
  }>>;
@@ -2,41 +2,41 @@ import { Prop, Section } from "../../properties-panel/props-builder.js";
2
2
  import type { ModalSize } from "./constants.js";
3
3
  import type { PerCornerBorderRadius, PerSideBorder } from "@superblocksteam/library-shared/types";
4
4
  export declare const propertiesDefinition: {
5
- layout: Section<Record<string, Prop<any, any, undefined>> & ((Omit<{
6
- layout: Prop<import("../../component-base/constants.js").ContainerLayout, true, undefined>;
5
+ layout: Section<Record<string, Prop<any, any>> & ((Omit<{
6
+ layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
7
7
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
8
- readonly verticalAlign: Prop<"center" | "top" | "bottom" | "space-around" | "space-between", true, undefined>;
9
- readonly horizontalAlign: Prop<"center" | "left" | "right", true, undefined>;
10
- readonly layout: Prop<"vertical", true, undefined>;
8
+ readonly verticalAlign: Prop<"center" | "top" | "bottom" | "space-around" | "space-between", true>;
9
+ readonly horizontalAlign: Prop<"center" | "left" | "right", true>;
10
+ readonly layout: Prop<"vertical", true>;
11
11
  }) | (Omit<{
12
- layout: Prop<import("../../component-base/constants.js").ContainerLayout, true, undefined>;
12
+ layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
13
13
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
14
- readonly verticalAlign: Prop<"center" | "top" | "bottom", true, undefined>;
15
- readonly horizontalAlign: Prop<"center" | "space-around" | "space-between" | "left" | "right", true, undefined>;
16
- readonly layout: Prop<"horizontal", true, undefined>;
14
+ readonly verticalAlign: Prop<"center" | "top" | "bottom", true>;
15
+ readonly horizontalAlign: Prop<"center" | "space-around" | "space-between" | "left" | "right", true>;
16
+ readonly layout: Prop<"horizontal", true>;
17
17
  }) | (Omit<{
18
- layout: Prop<import("../../component-base/constants.js").ContainerLayout, true, undefined>;
18
+ layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
19
19
  }, "layout" | "columns" | "rowHeight"> & {
20
- readonly columns: Prop<number, true, undefined>;
21
- readonly rowHeight: Prop<import("@superblocksteam/library-shared").Dim<"px">, true, undefined>;
22
- readonly layout: Prop<"freeform", true, undefined>;
20
+ readonly columns: Prop<number, true>;
21
+ readonly rowHeight: Prop<import("@superblocksteam/library-shared").Dim<"px">, true>;
22
+ readonly layout: Prop<"freeform", true>;
23
23
  }))>;
24
- appearance: Section<Record<string, Prop<any, any, undefined>> & {
25
- backgroundColor: Prop<string, true, undefined>;
26
- border: Prop<PerSideBorder, false, undefined>;
27
- borderRadius: Prop<PerCornerBorderRadius, false, undefined>;
28
- hasBackdrop: Prop<boolean, true, undefined>;
29
- widthPreset: Prop<ModalSize, true, undefined>;
30
- loading: Prop<boolean, true, undefined>;
24
+ appearance: Section<Record<string, Prop<any, any>> & {
25
+ backgroundColor: Prop<string, true>;
26
+ border: Prop<PerSideBorder, false>;
27
+ borderRadius: Prop<PerCornerBorderRadius, false>;
28
+ hasBackdrop: Prop<boolean, true>;
29
+ widthPreset: Prop<ModalSize, true>;
30
+ loading: Prop<boolean, true>;
31
31
  }>;
32
- interaction: Section<Record<string, Prop<any, any, undefined>> & {
33
- closeOnClickOutside: Prop<boolean, true, undefined>;
32
+ interaction: Section<Record<string, Prop<any, any>> & {
33
+ closeOnClickOutside: Prop<boolean, true>;
34
34
  }>;
35
- events: Section<Record<string, Prop<any, any, undefined>> & {
36
- onOpen: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
37
- onClose: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
35
+ events: Section<Record<string, Prop<any, any>> & {
36
+ onOpen: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
37
+ onClose: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
38
38
  }>;
39
- meta: Section<Record<string, Prop<any, any, undefined>> & {
40
- isOpen: Prop<boolean, true, undefined>;
39
+ meta: Section<Record<string, Prop<any, any>> & {
40
+ isOpen: Prop<boolean, true>;
41
41
  }>;
42
42
  };
@@ -1,19 +1,19 @@
1
1
  export declare const SbPage: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
2
- contents: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
3
- columns: import("../../properties-panel/props-builder.js").Prop<string[], false, undefined>;
2
+ contents: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
3
+ columns: import("../../properties-panel/props-builder.js").Prop<string[], false>;
4
4
  }>;
5
- layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
6
- maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
7
- minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
8
- maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
9
- minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
10
- width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
11
- height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
5
+ layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
6
+ maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
7
+ minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
8
+ maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
9
+ minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
10
+ width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
11
+ height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
12
12
  }>;
13
- appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
14
- loading: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
13
+ appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
14
+ loading: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
15
15
  }>;
16
- events: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
17
- onLoad: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
16
+ events: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
17
+ onLoad: import("../../properties-panel/props-builder.js").Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
18
18
  }>;
19
19
  }>>;
@@ -1,21 +1,21 @@
1
1
  import { Dim } from "@superblocksteam/library-shared";
2
2
  import { Prop, Section } from "../../properties-panel/props-builder.js";
3
3
  export declare const propertiesDefinition: {
4
- contents: Section<Record<string, Prop<any, any, undefined>> & {
5
- columns: Prop<string[], false, undefined>;
4
+ contents: Section<Record<string, Prop<any, any>> & {
5
+ columns: Prop<string[], false>;
6
6
  }>;
7
- layout: Section<Record<string, Prop<any, any, undefined>> & {
8
- maxHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
9
- minHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
10
- maxWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
11
- minWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
12
- width: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
13
- height: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
7
+ layout: Section<Record<string, Prop<any, any>> & {
8
+ maxHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
9
+ minHeight?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
10
+ maxWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
11
+ minWidth?: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
12
+ width: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
13
+ height: Prop<Dim<import("@superblocksteam/library-shared").DimModes>, false>;
14
14
  }>;
15
- appearance: Section<Record<string, Prop<any, any, undefined>> & {
16
- loading: Prop<boolean, true, undefined>;
15
+ appearance: Section<Record<string, Prop<any, any>> & {
16
+ loading: Prop<boolean, true>;
17
17
  }>;
18
- events: Section<Record<string, Prop<any, any, undefined>> & {
19
- onLoad: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
18
+ events: Section<Record<string, Prop<any, any>> & {
19
+ onLoad: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
20
20
  }>;
21
21
  };
@@ -1,24 +1,24 @@
1
1
  export declare const SbSection: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
2
- contents: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
3
- columns: import("../../properties-panel/props-builder.js").Prop<string[], false, undefined>;
2
+ contents: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
3
+ columns: import("../../properties-panel/props-builder.js").Prop<string[], false>;
4
4
  }>;
5
- layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
6
- padding: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").Spacing, true, undefined>;
5
+ layout: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
6
+ padding: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
7
7
  } & {
8
- maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
9
- minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
10
- maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
11
- minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined> | undefined;
12
- width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
13
- height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false, undefined>;
8
+ maxHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
9
+ minHeight?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
10
+ maxWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
11
+ minWidth?: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false> | undefined;
12
+ width: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
13
+ height: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared").Dim<import("@superblocksteam/library-shared").DimModes>, false>;
14
14
  } & {
15
- sticky: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
15
+ sticky: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
16
16
  } & {
17
- isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
17
+ isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
18
18
  }>;
19
- appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any, undefined>> & {
20
- backgroundColor: import("../../properties-panel/props-builder.js").Prop<string, true, undefined>;
21
- border: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerSideBorder, false, undefined>;
22
- loading: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
19
+ appearance: import("../../properties-panel/props-builder.js").Section<Record<string, import("../../properties-panel/props-builder.js").Prop<any, any>> & {
20
+ backgroundColor: import("../../properties-panel/props-builder.js").Prop<string, true>;
21
+ border: import("../../properties-panel/props-builder.js").Prop<import("@superblocksteam/library-shared/types").PerSideBorder, false>;
22
+ loading: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
23
23
  }>;
24
24
  }>>;