@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,6 +1,14 @@
|
|
1
1
|
import { TabsBlueprint } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
disableBlueprint: {
|
5
|
+
type: import("vue").PropType<boolean>;
|
6
|
+
required: false;
|
7
|
+
};
|
8
|
+
"disable-blueprint": {
|
9
|
+
type: import("vue").PropType<boolean>;
|
10
|
+
required: false;
|
11
|
+
};
|
4
12
|
blueprint: {
|
5
13
|
type: import("vue").PropType<TabsBlueprint>;
|
6
14
|
} & {
|
@@ -91,6 +99,14 @@ declare const _default: {
|
|
91
99
|
"update:modelValue": (model: number) => void;
|
92
100
|
};
|
93
101
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
102
|
+
disableBlueprint: {
|
103
|
+
type: import("vue").PropType<boolean>;
|
104
|
+
required: false;
|
105
|
+
};
|
106
|
+
"disable-blueprint": {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
required: false;
|
109
|
+
};
|
94
110
|
blueprint: {
|
95
111
|
type: import("vue").PropType<TabsBlueprint>;
|
96
112
|
} & {
|
@@ -187,6 +203,14 @@ declare const _default: {
|
|
187
203
|
M: {};
|
188
204
|
Defaults: {};
|
189
205
|
}, Readonly<import("vue").ExtractPropTypes<{
|
206
|
+
disableBlueprint: {
|
207
|
+
type: import("vue").PropType<boolean>;
|
208
|
+
required: false;
|
209
|
+
};
|
210
|
+
"disable-blueprint": {
|
211
|
+
type: import("vue").PropType<boolean>;
|
212
|
+
required: false;
|
213
|
+
};
|
190
214
|
blueprint: {
|
191
215
|
type: import("vue").PropType<TabsBlueprint>;
|
192
216
|
} & {
|
@@ -280,6 +304,14 @@ declare const _default: {
|
|
280
304
|
__isTeleport?: never;
|
281
305
|
__isSuspense?: never;
|
282
306
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
307
|
+
disableBlueprint: {
|
308
|
+
type: import("vue").PropType<boolean>;
|
309
|
+
required: false;
|
310
|
+
};
|
311
|
+
"disable-blueprint": {
|
312
|
+
type: import("vue").PropType<boolean>;
|
313
|
+
required: false;
|
314
|
+
};
|
283
315
|
blueprint: {
|
284
316
|
type: import("vue").PropType<TabsBlueprint>;
|
285
317
|
} & {
|
@@ -391,6 +423,8 @@ declare const _default: {
|
|
391
423
|
variant?: "navigation" | "default" | "header" | "toolbar" | "settings";
|
392
424
|
scrolling?: string;
|
393
425
|
stacked?: boolean;
|
426
|
+
disableBlueprint?: boolean;
|
427
|
+
"disable-blueprint"?: boolean;
|
394
428
|
"content-class"?: string | string[];
|
395
429
|
hideTabNameIfOnlyOneTab?: boolean;
|
396
430
|
"hide-tab-name-if-only-one-tab"?: boolean;
|
@@ -290,10 +290,10 @@ declare const _default: {
|
|
290
290
|
variant?: "default" | "menu" | "drawer" | "blade";
|
291
291
|
subTitle?: string;
|
292
292
|
"sub-title"?: string;
|
293
|
-
divider?: boolean;
|
294
|
-
"close-button"?: boolean;
|
295
293
|
backButton?: boolean;
|
296
294
|
"back-button"?: boolean;
|
295
|
+
divider?: boolean;
|
296
|
+
"close-button"?: boolean;
|
297
297
|
}>, "onClick:close" | "onClick:back"> & {
|
298
298
|
"onClick:close"?: () => any;
|
299
299
|
"onClick:back"?: () => any;
|
@@ -23,7 +23,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
23
23
|
showMoreExtraSpacing?: import("typestyle/lib/types").NestedCSSProperties;
|
24
24
|
topPostAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
25
25
|
replyAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
26
|
-
showMoreActionWrapper?: () => import("typestyle/lib/types").NestedCSSProperties;
|
27
26
|
slimSpacing?: import("typestyle/lib/types").NestedCSSProperties;
|
28
27
|
postAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
29
28
|
};
|
@@ -112,7 +111,6 @@ declare const _default: <TItem extends readonly any[], TModel extends unknown>(p
|
|
112
111
|
showMoreExtraSpacing?: import("typestyle/lib/types").NestedCSSProperties;
|
113
112
|
topPostAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
114
113
|
replyAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
115
|
-
showMoreActionWrapper?: () => import("typestyle/lib/types").NestedCSSProperties;
|
116
114
|
slimSpacing?: import("typestyle/lib/types").NestedCSSProperties;
|
117
115
|
postAvatarWrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
118
116
|
};
|
@@ -1,468 +0,0 @@
|
|
1
|
-
import { ThemeDefinition } from "../../../models";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
-
"attached-to-parent": {
|
5
|
-
type: import("vue").PropType<boolean>;
|
6
|
-
};
|
7
|
-
attachedToParent: {
|
8
|
-
type: import("vue").PropType<boolean>;
|
9
|
-
};
|
10
|
-
"hide-border-settings": {
|
11
|
-
type: import("vue").PropType<boolean>;
|
12
|
-
};
|
13
|
-
hideBorderSettings: {
|
14
|
-
type: import("vue").PropType<boolean>;
|
15
|
-
};
|
16
|
-
"hide-chrome-settings": {
|
17
|
-
type: import("vue").PropType<boolean>;
|
18
|
-
};
|
19
|
-
hideChromeSettings: {
|
20
|
-
type: import("vue").PropType<boolean>;
|
21
|
-
};
|
22
|
-
"hide-body-settings": {
|
23
|
-
type: import("vue").PropType<boolean>;
|
24
|
-
};
|
25
|
-
hideBodySettings: {
|
26
|
-
type: import("vue").PropType<boolean>;
|
27
|
-
};
|
28
|
-
"onUpdate:modelValue": {
|
29
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
30
|
-
};
|
31
|
-
"v-model": {
|
32
|
-
type: import("vue").PropType<ThemeDefinition>;
|
33
|
-
required: false;
|
34
|
-
};
|
35
|
-
modelValue: {
|
36
|
-
type: import("vue").PropType<ThemeDefinition>;
|
37
|
-
required: false;
|
38
|
-
};
|
39
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
40
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
41
|
-
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
42
|
-
type: import("vue").PropType<ThemeDefinition>;
|
43
|
-
required: false;
|
44
|
-
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
45
|
-
type: import("vue").PropType<ThemeDefinition>;
|
46
|
-
required: false;
|
47
|
-
}; } & {
|
48
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
49
|
-
"onUpdate:modelValue": {
|
50
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
51
|
-
};
|
52
|
-
} & {
|
53
|
-
"v-model": {
|
54
|
-
type: import("vue").PropType<ThemeDefinition>;
|
55
|
-
required: false;
|
56
|
-
};
|
57
|
-
} & {
|
58
|
-
modelValue: {
|
59
|
-
type: import("vue").PropType<ThemeDefinition>;
|
60
|
-
required: false;
|
61
|
-
};
|
62
|
-
}>;
|
63
|
-
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
64
|
-
"onUpdate:modelValue": {
|
65
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
66
|
-
};
|
67
|
-
} & {
|
68
|
-
"v-model": {
|
69
|
-
type: import("vue").PropType<ThemeDefinition>;
|
70
|
-
required: false;
|
71
|
-
};
|
72
|
-
} & {
|
73
|
-
modelValue: {
|
74
|
-
type: import("vue").PropType<ThemeDefinition>;
|
75
|
-
required: false;
|
76
|
-
};
|
77
|
-
}, false>;
|
78
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
79
|
-
"onUpdate:modelValue": {
|
80
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
81
|
-
};
|
82
|
-
} & {
|
83
|
-
"v-model": {
|
84
|
-
type: import("vue").PropType<ThemeDefinition>;
|
85
|
-
required: false;
|
86
|
-
};
|
87
|
-
} & {
|
88
|
-
modelValue: {
|
89
|
-
type: import("vue").PropType<ThemeDefinition>;
|
90
|
-
required: false;
|
91
|
-
};
|
92
|
-
}>;
|
93
|
-
};
|
94
|
-
}>> & {
|
95
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
96
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
97
|
-
"update:modelValue": (value: ThemeDefinition) => boolean;
|
98
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
99
|
-
"attached-to-parent": {
|
100
|
-
type: import("vue").PropType<boolean>;
|
101
|
-
};
|
102
|
-
attachedToParent: {
|
103
|
-
type: import("vue").PropType<boolean>;
|
104
|
-
};
|
105
|
-
"hide-border-settings": {
|
106
|
-
type: import("vue").PropType<boolean>;
|
107
|
-
};
|
108
|
-
hideBorderSettings: {
|
109
|
-
type: import("vue").PropType<boolean>;
|
110
|
-
};
|
111
|
-
"hide-chrome-settings": {
|
112
|
-
type: import("vue").PropType<boolean>;
|
113
|
-
};
|
114
|
-
hideChromeSettings: {
|
115
|
-
type: import("vue").PropType<boolean>;
|
116
|
-
};
|
117
|
-
"hide-body-settings": {
|
118
|
-
type: import("vue").PropType<boolean>;
|
119
|
-
};
|
120
|
-
hideBodySettings: {
|
121
|
-
type: import("vue").PropType<boolean>;
|
122
|
-
};
|
123
|
-
"onUpdate:modelValue": {
|
124
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
125
|
-
};
|
126
|
-
"v-model": {
|
127
|
-
type: import("vue").PropType<ThemeDefinition>;
|
128
|
-
required: false;
|
129
|
-
};
|
130
|
-
modelValue: {
|
131
|
-
type: import("vue").PropType<ThemeDefinition>;
|
132
|
-
required: false;
|
133
|
-
};
|
134
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
135
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
136
|
-
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
137
|
-
type: import("vue").PropType<ThemeDefinition>;
|
138
|
-
required: false;
|
139
|
-
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
140
|
-
type: import("vue").PropType<ThemeDefinition>;
|
141
|
-
required: false;
|
142
|
-
}; } & {
|
143
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
144
|
-
"onUpdate:modelValue": {
|
145
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
146
|
-
};
|
147
|
-
} & {
|
148
|
-
"v-model": {
|
149
|
-
type: import("vue").PropType<ThemeDefinition>;
|
150
|
-
required: false;
|
151
|
-
};
|
152
|
-
} & {
|
153
|
-
modelValue: {
|
154
|
-
type: import("vue").PropType<ThemeDefinition>;
|
155
|
-
required: false;
|
156
|
-
};
|
157
|
-
}>;
|
158
|
-
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
159
|
-
"onUpdate:modelValue": {
|
160
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
161
|
-
};
|
162
|
-
} & {
|
163
|
-
"v-model": {
|
164
|
-
type: import("vue").PropType<ThemeDefinition>;
|
165
|
-
required: false;
|
166
|
-
};
|
167
|
-
} & {
|
168
|
-
modelValue: {
|
169
|
-
type: import("vue").PropType<ThemeDefinition>;
|
170
|
-
required: false;
|
171
|
-
};
|
172
|
-
}, false>;
|
173
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
174
|
-
"onUpdate:modelValue": {
|
175
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
176
|
-
};
|
177
|
-
} & {
|
178
|
-
"v-model": {
|
179
|
-
type: import("vue").PropType<ThemeDefinition>;
|
180
|
-
required: false;
|
181
|
-
};
|
182
|
-
} & {
|
183
|
-
modelValue: {
|
184
|
-
type: import("vue").PropType<ThemeDefinition>;
|
185
|
-
required: false;
|
186
|
-
};
|
187
|
-
}>;
|
188
|
-
};
|
189
|
-
}>> & {
|
190
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
191
|
-
}, {}, true, {}, {}, {
|
192
|
-
P: {};
|
193
|
-
B: {};
|
194
|
-
D: {};
|
195
|
-
C: {};
|
196
|
-
M: {};
|
197
|
-
Defaults: {};
|
198
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
199
|
-
"attached-to-parent": {
|
200
|
-
type: import("vue").PropType<boolean>;
|
201
|
-
};
|
202
|
-
attachedToParent: {
|
203
|
-
type: import("vue").PropType<boolean>;
|
204
|
-
};
|
205
|
-
"hide-border-settings": {
|
206
|
-
type: import("vue").PropType<boolean>;
|
207
|
-
};
|
208
|
-
hideBorderSettings: {
|
209
|
-
type: import("vue").PropType<boolean>;
|
210
|
-
};
|
211
|
-
"hide-chrome-settings": {
|
212
|
-
type: import("vue").PropType<boolean>;
|
213
|
-
};
|
214
|
-
hideChromeSettings: {
|
215
|
-
type: import("vue").PropType<boolean>;
|
216
|
-
};
|
217
|
-
"hide-body-settings": {
|
218
|
-
type: import("vue").PropType<boolean>;
|
219
|
-
};
|
220
|
-
hideBodySettings: {
|
221
|
-
type: import("vue").PropType<boolean>;
|
222
|
-
};
|
223
|
-
"onUpdate:modelValue": {
|
224
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
225
|
-
};
|
226
|
-
"v-model": {
|
227
|
-
type: import("vue").PropType<ThemeDefinition>;
|
228
|
-
required: false;
|
229
|
-
};
|
230
|
-
modelValue: {
|
231
|
-
type: import("vue").PropType<ThemeDefinition>;
|
232
|
-
required: false;
|
233
|
-
};
|
234
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
235
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
236
|
-
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
237
|
-
type: import("vue").PropType<ThemeDefinition>;
|
238
|
-
required: false;
|
239
|
-
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
240
|
-
type: import("vue").PropType<ThemeDefinition>;
|
241
|
-
required: false;
|
242
|
-
}; } & {
|
243
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
244
|
-
"onUpdate:modelValue": {
|
245
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
246
|
-
};
|
247
|
-
} & {
|
248
|
-
"v-model": {
|
249
|
-
type: import("vue").PropType<ThemeDefinition>;
|
250
|
-
required: false;
|
251
|
-
};
|
252
|
-
} & {
|
253
|
-
modelValue: {
|
254
|
-
type: import("vue").PropType<ThemeDefinition>;
|
255
|
-
required: false;
|
256
|
-
};
|
257
|
-
}>;
|
258
|
-
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
259
|
-
"onUpdate:modelValue": {
|
260
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
261
|
-
};
|
262
|
-
} & {
|
263
|
-
"v-model": {
|
264
|
-
type: import("vue").PropType<ThemeDefinition>;
|
265
|
-
required: false;
|
266
|
-
};
|
267
|
-
} & {
|
268
|
-
modelValue: {
|
269
|
-
type: import("vue").PropType<ThemeDefinition>;
|
270
|
-
required: false;
|
271
|
-
};
|
272
|
-
}, false>;
|
273
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
274
|
-
"onUpdate:modelValue": {
|
275
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
276
|
-
};
|
277
|
-
} & {
|
278
|
-
"v-model": {
|
279
|
-
type: import("vue").PropType<ThemeDefinition>;
|
280
|
-
required: false;
|
281
|
-
};
|
282
|
-
} & {
|
283
|
-
modelValue: {
|
284
|
-
type: import("vue").PropType<ThemeDefinition>;
|
285
|
-
required: false;
|
286
|
-
};
|
287
|
-
}>;
|
288
|
-
};
|
289
|
-
}>> & {
|
290
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
291
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
292
|
-
__isFragment?: never;
|
293
|
-
__isTeleport?: never;
|
294
|
-
__isSuspense?: never;
|
295
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
296
|
-
"attached-to-parent": {
|
297
|
-
type: import("vue").PropType<boolean>;
|
298
|
-
};
|
299
|
-
attachedToParent: {
|
300
|
-
type: import("vue").PropType<boolean>;
|
301
|
-
};
|
302
|
-
"hide-border-settings": {
|
303
|
-
type: import("vue").PropType<boolean>;
|
304
|
-
};
|
305
|
-
hideBorderSettings: {
|
306
|
-
type: import("vue").PropType<boolean>;
|
307
|
-
};
|
308
|
-
"hide-chrome-settings": {
|
309
|
-
type: import("vue").PropType<boolean>;
|
310
|
-
};
|
311
|
-
hideChromeSettings: {
|
312
|
-
type: import("vue").PropType<boolean>;
|
313
|
-
};
|
314
|
-
"hide-body-settings": {
|
315
|
-
type: import("vue").PropType<boolean>;
|
316
|
-
};
|
317
|
-
hideBodySettings: {
|
318
|
-
type: import("vue").PropType<boolean>;
|
319
|
-
};
|
320
|
-
"onUpdate:modelValue": {
|
321
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
322
|
-
};
|
323
|
-
"v-model": {
|
324
|
-
type: import("vue").PropType<ThemeDefinition>;
|
325
|
-
required: false;
|
326
|
-
};
|
327
|
-
modelValue: {
|
328
|
-
type: import("vue").PropType<ThemeDefinition>;
|
329
|
-
required: false;
|
330
|
-
};
|
331
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
332
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
333
|
-
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
334
|
-
type: import("vue").PropType<ThemeDefinition>;
|
335
|
-
required: false;
|
336
|
-
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
337
|
-
type: import("vue").PropType<ThemeDefinition>;
|
338
|
-
required: false;
|
339
|
-
}; } & {
|
340
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
341
|
-
"onUpdate:modelValue": {
|
342
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
343
|
-
};
|
344
|
-
} & {
|
345
|
-
"v-model": {
|
346
|
-
type: import("vue").PropType<ThemeDefinition>;
|
347
|
-
required: false;
|
348
|
-
};
|
349
|
-
} & {
|
350
|
-
modelValue: {
|
351
|
-
type: import("vue").PropType<ThemeDefinition>;
|
352
|
-
required: false;
|
353
|
-
};
|
354
|
-
}>;
|
355
|
-
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
356
|
-
"onUpdate:modelValue": {
|
357
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
358
|
-
};
|
359
|
-
} & {
|
360
|
-
"v-model": {
|
361
|
-
type: import("vue").PropType<ThemeDefinition>;
|
362
|
-
required: false;
|
363
|
-
};
|
364
|
-
} & {
|
365
|
-
modelValue: {
|
366
|
-
type: import("vue").PropType<ThemeDefinition>;
|
367
|
-
required: false;
|
368
|
-
};
|
369
|
-
}, false>;
|
370
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
371
|
-
"onUpdate:modelValue": {
|
372
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
373
|
-
};
|
374
|
-
} & {
|
375
|
-
"v-model": {
|
376
|
-
type: import("vue").PropType<ThemeDefinition>;
|
377
|
-
required: false;
|
378
|
-
};
|
379
|
-
} & {
|
380
|
-
modelValue: {
|
381
|
-
type: import("vue").PropType<ThemeDefinition>;
|
382
|
-
required: false;
|
383
|
-
};
|
384
|
-
}>;
|
385
|
-
};
|
386
|
-
}>> & {
|
387
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
388
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
389
|
-
"update:modelValue": (value: ThemeDefinition) => boolean;
|
390
|
-
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
391
|
-
propsDefinition: Omit<Readonly<{} & {
|
392
|
-
name?: {
|
393
|
-
[x: `onUpdate:${string}`]: {
|
394
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
395
|
-
};
|
396
|
-
} & {
|
397
|
-
[x: `v-model:${string}`]: {
|
398
|
-
type: import("vue").PropType<ThemeDefinition>;
|
399
|
-
required: false;
|
400
|
-
};
|
401
|
-
} & {
|
402
|
-
[x: string]: {
|
403
|
-
type: import("vue").PropType<ThemeDefinition>;
|
404
|
-
required: false;
|
405
|
-
};
|
406
|
-
} & {
|
407
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ThemeDefinition, {
|
408
|
-
"onUpdate:modelValue": {
|
409
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
410
|
-
};
|
411
|
-
} & {
|
412
|
-
"v-model": {
|
413
|
-
type: import("vue").PropType<ThemeDefinition>;
|
414
|
-
required: false;
|
415
|
-
};
|
416
|
-
} & {
|
417
|
-
modelValue: {
|
418
|
-
type: import("vue").PropType<ThemeDefinition>;
|
419
|
-
required: false;
|
420
|
-
};
|
421
|
-
}>;
|
422
|
-
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ThemeDefinition, {
|
423
|
-
"onUpdate:modelValue": {
|
424
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
425
|
-
};
|
426
|
-
} & {
|
427
|
-
"v-model": {
|
428
|
-
type: import("vue").PropType<ThemeDefinition>;
|
429
|
-
required: false;
|
430
|
-
};
|
431
|
-
} & {
|
432
|
-
modelValue: {
|
433
|
-
type: import("vue").PropType<ThemeDefinition>;
|
434
|
-
required: false;
|
435
|
-
};
|
436
|
-
}, false>;
|
437
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ThemeDefinition, {
|
438
|
-
"onUpdate:modelValue": {
|
439
|
-
type: import("vue").PropType<(value: ThemeDefinition) => any>;
|
440
|
-
};
|
441
|
-
} & {
|
442
|
-
"v-model": {
|
443
|
-
type: import("vue").PropType<ThemeDefinition>;
|
444
|
-
required: false;
|
445
|
-
};
|
446
|
-
} & {
|
447
|
-
modelValue: {
|
448
|
-
type: import("vue").PropType<ThemeDefinition>;
|
449
|
-
required: false;
|
450
|
-
};
|
451
|
-
}>;
|
452
|
-
};
|
453
|
-
"v-model"?: ThemeDefinition;
|
454
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
455
|
-
modelValue?: ThemeDefinition;
|
456
|
-
hideBodySettings?: boolean;
|
457
|
-
"hide-body-settings"?: boolean;
|
458
|
-
hideChromeSettings?: boolean;
|
459
|
-
"hide-chrome-settings"?: boolean;
|
460
|
-
hideBorderSettings?: boolean;
|
461
|
-
"hide-border-settings"?: boolean;
|
462
|
-
attachedToParent?: boolean;
|
463
|
-
"attached-to-parent"?: boolean;
|
464
|
-
}>, "onUpdate:modelValue"> & {
|
465
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
466
|
-
};
|
467
|
-
};
|
468
|
-
export default _default;
|
@@ -0,0 +1,69 @@
|
|
1
|
+
import { ActionHandlerInstance } from "../..";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
close: {
|
5
|
+
type: import("vue").PropType<() => void>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<() => void>;
|
8
|
+
};
|
9
|
+
"action-handler": {
|
10
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
11
|
+
};
|
12
|
+
actionHandler: {
|
13
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
14
|
+
};
|
15
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
16
|
+
close: {
|
17
|
+
type: import("vue").PropType<() => void>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<() => void>;
|
20
|
+
};
|
21
|
+
"action-handler": {
|
22
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
23
|
+
};
|
24
|
+
actionHandler: {
|
25
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
26
|
+
};
|
27
|
+
}>>, {}, true, {}, {}, {
|
28
|
+
P: {};
|
29
|
+
B: {};
|
30
|
+
D: {};
|
31
|
+
C: {};
|
32
|
+
M: {};
|
33
|
+
Defaults: {};
|
34
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
35
|
+
close: {
|
36
|
+
type: import("vue").PropType<() => void>;
|
37
|
+
} & {
|
38
|
+
type: import("vue").PropType<() => void>;
|
39
|
+
};
|
40
|
+
"action-handler": {
|
41
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
42
|
+
};
|
43
|
+
actionHandler: {
|
44
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
45
|
+
};
|
46
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
47
|
+
__isFragment?: never;
|
48
|
+
__isTeleport?: never;
|
49
|
+
__isSuspense?: never;
|
50
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
51
|
+
close: {
|
52
|
+
type: import("vue").PropType<() => void>;
|
53
|
+
} & {
|
54
|
+
type: import("vue").PropType<() => void>;
|
55
|
+
};
|
56
|
+
"action-handler": {
|
57
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
58
|
+
};
|
59
|
+
actionHandler: {
|
60
|
+
type: import("vue").PropType<ActionHandlerInstance>;
|
61
|
+
};
|
62
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
63
|
+
propsDefinition: Omit<Readonly<{} & {
|
64
|
+
close?: () => void;
|
65
|
+
actionHandler?: ActionHandlerInstance;
|
66
|
+
"action-handler"?: ActionHandlerInstance;
|
67
|
+
}>, never>;
|
68
|
+
};
|
69
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/actionhandler/ThemeSelectorClickHandler.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|