@omnia/fx 8.0.386-dev → 8.0.388-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 (103) hide show
  1. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
  2. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  3. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts +1 -0
  4. package/internal-do-not-import-from-here/ux/admin/system/models/SubMenuItem.d.ts +5 -0
  5. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +3 -1
  7. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogDetailBlade.d.ts +11 -0
  9. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/useLoginLogBlade.d.ts +12 -0
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +27 -27
  13. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +4 -3
  14. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/store/BorderPickerStore.d.ts +32 -0
  16. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +5 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +1 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -0
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaEditor.d.ts +11 -7
  22. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +5 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +2 -1
  25. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +5 -4
  27. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +4 -3
  29. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +4 -3
  31. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.css.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +36 -0
  33. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/ExampleComponents.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.css.d.ts +4 -0
  36. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +36 -0
  37. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/ExampleComponents.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/SampleComponent.d.ts +6 -0
  39. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/docs/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.css.d.ts +4 -2
  41. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +19 -16
  42. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +29 -0
  43. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +4 -3
  44. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +90 -86
  46. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/BlueprintsTypography.d.ts +5 -5
  48. package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/BlueprintsTypography.d.ts +5 -5
  49. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/TypographyBlueprints.d.ts +19 -19
  50. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +5 -5
  53. package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +4 -1
  55. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +8 -0
  56. package/internal-do-not-import-from-here/ux/features/models/FeatureAction.d.ts +2 -1
  57. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.css.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.css.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +4 -0
  60. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +3 -0
  61. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +6 -5
  62. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +21 -0
  64. package/internal-do-not-import-from-here/ux/journey/models/BladeInstance.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +5 -4
  66. package/internal-do-not-import-from-here/ux/journey/stores/JourneySelectStore.d.ts +10 -1
  67. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +5 -3
  68. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +13 -3
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  70. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  71. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  73. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/models/TypographyEditorModel.d.ts +3 -3
  75. package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -11
  77. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +3 -1
  78. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +3 -3
  79. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +2 -0
  80. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +11 -3
  82. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +4 -3
  86. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +4 -3
  87. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  88. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -2
  91. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +3 -3
  93. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +2 -2
  95. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/old/state/VelcronTextContentBuilder.d.ts +3 -3
  96. package/internal-do-not-import-from-here/wctypings.d.ts +20 -16
  97. package/package.json +2 -2
  98. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker_old.d.ts +0 -0
  99. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/renderers/SwatchRenderer.d.ts +0 -47
  100. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker_old.d.ts +0 -0
  101. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.css.d.ts +0 -6
  102. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +0 -36
  103. /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: {
@@ -8,6 +8,9 @@ declare const _default: {
8
8
  } & {
9
9
  activator?: () => VNodeChild;
10
10
  }>;
11
+ toolbarCallback: {
12
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
13
+ };
11
14
  sampleText: {
12
15
  type: import("vue").PropType<string>;
13
16
  };
@@ -18,77 +21,75 @@ declare const _default: {
18
21
  type: import("vue").PropType<EditorVariant>;
19
22
  };
20
23
  "onUpdate:modelValue": {
21
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
24
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
22
25
  };
23
26
  "v-model": {
24
- type: import("vue").PropType<TypographyDefinition>;
27
+ type: import("vue").PropType<TextStyleDefinition>;
25
28
  required: false;
26
29
  };
27
30
  modelValue: {
28
- type: import("vue").PropType<TypographyDefinition>;
31
+ type: import("vue").PropType<TextStyleDefinition>;
29
32
  required: false;
30
33
  };
31
34
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
32
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
35
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
33
36
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
34
- type: import("vue").PropType<TypographyDefinition>;
37
+ type: import("vue").PropType<TextStyleDefinition>;
35
38
  required: false;
36
39
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
37
- type: import("vue").PropType<TypographyDefinition>;
40
+ type: import("vue").PropType<TextStyleDefinition>;
38
41
  required: false;
39
42
  }; } & {
40
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TypographyDefinition, {
43
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
41
44
  "onUpdate:modelValue": {
42
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
45
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
43
46
  };
44
47
  } & {
45
48
  "v-model": {
46
- type: import("vue").PropType<TypographyDefinition>;
49
+ type: import("vue").PropType<TextStyleDefinition>;
47
50
  required: false;
48
51
  };
49
52
  } & {
50
53
  modelValue: {
51
- type: import("vue").PropType<TypographyDefinition>;
54
+ type: import("vue").PropType<TextStyleDefinition>;
52
55
  required: false;
53
56
  };
54
57
  }>;
55
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyDefinition, {
58
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
56
59
  "onUpdate:modelValue": {
57
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
60
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
58
61
  };
59
62
  } & {
60
63
  "v-model": {
61
- type: import("vue").PropType<TypographyDefinition>;
64
+ type: import("vue").PropType<TextStyleDefinition>;
62
65
  required: false;
63
66
  };
64
67
  } & {
65
68
  modelValue: {
66
- type: import("vue").PropType<TypographyDefinition>;
69
+ type: import("vue").PropType<TextStyleDefinition>;
67
70
  required: false;
68
71
  };
69
72
  }, false>;
70
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TypographyDefinition, {
73
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
71
74
  "onUpdate:modelValue": {
72
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
75
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
73
76
  };
74
77
  } & {
75
78
  "v-model": {
76
- type: import("vue").PropType<TypographyDefinition>;
79
+ type: import("vue").PropType<TextStyleDefinition>;
77
80
  required: false;
78
81
  };
79
82
  } & {
80
83
  modelValue: {
81
- type: import("vue").PropType<TypographyDefinition>;
84
+ type: import("vue").PropType<TextStyleDefinition>;
82
85
  required: false;
83
86
  };
84
87
  }>;
85
88
  };
