@omnia/fx 8.0.34-dev → 8.0.35-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/shared/models/hub/activities/Activity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +9 -2
- package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +17 -16
- package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +51 -17
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +23 -10
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemaDefinitionBlade.d.ts → oxide/lazy/Lazy.d.ts} +42 -48
- package/internal-do-not-import-from-here/ux/theming-v2/SpacingDefinitionStore.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +4 -48
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +4 -31
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{typography/blades/TypographysBlade.d.ts → colorschemas/blades/ColorSchemaDefinitionBlade.d.ts} +5 -52
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +41 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes/blades/ColorSchemasBlade.d.ts → spacing/SpacingJourney.d.ts} +5 -52
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingSettingsBlade.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +4 -70
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +5 -1743
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +461 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +82 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/SpacingTypes.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/TypographyTypes.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/Shared.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +522 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +31 -31
- package/internal-do-not-import-from-here/wctypings.d.ts +15 -1
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/{colorschemes → colorschemas}/ColorSchemasJourney.d.ts +0 -0
@@ -0,0 +1,461 @@
|
|
1
|
+
import { VNodeChild } from "vue";
|
2
|
+
import { FontRegistration } from "./FontPicker.css";
|
3
|
+
declare const _default: {
|
4
|
+
new (...args: any[]): {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: {
|
8
|
+
style?: unknown;
|
9
|
+
class?: unknown;
|
10
|
+
readonly name?: {
|
11
|
+
[x: `onUpdate:${string}`]: {
|
12
|
+
type: import("vue").PropType<(value: string) => any>;
|
13
|
+
};
|
14
|
+
} & {
|
15
|
+
[x: `v-model:${string}`]: {
|
16
|
+
type: import("vue").PropType<string>;
|
17
|
+
required: false;
|
18
|
+
};
|
19
|
+
} & {
|
20
|
+
[x: string]: {
|
21
|
+
type: import("vue").PropType<string>;
|
22
|
+
required: false;
|
23
|
+
};
|
24
|
+
} & {
|
25
|
+
require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<string, string, {
|
26
|
+
"onUpdate:modelValue": {
|
27
|
+
type: import("vue").PropType<(value: string) => any>;
|
28
|
+
};
|
29
|
+
} & {
|
30
|
+
"v-model": {
|
31
|
+
type: import("vue").PropType<string>;
|
32
|
+
required: false;
|
33
|
+
};
|
34
|
+
} & {
|
35
|
+
modelValue: {
|
36
|
+
type: import("vue").PropType<string>;
|
37
|
+
required: false;
|
38
|
+
};
|
39
|
+
}>;
|
40
|
+
defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
41
|
+
"onUpdate:modelValue": {
|
42
|
+
type: import("vue").PropType<(value: string) => any>;
|
43
|
+
};
|
44
|
+
} & {
|
45
|
+
"v-model": {
|
46
|
+
type: import("vue").PropType<string>;
|
47
|
+
required: false;
|
48
|
+
};
|
49
|
+
} & {
|
50
|
+
modelValue: {
|
51
|
+
type: import("vue").PropType<string>;
|
52
|
+
required: false;
|
53
|
+
};
|
54
|
+
}, false>;
|
55
|
+
doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<string, string, {
|
56
|
+
"onUpdate:modelValue": {
|
57
|
+
type: import("vue").PropType<(value: string) => any>;
|
58
|
+
};
|
59
|
+
} & {
|
60
|
+
"v-model": {
|
61
|
+
type: import("vue").PropType<string>;
|
62
|
+
required: false;
|
63
|
+
};
|
64
|
+
} & {
|
65
|
+
modelValue: {
|
66
|
+
type: import("vue").PropType<string>;
|
67
|
+
required: false;
|
68
|
+
};
|
69
|
+
}>;
|
70
|
+
};
|
71
|
+
key?: string | number | symbol;
|
72
|
+
ref?: import("vue").VNodeRef;
|
73
|
+
ref_for?: boolean;
|
74
|
+
ref_key?: string;
|
75
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
76
|
+
[key: string]: any;
|
77
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
78
|
+
[key: string]: any;
|
79
|
+
}>) => void)[];
|
80
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
81
|
+
[key: string]: any;
|
82
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
83
|
+
[key: string]: any;
|
84
|
+
}>) => void)[];
|
85
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
86
|
+
[key: string]: any;
|
87
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
88
|
+
[key: string]: any;
|
89
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
90
|
+
[key: string]: any;
|
91
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
92
|
+
[key: string]: any;
|
93
|
+
}>) => void)[];
|
94
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
95
|
+
[key: string]: any;
|
96
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
97
|
+
[key: string]: any;
|
98
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
99
|
+
[key: string]: any;
|
100
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
101
|
+
[key: string]: any;
|
102
|
+
}>) => void)[];
|
103
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
104
|
+
[key: string]: any;
|
105
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
106
|
+
[key: string]: any;
|
107
|
+
}>) => void)[];
|
108
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
109
|
+
[key: string]: any;
|
110
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
111
|
+
[key: string]: any;
|
112
|
+
}>) => void)[];
|
113
|
+
readonly "onUpdate:modelValue"?: (value: string) => any;
|
114
|
+
readonly "v-model"?: string;
|
115
|
+
readonly modelValue?: string;
|
116
|
+
readonly "v-slots"?: {
|
117
|
+
default?: import("../../../../../../DefineVueTypings").Slot<any[]>;
|
118
|
+
} & {
|
119
|
+
activator?: () => VNodeChild;
|
120
|
+
};
|
121
|
+
"onFont:selected"?: (selectedFont: FontRegistration) => any;
|
122
|
+
};
|
123
|
+
$attrs: {
|
124
|
+
[x: string]: unknown;
|
125
|
+
};
|
126
|
+
$refs: {
|
127
|
+
[x: string]: unknown;
|
128
|
+
};
|
129
|
+
$slots: Readonly<{
|
130
|
+
[name: string]: import("vue").Slot<any>;
|
131
|
+
}>;
|
132
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
133
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
134
|
+
$emit: (event: "font:selected", selectedFont: FontRegistration) => void;
|
135
|
+
$el: any;
|
136
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
137
|
+
"v-slots": import("vue").Prop<{
|
138
|
+
default?: import("../../../../../../DefineVueTypings").Slot<any[]>;
|
139
|
+
} & {
|
140
|
+
activator?: () => VNodeChild;
|
141
|
+
}>;
|
142
|
+
"onUpdate:modelValue": {
|
143
|
+
type: import("vue").PropType<(value: string) => any>;
|
144
|
+
};
|
145
|
+
"v-model": {
|
146
|
+
type: import("vue").PropType<string>;
|
147
|
+
required: false;
|
148
|
+
};
|
149
|
+
modelValue: {
|
150
|
+
type: import("vue").PropType<string>;
|
151
|
+
required: false;
|
152
|
+
};
|
153
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
154
|
+
type: import("vue").PropType<(value: string) => any>;
|
155
|
+
}; } & { [key_1 in import("../../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
156
|
+
type: import("vue").PropType<string>;
|
157
|
+
required: false;
|
158
|
+
}; } & { [key_2 in import("../../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
159
|
+
type: import("vue").PropType<string>;
|
160
|
+
required: false;
|
161
|
+
}; } & {
|
162
|
+
require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
163
|
+
"onUpdate:modelValue": {
|
164
|
+
type: import("vue").PropType<(value: string) => any>;
|
165
|
+
};
|
166
|
+
} & {
|
167
|
+
"v-model": {
|
168
|
+
type: import("vue").PropType<string>;
|
169
|
+
required: false;
|
170
|
+
};
|
171
|
+
} & {
|
172
|
+
modelValue: {
|
173
|
+
type: import("vue").PropType<string>;
|
174
|
+
required: false;
|
175
|
+
};
|
176
|
+
}>;
|
177
|
+
defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
178
|
+
"onUpdate:modelValue": {
|
179
|
+
type: import("vue").PropType<(value: string) => any>;
|
180
|
+
};
|
181
|
+
} & {
|
182
|
+
"v-model": {
|
183
|
+
type: import("vue").PropType<string>;
|
184
|
+
required: false;
|
185
|
+
};
|
186
|
+
} & {
|
187
|
+
modelValue: {
|
188
|
+
type: import("vue").PropType<string>;
|
189
|
+
required: false;
|
190
|
+
};
|
191
|
+
}, false>;
|
192
|
+
doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
193
|
+
"onUpdate:modelValue": {
|
194
|
+
type: import("vue").PropType<(value: string) => any>;
|
195
|
+
};
|
196
|
+
} & {
|
197
|
+
"v-model": {
|
198
|
+
type: import("vue").PropType<string>;
|
199
|
+
required: false;
|
200
|
+
};
|
201
|
+
} & {
|
202
|
+
modelValue: {
|
203
|
+
type: import("vue").PropType<string>;
|
204
|
+
required: false;
|
205
|
+
};
|
206
|
+
}>;
|
207
|
+
};
|
208
|
+
}>> & {
|
209
|
+
"onFont:selected"?: (selectedFont: FontRegistration) => any;
|
210
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
211
|
+
"font:selected": (selectedFont: FontRegistration) => any;
|
212
|
+
}, string, {}, {}, string, {}> & {
|
213
|
+
beforeCreate?: (() => void) | (() => void)[];
|
214
|
+
created?: (() => void) | (() => void)[];
|
215
|
+
beforeMount?: (() => void) | (() => void)[];
|
216
|
+
mounted?: (() => void) | (() => void)[];
|
217
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
218
|
+
updated?: (() => void) | (() => void)[];
|
219
|
+
activated?: (() => void) | (() => void)[];
|
220
|
+
deactivated?: (() => void) | (() => void)[];
|
221
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
222
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
223
|
+
destroyed?: (() => void) | (() => void)[];
|
224
|
+
unmounted?: (() => void) | (() => void)[];
|
225
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
226
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
227
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
228
|
+
};
|
229
|
+
$forceUpdate: () => void;
|
230
|
+
$nextTick: typeof import("vue").nextTick;
|
231
|
+
$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;
|
232
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
233
|
+
"v-slots": import("vue").Prop<{
|
234
|
+
default?: import("../../../../../../DefineVueTypings").Slot<any[]>;
|
235
|
+
} & {
|
236
|
+
activator?: () => VNodeChild;
|
237
|
+
}>;
|
238
|
+
"onUpdate:modelValue": {
|
239
|
+
type: import("vue").PropType<(value: string) => any>;
|
240
|
+
};
|
241
|
+
"v-model": {
|
242
|
+
type: import("vue").PropType<string>;
|
243
|
+
required: false;
|
244
|
+
};
|
245
|
+
modelValue: {
|
246
|
+
type: import("vue").PropType<string>;
|
247
|
+
required: false;
|
248
|
+
};
|
249
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
250
|
+
type: import("vue").PropType<(value: string) => any>;
|
251
|
+
}; } & { [key_1 in import("../../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
252
|
+
type: import("vue").PropType<string>;
|
253
|
+
required: false;
|
254
|
+
}; } & { [key_2 in import("../../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
255
|
+
type: import("vue").PropType<string>;
|
256
|
+
required: false;
|
257
|
+
}; } & {
|
258
|
+
require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
259
|
+
"onUpdate:modelValue": {
|
260
|
+
type: import("vue").PropType<(value: string) => any>;
|
261
|
+
};
|
262
|
+
} & {
|
263
|
+
"v-model": {
|
264
|
+
type: import("vue").PropType<string>;
|
265
|
+
required: false;
|
266
|
+
};
|
267
|
+
} & {
|
268
|
+
modelValue: {
|
269
|
+
type: import("vue").PropType<string>;
|
270
|
+
required: false;
|
271
|
+
};
|
272
|
+
}>;
|
273
|
+
defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
274
|
+
"onUpdate:modelValue": {
|
275
|
+
type: import("vue").PropType<(value: string) => any>;
|
276
|
+
};
|
277
|
+
} & {
|
278
|
+
"v-model": {
|
279
|
+
type: import("vue").PropType<string>;
|
280
|
+
required: false;
|
281
|
+
};
|
282
|
+
} & {
|
283
|
+
modelValue: {
|
284
|
+
type: import("vue").PropType<string>;
|
285
|
+
required: false;
|
286
|
+
};
|
287
|
+
}, false>;
|
288
|
+
doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
289
|
+
"onUpdate:modelValue": {
|
290
|
+
type: import("vue").PropType<(value: string) => any>;
|
291
|
+
};
|
292
|
+
} & {
|
293
|
+
"v-model": {
|
294
|
+
type: import("vue").PropType<string>;
|
295
|
+
required: false;
|
296
|
+
};
|
297
|
+
} & {
|
298
|
+
modelValue: {
|
299
|
+
type: import("vue").PropType<string>;
|
300
|
+
required: false;
|
301
|
+
};
|
302
|
+
}>;
|
303
|
+
};
|
304
|
+
}>> & {
|
305
|
+
"onFont:selected"?: (selectedFont: FontRegistration) => any;
|
306
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
307
|
+
__isFragment?: never;
|
308
|
+
__isTeleport?: never;
|
309
|
+
__isSuspense?: never;
|
310
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
311
|
+
"v-slots": import("vue").Prop<{
|
312
|
+
default?: import("../../../../../../DefineVueTypings").Slot<any[]>;
|
313
|
+
} & {
|
314
|
+
activator?: () => VNodeChild;
|
315
|
+
}>;
|
316
|
+
"onUpdate:modelValue": {
|
317
|
+
type: import("vue").PropType<(value: string) => any>;
|
318
|
+
};
|
319
|
+
"v-model": {
|
320
|
+
type: import("vue").PropType<string>;
|
321
|
+
required: false;
|
322
|
+
};
|
323
|
+
modelValue: {
|
324
|
+
type: import("vue").PropType<string>;
|
325
|
+
required: false;
|
326
|
+
};
|
327
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
328
|
+
type: import("vue").PropType<(value: string) => any>;
|
329
|
+
}; } & { [key_1 in import("../../../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
330
|
+
type: import("vue").PropType<string>;
|
331
|
+
required: false;
|
332
|
+
}; } & { [key_2 in import("../../../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
333
|
+
type: import("vue").PropType<string>;
|
334
|
+
required: false;
|
335
|
+
}; } & {
|
336
|
+
require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
337
|
+
"onUpdate:modelValue": {
|
338
|
+
type: import("vue").PropType<(value: string) => any>;
|
339
|
+
};
|
340
|
+
} & {
|
341
|
+
"v-model": {
|
342
|
+
type: import("vue").PropType<string>;
|
343
|
+
required: false;
|
344
|
+
};
|
345
|
+
} & {
|
346
|
+
modelValue: {
|
347
|
+
type: import("vue").PropType<string>;
|
348
|
+
required: false;
|
349
|
+
};
|
350
|
+
}>;
|
351
|
+
defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
352
|
+
"onUpdate:modelValue": {
|
353
|
+
type: import("vue").PropType<(value: string) => any>;
|
354
|
+
};
|
355
|
+
} & {
|
356
|
+
"v-model": {
|
357
|
+
type: import("vue").PropType<string>;
|
358
|
+
required: false;
|
359
|
+
};
|
360
|
+
} & {
|
361
|
+
modelValue: {
|
362
|
+
type: import("vue").PropType<string>;
|
363
|
+
required: false;
|
364
|
+
};
|
365
|
+
}, false>;
|
366
|
+
doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
367
|
+
"onUpdate:modelValue": {
|
368
|
+
type: import("vue").PropType<(value: string) => any>;
|
369
|
+
};
|
370
|
+
} & {
|
371
|
+
"v-model": {
|
372
|
+
type: import("vue").PropType<string>;
|
373
|
+
required: false;
|
374
|
+
};
|
375
|
+
} & {
|
376
|
+
modelValue: {
|
377
|
+
type: import("vue").PropType<string>;
|
378
|
+
required: false;
|
379
|
+
};
|
380
|
+
}>;
|
381
|
+
};
|
382
|
+
}>> & {
|
383
|
+
"onFont:selected"?: (selectedFont: FontRegistration) => any;
|
384
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
385
|
+
"font:selected": (selectedFont: FontRegistration) => any;
|
386
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
387
|
+
propsDefinition: Omit<Readonly<{} & {
|
388
|
+
name?: {
|
389
|
+
[x: `onUpdate:${string}`]: {
|
390
|
+
type: import("vue").PropType<(value: string) => any>;
|
391
|
+
};
|
392
|
+
} & {
|
393
|
+
[x: `v-model:${string}`]: {
|
394
|
+
type: import("vue").PropType<string>;
|
395
|
+
required: false;
|
396
|
+
};
|
397
|
+
} & {
|
398
|
+
[x: string]: {
|
399
|
+
type: import("vue").PropType<string>;
|
400
|
+
required: false;
|
401
|
+
};
|
402
|
+
} & {
|
403
|
+
require(): import("../../../../../../DefineVueTypings").DefinePropModelRequire<string, string, {
|
404
|
+
"onUpdate:modelValue": {
|
405
|
+
type: import("vue").PropType<(value: string) => any>;
|
406
|
+
};
|
407
|
+
} & {
|
408
|
+
"v-model": {
|
409
|
+
type: import("vue").PropType<string>;
|
410
|
+
required: false;
|
411
|
+
};
|
412
|
+
} & {
|
413
|
+
modelValue: {
|
414
|
+
type: import("vue").PropType<string>;
|
415
|
+
required: false;
|
416
|
+
};
|
417
|
+
}>;
|
418
|
+
defaultValue(value?: string): import("../../../../../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
419
|
+
"onUpdate:modelValue": {
|
420
|
+
type: import("vue").PropType<(value: string) => any>;
|
421
|
+
};
|
422
|
+
} & {
|
423
|
+
"v-model": {
|
424
|
+
type: import("vue").PropType<string>;
|
425
|
+
required: false;
|
426
|
+
};
|
427
|
+
} & {
|
428
|
+
modelValue: {
|
429
|
+
type: import("vue").PropType<string>;
|
430
|
+
required: false;
|
431
|
+
};
|
432
|
+
}, false>;
|
433
|
+
doc$(description?: string): import("../../../../../../DefineVueTypings").DefinePropModelDoc<string, string, {
|
434
|
+
"onUpdate:modelValue": {
|
435
|
+
type: import("vue").PropType<(value: string) => any>;
|
436
|
+
};
|
437
|
+
} & {
|
438
|
+
"v-model": {
|
439
|
+
type: import("vue").PropType<string>;
|
440
|
+
required: false;
|
441
|
+
};
|
442
|
+
} & {
|
443
|
+
modelValue: {
|
444
|
+
type: import("vue").PropType<string>;
|
445
|
+
required: false;
|
446
|
+
};
|
447
|
+
}>;
|
448
|
+
};
|
449
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
450
|
+
"v-model"?: string;
|
451
|
+
modelValue?: string;
|
452
|
+
"v-slots"?: {
|
453
|
+
default?: import("../../../../../../DefineVueTypings").Slot<any[]>;
|
454
|
+
} & {
|
455
|
+
activator?: () => VNodeChild;
|
456
|
+
};
|
457
|
+
}>, "onFont:selected"> & {
|
458
|
+
"onFont:selected"?: (selectedFont: FontRegistration) => any;
|
459
|
+
};
|
460
|
+
};
|
461
|
+
export default _default;
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import { Guid, TypographyDefinition, TypographySizes } from "@omnia/fx-models";
|
2
|
+
export declare const useTypographyEditorStore: () => {
|
3
|
+
state: {
|
4
|
+
blueprint: TypographyDefinition;
|
5
|
+
editMode: boolean;
|
6
|
+
selectedTypography: {
|
7
|
+
type: "title" | "text" | "navigation";
|
8
|
+
size: TypographySizes;
|
9
|
+
};
|
10
|
+
};
|
11
|
+
events: {
|
12
|
+
onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyDefinition>;
|
13
|
+
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
14
|
+
onMutatedSelectedTypography: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
15
|
+
type: "title" | "text" | "navigation";
|
16
|
+
size: TypographySizes;
|
17
|
+
}>;
|
18
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
|
+
actions: {
|
20
|
+
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
21
|
+
setBlueprint(blueprint: TypographyDefinition): void;
|
22
|
+
addBlueprint(): void;
|
23
|
+
copyBlueprint(blueprint: TypographyDefinition): void;
|
24
|
+
setFont(font: {
|
25
|
+
family: string;
|
26
|
+
cdn?: string;
|
27
|
+
}): void;
|
28
|
+
save(): void;
|
29
|
+
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
|
31
|
+
setBlueprint(blueprint: TypographyDefinition): void;
|
32
|
+
addBlueprint(): void;
|
33
|
+
copyBlueprint(blueprint: TypographyDefinition): void;
|
34
|
+
setFont(font: {
|
35
|
+
family: string;
|
36
|
+
cdn?: string;
|
37
|
+
}): void;
|
38
|
+
save(): void;
|
39
|
+
}) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
+
onFailure<T_2 extends (...args: any) => any>(action: (actions: {
|
41
|
+
setBlueprint(blueprint: TypographyDefinition): void;
|
42
|
+
addBlueprint(): void;
|
43
|
+
copyBlueprint(blueprint: TypographyDefinition): void;
|
44
|
+
setFont(font: {
|
45
|
+
family: string;
|
46
|
+
cdn?: string;
|
47
|
+
}): void;
|
48
|
+
save(): void;
|
49
|
+
}) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
} & {
|
51
|
+
setBlueprint(blueprint: TypographyDefinition): void;
|
52
|
+
addBlueprint(): void;
|
53
|
+
copyBlueprint(blueprint: TypographyDefinition): void;
|
54
|
+
setFont(font: {
|
55
|
+
family: string;
|
56
|
+
cdn?: string;
|
57
|
+
}): void;
|
58
|
+
save(): void;
|
59
|
+
};
|
60
|
+
get: {
|
61
|
+
definitionType: () => {
|
62
|
+
xl: import("@omnia/fx-models").TypographyTypeDefinition;
|
63
|
+
l: import("@omnia/fx-models").TypographyTypeDefinition;
|
64
|
+
m: import("@omnia/fx-models").TypographyTypeDefinition;
|
65
|
+
s: import("@omnia/fx-models").TypographyTypeDefinition;
|
66
|
+
xs: import("@omnia/fx-models").TypographyTypeDefinition;
|
67
|
+
} | {
|
68
|
+
l: import("@omnia/fx-models").TypographyTypeDefinition;
|
69
|
+
m: import("@omnia/fx-models").TypographyTypeDefinition;
|
70
|
+
s: import("@omnia/fx-models").TypographyTypeDefinition;
|
71
|
+
xs: import("@omnia/fx-models").TypographyTypeDefinition;
|
72
|
+
} | {
|
73
|
+
l: import("@omnia/fx-models").TypographyTypeDefinition;
|
74
|
+
m: import("@omnia/fx-models").TypographyTypeDefinition;
|
75
|
+
};
|
76
|
+
};
|
77
|
+
bladeId: {
|
78
|
+
startBlade: Guid;
|
79
|
+
editTypographyBlade: Guid;
|
80
|
+
settingsBlade: Guid;
|
81
|
+
};
|
82
|
+
};
|
@@ -50,9 +50,9 @@ declare const _default: {
|
|
50
50
|
}>) => void)[];
|
51
51
|
readonly edit?: boolean;
|
52
52
|
readonly bladeId?: Guid;
|
53
|
-
readonly "blade-id"?: Guid;
|
54
53
|
readonly themeId?: Guid;
|
55
54
|
readonly "theme-id"?: Guid;
|
55
|
+
readonly "blade-id"?: Guid;
|
56
56
|
};
|
57
57
|
$attrs: {
|
58
58
|
[x: string]: unknown;
|
@@ -149,9 +149,9 @@ declare const _default: {
|
|
149
149
|
propsDefinition: Omit<Readonly<{} & {
|
150
150
|
edit?: boolean;
|
151
151
|
bladeId?: Guid;
|
152
|
-
"blade-id"?: Guid;
|
153
152
|
themeId?: Guid;
|
154
153
|
"theme-id"?: Guid;
|
154
|
+
"blade-id"?: Guid;
|
155
155
|
}>, never>;
|
156
156
|
};
|
157
157
|
export default _default;
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
+
name: string;
|
3
4
|
id: Guid;
|
4
5
|
xs: number;
|
5
6
|
s: number;
|
@@ -8,6 +9,7 @@ export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
|
8
9
|
xl: number;
|
9
10
|
}
|
10
11
|
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
12
|
+
name: string;
|
11
13
|
id: Guid;
|
12
14
|
xs: number;
|
13
15
|
s: number;
|
@@ -16,6 +18,7 @@ export declare class DefaultInnerSpacing implements SpacingDefinition {
|
|
16
18
|
xl: number;
|
17
19
|
}
|
18
20
|
export declare class PreviewInnerSpacing implements SpacingDefinition {
|
21
|
+
name: string;
|
19
22
|
id: Guid;
|
20
23
|
xs: number;
|
21
24
|
s: number;
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
+
name: string;
|
3
4
|
id: Guid;
|
4
5
|
xs: number;
|
5
6
|
s: number;
|
@@ -8,6 +9,7 @@ export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
|
8
9
|
xl: number;
|
9
10
|
}
|
10
11
|
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
12
|
+
name: string;
|
11
13
|
id: Guid;
|
12
14
|
xs: number;
|
13
15
|
s: number;
|
package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import { Guid, SpacingDefinition } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
3
|
+
name: string;
|
3
4
|
id: Guid;
|
4
5
|
xs: number;
|
5
6
|
s: number;
|
@@ -8,6 +9,7 @@ export declare class DefaultLayoutSpacing implements SpacingDefinition {
|
|
8
9
|
xl: number;
|
9
10
|
}
|
10
11
|
export declare class DefaultInnerSpacing implements SpacingDefinition {
|
12
|
+
name: string;
|
11
13
|
id: Guid;
|
12
14
|
xs: number;
|
13
15
|
s: number;
|
@@ -17,6 +17,7 @@ export declare function useThemeStyling(): {
|
|
17
17
|
typography: {
|
18
18
|
typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl", blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
|
19
19
|
baseStyles: {
|
20
|
+
fontFamily: string;
|
20
21
|
fontSize: string;
|
21
22
|
fontWeight: number;
|
22
23
|
lineHeight: string;
|