@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.
Files changed (57) hide show
  1. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -1
  2. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +5 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogDetailBlade.d.ts +11 -0
  6. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/useLoginLogBlade.d.ts +12 -0
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +27 -27
  8. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.css.d.ts +4 -0
  10. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +36 -0
  11. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/ExampleComponents.d.ts +1 -0
  12. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/index.d.ts +1 -0
  13. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +4 -0
  14. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +36 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +1 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +6 -0
  17. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +4 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +19 -16
  20. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +29 -0
  21. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +3 -3
  22. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +79 -79
  23. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +3 -3
  24. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +5 -5
  25. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +5 -5
  26. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +19 -19
  27. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +5 -5
  30. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +0 -2
  31. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.css.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +7 -0
  34. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +4 -2
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  37. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  39. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +3 -3
  40. package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +3 -3
  50. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronTextContentBuilder.d.ts +3 -3
  53. package/internal-do-not-import-from-here/wctypings.d.ts +20 -16
  54. package/package.json +2 -2
  55. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.css.d.ts +0 -6
  56. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +0 -39
  57. /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
@@ -1,4 +1,4 @@
1
- import { TypographyDefinition } from "@omnia/fx-models";
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: TypographyDefinition) => any | void>;
24
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
25
25
  };
26
26
  "v-model": {
27
- type: import("vue").PropType<TypographyDefinition>;
27
+ type: import("vue").PropType<TextStyleDefinition>;
28
28
  required: false;
29
29
  };
30
30
  modelValue: {
31
- type: import("vue").PropType<TypographyDefinition>;
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: TypographyDefinition) => any | void>;
35
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
36
36
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
37
- type: import("vue").PropType<TypographyDefinition>;
37
+ type: import("vue").PropType<TextStyleDefinition>;
38
38
  required: false;
39
39
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
40
- type: import("vue").PropType<TypographyDefinition>;
40
+ type: import("vue").PropType<TextStyleDefinition>;
41
41
  required: false;
42
42
  }; } & {
43
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TypographyDefinition, {
43
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
44
44
  "onUpdate:modelValue": {
45
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
45
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
46
46
  };
47
47
  } & {
48
48
  "v-model": {
49
- type: import("vue").PropType<TypographyDefinition>;
49
+ type: import("vue").PropType<TextStyleDefinition>;
50
50
  required: false;
51
51
  };
52
52
  } & {
53
53
  modelValue: {
54
- type: import("vue").PropType<TypographyDefinition>;
54
+ type: import("vue").PropType<TextStyleDefinition>;
55
55
  required: false;
56
56
  };
57
57
  }>;
58
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyDefinition, {
58
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
59
59
  "onUpdate:modelValue": {
60
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
60
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
61
61
  };
62
62
  } & {
63
63
  "v-model": {
64
- type: import("vue").PropType<TypographyDefinition>;
64
+ type: import("vue").PropType<TextStyleDefinition>;
65
65
  required: false;
66
66
  };
67
67
  } & {
68
68
  modelValue: {
69
- type: import("vue").PropType<TypographyDefinition>;
69
+ type: import("vue").PropType<TextStyleDefinition>;
70
70
  required: false;
71
71
  };
72
72
  }, false>;
73
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TypographyDefinition, {
73
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
74
74
  "onUpdate:modelValue": {
75
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
75
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
76
76
  };
77
77
  } & {
78
78
  "v-model": {
79
- type: import("vue").PropType<TypographyDefinition>;
79
+ type: import("vue").PropType<TextStyleDefinition>;
80
80
  required: false;
81
81
  };
82
82
  } & {
83
83
  modelValue: {
84
- type: import("vue").PropType<TypographyDefinition>;
84
+ type: import("vue").PropType<TextStyleDefinition>;
85
85
  required: false;
86
86
  };
87
87
  }>;
88
88
  };
89
89
  }>> & {
90
- "onClick:confirm"?: (model: TypographyDefinition) => any;
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: TypographyDefinition) => true;
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: TypographyDefinition) => any | void>;
119
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
120
120
  };