86
89
  }>> & {
87
- "onClick:confirm"?: (model: TypographyDefinition) => any;
88
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
90
+ "onClick:confirm"?: (model: TextStyleDefinition) => any;
89
91
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
90
- "click:confirm": (model: TypographyDefinition) => true;
91
- "init:actionButtons": (value: () => VNodeChild) => any;
92
+ "click:confirm": (model: TextStyleDefinition) => true;
92
93
  }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
93
94
  P: {};
94
95
  B: {};
@@ -102,6 +103,9 @@ declare const _default: {
102
103
  } & {
103
104
  activator?: () => VNodeChild;
104
105
  }>;
106
+ toolbarCallback: {
107
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
108
+ };
105
109
  sampleText: {
106
110
  type: import("vue").PropType<string>;
107
111
  };
@@ -112,74 +116,73 @@ declare const _default: {
112
116
  type: import("vue").PropType<EditorVariant>;
113
117
  };
114
118
  "onUpdate:modelValue": {
115
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
119
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
116
120
  };
117
121
  "v-model": {
118
- type: import("vue").PropType<TypographyDefinition>;
122
+ type: import("vue").PropType<TextStyleDefinition>;
119
123
  required: false;
120
124
  };
121
125
  modelValue: {
122
- type: import("vue").PropType<TypographyDefinition>;
126
+ type: import("vue").PropType<TextStyleDefinition>;
123
127
  required: false;
124
128
  };
125
129
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
126
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
130
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
127
131
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
128
- type: import("vue").PropType<TypographyDefinition>;
132
+ type: import("vue").PropType<TextStyleDefinition>;
129
133
  required: false;
130
134
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
131
- type: import("vue").PropType<TypographyDefinition>;
135
+ type: import("vue").PropType<TextStyleDefinition>;
132
136
  required: false;
133
137
  }; } & {
134
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TypographyDefinition, {
138
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
135
139
  "onUpdate:modelValue": {
136
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
140
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
137
141
  };
138
142
  } & {
139
143
  "v-model": {
140
- type: import("vue").PropType<TypographyDefinition>;
144
+ type: import("vue").PropType<TextStyleDefinition>;
141
145
  required: false;
142
146
  };
143
147
  } & {
144
148
  modelValue: {
145
- type: import("vue").PropType<TypographyDefinition>;
149
+ type: import("vue").PropType<TextStyleDefinition>;
146
150
  required: false;
147
151
  };
148
152
  }>;
149
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyDefinition, {
153
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
150
154
  "onUpdate:modelValue": {
151
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
155
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
152
156
  };
153
157
  } & {
154
158
  "v-model": {
155
- type: import("vue").PropType<TypographyDefinition>;
159
+ type: import("vue").PropType<TextStyleDefinition>;
156
160
  required: false;
157
161
  };
158
162
  } & {
159
163
  modelValue: {
160
- type: import("vue").PropType<TypographyDefinition>;
164
+ type: import("vue").PropType<TextStyleDefinition>;
161
165
  required: false;
162
166
  };
163
167
  }, false>;
164
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TypographyDefinition, {
168
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
165
169
  "onUpdate:modelValue": {
166
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
170
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
167
171
  };
168
172
  } & {
169
173
  "v-model": {
170
- type: import("vue").PropType<TypographyDefinition>;
174
+ type: import("vue").PropType<TextStyleDefinition>;
171
175
  required: false;
172
176
  };
173
177
  } & {
174
178
  modelValue: {
175
- type: import("vue").PropType<TypographyDefinition>;
179
+ type: import("vue").PropType<TextStyleDefinition>;
176
180
  required: false;
177
181
  };
178
182
  }>;
179
183
  };
