@omnia/fx 8.0.37-vnext → 8.0.39-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 (80) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
  4. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +40 -0
  6. package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -6
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +0 -2
  10. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +0 -14
  14. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +36 -2
  15. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +3 -0
  16. package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -0
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -14
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -14
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -14
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -14
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -14
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -14
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -14
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -14
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -14
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -21
  29. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +15 -29
  31. package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
  32. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +103 -29
  33. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -14
  34. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +0 -14
  35. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -49
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +0 -14
  37. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -29
  38. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -19
  39. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -14
  40. package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.d.ts → hostprovider/HostProvider.d.ts} +60 -124
  41. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -24
  42. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
  43. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -14
  44. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -24
  45. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -19
  46. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -14
  47. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -19
  48. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +10 -24
  49. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +25 -39
  50. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -14
  51. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +0 -14
  52. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -19
  53. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +0 -14
  54. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -14
  55. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +0 -14
  56. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -19
  57. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -19
  59. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -14
  60. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -14
  61. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +0 -14
  62. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -24
  63. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -25
  64. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -14
  65. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -14
  66. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -14
  67. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -14
  68. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +0 -14
  69. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -14
  70. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -14
  71. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -14
  72. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -14
  73. package/internal-do-not-import-from-here/wctypings.d.ts +4 -4
  74. package/package.json +2 -2
  75. package/internal-do-not-import-from-here/console/components/MessageOverlay.css.d.ts +0 -1
  76. package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +0 -92
  77. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +0 -1
  78. package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +0 -1
  79. package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/{ux/oxide/btntoggle/docs/ButtonIntro.d.ts → console/components/SocketComponent.d.ts} +0 -0
@@ -3,17 +3,10 @@ declare const _default: {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
5
  $props: {
6
- container?: any;
7
- host?: any;
8
- blueprint?: any;
9
- colorSchemaType?: any;
10
- blueprintType?: any;
11
- colors?: any;
12
- hostContainer?: any;
13
6
  style?: unknown;
14
- class?: String | String[];
7
+ class?: unknown;
8
+ readonly host?: "admin" | "editor" | "docs";
15
9
  key?: string | number | symbol;
16
- readonly mandatory?: boolean;
17
10
  ref?: import("vue").VNodeRef;
18
11
  ref_for?: boolean;
19
12
  ref_key?: string;
@@ -55,11 +48,10 @@ declare const _default: {
55
48
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
49
  [key: string]: any;
57
50
  }>) => void)[];
58
- readonly "onUpdate:modelValue"?: (value: any) => any;
59
- readonly "v-model"?: any;
60
- readonly modelValue?: any;
61
- readonly variant?: string;
62
- readonly toned?: boolean;
51
+ readonly force?: boolean;
52
+ readonly componentHost?: "dialog" | "drawer" | "expansion-panel" | "blade" | "app";
53
+ readonly variant?: "footer" | "header" | "content" | "navigation" | "settings";
54
+ readonly "component-host"?: "dialog" | "drawer" | "expansion-panel" | "blade" | "app";
63
55
  };
