@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 label?: string;
13
13
  style?: unknown;
@@ -107,8 +107,8 @@ declare const _default: {
107
107
  }, 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
  }, 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
  label?: string;
@@ -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;
@@ -115,8 +115,8 @@ declare const _default: {
115
115
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
116
116
  container?: any;
117
117
  blueprint?: any;
118
- blueprintType?: any;
119
118
  colorSchemaType?: any;
119
+ blueprintType?: any;
120
120
  colors?: any;
121
121
  }, {}, string, {}> & {
122
122
  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
  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[];
@@ -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)[];
@@ -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
  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[];
@@ -85,8 +85,8 @@ declare const _default: {
85
85
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
86
86
  container?: any;
87
87
  blueprint?: any;
88
- blueprintType?: any;
89
88
  colorSchemaType?: any;
89
+ blueprintType?: any;
90
90
  colors?: any;
91
91
  }, {}, string, {}> & {
92
92
  beforeCreate?: (() => void) | (() => void)[];
@@ -145,15 +145,15 @@ declare const _default: {
145
145
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
146
146
  container?: any;
147
147
  blueprint?: any;
148
- blueprintType?: any;
149
148
  colorSchemaType?: any;
149
+ blueprintType?: any;
150
150
  colors?: any;
151
151
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
152
152
  propsDefinition: Omit<Readonly<{
153
153
  container?: any;
154
154
  blueprint?: any;
155
- blueprintType?: any;
156
155
  colorSchemaType?: any;
156
+ blueprintType?: any;
157
157
  colors?: any;
158
158
  } & {
159
159
  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 typography?: TypographyType | TypographyTypes;
13
13
  style?: unknown;
@@ -116,8 +116,8 @@ declare const _default: {
116
116
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
117
117
  container?: any;
118
118
  blueprint?: any;
119
- blueprintType?: any;
120
119
  colorSchemaType?: any;
120
+ blueprintType?: any;
121
121
  colors?: any;
122
122
  }, {}, string, {}> & {
123
123
  beforeCreate?: (() => void) | (() => void)[];
@@ -222,15 +222,15 @@ declare const _default: {
222
222
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
223
223
  container?: any;
224
224
  blueprint?: any;
225
- blueprintType?: any;
226
225
  colorSchemaType?: any;
226
+ blueprintType?: any;
227
227
  colors?: any;
228
228
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
229
229
  propsDefinition: Omit<Readonly<{
230
230
  container?: any;
231
231
  blueprint?: any;
232
- blueprintType?: any;
233
232
  colorSchemaType?: any;
233
+ blueprintType?: any;
234
234
  colors?: any;
235
235
  } & {
236
236
  typography?: TypographyType | TypographyTypes;
@@ -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 label?: string;
13
13
  style?: unknown;
@@ -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)[];
@@ -243,15 +243,15 @@ declare const _default: {
243
243
  }, string, {
244
244
  container?: any;
245
245
  blueprint?: any;
246
- blueprintType?: any;
247
246
  colorSchemaType?: any;
247
+ blueprintType?: any;
248
248
  colors?: any;
249
249
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
250
250
  propsDefinition: Omit<Readonly<{
251
251
  container?: any;
252
252
  blueprint?: any;
253
- blueprintType?: any;
254
253
  colorSchemaType?: any;
254
+ blueprintType?: any;
255
255
  colors?: any;
256
256
  } & {
257
257
  label?: 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 label?: string;
14
14
  style?: unknown;
@@ -90,7 +90,7 @@ declare const _default: {
90
90
  }>;
91
91
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
92
92
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
93
- $emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "update:focused", value: boolean) => void) & ((event: "click:clear") => void) & ((event: "click:button") => void);
93
+ $emit: ((event: "doc$", description?: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "update:focused", value: boolean) => void) & ((event: "click:button") => void) & ((event: "click:clear") => void);
94
94
  $el: any;
95
95
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
96
96
  persistentHint: {
@@ -180,8 +180,8 @@ declare const _default: {
180
180
  }, string, {
181
181
  container?: any;
182
182
  blueprint?: any;
183
- blueprintType?: any;
184
183
  colorSchemaType?: any;
184
+ blueprintType?: any;
185
185
  colors?: any;
186
186
  }, {}, string, {}> & {
187
187
  beforeCreate?: (() => void) | (() => void)[];
@@ -372,15 +372,15 @@ declare const _default: {
372
372
  }, string, {
373
373
  container?: any;
374
374
  blueprint?: any;
375
- blueprintType?: any;
376
375
  colorSchemaType?: any;
376
+ blueprintType?: any;
377
377
  colors?: any;
378
378
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
379
379
  propsDefinition: Omit<Readonly<{
380
380
  container?: any;
381
381
  blueprint?: any;
382
- blueprintType?: any;
383
382
  colorSchemaType?: any;
383
+ blueprintType?: any;
384
384
  colors?: any;
385
385
  } & {
386
386
  label?: 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;
@@ -66,8 +66,8 @@ declare const _default: {
66
66
  readonly variant?: "default" | "blade";
67
67
  readonly subTitle?: string;
68
68
  "onClick:close"?: () => any;
69
- readonly backButton?: boolean;
70
69
  "onClick:back"?: () => any;
70
+ readonly backButton?: boolean;
71
71
  };
72
72
  $attrs: {
73
73
  [x: string]: unknown;
@@ -125,8 +125,8 @@ declare const _default: {
125
125
  }, string, {
126
126
  container?: any;
127
127
  blueprint?: any;
128
- blueprintType?: any;
129
128
  colorSchemaType?: any;
129
+ blueprintType?: any;
130
130
  colors?: any;
131
131
  }, {}, string, {}> & {
132
132
  beforeCreate?: (() => void) | (() => void)[];
@@ -232,15 +232,15 @@ 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, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
239
239
  propsDefinition: Omit<Readonly<{
240
240
  container?: any;
241
241
  blueprint?: any;
242
- blueprintType?: any;
243
242
  colorSchemaType?: any;
243
+ blueprintType?: any;
244
244
  colors?: any;
245
245
  } & {
246
246
  title?: string;
@@ -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
  style?: unknown;
17
17
  class?: unknown;
@@ -121,8 +121,8 @@ declare const _default: {
121
121
  }, 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)[];
@@ -219,15 +219,15 @@ declare const _default: {
219
219
  }, string, {
220
220
  container?: any;
221
221
  blueprint?: any;
222
- blueprintType?: any;
223
222
  colorSchemaType?: any;
223
+ blueprintType?: any;
224
224
  colors?: any;
225
225
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
226
226
  propsDefinition: Omit<Readonly<{
227
227
  container?: any;
228
228
  blueprint?: any;
229
- blueprintType?: any;
230
229
  colorSchemaType?: any;
230
+ blueprintType?: any;
231
231
  colors?: any;
232
232
  } & {
233
233
  multiple?: boolean;
@@ -56,6 +56,7 @@ declare const _default: {
56
56
  readonly settings?: PermissionInputSettings;
57
57
  readonly getApi?: (api: IPermissionInputApi) => void;
58
58
  readonly "get-api"?: (api: IPermissionInputApi) => void;
59
+ readonly "service-id"?: unknown;
59
60
  readonly contextParams?: {
60
61
  [key: string]: string | number;
61
62
  };
@@ -67,7 +68,6 @@ declare const _default: {
67
68
  readonly onValueUpdating?: () => Promise<void>;
68
69
  readonly "on-value-updating"?: () => Promise<void>;
69
70
  readonly hideSaveButton?: boolean;
70
- readonly "service-id"?: unknown;
71
71
  readonly dataSource?: {
72
72
  [roleId: string]: PermissionBinding[];
73
73
  };
@@ -293,6 +293,7 @@ declare const _default: {
293
293
  settings?: PermissionInputSettings;
294
294
  getApi?: (api: IPermissionInputApi) => void;
295
295
  "get-api"?: (api: IPermissionInputApi) => void;
296
+ "service-id"?: unknown;
296
297
  contextParams?: {
297
298
  [key: string]: string | number;
298
299
  };
@@ -304,7 +305,6 @@ declare const _default: {
304
305
  onValueUpdating?: () => Promise<void>;
305
306
  "on-value-updating"?: () => Promise<void>;
306
307
  hideSaveButton?: boolean;
307
- "service-id"?: unknown;
308
308
  dataSource?: {
309
309
  [roleId: string]: PermissionBinding[];
310
310
  };
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ container: {
3
+ fontSize: number;
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,91 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: {
6
+ style?: unknown;
7
+ class?: unknown;
8
+ key?: string | number | symbol;
9
+ ref?: import("vue").VNodeRef;
10
+ ref_for?: boolean;
11
+ ref_key?: string;
12
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
+ [key: string]: any;
16
+ }>) => void)[];
17
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
+ [key: string]: any;
19
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
+ [key: string]: any;
21
+ }>) => void)[];
22
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>) => void)[];
31
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
+ [key: string]: any;
37
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void)[];
40
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void)[];
45
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>) => void)[];
50
+ };
51
+ $attrs: {
52
+ [x: string]: unknown;
53
+ };
54
+ $refs: {
55
+ [x: string]: unknown;
56
+ };
57
+ $slots: Readonly<{
58
+ [name: string]: import("vue").Slot<any>;
59
+ }>;
60
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
61
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
62
+ $emit: (event: string, ...args: any[]) => void;
63
+ $el: any;
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
65
+ beforeCreate?: (() => void) | (() => void)[];
66
+ created?: (() => void) | (() => void)[];
67
+ beforeMount?: (() => void) | (() => void)[];
68
+ mounted?: (() => void) | (() => void)[];
69
+ beforeUpdate?: (() => void) | (() => void)[];
70
+ updated?: (() => void) | (() => void)[];
71
+ activated?: (() => void) | (() => void)[];
72
+ deactivated?: (() => void) | (() => void)[];
73
+ beforeDestroy?: (() => void) | (() => void)[];
74
+ beforeUnmount?: (() => void) | (() => void)[];
75
+ destroyed?: (() => void) | (() => void)[];
76
+ unmounted?: (() => void) | (() => void)[];
77
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
78
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
79
+ 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)[];
80
+ };
81
+ $forceUpdate: () => void;
82
+ $nextTick: typeof import("vue").nextTick;
83
+ $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;
84
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
85
+ __isFragment?: never;
86
+ __isTeleport?: never;
87
+ __isSuspense?: never;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
90
+ };
91
+ export default _default;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ container: {
3
+ fontSize: number;
4
+ };
5
+ };
6
+ export default _default;
@@ -0,0 +1,95 @@
1
+ import { VelcronAppDefinition } from "@omnia/fx/models";
2
+ export interface PropertyBlockBlockSettings {
3
+ definition: VelcronAppDefinition<any>;
4
+ }
5
+ declare const _default: {
6
+ new (...args: any[]): {
7
+ $: import("vue").ComponentInternalInstance;
8
+ $data: {};
9
+ $props: {
10
+ style?: unknown;
11
+ class?: unknown;
12
+ key?: string | number | symbol;
13
+ ref?: import("vue").VNodeRef;
14
+ ref_for?: boolean;
15
+ ref_key?: string;
16
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
+ [key: string]: any;
18
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void)[];
21
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
+ [key: string]: any;
23
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>) => void)[];
26
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
+ [key: string]: any;
32
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>) => void)[];
35
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
+ [key: string]: any;
37
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
+ [key: string]: any;
41
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void)[];
44
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void)[];
49
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
+ [key: string]: any;
53
+ }>) => void)[];
54
+ };
55
+ $attrs: {
56
+ [x: string]: unknown;
57
+ };
58
+ $refs: {
59
+ [x: string]: unknown;
60
+ };
61
+ $slots: Readonly<{
62
+ [name: string]: import("vue").Slot<any>;
63
+ }>;
64
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
65
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
66
+ $emit: (event: string, ...args: any[]) => void;
67
+ $el: any;
68
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
69
+ beforeCreate?: (() => void) | (() => void)[];
70
+ created?: (() => void) | (() => void)[];
71
+ beforeMount?: (() => void) | (() => void)[];
72
+ mounted?: (() => void) | (() => void)[];
73
+ beforeUpdate?: (() => void) | (() => void)[];
74
+ updated?: (() => void) | (() => void)[];
75
+ activated?: (() => void) | (() => void)[];
76
+ deactivated?: (() => void) | (() => void)[];
77
+ beforeDestroy?: (() => void) | (() => void)[];
78
+ beforeUnmount?: (() => void) | (() => void)[];
79
+ destroyed?: (() => void) | (() => void)[];
80
+ unmounted?: (() => void) | (() => void)[];
81
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
82
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
83
+ 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)[];
84
+ };
85
+ $forceUpdate: () => void;
86
+ $nextTick: typeof import("vue").nextTick;
87
+ $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;
88
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
89
+ __isFragment?: never;
90
+ __isTeleport?: never;
91
+ __isSuspense?: never;
92
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
93
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
94
+ };
95
+ 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
  readonly text?: string;
13
13
  style?: unknown;
@@ -90,8 +90,8 @@ declare const _default: {
90
90
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
91
91
  container?: any;
92
92
  blueprint?: any;
93
- blueprintType?: any;
94
93
  colorSchemaType?: any;
94
+ blueprintType?: any;
95
95
  colors?: any;
96
96
  }, {}, string, {}> & {
97
97
  beforeCreate?: (() => void) | (() => void)[];
@@ -154,15 +154,15 @@ declare const _default: {
154
154
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
155
155
  container?: any;
156
156
  blueprint?: any;
157
- blueprintType?: any;
158
157
  colorSchemaType?: any;
158
+ blueprintType?: any;
159
159
  colors?: any;
160
160
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
161
161
  propsDefinition: Omit<Readonly<{
162
162
  container?: any;
163
163
  blueprint?: any;
164
- blueprintType?: any;
165
164
  colorSchemaType?: any;
165
+ blueprintType?: any;
166
166
  colors?: any;
167
167
  } & {
168
168
  text?: string;