121
121
  "v-model": {
122
- type: import("vue").PropType<TypographyDefinition>;
122
+ type: import("vue").PropType<TextStyleDefinition>;
123
123
  required: false;
124
124
  };
125
125
  modelValue: {
126
- type: import("vue").PropType<TypographyDefinition>;
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: TypographyDefinition) => any | void>;
130
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
131
131
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
132
- type: import("vue").PropType<TypographyDefinition>;
132
+ type: import("vue").PropType<TextStyleDefinition>;
133
133
  required: false;
134
134
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
135
- type: import("vue").PropType<TypographyDefinition>;
135
+ type: import("vue").PropType<TextStyleDefinition>;
136
136
  required: false;
137
137
  }; } & {
138
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TypographyDefinition, {
138
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
139
139
  "onUpdate:modelValue": {
140
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
140
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
141
141
  };
142
142
  } & {
143
143
  "v-model": {
144
- type: import("vue").PropType<TypographyDefinition>;
144
+ type: import("vue").PropType<TextStyleDefinition>;
145
145
  required: false;
146
146
  };
147
147
  } & {
148
148
  modelValue: {
149
- type: import("vue").PropType<TypographyDefinition>;
149
+ type: import("vue").PropType<TextStyleDefinition>;
150
150
  required: false;
151
151
  };
152
152
  }>;
153
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyDefinition, {
153
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
154
154
  "onUpdate:modelValue": {
155
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
155
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
156
156
  };
157
157
  } & {
158
158
  "v-model": {
159
- type: import("vue").PropType<TypographyDefinition>;
159
+ type: import("vue").PropType<TextStyleDefinition>;
160
160
  required: false;
161
161
  };
162
162
  } & {
163
163
  modelValue: {
164
- type: import("vue").PropType<TypographyDefinition>;
164
+ type: import("vue").PropType<TextStyleDefinition>;
165
165
  required: false;
166
166
  };
167
167
  }, false>;
168
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TypographyDefinition, {
168
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
169
169
  "onUpdate:modelValue": {
170
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
170
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
171
171
  };
172
172
  } & {
173
173
  "v-model": {
174
- type: import("vue").PropType<TypographyDefinition>;
174
+ type: import("vue").PropType<TextStyleDefinition>;
175
175
  required: false;
176
176
  };
177
177
  } & {
178
178
  modelValue: {
179
- type: import("vue").PropType<TypographyDefinition>;
179
+ type: import("vue").PropType<TextStyleDefinition>;
180
180
  required: false;
181
181
  };
182
182
  }>;
183
183
  };
184
184
  }>> & {
185
- "onClick:confirm"?: (model: TypographyDefinition) => any;
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: TypographyDefinition) => any | void>;
209
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
210
210
  };
211
211
  "v-model": {
212
- type: import("vue").PropType<TypographyDefinition>;
212
+ type: import("vue").PropType<TextStyleDefinition>;
213
213
  required: false;
214
214
  };
215
215
  modelValue: {
216
- type: import("vue").PropType<TypographyDefinition>;
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: TypographyDefinition) => any | void>;
220
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
221
221
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
222
- type: import("vue").PropType<TypographyDefinition>;
222
+ type: import("vue").PropType<TextStyleDefinition>;
223
223
  required: false;
224
224
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
225
- type: import("vue").PropType<TypographyDefinition>;
225
+ type: import("vue").PropType<TextStyleDefinition>;
226
226
  required: false;