180
184
  }>> & {
181
- "onClick:confirm"?: (model: TypographyDefinition) => any;
182
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
185
+ "onClick:confirm"?: (model: TextStyleDefinition) => any;
183
186
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
184
187
  __isFragment?: never;
185
188
  __isTeleport?: never;
@@ -190,6 +193,9 @@ declare const _default: {
190
193
  } & {
191
194
  activator?: () => VNodeChild;
192
195
  }>;
196
+ toolbarCallback: {
197
+ type: import("vue").PropType<(value: () => VNodeChild) => void>;
198
+ };
193
199
  sampleText: {
194
200
  type: import("vue").PropType<string>;
195
201
  };
@@ -200,154 +206,152 @@ declare const _default: {
200
206
  type: import("vue").PropType<EditorVariant>;
201
207
  };
202
208
  "onUpdate:modelValue": {
203
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
209
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
204
210
  };
205
211
  "v-model": {
206
- type: import("vue").PropType<TypographyDefinition>;
212
+ type: import("vue").PropType<TextStyleDefinition>;
207
213
  required: false;
208
214
  };
209
215
  modelValue: {
210
- type: import("vue").PropType<TypographyDefinition>;
216
+ type: import("vue").PropType<TextStyleDefinition>;
211
217
  required: false;
212
218
  };
213
219
  name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
214
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
220
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
215
221
  }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
216
- type: import("vue").PropType<TypographyDefinition>;
222
+ type: import("vue").PropType<TextStyleDefinition>;
217
223
  required: false;
218
224
  }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
219
- type: import("vue").PropType<TypographyDefinition>;
225
+ type: import("vue").PropType<TextStyleDefinition>;
220
226
  required: false;
