@omnia/fx 8.0.387-dev → 8.0.389-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 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogDetailBlade.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/useLoginLogBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +27 -27
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +36 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +19 -16
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +79 -79
- package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronTextContentBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +20 -16
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +0 -39
- /package/internal-do-not-import-from-here/ux/{admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney.d.ts → aurora/components/textcolorpicker/docs/SampleComponent.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { TextStyleDefinition } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
type EditorVariant = "default" | "dialog" | "blade-inline";
|
4
4
|
declare const _default: {
|
@@ -21,75 +21,75 @@ declare const _default: {
|
|
21
21
|
type: import("vue").PropType<EditorVariant>;
|
22
22
|
};
|
23
23
|
"onUpdate:modelValue": {
|
24
|
-
type: import("vue").PropType<(value:
|
24
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
25
25
|
};
|
26
26
|
"v-model": {
|
27
|
-
type: import("vue").PropType<
|
27
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
28
28
|
required: false;
|
29
29
|
};
|
30
30
|
modelValue: {
|
31
|
-
type: import("vue").PropType<
|
31
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
32
32
|
required: false;
|
33
33
|
};
|
34
34
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
35
|
-
type: import("vue").PropType<(value:
|
35
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
36
36
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
37
|
-
type: import("vue").PropType<
|
37
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
38
38
|
required: false;
|
39
39
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
40
|
-
type: import("vue").PropType<
|
40
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
41
41
|
required: false;
|
42
42
|
}; } & {
|
43
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
43
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
|
44
44
|
"onUpdate:modelValue": {
|
45
|
-
type: import("vue").PropType<(value:
|
45
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
46
46
|
};
|
47
47
|
} & {
|
48
48
|
"v-model": {
|
49
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
50
50
|
required: false;
|
51
51
|
};
|
52
52
|
} & {
|
53
53
|
modelValue: {
|
54
|
-
type: import("vue").PropType<
|
54
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
55
55
|
required: false;
|
56
56
|
};
|
57
57
|
}>;
|
58
|
-
defaultValue(value?:
|
58
|
+
defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
|
59
59
|
"onUpdate:modelValue": {
|
60
|
-
type: import("vue").PropType<(value:
|
60
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
61
61
|
};
|
62
62
|
} & {
|
63
63
|
"v-model": {
|
64
|
-
type: import("vue").PropType<
|
64
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
65
65
|
required: false;
|
66
66
|
};
|
67
67
|
} & {
|
68
68
|
modelValue: {
|
69
|
-
type: import("vue").PropType<
|
69
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
70
70
|
required: false;
|
71
71
|
};
|
72
72
|
}, false>;
|
73
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
73
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
|
74
74
|
"onUpdate:modelValue": {
|
75
|
-
type: import("vue").PropType<(value:
|
75
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
76
76
|
};
|
77
77
|
} & {
|
78
78
|
"v-model": {
|
79
|
-
type: import("vue").PropType<
|
79
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
80
80
|
required: false;
|
81
81
|
};
|
82
82
|
} & {
|
83
83
|
modelValue: {
|
84
|
-
type: import("vue").PropType<
|
84
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
85
85
|
required: false;
|
86
86
|
};
|
87
87
|
}>;
|
88
88
|
};
|
89
89
|
}>> & {
|
90
|
-
"onClick:confirm"?: (model:
|
90
|
+
"onClick:confirm"?: (model: TextStyleDefinition) => any;
|
91
91
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
92
|
-
"click:confirm": (model:
|
92
|
+
"click:confirm": (model: TextStyleDefinition) => true;
|
93
93
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
94
94
|
P: {};
|
95
95
|
B: {};
|
@@ -116,73 +116,73 @@ declare const _default: {
|
|
116
116
|
type: import("vue").PropType<EditorVariant>;
|
117
117
|
};
|
118
118
|
"onUpdate:modelValue": {
|
119
|
-
type: import("vue").PropType<(value:
|
119
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
120
120
|
};
|
121
121
|
"v-model": {
|
122
|
-
type: import("vue").PropType<
|
122
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
123
123
|
required: false;
|
124
124
|
};
|
125
125
|
modelValue: {
|
126
|
-
type: import("vue").PropType<
|
126
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
127
127
|
required: false;
|
128
128
|
};
|
129
129
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
130
|
-
type: import("vue").PropType<(value:
|
130
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
131
131
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
132
|
-
type: import("vue").PropType<
|
132
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
133
133
|
required: false;
|
134
134
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
135
|
-
type: import("vue").PropType<
|
135
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
136
136
|
required: false;
|
137
137
|
}; } & {
|
138
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
138
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
|
139
139
|
"onUpdate:modelValue": {
|
140
|
-
type: import("vue").PropType<(value:
|
140
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
141
141
|
};
|
142
142
|
} & {
|
143
143
|
"v-model": {
|
144
|
-
type: import("vue").PropType<
|
144
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
145
145
|
required: false;
|
146
146
|
};
|
147
147
|
} & {
|
148
148
|
modelValue: {
|
149
|
-
type: import("vue").PropType<
|
149
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
150
150
|
required: false;
|
151
151
|
};
|
152
152
|
}>;
|
153
|
-
defaultValue(value?:
|
153
|
+
defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
|
154
154
|
"onUpdate:modelValue": {
|
155
|
-
type: import("vue").PropType<(value:
|
155
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
156
156
|
};
|
157
157
|
} & {
|
158
158
|
"v-model": {
|
159
|
-
type: import("vue").PropType<
|
159
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
160
160
|
required: false;
|
161
161
|
};
|
162
162
|
} & {
|
163
163
|
modelValue: {
|
164
|
-
type: import("vue").PropType<
|
164
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
165
165
|
required: false;
|
166
166
|
};
|
167
167
|
}, false>;
|
168
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
168
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
|
169
169
|
"onUpdate:modelValue": {
|
170
|
-
type: import("vue").PropType<(value:
|
170
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
171
171
|
};
|
172
172
|
} & {
|
173
173
|
"v-model": {
|
174
|
-
type: import("vue").PropType<
|
174
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
175
175
|
required: false;
|
176
176
|
};
|
177
177
|
} & {
|
178
178
|
modelValue: {
|
179
|
-
type: import("vue").PropType<
|
179
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
180
180
|
required: false;
|
181
181
|
};
|
182
182
|
}>;
|
183
183
|
};
|
184
184
|
}>> & {
|
185
|
-
"onClick:confirm"?: (model:
|
185
|
+
"onClick:confirm"?: (model: TextStyleDefinition) => any;
|
186
186
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
187
187
|
__isFragment?: never;
|
188
188
|
__isTeleport?: never;
|
@@ -206,152 +206,152 @@ declare const _default: {
|
|
206
206
|
type: import("vue").PropType<EditorVariant>;
|
207
207
|
};
|
208
208
|
"onUpdate:modelValue": {
|
209
|
-
type: import("vue").PropType<(value:
|
209
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
210
210
|
};
|
211
211
|
"v-model": {
|
212
|
-
type: import("vue").PropType<
|
212
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
213
213
|
required: false;
|
214
214
|
};
|
215
215
|
modelValue: {
|
216
|
-
type: import("vue").PropType<
|
216
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
217
217
|
required: false;
|
218
218
|
};
|
219
219
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
220
|
-
type: import("vue").PropType<(value:
|
220
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
221
221
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
222
|
-
type: import("vue").PropType<
|
222
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
223
223
|
required: false;
|
224
224
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
225
|
-
type: import("vue").PropType<
|
225
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
226
226
|
required: false;
|
227
227
|
}; } & {
|
228
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
228
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
|
229
229
|
"onUpdate:modelValue": {
|
230
|
-
type: import("vue").PropType<(value:
|
230
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
231
231
|
};
|
232
232
|
} & {
|
233
233
|
"v-model": {
|
234
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
} & {
|
238
238
|
modelValue: {
|
239
|
-
type: import("vue").PropType<
|
239
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
240
240
|
required: false;
|
241
241
|
};
|
242
242
|
}>;
|
243
|
-
defaultValue(value?:
|
243
|
+
defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
|
244
244
|
"onUpdate:modelValue": {
|
245
|
-
type: import("vue").PropType<(value:
|
245
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
246
246
|
};
|
247
247
|
} & {
|
248
248
|
"v-model": {
|
249
|
-
type: import("vue").PropType<
|
249
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
250
250
|
required: false;
|
251
251
|
};
|
252
252
|
} & {
|
253
253
|
modelValue: {
|
254
|
-
type: import("vue").PropType<
|
254
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
255
255
|
required: false;
|
256
256
|
};
|
257
257
|
}, false>;
|
258
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
258
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
|
259
259
|
"onUpdate:modelValue": {
|
260
|
-
type: import("vue").PropType<(value:
|
260
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
261
261
|
};
|
262
262
|
} & {
|
263
263
|
"v-model": {
|
264
|
-
type: import("vue").PropType<
|
264
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
265
265
|
required: false;
|
266
266
|
};
|
267
267
|
} & {
|
268
268
|
modelValue: {
|
269
|
-
type: import("vue").PropType<
|
269
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
270
270
|
required: false;
|
271
271
|
};
|
272
272
|
}>;
|
273
273
|
};
|
274
274
|
}>> & {
|
275
|
-
"onClick:confirm"?: (model:
|
275
|
+
"onClick:confirm"?: (model: TextStyleDefinition) => any;
|
276
276
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
277
|
-
"click:confirm": (model:
|
277
|
+
"click:confirm": (model: TextStyleDefinition) => true;
|
278
278
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
279
279
|
propsDefinition: Omit<Readonly<{} & {
|
280
280
|
name?: {
|
281
281
|
[x: `onUpdate:${string}`]: {
|
282
|
-
type: import("vue").PropType<(value:
|
282
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
283
283
|
};
|
284
284
|
} & {
|
285
285
|
[x: `v-model:${string}`]: {
|
286
|
-
type: import("vue").PropType<
|
286
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
287
287
|
required: false;
|
288
288
|
};
|
289
289
|
} & {
|
290
290
|
[x: string]: {
|
291
|
-
type: import("vue").PropType<
|
291
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
292
292
|
required: false;
|
293
293
|
};
|
294
294
|
} & {
|
295
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
295
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, TextStyleDefinition, {
|
296
296
|
"onUpdate:modelValue": {
|
297
|
-
type: import("vue").PropType<(value:
|
297
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
298
298
|
};
|
299
299
|
} & {
|
300
300
|
"v-model": {
|
301
|
-
type: import("vue").PropType<
|
301
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
302
302
|
required: false;
|
303
303
|
};
|
304
304
|
} & {
|
305
305
|
modelValue: {
|
306
|
-
type: import("vue").PropType<
|
306
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
307
307
|
required: false;
|
308
308
|
};
|
309
309
|
}>;
|
310
|
-
defaultValue(value?:
|
310
|
+
defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, TextStyleDefinition, {
|
311
311
|
"onUpdate:modelValue": {
|
312
|
-
type: import("vue").PropType<(value:
|
312
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
313
313
|
};
|
314
314
|
} & {
|
315
315
|
"v-model": {
|
316
|
-
type: import("vue").PropType<
|
316
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
317
317
|
required: false;
|
318
318
|
};
|
319
319
|
} & {
|
320
320
|
modelValue: {
|
321
|
-
type: import("vue").PropType<
|
321
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
322
322
|
required: false;
|
323
323
|
};
|
324
324
|
}, false>;
|
325
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
325
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, TextStyleDefinition, {
|
326
326
|
"onUpdate:modelValue": {
|
327
|
-
type: import("vue").PropType<(value:
|
327
|
+
type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
|
328
328
|
};
|
329
329
|
} & {
|
330
330
|
"v-model": {
|
331
|
-
type: import("vue").PropType<
|
331
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
332
332
|
required: false;
|
333
333
|
};
|
334
334
|
} & {
|
335
335
|
modelValue: {
|
336
|
-
type: import("vue").PropType<
|
336
|
+
type: import("vue").PropType<TextStyleDefinition>;
|
337
337
|
required: false;
|
338
338
|
};
|
339
339
|
}>;
|
340
340
|
};
|
341
341
|
variant?: EditorVariant;
|
342
342
|
preview?: boolean;
|
343
|
-
modelValue?:
|
343
|
+
modelValue?: TextStyleDefinition;
|
344
344
|
"v-slots"?: {
|
345
345
|
default?: import("../../../DefineVueTypings").Slot;
|
346
346
|
} & {
|
347
347
|
activator?: () => VNodeChild;
|
348
348
|
};
|
349
|
-
"onUpdate:modelValue"?: (value:
|
350
|
-
"v-model"?:
|
349
|
+
"onUpdate:modelValue"?: (value: TextStyleDefinition) => any | void;
|
350
|
+
"v-model"?: TextStyleDefinition;
|
351
351
|
sampleText?: string;
|
352
352
|
toolbarCallback?: (value: () => VNodeChild) => void;
|
353
353
|
}>, "onClick:confirm"> & {
|
354
|
-
"onClick:confirm"?: (model:
|
354
|
+
"onClick:confirm"?: (model: TextStyleDefinition) => any;
|
355
355
|
};
|
356
356
|
};
|
357
357
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlueprintVariant, ThemeContextType, TypographyBlueprint,
|
1
|
+
import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TextStyleSizes, TextStyleType } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
variant?: BlueprintVariant;
|
@@ -8,8 +8,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
8
8
|
sampleText?: string;
|
9
9
|
} & {
|
10
10
|
themeType?: ThemeContextType;
|
11
|
-
} & DefineEmit<"click:select", (typography:
|
12
|
-
"onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size:
|
11
|
+
} & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true>> & {
|
12
|
+
"onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TextStyleSizes) => any;
|
13
13
|
"onClick:selectFill"?: (variant: BlueprintVariant) => any;
|
14
14
|
} & {
|
15
15
|
"v-slots"?: {} & Omit<{
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { FillDefinition, TypographyBlueprint,
|
1
|
+
import { FillDefinition, TypographyBlueprint, TextStyleDefinition, TypographyFontRef, guid } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultDocTypographyBlueprints implements TypographyBlueprint {
|
3
3
|
id: guid;
|
4
4
|
name: string;
|
@@ -12,10 +12,10 @@ export declare class DocumentationTypography implements TypographyBlueprint {
|
|
12
12
|
variant3?: FillDefinition;
|
13
13
|
};
|
14
14
|
variant: {
|
15
|
-
one:
|
16
|
-
two:
|
17
|
-
three:
|
18
|
-
four:
|
15
|
+
one: TextStyleDefinition;
|
16
|
+
two: TextStyleDefinition;
|
17
|
+
three: TextStyleDefinition;
|
18
|
+
four: TextStyleDefinition;
|
19
19
|
};
|
20
20
|
name: string;
|
21
21
|
id: guid;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { FillDefinition, TypographyBlueprint,
|
1
|
+
import { FillDefinition, TypographyBlueprint, TextStyleDefinition, guid } from "@omnia/fx-models";
|
2
2
|
export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprint {
|
3
3
|
id: guid;
|
4
4
|
name: string;
|
@@ -12,10 +12,10 @@ export declare class EditorTypography implements TypographyBlueprint {
|
|
12
12
|
variant3?: FillDefinition;
|
13
13
|
};
|
14
14
|
variant: {
|
15
|
-
one:
|
16
|
-
two:
|
17
|
-
three:
|
18
|
-
four:
|
15
|
+
one: TextStyleDefinition;
|
16
|
+
two: TextStyleDefinition;
|
17
|
+
three: TextStyleDefinition;
|
18
|
+
four: TextStyleDefinition;
|
19
19
|
};
|
20
20
|
name: string;
|
21
21
|
id: guid;
|
package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts
CHANGED
@@ -1,14 +1,14 @@
|
|
1
|
-
import { FillDefinition, guid, ThemeTypes, TypographyBlueprint,
|
1
|
+
import { FillDefinition, guid, ThemeTypes, TypographyBlueprint, TextStyleDefinition, VariantBlueprints } from "@omnia/fx-models";
|
2
2
|
export declare class FunkyTypography implements TypographyBlueprint {
|
3
3
|
fills?: VariantBlueprints<FillDefinition>;
|
4
|
-
variants?: VariantBlueprints<
|
4
|
+
variants?: VariantBlueprints<TextStyleDefinition>;
|
5
5
|
id: guid;
|
6
6
|
type?: ThemeTypes;
|
7
7
|
variant: {
|
8
|
-
one:
|
9
|
-
two:
|
10
|
-
three:
|
11
|
-
four:
|
8
|
+
one: TextStyleDefinition;
|
9
|
+
two: TextStyleDefinition;
|
10
|
+
three: TextStyleDefinition;
|
11
|
+
four: TextStyleDefinition;
|
12
12
|
};
|
13
13
|
name: string;
|
14
14
|
font: {
|
@@ -112,14 +112,14 @@ export declare class FunkyTypography implements TypographyBlueprint {
|
|
112
112
|
}
|
113
113
|
export declare class DefaultTypography implements TypographyBlueprint {
|
114
114
|
fills?: VariantBlueprints<FillDefinition>;
|
115
|
-
variants?: VariantBlueprints<
|
115
|
+
variants?: VariantBlueprints<TextStyleDefinition>;
|
116
116
|
id: guid;
|
117
117
|
type?: ThemeTypes;
|
118
118
|
variant: {
|
119
|
-
one:
|
120
|
-
two:
|
121
|
-
three:
|
122
|
-
four:
|
119
|
+
one: TextStyleDefinition;
|
120
|
+
two: TextStyleDefinition;
|
121
|
+
three: TextStyleDefinition;
|
122
|
+
four: TextStyleDefinition;
|
123
123
|
};
|
124
124
|
name: string;
|
125
125
|
font: {
|
@@ -236,10 +236,10 @@ export declare class DefaultTypography implements TypographyBlueprint {
|
|
236
236
|
}
|
237
237
|
export declare class PreviewTypography implements TypographyBlueprint {
|
238
238
|
variant: {
|
239
|
-
one:
|
240
|
-
two:
|
241
|
-
three:
|
242
|
-
four:
|
239
|
+
one: TextStyleDefinition;
|
240
|
+
two: TextStyleDefinition;
|
241
|
+
three: TextStyleDefinition;
|
242
|
+
four: TextStyleDefinition;
|
243
243
|
};
|
244
244
|
font?: {
|
245
245
|
id: guid;
|
@@ -346,10 +346,10 @@ export declare class PreviewTypography implements TypographyBlueprint {
|
|
346
346
|
}
|
347
347
|
export declare class PreviewMiniTypography implements TypographyBlueprint {
|
348
348
|
variant: {
|
349
|
-
one:
|
350
|
-
two:
|
351
|
-
three:
|
352
|
-
four:
|
349
|
+
one: TextStyleDefinition;
|
350
|
+
two: TextStyleDefinition;
|
351
|
+
three: TextStyleDefinition;
|
352
|
+
four: TextStyleDefinition;
|
353
353
|
};
|
354
354
|
font?: {
|
355
355
|
id: guid;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { guid,
|
1
|
+
import { guid, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleDefinition, TextStyleTypes, TypographyBlueprint, TypographyFontDefinition } from "@omnia/fx-models";
|
2
2
|
import { useThemeStore } from "./ThemeStore";
|
3
3
|
export declare const useTypographyBlueprintStore: () => {
|
4
4
|
state: {
|
@@ -19,7 +19,7 @@ export declare const useTypographyBlueprintStore: () => {
|
|
19
19
|
readonly defaultTypographyBlueprint: TypographyBlueprint;
|
20
20
|
readonly themeStore: ReturnType<typeof useThemeStore>;
|
21
21
|
readonly blueprint: TypographyBlueprint;
|
22
|
-
typography(typographyType:
|
22
|
+
typography(typographyType: TextStyleTypes | TextStyleType, size: TextStyleSize | TextStyleSizes): TextStyleDefinition;
|
23
23
|
};
|
24
24
|
deactivated(): void;
|
25
25
|
} & {
|
@@ -41,7 +41,7 @@ export declare function useThemeStyling(): {
|
|
41
41
|
typeStylex: typeof TypographyStyling.typographyTypeStylex;
|
42
42
|
stylex: typeof TypographyStyling.typographyStylex;
|
43
43
|
fontStyling: typeof import("./styles/Typography").fontStyling;
|
44
|
-
typeStyling: (typographyType: import("@omnia/fx-models").
|
44
|
+
typeStyling: (typographyType: import("@omnia/fx-models").TextStyleTypes, size: import("@omnia/fx-models").TextStyleSize, blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
|
45
45
|
baseStyles: {
|
46
46
|
fontFamily: string;
|
47
47
|
fontSize: string;
|
@@ -1,8 +1,8 @@
|
|
1
|
-
import { TypographyBlueprint,
|
1
|
+
import { TypographyBlueprint, TextStyleSize, TextStyleTypes, TextStyleValue } from "@omnia/fx-models";
|
2
2
|
import { MediaQuery } from "typestyle/lib/types";
|
3
3
|
import { useTypographyBlueprintStore } from "../../store";
|
4
4
|
export declare namespace TypographyStyling {
|
5
|
-
function typographyTypeStylex(typographyType:
|
5
|
+
function typographyTypeStylex(typographyType: TextStyleTypes, size: TextStyleSize, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
|
6
6
|
function typographyStylex(blueprints: ReturnType<typeof useTypographyBlueprintStore>): {
|
7
7
|
title: {
|
8
8
|
readonly xl: Readonly<import("../../../Styles.stylex").StylexValue>;
|
@@ -32,7 +32,7 @@ export declare namespace TypographyStyling {
|
|
32
32
|
};
|
33
33
|
typographyType: (typographyType: string) => any;
|
34
34
|
};
|
35
|
-
function typographyStylexFromValueStylex(value:
|
35
|
+
function typographyStylexFromValueStylex(value: TextStyleValue, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
|
36
36
|
}
|
37
37
|
export declare const typographyStyles: {
|
38
38
|
fontStyling: typeof fontStyling;
|
@@ -69,8 +69,8 @@ export interface TypographyTypesResult {
|
|
69
69
|
};
|
70
70
|
typographyType: (typographyType: string) => string;
|
71
71
|
}
|
72
|
-
declare function typographyStylingByValue(value:
|
73
|
-
declare function typographyTypeStyling(typographyType:
|
72
|
+
declare function typographyStylingByValue(value: TextStyleValue, blueprint: TypographyBlueprint): string;
|
73
|
+
declare function typographyTypeStyling(typographyType: TextStyleTypes, size: TextStyleSize, blueprint: TypographyBlueprint): {
|
74
74
|
baseStyles: {
|
75
75
|
fontFamily: string;
|
76
76
|
fontSize: string;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { ColorDefinition, SpacingValue, TextBlueprint,
|
1
|
+
import { ColorDefinition, SpacingValue, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx-models";
|
2
2
|
import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
|
3
3
|
export declare const flowEditorStyles: {
|
4
4
|
placeholder: string;
|
5
|
-
container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography:
|
5
|
+
container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography: TextStyleTypes | TextStyleType, size: TextStyleSizes | TextStyleSize, rowSpacing: SpacingValue) => string;
|
6
6
|
};
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { ColorDefinition, SpacingValue, TextBlueprint,
|
1
|
+
import { ColorDefinition, SpacingValue, TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx-models";
|
2
2
|
import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
|
3
3
|
export declare const flowRendererStyles: {
|
4
|
-
container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography:
|
4
|
+
container: (color: ColorDefinition, colors: ReturnType<typeof useColorSchemaStore>, blueprints: ReturnType<typeof useTypographyBlueprintStore>, toned: boolean, textBlueprint: TextBlueprint, typography: TextStyleTypes | TextStyleType, size: TextStyleSizes | TextStyleSize, rowSpacing: SpacingValue) => string;
|
5
5
|
};
|
@@ -17,7 +17,14 @@ export declare function defineBlade<TRoute extends JourneyBladeRoute = {}>(blade
|
|
17
17
|
travelTo(toBladeId: guid): void;
|
18
18
|
defineValueToSave<T>(value?: T): {
|
19
19
|
value: T;
|
20
|
+
/**
|
21
|
+
* @deprecated use resetValue instead.
|
22
|
+
*/
|
20
23
|
setValue: (value: T) => void;
|
24
|
+
/**
|
25
|
+
* reset inital value to trigger new watching value change.
|
26
|
+
*/
|
27
|
+
resetValue: (value: T) => void;
|
21
28
|
};
|
22
29
|
defineValueToFilter<T>(value?: T): {
|
23
30
|
filterValues: T;
|