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

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 (97) hide show
  1. package/dist/{allPaths-CO-aWzss.js → allPaths-4y_K62Vs.js} +2 -2
  2. package/dist/{allPaths-CO-aWzss.js.map → allPaths-4y_K62Vs.js.map} +1 -1
  3. package/dist/{allPaths-BtYOw5Ru.js → allPaths-Byemqzqm.js} +2 -2
  4. package/dist/{allPaths-BtYOw5Ru.js.map → allPaths-Byemqzqm.js.map} +1 -1
  5. package/dist/{allPathsLoader-B3Ii4JGL.js → allPathsLoader-ClBdq20d.js} +3 -3
  6. package/dist/{allPathsLoader-KDCEbuYo.js.map → allPathsLoader-ClBdq20d.js.map} +1 -1
  7. package/dist/{allPathsLoader-KDCEbuYo.js → allPathsLoader-DHEhZoal.js} +3 -3
  8. package/dist/{allPathsLoader-B3Ii4JGL.js.map → allPathsLoader-DHEhZoal.js.map} +1 -1
  9. package/dist/{devtools-consolidated-B1B3uBW_.js → devtools-consolidated-D3M5wXPE.js} +2 -2
  10. package/dist/{devtools-consolidated-B1B3uBW_.js.map → devtools-consolidated-D3M5wXPE.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-Cie8AtZt.js} +3943 -2380
  14. package/dist/{index-kjgG33Rg.js.map → index-Cie8AtZt.js.map} +1 -1
  15. package/dist/index.js +150 -149
  16. package/dist/{splitPathsBySizeLoader-Btq5cpt-.js → splitPathsBySizeLoader-B30Uhcpp.js} +2 -2
  17. package/dist/{splitPathsBySizeLoader-Btq5cpt-.js.map → splitPathsBySizeLoader-B30Uhcpp.js.map} +1 -1
  18. package/dist/{splitPathsBySizeLoader-VThmaq3t.js → splitPathsBySizeLoader-BPZd-Xd7.js} +2 -2
  19. package/dist/{splitPathsBySizeLoader-VThmaq3t.js.map → splitPathsBySizeLoader-BPZd-Xd7.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/internal-testing/components/slideout.d.ts +3 -0
  25. package/dist-types/lib/index.d.ts +1 -0
  26. package/dist-types/lib/internal-details/is-sb-component.d.ts +5 -1
  27. package/dist-types/lib/internal-details/lib/evaluator/base-entity-manager.d.ts +6 -6
  28. package/dist-types/lib/internal-details/lib/evaluator/compute-engines.d.ts +2 -1
  29. package/dist-types/lib/internal-details/lib/evaluator/lazy-function.d.ts +2 -1
  30. package/dist-types/lib/internal-details/lib/features/component-registry.d.ts +5 -0
  31. package/dist-types/lib/internal-details/lib/types.d.ts +3 -0
  32. package/dist-types/lib/triggers/implementations/components/control-slideout.d.ts +4 -3
  33. package/dist-types/lib/triggers/implementations/state/reset-state-var.d.ts +3 -3
  34. package/dist-types/lib/triggers/implementations/state/set-state-var.d.ts +3 -3
  35. package/dist-types/lib/triggers/implementations/timers/control-timer.d.ts +4 -3
  36. package/dist-types/lib/triggers/registry.d.ts +8 -8
  37. package/dist-types/lib/user-facing/build-manifest.d.ts +2 -0
  38. package/dist-types/lib/user-facing/components/button/index.d.ts +26 -26
  39. package/dist-types/lib/user-facing/components/button/props.d.ts +26 -26
  40. package/dist-types/lib/user-facing/components/checkbox/index.d.ts +31 -31
  41. package/dist-types/lib/user-facing/components/checkbox/props.d.ts +31 -31
  42. package/dist-types/lib/user-facing/components/column/index.d.ts +19 -19
  43. package/dist-types/lib/user-facing/components/column/props.d.ts +19 -19
  44. package/dist-types/lib/user-facing/components/container/index.d.ts +21 -21
  45. package/dist-types/lib/user-facing/components/container/props.d.ts +21 -21
  46. package/dist-types/lib/user-facing/components/custom/register-custom-component.d.ts +9 -9
  47. package/dist-types/lib/user-facing/components/date-picker/index.d.ts +48 -48
  48. package/dist-types/lib/user-facing/components/date-picker/props.d.ts +48 -48
  49. package/dist-types/lib/user-facing/components/dropdown/index.d.ts +54 -54
  50. package/dist-types/lib/user-facing/components/dropdown/props.d.ts +54 -54
  51. package/dist-types/lib/user-facing/components/grid/index.d.ts +20 -18
  52. package/dist-types/lib/user-facing/components/icon/index.d.ts +11 -13
  53. package/dist-types/lib/user-facing/components/icon/props.d.ts +11 -13
  54. package/dist-types/lib/user-facing/components/image/index.d.ts +20 -20
  55. package/dist-types/lib/user-facing/components/image/props.d.ts +23 -23
  56. package/dist-types/lib/user-facing/components/input/index.d.ts +63 -63
  57. package/dist-types/lib/user-facing/components/input/props.d.ts +63 -63
  58. package/dist-types/lib/user-facing/components/key-value/properties-props.d.ts +21 -21
  59. package/dist-types/lib/user-facing/components/key-value/props.d.ts +27 -27
  60. package/dist-types/lib/user-facing/components/modal/index.d.ts +27 -31
  61. package/dist-types/lib/user-facing/components/modal/props.d.ts +27 -27
  62. package/dist-types/lib/user-facing/components/page/index.d.ts +13 -13
  63. package/dist-types/lib/user-facing/components/page/props.d.ts +13 -13
  64. package/dist-types/lib/user-facing/components/section/index.d.ts +16 -16
  65. package/dist-types/lib/user-facing/components/section/props.d.ts +16 -16
  66. package/dist-types/lib/user-facing/components/slideout/constants.d.ts +10 -0
  67. package/dist-types/lib/user-facing/components/slideout/index.d.ts +41 -1
  68. package/dist-types/lib/user-facing/components/slideout/props.d.ts +39 -19
  69. package/dist-types/lib/user-facing/components/slideout/slideout-component.d.ts +31 -0
  70. package/dist-types/lib/user-facing/components/stack/index.d.ts +38 -38
  71. package/dist-types/lib/user-facing/components/switch/index.d.ts +32 -32
  72. package/dist-types/lib/user-facing/components/switch/props.d.ts +32 -32
  73. package/dist-types/lib/user-facing/components/table/column-properties-panel.d.ts +262 -161
  74. package/dist-types/lib/user-facing/components/table/index.d.ts +306 -205
  75. package/dist-types/lib/user-facing/components/table/props.d.ts +306 -205
  76. package/dist-types/lib/user-facing/components/table/table-utilities.d.ts +4 -4
  77. package/dist-types/lib/user-facing/components/table/table-widget.d.ts +5 -1
  78. package/dist-types/lib/user-facing/components/table/types.d.ts +31 -28
  79. package/dist-types/lib/user-facing/components/text/index.d.ts +35 -35
  80. package/dist-types/lib/user-facing/components/text/props.d.ts +35 -35
  81. package/dist-types/lib/user-facing/constants.d.ts +1 -1
  82. package/dist-types/lib/user-facing/entities/api/props.d.ts +10 -10
  83. package/dist-types/lib/user-facing/entities/timer/props.d.ts +12 -12
  84. package/dist-types/lib/user-facing/entities/variable/props.d.ts +7 -7
  85. package/dist-types/lib/user-facing/hooks/use-dialog-editing.d.ts +14 -0
  86. package/dist-types/lib/user-facing/layers.d.ts +1 -2
  87. package/dist-types/lib/user-facing/properties-panel/mixins/appearance-properties.d.ts +12 -12
  88. package/dist-types/lib/user-facing/properties-panel/mixins/appearance.d.ts +2 -2
  89. package/dist-types/lib/user-facing/properties-panel/mixins/form-inputs-properties.d.ts +10 -10
  90. package/dist-types/lib/user-facing/properties-panel/mixins/layout-section.d.ts +45 -45
  91. package/dist-types/lib/user-facing/properties-panel/mixins/loading.d.ts +1 -1
  92. package/dist-types/lib/user-facing/properties-panel/props-builder.d.ts +20 -9
  93. package/dist-types/lib/user-facing/sb-event-flow.d.ts +4 -4
  94. package/dist-types/lib/user-facing/sb-provider.d.ts +1 -2
  95. package/package.json +5 -3
  96. package/dist/icons-NrNO8p_u.js.map +0 -1
  97. package/dist-types/lib/user-facing/components/grid/utils.d.ts +0 -1
@@ -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>> & ({
7
- label: Prop<string, true>;
6
+ general: Section<(Record<string, Prop<any, any, undefined>> & ({
7
+ label: Prop<string, true, undefined>;
8
8
  } & (Omit<{
9
- inputType: Prop<string, true>;
9
+ inputType: Prop<string, true, undefined>;
10
10
  }, "inputType" | "currency" | "numberFormat" | "currencyCodeDisplay"> & ({
11
- inputType: Prop<string, true>;
12
- numberFormat: Prop<"unformatted" | NonNullable<"compact" | "standard" | "scientific" | "engineering" | undefined>, true>;
11
+ inputType: Prop<string, true, undefined>;
12
+ numberFormat: Prop<"unformatted" | NonNullable<"compact" | "standard" | "scientific" | "engineering" | undefined>, true, undefined>;
13
13
  currency?: undefined;
14
14
  currencyCodeDisplay?: undefined;
15
15
  } | {
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>;
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>;
20
20
  })))) & {
21
- defaultValue: Prop<string, true>;
21
+ defaultValue: Prop<string, true, undefined>;
22
22
  }>;
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>;
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>;
33
33
  } & Omit<{
34
- inputType: Prop<string, false>;
34
+ inputType: Prop<string, false, undefined>;
35
35
  }, "inputType"> & {
36
- inputType: Prop<string, true>;
36
+ inputType: Prop<string, true, undefined>;
37
37
  } & {
38
- loading: Prop<boolean, true>;
38
+ loading: Prop<boolean, true, undefined>;
39
39
  }>;
40
- layout: Section<Record<string, Prop<any, any>> & {
41
- padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true>;
40
+ layout: Section<Record<string, Prop<any, any, undefined>> & {
41
+ padding: Prop<import("@superblocksteam/library-shared/types").Spacing, true, undefined>;
42
42
  } & {
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>;
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>;
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>;
55
+ } | undefined, true, undefined>;
56
56
  } & {
57
- labelWidth: Prop<import("@superblocksteam/library-shared").Dim, true>;
57
+ labelWidth: Prop<import("@superblocksteam/library-shared").Dim, true, undefined>;
58
58
  } & {
59
- isVisible: Prop<boolean, true>;
59
+ isVisible: Prop<boolean, true, undefined>;
60
60
  }>;
61
- interaction: Section<Record<string, Prop<any, any>> & Omit<{
62
- inputType: Prop<string, false>;
61
+ interaction: Section<Record<string, Prop<any, any, undefined>> & Omit<{
62
+ inputType: Prop<string, false, undefined>;
63
63
  }, "inputType" | "stepper" | "stepSize" | "minDecimals" | "maxDecimals"> & {
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>;
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>;
69
69
  } & Omit<{
70
- inputType: Prop<string, false>;
70
+ inputType: Prop<string, false, undefined>;
71
71
  }, "maxLength" | "minLength" | "inputType"> & {
72
- minLength: Prop<number, false>;
73
- maxLength: Prop<number, false>;
74
- inputType: Prop<string, true>;
72
+ minLength: Prop<number, false, undefined>;
73
+ maxLength: Prop<number, false, undefined>;
74
+ inputType: Prop<string, true, undefined>;
75
75
  } & {
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>;
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>;
81
81
  }>;
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>;
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>;
87
87
  }>;
88
- meta: Section<Record<string, Prop<any, any>> & {
89
- text: Prop<string | undefined, false>;
90
- isTouched: Prop<boolean, true>;
88
+ meta: Section<Record<string, Prop<any, any, undefined>> & {
89
+ text: Prop<string | undefined, false, undefined>;
90
+ isTouched: Prop<boolean, true, undefined>;
91
91
  }>;
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>;
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>;
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>> & ({
7
- id: Prop<string, true>;
6
+ general: Section<((((Record<string, Prop<any, any, undefined>> & ({
7
+ id: Prop<string, true, undefined>;
8
8
  } & (Omit<{
9
- isDerived: Prop<boolean, true>;
9
+ isDerived: Prop<boolean, true, undefined>;
10
10
  }, "key" | "isDerived"> & ({
11
- isDerived: Prop<true, true>;
12
- key: Prop<string, true>;
11
+ isDerived: Prop<true, true, undefined>;
12
+ key: Prop<string, true, undefined>;
13
13
  } | {
14
- isDerived: Prop<false, true>;
15
- key: Prop<string, true>;
14
+ isDerived: Prop<false, true, undefined>;
15
+ key: Prop<string, true, undefined>;
16
16
  })))) & {
17
- displayedKey: Prop<string, true>;
17
+ displayedKey: Prop<string, true, undefined>;
18
18
  }) & Omit<{
19
- isDerived: Prop<boolean, true>;
19
+ isDerived: Prop<boolean, true, undefined>;
20
20
  }, "isDerived" | "computedValue"> & {
21
- isDerived: Prop<true, true>;
22
- computedValue: Prop<string, true>;
21
+ isDerived: Prop<true, true, undefined>;
22
+ computedValue: Prop<string, true, undefined>;
23
23
  }) & Omit<{
24
- type: Prop<KeyValuePropertyType, true>;
24
+ type: Prop<KeyValuePropertyType, true, undefined>;
25
25
  }, "type"> & UnionVariant<{
26
26
  type: Prop<KeyValuePropertyType, false>;
27
27
  }>) & {
28
- isVisible: Prop<boolean, true>;
28
+ isVisible: Prop<boolean, true, undefined>;
29
29
  }>;
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>;
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>;
35
35
  } & Omit<{
36
- type: Prop<KeyValuePropertyType, false>;
36
+ type: Prop<KeyValuePropertyType, false, undefined>;
37
37
  }, "type"> & UnionVariant<{
38
38
  type: Prop<KeyValuePropertyType, false>;
39
39
  }>>;
40
- eventHandlers: Section<Record<string, Prop<any, any>> & Omit<{
41
- type: Prop<KeyValuePropertyType, false>;
40
+ eventHandlers: Section<Record<string, Prop<any, any, undefined>> & Omit<{
41
+ type: Prop<KeyValuePropertyType, false, undefined>;
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>> & {
7
- sourceData: Prop<Record<string, unknown>, false>;
6
+ general: Section<Record<string, Prop<any, any, undefined>> & {
7
+ sourceData: Prop<Record<string, unknown>, false, undefined>;
8
8
  properties: Prop<Record<string, KeyValueProperty>, true>;
9
- propertiesOrder: Prop<string[], true>;
9
+ propertiesOrder: Prop<string[], true, undefined>;
10
10
  }>;
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>;
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>;
22
22
  }>;
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>;
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>;
34
34
  }>;
35
- derived: Section<Record<string, Prop<any, any>> & {
36
- data: Prop<Record<string, unknown>, true>;
35
+ derived: Section<Record<string, Prop<any, any, undefined>> & {
36
+ data: Prop<Record<string, unknown>, true, undefined>;
37
37
  }>;
38
38
  };
@@ -1,45 +1,41 @@
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
- */
7
3
  export declare const SbModal: import("react").FC<import("../../properties-panel/props-builder.js").ExternalProps<{
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>;
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>;
10
6
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
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>;
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>;
14
10
  }) | (Omit<{
15
- layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
11
+ layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true, undefined>;
16
12
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
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>;
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>;
20
16
  }) | (Omit<{
21
- layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true>;
17
+ layout: import("../../properties-panel/props-builder.js").Prop<ContainerLayout, true, undefined>;
22
18
  }, "layout" | "columns" | "rowHeight"> & {
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>;
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>;
26
22
  }))>;
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>;
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>;
34
30
  }>;
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>;
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>;
37
33
  }>;
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>;
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>;
41
37
  }>;
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>;
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>;
44
40
  }>;