64
56
  $attrs: {
65
57
  [x: string]: unknown;
@@ -75,48 +67,30 @@ declare const _default: {
75
67
  $emit: (event: string, ...args: any[]) => void;
76
68
  $el: any;
77
69
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
78
- variant: {
79
- type: import("vue").PropType<string>;
80
- };
81
- toned: {
70
+ force: {
82
71
  type: import("vue").PropType<boolean>;
83
72
  } & {
84
73
  type: import("vue").PropType<boolean>;
85
74
  };
86
- mandatory: {
87
- type: import("vue").PropType<boolean>;
88
- };
89
- "onUpdate:modelValue": {
90
- type: import("vue").PropType<(value: any) => any>;
75
+ variant: {
76
+ type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings">;
77
+ } & {
78
+ type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings">;
91
79
  };
92
- "v-model": {
93
- type: import("vue").PropType<any>;
94
- required: false;
80
+ "component-host": {
81
+ type: import("vue").PropType<"dialog" | "drawer" | "expansion-panel" | "blade" | "app">;
95
82
  };
96
- modelValue: {
97
- type: import("vue").PropType<any>;
98
- required: false;
83
+ componentHost: {
84
+ type: import("vue").PropType<"dialog" | "drawer" | "expansion-panel" | "blade" | "app">;
99
85
  };
100
- class: {
101
- type: import("vue").PropType<String | String[]>;
102
- required: boolean;
86
+ host: {
87
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
88
+ } & {
89
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
103
90
  };
104
- colorSchemaType?: any;
105
- container?: any;
106
- colors?: any;
107
- blueprintType?: any;
108
- blueprint?: any;
109
- host?: any;
110
- hostContainer?: any;
111
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
112
- container?: any;
113
- host?: any;
114
- blueprint?: any;
115
- colorSchemaType?: any;
116
- blueprintType?: any;
117
- colors?: any;
118
- hostContainer?: any;
119
- }, {}, string, {}> & {
91
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
92
+ [key: string]: any;
93
+ }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
120
94
  beforeCreate?: (() => void) | (() => void)[];
121
95
  created?: (() => void) | (() => void)[];
122
96
  beforeMount?: (() => void) | (() => void)[];
@@ -137,102 +111,64 @@ declare const _default: {
137
111
  $nextTick: typeof import("vue").nextTick;
138
112
  $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;
139
113
  } & Readonly<import("vue").ExtractPropTypes<{
140
- variant: {
141
- type: import("vue").PropType<string>;
142
- };
143
- toned: {
114
+ force: {
144
115
  type: import("vue").PropType<boolean>;
145
116
  } & {
146
117
  type: import("vue").PropType<boolean>;
147
118
  };
148
- mandatory: {
149
- type: import("vue").PropType<boolean>;
150
- };
151
- "onUpdate:modelValue": {
152
- type: import("vue").PropType<(value: any) => any>;
119
+ variant: {
120
+ type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings">;
121
+ } & {
122
+ type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings">;
153
123
  };
154
- "v-model": {
155
- type: import("vue").PropType<any>;
156
- required: false;
124
+ "component-host": {
125
+ type: import("vue").PropType<"dialog" | "drawer" | "expansion-panel" | "blade" | "app">;
157
126
  };
158
- modelValue: {
159
- type: import("vue").PropType<any>;
160
- required: false;
127
+ componentHost: {
128
+ type: import("vue").PropType<"dialog" | "drawer" | "expansion-panel" | "blade" | "app">;
161
129
  };
162
- class: {
163
- type: import("vue").PropType<String | String[]>;
164
- required: boolean;
130
+ host: {
131
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
132
+ } & {
133
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
165
134
  };
166
- colorSchemaType?: any;
167
- container?: any;
168
- colors?: any;
169
- blueprintType?: any;
170
- blueprint?: any;
171
- host?: any;
172
- hostContainer?: any;
173
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
135
+ }>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
136
+ [key: string]: any;
137
+ }>[]> & {} & import("vue").ComponentCustomProperties & {};
174
138
  __isFragment?: never;
175
139
  __isTeleport?: never;
176
140
  __isSuspense?: never;
177
141
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
178
- variant: {
179
- type: import("vue").PropType<string>;
180
- };
181
- toned: {
142
+ force: {
182
143
  type: import("vue").PropType<boolean>;
183
144
  } & {
184
145
  type: import("vue").PropType<boolean>;
185
146
  };
186
- mandatory: {
187
- type: import("vue").PropType<boolean>;
188
- };
189
- "onUpdate:modelValue": {
190
- type: import("vue").PropType<(value: any) => any>;
191
- };
192
- "v-model": {
193
- type: import("vue").PropType<any>;
194
- required: false;
147
+ variant: {
148
+ type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings">;
149
+ } & {
150
+ type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings">;
195
151
  };
196
- modelValue: {
197
- type: import("vue").PropType<any>;
198
- required: false;
152
+ "component-host": {
153
+ type: import("vue").PropType<"dialog" | "drawer" | "expansion-panel" | "blade" | "app">;
199
154
  };
200
- class: {
201
- type: import("vue").PropType<String | String[]>;
202
- required: boolean;
155
+ componentHost: {
156
+ type: import("vue").PropType<"dialog" | "drawer" | "expansion-panel" | "blade" | "app">;
203
157
  };
204
- colorSchemaType?: any;
205
- container?: any;
206
- colors?: any;
207
- blueprintType?: any;
208
- blueprint?: any;
209
- host?: any;
210
- hostContainer?: any;
211
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
212
- container?: any;
213
- host?: any;
214
- blueprint?: any;
215
- colorSchemaType?: any;
216
- blueprintType?: any;
217
- colors?: any;
218
- hostContainer?: any;
219
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
220
- propsDefinition: Omit<Readonly<{
221
- container?: any;
222
- host?: any;
223
- blueprint?: any;
224
- colorSchemaType?: any;
225
- blueprintType?: any;
226
- colors?: any;
227
- hostContainer?: any;
158
+ host: {
159
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
228
160
  } & {
229
- class?: String | String[];
230
- mandatory?: boolean;
231
- "onUpdate:modelValue"?: (value: any) => any;
232
- "v-model"?: any;
233
- modelValue?: any;
234
- variant?: string;
235
- toned?: boolean;
161
+ type: import("vue").PropType<"admin" | "editor" | "docs">;
162
+ };
163
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
164
+ [key: string]: any;
165
+ }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
166
+ propsDefinition: Omit<Readonly<{} & {
167
+ host?: "admin" | "editor" | "docs";
168
+ force?: boolean;
169
+ componentHost?: "dialog" | "drawer" | "expansion-panel" | "blade" | "app";
170
+ variant?: "footer" | "header" | "content" | "navigation" | "settings";
171
+ "component-host"?: "dialog" | "drawer" | "expansion-panel" | "blade" | "app";
236
172
  }>, never>;
237
173
  };
238
174
  export default _default;
@@ -5,16 +5,14 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: {
7
7
  container?: any;
8
- host?: any;
9
8
  blueprint?: any;
10
9
  colorSchemaType?: any;
11
10
  blueprintType?: any;
12
11
  colors?: any;
13
- hostContainer?: any;
14
12
  style?: unknown;
15
13
  class?: String | String[];
16
14
  key?: string | number | symbol;
17
- readonly size?: string;
15
+ readonly size?: "small" | "default" | "x-small";
18
16
  readonly icon?: IIcon;
19
17
  ref?: import("vue").VNodeRef;
20
18
  ref_for?: boolean;
@@ -57,7 +55,7 @@ declare const _default: {
57
55
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
56
  [key: string]: any;
59
57
  }>) => void)[];
60
- readonly preset?: string;
58
+ readonly preset?: "code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand";
61
59
  readonly toned?: boolean;
62
60
  };
63
61
  $attrs: {
@@ -75,10 +73,10 @@ declare const _default: {
75
73
  $el: any;
76
74
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
77
75
  preset: {
78
- type: import("vue").PropType<string>;
76
+ type: import("vue").PropType<"code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand">;
79
77
  };
80
78
  size: {
81
- type: import("vue").PropType<string>;
79
+ type: import("vue").PropType<"small" | "default" | "x-small">;
82
80
  };
83
81
  toned: {
84
82
  type: import("vue").PropType<boolean>;
@@ -97,16 +95,12 @@ declare const _default: {
97
95
  colors?: any;
98
96
  blueprintType?: any;
99
97
  blueprint?: any;
100
- host?: any;
101
- hostContainer?: any;
102
98
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
103
99
  container?: any;
104
- host?: any;
105
100
  blueprint?: any;
106
101
  colorSchemaType?: any;
107
102
  blueprintType?: any;
108
103
  colors?: any;
109
- hostContainer?: any;
110
104
  }, {}, string, {}> & {
111
105
  beforeCreate?: (() => void) | (() => void)[];
112
106
  created?: (() => void) | (() => void)[];
@@ -129,10 +123,10 @@ declare const _default: {
129
123
  $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;
130
124
  } & Readonly<import("vue").ExtractPropTypes<{
131
125
  preset: {
132
- type: import("vue").PropType<string>;
126
+ type: import("vue").PropType<"code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand">;
133
127
  };
134
128
  size: {
135
- type: import("vue").PropType<string>;
129
+ type: import("vue").PropType<"small" | "default" | "x-small">;
136
130
  };
137
131
  toned: {
138
132
  type: import("vue").PropType<boolean>;
@@ -151,18 +145,16 @@ declare const _default: {
151
145
  colors?: any;
152
146
  blueprintType?: any;
153
147
  blueprint?: any;
154
- host?: any;
155
- hostContainer?: any;
156
148
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
157
149
  __isFragment?: never;
158
150
  __isTeleport?: never;
159
151
  __isSuspense?: never;
160
152
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
161
153
  preset: {
162
- type: import("vue").PropType<string>;
154
+ type: import("vue").PropType<"code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand">;
163
155
  };
164
156
  size: {
165
- type: import("vue").PropType<string>;
157
+ type: import("vue").PropType<"small" | "default" | "x-small">;
166
158
  };
167
159
  toned: {
168
160
  type: import("vue").PropType<boolean>;
@@ -181,30 +173,24 @@ declare const _default: {
181
173
  colors?: any;
182
174
  blueprintType?: any;
183
175
  blueprint?: any;
184
- host?: any;
185
- hostContainer?: any;
186
176
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
187
177
  container?: any;
188
- host?: any;
189
178
  blueprint?: any;
190
179
  colorSchemaType?: any;
191
180
  blueprintType?: any;
192
181
  colors?: any;
193
- hostContainer?: any;
194
182
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
195
183
  propsDefinition: Omit<Readonly<{
196
184
  container?: any;
197
- host?: any;
198
185
  blueprint?: any;
199
186
  colorSchemaType?: any;
200
187
  blueprintType?: any;
201
188
  colors?: any;
202
- hostContainer?: any;
203
189
  } & {
204
190
  class?: String | String[];
205
- size?: string;
191
+ size?: "small" | "default" | "x-small";
206
192
  icon?: IIcon;
207
- preset?: string;
193
+ preset?: "code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand";
208
194
  toned?: boolean;
209
195
  }>, never>;
210
196
  };
@@ -6,7 +6,7 @@ declare const _default: {
6
6
  style?: unknown;
7
7
  class?: unknown;
8
8
  key?: string | number | symbol;
9
- readonly aspectRatio?: string;
9
+ readonly aspectRatio?: "default" | "landscape";
10
10
  ref?: import("vue").VNodeRef;
11
11
  ref_for?: boolean;
12
12
  ref_key?: string;
@@ -68,7 +68,7 @@ declare const _default: {
68
68
  type: import("vue").PropType<string>;
69
69
  };
70
70
  aspectRatio: {
71
- type: import("vue").PropType<string>;
71
+ type: import("vue").PropType<"default" | "landscape">;
72
72
  };
73
73
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
74
74
  beforeCreate?: (() => void) | (() => void)[];
@@ -95,7 +95,7 @@ declare const _default: {
95
95
  type: import("vue").PropType<string>;
96
96
  };
97
97
  aspectRatio: {
98
- type: import("vue").PropType<string>;
98
+ type: import("vue").PropType<"default" | "landscape">;
99
99
  };
100
100
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
101
101
  __isFragment?: never;
@@ -106,11 +106,11 @@ declare const _default: {
106
106
  type: import("vue").PropType<string>;
107
107
  };
108
108
  aspectRatio: {
109
- type: import("vue").PropType<string>;
109
+ type: import("vue").PropType<"default" | "landscape">;
110
110
  };
111
111
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
112
112
  propsDefinition: Omit<Readonly<{} & {
113
- aspectRatio?: string;
113
+ aspectRatio?: "default" | "landscape";
114
114
  src?: string;
115
115
  }>, never>;
116
116
  };
@@ -4,12 +4,10 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
- host?: any;
8
7
  blueprint?: any;
9
8
  colorSchemaType?: any;
10
9
  blueprintType?: any;
11
10
  colors?: any;
12
- hostContainer?: any;
13
11
  style?: unknown;
14
12
  class?: String | String[];
15
13
  key?: string | number | symbol;
@@ -78,16 +76,12 @@ declare const _default: {
78
76
  colors?: any;
79
77
  blueprintType?: any;
80
78
  blueprint?: any;
81
- host?: any;
82
- hostContainer?: any;
83
79
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
84
80
  container?: any;
85
- host?: any;
86
81
  blueprint?: any;
87
82
  colorSchemaType?: any;
88
83
  blueprintType?: any;
89
84
  colors?: any;
90
- hostContainer?: any;
91
85
  }, {}, string, {}> & {
92
86
  beforeCreate?: (() => void) | (() => void)[];
93
87
  created?: (() => void) | (() => void)[];
@@ -118,8 +112,6 @@ declare const _default: {
118
112
  colors?: any;
119
113
  blueprintType?: any;
120
114
  blueprint?: any;
121
- host?: any;
122
- hostContainer?: any;
123
115
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
124
116
  __isFragment?: never;
125
117
  __isTeleport?: never;
@@ -134,25 +126,19 @@ declare const _default: {
134
126
  colors?: any;
135
127
  blueprintType?: any;
136
128
  blueprint?: any;
137
- host?: any;
138
- hostContainer?: any;
139
129
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
140
130
  container?: any;
141
- host?: any;
142
131
  blueprint?: any;
143
132
  colorSchemaType?: any;
144
133
  blueprintType?: any;
145
134
  colors?: any;
146
- hostContainer?: any;
147
135
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
148
136
  propsDefinition: Omit<Readonly<{
149
137
  container?: any;
150
- host?: any;
151
138
  blueprint?: any;
152
139
  colorSchemaType?: any;
153
140
  blueprintType?: any;
154
141
  colors?: any;
155
- hostContainer?: any;
156
142
  } & {
157
143
  class?: String | String[];
158
144
  }>, never>;
@@ -4,12 +4,10 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: {
6
6
  container?: any;
7
- host?: any;
8
7
  blueprint?: any;
9
8
  colorSchemaType?: any;
10
9
  blueprintType?: any;
11
10
  colors?: any;
12
- hostContainer?: any;
13
11
  readonly nav?: boolean;
14
12
  style?: unknown;
15
13
  class?: String | String[];
@@ -55,9 +53,9 @@ declare const _default: {
55
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
54
  [key: string]: any;
57
55
  }>) => void)[];
58
- readonly variant?: string;
56
+ readonly variant?: "default" | "navigation";
59
57
  readonly toned?: boolean;
60
- readonly lines?: string | boolean;
58
+ readonly lines?: false | "one" | "two" | "three";
61
59
  };
62
60
  $attrs: {
63
61
  [x: string]: unknown;
@@ -74,7 +72,7 @@ declare const _default: {
74
72
  $el: any;
75
73
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
76
74
  variant: {
77
- type: import("vue").PropType<string>;
75
+ type: import("vue").PropType<"default" | "navigation">;
78
76
  };
79
77
  toned: {
80
78
  type: import("vue").PropType<boolean>;
@@ -85,7 +83,7 @@ declare const _default: {
85
83
  type: import("vue").PropType<boolean>;
86
84
  };
87
85
  lines: {
88
- type: import("vue").PropType<string | boolean>;
86
+ type: import("vue").PropType<false | "one" | "two" | "three">;
89
87
  };
90
88
  class: {
91
89
  type: import("vue").PropType<String | String[]>;
@@ -96,16 +94,12 @@ declare const _default: {
96
94
  colors?: any;
97
95
  blueprintType?: any;
98
96
  blueprint?: any;
99
- host?: any;
100
- hostContainer?: any;
101
97
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
102
98
  container?: any;
103
- host?: any;
104
99
  blueprint?: any;
105
100
  colorSchemaType?: any;
106
101
  blueprintType?: any;
107
102
  colors?: any;
108
- hostContainer?: any;
109
103
  }, {}, string, {}> & {
110
104
  beforeCreate?: (() => void) | (() => void)[];
111
105
  created?: (() => void) | (() => void)[];
@@ -128,7 +122,7 @@ declare const _default: {
128
122
  $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;
129
123
  } & Readonly<import("vue").ExtractPropTypes<{
130
124
  variant: {
131
- type: import("vue").PropType<string>;
125
+ type: import("vue").PropType<"default" | "navigation">;
132
126
  };
133
127
  toned: {
134
128
  type: import("vue").PropType<boolean>;
@@ -139,7 +133,7 @@ declare const _default: {
139
133
  type: import("vue").PropType<boolean>;
140
134
  };
141
135
  lines: {
142
- type: import("vue").PropType<string | boolean>;
136
+ type: import("vue").PropType<false | "one" | "two" | "three">;
143
137
  };
144
138
  class: {
145
139
  type: import("vue").PropType<String | String[]>;
@@ -150,15 +144,13 @@ declare const _default: {
150
144
  colors?: any;
151
145
  blueprintType?: any;
152
146
  blueprint?: any;
153
- host?: any;
154
- hostContainer?: any;
155
147
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
156
148
  __isFragment?: never;
157
149
  __isTeleport?: never;
158
150
  __isSuspense?: never;
159
151
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
160
152
  variant: {
161
- type: import("vue").PropType<string>;
153
+ type: import("vue").PropType<"default" | "navigation">;
162
154
  };
163
155
  toned: {
164
156
  type: import("vue").PropType<boolean>;
@@ -169,7 +161,7 @@ declare const _default: {
169
161
  type: import("vue").PropType<boolean>;
170
162
  };
171
163
  lines: {
172
- type: import("vue").PropType<string | boolean>;
164
+ type: import("vue").PropType<false | "one" | "two" | "three">;
173
165
  };
174
166
  class: {
175
167
  type: import("vue").PropType<String | String[]>;
@@ -180,31 +172,25 @@ declare const _default: {
180
172
  colors?: any;
181
173
  blueprintType?: any;
182
174
  blueprint?: any;
183
- host?: any;
184
- hostContainer?: any;
185
175
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
186
176
  container?: any;
187
- host?: any;
188
177
  blueprint?: any;
189
178
  colorSchemaType?: any;
190
179
  blueprintType?: any;
191
180
  colors?: any;
192
- hostContainer?: any;
193
181
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
194
182
  propsDefinition: Omit<Readonly<{
195
183
  container?: any;
196
- host?: any;
197
184
  blueprint?: any;
198
185
  colorSchemaType?: any;
199
186
  blueprintType?: any;
200
187
  colors?: any;
201
- hostContainer?: any;
202
188
  } & {
203
189
  nav?: boolean;
204
190
  class?: String | String[];
205
- variant?: string;
191
+ variant?: "default" | "navigation";
206
192
  toned?: boolean;
207
- lines?: string | boolean;
193
+ lines?: false | "one" | "two" | "three";
208
194
  }>, never>;
209
195
  };
210
196
  export default _default;