@omnia/fx 8.0.88-vnext → 8.0.91-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 (132) hide show
  1. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
  2. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  3. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
  4. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
  5. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
  6. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
  7. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
  9. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  10. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
  11. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +67 -28
  12. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
  13. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
  14. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
  15. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  25. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  27. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
  31. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
  32. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
  34. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
  35. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
  37. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +18 -4
  39. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  42. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
  43. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
  44. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +26 -4
  46. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
  48. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
  49. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +43 -10
  51. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
  53. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
  54. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
  55. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
  56. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  57. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
  59. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  61. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
  62. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  64. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
  65. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  66. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
  67. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  68. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
  69. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
  70. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
  73. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -41
  75. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
  77. package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
  79. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +488 -0
  80. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
  82. package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
  84. package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +32 -32
  85. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  86. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
  87. package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +5 -0
  89. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +488 -0
  90. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
  91. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
  92. package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
  94. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
  95. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
  96. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
  97. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
  98. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
  99. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
  100. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
  101. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  102. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  103. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  104. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
  105. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
  107. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
  108. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
  111. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
  112. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
  113. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
  114. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
  115. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
  116. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
  117. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
  118. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
  119. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
  120. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
  121. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
  122. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
  123. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
  124. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
  125. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
  126. package/internal-do-not-import-from-here/wctypings.d.ts +1268 -250
  127. package/package.json +3 -3
  128. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
  129. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
  130. /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
