@omnia/fx 8.0.88-vnext → 8.0.91-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +258 -78
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +67 -28
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +21 -10
- package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +26 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +43 -10
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +95 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +14 -22
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.d.ts +24 -41
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/blueprintpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/ColorPicker.d.ts +488 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.d.ts +33 -33
- package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.d.ts +32 -32
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/colorschemapicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/TypographyPicker.d.ts +488 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/SampleComponent.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/components/typographypicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/ApiRegistrations.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +22 -15
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +1268 -250
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/theming-v2/{blueprintpicker → components/blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemadefinitionpicker → components/colorschemadefinitionpicker}/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{colorschemapicker → components/colorschemapicker}/ColorSchemaPicker.css.d.ts +0 -0
@@ -1,3 +1,7 @@
|
|
1
|
+
export interface FilterPickerValue {
|
2
|
+
text: string;
|
3
|
+
id: any;
|
4
|
+
}
|
1
5
|
declare const _default: {
|
2
6
|
new (...args: any[]): {
|
3
7
|
$: import("vue").ComponentInternalInstance;
|
@@ -5,12 +9,13 @@ declare const _default: {
|
|
5
9
|
$props: {
|
6
10
|
container?: any;
|
7
11
|
blueprint?: any;
|
8
|
-
blueprintType?: any;
|
9
12
|
colorSchemaType?: any;
|
13
|
+
blueprintType?: any;
|
10
14
|
colors?: any;
|
11
15
|
style?: unknown;
|
12
16
|
class?: String | String[];
|
13
17
|
key?: string | number | symbol;
|
18
|
+
readonly filters: FilterPickerValue[];
|
14
19
|
readonly size?: "small" | "default" | "x-small";
|
15
20
|
ref?: import("vue").VNodeRef;
|
16
21
|
ref_for?: boolean;
|
@@ -53,10 +58,11 @@ declare const _default: {
|
|
53
58
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
59
|
[key: string]: any;
|
55
60
|
}>) => void)[];
|
56
|
-
readonly modelValue?:
|
57
|
-
|
58
|
-
readonly "v-model"?:
|
59
|
-
|
61
|
+
readonly modelValue?: FilterPickerValue[];
|
62
|
+
"onUpdate:modelValue"?: ((value: FilterPickerValue[]) => any) & ((value: FilterPickerValue[]) => any);
|
63
|
+
readonly "v-model"?: FilterPickerValue[];
|
64
|
+
readonly grow?: boolean;
|
65
|
+
readonly singleSelect?: "small" | "default" | "x-small";
|
60
66
|
};
|
61
67
|
$attrs: {
|
62
68
|
[x: string]: unknown;
|
@@ -69,21 +75,31 @@ declare const _default: {
|
|
69
75
|
}>;
|
70
76
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
71
77
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
72
|
-
$emit: (event: "update:
|
78
|
+
$emit: (event: "update:modelValue", value: FilterPickerValue[]) => void;
|
73
79
|
$el: any;
|
74
80
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
81
|
+
grow: {
|
82
|
+
type: import("vue").PropType<boolean>;
|
83
|
+
};
|
84
|
+
singleSelect: {
|
85
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
86
|
+
};
|
75
87
|
size: {
|
76
88
|
type: import("vue").PropType<"small" | "default" | "x-small">;
|
77
89
|
};
|
90
|
+
filters: {
|
91
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
92
|
+
required: true;
|
93
|
+
};
|
78
94
|
"onUpdate:modelValue": {
|
79
|
-
type: import("vue").PropType<(value:
|
95
|
+
type: import("vue").PropType<(value: FilterPickerValue[]) => any>;
|
80
96
|
};
|
81
97
|
"v-model": {
|
82
|
-
type: import("vue").PropType<
|
98
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
83
99
|
required: false;
|
84
100
|
};
|
85
101
|
modelValue: {
|
86
|
-
type: import("vue").PropType<
|
102
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
87
103
|
required: false;
|
88
104
|
};
|
89
105
|
class: {
|
@@ -96,14 +112,14 @@ declare const _default: {
|
|
96
112
|
blueprintType?: any;
|
97
113
|
blueprint?: any;
|
98
114
|
}>> & {
|
99
|
-
"onUpdate:
|
115
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
100
116
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
101
|
-
"update:
|
117
|
+
"update:modelValue": (value: FilterPickerValue[]) => any;
|
102
118
|
}, string, {
|
103
119
|
container?: any;
|
104
120
|
blueprint?: any;
|
105
|
-
blueprintType?: any;
|
106
121
|
colorSchemaType?: any;
|
122
|
+
blueprintType?: any;
|
107
123
|
colors?: any;
|
108
124
|
}, {}, string, {}> & {
|
109
125
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -126,18 +142,28 @@ declare const _default: {
|
|
126
142
|
$nextTick: typeof import("vue").nextTick;
|
127
143
|
$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;
|
128
144
|
} & Readonly<import("vue").ExtractPropTypes<{
|
145
|
+
grow: {
|
146
|
+
type: import("vue").PropType<boolean>;
|
147
|
+
};
|
148
|
+
singleSelect: {
|
149
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
150
|
+
};
|
129
151
|
size: {
|
130
152
|
type: import("vue").PropType<"small" | "default" | "x-small">;
|
131
153
|
};
|
154
|
+
filters: {
|
155
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
156
|
+
required: true;
|
157
|
+
};
|
132
158
|
"onUpdate:modelValue": {
|
133
|
-
type: import("vue").PropType<(value:
|
159
|
+
type: import("vue").PropType<(value: FilterPickerValue[]) => any>;
|
134
160
|
};
|
135
161
|
"v-model": {
|
136
|
-
type: import("vue").PropType<
|
162
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
137
163
|
required: false;
|
138
164
|
};
|
139
165
|
modelValue: {
|
140
|
-
type: import("vue").PropType<
|
166
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
141
167
|
required: false;
|
142
168
|
};
|
143
169
|
class: {
|
@@ -150,24 +176,34 @@ declare const _default: {
|
|
150
176
|
blueprintType?: any;
|
151
177
|
blueprint?: any;
|
152
178
|
}>> & {
|
153
|
-
"onUpdate:
|
179
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
154
180
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
155
181
|
__isFragment?: never;
|
156
182
|
__isTeleport?: never;
|
157
183
|
__isSuspense?: never;
|
158
184
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
185
|
+
grow: {
|
186
|
+
type: import("vue").PropType<boolean>;
|
187
|
+
};
|
188
|
+
singleSelect: {
|
189
|
+
type: import("vue").PropType<"small" | "default" | "x-small">;
|
190
|
+
};
|
159
191
|
size: {
|
160
192
|
type: import("vue").PropType<"small" | "default" | "x-small">;
|
161
193
|
};
|
194
|
+
filters: {
|
195
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
196
|
+
required: true;
|
197
|
+
};
|
162
198
|
"onUpdate:modelValue": {
|
163
|
-
type: import("vue").PropType<(value:
|
199
|
+
type: import("vue").PropType<(value: FilterPickerValue[]) => any>;
|
164
200
|
};
|
165
201
|
"v-model": {
|
166
|
-
type: import("vue").PropType<
|
202
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
167
203
|
required: false;
|
168
204
|
};
|
169
205
|
modelValue: {
|
170
|
-
type: import("vue").PropType<
|
206
|
+
type: import("vue").PropType<FilterPickerValue[]>;
|
171
207
|
required: false;
|
172
208
|
};
|
173
209
|
class: {
|
@@ -180,30 +216,33 @@ declare const _default: {
|
|
180
216
|
blueprintType?: any;
|
181
217
|
blueprint?: any;
|
182
218
|
}>> & {
|
183
|
-
"onUpdate:
|
219
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
184
220
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
185
|
-
"update:
|
221
|
+
"update:modelValue": (value: FilterPickerValue[]) => any;
|
186
222
|
}, string, {
|
187
223
|
container?: any;
|
188
224
|
blueprint?: any;
|
189
|
-
blueprintType?: any;
|
190
225
|
colorSchemaType?: any;
|
226
|
+
blueprintType?: any;
|
191
227
|
colors?: any;
|
192
228
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
193
229
|
propsDefinition: Omit<Readonly<{
|
194
230
|
container?: any;
|
231
|
+
filters: FilterPickerValue[];
|
195
232
|
blueprint?: any;
|
196
|
-
blueprintType?: any;
|
197
233
|
colorSchemaType?: any;
|
234
|
+
blueprintType?: any;
|
198
235
|
colors?: any;
|
199
236
|
} & {
|
200
237
|
class?: String | String[];
|
201
238
|
size?: "small" | "default" | "x-small";
|
202
|
-
modelValue?:
|
203
|
-
"onUpdate:modelValue"?: (value:
|
204
|
-
"v-model"?:
|
205
|
-
|
206
|
-
"
|
239
|
+
modelValue?: FilterPickerValue[];
|
240
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
241
|
+
"v-model"?: FilterPickerValue[];
|
242
|
+
grow?: boolean;
|
243
|
+
singleSelect?: "small" | "default" | "x-small";
|
244
|
+
}>, "onUpdate:modelValue"> & {
|
245
|
+
"onUpdate:modelValue"?: (value: FilterPickerValue[]) => any;
|
207
246
|
};
|
208
247
|
};
|
209
248
|
export default _default;
|
@@ -6,8 +6,8 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
8
|
blueprint?: any;
|
9
|
-
blueprintType?: any;
|
10
9
|
colorSchemaType?: any;
|
10
|
+
blueprintType?: any;
|
11
11
|
colors?: any;
|
12
12
|
style?: unknown;
|
13
13
|
class?: String | String[];
|
@@ -232,8 +232,8 @@ declare const _default: {
|
|
232
232
|
}, string, {
|
233
233
|
container?: any;
|
234
234
|
blueprint?: any;
|
235
|
-
blueprintType?: any;
|
236
235
|
colorSchemaType?: any;
|
236
|
+
blueprintType?: any;
|
237
237
|
colors?: any;
|
238
238
|
}, {}, string, {}> & {
|
239
239
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -446,15 +446,15 @@ declare const _default: {
|
|
446
446
|
}, string, {
|
447
447
|
container?: any;
|
448
448
|
blueprint?: any;
|
449
|
-
blueprintType?: any;
|
450
449
|
colorSchemaType?: any;
|
450
|
+
blueprintType?: any;
|
451
451
|
colors?: any;
|
452
452
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
453
453
|
propsDefinition: Omit<Readonly<{
|
454
454
|
container?: any;
|
455
455
|
blueprint?: any;
|
456
|
-
blueprintType?: any;
|
457
456
|
colorSchemaType?: any;
|
457
|
+
blueprintType?: any;
|
458
458
|
colors?: any;
|
459
459
|
} & {
|
460
460
|
class?: String | String[];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { BladeSizes, Func, IIcon } from "@omnia/fx-models";
|
2
|
-
import { ConfirmDialogOptions } from "@omnia/fx/ux";
|
2
|
+
import { ConfirmDialogOptions, IBladeApi } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild, nextTick } from "vue";
|
4
4
|
declare const _default: {
|
5
5
|
new (...args: any[]): {
|
@@ -63,17 +63,18 @@ declare const _default: {
|
|
63
63
|
};
|
64
64
|
readonly variant?: "info" | "new" | "edit";
|
65
65
|
readonly settings?: boolean;
|
66
|
+
readonly getApi?: (api: IBladeApi) => void;
|
66
67
|
readonly save?: boolean;
|
67
68
|
readonly create?: boolean;
|
68
69
|
readonly subTitle?: string;
|
69
70
|
"onClick:cancel"?: (id: string) => any;
|
70
|
-
readonly onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
71
|
-
"onClick:back"?: (id: string) => any;
|
72
71
|
readonly searchable?: boolean;
|
72
|
+
readonly onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
73
73
|
readonly onDelete?: (bladeId: string) => boolean | Promise<boolean>;
|
74
74
|
readonly confirmDeleteDialogOption?: unknown;
|
75
75
|
onSearch?: (searchText: string) => any;
|
76
76
|
"onClick:add"?: (id: string) => any;
|
77
|
+
"onClick:back"?: (id: string) => any;
|
77
78
|
"onClick:settings"?: (id: string) => any;
|
78
79
|
};
|
79
80
|
$attrs: {
|
@@ -87,7 +88,7 @@ declare const _default: {
|
|
87
88
|
}>;
|
88
89
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
89
90
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
90
|
-
$emit: ((event: "search", searchText: string) => void) & ((event: "click:cancel", id: string) => void) & ((event: "click:
|
91
|
+
$emit: ((event: "search", searchText: string) => void) & ((event: "click:cancel", id: string) => void) & ((event: "click:add", id: string) => void) & ((event: "click:back", id: string) => void) & ((event: "click:settings", id: string) => void);
|
91
92
|
$el: any;
|
92
93
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
93
94
|
"v-slots": import("vue").Prop<{
|
@@ -105,6 +106,9 @@ declare const _default: {
|
|
105
106
|
onSave: {
|
106
107
|
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
107
108
|
};
|
109
|
+
getApi: {
|
110
|
+
type: import("vue").PropType<(api: IBladeApi) => void>;
|
111
|
+
};
|
108
112
|
variant: {
|
109
113
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
110
114
|
};
|
@@ -141,9 +145,9 @@ declare const _default: {
|
|
141
145
|
};
|
142
146
|
}>> & {
|
143
147
|
"onClick:cancel"?: (id: string) => any;
|
144
|
-
"onClick:back"?: (id: string) => any;
|
145
148
|
onSearch?: (searchText: string) => any;
|
146
149
|
"onClick:add"?: (id: string) => any;
|
150
|
+
"onClick:back"?: (id: string) => any;
|
147
151
|
"onClick:settings"?: (id: string) => any;
|
148
152
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
149
153
|
"click:add": (id: string) => boolean;
|
@@ -187,6 +191,9 @@ declare const _default: {
|
|
187
191
|
onSave: {
|
188
192
|
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
189
193
|
};
|
194
|
+
getApi: {
|
195
|
+
type: import("vue").PropType<(api: IBladeApi) => void>;
|
196
|
+
};
|
190
197
|
variant: {
|
191
198
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
192
199
|
};
|
@@ -223,9 +230,9 @@ declare const _default: {
|
|
223
230
|
};
|
224
231
|
}>> & {
|
225
232
|
"onClick:cancel"?: (id: string) => any;
|
226
|
-
"onClick:back"?: (id: string) => any;
|
227
233
|
onSearch?: (searchText: string) => any;
|
228
234
|
"onClick:add"?: (id: string) => any;
|
235
|
+
"onClick:back"?: (id: string) => any;
|
229
236
|
"onClick:settings"?: (id: string) => any;
|
230
237
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
231
238
|
__isFragment?: never;
|
@@ -247,6 +254,9 @@ declare const _default: {
|
|
247
254
|
onSave: {
|
248
255
|
type: import("vue").PropType<(bladeId: string) => boolean | Promise<boolean>>;
|
249
256
|
};
|
257
|
+
getApi: {
|
258
|
+
type: import("vue").PropType<(api: IBladeApi) => void>;
|
259
|
+
};
|
250
260
|
variant: {
|
251
261
|
type: import("vue").PropType<"info" | "new" | "edit">;
|
252
262
|
};
|
@@ -283,9 +293,9 @@ declare const _default: {
|
|
283
293
|
};
|
284
294
|
}>> & {
|
285
295
|
"onClick:cancel"?: (id: string) => any;
|
286
|
-
"onClick:back"?: (id: string) => any;
|
287
296
|
onSearch?: (searchText: string) => any;
|
288
297
|
"onClick:add"?: (id: string) => any;
|
298
|
+
"onClick:back"?: (id: string) => any;
|
289
299
|
"onClick:settings"?: (id: string) => any;
|
290
300
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
291
301
|
"click:add": (id: string) => boolean;
|
@@ -308,18 +318,19 @@ declare const _default: {
|
|
308
318
|
};
|
309
319
|
variant?: "info" | "new" | "edit";
|
310
320
|
settings?: boolean;
|
321
|
+
getApi?: (api: IBladeApi) => void;
|
311
322
|
save?: boolean;
|
312
323
|
create?: boolean;
|
313
324
|
subTitle?: string;
|
314
|
-
onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
315
325
|
searchable?: boolean;
|
326
|
+
onSave?: (bladeId: string) => boolean | Promise<boolean>;
|
316
327
|
onDelete?: (bladeId: string) => boolean | Promise<boolean>;
|
317
328
|
confirmDeleteDialogOption?: unknown;
|
318
|
-
}>, "onClick:cancel" | "
|
329
|
+
}>, "onClick:cancel" | "onSearch" | "onClick:add" | "onClick:back" | "onClick:settings"> & {
|
319
330
|
"onClick:cancel"?: (id: string) => any;
|
320
|
-
"onClick:back"?: (id: string) => any;
|
321
331
|
onSearch?: (searchText: string) => any;
|
322
332
|
"onClick:add"?: (id: string) => any;
|
333
|
+
"onClick:back"?: (id: string) => any;
|
323
334
|
"onClick:settings"?: (id: string) => any;
|
324
335
|
};
|
325
336
|
};
|
@@ -55,7 +55,7 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
|
|
55
55
|
setActiveIndex: (index: number) => void;
|
56
56
|
moveNext: (fromBladeId?: string) => void;
|
57
57
|
movePrev: (fromBladeId?: string) => void;
|
58
|
-
travelTo: (id: string) => void;
|
58
|
+
travelTo: (id: string, fromBladeId?: string) => void;
|
59
59
|
setNested: (menuStore: ReturnType<typeof useJourneyMenuStore>) => void;
|
60
60
|
};
|
61
61
|
events: {
|
@@ -5,8 +5,8 @@ declare const _default: {
|
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
7
|
blueprint?: any;
|
8
|
-
blueprintType?: any;
|
9
8
|
colorSchemaType?: any;
|
9
|
+
blueprintType?: any;
|
10
10
|
colors?: any;
|
11
11
|
readonly title?: string;
|
12
12
|
readonly text?: string;
|
@@ -99,8 +99,8 @@ declare const _default: {
|
|
99
99
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
100
100
|
container?: any;
|
101
101
|
blueprint?: any;
|
102
|
-
blueprintType?: any;
|
103
102
|
colorSchemaType?: any;
|
103
|
+
blueprintType?: any;
|
104
104
|
colors?: any;
|
105
105
|
}, {}, string, {}> & {
|
106
106
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -181,15 +181,15 @@ declare const _default: {
|
|
181
181
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
182
182
|
container?: any;
|
183
183
|
blueprint?: any;
|
184
|
-
blueprintType?: any;
|
185
184
|
colorSchemaType?: any;
|
185
|
+
blueprintType?: any;
|
186
186
|
colors?: any;
|
187
187
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
188
188
|
propsDefinition: Omit<Readonly<{
|
189
189
|
container?: any;
|
190
190
|
blueprint?: any;
|
191
|
-
blueprintType?: any;
|
192
191
|
colorSchemaType?: any;
|
192
|
+
blueprintType?: any;
|
193
193
|
colors?: any;
|
194
194
|
} & {
|
195
195
|
title?: string;
|
@@ -7,8 +7,8 @@ declare const _default: {
|
|
7
7
|
$props: {
|
8
8
|
container?: any;
|
9
9
|
blueprint?: any;
|
10
|
-
blueprintType?: any;
|
11
10
|
colorSchemaType?: any;
|
11
|
+
blueprintType?: any;
|
12
12
|
colors?: any;
|
13
13
|
style?: unknown;
|
14
14
|
class?: unknown;
|
@@ -88,8 +88,8 @@ declare const _default: {
|
|
88
88
|
}, string, {
|
89
89
|
container?: any;
|
90
90
|
blueprint?: any;
|
91
|
-
blueprintType?: any;
|
92
91
|
colorSchemaType?: any;
|
92
|
+
blueprintType?: any;
|
93
93
|
colors?: any;
|
94
94
|
}, {}, string, {}> & {
|
95
95
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -146,15 +146,15 @@ declare const _default: {
|
|
146
146
|
}, string, {
|
147
147
|
container?: any;
|
148
148
|
blueprint?: any;
|
149
|
-
blueprintType?: any;
|
150
149
|
colorSchemaType?: any;
|
150
|
+
blueprintType?: any;
|
151
151
|
colors?: any;
|
152
152
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
153
153
|
propsDefinition: Omit<Readonly<{
|
154
154
|
container?: any;
|
155
155
|
blueprint?: any;
|
156
|
-
blueprintType?: any;
|
157
156
|
colorSchemaType?: any;
|
157
|
+
blueprintType?: any;
|
158
158
|
colors?: any;
|
159
159
|
} & {
|
160
160
|
item?: LayoutItemRegistration;
|
@@ -6,8 +6,8 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
8
|
blueprint?: any;
|
9
|
-
blueprintType?: any;
|
10
9
|
colorSchemaType?: any;
|
10
|
+
blueprintType?: any;
|
11
11
|
colors?: any;
|
12
12
|
readonly small?: boolean;
|
13
13
|
style?: unknown;
|
@@ -112,8 +112,8 @@ declare const _default: {
|
|
112
112
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
113
113
|
container?: any;
|
114
114
|
blueprint?: any;
|
115
|
-
blueprintType?: any;
|
116
115
|
colorSchemaType?: any;
|
116
|
+
blueprintType?: any;
|
117
117
|
colors?: any;
|
118
118
|
}, {}, string, {}> & {
|
119
119
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -210,15 +210,15 @@ declare const _default: {
|
|
210
210
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
211
211
|
container?: any;
|
212
212
|
blueprint?: any;
|
213
|
-
blueprintType?: any;
|
214
213
|
colorSchemaType?: any;
|
214
|
+
blueprintType?: any;
|
215
215
|
colors?: any;
|
216
216
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
217
217
|
propsDefinition: Omit<Readonly<{
|
218
218
|
container?: any;
|
219
219
|
blueprint?: any;
|
220
|
-
blueprintType?: any;
|
221
220
|
colorSchemaType?: any;
|
221
|
+
blueprintType?: any;
|
222
222
|
colors?: any;
|
223
223
|
} & {
|
224
224
|
small?: boolean;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts
CHANGED
@@ -14,8 +14,8 @@ declare const _default: {
|
|
14
14
|
$props: {
|
15
15
|
container?: any;
|
16
16
|
blueprint?: any;
|
17
|
-
blueprintType?: any;
|
18
17
|
colorSchemaType?: any;
|
18
|
+
blueprintType?: any;
|
19
19
|
colors?: any;
|
20
20
|
readonly block?: Block;
|
21
21
|
style?: unknown;
|
@@ -118,8 +118,8 @@ declare const _default: {
|
|
118
118
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
119
119
|
container?: any;
|
120
120
|
blueprint?: any;
|
121
|
-
blueprintType?: any;
|
122
121
|
colorSchemaType?: any;
|
122
|
+
blueprintType?: any;
|
123
123
|
colors?: any;
|
124
124
|
}, {}, string, {}> & {
|
125
125
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -214,15 +214,15 @@ declare const _default: {
|
|
214
214
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
215
215
|
container?: any;
|
216
216
|
blueprint?: any;
|
217
|
-
blueprintType?: any;
|
218
217
|
colorSchemaType?: any;
|
218
|
+
blueprintType?: any;
|
219
219
|
colors?: any;
|
220
220
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
221
221
|
propsDefinition: Omit<Readonly<{
|
222
222
|
container?: any;
|
223
223
|
blueprint?: any;
|
224
|
-
blueprintType?: any;
|
225
224
|
colorSchemaType?: any;
|
225
|
+
blueprintType?: any;
|
226
226
|
colors?: any;
|
227
227
|
} & {
|
228
228
|
block?: Block;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts
CHANGED
@@ -6,8 +6,8 @@ declare const _default: {
|
|
6
6
|
$props: {
|
7
7
|
container?: any;
|
8
8
|
blueprint?: any;
|
9
|
-
blueprintType?: any;
|
10
9
|
colorSchemaType?: any;
|
10
|
+
blueprintType?: any;
|
11
11
|
colors?: any;
|
12
12
|
style?: unknown;
|
13
13
|
class?: unknown;
|
@@ -120,8 +120,8 @@ declare const _default: {
|
|
120
120
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
121
121
|
container?: any;
|
122
122
|
blueprint?: any;
|
123
|
-
blueprintType?: any;
|
124
123
|
colorSchemaType?: any;
|
124
|
+
blueprintType?: any;
|
125
125
|
colors?: any;
|
126
126
|
}, {}, string, {}> & {
|
127
127
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -230,15 +230,15 @@ declare const _default: {
|
|
230
230
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
231
231
|
container?: any;
|
232
232
|
blueprint?: any;
|
233
|
-
blueprintType?: any;
|
234
233
|
colorSchemaType?: any;
|
234
|
+
blueprintType?: any;
|
235
235
|
colors?: any;
|
236
236
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
237
237
|
propsDefinition: Omit<Readonly<{
|
238
238
|
container?: any;
|
239
239
|
blueprint?: any;
|
240
|
-
blueprintType?: any;
|
241
240
|
colorSchemaType?: any;
|
241
|
+
blueprintType?: any;
|
242
242
|
colors?: any;
|
243
243
|
} & {
|
244
244
|
themeTargetId?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts
CHANGED
@@ -13,8 +13,8 @@ declare const _default: {
|
|
13
13
|
$props: {
|
14
14
|
container?: any;
|
15
15
|
blueprint?: any;
|
16
|
-
blueprintType?: any;
|
17
16
|
colorSchemaType?: any;
|
17
|
+
blueprintType?: any;
|
18
18
|
colors?: any;
|
19
19
|
readonly section?: Section<import("@omnia/fx-models").SectionSettings>;
|
20
20
|
style?: unknown;
|
@@ -121,8 +121,8 @@ declare const _default: {
|
|
121
121
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
122
122
|
container?: any;
|
123
123
|
blueprint?: any;
|
124
|
-
blueprintType?: any;
|
125
124
|
colorSchemaType?: any;
|
125
|
+
blueprintType?: any;
|
126
126
|
colors?: any;
|
127
127
|
}, {}, string, {}> & {
|
128
128
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -221,15 +221,15 @@ declare const _default: {
|
|
221
221
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
222
222
|
container?: any;
|
223
223
|
blueprint?: any;
|
224
|
-
blueprintType?: any;
|
225
224
|
colorSchemaType?: any;
|
225
|
+
blueprintType?: any;
|
226
226
|
colors?: any;
|
227
227
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
228
228
|
propsDefinition: Omit<Readonly<{
|
229
229
|
container?: any;
|
230
230
|
blueprint?: any;
|
231
|
-
blueprintType?: any;
|
232
231
|
colorSchemaType?: any;
|
232
|
+
blueprintType?: any;
|
233
233
|
colors?: any;
|
234
234
|
} & {
|
235
235
|
section?: Section<import("@omnia/fx-models").SectionSettings>;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -5,8 +5,8 @@ declare const _default: {
|
|
5
5
|
$props: {
|
6
6
|
container?: any;
|
7
7
|
blueprint?: any;
|
8
|
-
blueprintType?: any;
|
9
8
|
colorSchemaType?: any;
|
9
|
+
blueprintType?: any;
|
10
10
|
colors?: any;
|
11
11
|
style?: unknown;
|
12
12
|
class?: unknown;
|
@@ -75,8 +75,8 @@ declare const _default: {
|
|
75
75
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
76
76
|
container?: any;
|
77
77
|
blueprint?: any;
|
78
|
-
blueprintType?: any;
|
79
78
|
colorSchemaType?: any;
|
79
|
+
blueprintType?: any;
|
80
80
|
colors?: any;
|
81
81
|
}, {}, string, {}> & {
|
82
82
|
beforeCreate?: (() => void) | (() => void)[];
|
@@ -117,15 +117,15 @@ declare const _default: {
|
|
117
117
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
118
118
|
container?: any;
|
119
119
|
blueprint?: any;
|
120
|
-
blueprintType?: any;
|
121
120
|
colorSchemaType?: any;
|
121
|
+
blueprintType?: any;
|
122
122
|
colors?: any;
|
123
123
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
124
124
|
propsDefinition: Omit<Readonly<{
|
125
125
|
container?: any;
|
126
126
|
blueprint?: any;
|
127
|
-
blueprintType?: any;
|
128
127
|
colorSchemaType?: any;
|
128
|
+
blueprintType?: any;
|
129
129
|
colors?: any;
|
130
130
|
} & {}>, never>;
|
131
131
|
};
|