@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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +40 -0
- package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +36 -2
- package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -21
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +15 -29
- package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +103 -29
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -49
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -29
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.d.ts → hostprovider/HostProvider.d.ts} +60 -124
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +25 -39
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -19
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -24
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -14
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/console/components/MessageOverlay.css.d.ts +0 -1
- package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +0 -92
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/oxide/btntoggle/docs/ButtonIntro.d.ts → console/components/SocketComponent.d.ts} +0 -0
@@ -6,12 +6,10 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
|
-
host?: any;
|
10
9
|
blueprint?: any;
|
11
10
|
colorSchemaType?: any;
|
12
11
|
blueprintType?: any;
|
13
12
|
colors?: any;
|
14
|
-
hostContainer?: any;
|
15
13
|
readonly label?: string;
|
16
14
|
style?: unknown;
|
17
15
|
class?: String | String[];
|
@@ -88,16 +86,12 @@ declare const _default: {
|
|
88
86
|
colors?: any;
|
89
87
|
blueprintType?: any;
|
90
88
|
blueprint?: any;
|
91
|
-
host?: any;
|
92
|
-
hostContainer?: any;
|
93
89
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
94
90
|
container?: any;
|
95
|
-
host?: any;
|
96
91
|
blueprint?: any;
|
97
92
|
colorSchemaType?: any;
|
98
93
|
blueprintType?: any;
|
99
94
|
colors?: any;
|
100
|
-
hostContainer?: any;
|
101
95
|
}, {}, string, {}> & {
|
102
96
|
beforeCreate?: (() => void) | (() => void)[];
|
103
97
|
created?: (() => void) | (() => void)[];
|
@@ -134,8 +128,6 @@ declare const _default: {
|
|
134
128
|
colors?: any;
|
135
129
|
blueprintType?: any;
|
136
130
|
blueprint?: any;
|
137
|
-
host?: any;
|
138
|
-
hostContainer?: any;
|
139
131
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
140
132
|
__isFragment?: never;
|
141
133
|
__isTeleport?: never;
|
@@ -156,25 +148,19 @@ declare const _default: {
|
|
156
148
|
colors?: any;
|
157
149
|
blueprintType?: any;
|
158
150
|
blueprint?: any;
|
159
|
-
host?: any;
|
160
|
-
hostContainer?: any;
|
161
151
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
162
152
|
container?: any;
|
163
|
-
host?: any;
|
164
153
|
blueprint?: any;
|
165
154
|
colorSchemaType?: any;
|
166
155
|
blueprintType?: any;
|
167
156
|
colors?: any;
|
168
|
-
hostContainer?: any;
|
169
157
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
170
158
|
propsDefinition: Omit<Readonly<{
|
171
159
|
container?: any;
|
172
|
-
host?: any;
|
173
160
|
blueprint?: any;
|
174
161
|
colorSchemaType?: any;
|
175
162
|
blueprintType?: any;
|
176
163
|
colors?: any;
|
177
|
-
hostContainer?: any;
|
178
164
|
} & {
|
179
165
|
label?: string;
|
180
166
|
class?: String | String[];
|
@@ -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;
|
@@ -92,20 +90,16 @@ declare const _default: {
|
|
92
90
|
colors?: any;
|
93
91
|
blueprintType?: any;
|
94
92
|
blueprint?: any;
|
95
|
-
host?: any;
|
96
|
-
hostContainer?: any;
|
97
93
|
}>> & {
|
98
94
|
"onUpdate:modelValue"?: (value: any) => any;
|
99
95
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
100
96
|
"update:modelValue": (value: any) => boolean;
|
101
97
|
}, 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)[];
|
@@ -147,8 +141,6 @@ declare const _default: {
|
|
147
141
|
colors?: any;
|
148
142
|
blueprintType?: any;
|
149
143
|
blueprint?: any;
|
150
|
-
host?: any;
|
151
|
-
hostContainer?: any;
|
152
144
|
}>> & {
|
153
145
|
"onUpdate:modelValue"?: (value: any) => any;
|
154
146
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -176,29 +168,23 @@ declare const _default: {
|
|
176
168
|
colors?: any;
|
177
169
|
blueprintType?: any;
|
178
170
|
blueprint?: any;
|
179
|
-
host?: any;
|
180
|
-
hostContainer?: any;
|
181
171
|
}>> & {
|
182
172
|
"onUpdate:modelValue"?: (value: any) => any;
|
183
173
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
184
174
|
"update:modelValue": (value: any) => boolean;
|
185
175
|
}, 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
|
class?: String | String[];
|
204
190
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -18,12 +18,10 @@ declare const _default: {
|
|
18
18
|
$data: {};
|
19
19
|
$props: {
|
20
20
|
container?: any;
|
21
|
-
host?: any;
|
22
21
|
blueprint?: any;
|
23
22
|
colorSchemaType?: any;
|
24
23
|
blueprintType?: any;
|
25
24
|
colors?: any;
|
26
|
-
hostContainer?: any;
|
27
25
|
readonly label?: string;
|
28
26
|
style?: unknown;
|
29
27
|
class?: String | String[];
|
@@ -78,7 +76,7 @@ declare const _default: {
|
|
78
76
|
item?: (item: RenderingItem, index: Number) => VNodeChild;
|
79
77
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
80
78
|
};
|
81
|
-
readonly variant?:
|
79
|
+
readonly variant?: "default" | "add" | "picker";
|
82
80
|
readonly toned?: boolean;
|
83
81
|
readonly items?: any;
|
84
82
|
readonly itemTitle?: any;
|
@@ -115,7 +113,7 @@ declare const _default: {
|
|
115
113
|
type: import("vue").PropType<boolean>;
|
116
114
|
};
|
117
115
|
variant: {
|
118
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<"default" | "add" | "picker">;
|
119
117
|
};
|
120
118
|
itemValue: {
|
121
119
|
type: import("vue").PropType<any>;
|
@@ -149,8 +147,6 @@ declare const _default: {
|
|
149
147
|
colors?: any;
|
150
148
|
blueprintType?: any;
|
151
149
|
blueprint?: any;
|
152
|
-
host?: any;
|
153
|
-
hostContainer?: any;
|
154
150
|
}>> & {
|
155
151
|
"onUpdate:modelValue"?: (value: any) => any;
|
156
152
|
"onClick:button"?: (value: any) => any;
|
@@ -159,12 +155,10 @@ declare const _default: {
|
|
159
155
|
"update:modelValue": (value: any) => true;
|
160
156
|
}, string, {
|
161
157
|
container?: any;
|
162
|
-
host?: any;
|
163
158
|
blueprint?: any;
|
164
159
|
colorSchemaType?: any;
|
165
160
|
blueprintType?: any;
|
166
161
|
colors?: any;
|
167
|
-
hostContainer?: any;
|
168
162
|
}, {}, string, {}> & {
|
169
163
|
beforeCreate?: (() => void) | (() => void)[];
|
170
164
|
created?: (() => void) | (() => void)[];
|
@@ -201,7 +195,7 @@ declare const _default: {
|
|
201
195
|
type: import("vue").PropType<boolean>;
|
202
196
|
};
|
203
197
|
variant: {
|
204
|
-
type: import("vue").PropType<
|
198
|
+
type: import("vue").PropType<"default" | "add" | "picker">;
|
205
199
|
};
|
206
200
|
itemValue: {
|
207
201
|
type: import("vue").PropType<any>;
|
@@ -235,8 +229,6 @@ declare const _default: {
|
|
235
229
|
colors?: any;
|
236
230
|
blueprintType?: any;
|
237
231
|
blueprint?: any;
|
238
|
-
host?: any;
|
239
|
-
hostContainer?: any;
|
240
232
|
}>> & {
|
241
233
|
"onUpdate:modelValue"?: (value: any) => any;
|
242
234
|
"onClick:button"?: (value: any) => any;
|
@@ -260,7 +252,7 @@ declare const _default: {
|
|
260
252
|
type: import("vue").PropType<boolean>;
|
261
253
|
};
|
262
254
|
variant: {
|
263
|
-
type: import("vue").PropType<
|
255
|
+
type: import("vue").PropType<"default" | "add" | "picker">;
|
264
256
|
};
|
265
257
|
itemValue: {
|
266
258
|
type: import("vue").PropType<any>;
|
@@ -294,8 +286,6 @@ declare const _default: {
|
|
294
286
|
colors?: any;
|
295
287
|
blueprintType?: any;
|
296
288
|
blueprint?: any;
|
297
|
-
host?: any;
|
298
|
-
hostContainer?: any;
|
299
289
|
}>> & {
|
300
290
|
"onUpdate:modelValue"?: (value: any) => any;
|
301
291
|
"onClick:button"?: (value: any) => any;
|
@@ -304,21 +294,17 @@ declare const _default: {
|
|
304
294
|
"update:modelValue": (value: any) => true;
|
305
295
|
}, string, {
|
306
296
|
container?: any;
|
307
|
-
host?: any;
|
308
297
|
blueprint?: any;
|
309
298
|
colorSchemaType?: any;
|
310
299
|
blueprintType?: any;
|
311
300
|
colors?: any;
|
312
|
-
hostContainer?: any;
|
313
301
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
314
302
|
propsDefinition: Omit<Readonly<{
|
315
303
|
container?: any;
|
316
|
-
host?: any;
|
317
304
|
blueprint?: any;
|
318
305
|
colorSchemaType?: any;
|
319
306
|
blueprintType?: any;
|
320
307
|
colors?: any;
|
321
|
-
hostContainer?: any;
|
322
308
|
} & {
|
323
309
|
label?: string;
|
324
310
|
class?: String | String[];
|
@@ -331,7 +317,7 @@ declare const _default: {
|
|
331
317
|
item?: (item: RenderingItem, index: Number) => VNodeChild;
|
332
318
|
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
333
319
|
};
|
334
|
-
variant?:
|
320
|
+
variant?: "default" | "add" | "picker";
|
335
321
|
toned?: boolean;
|
336
322
|
items?: any;
|
337
323
|
itemTitle?: any;
|
@@ -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 label?: string;
|
14
12
|
style?: unknown;
|
15
13
|
class?: String | String[];
|
@@ -112,20 +110,16 @@ declare const _default: {
|
|
112
110
|
colors?: any;
|
113
111
|
blueprintType?: any;
|
114
112
|
blueprint?: any;
|
115
|
-
host?: any;
|
116
|
-
hostContainer?: any;
|
117
113
|
}>> & {
|
118
114
|
"onUpdate:modelValue"?: (value: any) => any;
|
119
115
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
120
116
|
"update:modelValue": (value: any) => boolean;
|
121
117
|
}, string, {
|
122
118
|
container?: any;
|
123
|
-
host?: any;
|
124
119
|
blueprint?: any;
|
125
120
|
colorSchemaType?: any;
|
126
121
|
blueprintType?: any;
|
127
122
|
colors?: any;
|
128
|
-
hostContainer?: any;
|
129
123
|
}, {}, string, {}> & {
|
130
124
|
beforeCreate?: (() => void) | (() => void)[];
|
131
125
|
created?: (() => void) | (() => void)[];
|
@@ -182,8 +176,6 @@ declare const _default: {
|
|
182
176
|
colors?: any;
|
183
177
|
blueprintType?: any;
|
184
178
|
blueprint?: any;
|
185
|
-
host?: any;
|
186
|
-
hostContainer?: any;
|
187
179
|
}>> & {
|
188
180
|
"onUpdate:modelValue"?: (value: any) => any;
|
189
181
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -226,29 +218,23 @@ declare const _default: {
|
|
226
218
|
colors?: any;
|
227
219
|
blueprintType?: any;
|
228
220
|
blueprint?: any;
|
229
|
-
host?: any;
|
230
|
-
hostContainer?: any;
|
231
221
|
}>> & {
|
232
222
|
"onUpdate:modelValue"?: (value: any) => any;
|
233
223
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
234
224
|
"update:modelValue": (value: any) => boolean;
|
235
225
|
}, string, {
|
236
226
|
container?: any;
|
237
|
-
host?: any;
|
238
227
|
blueprint?: any;
|
239
228
|
colorSchemaType?: any;
|
240
229
|
blueprintType?: any;
|
241
230
|
colors?: any;
|
242
|
-
hostContainer?: any;
|
243
231
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
244
232
|
propsDefinition: Omit<Readonly<{
|
245
233
|
container?: any;
|
246
|
-
host?: any;
|
247
234
|
blueprint?: any;
|
248
235
|
colorSchemaType?: any;
|
249
236
|
blueprintType?: any;
|
250
237
|
colors?: any;
|
251
|
-
hostContainer?: any;
|
252
238
|
} & {
|
253
239
|
label?: string;
|
254
240
|
class?: String | String[];
|
@@ -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 text?: string;
|
14
12
|
style?: unknown;
|
15
13
|
class?: 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)[];
|
@@ -150,8 +144,6 @@ 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;
|
@@ -180,25 +172,19 @@ 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
|
text?: string;
|
204
190
|
class?: String | String[];
|
@@ -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 label?: string;
|
14
12
|
style?: unknown;
|
15
13
|
class?: String | String[];
|
@@ -96,20 +94,16 @@ declare const _default: {
|
|
96
94
|
colors?: any;
|
97
95
|
blueprintType?: any;
|
98
96
|
blueprint?: any;
|
99
|
-
host?: any;
|
100
|
-
hostContainer?: any;
|
101
97
|
}>> & {
|
102
98
|
"onUpdate:modelValue"?: (value: any) => any;
|
103
99
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
104
100
|
"update:modelValue": (value: any) => boolean;
|
105
101
|
}, string, {
|
106
102
|
container?: any;
|
107
|
-
host?: any;
|
108
103
|
blueprint?: any;
|
109
104
|
colorSchemaType?: any;
|
110
105
|
blueprintType?: any;
|
111
106
|
colors?: any;
|
112
|
-
hostContainer?: any;
|
113
107
|
}, {}, string, {}> & {
|
114
108
|
beforeCreate?: (() => void) | (() => void)[];
|
115
109
|
created?: (() => void) | (() => void)[];
|
@@ -154,8 +148,6 @@ declare const _default: {
|
|
154
148
|
colors?: any;
|
155
149
|
blueprintType?: any;
|
156
150
|
blueprint?: any;
|
157
|
-
host?: any;
|
158
|
-
hostContainer?: any;
|
159
151
|
}>> & {
|
160
152
|
"onUpdate:modelValue"?: (value: any) => any;
|
161
153
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -186,29 +178,23 @@ declare const _default: {
|
|
186
178
|
colors?: any;
|
187
179
|
blueprintType?: any;
|
188
180
|
blueprint?: any;
|
189
|
-
host?: any;
|
190
|
-
hostContainer?: any;
|
191
181
|
}>> & {
|
192
182
|
"onUpdate:modelValue"?: (value: any) => any;
|
193
183
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
194
184
|
"update:modelValue": (value: any) => boolean;
|
195
185
|
}, string, {
|
196
186
|
container?: any;
|
197
|
-
host?: any;
|
198
187
|
blueprint?: any;
|
199
188
|
colorSchemaType?: any;
|
200
189
|
blueprintType?: any;
|
201
190
|
colors?: any;
|
202
|
-
hostContainer?: any;
|
203
191
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
204
192
|
propsDefinition: Omit<Readonly<{
|
205
193
|
container?: any;
|
206
|
-
host?: any;
|
207
194
|
blueprint?: any;
|
208
195
|
colorSchemaType?: any;
|
209
196
|
blueprintType?: any;
|
210
197
|
colors?: any;
|
211
|
-
hostContainer?: any;
|
212
198
|
} & {
|
213
199
|
label?: string;
|
214
200
|
class?: String | String[];
|
@@ -10,12 +10,10 @@ declare const _default: {
|
|
10
10
|
$data: {};
|
11
11
|
$props: {
|
12
12
|
container?: any;
|
13
|
-
host?: any;
|
14
13
|
blueprint?: any;
|
15
14
|
colorSchemaType?: any;
|
16
15
|
blueprintType?: any;
|
17
16
|
colors?: any;
|
18
|
-
hostContainer?: any;
|
19
17
|
readonly title?: string;
|
20
18
|
style?: unknown;
|
21
19
|
class?: String | String[];
|
@@ -66,7 +64,7 @@ declare const _default: {
|
|
66
64
|
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
67
65
|
readonly "v-model"?: boolean;
|
68
66
|
readonly modelValue?: boolean;
|
69
|
-
readonly variant?:
|
67
|
+
readonly variant?: "default" | "dialog" | "settings";
|
70
68
|
};
|
71
69
|
$attrs: {
|
72
70
|
[x: string]: unknown;
|
@@ -83,7 +81,7 @@ declare const _default: {
|
|
83
81
|
$el: any;
|
84
82
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
85
83
|
variant: {
|
86
|
-
type: import("vue").PropType<
|
84
|
+
type: import("vue").PropType<"default" | "dialog" | "settings">;
|
87
85
|
};
|
88
86
|
icon: {
|
89
87
|
type: import("vue").PropType<TabIconModel>;
|
@@ -114,16 +112,12 @@ declare const _default: {
|
|
114
112
|
colors?: any;
|
115
113
|
blueprintType?: any;
|
116
114
|
blueprint?: any;
|
117
|
-
host?: any;
|
118
|
-
hostContainer?: any;
|
119
115
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
120
116
|
container?: any;
|
121
|
-
host?: any;
|
122
117
|
blueprint?: any;
|
123
118
|
colorSchemaType?: any;
|
124
119
|
blueprintType?: any;
|
125
120
|
colors?: any;
|
126
|
-
hostContainer?: any;
|
127
121
|
}, {}, string, {}> & {
|
128
122
|
beforeCreate?: (() => void) | (() => void)[];
|
129
123
|
created?: (() => void) | (() => void)[];
|
@@ -146,7 +140,7 @@ declare const _default: {
|
|
146
140
|
$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;
|
147
141
|
} & Readonly<import("vue").ExtractPropTypes<{
|
148
142
|
variant: {
|
149
|
-
type: import("vue").PropType<
|
143
|
+
type: import("vue").PropType<"default" | "dialog" | "settings">;
|
150
144
|
};
|
151
145
|
icon: {
|
152
146
|
type: import("vue").PropType<TabIconModel>;
|
@@ -177,15 +171,13 @@ declare const _default: {
|
|
177
171
|
colors?: any;
|
178
172
|
blueprintType?: any;
|
179
173
|
blueprint?: any;
|
180
|
-
host?: any;
|
181
|
-
hostContainer?: any;
|
182
174
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
183
175
|
__isFragment?: never;
|
184
176
|
__isTeleport?: never;
|
185
177
|
__isSuspense?: never;
|
186
178
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
187
179
|
variant: {
|
188
|
-
type: import("vue").PropType<
|
180
|
+
type: import("vue").PropType<"default" | "dialog" | "settings">;
|
189
181
|
};
|
190
182
|
icon: {
|
191
183
|
type: import("vue").PropType<TabIconModel>;
|
@@ -216,25 +208,19 @@ declare const _default: {
|
|
216
208
|
colors?: any;
|
217
209
|
blueprintType?: any;
|
218
210
|
blueprint?: any;
|
219
|
-
host?: any;
|
220
|
-
hostContainer?: any;
|
221
211
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
222
212
|
container?: any;
|
223
|
-
host?: any;
|
224
213
|
blueprint?: any;
|
225
214
|
colorSchemaType?: any;
|
226
215
|
blueprintType?: any;
|
227
216
|
colors?: any;
|
228
|
-
hostContainer?: any;
|
229
217
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
230
218
|
propsDefinition: Omit<Readonly<{
|
231
219
|
container?: any;
|
232
|
-
host?: any;
|
233
220
|
blueprint?: any;
|
234
221
|
colorSchemaType?: any;
|
235
222
|
blueprintType?: any;
|
236
223
|
colors?: any;
|
237
|
-
hostContainer?: any;
|
238
224
|
} & {
|
239
225
|
title?: string;
|
240
226
|
class?: String | String[];
|
@@ -243,7 +229,7 @@ declare const _default: {
|
|
243
229
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
244
230
|
"v-model"?: boolean;
|
245
231
|
modelValue?: boolean;
|
246
|
-
variant?:
|
232
|
+
variant?: "default" | "dialog" | "settings";
|
247
233
|
}>, never>;
|
248
234
|
};
|
249
235
|
export default _default;
|
@@ -3,5 +3,5 @@ export declare const TabsStyles: {
|
|
3
3
|
itemContainer: string;
|
4
4
|
itemScrollContainer: (scrollOffset: string) => string;
|
5
5
|
dialogWrapper: string;
|
6
|
-
dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean) => string;
|
6
|
+
dialogContainer: (baseSelected: ColorDefinition, onBaseSelected: ColorDefinition, toned: boolean, vertical: boolean) => string;
|
7
7
|
};
|
@@ -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;
|
@@ -57,7 +55,7 @@ declare const _default: {
|
|
57
55
|
readonly "onUpdate:modelValue"?: (value: number) => any;
|
58
56
|
readonly "v-model"?: number;
|
59
57
|
readonly modelValue?: number;
|
60
|
-
readonly variant?:
|
58
|
+
readonly variant?: "default" | "dialog" | "settings";
|
61
59
|
readonly stacked?: boolean;
|
62
60
|
readonly toned?: boolean;
|
63
61
|
readonly scrolling?: string;
|
@@ -85,7 +83,7 @@ declare const _default: {
|
|
85
83
|
type: import("vue").PropType<boolean>;
|
86
84
|
};
|
87
85
|
variant: {
|
88
|
-
type: import("vue").PropType<
|
86
|
+
type: import("vue").PropType<"default" | "dialog" | "settings">;
|
89
87
|
};
|
90
88
|
stacked: {
|
91
89
|
type: import("vue").PropType<boolean>;
|
@@ -111,16 +109,12 @@ declare const _default: {
|
|
111
109
|
colors?: any;
|
112
110
|
blueprintType?: any;
|
113
111
|
blueprint?: any;
|
114
|
-
host?: any;
|
115
|
-
hostContainer?: any;
|
116
112
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
117
113
|
container?: any;
|
118
|
-
host?: any;
|
119
114
|
blueprint?: any;
|
120
115
|
colorSchemaType?: any;
|
121
116
|
blueprintType?: any;
|
122
117
|
colors?: any;
|
123
|
-
hostContainer?: any;
|
124
118
|
}, {}, string, {}> & {
|
125
119
|
beforeCreate?: (() => void) | (() => void)[];
|
126
120
|
created?: (() => void) | (() => void)[];
|
@@ -151,7 +145,7 @@ declare const _default: {
|
|
151
145
|
type: import("vue").PropType<boolean>;
|
152
146
|
};
|
153
147
|
variant: {
|
154
|
-
type: import("vue").PropType<
|
148
|
+
type: import("vue").PropType<"default" | "dialog" | "settings">;
|
155
149
|
};
|
156
150
|
stacked: {
|
157
151
|
type: import("vue").PropType<boolean>;
|
@@ -177,8 +171,6 @@ declare const _default: {
|
|
177
171
|
colors?: any;
|
178
172
|
blueprintType?: any;
|
179
173
|
blueprint?: any;
|
180
|
-
host?: any;
|
181
|
-
hostContainer?: any;
|
182
174
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
183
175
|
__isFragment?: never;
|
184
176
|
__isTeleport?: never;
|
@@ -193,7 +185,7 @@ declare const _default: {
|
|
193
185
|
type: import("vue").PropType<boolean>;
|
194
186
|
};
|
195
187
|
variant: {
|
196
|
-
type: import("vue").PropType<
|
188
|
+
type: import("vue").PropType<"default" | "dialog" | "settings">;
|
197
189
|
};
|
198
190
|
stacked: {
|
199
191
|
type: import("vue").PropType<boolean>;
|
@@ -219,31 +211,25 @@ declare const _default: {
|
|
219
211
|
colors?: any;
|
220
212
|
blueprintType?: any;
|
221
213
|
blueprint?: any;
|
222
|
-
host?: any;
|
223
|
-
hostContainer?: any;
|
224
214
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
225
215
|
container?: any;
|
226
|
-
host?: any;
|
227
216
|
blueprint?: any;
|
228
217
|
colorSchemaType?: any;
|
229
218
|
blueprintType?: any;
|
230
219
|
colors?: any;
|
231
|
-
hostContainer?: any;
|
232
220
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
233
221
|
propsDefinition: Omit<Readonly<{
|
234
222
|
container?: any;
|
235
|
-
host?: any;
|
236
223
|
blueprint?: any;
|
237
224
|
colorSchemaType?: any;
|
238
225
|
blueprintType?: any;
|
239
226
|
colors?: any;
|
240
|
-
hostContainer?: any;
|
241
227
|
} & {
|
242
228
|
class?: String | String[];
|
243
229
|
"onUpdate:modelValue"?: (value: number) => any;
|
244
230
|
"v-model"?: number;
|
245
231
|
modelValue?: number;
|
246
|
-
variant?:
|
232
|
+
variant?: "default" | "dialog" | "settings";
|
247
233
|
stacked?: boolean;
|
248
234
|
toned?: boolean;
|
249
235
|
scrolling?: string;
|