@omnia/fx 8.0.88-vnext → 8.0.90-vnext

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 (93) hide show
  1. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +4 -4
  2. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
  3. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
  4. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
  5. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  6. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  7. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  8. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
  9. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  10. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  11. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  12. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  13. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
  15. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
  16. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
  20. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
  22. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +4 -4
  23. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  25. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
  26. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
  28. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
  29. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  30. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
  31. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
  32. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +42 -9
  34. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
  35. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
  37. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
  38. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
  39. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  40. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +4 -4
  43. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +4 -4
  44. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  46. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
  48. package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -24
  49. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  50. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
  51. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
  53. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +596 -0
  54. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
  56. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
  58. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +24 -24
  59. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  60. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
  61. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
  62. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +7 -0
  63. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +473 -0
  64. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
  66. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
  68. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  70. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  71. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
  72. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
  74. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
  75. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
  76. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
  77. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
  78. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
  79. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
  81. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
  82. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
  83. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
  84. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
  85. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
  86. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
  87. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
  88. package/internal-do-not-import-from-here/wctypings.d.ts +15 -9
  89. package/package.json +2 -2
  90. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
  91. /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- blueprintType?: any;
9
8
  colorSchemaType?: any;
9
+ blueprintType?: any;
10
10
  colors?: any;
11
11
  style?: unknown;
12
12
  class?: String | String[];
