@omnia/fx 8.0.36-vnext → 8.0.37-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/core/ServiceContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +20 -44
- 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 +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +14 -0
- 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 +14 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +19 -6
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +49 -37
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -8
- 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 +14 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +24 -11
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -5
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -11
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +24 -11
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseHostSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +14 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +2 -6
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +0 -300
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +0 -286
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsServer.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponentsVirtual.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/AlignmentPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/AlignmentPickerExample.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/alignmentpicker → alignmentpicker}/docs/index.d.ts +0 -0
@@ -1,17 +1,17 @@
|
|
1
1
|
import { Func, IIcon } from "@omnia/fx/models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
export declare const ToolbarVariationDefinition: string[];
|
4
|
-
export type ToolbarVariants = typeof ToolbarVariationDefinition[number];
|
5
3
|
declare const _default: {
|
6
4
|
new (...args: any[]): {
|
7
5
|
$: import("vue").ComponentInternalInstance;
|
8
6
|
$data: {};
|
9
7
|
$props: {
|
10
8
|
container?: any;
|
9
|
+
host?: any;
|
11
10
|
blueprint?: any;
|
12
11
|
colorSchemaType?: any;
|
13
12
|
blueprintType?: any;
|
14
13
|
colors?: any;
|
14
|
+
hostContainer?: any;
|
15
15
|
readonly title?: string;
|
16
16
|
style?: unknown;
|
17
17
|
class?: String | String[];
|
@@ -118,6 +118,8 @@ declare const _default: {
|
|
118
118
|
colors?: any;
|
119
119
|
blueprintType?: any;
|
120
120
|
blueprint?: any;
|
121
|
+
host?: any;
|
122
|
+
hostContainer?: any;
|
121
123
|
}>> & {
|
122
124
|
"onClick:close"?: () => any;
|
123
125
|
"onClick:back"?: () => any;
|
@@ -126,10 +128,12 @@ declare const _default: {
|
|
126
128
|
"click:back": () => true;
|
127
129
|
}, string, {
|
128
130
|
container?: any;
|
131
|
+
host?: any;
|
129
132
|
blueprint?: any;
|
130
133
|
colorSchemaType?: any;
|
131
134
|
blueprintType?: any;
|
132
135
|
colors?: any;
|
136
|
+
hostContainer?: any;
|
133
137
|
}, {}, string, {}> & {
|
134
138
|
beforeCreate?: (() => void) | (() => void)[];
|
135
139
|
created?: (() => void) | (() => void)[];
|
@@ -184,6 +188,8 @@ declare const _default: {
|
|
184
188
|
colors?: any;
|
185
189
|
blueprintType?: any;
|
186
190
|
blueprint?: any;
|
191
|
+
host?: any;
|
192
|
+
hostContainer?: any;
|
187
193
|
}>> & {
|
188
194
|
"onClick:close"?: () => any;
|
189
195
|
"onClick:back"?: () => any;
|
@@ -225,6 +231,8 @@ declare const _default: {
|
|
225
231
|
colors?: any;
|
226
232
|
blueprintType?: any;
|
227
233
|
blueprint?: any;
|
234
|
+
host?: any;
|
235
|
+
hostContainer?: any;
|
228
236
|
}>> & {
|
229
237
|
"onClick:close"?: () => any;
|
230
238
|
"onClick:back"?: () => any;
|
@@ -233,17 +241,21 @@ declare const _default: {
|
|
233
241
|
"click:back": () => true;
|
234
242
|
}, string, {
|
235
243
|
container?: any;
|
244
|
+
host?: any;
|
236
245
|
blueprint?: any;
|
237
246
|
colorSchemaType?: any;
|
238
247
|
blueprintType?: any;
|
239
248
|
colors?: any;
|
249
|
+
hostContainer?: any;
|
240
250
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
241
251
|
propsDefinition: Omit<Readonly<{
|
242
252
|
container?: any;
|
253
|
+
host?: any;
|
243
254
|
blueprint?: any;
|
244
255
|
colorSchemaType?: any;
|
245
256
|
blueprintType?: any;
|
246
257
|
colors?: any;
|
258
|
+
hostContainer?: any;
|
247
259
|
} & {
|
248
260
|
title?: string;
|
249
261
|
class?: String | String[];
|
@@ -9,10 +9,12 @@ declare const _default: {
|
|
9
9
|
$data: {};
|
10
10
|
$props: {
|
11
11
|
container?: any;
|
12
|
+
host?: any;
|
12
13
|
blueprint?: any;
|
13
14
|
colorSchemaType?: any;
|
14
15
|
blueprintType?: any;
|
15
16
|
colors?: any;
|
17
|
+
hostContainer?: any;
|
16
18
|
style?: unknown;
|
17
19
|
class?: unknown;
|
18
20
|
key?: string | number | symbol;
|
@@ -114,16 +116,20 @@ declare const _default: {
|
|
114
116
|
colors?: any;
|
115
117
|
blueprintType?: any;
|
116
118
|
blueprint?: any;
|
119
|
+
host?: any;
|
120
|
+
hostContainer?: any;
|
117
121
|
}>> & {
|
118
122
|
"onUpdate:active"?: (items: any[]) => any;
|
119
123
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
120
124
|
"update:active": (items: Array<any>) => true;
|
121
125
|
}, string, {
|
122
126
|
container?: any;
|
127
|
+
host?: any;
|
123
128
|
blueprint?: any;
|
124
129
|
colorSchemaType?: any;
|
125
130
|
blueprintType?: any;
|
126
131
|
colors?: any;
|
132
|
+
hostContainer?: any;
|
127
133
|
}, {}, string, {}> & {
|
128
134
|
beforeCreate?: (() => void) | (() => void)[];
|
129
135
|
created?: (() => void) | (() => void)[];
|
@@ -175,6 +181,8 @@ declare const _default: {
|
|
175
181
|
colors?: any;
|
176
182
|
blueprintType?: any;
|
177
183
|
blueprint?: any;
|
184
|
+
host?: any;
|
185
|
+
hostContainer?: any;
|
178
186
|
}>> & {
|
179
187
|
"onUpdate:active"?: (items: any[]) => any;
|
180
188
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -212,23 +220,29 @@ declare const _default: {
|
|
212
220
|
colors?: any;
|
213
221
|
blueprintType?: any;
|
214
222
|
blueprint?: any;
|
223
|
+
host?: any;
|
224
|
+
hostContainer?: any;
|
215
225
|
}>> & {
|
216
226
|
"onUpdate:active"?: (items: any[]) => any;
|
217
227
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
218
228
|
"update:active": (items: Array<any>) => true;
|
219
229
|
}, string, {
|
220
230
|
container?: any;
|
231
|
+
host?: any;
|
221
232
|
blueprint?: any;
|
222
233
|
colorSchemaType?: any;
|
223
234
|
blueprintType?: any;
|
224
235
|
colors?: any;
|
236
|
+
hostContainer?: any;
|
225
237
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
226
238
|
propsDefinition: Omit<Readonly<{
|
227
239
|
container?: any;
|
240
|
+
host?: any;
|
228
241
|
blueprint?: any;
|
229
242
|
colorSchemaType?: any;
|
230
243
|
blueprintType?: any;
|
231
244
|
colors?: any;
|
245
|
+
hostContainer?: any;
|
232
246
|
} & {
|
233
247
|
multiple?: boolean;
|
234
248
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>[]) => any;
|
@@ -5,10 +5,12 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
readonly text?: string;
|
13
15
|
style?: unknown;
|
14
16
|
class?: unknown;
|
@@ -87,12 +89,16 @@ declare const _default: {
|
|
87
89
|
colors?: any;
|
88
90
|
blueprintType?: any;
|
89
91
|
blueprint?: any;
|
92
|
+
host?: any;
|
93
|
+
hostContainer?: any;
|
90
94
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
91
95
|
container?: any;
|
96
|
+
host?: any;
|
92
97
|
blueprint?: any;
|
93
98
|
colorSchemaType?: any;
|
94
99
|
blueprintType?: any;
|
95
100
|
colors?: any;
|
101
|
+
hostContainer?: any;
|
96
102
|
}, {}, string, {}> & {
|
97
103
|
beforeCreate?: (() => void) | (() => void)[];
|
98
104
|
created?: (() => void) | (() => void)[];
|
@@ -130,6 +136,8 @@ declare const _default: {
|
|
130
136
|
colors?: any;
|
131
137
|
blueprintType?: any;
|
132
138
|
blueprint?: any;
|
139
|
+
host?: any;
|
140
|
+
hostContainer?: any;
|
133
141
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
134
142
|
__isFragment?: never;
|
135
143
|
__isTeleport?: never;
|
@@ -151,19 +159,25 @@ declare const _default: {
|
|
151
159
|
colors?: any;
|
152
160
|
blueprintType?: any;
|
153
161
|
blueprint?: any;
|
162
|
+
host?: any;
|
163
|
+
hostContainer?: any;
|
154
164
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
155
165
|
container?: any;
|
166
|
+
host?: any;
|
156
167
|
blueprint?: any;
|
157
168
|
colorSchemaType?: any;
|
158
169
|
blueprintType?: any;
|
159
170
|
colors?: any;
|
171
|
+
hostContainer?: any;
|
160
172
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
161
173
|
propsDefinition: Omit<Readonly<{
|
162
174
|
container?: any;
|
175
|
+
host?: any;
|
163
176
|
blueprint?: any;
|
164
177
|
colorSchemaType?: any;
|
165
178
|
blueprintType?: any;
|
166
179
|
colors?: any;
|
180
|
+
hostContainer?: any;
|
167
181
|
} & {
|
168
182
|
text?: string;
|
169
183
|
renderingMode?: BlockRenderingModes;
|
@@ -5,10 +5,12 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
style?: unknown;
|
13
15
|
class?: String | String[];
|
14
16
|
readonly name?: {
|
@@ -247,16 +249,20 @@ declare const _default: {
|
|
247
249
|
colors?: any;
|
248
250
|
blueprintType?: any;
|
249
251
|
blueprint?: any;
|
252
|
+
host?: any;
|
253
|
+
hostContainer?: any;
|
250
254
|
}>> & {
|
251
255
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
252
256
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
253
257
|
"update:modelValue": (value: SpacingSettings) => boolean;
|
254
258
|
}, string, {
|
255
259
|
container?: any;
|
260
|
+
host?: any;
|
256
261
|
blueprint?: any;
|
257
262
|
colorSchemaType?: any;
|
258
263
|
blueprintType?: any;
|
259
264
|
colors?: any;
|
265
|
+
hostContainer?: any;
|
260
266
|
}, {}, string, {}> & {
|
261
267
|
beforeCreate?: (() => void) | (() => void)[];
|
262
268
|
created?: (() => void) | (() => void)[];
|
@@ -383,6 +389,8 @@ declare const _default: {
|
|
383
389
|
colors?: any;
|
384
390
|
blueprintType?: any;
|
385
391
|
blueprint?: any;
|
392
|
+
host?: any;
|
393
|
+
hostContainer?: any;
|
386
394
|
}>> & {
|
387
395
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
388
396
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -495,23 +503,29 @@ declare const _default: {
|
|
495
503
|
colors?: any;
|
496
504
|
blueprintType?: any;
|
497
505
|
blueprint?: any;
|
506
|
+
host?: any;
|
507
|
+
hostContainer?: any;
|
498
508
|
}>> & {
|
499
509
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
500
510
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
501
511
|
"update:modelValue": (value: SpacingSettings) => boolean;
|
502
512
|
}, string, {
|
503
513
|
container?: any;
|
514
|
+
host?: any;
|
504
515
|
blueprint?: any;
|
505
516
|
colorSchemaType?: any;
|
506
517
|
blueprintType?: any;
|
507
518
|
colors?: any;
|
519
|
+
hostContainer?: any;
|
508
520
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
509
521
|
propsDefinition: Omit<Readonly<{
|
510
522
|
container?: any;
|
523
|
+
host?: any;
|
511
524
|
blueprint?: any;
|
512
525
|
colorSchemaType?: any;
|
513
526
|
blueprintType?: any;
|
514
527
|
colors?: any;
|
528
|
+
hostContainer?: any;
|
515
529
|
} & {
|
516
530
|
class?: String | String[];
|
517
531
|
name?: {
|
@@ -6,10 +6,12 @@ declare const _default: {
|
|
6
6
|
$data: {};
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
|
+
host?: any;
|
9
10
|
blueprint?: any;
|
10
11
|
colorSchemaType?: any;
|
11
12
|
blueprintType?: any;
|
12
13
|
colors?: any;
|
14
|
+
hostContainer?: any;
|
13
15
|
style?: unknown;
|
14
16
|
class?: unknown;
|
15
17
|
readonly name?: {
|
@@ -214,16 +216,20 @@ declare const _default: {
|
|
214
216
|
colors?: any;
|
215
217
|
blueprintType?: any;
|
216
218
|
blueprint?: any;
|
219
|
+
host?: any;
|
220
|
+
hostContainer?: any;
|
217
221
|
}>> & {
|
218
222
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
219
223
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
220
224
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
221
225
|
}, string, {
|
222
226
|
container?: any;
|
227
|
+
host?: any;
|
223
228
|
blueprint?: any;
|
224
229
|
colorSchemaType?: any;
|
225
230
|
blueprintType?: any;
|
226
231
|
colors?: any;
|
232
|
+
hostContainer?: any;
|
227
233
|
}, {}, string, {}> & {
|
228
234
|
beforeCreate?: (() => void) | (() => void)[];
|
229
235
|
created?: (() => void) | (() => void)[];
|
@@ -321,6 +327,8 @@ declare const _default: {
|
|
321
327
|
colors?: any;
|
322
328
|
blueprintType?: any;
|
323
329
|
blueprint?: any;
|
330
|
+
host?: any;
|
331
|
+
hostContainer?: any;
|
324
332
|
}>> & {
|
325
333
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
326
334
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -404,23 +412,29 @@ declare const _default: {
|
|
404
412
|
colors?: any;
|
405
413
|
blueprintType?: any;
|
406
414
|
blueprint?: any;
|
415
|
+
host?: any;
|
416
|
+
hostContainer?: any;
|
407
417
|
}>> & {
|
408
418
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
409
419
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
410
420
|
"update:modelValue": (colorSchema: ColorSchema) => any;
|
411
421
|
}, string, {
|
412
422
|
container?: any;
|
423
|
+
host?: any;
|
413
424
|
blueprint?: any;
|
414
425
|
colorSchemaType?: any;
|
415
426
|
blueprintType?: any;
|
416
427
|
colors?: any;
|
428
|
+
hostContainer?: any;
|
417
429
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
418
430
|
propsDefinition: Omit<Readonly<{
|
419
431
|
container?: any;
|
432
|
+
host?: any;
|
420
433
|
blueprint?: any;
|
421
434
|
colorSchemaType?: any;
|
422
435
|
blueprintType?: any;
|
423
436
|
colors?: any;
|
437
|
+
hostContainer?: any;
|
424
438
|
} & {
|
425
439
|
name?: {
|
426
440
|
[x: `onUpdate:${string}`]: {
|
@@ -5,10 +5,12 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
style?: unknown;
|
13
15
|
class?: unknown;
|
14
16
|
readonly name?: {
|
@@ -209,16 +211,20 @@ declare const _default: {
|
|
209
211
|
colors?: any;
|
210
212
|
blueprintType?: any;
|
211
213
|
blueprint?: any;
|
214
|
+
host?: any;
|
215
|
+
hostContainer?: any;
|
212
216
|
}>> & {
|
213
217
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
214
218
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
215
219
|
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
216
220
|
}, string, {
|
217
221
|
container?: any;
|
222
|
+
host?: any;
|
218
223
|
blueprint?: any;
|
219
224
|
colorSchemaType?: any;
|
220
225
|
blueprintType?: any;
|
221
226
|
colors?: any;
|
227
|
+
hostContainer?: any;
|
222
228
|
}, {}, string, {}> & {
|
223
229
|
beforeCreate?: (() => void) | (() => void)[];
|
224
230
|
created?: (() => void) | (() => void)[];
|
@@ -316,6 +322,8 @@ declare const _default: {
|
|
316
322
|
colors?: any;
|
317
323
|
blueprintType?: any;
|
318
324
|
blueprint?: any;
|
325
|
+
host?: any;
|
326
|
+
hostContainer?: any;
|
319
327
|
}>> & {
|
320
328
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
321
329
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -399,23 +407,29 @@ declare const _default: {
|
|
399
407
|
colors?: any;
|
400
408
|
blueprintType?: any;
|
401
409
|
blueprint?: any;
|
410
|
+
host?: any;
|
411
|
+
hostContainer?: any;
|
402
412
|
}>> & {
|
403
413
|
"onUpdate:modelValue"?: (theme: ThemeDefinitionV2) => any;
|
404
414
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
405
415
|
"update:modelValue": (theme: ThemeDefinitionV2) => true;
|
406
416
|
}, string, {
|
407
417
|
container?: any;
|
418
|
+
host?: any;
|
408
419
|
blueprint?: any;
|
409
420
|
colorSchemaType?: any;
|
410
421
|
blueprintType?: any;
|
411
422
|
colors?: any;
|
423
|
+
hostContainer?: any;
|
412
424
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
413
425
|
propsDefinition: Omit<Readonly<{
|
414
426
|
container?: any;
|
427
|
+
host?: any;
|
415
428
|
blueprint?: any;
|
416
429
|
colorSchemaType?: any;
|
417
430
|
blueprintType?: any;
|
418
431
|
colors?: any;
|
432
|
+
hostContainer?: any;
|
419
433
|
} & {
|
420
434
|
name?: {
|
421
435
|
[x: `onUpdate:${string}`]: {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export declare
|
1
|
+
export declare function useBlueprintSetup(props: object): {
|
2
2
|
state: {
|
3
3
|
blueprint: import("@omnia/fx-models").BlueprintDefinition;
|
4
4
|
blueprintType: import("@omnia/fx-models").BlueprintType | import("@omnia/fx-models").BlueprintTypes;
|
File without changes
|
File without changes
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts
CHANGED
@@ -4,10 +4,12 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
|
+
host?: any;
|
7
8
|
blueprint?: any;
|
8
9
|
colorSchemaType?: any;
|
9
10
|
blueprintType?: any;
|
10
11
|
colors?: any;
|
12
|
+
hostContainer?: any;
|
11
13
|
style?: unknown;
|
12
14
|
class?: unknown;
|
13
15
|
key?: string | number | symbol;
|
@@ -72,12 +74,16 @@ declare const _default: {
|
|
72
74
|
colors?: any;
|
73
75
|
blueprintType?: any;
|
74
76
|
blueprint?: any;
|
77
|
+
host?: any;
|
78
|
+
hostContainer?: any;
|
75
79
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
76
80
|
container?: any;
|
81
|
+
host?: any;
|
77
82
|
blueprint?: any;
|
78
83
|
colorSchemaType?: any;
|
79
84
|
blueprintType?: any;
|
80
85
|
colors?: any;
|
86
|
+
hostContainer?: any;
|
81
87
|
}, {}, string, {}> & {
|
82
88
|
beforeCreate?: (() => void) | (() => void)[];
|
83
89
|
created?: (() => void) | (() => void)[];
|
@@ -104,6 +110,8 @@ declare const _default: {
|
|
104
110
|
colors?: any;
|
105
111
|
blueprintType?: any;
|
106
112
|
blueprint?: any;
|
113
|
+
host?: any;
|
114
|
+
hostContainer?: any;
|
107
115
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
108
116
|
__isFragment?: never;
|
109
117
|
__isTeleport?: never;
|
@@ -114,19 +122,25 @@ declare const _default: {
|
|
114
122
|
colors?: any;
|
115
123
|
blueprintType?: any;
|
116
124
|
blueprint?: any;
|
125
|
+
host?: any;
|
126
|
+
hostContainer?: any;
|
117
127
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
118
128
|
container?: any;
|
129
|
+
host?: any;
|
119
130
|
blueprint?: any;
|
120
131
|
colorSchemaType?: any;
|
121
132
|
blueprintType?: any;
|
122
133
|
colors?: any;
|
134
|
+
hostContainer?: any;
|
123
135
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
124
136
|
propsDefinition: Omit<Readonly<{
|
125
137
|
container?: any;
|
138
|
+
host?: any;
|
126
139
|
blueprint?: any;
|
127
140
|
colorSchemaType?: any;
|
128
141
|
blueprintType?: any;
|
129
142
|
colors?: any;
|
143
|
+
hostContainer?: any;
|
130
144
|
} & {}>, never>;
|
131
145
|
};
|
132
146
|
export default _default;
|
@@ -10,10 +10,12 @@ declare const _default: {
|
|
10
10
|
$data: {};
|
11
11
|
$props: {
|
12
12
|
container?: any;
|
13
|
+
host?: any;
|
13
14
|
blueprint?: any;
|
14
15
|
colorSchemaType?: any;
|
15
16
|
blueprintType?: any;
|
16
17
|
colors?: any;
|
18
|
+
hostContainer?: any;
|
17
19
|
style?: unknown;
|
18
20
|
class?: unknown;
|
19
21
|
key?: string | number | symbol;
|
@@ -79,16 +81,20 @@ declare const _default: {
|
|
79
81
|
colors?: any;
|
80
82
|
blueprintType?: any;
|
81
83
|
blueprint?: any;
|
84
|
+
host?: any;
|
85
|
+
hostContainer?: any;
|
82
86
|
}>> & {
|
83
87
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
84
88
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
85
89
|
"definition:selected": (ev: DefinitionSelectedEvent) => any;
|
86
90
|
}, string, {
|
87
91
|
container?: any;
|
92
|
+
host?: any;
|
88
93
|
blueprint?: any;
|
89
94
|
colorSchemaType?: any;
|
90
95
|
blueprintType?: any;
|
91
96
|
colors?: any;
|
97
|
+
hostContainer?: any;
|
92
98
|
}, {}, string, {}> & {
|
93
99
|
beforeCreate?: (() => void) | (() => void)[];
|
94
100
|
created?: (() => void) | (() => void)[];
|
@@ -115,6 +121,8 @@ declare const _default: {
|
|
115
121
|
colors?: any;
|
116
122
|
blueprintType?: any;
|
117
123
|
blueprint?: any;
|
124
|
+
host?: any;
|
125
|
+
hostContainer?: any;
|
118
126
|
}>> & {
|
119
127
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
120
128
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -127,23 +135,29 @@ declare const _default: {
|
|
127
135
|
colors?: any;
|
128
136
|
blueprintType?: any;
|
129
137
|
blueprint?: any;
|
138
|
+
host?: any;
|
139
|
+
hostContainer?: any;
|
130
140
|
}>> & {
|
131
141
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
132
142
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
133
143
|
"definition:selected": (ev: DefinitionSelectedEvent) => any;
|
134
144
|
}, string, {
|
135
145
|
container?: any;
|
146
|
+
host?: any;
|
136
147
|
blueprint?: any;
|
137
148
|
colorSchemaType?: any;
|
138
149
|
blueprintType?: any;
|
139
150
|
colors?: any;
|
151
|
+
hostContainer?: any;
|
140
152
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
141
153
|
propsDefinition: Omit<Readonly<{
|
142
154
|
container?: any;
|
155
|
+
host?: any;
|
143
156
|
blueprint?: any;
|
144
157
|
colorSchemaType?: any;
|
145
158
|
blueprintType?: any;
|
146
159
|
colors?: any;
|
160
|
+
hostContainer?: any;
|
147
161
|
} & {}>, "onDefinition:selected"> & {
|
148
162
|
"onDefinition:selected"?: (ev: DefinitionSelectedEvent) => any;
|
149
163
|
};
|
@@ -5,10 +5,12 @@ declare const _default: {
|
|
5
5
|
$data: {};
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
|
+
host?: any;
|
8
9
|
blueprint?: any;
|
9
10
|
colorSchemaType?: any;
|
10
11
|
blueprintType?: any;
|
11
12
|
colors?: any;
|
13
|
+
hostContainer?: any;
|
12
14
|
style?: unknown;
|
13
15
|
class?: unknown;
|
14
16
|
key?: string | number | symbol;
|
@@ -74,16 +76,20 @@ declare const _default: {
|
|
74
76
|
colors?: any;
|
75
77
|
blueprintType?: any;
|
76
78
|
blueprint?: any;
|
79
|
+
host?: any;
|
80
|
+
hostContainer?: any;
|
77
81
|
}>> & {
|
78
82
|
"onDefinition:selected"?: (id: Guid) => any;
|
79
83
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
80
84
|
"definition:selected": (id: Guid) => any;
|
81
85
|
}, string, {
|
82
86
|
container?: any;
|
87
|
+
host?: any;
|
83
88
|
blueprint?: any;
|
84
89
|
colorSchemaType?: any;
|
85
90
|
blueprintType?: any;
|
86
91
|
colors?: any;
|
92
|
+
hostContainer?: any;
|
87
93
|
}, {}, string, {}> & {
|
88
94
|
beforeCreate?: (() => void) | (() => void)[];
|
89
95
|
created?: (() => void) | (() => void)[];
|
@@ -110,6 +116,8 @@ declare const _default: {
|
|
110
116
|
colors?: any;
|
111
117
|
blueprintType?: any;
|
112
118
|
blueprint?: any;
|
119
|
+
host?: any;
|
120
|
+
hostContainer?: any;
|
113
121
|
}>> & {
|
114
122
|
"onDefinition:selected"?: (id: Guid) => any;
|
115
123
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -122,23 +130,29 @@ declare const _default: {
|
|
122
130
|
colors?: any;
|
123
131
|
blueprintType?: any;
|
124
132
|
blueprint?: any;
|
133
|
+
host?: any;
|
134
|
+
hostContainer?: any;
|
125
135
|
}>> & {
|
126
136
|
"onDefinition:selected"?: (id: Guid) => any;
|
127
137
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
128
138
|
"definition:selected": (id: Guid) => any;
|
129
139
|
}, string, {
|
130
140
|
container?: any;
|
141
|
+
host?: any;
|
131
142
|
blueprint?: any;
|
132
143
|
colorSchemaType?: any;
|
133
144
|
blueprintType?: any;
|
134
145
|
colors?: any;
|
146
|
+
hostContainer?: any;
|
135
147
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
136
148
|
propsDefinition: Omit<Readonly<{
|
137
149
|
container?: any;
|
150
|
+
host?: any;
|
138
151
|
blueprint?: any;
|
139
152
|
colorSchemaType?: any;
|
140
153
|
blueprintType?: any;
|
141
154
|
colors?: any;
|
155
|
+
hostContainer?: any;
|
142
156
|
} & {}>, "onDefinition:selected"> & {
|
143
157
|
"onDefinition:selected"?: (id: Guid) => any;
|
144
158
|
};
|