227
227
  }; } & {
228
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TypographyDefinition, {
228
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
229
229
  "onUpdate:modelValue": {
230
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
230
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
231
231
  };
232
232
  } & {
233
233
  "v-model": {
234
- type: import("vue").PropType<TypographyDefinition>;
234
+ type: import("vue").PropType<TextStyleDefinition>;
235
235
  required: false;
236
236
  };
237
237
  } & {
238
238
  modelValue: {
239
- type: import("vue").PropType<TypographyDefinition>;
239
+ type: import("vue").PropType<TextStyleDefinition>;
240
240
  required: false;
241
241
  };
242
242
  }>;
243
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyDefinition, {
243
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
244
244
  "onUpdate:modelValue": {
245
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
245
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
246
246
  };
247
247
  } & {
248
248
  "v-model": {
249
- type: import("vue").PropType<TypographyDefinition>;
249
+ type: import("vue").PropType<TextStyleDefinition>;
250
250
  required: false;
251
251
  };
252
252
  } & {
253
253
  modelValue: {
254
- type: import("vue").PropType<TypographyDefinition>;
254
+ type: import("vue").PropType<TextStyleDefinition>;
255
255
  required: false;
256
256
  };
257
257
  }, false>;
258
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TypographyDefinition, {
258
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
259
259
  "onUpdate:modelValue": {
260
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
260
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
261
261
  };
262
262
  } & {
263
263
  "v-model": {
264
- type: import("vue").PropType<TypographyDefinition>;
264
+ type: import("vue").PropType<TextStyleDefinition>;
265
265
  required: false;
266
266
  };
267
267
  } & {
268
268
  modelValue: {
269
- type: import("vue").PropType<TypographyDefinition>;
269
+ type: import("vue").PropType<TextStyleDefinition>;
270
270
  required: false;
271
271
  };
272
272
  }>;
273
273
  };
274
274
  }>> & {
275
- "onClick:confirm"?: (model: TypographyDefinition) => any;
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: TypographyDefinition) => true;
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: TypographyDefinition) => any | void>;
282
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
283
283
  };
284
284
  } & {
285
285
  [x: `v-model:${string}`]: {
286
- type: import("vue").PropType<TypographyDefinition>;
286
+ type: import("vue").PropType<TextStyleDefinition>;
287
287
  required: false;
288
288
  };
289
289
  } & {
290
290
  [x: string]: {
291
- type: import("vue").PropType<TypographyDefinition>;
291
+ type: import("vue").PropType<TextStyleDefinition>;
292
292
  required: false;
293
293
  };
294
294
  } & {
295
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, TypographyDefinition, {
295
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, TextStyleDefinition, {
296
296
  "onUpdate:modelValue": {
297
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
297
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
298
298
  };
299
299
  } & {
300
300
  "v-model": {
301
- type: import("vue").PropType<TypographyDefinition>;
301
+ type: import("vue").PropType<TextStyleDefinition>;
302
302
  required: false;
303
303
  };
304
304
  } & {
305
305
  modelValue: {
306
- type: import("vue").PropType<TypographyDefinition>;
306
+ type: import("vue").PropType<TextStyleDefinition>;
307
307
  required: false;
308
308
  };
309
309
  }>;
310
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, TypographyDefinition, {
310
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, TextStyleDefinition, {
311
311
  "onUpdate:modelValue": {
312
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
312
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
313
313
  };
314
314
  } & {
315
315
  "v-model": {
316
- type: import("vue").PropType<TypographyDefinition>;
316
+ type: import("vue").PropType<TextStyleDefinition>;
317
317
  required: false;
318
318
  };
319
319
  } & {
320
320
  modelValue: {
321
- type: import("vue").PropType<TypographyDefinition>;
321
+ type: import("vue").PropType<TextStyleDefinition>;
322
322
  required: false;
323
323
  };
324
324
  }, false>;
325
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, TypographyDefinition, {
325
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, TextStyleDefinition, {
326
326
  "onUpdate:modelValue": {
327
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
327
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
328
328
  };
329
329
  } & {
330
330
  "v-model": {
331
- type: import("vue").PropType<TypographyDefinition>;
331
+ type: import("vue").PropType<TextStyleDefinition>;
332
332
  required: false;
333
333
  };
334
334
  } & {
335
335
  modelValue: {
336
- type: import("vue").PropType<TypographyDefinition>;
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?: TypographyDefinition;
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: TypographyDefinition) => any | void;
350
- "v-model"?: TypographyDefinition;
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: TypographyDefinition) => any;
354
+ "onClick:confirm"?: (model: TextStyleDefinition) => any;
355
355
  };
356
356
  };
357
357
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BlueprintVariant, ThemeContextType, TypographyBlueprint, TypographySizes, TypographyType } from "@omnia/fx-models";
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: TypographyType, size: TypographySizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true>> & {
12
- "onClick:select"?: (typography: "title" | "text" | "navigation" | "variants" | "fills", size: TypographySizes) => any;
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, TypographyDefinition, TypographyFontRef, guid } from "@omnia/fx-models";
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: TypographyDefinition;
16
- two: TypographyDefinition;
17
- three: TypographyDefinition;
18
- four: TypographyDefinition;
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, TypographyDefinition, guid } from "@omnia/fx-models";
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: TypographyDefinition;
16
- two: TypographyDefinition;
17
- three: TypographyDefinition;
18
- four: TypographyDefinition;
15
+ one: TextStyleDefinition;
16
+ two: TextStyleDefinition;
17
+ three: TextStyleDefinition;
18
+ four: TextStyleDefinition;
19
19
  };
