@omnia/fx 8.0.37-vnext → 8.0.38-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 +32 -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/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.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 +0 -14
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -14
- 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 +98 -24
- 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 +0 -14
- package/internal-do-not-import-from-here/{console/components/MessageOverlay.d.ts → ux/oxide/componenthostprovider/ComponentHostProvider.d.ts} +75 -5
- 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 +0 -24
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -14
- 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 +0 -14
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +0 -14
- 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 +0 -14
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +0 -14
- 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 +0 -14
- 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 +0 -14
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +0 -14
- 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 +0 -14
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +0 -14
- 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/ux/oxide/btntoggle/ButtonToggle.d.ts +0 -238
- 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
@@ -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;
|
@@ -84,16 +82,12 @@ declare const _default: {
|
|
84
82
|
colors?: any;
|
85
83
|
blueprintType?: any;
|
86
84
|
blueprint?: any;
|
87
|
-
host?: any;
|
88
|
-
hostContainer?: any;
|
89
85
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
90
86
|
container?: any;
|
91
|
-
host?: any;
|
92
87
|
blueprint?: any;
|
93
88
|
colorSchemaType?: any;
|
94
89
|
blueprintType?: any;
|
95
90
|
colors?: any;
|
96
|
-
hostContainer?: any;
|
97
91
|
}, {}, string, {}> & {
|
98
92
|
beforeCreate?: (() => void) | (() => void)[];
|
99
93
|
created?: (() => void) | (() => void)[];
|
@@ -129,8 +123,6 @@ declare const _default: {
|
|
129
123
|
colors?: any;
|
130
124
|
blueprintType?: any;
|
131
125
|
blueprint?: any;
|
132
|
-
host?: any;
|
133
|
-
hostContainer?: any;
|
134
126
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
135
127
|
__isFragment?: never;
|
136
128
|
__isTeleport?: never;
|
@@ -150,25 +142,19 @@ declare const _default: {
|
|
150
142
|
colors?: any;
|
151
143
|
blueprintType?: any;
|
152
144
|
blueprint?: any;
|
153
|
-
host?: any;
|
154
|
-
hostContainer?: any;
|
155
145
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
156
146
|
container?: any;
|
157
|
-
host?: any;
|
158
147
|
blueprint?: any;
|
159
148
|
colorSchemaType?: any;
|
160
149
|
blueprintType?: any;
|
161
150
|
colors?: any;
|
162
|
-
hostContainer?: any;
|
163
151
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
164
152
|
propsDefinition: Omit<Readonly<{
|
165
153
|
container?: any;
|
166
|
-
host?: any;
|
167
154
|
blueprint?: any;
|
168
155
|
colorSchemaType?: any;
|
169
156
|
blueprintType?: any;
|
170
157
|
colors?: any;
|
171
|
-
hostContainer?: any;
|
172
158
|
} & {
|
173
159
|
class?: String | String[];
|
174
160
|
toned?: boolean;
|
@@ -5,12 +5,10 @@ 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
|
readonly typography?: TypographyType | TypographyTypes;
|
15
13
|
style?: unknown;
|
16
14
|
class?: String | String[];
|
@@ -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)[];
|
@@ -151,8 +145,6 @@ 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;
|
@@ -181,25 +173,19 @@ 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
|
typography?: TypographyType | TypographyTypes;
|
205
191
|
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[];
|
@@ -101,8 +99,6 @@ declare const _default: {
|
|
101
99
|
colors?: any;
|
102
100
|
blueprintType?: any;
|
103
101
|
blueprint?: any;
|
104
|
-
host?: any;
|
105
|
-
hostContainer?: any;
|
106
102
|
}>> & {
|
107
103
|
"onUpdate:modelValue"?: (value: string) => any;
|
108
104
|
"onClick:button"?: () => any;
|
@@ -111,12 +107,10 @@ declare const _default: {
|
|
111
107
|
"click:button": () => true;
|
112
108
|
}, string, {
|
113
109
|
container?: any;
|
114
|
-
host?: any;
|
115
110
|
blueprint?: any;
|
116
111
|
colorSchemaType?: any;
|
117
112
|
blueprintType?: any;
|
118
113
|
colors?: any;
|
119
|
-
hostContainer?: any;
|
120
114
|
}, {}, string, {}> & {
|
121
115
|
beforeCreate?: (() => void) | (() => void)[];
|
122
116
|
created?: (() => void) | (() => void)[];
|
@@ -164,8 +158,6 @@ declare const _default: {
|
|
164
158
|
colors?: any;
|
165
159
|
blueprintType?: any;
|
166
160
|
blueprint?: any;
|
167
|
-
host?: any;
|
168
|
-
hostContainer?: any;
|
169
161
|
}>> & {
|
170
162
|
"onUpdate:modelValue"?: (value: string) => any;
|
171
163
|
"onClick:button"?: () => any;
|
@@ -200,8 +192,6 @@ declare const _default: {
|
|
200
192
|
colors?: any;
|
201
193
|
blueprintType?: any;
|
202
194
|
blueprint?: any;
|
203
|
-
host?: any;
|
204
|
-
hostContainer?: any;
|
205
195
|
}>> & {
|
206
196
|
"onUpdate:modelValue"?: (value: string) => any;
|
207
197
|
"onClick:button"?: () => any;
|
@@ -210,21 +200,17 @@ declare const _default: {
|
|
210
200
|
"click:button": () => true;
|
211
201
|
}, string, {
|
212
202
|
container?: any;
|
213
|
-
host?: any;
|
214
203
|
blueprint?: any;
|
215
204
|
colorSchemaType?: any;
|
216
205
|
blueprintType?: any;
|
217
206
|
colors?: any;
|
218
|
-
hostContainer?: any;
|
219
207
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
220
208
|
propsDefinition: Omit<Readonly<{
|
221
209
|
container?: any;
|
222
|
-
host?: any;
|
223
210
|
blueprint?: any;
|
224
211
|
colorSchemaType?: any;
|
225
212
|
blueprintType?: any;
|
226
213
|
colors?: any;
|
227
|
-
hostContainer?: any;
|
228
214
|
} & {
|
229
215
|
label?: string;
|
230
216
|
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[];
|
@@ -115,8 +113,6 @@ declare const _default: {
|
|
115
113
|
colors?: any;
|
116
114
|
blueprintType?: any;
|
117
115
|
blueprint?: any;
|
118
|
-
host?: any;
|
119
|
-
hostContainer?: any;
|
120
116
|
}>> & {
|
121
117
|
"onUpdate:modelValue"?: (value: string) => any;
|
122
118
|
"onClick:button"?: () => any;
|
@@ -125,12 +121,10 @@ declare const _default: {
|
|
125
121
|
"click:button": () => true;
|
126
122
|
}, string, {
|
127
123
|
container?: any;
|
128
|
-
host?: any;
|
129
124
|
blueprint?: any;
|
130
125
|
colorSchemaType?: any;
|
131
126
|
blueprintType?: any;
|
132
127
|
colors?: any;
|
133
|
-
hostContainer?: any;
|
134
128
|
}, {}, string, {}> & {
|
135
129
|
beforeCreate?: (() => void) | (() => void)[];
|
136
130
|
created?: (() => void) | (() => void)[];
|
@@ -189,8 +183,6 @@ declare const _default: {
|
|
189
183
|
colors?: any;
|
190
184
|
blueprintType?: any;
|
191
185
|
blueprint?: any;
|
192
|
-
host?: any;
|
193
|
-
hostContainer?: any;
|
194
186
|
}>> & {
|
195
187
|
"onUpdate:modelValue"?: (value: string) => any;
|
196
188
|
"onClick:button"?: () => any;
|
@@ -236,8 +228,6 @@ declare const _default: {
|
|
236
228
|
colors?: any;
|
237
229
|
blueprintType?: any;
|
238
230
|
blueprint?: any;
|
239
|
-
host?: any;
|
240
|
-
hostContainer?: any;
|
241
231
|
}>> & {
|
242
232
|
"onUpdate:modelValue"?: (value: string) => any;
|
243
233
|
"onClick:button"?: () => any;
|
@@ -246,21 +236,17 @@ declare const _default: {
|
|
246
236
|
"click:button": () => true;
|
247
237
|
}, string, {
|
248
238
|
container?: any;
|
249
|
-
host?: any;
|
250
239
|
blueprint?: any;
|
251
240
|
colorSchemaType?: any;
|
252
241
|
blueprintType?: any;
|
253
242
|
colors?: any;
|
254
|
-
hostContainer?: any;
|
255
243
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
256
244
|
propsDefinition: Omit<Readonly<{
|
257
245
|
container?: any;
|
258
|
-
host?: any;
|
259
246
|
blueprint?: any;
|
260
247
|
colorSchemaType?: any;
|
261
248
|
blueprintType?: any;
|
262
249
|
colors?: any;
|
263
|
-
hostContainer?: any;
|
264
250
|
} & {
|
265
251
|
label?: string;
|
266
252
|
class?: String | String[];
|
@@ -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 title?: string;
|
16
14
|
style?: unknown;
|
17
15
|
class?: String | String[];
|
@@ -118,8 +116,6 @@ declare const _default: {
|
|
118
116
|
colors?: any;
|
119
117
|
blueprintType?: any;
|
120
118
|
blueprint?: any;
|
121
|
-
host?: any;
|
122
|
-
hostContainer?: any;
|
123
119
|
}>> & {
|
124
120
|
"onClick:close"?: () => any;
|
125
121
|
"onClick:back"?: () => any;
|
@@ -128,12 +124,10 @@ declare const _default: {
|
|
128
124
|
"click:back": () => true;
|
129
125
|
}, string, {
|
130
126
|
container?: any;
|
131
|
-
host?: any;
|
132
127
|
blueprint?: any;
|
133
128
|
colorSchemaType?: any;
|
134
129
|
blueprintType?: any;
|
135
130
|
colors?: any;
|
136
|
-
hostContainer?: any;
|
137
131
|
}, {}, string, {}> & {
|
138
132
|
beforeCreate?: (() => void) | (() => void)[];
|
139
133
|
created?: (() => void) | (() => void)[];
|
@@ -188,8 +182,6 @@ declare const _default: {
|
|
188
182
|
colors?: any;
|
189
183
|
blueprintType?: any;
|
190
184
|
blueprint?: any;
|
191
|
-
host?: any;
|
192
|
-
hostContainer?: any;
|
193
185
|
}>> & {
|
194
186
|
"onClick:close"?: () => any;
|
195
187
|
"onClick:back"?: () => any;
|
@@ -231,8 +223,6 @@ declare const _default: {
|
|
231
223
|
colors?: any;
|
232
224
|
blueprintType?: any;
|
233
225
|
blueprint?: any;
|
234
|
-
host?: any;
|
235
|
-
hostContainer?: any;
|
236
226
|
}>> & {
|
237
227
|
"onClick:close"?: () => any;
|
238
228
|
"onClick:back"?: () => any;
|
@@ -241,21 +231,17 @@ declare const _default: {
|
|
241
231
|
"click:back": () => true;
|
242
232
|
}, string, {
|
243
233
|
container?: any;
|
244
|
-
host?: any;
|
245
234
|
blueprint?: any;
|
246
235
|
colorSchemaType?: any;
|
247
236
|
blueprintType?: any;
|
248
237
|
colors?: any;
|
249
|
-
hostContainer?: any;
|
250
238
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
251
239
|
propsDefinition: Omit<Readonly<{
|
252
240
|
container?: any;
|
253
|
-
host?: any;
|
254
241
|
blueprint?: any;
|
255
242
|
colorSchemaType?: any;
|
256
243
|
blueprintType?: any;
|
257
244
|
colors?: any;
|
258
|
-
hostContainer?: any;
|
259
245
|
} & {
|
260
246
|
title?: string;
|
261
247
|
class?: String | String[];
|
@@ -9,12 +9,10 @@ declare const _default: {
|
|
9
9
|
$data: {};
|
10
10
|
$props: {
|
11
11
|
container?: any;
|
12
|
-
host?: any;
|
13
12
|
blueprint?: any;
|
14
13
|
colorSchemaType?: any;
|
15
14
|
blueprintType?: any;
|
16
15
|
colors?: any;
|
17
|
-
hostContainer?: any;
|
18
16
|
style?: unknown;
|
19
17
|
class?: unknown;
|
20
18
|
key?: string | number | symbol;
|
@@ -116,20 +114,16 @@ declare const _default: {
|
|
116
114
|
colors?: any;
|
117
115
|
blueprintType?: any;
|
118
116
|
blueprint?: any;
|
119
|
-
host?: any;
|
120
|
-
hostContainer?: any;
|
121
117
|
}>> & {
|
122
118
|
"onUpdate:active"?: (items: any[]) => any;
|
123
119
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
124
120
|
"update:active": (items: Array<any>) => true;
|
125
121
|
}, string, {
|
126
122
|
container?: any;
|
127
|
-
host?: any;
|
128
123
|
blueprint?: any;
|
129
124
|
colorSchemaType?: any;
|
130
125
|
blueprintType?: any;
|
131
126
|
colors?: any;
|
132
|
-
hostContainer?: any;
|
133
127
|
}, {}, string, {}> & {
|
134
128
|
beforeCreate?: (() => void) | (() => void)[];
|
135
129
|
created?: (() => void) | (() => void)[];
|
@@ -181,8 +175,6 @@ declare const _default: {
|
|
181
175
|
colors?: any;
|
182
176
|
blueprintType?: any;
|
183
177
|
blueprint?: any;
|
184
|
-
host?: any;
|
185
|
-
hostContainer?: any;
|
186
178
|
}>> & {
|
187
179
|
"onUpdate:active"?: (items: any[]) => any;
|
188
180
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -220,29 +212,23 @@ declare const _default: {
|
|
220
212
|
colors?: any;
|
221
213
|
blueprintType?: any;
|
222
214
|
blueprint?: any;
|
223
|
-
host?: any;
|
224
|
-
hostContainer?: any;
|
225
215
|
}>> & {
|
226
216
|
"onUpdate:active"?: (items: any[]) => any;
|
227
217
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
228
218
|
"update:active": (items: Array<any>) => true;
|
229
219
|
}, string, {
|
230
220
|
container?: any;
|
231
|
-
host?: any;
|
232
221
|
blueprint?: any;
|
233
222
|
colorSchemaType?: any;
|
234
223
|
blueprintType?: any;
|
235
224
|
colors?: any;
|
236
|
-
hostContainer?: any;
|
237
225
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
238
226
|
propsDefinition: Omit<Readonly<{
|
239
227
|
container?: any;
|
240
|
-
host?: any;
|
241
228
|
blueprint?: any;
|
242
229
|
colorSchemaType?: any;
|
243
230
|
blueprintType?: any;
|
244
231
|
colors?: any;
|
245
|
-
hostContainer?: any;
|
246
232
|
} & {
|
247
233
|
multiple?: boolean;
|
248
234
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
@@ -5,12 +5,10 @@ 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
|
readonly text?: string;
|
15
13
|
style?: unknown;
|
16
14
|
class?: unknown;
|
@@ -89,16 +87,12 @@ declare const _default: {
|
|
89
87
|
colors?: any;
|
90
88
|
blueprintType?: any;
|
91
89
|
blueprint?: any;
|
92
|
-
host?: any;
|
93
|
-
hostContainer?: any;
|
94
90
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
95
91
|
container?: any;
|
96
|
-
host?: any;
|
97
92
|
blueprint?: any;
|
98
93
|
colorSchemaType?: any;
|
99
94
|
blueprintType?: any;
|
100
95
|
colors?: any;
|
101
|
-
hostContainer?: any;
|
102
96
|
}, {}, string, {}> & {
|
103
97
|
beforeCreate?: (() => void) | (() => void)[];
|
104
98
|
created?: (() => void) | (() => void)[];
|
@@ -136,8 +130,6 @@ declare const _default: {
|
|
136
130
|
colors?: any;
|
137
131
|
blueprintType?: any;
|
138
132
|
blueprint?: any;
|
139
|
-
host?: any;
|
140
|
-
hostContainer?: any;
|
141
133
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
142
134
|
__isFragment?: never;
|
143
135
|
__isTeleport?: never;
|
@@ -159,25 +151,19 @@ declare const _default: {
|
|
159
151
|
colors?: any;
|
160
152
|
blueprintType?: any;
|
161
153
|
blueprint?: any;
|
162
|
-
host?: any;
|
163
|
-
hostContainer?: any;
|
164
154
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
165
155
|
container?: any;
|
166
|
-
host?: any;
|
167
156
|
blueprint?: any;
|
168
157
|
colorSchemaType?: any;
|
169
158
|
blueprintType?: any;
|
170
159
|
colors?: any;
|
171
|
-
hostContainer?: any;
|
172
160
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
173
161
|
propsDefinition: Omit<Readonly<{
|
174
162
|
container?: any;
|
175
|
-
host?: any;
|
176
163
|
blueprint?: any;
|
177
164
|
colorSchemaType?: any;
|
178
165
|
blueprintType?: any;
|
179
166
|
colors?: any;
|
180
|
-
hostContainer?: any;
|
181
167
|
} & {
|
182
168
|
text?: string;
|
183
169
|
renderingMode?: BlockRenderingModes;
|
@@ -5,12 +5,10 @@ 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
|
readonly name?: {
|
@@ -249,20 +247,16 @@ declare const _default: {
|
|
249
247
|
colors?: any;
|
250
248
|
blueprintType?: any;
|
251
249
|
blueprint?: any;
|
252
|
-
host?: any;
|
253
|
-
hostContainer?: any;
|
254
250
|
}>> & {
|
255
251
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
256
252
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
257
253
|
"update:modelValue": (value: SpacingSettings) => boolean;
|
258
254
|
}, string, {
|
259
255
|
container?: any;
|
260
|
-
host?: any;
|
261
256
|
blueprint?: any;
|
262
257
|
colorSchemaType?: any;
|
263
258
|
blueprintType?: any;
|
264
259
|
colors?: any;
|
265
|
-
hostContainer?: any;
|
266
260
|
}, {}, string, {}> & {
|
267
261
|
beforeCreate?: (() => void) | (() => void)[];
|
268
262
|
created?: (() => void) | (() => void)[];
|
@@ -389,8 +383,6 @@ declare const _default: {
|
|
389
383
|
colors?: any;
|
390
384
|
blueprintType?: any;
|
391
385
|
blueprint?: any;
|
392
|
-
host?: any;
|
393
|
-
hostContainer?: any;
|
394
386
|
}>> & {
|
395
387
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
396
388
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -503,29 +495,23 @@ declare const _default: {
|
|
503
495
|
colors?: any;
|
504
496
|
blueprintType?: any;
|
505
497
|
blueprint?: any;
|
506
|
-
host?: any;
|
507
|
-
hostContainer?: any;
|
508
498
|
}>> & {
|
509
499
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
510
500
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
511
501
|
"update:modelValue": (value: SpacingSettings) => boolean;
|
512
502
|
}, string, {
|
513
503
|
container?: any;
|
514
|
-
host?: any;
|
515
504
|
blueprint?: any;
|
516
505
|
colorSchemaType?: any;
|
517
506
|
blueprintType?: any;
|
518
507
|
colors?: any;
|
519
|
-
hostContainer?: any;
|
520
508
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
521
509
|
propsDefinition: Omit<Readonly<{
|
522
510
|
container?: any;
|
523
|
-
host?: any;
|
524
511
|
blueprint?: any;
|
525
512
|
colorSchemaType?: any;
|
526
513
|
blueprintType?: any;
|
527
514
|
colors?: any;
|
528
|
-
hostContainer?: any;
|
529
515
|
} & {
|
530
516
|
class?: String | String[];
|
531
517
|
name?: {
|
@@ -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
|
style?: unknown;
|
16
14
|
class?: unknown;
|
17
15
|
readonly name?: {
|
@@ -216,20 +214,16 @@ declare const _default: {
|
|
216
214
|
colors?: any;
|
217
215
|
blueprintType?: any;
|
218
216
|
blueprint?: any;
|
219
|
-
host?: any;
|
220
|
-
hostContainer?: any;
|
221
217
|
}>> & {
|
222
218
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
223
219
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
224
220
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
225
221
|
}, string, {
|
226
222
|
container?: any;
|
227
|
-
host?: any;
|
228
223
|
blueprint?: any;
|
229
224
|
colorSchemaType?: any;
|
230
225
|
blueprintType?: any;
|
231
226
|
colors?: any;
|
232
|
-
hostContainer?: any;
|
233
227
|
}, {}, string, {}> & {
|
234
228
|
beforeCreate?: (() => void) | (() => void)[];
|
235
229
|
created?: (() => void) | (() => void)[];
|
@@ -327,8 +321,6 @@ declare const _default: {
|
|
327
321
|
colors?: any;
|
328
322
|
blueprintType?: any;
|
329
323
|
blueprint?: any;
|
330
|
-
host?: any;
|
331
|
-
hostContainer?: any;
|
332
324
|
}>> & {
|
333
325
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
334
326
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -412,29 +404,23 @@ declare const _default: {
|
|
412
404
|
colors?: any;
|
413
405
|
blueprintType?: any;
|
414
406
|
blueprint?: any;
|
415
|
-
host?: any;
|
416
|
-
hostContainer?: any;
|
417
407
|
}>> & {
|
418
408
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
419
409
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
420
410
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
421
411
|
}, string, {
|
422
412
|
container?: any;
|
423
|
-
host?: any;
|
424
413
|
blueprint?: any;
|
425
414
|
colorSchemaType?: any;
|
426
415
|
blueprintType?: any;
|
427
416
|
colors?: any;
|
428
|
-
hostContainer?: any;
|
429
417
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
430
418
|
propsDefinition: Omit<Readonly<{
|
431
419
|
container?: any;
|
432
|
-
host?: any;
|
433
420
|
blueprint?: any;
|
434
421
|
colorSchemaType?: any;
|
435
422
|
blueprintType?: any;
|
436
423
|
colors?: any;
|
437
|
-
hostContainer?: any;
|
438
424
|
} & {
|
439
425
|
name?: {
|
440
426
|
[x: `onUpdate:${string}`]: {
|