@@ -102,8 +102,8 @@ declare const _default: {
102
102
  }, string, {
103
103
  container?: any;
104
104
  blueprint?: any;
105
- blueprintType?: any;
106
105
  colorSchemaType?: any;
106
+ blueprintType?: any;
107
107
  colors?: any;
108
108
  }, {}, string, {}> & {
109
109
  beforeCreate?: (() => void) | (() => void)[];
@@ -186,15 +186,15 @@ declare const _default: {
186
186
  }, string, {
187
187
  container?: any;
188
188
  blueprint?: any;
189
- blueprintType?: any;
190
189
  colorSchemaType?: any;
190
+ blueprintType?: any;
191
191
  colors?: any;
192
192
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
193
193
  propsDefinition: Omit<Readonly<{
194
194
  container?: any;
195
195
  blueprint?: any;
196
- blueprintType?: any;
197
196
  colorSchemaType?: any;
197
+ blueprintType?: any;
198
198
  colors?: any;
199
199
  } & {
200
200
  class?: String | String[];
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  style?: unknown;
13
13
  class?: String | String[];
@@ -232,8 +232,8 @@ declare const _default: {
232
232
  }, string, {
233
233
  container?: any;
234
234
  blueprint?: any;
235
- blueprintType?: any;
236
235
  colorSchemaType?: any;
236
+ blueprintType?: any;
237
237
  colors?: any;
238
238
  }, {}, string, {}> & {
239
239
  beforeCreate?: (() => void) | (() => void)[];
@@ -446,15 +446,15 @@ declare const _default: {
446
446
  }, string, {
447
447
  container?: any;
448
448
  blueprint?: any;
449
- blueprintType?: any;
450
449
  colorSchemaType?: any;
450
+ blueprintType?: any;
451
451
  colors?: any;
452
452
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
453
453
  propsDefinition: Omit<Readonly<{
454
454
  container?: any;
455
455
  blueprint?: any;
456
- blueprintType?: any;
457
456
  colorSchemaType?: any;
457
+ blueprintType?: any;
458
458
  colors?: any;
459
459
  } & {
460
460
  class?: String | String[];
@@ -46,7 +46,7 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
46
46
  readonly isNested: boolean;
47
47
  };
48
48
  actions: {
49
- createObservableValueToSave: <T_1>(value: T_1) => {
49
+ createObservableValueToSave: <T_1 extends Object>(value: T_1) => {
50
50
  value: T_1;
51
51
  setValue: (value: T_1) => T_1;
52
52
  };
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- blueprintType?: any;
9
8
  colorSchemaType?: any;
9
+ blueprintType?: any;
10
10
  colors?: any;
11
11
  readonly title?: string;
12
12
  readonly text?: string;
@@ -99,8 +99,8 @@ declare const _default: {
99
99
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
100
100
  container?: any;
101
101
  blueprint?: any;
102
- blueprintType?: any;
103
102
  colorSchemaType?: any;
103
+ blueprintType?: any;
104
104
  colors?: any;
105
105
  }, {}, string, {}> & {
106
106
  beforeCreate?: (() => void) | (() => void)[];
@@ -181,15 +181,15 @@ declare const _default: {
181
181
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
182
182
  container?: any;
183
183
  blueprint?: any;
184
- blueprintType?: any;
185
184
  colorSchemaType?: any;
185
+ blueprintType?: any;
186
186
  colors?: any;
187
187
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
188
188
  propsDefinition: Omit<Readonly<{
189
189
  container?: any;
190
190
  blueprint?: any;
191
- blueprintType?: any;
192
191
  colorSchemaType?: any;
192
+ blueprintType?: any;
193
193
  colors?: any;
194
194
  } & {
195
195
  title?: string;
@@ -7,8 +7,8 @@ declare const _default: {
7
7
  $props: {
8
8
  container?: any;
9
9
  blueprint?: any;
10
- blueprintType?: any;
11
10
  colorSchemaType?: any;
11
+ blueprintType?: any;
12
12
  colors?: any;
13
13
  style?: unknown;
14
14
  class?: unknown;
@@ -88,8 +88,8 @@ declare const _default: {
88
88
  }, string, {
89
89
  container?: any;
90
90
  blueprint?: any;
91
- blueprintType?: any;
92
91
  colorSchemaType?: any;
92
+ blueprintType?: any;
93
93
  colors?: any;
94
94
  }, {}, string, {}> & {
95
95
  beforeCreate?: (() => void) | (() => void)[];
@@ -146,15 +146,15 @@ declare const _default: {
146
146
  }, string, {
147
147
  container?: any;
148
148
  blueprint?: any;
149
- blueprintType?: any;
150
149
  colorSchemaType?: any;
150
+ blueprintType?: any;
151
151
  colors?: any;
152
152
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
153
153
  propsDefinition: Omit<Readonly<{
154
154
  container?: any;
155
155
  blueprint?: any;
156
- blueprintType?: any;
157
156
  colorSchemaType?: any;
157
+ blueprintType?: any;
158
158
  colors?: any;
159
159
  } & {
160
160
  item?: LayoutItemRegistration;
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  readonly small?: boolean;
13
13
  style?: unknown;
@@ -112,8 +112,8 @@ declare const _default: {
112
112
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
113
113
  container?: any;
114
114
  blueprint?: any;
115
- blueprintType?: any;
116
115
  colorSchemaType?: any;
116
+ blueprintType?: any;
117
117
  colors?: any;
118
118
  }, {}, string, {}> & {
119
119
  beforeCreate?: (() => void) | (() => void)[];
@@ -210,15 +210,15 @@ declare const _default: {
210
210
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
211
211
  container?: any;
212
212
  blueprint?: any;
213
- blueprintType?: any;
214
213
  colorSchemaType?: any;
214
+ blueprintType?: any;
215
215
  colors?: any;
216
216
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
217
217
  propsDefinition: Omit<Readonly<{
218
218
  container?: any;
219
219
  blueprint?: any;
220
- blueprintType?: any;
221
220
  colorSchemaType?: any;
221
+ blueprintType?: any;
222
222
  colors?: any;
223
223
  } & {
224
224
  small?: boolean;
@@ -14,8 +14,8 @@ declare const _default: {
14
14
  $props: {
15
15
  container?: any;
16
16
  blueprint?: any;
17
- blueprintType?: any;
18
17
  colorSchemaType?: any;
18
+ blueprintType?: any;
19
19
  colors?: any;
20
20
  readonly block?: Block;
21
21
  style?: unknown;
@@ -118,8 +118,8 @@ declare const _default: {
118
118
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
119
119
  container?: any;
120
120
  blueprint?: any;
121
- blueprintType?: any;
122
121
  colorSchemaType?: any;
122
+ blueprintType?: any;
123
123
  colors?: any;
124
124
  }, {}, string, {}> & {
125
125
  beforeCreate?: (() => void) | (() => void)[];
@@ -214,15 +214,15 @@ declare const _default: {
214
214
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
215
215
  container?: any;
216
216
  blueprint?: any;
217
- blueprintType?: any;
218
217
  colorSchemaType?: any;
218
+ blueprintType?: any;
219
219
  colors?: any;
220
220
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
221
221
  propsDefinition: Omit<Readonly<{
222
222
  container?: any;
223
223
  blueprint?: any;
224
- blueprintType?: any;
225
224
  colorSchemaType?: any;
225
+ blueprintType?: any;
226
226
  colors?: any;
227
227
  } & {
228
228
  block?: Block;
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  style?: unknown;
13
13
  class?: unknown;
@@ -120,8 +120,8 @@ declare const _default: {
120
120
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
121
121
  container?: any;
122
122
  blueprint?: any;
123
- blueprintType?: any;
124
123
  colorSchemaType?: any;
124
+ blueprintType?: any;
125
125
  colors?: any;
126
126
  }, {}, string, {}> & {
127
127
  beforeCreate?: (() => void) | (() => void)[];
@@ -230,15 +230,15 @@ declare const _default: {
230
230
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
231
231
  container?: any;
232
232
  blueprint?: any;
233
- blueprintType?: any;
234
233
  colorSchemaType?: any;
234
+ blueprintType?: any;
235
235
  colors?: any;
236
236
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
237
237
  propsDefinition: Omit<Readonly<{
238
238
  container?: any;
239
239
  blueprint?: any;
240
- blueprintType?: any;
241
240
  colorSchemaType?: any;
241
+ blueprintType?: any;
242
242
  colors?: any;
243
243
  } & {
244
244
  themeTargetId?: string;
@@ -13,8 +13,8 @@ declare const _default: {
13
13
  $props: {
14
14
  container?: any;
15
15
  blueprint?: any;
16
- blueprintType?: any;
17
16
  colorSchemaType?: any;
17
+ blueprintType?: any;
18
18
  colors?: any;
19
19
  readonly section?: Section<import("@omnia/fx-models").SectionSettings>;
20
20
  style?: unknown;
@@ -121,8 +121,8 @@ declare const _default: {
121
121
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
122
122
  container?: any;
123
123
  blueprint?: any;
124
- blueprintType?: any;
125
124
  colorSchemaType?: any;
125
+ blueprintType?: any;
126
126
  colors?: any;
127
127
  }, {}, string, {}> & {
128
128
  beforeCreate?: (() => void) | (() => void)[];
@@ -221,15 +221,15 @@ declare const _default: {
221
221
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
222
222
  container?: any;
223
223
  blueprint?: any;
224
- blueprintType?: any;
225
224
  colorSchemaType?: any;
225
+ blueprintType?: any;
226
226
  colors?: any;
227
227
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
228
228
  propsDefinition: Omit<Readonly<{
229
229
  container?: any;
230
230
  blueprint?: any;
231
- blueprintType?: any;
232
231
  colorSchemaType?: any;
232
+ blueprintType?: any;
233
233
  colors?: any;
234
234
  } & {
235
235
  section?: Section<import("@omnia/fx-models").SectionSettings>;
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- blueprintType?: any;
9
8
  colorSchemaType?: any;
9
+ blueprintType?: any;
10
10
  colors?: any;
11
11
  style?: unknown;
12
12
  class?: unknown;
@@ -75,8 +75,8 @@ declare const _default: {
75
75
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
76
76
  container?: any;
77
77
  blueprint?: any;
78
- blueprintType?: any;
79
78
  colorSchemaType?: any;
79
+ blueprintType?: any;
80
80
  colors?: any;
81
81
  }, {}, string, {}> & {
82
82
  beforeCreate?: (() => void) | (() => void)[];
@@ -117,15 +117,15 @@ declare const _default: {
117
117
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
118
118
  container?: any;
119
119
  blueprint?: any;
120
- blueprintType?: any;
121
120
  colorSchemaType?: any;
121
+ blueprintType?: any;
122
122
  colors?: any;
123
123
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
124
124
  propsDefinition: Omit<Readonly<{
125
125
  container?: any;
126
126
  blueprint?: any;
127
- blueprintType?: any;
128
127
  colorSchemaType?: any;
128
+ blueprintType?: any;
129
129
  colors?: any;
130
130
  } & {}>, never>;
131
131
  };
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  readonly title?: string;
13
13
  style?: unknown;
@@ -112,8 +112,8 @@ declare const _default: {
112
112
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
113
113
  container?: any;
114
114
  blueprint?: any;
115
- blueprintType?: any;
116
115
  colorSchemaType?: any;
116
+ blueprintType?: any;
117
117
  colors?: any;
118
118
  }, {}, string, {}> & {
119
119
  beforeCreate?: (() => void) | (() => void)[];
@@ -210,15 +210,15 @@ declare const _default: {
210
210
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
211
211
  container?: any;
212
212
  blueprint?: any;
213
- blueprintType?: any;
214
213
  colorSchemaType?: any;
214
+ blueprintType?: any;
215
215
  colors?: any;
216
216
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
217
217
  propsDefinition: Omit<Readonly<{
218
218
  container?: any;
219
219
  blueprint?: any;
220
- blueprintType?: any;
221
220
  colorSchemaType?: any;
221
+ blueprintType?: any;
222
222
  colors?: any;
223
223
  } & {
224
224
  title?: string;
@@ -14,8 +14,8 @@ declare const _default: {
14
14
  $props: {
15
15
  container?: any;
16
16
  blueprint?: any;
17
- blueprintType?: any;
18
17
  colorSchemaType?: any;
18
+ blueprintType?: any;
19
19
  colors?: any;
20
20
  readonly small?: boolean;
21
21
  style?: unknown;
@@ -114,8 +114,8 @@ declare const _default: {
114
114
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
115
115
  container?: any;
116
116
  blueprint?: any;
117
- blueprintType?: any;
118
117
  colorSchemaType?: any;
118
+ blueprintType?: any;
119
119
  colors?: any;
120
120
  }, {}, string, {}> & {
121
121
  beforeCreate?: (() => void) | (() => void)[];
@@ -202,15 +202,15 @@ declare const _default: {
202
202
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
203
203
  container?: any;
204
204
  blueprint?: any;
205
- blueprintType?: any;
206
205
  colorSchemaType?: any;
206
+ blueprintType?: any;
207
207
  colors?: any;
208
208
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
209
209
  propsDefinition: Omit<Readonly<{
210
210
  container?: any;
211
211
  blueprint?: any;
212
- blueprintType?: any;
213
212
  colorSchemaType?: any;
213
+ blueprintType?: any;
214
214
  colors?: any;
215
215
  } & {
216
216
  small?: boolean;
@@ -7,8 +7,8 @@ declare const _default: {
7
7
  $props: {
8
8
  container?: any;
9
9
  blueprint?: any;
10
- blueprintType?: any;
11
10
  colorSchemaType?: any;
11
+ blueprintType?: any;
12
12
  colors?: any;
13
13
  readonly title?: string;
14
14
  readonly navigation?: boolean;
@@ -127,8 +127,8 @@ declare const _default: {
127
127
  }, string, {
128
128
  container?: any;
129
129
  blueprint?: any;
130
- blueprintType?: any;
131
130
  colorSchemaType?: any;
131
+ blueprintType?: any;
132
132
  colors?: any;
133
133
  }, {}, string, {}> & {
134
134
  beforeCreate?: (() => void) | (() => void)[];
@@ -238,15 +238,15 @@ declare const _default: {
238
238
  }, string, {
239
239
  container?: any;
240
240
  blueprint?: any;
241
- blueprintType?: any;
242
241
  colorSchemaType?: any;
242
+ blueprintType?: any;
243
243
  colors?: any;
244
244
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
245
245
  propsDefinition: Omit<Readonly<{
246
246
  container?: any;
247
247
  blueprint?: any;
248
- blueprintType?: any;
249
248
  colorSchemaType?: any;
249
+ blueprintType?: any;
250
250
  colors?: any;
251
251
  } & {
252
252
  title?: string;
@@ -7,8 +7,8 @@ declare const _default: {
7
7
  $props: {
8
8
  container?: any;
9
9
  blueprint?: any;
10
- blueprintType?: any;
11
10
  colorSchemaType?: any;
11
+ blueprintType?: any;
12
12
  colors?: any;
13
13
  readonly block?: boolean;
14
14
  readonly text?: string;
@@ -137,8 +137,8 @@ declare const _default: {
137
137
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
138
138
  container?: any;
139
139
  blueprint?: any;
140
- blueprintType?: any;
141
140
  colorSchemaType?: any;
141
+ blueprintType?: any;
142
142
  colors?: any;
143
143
  }, {}, string, {}> & {
144
144
  beforeCreate?: (() => void) | (() => void)[];
@@ -274,15 +274,15 @@ declare const _default: {
274
274
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
275
275
  container?: any;
276
276
  blueprint?: any;
277
- blueprintType?: any;
278
277
  colorSchemaType?: any;
278
+ blueprintType?: any;
279
279
  colors?: any;
280
280
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
281
281
  propsDefinition: Omit<Readonly<{
282
282
  container?: any;
283
283
  blueprint?: any;
284
- blueprintType?: any;
285
284
  colorSchemaType?: any;
285
+ blueprintType?: any;
286
286
  colors?: any;
287
287
  } & {
288
288
  block?: boolean;
@@ -1,4 +1,4 @@
1
- import { VNodeChild } from "vue";
1
+ import { VNodeChild, nextTick } from "vue";
2
2
  declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  readonly toggle?: boolean;
13
13
  style?: unknown;
@@ -124,8 +124,8 @@ declare const _default: {
124
124
  }>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
125
125
  container?: any;
126
126
  blueprint?: any;
127
- blueprintType?: any;
128
127
  colorSchemaType?: any;
128
+ blueprintType?: any;
129
129
  colors?: any;
130
130
  }, {}, string, {}> & {
131
131
  beforeCreate?: (() => void) | (() => void)[];
@@ -145,7 +145,7 @@ declare const _default: {
145
145
  errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
146
146
  };
147
147
  $forceUpdate: () => void;
148
- $nextTick: typeof import("vue").nextTick;
148
+ $nextTick: typeof nextTick;
149
149
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
150
150
  } & Readonly<import("vue").ExtractPropTypes<{
151
151
  "v-slots": import("vue").Prop<{
@@ -238,15 +238,15 @@ declare const _default: {
238
238
  }>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
239
239
  container?: any;
240
240
  blueprint?: any;
241
- blueprintType?: any;
242
241
  colorSchemaType?: any;
242
+ blueprintType?: any;
243
243
  colors?: any;
244
244
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
245
245
  propsDefinition: Omit<Readonly<{
246
246
  container?: any;
247
247
  blueprint?: any;
248
- blueprintType?: any;
249
248
  colorSchemaType?: any;
249
+ blueprintType?: any;
250
250
  colors?: any;
251
251
  } & {
252
252
  toggle?: boolean;
@@ -6,8 +6,8 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- blueprintType?: any;
10
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
11
11
  colors?: any;
12
12
  style?: unknown;
13
13
  class?: String | String[];
@@ -96,8 +96,8 @@ declare const _default: {
96
96
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
97
97
  container?: any;
98
98
  blueprint?: any;
99
- blueprintType?: any;
100
99
  colorSchemaType?: any;
100
+ blueprintType?: any;
101
101
  colors?: any;
102
102
  }, {}, string, {}> & {
103
103
  beforeCreate?: (() => void) | (() => void)[];
@@ -166,15 +166,15 @@ declare const _default: {
166
166
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
167
167
  container?: any;
168
168
  blueprint?: any;
169
- blueprintType?: any;
170
169
  colorSchemaType?: any;
170
+ blueprintType?: any;
171
171
  colors?: any;
172
172
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
173
173
  propsDefinition: Omit<Readonly<{
174
174
  container?: any;
175
175
  blueprint?: any;
176
- blueprintType?: any;
177
176
  colorSchemaType?: any;
177
+ blueprintType?: any;
178
178
  colors?: any;
179
179
  } & {
180
180
  class?: String | String[];
@@ -8,8 +8,8 @@ declare const _default: {
8
8
  $props: {
9
9
  container?: any;
10
10
  blueprint?: any;
11
- blueprintType?: any;
12
11
  colorSchemaType?: any;
12
+ blueprintType?: any;
13
13
  colors?: any;
14
14
  readonly value?: any;
15
15
  readonly label?: string;
@@ -117,8 +117,8 @@ declare const _default: {
117
117
  }, string, {
118
118
  container?: any;
119
119
  blueprint?: any;
120
- blueprintType?: any;
121
120
  colorSchemaType?: any;
121
+ blueprintType?: any;
122
122
  colors?: any;
123
123
  }, {}, string, {}> & {
124
124
  beforeCreate?: (() => void) | (() => void)[];
@@ -221,15 +221,15 @@ declare const _default: {
221
221
  }, string, {
222
222
  container?: any;
223
223
  blueprint?: any;
224
- blueprintType?: any;
225
224
  colorSchemaType?: any;
225
+ blueprintType?: any;
226
226
  colors?: any;
227
227
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
228
228
  propsDefinition: Omit<Readonly<{
229
229
  container?: any;
230
230
  blueprint?: any;
231
- blueprintType?: any;
232
231
  colorSchemaType?: any;
232
+ blueprintType?: any;
233
233
  colors?: any;
234
234
  } & {
235
235
  value?: any;
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- blueprintType?: any;
9
8
  colorSchemaType?: any;
9
+ blueprintType?: any;
10
10
  colors?: any;
11
11
  readonly xs?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
12
12
  readonly sm?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";
@@ -107,8 +107,8 @@ declare const _default: {
107
107
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
108
108
  container?: any;
109
109
  blueprint?: any;
110
- blueprintType?: any;
111
110
  colorSchemaType?: any;
111
+ blueprintType?: any;
112
112
  colors?: any;
113
113
  }, {}, string, {}> & {
114
114
  beforeCreate?: (() => void) | (() => void)[];
@@ -199,15 +199,15 @@ declare const _default: {
199
199
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
200
200
  container?: any;
201
201
  blueprint?: any;
202
- blueprintType?: any;
203
202
  colorSchemaType?: any;
203
+ blueprintType?: any;
204
204
  colors?: any;
205
205
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
206
206
  propsDefinition: Omit<Readonly<{
207
207
  container?: any;
208
208
  blueprint?: any;
209
- blueprintType?: any;
210
209
  colorSchemaType?: any;
210
+ blueprintType?: any;
211
211
  colors?: any;
212
212
  } & {
213
213
  xs?: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "12" | "10" | "11";