@omnia/fx 8.0.137-dev → 8.0.139-dev
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/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/AdminRouter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstyle/ButtonStyleEditor.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeEditor.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconBlueprintsViewer.d.ts +84 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStyleEditor.d.ts +99 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +36 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabBlueprintsViewer.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabs/TabStyleEditor.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +18 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +52 -18
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +222 -148
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +0 -468
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorAction.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/IconsBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +73 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/PreviewJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/ThemeDesigner.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +44 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/BlueprintsTemplates.d.ts +94 -28
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ButtonStyleBlueprints.d.ts +17 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/shared/ChromeStyleBlueprints.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +263 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +110 -74
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemePicker.d.ts +118 -92
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +111 -74
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +211 -201
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +3 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +44 -42
- package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +5 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +60 -12
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyRouter.d.ts +0 -8
@@ -1,7 +1,13 @@
|
|
1
|
-
import {
|
2
|
-
|
1
|
+
import { Func, ITemplateRegistration, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
+
import { VNodeChild } from "vue";
|
3
|
+
type ThemePickerVariant = "default" | "table" | "panel";
|
3
4
|
declare const _default: {
|
4
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
"v-slots": import("vue").Prop<{
|
7
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
8
|
+
} & {
|
9
|
+
activator?: Func<[VNodeChild]>;
|
10
|
+
}>;
|
5
11
|
toned: {
|
6
12
|
type: import("vue").PropType<string>;
|
7
13
|
} & {
|
@@ -13,67 +19,67 @@ declare const _default: {
|
|
13
19
|
type: import("vue").PropType<ThemePickerVariant>;
|
14
20
|
};
|
15
21
|
"onUpdate:modelValue": {
|
16
|
-
type: import("vue").PropType<(value:
|
22
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
17
23
|
};
|
18
24
|
"v-model": {
|
19
|
-
type: import("vue").PropType<
|
25
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
20
26
|
required: false;
|
21
27
|
};
|
22
28
|
modelValue: {
|
23
|
-
type: import("vue").PropType<
|
29
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
24
30
|
required: false;
|
25
31
|
};
|
26
32
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
27
|
-
type: import("vue").PropType<(value:
|
33
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
28
34
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
29
|
-
type: import("vue").PropType<
|
35
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
30
36
|
required: false;
|
31
37
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
32
|
-
type: import("vue").PropType<
|
38
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
33
39
|
required: false;
|
34
40
|
}; } & {
|
35
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
41
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinitionV2, {
|
36
42
|
"onUpdate:modelValue": {
|
37
|
-
type: import("vue").PropType<(value:
|
43
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
38
44
|
};
|
39
45
|
} & {
|
40
46
|
"v-model": {
|
41
|
-
type: import("vue").PropType<
|
47
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
42
48
|
required: false;
|
43
49
|
};
|
44
50
|
} & {
|
45
51
|
modelValue: {
|
46
|
-
type: import("vue").PropType<
|
52
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
47
53
|
required: false;
|
48
54
|
};
|
49
55
|
}>;
|
50
|
-
defaultValue(value?:
|
56
|
+
defaultValue(value?: ThemeDefinitionV2): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinitionV2, {
|
51
57
|
"onUpdate:modelValue": {
|
52
|
-
type: import("vue").PropType<(value:
|
58
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
53
59
|
};
|
54
60
|
} & {
|
55
61
|
"v-model": {
|
56
|
-
type: import("vue").PropType<
|
62
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
57
63
|
required: false;
|
58
64
|
};
|
59
65
|
} & {
|
60
66
|
modelValue: {
|
61
|
-
type: import("vue").PropType<
|
67
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
62
68
|
required: false;
|
63
69
|
};
|
64
70
|
}, false>;
|
65
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
71
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinitionV2, {
|
66
72
|
"onUpdate:modelValue": {
|
67
|
-
type: import("vue").PropType<(value:
|
73
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
68
74
|
};
|
69
75
|
} & {
|
70
76
|
"v-model": {
|
71
|
-
type: import("vue").PropType<
|
77
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
72
78
|
required: false;
|
73
79
|
};
|
74
80
|
} & {
|
75
81
|
modelValue: {
|
76
|
-
type: import("vue").PropType<
|
82
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
77
83
|
required: false;
|
78
84
|
};
|
79
85
|
}>;
|
@@ -90,6 +96,11 @@ declare const _default: {
|
|
90
96
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
91
97
|
"item:selected": (theme: ITemplateRegistration<ThemeDefinitionV2>) => true;
|
92
98
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
99
|
+
"v-slots": import("vue").Prop<{
|
100
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
101
|
+
} & {
|
102
|
+
activator?: Func<[VNodeChild]>;
|
103
|
+
}>;
|
93
104
|
toned: {
|
94
105
|
type: import("vue").PropType<string>;
|
95
106
|
} & {
|
@@ -101,67 +112,67 @@ declare const _default: {
|
|
101
112
|
type: import("vue").PropType<ThemePickerVariant>;
|
102
113
|
};
|
103
114
|
"onUpdate:modelValue": {
|
104
|
-
type: import("vue").PropType<(value:
|
115
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
105
116
|
};
|
106
117
|
"v-model": {
|
107
|
-
type: import("vue").PropType<
|
118
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
108
119
|
required: false;
|
109
120
|
};
|
110
121
|
modelValue: {
|
111
|
-
type: import("vue").PropType<
|
122
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
112
123
|
required: false;
|
113
124
|
};
|
114
125
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
115
|
-
type: import("vue").PropType<(value:
|
126
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
116
127
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
117
|
-
type: import("vue").PropType<
|
128
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
118
129
|
required: false;
|
119
130
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
120
|
-
type: import("vue").PropType<
|
131
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
121
132
|
required: false;
|
122
133
|
}; } & {
|
123
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
134
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinitionV2, {
|
124
135
|
"onUpdate:modelValue": {
|
125
|
-
type: import("vue").PropType<(value:
|
136
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
126
137
|
};
|
127
138
|
} & {
|
128
139
|
"v-model": {
|
129
|
-
type: import("vue").PropType<
|
140
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
130
141
|
required: false;
|
131
142
|
};
|
132
143
|
} & {
|
133
144
|
modelValue: {
|
134
|
-
type: import("vue").PropType<
|
145
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
135
146
|
required: false;
|
136
147
|
};
|
137
148
|
}>;
|
138
|
-
defaultValue(value?:
|
149
|
+
defaultValue(value?: ThemeDefinitionV2): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinitionV2, {
|
139
150
|
"onUpdate:modelValue": {
|
140
|
-
type: import("vue").PropType<(value:
|
151
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
141
152
|
};
|
142
153
|
} & {
|
143
154
|
"v-model": {
|
144
|
-
type: import("vue").PropType<
|
155
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
145
156
|
required: false;
|
146
157
|
};
|
147
158
|
} & {
|
148
159
|
modelValue: {
|
149
|
-
type: import("vue").PropType<
|
160
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
150
161
|
required: false;
|
151
162
|
};
|
152
163
|
}, false>;
|
153
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
164
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinitionV2, {
|
154
165
|
"onUpdate:modelValue": {
|
155
|
-
type: import("vue").PropType<(value:
|
166
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
156
167
|
};
|
157
168
|
} & {
|
158
169
|
"v-model": {
|
159
|
-
type: import("vue").PropType<
|
170
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
160
171
|
required: false;
|
161
172
|
};
|
162
173
|
} & {
|
163
174
|
modelValue: {
|
164
|
-
type: import("vue").PropType<
|
175
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
165
176
|
required: false;
|
166
177
|
};
|
167
178
|
}>;
|
@@ -187,6 +198,11 @@ declare const _default: {
|
|
187
198
|
M: {};
|
188
199
|
Defaults: {};
|
189
200
|
}, Readonly<import("vue").ExtractPropTypes<{
|
201
|
+
"v-slots": import("vue").Prop<{
|
202
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
203
|
+
} & {
|
204
|
+
activator?: Func<[VNodeChild]>;
|
205
|
+
}>;
|
190
206
|
toned: {
|
191
207
|
type: import("vue").PropType<string>;
|
192
208
|
} & {
|
@@ -198,67 +214,67 @@ declare const _default: {
|
|
198
214
|
type: import("vue").PropType<ThemePickerVariant>;
|
199
215
|
};
|
200
216
|
"onUpdate:modelValue": {
|
201
|
-
type: import("vue").PropType<(value:
|
217
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
202
218
|
};
|
203
219
|
"v-model": {
|
204
|
-
type: import("vue").PropType<
|
220
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
205
221
|
required: false;
|
206
222
|
};
|
207
223
|
modelValue: {
|
208
|
-
type: import("vue").PropType<
|
224
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
209
225
|
required: false;
|
210
226
|
};
|
211
227
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
212
|
-
type: import("vue").PropType<(value:
|
228
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
213
229
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
214
|
-
type: import("vue").PropType<
|
230
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
215
231
|
required: false;
|
216
232
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
217
|
-
type: import("vue").PropType<
|
233
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
218
234
|
required: false;
|
219
235
|
}; } & {
|
220
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
236
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinitionV2, {
|
221
237
|
"onUpdate:modelValue": {
|
222
|
-
type: import("vue").PropType<(value:
|
238
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
223
239
|
};
|
224
240
|
} & {
|
225
241
|
"v-model": {
|
226
|
-
type: import("vue").PropType<
|
242
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
227
243
|
required: false;
|
228
244
|
};
|
229
245
|
} & {
|
230
246
|
modelValue: {
|
231
|
-
type: import("vue").PropType<
|
247
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
232
248
|
required: false;
|
233
249
|
};
|
234
250
|
}>;
|
235
|
-
defaultValue(value?:
|
251
|
+
defaultValue(value?: ThemeDefinitionV2): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinitionV2, {
|
236
252
|
"onUpdate:modelValue": {
|
237
|
-
type: import("vue").PropType<(value:
|
253
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
238
254
|
};
|
239
255
|
} & {
|
240
256
|
"v-model": {
|
241
|
-
type: import("vue").PropType<
|
257
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
242
258
|
required: false;
|
243
259
|
};
|
244
260
|
} & {
|
245
261
|
modelValue: {
|
246
|
-
type: import("vue").PropType<
|
262
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
247
263
|
required: false;
|
248
264
|
};
|
249
265
|
}, false>;
|
250
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
266
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinitionV2, {
|
251
267
|
"onUpdate:modelValue": {
|
252
|
-
type: import("vue").PropType<(value:
|
268
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
253
269
|
};
|
254
270
|
} & {
|
255
271
|
"v-model": {
|
256
|
-
type: import("vue").PropType<
|
272
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
257
273
|
required: false;
|
258
274
|
};
|
259
275
|
} & {
|
260
276
|
modelValue: {
|
261
|
-
type: import("vue").PropType<
|
277
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
262
278
|
required: false;
|
263
279
|
};
|
264
280
|
}>;
|
@@ -281,6 +297,11 @@ declare const _default: {
|
|
281
297
|
__isTeleport?: never;
|
282
298
|
__isSuspense?: never;
|
283
299
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
300
|
+
"v-slots": import("vue").Prop<{
|
301
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
302
|
+
} & {
|
303
|
+
activator?: Func<[VNodeChild]>;
|
304
|
+
}>;
|
284
305
|
toned: {
|
285
306
|
type: import("vue").PropType<string>;
|
286
307
|
} & {
|
@@ -292,67 +313,67 @@ declare const _default: {
|
|
292
313
|
type: import("vue").PropType<ThemePickerVariant>;
|
293
314
|
};
|
294
315
|
"onUpdate:modelValue": {
|
295
|
-
type: import("vue").PropType<(value:
|
316
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
296
317
|
};
|
297
318
|
"v-model": {
|
298
|
-
type: import("vue").PropType<
|
319
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
299
320
|
required: false;
|
300
321
|
};
|
301
322
|
modelValue: {
|
302
|
-
type: import("vue").PropType<
|
323
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
303
324
|
required: false;
|
304
325
|
};
|
305
326
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
306
|
-
type: import("vue").PropType<(value:
|
327
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
307
328
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
308
|
-
type: import("vue").PropType<
|
329
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
309
330
|
required: false;
|
310
331
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
311
|
-
type: import("vue").PropType<
|
332
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
312
333
|
required: false;
|
313
334
|
}; } & {
|
314
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
335
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinitionV2, {
|
315
336
|
"onUpdate:modelValue": {
|
316
|
-
type: import("vue").PropType<(value:
|
337
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
317
338
|
};
|
318
339
|
} & {
|
319
340
|
"v-model": {
|
320
|
-
type: import("vue").PropType<
|
341
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
321
342
|
required: false;
|
322
343
|
};
|
323
344
|
} & {
|
324
345
|
modelValue: {
|
325
|
-
type: import("vue").PropType<
|
346
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
326
347
|
required: false;
|
327
348
|
};
|
328
349
|
}>;
|
329
|
-
defaultValue(value?:
|
350
|
+
defaultValue(value?: ThemeDefinitionV2): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinitionV2, {
|
330
351
|
"onUpdate:modelValue": {
|
331
|
-
type: import("vue").PropType<(value:
|
352
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
332
353
|
};
|
333
354
|
} & {
|
334
355
|
"v-model": {
|
335
|
-
type: import("vue").PropType<
|
356
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
336
357
|
required: false;
|
337
358
|
};
|
338
359
|
} & {
|
339
360
|
modelValue: {
|
340
|
-
type: import("vue").PropType<
|
361
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
341
362
|
required: false;
|
342
363
|
};
|
343
364
|
}, false>;
|
344
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
365
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinitionV2, {
|
345
366
|
"onUpdate:modelValue": {
|
346
|
-
type: import("vue").PropType<(value:
|
367
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
347
368
|
};
|
348
369
|
} & {
|
349
370
|
"v-model": {
|
350
|
-
type: import("vue").PropType<
|
371
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
351
372
|
required: false;
|
352
373
|
};
|
353
374
|
} & {
|
354
375
|
modelValue: {
|
355
|
-
type: import("vue").PropType<
|
376
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
356
377
|
required: false;
|
357
378
|
};
|
358
379
|
}>;
|
@@ -380,70 +401,75 @@ declare const _default: {
|
|
380
401
|
} & {
|
381
402
|
name?: {
|
382
403
|
[x: `onUpdate:${string}`]: {
|
383
|
-
type: import("vue").PropType<(value:
|
404
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
384
405
|
};
|
385
406
|
} & {
|
386
407
|
[x: `v-model:${string}`]: {
|
387
|
-
type: import("vue").PropType<
|
408
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
388
409
|
required: false;
|
389
410
|
};
|
390
411
|
} & {
|
391
412
|
[x: string]: {
|
392
|
-
type: import("vue").PropType<
|
413
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
393
414
|
required: false;
|
394
415
|
};
|
395
416
|
} & {
|
396
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string,
|
417
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ThemeDefinitionV2, {
|
397
418
|
"onUpdate:modelValue": {
|
398
|
-
type: import("vue").PropType<(value:
|
419
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
399
420
|
};
|
400
421
|
} & {
|
401
422
|
"v-model": {
|
402
|
-
type: import("vue").PropType<
|
423
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
403
424
|
required: false;
|
404
425
|
};
|
405
426
|
} & {
|
406
427
|
modelValue: {
|
407
|
-
type: import("vue").PropType<
|
428
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
408
429
|
required: false;
|
409
430
|
};
|
410
431
|
}>;
|
411
|
-
defaultValue(value?:
|
432
|
+
defaultValue(value?: ThemeDefinitionV2): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ThemeDefinitionV2, {
|
412
433
|
"onUpdate:modelValue": {
|
413
|
-
type: import("vue").PropType<(value:
|
434
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
414
435
|
};
|
415
436
|
} & {
|
416
437
|
"v-model": {
|
417
|
-
type: import("vue").PropType<
|
438
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
418
439
|
required: false;
|
419
440
|
};
|
420
441
|
} & {
|
421
442
|
modelValue: {
|
422
|
-
type: import("vue").PropType<
|
443
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
423
444
|
required: false;
|
424
445
|
};
|
425
446
|
}, false>;
|
426
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string,
|
447
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ThemeDefinitionV2, {
|
427
448
|
"onUpdate:modelValue": {
|
428
|
-
type: import("vue").PropType<(value:
|
449
|
+
type: import("vue").PropType<(value: ThemeDefinitionV2) => any>;
|
429
450
|
};
|
430
451
|
} & {
|
431
452
|
"v-model": {
|
432
|
-
type: import("vue").PropType<
|
453
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
433
454
|
required: false;
|
434
455
|
};
|
435
456
|
} & {
|
436
457
|
modelValue: {
|
437
|
-
type: import("vue").PropType<
|
458
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
438
459
|
required: false;
|
439
460
|
};
|
440
461
|
}>;
|
441
462
|
};
|
442
463
|
class?: String | String[];
|
443
464
|
toned?: string;
|
444
|
-
"v-model"?:
|
445
|
-
"onUpdate:modelValue"?: (value:
|
446
|
-
modelValue?:
|
465
|
+
"v-model"?: ThemeDefinitionV2;
|
466
|
+
"onUpdate:modelValue"?: (value: ThemeDefinitionV2) => any;
|
467
|
+
modelValue?: ThemeDefinitionV2;
|
468
|
+
"v-slots"?: {
|
469
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
470
|
+
} & {
|
471
|
+
activator?: Func<[VNodeChild]>;
|
472
|
+
};
|
447
473
|
variant?: ThemePickerVariant;
|
448
474
|
}>, "onItem:selected"> & {
|
449
475
|
"onItem:selected"?: (theme: ITemplateRegistration<ThemeDefinitionV2>) => any;
|
@@ -1,17 +1,21 @@
|
|
1
|
-
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
1
|
+
import { ThemeContextType, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: ThemeDefinitionV2;
|
4
4
|
} & {
|
5
5
|
"onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
|
6
6
|
} & {
|
7
7
|
modelValue?: ThemeDefinitionV2;
|
8
|
+
} & {
|
9
|
+
themeType?: ThemeContextType;
|
10
|
+
} & {
|
11
|
+
hideColorSchemas?: boolean;
|
8
12
|
} & {
|
9
13
|
toned?: boolean;
|
10
|
-
} & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
14
|
+
} & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "hideColorSchemas"> & {
|
11
15
|
"v-slots"?: {
|
12
16
|
default?: import("vue").Slot;
|
13
17
|
};
|
14
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "hideColorSchemas">) => {
|
15
19
|
$: import("vue").ComponentInternalInstance;
|
16
20
|
$data: {};
|
17
21
|
$props: {};
|
@@ -55,13 +59,17 @@ declare const _default: (props: {
|
|
55
59
|
"onUpdate:modelValue"?: (value: ThemeDefinitionV2) => void;
|
56
60
|
} & {
|
57
61
|
modelValue?: ThemeDefinitionV2;
|
62
|
+
} & {
|
63
|
+
themeType?: ThemeContextType;
|
64
|
+
} & {
|
65
|
+
hideColorSchemas?: boolean;
|
58
66
|
} & {
|
59
67
|
toned?: boolean;
|
60
68
|
} & {
|
61
69
|
"v-slots"?: {
|
62
70
|
default?: import("vue").Slot;
|
63
71
|
};
|
64
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
|
72
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "hideColorSchemas">;
|
65
73
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
74
|
[key: string]: any;
|
67
75
|
}>;
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { useThemeStoreV2, useColorSchemaStore, useTypographyBlueprintStore, useSpacingBlueprintStore, useChromeBlueprintStore } from "@omnia/fx/ux";
|
2
|
-
import { ColorSchemaTypes, ThemeDefinitionV2 } from "@omnia/fx-models";
|
3
|
-
type themeType = "default" | "admin" | "preview" | "color-context";
|
2
|
+
import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx-models";
|
4
3
|
declare const _default: {
|
5
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
5
|
"color-schema-type": {
|
@@ -10,10 +9,10 @@ declare const _default: {
|
|
10
9
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
11
10
|
};
|
12
11
|
"theme-type": {
|
13
|
-
type: import("vue").PropType<
|
12
|
+
type: import("vue").PropType<ThemeContextType>;
|
14
13
|
};
|
15
14
|
themeType: {
|
16
|
-
type: import("vue").PropType<
|
15
|
+
type: import("vue").PropType<ThemeContextType>;
|
17
16
|
};
|
18
17
|
"theme-definition": {
|
19
18
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -47,10 +46,10 @@ declare const _default: {
|
|
47
46
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
48
47
|
};
|
49
48
|
"theme-type": {
|
50
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<ThemeContextType>;
|
51
50
|
};
|
52
51
|
themeType: {
|
53
|
-
type: import("vue").PropType<
|
52
|
+
type: import("vue").PropType<ThemeContextType>;
|
54
53
|
};
|
55
54
|
"theme-definition": {
|
56
55
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -81,10 +80,10 @@ declare const _default: {
|
|
81
80
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
82
81
|
};
|
83
82
|
"theme-type": {
|
84
|
-
type: import("vue").PropType<
|
83
|
+
type: import("vue").PropType<ThemeContextType>;
|
85
84
|
};
|
86
85
|
themeType: {
|
87
|
-
type: import("vue").PropType<
|
86
|
+
type: import("vue").PropType<ThemeContextType>;
|
88
87
|
};
|
89
88
|
"theme-definition": {
|
90
89
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -114,10 +113,10 @@ declare const _default: {
|
|
114
113
|
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
115
114
|
};
|
116
115
|
"theme-type": {
|
117
|
-
type: import("vue").PropType<
|
116
|
+
type: import("vue").PropType<ThemeContextType>;
|
118
117
|
};
|
119
118
|
themeType: {
|
120
|
-
type: import("vue").PropType<
|
119
|
+
type: import("vue").PropType<ThemeContextType>;
|
121
120
|
};
|
122
121
|
"theme-definition": {
|
123
122
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
@@ -149,8 +148,8 @@ declare const _default: {
|
|
149
148
|
themeDefinition?: ThemeDefinitionV2;
|
150
149
|
colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
151
150
|
"theme-definition"?: ThemeDefinitionV2;
|
152
|
-
themeType?:
|
153
|
-
"theme-type"?:
|
151
|
+
themeType?: ThemeContextType;
|
152
|
+
"theme-type"?: ThemeContextType;
|
154
153
|
}>, "onTheme:initialized"> & {
|
155
154
|
"onTheme:initialized"?: (theme: {
|
156
155
|
themeStore: ReturnType<typeof useThemeStoreV2>;
|