@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
@@ -10,8 +10,8 @@ declare const _default: {
10
10
  $props: {
11
11
  container?: any;
12
12
  blueprint?: any;
13
- blueprintType?: any;
14
13
  colorSchemaType?: any;
14
+ blueprintType?: any;
15
15
  colors?: any;
16
16
  readonly headers?: DataTableHeader[] | DataTableHeader[][];
17
17
  style?: unknown;
@@ -162,8 +162,8 @@ declare const _default: {
162
162
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
163
163
  container?: any;
164
164
  blueprint?: any;
165
- blueprintType?: any;
166
165
  colorSchemaType?: any;
166
+ blueprintType?: any;
167
167
  colors?: any;
168
168
  }, {}, string, {}> & {
169
169
  beforeCreate?: (() => void) | (() => void)[];
@@ -330,15 +330,15 @@ declare const _default: {
330
330
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
331
331
  container?: any;
332
332
  blueprint?: any;
333
- blueprintType?: any;
334
333
  colorSchemaType?: any;
334
+ blueprintType?: any;
335
335
  colors?: any;
336
336
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
337
337
  propsDefinition: Omit<Readonly<{
338
338
  container?: any;
339
339
  blueprint?: any;
340
- blueprintType?: any;
341
340
  colorSchemaType?: any;
341
+ blueprintType?: any;
342
342
  colors?: any;
343
343
  } & {
344
344
  headers?: DataTableHeader[] | DataTableHeader[][];
@@ -11,8 +11,8 @@ declare const _default: {
11
11
  $props: {
12
12
  container?: any;
13
13
  blueprint?: any;
14
- blueprintType?: any;
15
14
  colorSchemaType?: any;
15
+ blueprintType?: any;
16
16
  colors?: any;
17
17
  readonly title?: string;
18
18
  style?: unknown;
@@ -168,8 +168,8 @@ declare const _default: {
168
168
  }, string, {
169
169
  container?: any;
170
170
  blueprint?: any;
171
- blueprintType?: any;
172
171
  colorSchemaType?: any;
172
+ blueprintType?: any;
173
173
  colors?: any;
174
174
  }, {}, string, {}> & {
175
175
  beforeCreate?: (() => void) | (() => void)[];
@@ -331,15 +331,15 @@ declare const _default: {
331
331
  }, string, {
332
332
  container?: any;
333
333
  blueprint?: any;
334
- blueprintType?: any;
335
334
  colorSchemaType?: any;
335
+ blueprintType?: any;
336
336
  colors?: any;
337
337
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
338
338
  propsDefinition: Omit<Readonly<{
339
339
  container?: any;
340
340
  blueprint?: any;
341
- blueprintType?: any;
342
341
  colorSchemaType?: any;
342
+ blueprintType?: any;
343
343
  colors?: any;
344
344
  } & {
345
345
  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 title?: string;
14
14
  style?: unknown;
@@ -109,8 +109,8 @@ declare const _default: {
109
109
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
110
110
  container?: any;
111
111
  blueprint?: any;
112
- blueprintType?: any;
113
112
  colorSchemaType?: any;
113
+ blueprintType?: any;
114
114
  colors?: any;
115
115
  }, {}, string, {}> & {
116
116
  beforeCreate?: (() => void) | (() => void)[];
@@ -197,15 +197,15 @@ declare const _default: {
197
197
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
198
198
  container?: any;
199
199
  blueprint?: any;
200
- blueprintType?: any;
201
200
  colorSchemaType?: any;
201
+ blueprintType?: any;
202
202
  colors?: any;
203
203
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
204
204
  propsDefinition: Omit<Readonly<{
205
205
  container?: any;
206
206
  blueprint?: any;
207
- blueprintType?: any;
208
207
  colorSchemaType?: any;
208
+ blueprintType?: any;
209
209
  colors?: any;
210
210
  } & {
211
211
  title?: string;
@@ -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[];
@@ -101,8 +101,8 @@ declare const _default: {
101
101
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
102
102
  container?: any;
103
103
  blueprint?: any;
104
- blueprintType?: any;
105
104
  colorSchemaType?: any;
105
+ blueprintType?: any;
106
106
  colors?: any;
107
107
  }, {}, string, {}> & {
108
108
  beforeCreate?: (() => void) | (() => void)[];
@@ -185,15 +185,15 @@ declare const _default: {
185
185
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
186
186
  container?: any;
187
187
  blueprint?: any;
188
- blueprintType?: any;
189
188
  colorSchemaType?: any;
189
+ blueprintType?: any;
190
190
  colors?: any;
191
191
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
192
192
  propsDefinition: Omit<Readonly<{
193
193
  container?: any;
194
194
  blueprint?: any;
195
- blueprintType?: any;
196
195
  colorSchemaType?: any;
196
+ blueprintType?: any;
197
197
  colors?: any;
198
198
  } & {
199
199
  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[];
@@ -98,8 +98,8 @@ declare const _default: {
98
98
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
99
99
  container?: any;
100
100
  blueprint?: any;
101
- blueprintType?: any;
102
101
  colorSchemaType?: any;
102
+ blueprintType?: any;
103
103
  colors?: any;
104
104
  }, {}, string, {}> & {
105
105
  beforeCreate?: (() => void) | (() => void)[];
@@ -176,15 +176,15 @@ declare const _default: {
176
176
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
177
177
  container?: any;
178
178
  blueprint?: any;
179
- blueprintType?: any;
180
179
  colorSchemaType?: any;
180
+ blueprintType?: any;
181
181
  colors?: any;
182
182
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
183
183
  propsDefinition: Omit<Readonly<{
184
184
  container?: any;
185
185
  blueprint?: any;
186
- blueprintType?: any;
187
186
  colorSchemaType?: any;
187
+ blueprintType?: any;
188
188
  colors?: any;
189
189
  } & {
190
190
  class?: String | String[];
@@ -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[];
@@ -79,8 +79,8 @@ declare const _default: {
79
79
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
80
80
  container?: any;
81
81
  blueprint?: any;
82
- blueprintType?: any;
83
82
  colorSchemaType?: any;
83
+ blueprintType?: any;
84
84
  colors?: any;
85
85
  }, {}, string, {}> & {
86
86
  beforeCreate?: (() => void) | (() => void)[];
@@ -129,15 +129,15 @@ declare const _default: {
129
129
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
130
130
  container?: any;
131
131
  blueprint?: any;
132
- blueprintType?: any;
133
132
  colorSchemaType?: any;
133
+ blueprintType?: any;
134
134
  colors?: any;
135
135
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
136
136
  propsDefinition: Omit<Readonly<{
137
137
  container?: any;
138
138
  blueprint?: any;
139
- blueprintType?: any;
140
139
  colorSchemaType?: any;
140
+ blueprintType?: any;
141
141
  colors?: any;
142
142
  } & {
143
143
  class?: String | String[];
@@ -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 nav?: boolean;
12
12
  style?: unknown;
@@ -97,8 +97,8 @@ declare const _default: {
97
97
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
98
  container?: any;
99
99
  blueprint?: any;
100
- blueprintType?: any;
101
100
  colorSchemaType?: any;
101
+ blueprintType?: any;
102
102
  colors?: any;
103
103
  }, {}, string, {}> & {
104
104
  beforeCreate?: (() => void) | (() => void)[];
@@ -175,15 +175,15 @@ declare const _default: {
175
175
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
176
176
  container?: any;
177
177
  blueprint?: any;
178
- blueprintType?: any;
179
178
  colorSchemaType?: any;
179
+ blueprintType?: any;
180
180
  colors?: any;
181
181
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
182
182
  propsDefinition: Omit<Readonly<{
183
183
  container?: any;
184
184
  blueprint?: any;
185
- blueprintType?: any;
186
185
  colorSchemaType?: any;
186
+ blueprintType?: any;
187
187
  colors?: any;
188
188
  } & {
189
189
  nav?: boolean;
@@ -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 title?: VNodeChild;
15
15
  style?: unknown;
@@ -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)[];
@@ -215,15 +215,15 @@ declare const _default: {
215
215
  }, string, {
216
216
  container?: any;
217
217
  blueprint?: any;
218
- blueprintType?: any;
219
218
  colorSchemaType?: any;
219
+ blueprintType?: any;
220
220
  colors?: any;
221
221
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
222
222
  propsDefinition: Omit<Readonly<{
223
223
  container?: any;
224
224
  blueprint?: any;
225
- blueprintType?: any;
226
225
  colorSchemaType?: any;
226
+ blueprintType?: any;
227
227
  colors?: any;
228
228
  } & {
229
229
  title?: VNodeChild;
@@ -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[];
@@ -97,8 +97,8 @@ declare const _default: {
97
97
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
98
  container?: any;
99
99
  blueprint?: any;
100
- blueprintType?: any;
101
100
  colorSchemaType?: any;
101
+ blueprintType?: any;
102
102
  colors?: any;
103
103
  }, {}, string, {}> & {
104
104
  beforeCreate?: (() => void) | (() => void)[];
@@ -175,15 +175,15 @@ declare const _default: {
175
175
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
176
176
  container?: any;
177
177
  blueprint?: any;
178
- blueprintType?: any;
179
178
  colorSchemaType?: any;
179
+ blueprintType?: any;
180
180
  colors?: any;
181
181
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
182
182
  propsDefinition: Omit<Readonly<{
183
183
  container?: any;
184
184
  blueprint?: any;
185
- blueprintType?: any;
186
185
  colorSchemaType?: any;
186
+ blueprintType?: any;
187
187
  colors?: any;
188
188
  } & {
189
189
  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[];
@@ -146,8 +146,8 @@ 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, {}> & {
153
153
  beforeCreate?: (() => void) | (() => void)[];
@@ -289,15 +289,15 @@ declare const _default: {
289
289
  }, string, {
290
290
  container?: any;
291
291
  blueprint?: any;
292
- blueprintType?: any;
293
292
  colorSchemaType?: any;
293
+ blueprintType?: any;
294
294
  colors?: any;
295
295
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
296
296
  propsDefinition: Omit<Readonly<{
297
297
  container?: any;
298
298
  blueprint?: any;
299
- blueprintType?: any;
300
299
  colorSchemaType?: any;
300
+ blueprintType?: any;
301
301
  colors?: any;
302
302
  } & {
303
303
  class?: String | String[];
@@ -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[];
@@ -111,8 +111,8 @@ declare const _default: {
111
111
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
112
112
  container?: any;
113
113
  blueprint?: any;
114
- blueprintType?: any;
115
114
  colorSchemaType?: any;
115
+ blueprintType?: any;
116
116
  colors?: any;
117
117
  }, {}, string, {}> & {
118
118
  beforeCreate?: (() => void) | (() => void)[];
@@ -211,15 +211,15 @@ declare const _default: {
211
211
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
212
212
  container?: any;
213
213
  blueprint?: any;
214
- blueprintType?: any;
215
214
  colorSchemaType?: any;
215
+ blueprintType?: any;
216
216
  colors?: any;
217
217
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
218
218
  propsDefinition: Omit<Readonly<{
219
219
  container?: any;
220
220
  blueprint?: any;
221
- blueprintType?: any;
222
221
  colorSchemaType?: any;
222
+ blueprintType?: any;
223
223
  colors?: any;
224
224
  } & {
225
225
  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
  readonly title?: string;
13
13
  style?: unknown;
@@ -60,8 +60,8 @@ declare const _default: {
60
60
  readonly filled?: boolean;
61
61
  readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
62
62
  readonly divider?: "bottom" | "top" | "top bottom";
63
- readonly toned?: boolean;
64
63
  readonly grow?: boolean;
64
+ readonly toned?: boolean;
65
65
  readonly grouped?: boolean;
66
66
  readonly alignY?: "center" | "bottom" | "top";
67
67
  readonly alignX?: "left" | "center" | "right";
@@ -134,8 +134,8 @@ declare const _default: {
134
134
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
135
135
  container?: any;
136
136
  blueprint?: any;
137
- blueprintType?: any;
138
137
  colorSchemaType?: any;
138
+ blueprintType?: any;
139
139
  colors?: any;
140
140
  }, {}, string, {}> & {
141
141
  beforeCreate?: (() => void) | (() => void)[];
@@ -266,15 +266,15 @@ declare const _default: {
266
266
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
267
267
  container?: any;
268
268
  blueprint?: any;
269
- blueprintType?: any;
270
269
  colorSchemaType?: any;
270
+ blueprintType?: any;
271
271
  colors?: any;
272
272
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
273
273
  propsDefinition: Omit<Readonly<{
274
274
  container?: any;
275
275
  blueprint?: any;
276
- blueprintType?: any;
277
276
  colorSchemaType?: any;
277
+ blueprintType?: any;
278
278
  colors?: any;
279
279
  } & {
280
280
  title?: string;
@@ -285,8 +285,8 @@ declare const _default: {
285
285
  filled?: boolean;
286
286
  variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
287
287
  divider?: "bottom" | "top" | "top bottom";
288
- toned?: boolean;
289
288
  grow?: boolean;
289
+ toned?: boolean;
290
290
  grouped?: boolean;
291
291
  alignY?: "center" | "bottom" | "top";
292
292
  alignX?: "left" | "center" | "right";
@@ -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 value?: any;
14
14
  readonly label?: string;
@@ -89,8 +89,8 @@ declare const _default: {
89
89
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
90
90
  container?: any;
91
91
  blueprint?: any;
92
- blueprintType?: any;
93
92
  colorSchemaType?: any;
93
+ blueprintType?: any;
94
94
  colors?: any;
95
95
  }, {}, string, {}> & {
96
96
  beforeCreate?: (() => void) | (() => void)[];
@@ -151,15 +151,15 @@ declare const _default: {
151
151
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
152
152
  container?: any;
153
153
  blueprint?: any;
154
- blueprintType?: any;
155
154
  colorSchemaType?: any;
155
+ blueprintType?: any;
156
156
  colors?: any;
157
157
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
158
158
  propsDefinition: Omit<Readonly<{
159
159
  container?: any;
160
160
  blueprint?: any;
161
- blueprintType?: any;
162
161
  colorSchemaType?: any;
162
+ blueprintType?: any;
163
163
  colors?: any;
164
164
  } & {
165
165
  value?: any;
@@ -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[];
@@ -103,8 +103,8 @@ declare const _default: {
103
103
  }, string, {
104
104
  container?: any;
105
105
  blueprint?: any;
106
- blueprintType?: any;
107
106
  colorSchemaType?: any;
107
+ blueprintType?: any;
108
108
  colors?: any;
109
109
  }, {}, string, {}> & {
110
110
  beforeCreate?: (() => void) | (() => void)[];
@@ -189,15 +189,15 @@ declare const _default: {
189
189
  }, string, {
190
190
  container?: any;
191
191
  blueprint?: any;
192
- blueprintType?: any;
193
192
  colorSchemaType?: any;
193
+ blueprintType?: any;
194
194
  colors?: any;
195
195
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
196
196
  propsDefinition: Omit<Readonly<{
197
197
  container?: any;
198
198
  blueprint?: any;
199
- blueprintType?: any;
200
199
  colorSchemaType?: any;
200
+ blueprintType?: any;
201
201
  colors?: any;
202
202
  } & {
203
203
  class?: String | String[];