@@ -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;
@@ -20,6 +20,7 @@ export type RowVariantType = typeof RowVariant[number];
20
20
  export interface IDataTableRowRenderer {
21
21
  value: any;
22
22
  index: number;
23
+ classes(classes: string): Omit<IDataTableRowRenderer, "classes">;
23
24
  disableNavigation(): any;
24
25
  select(selected: boolean): Omit<IDataTableRowRenderer, "select">;
25
26
  onClick(callback: () => void): Omit<IDataTableRowRenderer, "onClick">;
@@ -2,4 +2,5 @@ import { types } from "typestyle";
2
2
  export declare const QueryablePropertiesStyles: {
3
3
  disabled?: types.NestedCSSProperties;
4
4
  error?: types.NestedCSSProperties;
5
+ descriptionLabel?: types.NestedCSSProperties;
5
6
  };
@@ -9,6 +9,7 @@ export interface IValidationScope {
9
9
  export interface IValidatorBase extends IValidationScope {
10
10
  createRules(): IValidationRuleBuilder;
11
11
  overrideValidate(func: () => Promise<boolean>): any;
12
+ overrideResetValidation(func: () => void): void;
12
13
  }
13
14
  export interface IPublicValidator extends IValidatorBase {
14
15
  register(validation: IValidationScope): any;
@@ -28,6 +29,5 @@ export interface IValidationRuleBuilder {
28
29
  }
29
30
  export interface IInternalValidator extends IPublicValidator {
30
31
  builtinValidate(): Promise<boolean>;
31
- overrideResetValidation(func: () => void): void;
32
32
  builtinResetValidation(): void;
33
33
  }
@@ -1,5 +1,6 @@
1
1
  import { types } from "typestyle";
2
2
  export declare const EnterprisePropertyPickerStyles: {
3
+ container?: types.NestedCSSProperties;
3
4
  expansionGroupWrapper?: types.NestedCSSProperties;
4
5
  expansionGroupContent?: types.NestedCSSProperties;
5
6
  expansionGroupHeader?: types.NestedCSSProperties;
@@ -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";
@@ -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[];
@@ -52,6 +52,7 @@ declare const _default: {
52
52
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
53
  [key: string]: any;
54
54
  }>) => void)[];
55
+ readonly multiple?: boolean;
55
56
  readonly variant?: "navigation" | "default";
56
57
  readonly modelValue?: number | number[];
57
58
  readonly "onUpdate:modelValue"?: (value: number | number[]) => any;
@@ -72,6 +73,10 @@ declare const _default: {
72
73
  $emit: (event: string, ...args: any[]) => void;
73
74
  $el: any;
74
75
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
76
+ multiple: {
77
+ type: import("vue").PropType<boolean>;
78
+ required: false;
79
+ };
75
80
  expandAll: {
76
81
  type: import("vue").PropType<boolean>;
77
82
  };
@@ -101,8 +106,8 @@ declare const _default: {
101
106
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
102
107
  container?: any;
103
108
  blueprint?: any;
104
- blueprintType?: any;
105
109
  colorSchemaType?: any;
110
+ blueprintType?: any;
106
111
  colors?: any;
107
112
  }, {}, string, {}> & {
108
113
  beforeCreate?: (() => void) | (() => void)[];
@@ -125,6 +130,10 @@ declare const _default: {
125
130
  $nextTick: typeof import("vue").nextTick;
126
131
  $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;
127
132
  } & Readonly<import("vue").ExtractPropTypes<{
133
+ multiple: {
134
+ type: import("vue").PropType<boolean>;
135
+ required: false;
136
+ };
128
137
  expandAll: {
129
138
  type: import("vue").PropType<boolean>;
130
139
  };
@@ -156,6 +165,10 @@ declare const _default: {
156
165
  __isTeleport?: never;
157
166
  __isSuspense?: never;
158
167
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
168
+ multiple: {
169
+ type: import("vue").PropType<boolean>;
170
+ required: false;
171
+ };
159
172
  expandAll: {
160
173
  type: import("vue").PropType<boolean>;
161
174
  };
@@ -185,18 +198,19 @@ declare const _default: {
185
198
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
186
199
  container?: any;
187
200
  blueprint?: any;
188
- blueprintType?: any;
189
201
  colorSchemaType?: any;
202
+ blueprintType?: any;
190
203
  colors?: any;
191
204
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
192
205
  propsDefinition: Omit<Readonly<{
193
206
  container?: any;
194
207
  blueprint?: any;
195
- blueprintType?: any;
196
208
  colorSchemaType?: any;
209
+ blueprintType?: any;
197
210
  colors?: any;
198
211
  } & {
199
212
  class?: String | String[];
213
+ multiple?: boolean;
200
214
  variant?: "navigation" | "default";
201
215
  modelValue?: number | number[];
202
216
  "onUpdate:modelValue"?: (value: number | number[]) => any;
@@ -50,8 +50,8 @@ declare const _default: {
50
50
  }>) => void)[];
51
51
  readonly variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
52
52
  readonly force?: boolean;
53
- readonly componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
54
- readonly "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
53
+ readonly componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
54
+ readonly "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
55
55
  };
56
56
  $attrs: {
57
57
  [x: string]: unknown;
@@ -78,10 +78,10 @@ declare const _default: {
78
78
  type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
79
79
  };
80
80
  "component-host": {
81
- type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
81
+ type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
82
82
  };
83
83
  componentHost: {
84
- type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
84
+ type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
85
85
  };
86
86
  host: {
87
87
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -122,10 +122,10 @@ declare const _default: {
122
122
  type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
123
123
  };
124
124
  "component-host": {
125
- type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
125
+ type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
126
126
  };
127
127
  componentHost: {
128
- type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
128
+ type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
129
129
  };
130
130
  host: {
131
131
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -150,10 +150,10 @@ declare const _default: {
150
150
  type: import("vue").PropType<"navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
151
151
  };
152
152
  "component-host": {
153
- type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
153
+ type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
154
154
  };
155
155
  componentHost: {
156
- type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel">;
156
+ type: import("vue").PropType<"dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
157
157
  };
158
158
  host: {
159
159
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -167,8 +167,8 @@ declare const _default: {
167
167
  host?: "admin" | "editor" | "docs";
168
168
  variant?: "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
169
169
  force?: boolean;
170
- componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
171
- "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "omfx" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel";
170
+ componentHost?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
171
+ "component-host"?: "dialog" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
172
172
  }>, never>;
173
173
  };
174
174
  export default _default;
@@ -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[];