221
227
  }; } & {
222
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TypographyDefinition, {
228
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, TextStyleDefinition, {
223
229
  "onUpdate:modelValue": {
224
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
230
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
225
231
  };
226
232
  } & {
227
233
  "v-model": {
228
- type: import("vue").PropType<TypographyDefinition>;
234
+ type: import("vue").PropType<TextStyleDefinition>;
229
235
  required: false;
230
236
  };
231
237
  } & {
232
238
  modelValue: {
233
- type: import("vue").PropType<TypographyDefinition>;
239
+ type: import("vue").PropType<TextStyleDefinition>;
234
240
  required: false;
235
241
  };
236
242
  }>;
237
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TypographyDefinition, {
243
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TextStyleDefinition, {
238
244
  "onUpdate:modelValue": {
239
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
245
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
240
246
  };
241
247
  } & {
242
248
  "v-model": {
243
- type: import("vue").PropType<TypographyDefinition>;
249
+ type: import("vue").PropType<TextStyleDefinition>;
244
250
  required: false;
245
251
  };
246
252
  } & {
247
253
  modelValue: {
248
- type: import("vue").PropType<TypographyDefinition>;
254
+ type: import("vue").PropType<TextStyleDefinition>;
249
255
  required: false;
250
256
  };
251
257
  }, false>;
252
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TypographyDefinition, {
258
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, TextStyleDefinition, {
253
259
  "onUpdate:modelValue": {
254
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
260
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
255
261
  };
256
262
  } & {
257
263
  "v-model": {
258
- type: import("vue").PropType<TypographyDefinition>;
264
+ type: import("vue").PropType<TextStyleDefinition>;
259
265
  required: false;
260
266
  };
261
267
  } & {
262
268
  modelValue: {
263
- type: import("vue").PropType<TypographyDefinition>;
269
+ type: import("vue").PropType<TextStyleDefinition>;
264
270
  required: false;
265
271
  };
266
272
  }>;
267
273
  };
268
274
  }>> & {
269
- "onClick:confirm"?: (model: TypographyDefinition) => any;
270
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
275
+ "onClick:confirm"?: (model: TextStyleDefinition) => any;
271
276
  }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
272
- "click:confirm": (model: TypographyDefinition) => true;
273
- "init:actionButtons": (value: () => VNodeChild) => any;
277
+ "click:confirm": (model: TextStyleDefinition) => true;
274
278
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
275
279
  propsDefinition: Omit<Readonly<{} & {
276
280
  name?: {
277
281
  [x: `onUpdate:${string}`]: {
278
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
282
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
279
283
  };
280
284
  } & {
281
285
  [x: `v-model:${string}`]: {
282
- type: import("vue").PropType<TypographyDefinition>;
286
+ type: import("vue").PropType<TextStyleDefinition>;
283
287
  required: false;
284
288
  };
285
289
  } & {
286
290
  [x: string]: {
287
- type: import("vue").PropType<TypographyDefinition>;
291
+ type: import("vue").PropType<TextStyleDefinition>;
288
292
  required: false;
289
293
  };
290
294
  } & {
291
- require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, TypographyDefinition, {
295
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, TextStyleDefinition, {
292
296
  "onUpdate:modelValue": {
293
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
297
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
294
298
  };
295
299
  } & {
296
300
  "v-model": {
297
- type: import("vue").PropType<TypographyDefinition>;
301
+ type: import("vue").PropType<TextStyleDefinition>;
298
302
  required: false;
299
303
  };
300
304
  } & {
301
305
  modelValue: {
302
- type: import("vue").PropType<TypographyDefinition>;
306
+ type: import("vue").PropType<TextStyleDefinition>;
303
307
  required: false;
304
308
  };
305
309
  }>;
306
- defaultValue(value?: TypographyDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, TypographyDefinition, {
310
+ defaultValue(value?: TextStyleDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, TextStyleDefinition, {
307
311
  "onUpdate:modelValue": {
308
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
312
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
309
313
  };
310
314
  } & {
311
315
  "v-model": {
312
- type: import("vue").PropType<TypographyDefinition>;
316
+ type: import("vue").PropType<TextStyleDefinition>;
313
317
  required: false;
314
318
  };
315
319
  } & {
316
320
  modelValue: {
317
- type: import("vue").PropType<TypographyDefinition>;
321
+ type: import("vue").PropType<TextStyleDefinition>;
318
322
  required: false;
319
323
  };
320
324
  }, false>;
321
- doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, TypographyDefinition, {
325
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, TextStyleDefinition, {
322
326
  "onUpdate:modelValue": {
323
- type: import("vue").PropType<(value: TypographyDefinition) => any | void>;
327
+ type: import("vue").PropType<(value: TextStyleDefinition) => any | void>;
324
328
  };
325
329
  } & {
326
330
  "v-model": {
327
- type: import("vue").PropType<TypographyDefinition>;
331
+ type: import("vue").PropType<TextStyleDefinition>;
328
332
  required: false;
329
333
  };
330
334
  } & {
331
335
  modelValue: {
332
- type: import("vue").PropType<TypographyDefinition>;
336
+ type: import("vue").PropType<TextStyleDefinition>;
333
337
  required: false;
334
338
  };
335
339
  }>;
336
340
  };
337
341
  variant?: EditorVariant;
338
342
  preview?: boolean;
339
- modelValue?: TypographyDefinition;
343
+ modelValue?: TextStyleDefinition;
340
344
  "v-slots"?: {
341
345
  default?: import("../../../DefineVueTypings").Slot;
342
346
  } & {
343
347
  activator?: () => VNodeChild;
344
348
  };
345
- "onUpdate:modelValue"?: (value: TypographyDefinition) => any | void;
346
- "v-model"?: TypographyDefinition;
349
+ "onUpdate:modelValue"?: (value: TextStyleDefinition) => any | void;
350
+ "v-model"?: TextStyleDefinition;
347
351
  sampleText?: string;
348
- }>, "onClick:confirm" | "onInit:actionButtons"> & {
349
- "onClick:confirm"?: (model: TypographyDefinition) => any;
350
- "onInit:actionButtons"?: (value: () => VNodeChild) => any;
352
+ toolbarCallback?: (value: () => VNodeChild) => void;
353
+ }>, "onClick:confirm"> & {
354
+ "onClick:confirm"?: (model: TextStyleDefinition) => any;
351
355
  };
352
356
  };
353
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;
@@ -15,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EnterprisePr
15
15
  } & Omit<{
16
16
  default?: import("vue").Slot;
17
17
  }, "selection">;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "required" | "multiple" | "disabled" | "hideDetails" | "emit:click:delete" | "slot:selection" | "emit:change" | "excludedPropertyTypeIds" | "preSelectedPropertyInternalName" | "propertyItems" | "externalPropertyItems" | "allowDuplicate"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "required" | "multiple" | "disabled" | "hideDetails" | "slot:selection" | "emit:click:delete" | "emit:change" | "excludedPropertyTypeIds" | "preSelectedPropertyInternalName" | "propertyItems" | "externalPropertyItems" | "allowDuplicate"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
19
  export default _default;