20
20
  name: string;
21
21
  id: guid;
@@ -1,14 +1,14 @@
1
- import { FillDefinition, guid, ThemeTypes, TypographyBlueprint, TypographyDefinition, VariantBlueprints } from "@omnia/fx-models";
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<TypographyDefinition>;
4
+ variants?: VariantBlueprints<TextStyleDefinition>;
5
5
  id: guid;
6
6
  type?: ThemeTypes;
7
7
  variant: {
8
- one: TypographyDefinition;
9
- two: TypographyDefinition;
10
- three: TypographyDefinition;
11
- four: TypographyDefinition;
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<TypographyDefinition>;
115
+ variants?: VariantBlueprints<TextStyleDefinition>;
116
116
  id: guid;
117
117
  type?: ThemeTypes;
118
118
  variant: {
119
- one: TypographyDefinition;
120
- two: TypographyDefinition;
121
- three: TypographyDefinition;
122
- four: TypographyDefinition;
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: TypographyDefinition;
240
- two: TypographyDefinition;
241
- three: TypographyDefinition;
242
- four: TypographyDefinition;
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: TypographyDefinition;
350
- two: TypographyDefinition;
351
- three: TypographyDefinition;
352
- four: TypographyDefinition;
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, TypographySize, TypographySizes, TypographyType, TypographyDefinition, TypographyTypes, TypographyBlueprint, TypographyFontDefinition } from "@omnia/fx-models";
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: TypographyTypes | TypographyType, size: TypographySize | TypographySizes): TypographyDefinition;
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").TypographyTypes, size: import("@omnia/fx-models").TypographySize, blueprint: import("@omnia/fx-models").TypographyBlueprint) => {
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, TypographySize, TypographyTypes, TypographyValue } from "@omnia/fx-models";
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: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
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: TypographyValue, blueprint: TypographyBlueprint): Readonly<import("../../../Styles.stylex").StylexValue>;
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: TypographyValue, blueprint: TypographyBlueprint): string;
73
- declare function typographyTypeStyling(typographyType: TypographyTypes, size: TypographySize, blueprint: TypographyBlueprint): {
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;
@@ -41,7 +41,5 @@ export declare namespace FeaturesLocalization {
41
41
  ConsentLinkWaitingMessage: string;
42
42
  InstructingRevisitAzureAdPermissionsSettings: string;
43
43
  ErrorMissingAdPermissions: string;
44
- FilterStatus: string;
45
- FilterType: string;
46
44
  }
47
45
  }
@@ -1,6 +1,6 @@
1
- import { ColorDefinition, SpacingValue, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
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: TypographyTypes | TypographyType, size: TypographySizes | TypographySize, rowSpacing: SpacingValue) => string;
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, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
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: TypographyTypes | TypographyType, size: TypographySizes | TypographySize, rowSpacing: SpacingValue) => string;
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;