45
41
  }>>;
@@ -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>> & ((Omit<{
6
- layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
5
+ layout: Section<Record<string, Prop<any, any, undefined>> & ((Omit<{
6
+ layout: Prop<import("../../component-base/constants.js").ContainerLayout, true, undefined>;
7
7
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
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>;
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>;
11
11
  }) | (Omit<{
12
- layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
12
+ layout: Prop<import("../../component-base/constants.js").ContainerLayout, true, undefined>;
13
13
  }, "layout" | "verticalAlign" | "horizontalAlign"> & {
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>;
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>;
17
17
  }) | (Omit<{
18
- layout: Prop<import("../../component-base/constants.js").ContainerLayout, true>;
18
+ layout: Prop<import("../../component-base/constants.js").ContainerLayout, true, undefined>;
19
19
  }, "layout" | "columns" | "rowHeight"> & {
20
- readonly columns: Prop<number, true>;
21
- readonly rowHeight: Prop<import("@superblocksteam/library-shared").Dim<"px">, true>;
22
- readonly layout: Prop<"freeform", true>;
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>;
23
23
  }))>;
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>;
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>;
31
31
  }>;
32
- interaction: Section<Record<string, Prop<any, any>> & {
33
- closeOnClickOutside: Prop<boolean, true>;
32
+ interaction: Section<Record<string, Prop<any, any, undefined>> & {
33
+ closeOnClickOutside: Prop<boolean, true, undefined>;
34
34
  }>;
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>;
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>;
38
38
  }>;
39
- meta: Section<Record<string, Prop<any, any>> & {
40
- isOpen: Prop<boolean, true>;
39
+ meta: Section<Record<string, Prop<any, any, undefined>> & {
40
+ isOpen: Prop<boolean, true, undefined>;
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>> & {
3
- columns: import("../../properties-panel/props-builder.js").Prop<string[], false>;
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>;
4
4
  }>;
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>;
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>;
12
12
  }>;
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>;
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>;
15
15
  }>;
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>;
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>;
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>> & {
5
- columns: Prop<string[], false>;
4
+ contents: Section<Record<string, Prop<any, any, undefined>> & {
5
+ columns: Prop<string[], false, undefined>;
6
6
  }>;
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>;
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>;
14
14
  }>;
15
- appearance: Section<Record<string, Prop<any, any>> & {
16
- loading: Prop<boolean, true>;
15
+ appearance: Section<Record<string, Prop<any, any, undefined>> & {
16
+ loading: Prop<boolean, true, undefined>;
17
17
  }>;
18
- events: Section<Record<string, Prop<any, any>> & {
19
- onLoad: Prop<import("../../sb-event-flow.js").SbEventFlow, false>;
18
+ events: Section<Record<string, Prop<any, any, undefined>> & {
19
+ onLoad: Prop<import("../../sb-event-flow.js").SbEventFlow, false, undefined>;
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>> & {
3
- columns: import("../../properties-panel/props-builder.js").Prop<string[], false>;
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>;
4
4
  }>;
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>;
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>;
7
7
  } & {
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>;
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>;
14
14
  } & {
15
- sticky: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
15
+ sticky: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
16
16
  } & {
17
- isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true>;
17
+ isVisible: import("../../properties-panel/props-builder.js").Prop<boolean, true, undefined>;
18
18
  }>;
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>;
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>;
23
23
  }>;
24
24
  }>>;