@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
@@ -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[];
@@ -53,6 +53,8 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
+ readonly maxHeight?: string | number;
57
+ readonly maxWidth?: string | number;
56
58
  readonly minHeight?: string | number;
57
59
  readonly minWidth?: string | number;
58
60
  readonly attach?: string | boolean | Element;
@@ -103,9 +105,15 @@ declare const _default: {
103
105
  closeDelay: {
104
106
  type: import("vue").PropType<string | number>;
105
107
  };
108
+ maxHeight: {
109
+ type: import("vue").PropType<string | number>;
110
+ };
106
111
  minHeight: {
107
112
  type: import("vue").PropType<string | number>;
108
113
  };
114
+ maxWidth: {
115
+ type: import("vue").PropType<string | number>;
116
+ };
109
117
  minWidth: {
110
118
  type: import("vue").PropType<string | number>;
111
119
  };
@@ -146,8 +154,8 @@ declare const _default: {
146
154
  }, string, {
147
155
  container?: any;
148
156
  blueprint?: any;
149
- blueprintType?: any;
150
157
  colorSchemaType?: any;
158
+ blueprintType?: any;
151
159
  colors?: any;
152
160
  }, {}, string, {}> & {
153
161
  beforeCreate?: (() => void) | (() => void)[];
@@ -188,9 +196,15 @@ declare const _default: {
188
196
  closeDelay: {
189
197
  type: import("vue").PropType<string | number>;
190
198
  };
199
+ maxHeight: {
200
+ type: import("vue").PropType<string | number>;
201
+ };
191
202
  minHeight: {
192
203
  type: import("vue").PropType<string | number>;
193
204
  };
205
+ maxWidth: {
206
+ type: import("vue").PropType<string | number>;
207
+ };
194
208
  minWidth: {
195
209
  type: import("vue").PropType<string | number>;
196
210
  };
@@ -246,9 +260,15 @@ declare const _default: {
246
260
  closeDelay: {
247
261
  type: import("vue").PropType<string | number>;
248
262
  };
263
+ maxHeight: {
264
+ type: import("vue").PropType<string | number>;
265
+ };
249
266
  minHeight: {
250
267
  type: import("vue").PropType<string | number>;
251
268
  };
269
+ maxWidth: {
270
+ type: import("vue").PropType<string | number>;
271
+ };
252
272
  minWidth: {
253
273
  type: import("vue").PropType<string | number>;
254
274
  };
@@ -289,18 +309,20 @@ declare const _default: {
289
309
  }, string, {
290
310
  container?: any;
291
311
  blueprint?: any;
292
- blueprintType?: any;
293
312
  colorSchemaType?: any;
313
+ blueprintType?: any;
294
314
  colors?: any;
295
315
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
296
316
  propsDefinition: Omit<Readonly<{
297
317
  container?: any;
298
318
  blueprint?: any;
299
- blueprintType?: any;
300
319
  colorSchemaType?: any;
320
+ blueprintType?: any;
301
321
  colors?: any;
302
322
  } & {
303
323
  class?: String | String[];
324
+ maxHeight?: string | number;
325
+ maxWidth?: string | number;
304
326
  minHeight?: string | number;
305
327
  minWidth?: string | number;
306
328
  attach?: string | boolean | Element;
@@ -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[];
@@ -20,8 +20,8 @@ declare const _default: {
20
20
  $props: {
21
21
  container?: any;
22
22
  blueprint?: any;
23
- blueprintType?: any;
24
23
  colorSchemaType?: any;
24
+ blueprintType?: any;
25
25
  colors?: any;
26
26
  readonly label?: string;
27
27
  style?: unknown;
@@ -76,11 +76,13 @@ declare const _default: {
76
76
  chip?: (item: RenderingItem, index: Number) => VNodeChild;
77
77
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
78
78
  };
79
- readonly variant?: "default" | "add" | "picker";
79
+ readonly variant?: "default" | "add" | "picker" | "combobox";
80
80
  readonly loading?: boolean;
81
81
  readonly readonly?: boolean;
82
82
  readonly modelValue?: any;
83
83
  readonly rules?: ValidationRule[];
84
+ readonly hint?: string;
85
+ readonly persistentHint?: boolean;
84
86
  "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
85
87
  readonly "v-model"?: any;
86
88
  readonly items?: any;
@@ -89,8 +91,9 @@ declare const _default: {
89
91
  readonly returnObject?: boolean;
90
92
  readonly clearable?: boolean;
91
93
  readonly toned?: boolean;
92
- "onClick:button"?: (value: any) => any;
94
+ readonly hideSelected?: boolean;
93
95
  readonly searchable?: boolean;
96
+ "onClick:button"?: (value: any) => any;
94
97
  };
95
98
  $attrs: {
96
99
  [x: string]: unknown;
@@ -112,6 +115,12 @@ declare const _default: {
112
115
  chip?: (item: RenderingItem, index: Number) => VNodeChild;
113
116
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
114
117
  }>;
118
+ hideSelected: {
119
+ type: import("vue").PropType<boolean>;
120
+ };
121
+ persistentHint: {
122
+ type: import("vue").PropType<boolean>;
123
+ };
115
124
  disabled: {
116
125
  type: import("vue").PropType<boolean>;
117
126
  required: false;
@@ -145,7 +154,7 @@ declare const _default: {
145
154
  required: false;
146
155
  };
147
156
  variant: {
148
- type: import("vue").PropType<"default" | "add" | "picker">;
157
+ type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
149
158
  };
150
159
  itemValue: {
151
160
  type: import("vue").PropType<any>;
@@ -156,6 +165,9 @@ declare const _default: {
156
165
  items: {
157
166
  type: import("vue").PropType<any>;
158
167
  };
168
+ hint: {
169
+ type: import("vue").PropType<string>;
170
+ };
159
171
  label: {
160
172
  type: import("vue").PropType<string>;
161
173
  };
@@ -192,8 +204,8 @@ declare const _default: {
192
204
  }, string, {
193
205
  container?: any;
194
206
  blueprint?: any;
195
- blueprintType?: any;
196
207
  colorSchemaType?: any;
208
+ blueprintType?: any;
197
209
  colors?: any;
198
210
  }, {}, string, {}> & {
199
211
  beforeCreate?: (() => void) | (() => void)[];
@@ -222,6 +234,12 @@ declare const _default: {
222
234
  chip?: (item: RenderingItem, index: Number) => VNodeChild;
223
235
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
224
236
  }>;
237
+ hideSelected: {
238
+ type: import("vue").PropType<boolean>;
239
+ };
240
+ persistentHint: {
241
+ type: import("vue").PropType<boolean>;
242
+ };
225
243
  disabled: {
226
244
  type: import("vue").PropType<boolean>;
227
245
  required: false;
@@ -255,7 +273,7 @@ declare const _default: {
255
273
  required: false;
256
274
  };
257
275
  variant: {
258
- type: import("vue").PropType<"default" | "add" | "picker">;
276
+ type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
259
277
  };
260
278
  itemValue: {
261
279
  type: import("vue").PropType<any>;
@@ -266,6 +284,9 @@ declare const _default: {
266
284
  items: {
267
285
  type: import("vue").PropType<any>;
268
286
  };
287
+ hint: {
288
+ type: import("vue").PropType<string>;
289
+ };
269
290
  label: {
270
291
  type: import("vue").PropType<string>;
271
292
  };
@@ -307,6 +328,12 @@ declare const _default: {
307
328
  chip?: (item: RenderingItem, index: Number) => VNodeChild;
308
329
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
309
330
  }>;
331
+ hideSelected: {
332
+ type: import("vue").PropType<boolean>;
333
+ };
334
+ persistentHint: {
335
+ type: import("vue").PropType<boolean>;
336
+ };
310
337
  disabled: {
311
338
  type: import("vue").PropType<boolean>;
312
339
  required: false;
@@ -340,7 +367,7 @@ declare const _default: {
340
367
  required: false;
341
368
  };
342
369
  variant: {
343
- type: import("vue").PropType<"default" | "add" | "picker">;
370
+ type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
344
371
  };
345
372
  itemValue: {
346
373
  type: import("vue").PropType<any>;
@@ -351,6 +378,9 @@ declare const _default: {
351
378
  items: {
352
379
  type: import("vue").PropType<any>;
353
380
  };
381
+ hint: {
382
+ type: import("vue").PropType<string>;
383
+ };
354
384
  label: {
355
385
  type: import("vue").PropType<string>;
356
386
  };
@@ -387,15 +417,15 @@ declare const _default: {
387
417
  }, string, {
388
418
  container?: any;
389
419
  blueprint?: any;
390
- blueprintType?: any;
391
420
  colorSchemaType?: any;
421
+ blueprintType?: any;
392
422
  colors?: any;
393
423
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
394
424
  propsDefinition: Omit<Readonly<{
395
425
  container?: any;
396
426
  blueprint?: any;
397
- blueprintType?: any;
398
427
  colorSchemaType?: any;
428
+ blueprintType?: any;
399
429
  colors?: any;
400
430
  } & {
401
431
  label?: string;
@@ -408,11 +438,13 @@ declare const _default: {
408
438
  chip?: (item: RenderingItem, index: Number) => VNodeChild;
409
439
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
410
440
  };
411
- variant?: "default" | "add" | "picker";
441
+ variant?: "default" | "add" | "picker" | "combobox";
412
442
  loading?: boolean;
413
443
  readonly?: boolean;
414
444
  modelValue?: any;
415
445
  rules?: ValidationRule[];
446
+ hint?: string;
447
+ persistentHint?: boolean;
416
448
  "onUpdate:modelValue"?: (value: any) => any;
417
449
  "v-model"?: any;
418
450
  items?: any;
@@ -421,6 +453,7 @@ declare const _default: {
421
453
  returnObject?: boolean;
422
454
  clearable?: boolean;
423
455
  toned?: boolean;
456
+ hideSelected?: boolean;
424
457
  searchable?: boolean;
425
458
  }>, "onUpdate:modelValue" | "onClick:button"> & {
426
459
  "onUpdate:modelValue"?: (value: any) => 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 label?: string;
12
12
  style?: unknown;
@@ -133,8 +133,8 @@ declare const _default: {
133
133
  }, string, {
134
134
  container?: any;
135
135
  blueprint?: any;
136
- blueprintType?: any;
137
136
  colorSchemaType?: any;
137
+ blueprintType?: any;
138
138
  colors?: any;
139
139
  }, {}, string, {}> & {
140
140
  beforeCreate?: (() => void) | (() => void)[];
@@ -265,15 +265,15 @@ declare const _default: {
265
265
  }, string, {
266
266
  container?: any;
267
267
  blueprint?: any;
268
- blueprintType?: any;
269
268
  colorSchemaType?: any;
269
+ blueprintType?: any;
270
270
  colors?: any;
271
271
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
272
272
  propsDefinition: Omit<Readonly<{
273
273
  container?: any;
274
274
  blueprint?: any;
275
- blueprintType?: any;
276
275
  colorSchemaType?: any;
276
+ blueprintType?: any;
277
277
  colors?: any;
278
278
  } & {
279
279
  label?: 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 text?: string;
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
  text?: string;