@omnia/fx 8.0.41-dev → 8.0.42-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 (82) hide show
  1. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -3
  2. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +2 -1
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +1 -0
  4. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +3 -2
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +3 -3
  6. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  7. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
  8. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +749 -67
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +386 -49
  12. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
  13. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -1
  14. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +52 -7
  15. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +6 -12
  16. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
  17. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
  18. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
  21. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
  22. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
  23. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +4 -4
  24. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +1 -0
  26. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +46 -0
  27. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +46 -0
  28. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +46 -0
  29. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +47 -0
  31. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  32. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +3 -3
  33. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +28 -0
  36. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +14 -0
  37. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +2 -0
  38. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +10 -11
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  41. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
  43. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +583 -28
  44. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +6 -2
  45. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -12
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +7 -0
  52. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
  53. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +46 -0
  54. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
  55. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +53 -0
  56. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +4 -1
  57. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
  60. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +15 -1
  62. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +58 -3
  63. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +8 -2
  64. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +65 -0
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +23 -0
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +481 -0
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +23 -0
  68. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -0
  69. package/internal-do-not-import-from-here/wctypings.d.ts +35 -0
  70. package/package.json +2 -2
  71. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintDefinitionStore.d.ts → store/BlueprintDefinitionStore.d.ts} +0 -0
  72. /package/internal-do-not-import-from-here/ux/theming-v2/{BlueprintStore.d.ts → store/BlueprintStore.d.ts} +0 -0
  73. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
  74. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaDefinitionStore.d.ts → store/ColorSchemaDefinitionStore.d.ts} +0 -0
  75. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
  76. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaStore.d.ts → store/ColorSchemaStore.d.ts} +0 -0
  77. /package/internal-do-not-import-from-here/ux/theming-v2/{SpacingDefinitionStore.d.ts → store/SpacingDefinitionStore.d.ts} +0 -0
  78. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeContextStore.d.ts → store/ThemeContextStore.d.ts} +0 -0
  79. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeDefinitionStoreV2.d.ts → store/ThemeDefinitionStoreV2.d.ts} +0 -0
  80. /package/internal-do-not-import-from-here/ux/theming-v2/{ThemeStoreV2.d.ts → store/ThemeStoreV2.d.ts} +0 -0
  81. /package/internal-do-not-import-from-here/ux/theming-v2/{TypographyDefinitionStore.d.ts → store/TypographyDefinitionStore.d.ts} +0 -0
  82. /package/internal-do-not-import-from-here/ux/theming-v2/{VelcronDefinitionStore.d.ts → store/VelcronDefinitionStore.d.ts} +0 -0
@@ -0,0 +1,481 @@
1
+ import { SpacingSettings, VelcronSpacing, VelcronSpacingEditorSettings } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<{
7
+ readonly name?: {
8
+ [x: `onUpdate:${string}`]: {
9
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
10
+ };
11
+ } & {
12
+ [x: `v-model:${string}`]: {
13
+ type: import("vue").PropType<VelcronSpacing>;
14
+ required: false;
15
+ };
16
+ } & {
17
+ [x: string]: {
18
+ type: import("vue").PropType<VelcronSpacing>;
19
+ required: false;
20
+ };
21
+ } & {
22
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing, {
23
+ "onUpdate:modelValue": {
24
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
25
+ };
26
+ } & {
27
+ "v-model": {
28
+ type: import("vue").PropType<VelcronSpacing>;
29
+ required: false;
30
+ };
31
+ } & {
32
+ modelValue: {
33
+ type: import("vue").PropType<VelcronSpacing>;
34
+ required: false;
35
+ };
36
+ }>;
37
+ defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing, {
38
+ "onUpdate:modelValue": {
39
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
40
+ };
41
+ } & {
42
+ "v-model": {
43
+ type: import("vue").PropType<VelcronSpacing>;
44
+ required: false;
45
+ };
46
+ } & {
47
+ modelValue: {
48
+ type: import("vue").PropType<VelcronSpacing>;
49
+ required: false;
50
+ };
51
+ }, false>;
52
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing, {
53
+ "onUpdate:modelValue": {
54
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
55
+ };
56
+ } & {
57
+ "v-model": {
58
+ type: import("vue").PropType<VelcronSpacing>;
59
+ required: false;
60
+ };
61
+ } & {
62
+ modelValue: {
63
+ type: import("vue").PropType<VelcronSpacing>;
64
+ required: false;
65
+ };
66
+ }>;
67
+ };
68
+ "onUpdate:modelValue"?: ((value: VelcronSpacing) => any) & ((settings: SpacingSettings) => any);
69
+ readonly "v-model"?: unknown;
70
+ readonly modelValue?: unknown;
71
+ readonly settings?: VelcronSpacingEditorSettings;
72
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
73
+ settings: {
74
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
75
+ } & {
76
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
77
+ };
78
+ "onUpdate:modelValue": {
79
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
80
+ };
81
+ "v-model": {
82
+ type: import("vue").PropType<VelcronSpacing>;
83
+ required: false;
84
+ };
85
+ modelValue: {
86
+ type: import("vue").PropType<VelcronSpacing>;
87
+ required: false;
88
+ };
89
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
90
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
91
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
92
+ type: import("vue").PropType<VelcronSpacing>;
93
+ required: false;
94
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
95
+ type: import("vue").PropType<VelcronSpacing>;
96
+ required: false;
97
+ }; } & {
98
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
99
+ "onUpdate:modelValue": {
100
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
101
+ };
102
+ } & {
103
+ "v-model": {
104
+ type: import("vue").PropType<VelcronSpacing>;
105
+ required: false;
106
+ };
107
+ } & {
108
+ modelValue: {
109
+ type: import("vue").PropType<VelcronSpacing>;
110
+ required: false;
111
+ };
112
+ }>;
113
+ defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
114
+ "onUpdate:modelValue": {
115
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
116
+ };
117
+ } & {
118
+ "v-model": {
119
+ type: import("vue").PropType<VelcronSpacing>;
120
+ required: false;
121
+ };
122
+ } & {
123
+ modelValue: {
124
+ type: import("vue").PropType<VelcronSpacing>;
125
+ required: false;
126
+ };
127
+ }, false>;
128
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
129
+ "onUpdate:modelValue": {
130
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
131
+ };
132
+ } & {
133
+ "v-model": {
134
+ type: import("vue").PropType<VelcronSpacing>;
135
+ required: false;
136
+ };
137
+ } & {
138
+ modelValue: {
139
+ type: import("vue").PropType<VelcronSpacing>;
140
+ required: false;
141
+ };
142
+ }>;
143
+ };
144
+ }>> & {
145
+ "onUpdate:modelValue"?: (settings: SpacingSettings) => any;
146
+ }, never>;
147
+ $attrs: {
148
+ [x: string]: unknown;
149
+ };
150
+ $refs: {
151
+ [x: string]: unknown;
152
+ };
153
+ $slots: Readonly<{
154
+ [name: string]: import("vue").Slot<any>;
155
+ }>;
156
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
157
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
158
+ $emit: (event: "update:modelValue", settings: SpacingSettings) => void;
159
+ $el: any;
160
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
161
+ settings: {
162
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
163
+ } & {
164
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
165
+ };
166
+ "onUpdate:modelValue": {
167
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
168
+ };
169
+ "v-model": {
170
+ type: import("vue").PropType<VelcronSpacing>;
171
+ required: false;
172
+ };
173
+ modelValue: {
174
+ type: import("vue").PropType<VelcronSpacing>;
175
+ required: false;
176
+ };
177
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
178
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
179
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
180
+ type: import("vue").PropType<VelcronSpacing>;
181
+ required: false;
182
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
183
+ type: import("vue").PropType<VelcronSpacing>;
184
+ required: false;
185
+ }; } & {
186
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
187
+ "onUpdate:modelValue": {
188
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
189
+ };
190
+ } & {
191
+ "v-model": {
192
+ type: import("vue").PropType<VelcronSpacing>;
193
+ required: false;
194
+ };
195
+ } & {
196
+ modelValue: {
197
+ type: import("vue").PropType<VelcronSpacing>;
198
+ required: false;
199
+ };
200
+ }>;
201
+ defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
202
+ "onUpdate:modelValue": {
203
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
204
+ };
205
+ } & {
206
+ "v-model": {
207
+ type: import("vue").PropType<VelcronSpacing>;
208
+ required: false;
209
+ };
210
+ } & {
211
+ modelValue: {
212
+ type: import("vue").PropType<VelcronSpacing>;
213
+ required: false;
214
+ };
215
+ }, false>;
216
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
217
+ "onUpdate:modelValue": {
218
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
219
+ };
220
+ } & {
221
+ "v-model": {
222
+ type: import("vue").PropType<VelcronSpacing>;
223
+ required: false;
224
+ };
225
+ } & {
226
+ modelValue: {
227
+ type: import("vue").PropType<VelcronSpacing>;
228
+ required: false;
229
+ };
230
+ }>;
231
+ };
232
+ }>> & {
233
+ "onUpdate:modelValue"?: (settings: SpacingSettings) => any;
234
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
235
+ "update:modelValue": (settings: SpacingSettings) => true;
236
+ }, string, {}, {}, string, {}> & {
237
+ beforeCreate?: (() => void) | (() => void)[];
238
+ created?: (() => void) | (() => void)[];
239
+ beforeMount?: (() => void) | (() => void)[];
240
+ mounted?: (() => void) | (() => void)[];
241
+ beforeUpdate?: (() => void) | (() => void)[];
242
+ updated?: (() => void) | (() => void)[];
243
+ activated?: (() => void) | (() => void)[];
244
+ deactivated?: (() => void) | (() => void)[];
245
+ beforeDestroy?: (() => void) | (() => void)[];
246
+ beforeUnmount?: (() => void) | (() => void)[];
247
+ destroyed?: (() => void) | (() => void)[];
248
+ unmounted?: (() => void) | (() => void)[];
249
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
250
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
251
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
252
+ };
253
+ $forceUpdate: () => void;
254
+ $nextTick: typeof import("vue").nextTick;
255
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
256
+ } & Readonly<import("vue").ExtractPropTypes<{
257
+ settings: {
258
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
259
+ } & {
260
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
261
+ };
262
+ "onUpdate:modelValue": {
263
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
264
+ };
265
+ "v-model": {
266
+ type: import("vue").PropType<VelcronSpacing>;
267
+ required: false;
268
+ };
269
+ modelValue: {
270
+ type: import("vue").PropType<VelcronSpacing>;
271
+ required: false;
272
+ };
273
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
274
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
275
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
276
+ type: import("vue").PropType<VelcronSpacing>;
277
+ required: false;
278
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
279
+ type: import("vue").PropType<VelcronSpacing>;
280
+ required: false;
281
+ }; } & {
282
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
283
+ "onUpdate:modelValue": {
284
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
285
+ };
286
+ } & {
287
+ "v-model": {
288
+ type: import("vue").PropType<VelcronSpacing>;
289
+ required: false;
290
+ };
291
+ } & {
292
+ modelValue: {
293
+ type: import("vue").PropType<VelcronSpacing>;
294
+ required: false;
295
+ };
296
+ }>;
297
+ defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
298
+ "onUpdate:modelValue": {
299
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
300
+ };
301
+ } & {
302
+ "v-model": {
303
+ type: import("vue").PropType<VelcronSpacing>;
304
+ required: false;
305
+ };
306
+ } & {
307
+ modelValue: {
308
+ type: import("vue").PropType<VelcronSpacing>;
309
+ required: false;
310
+ };
311
+ }, false>;
312
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
313
+ "onUpdate:modelValue": {
314
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
315
+ };
316
+ } & {
317
+ "v-model": {
318
+ type: import("vue").PropType<VelcronSpacing>;
319
+ required: false;
320
+ };
321
+ } & {
322
+ modelValue: {
323
+ type: import("vue").PropType<VelcronSpacing>;
324
+ required: false;
325
+ };
326
+ }>;
327
+ };
328
+ }>> & {
329
+ "onUpdate:modelValue"?: (settings: SpacingSettings) => any;
330
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
331
+ __isFragment?: never;
332
+ __isTeleport?: never;
333
+ __isSuspense?: never;
334
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
335
+ settings: {
336
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
337
+ } & {
338
+ type: import("vue").PropType<VelcronSpacingEditorSettings>;
339
+ };
340
+ "onUpdate:modelValue": {
341
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
342
+ };
343
+ "v-model": {
344
+ type: import("vue").PropType<VelcronSpacing>;
345
+ required: false;
346
+ };
347
+ modelValue: {
348
+ type: import("vue").PropType<VelcronSpacing>;
349
+ required: false;
350
+ };
351
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
352
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
353
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
354
+ type: import("vue").PropType<VelcronSpacing>;
355
+ required: false;
356
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
357
+ type: import("vue").PropType<VelcronSpacing>;
358
+ required: false;
359
+ }; } & {
360
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing, {
361
+ "onUpdate:modelValue": {
362
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
363
+ };
364
+ } & {
365
+ "v-model": {
366
+ type: import("vue").PropType<VelcronSpacing>;
367
+ required: false;
368
+ };
369
+ } & {
370
+ modelValue: {
371
+ type: import("vue").PropType<VelcronSpacing>;
372
+ required: false;
373
+ };
374
+ }>;
375
+ defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing, {
376
+ "onUpdate:modelValue": {
377
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
378
+ };
379
+ } & {
380
+ "v-model": {
381
+ type: import("vue").PropType<VelcronSpacing>;
382
+ required: false;
383
+ };
384
+ } & {
385
+ modelValue: {
386
+ type: import("vue").PropType<VelcronSpacing>;
387
+ required: false;
388
+ };
389
+ }, false>;
390
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing, {
391
+ "onUpdate:modelValue": {
392
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
393
+ };
394
+ } & {
395
+ "v-model": {
396
+ type: import("vue").PropType<VelcronSpacing>;
397
+ required: false;
398
+ };
399
+ } & {
400
+ modelValue: {
401
+ type: import("vue").PropType<VelcronSpacing>;
402
+ required: false;
403
+ };
404
+ }>;
405
+ };
406
+ }>> & {
407
+ "onUpdate:modelValue"?: (settings: SpacingSettings) => any;
408
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
409
+ "update:modelValue": (settings: SpacingSettings) => true;
410
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
411
+ propsDefinition: Omit<Readonly<{} & {
412
+ name?: {
413
+ [x: `onUpdate:${string}`]: {
414
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
415
+ };
416
+ } & {
417
+ [x: `v-model:${string}`]: {
418
+ type: import("vue").PropType<VelcronSpacing>;
419
+ required: false;
420
+ };
421
+ } & {
422
+ [x: string]: {
423
+ type: import("vue").PropType<VelcronSpacing>;
424
+ required: false;
425
+ };
426
+ } & {
427
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing, {
428
+ "onUpdate:modelValue": {
429
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
430
+ };
431
+ } & {
432
+ "v-model": {
433
+ type: import("vue").PropType<VelcronSpacing>;
434
+ required: false;
435
+ };
436
+ } & {
437
+ modelValue: {
438
+ type: import("vue").PropType<VelcronSpacing>;
439
+ required: false;
440
+ };
441
+ }>;
442
+ defaultValue(value?: VelcronSpacing): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing, {
443
+ "onUpdate:modelValue": {
444
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
445
+ };
446
+ } & {
447
+ "v-model": {
448
+ type: import("vue").PropType<VelcronSpacing>;
449
+ required: false;
450
+ };
451
+ } & {
452
+ modelValue: {
453
+ type: import("vue").PropType<VelcronSpacing>;
454
+ required: false;
455
+ };
456
+ }, false>;
457
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing, {
458
+ "onUpdate:modelValue": {
459
+ type: import("vue").PropType<(value: VelcronSpacing) => any>;
460
+ };
461
+ } & {
462
+ "v-model": {
463
+ type: import("vue").PropType<VelcronSpacing>;
464
+ required: false;
465
+ };
466
+ } & {
467
+ modelValue: {
468
+ type: import("vue").PropType<VelcronSpacing>;
469
+ required: false;
470
+ };
471
+ }>;
472
+ };
473
+ "onUpdate:modelValue"?: (value: VelcronSpacing) => any;
474
+ "v-model"?: unknown;
475
+ modelValue?: unknown;
476
+ settings?: VelcronSpacingEditorSettings;
477
+ }>, "onUpdate:modelValue"> & {
478
+ "onUpdate:modelValue"?: (settings: SpacingSettings) => any;
479
+ };
480
+ };
481
+ export default _default;
@@ -1,3 +1,4 @@
1
+ import { VelcronTextEditorSettings } from "@omnia/fx-models";
1
2
  declare const _default: {
2
3
  new (...args: any[]): {
3
4
  $: import("vue").ComponentInternalInstance;
@@ -68,7 +69,13 @@ declare const _default: {
68
69
  "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
69
70
  readonly "v-model"?: string;
70
71
  readonly modelValue?: string;
72
+ readonly settings?: VelcronTextEditorSettings;
71
73
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
74
+ settings: {
75
+ type: import("vue").PropType<VelcronTextEditorSettings>;
76
+ } & {
77
+ type: import("vue").PropType<VelcronTextEditorSettings>;
78
+ };
72
79
  label: {
73
80
  type: import("vue").PropType<string>;
74
81
  } & {
@@ -157,6 +164,11 @@ declare const _default: {
157
164
  $emit: (event: "update:modelValue", value: string) => void;
158
165
  $el: any;
159
166
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
167
+ settings: {
168
+ type: import("vue").PropType<VelcronTextEditorSettings>;
169
+ } & {
170
+ type: import("vue").PropType<VelcronTextEditorSettings>;
171
+ };
160
172
  label: {
161
173
  type: import("vue").PropType<string>;
162
174
  } & {
@@ -253,6 +265,11 @@ declare const _default: {
253
265
  $nextTick: typeof import("vue").nextTick;
254
266
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
255
267
  } & Readonly<import("vue").ExtractPropTypes<{
268
+ settings: {
269
+ type: import("vue").PropType<VelcronTextEditorSettings>;
270
+ } & {
271
+ type: import("vue").PropType<VelcronTextEditorSettings>;
272
+ };
256
273
  label: {
257
274
  type: import("vue").PropType<string>;
258
275
  } & {
@@ -331,6 +348,11 @@ declare const _default: {
331
348
  __isTeleport?: never;
332
349
  __isSuspense?: never;
333
350
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
351
+ settings: {
352
+ type: import("vue").PropType<VelcronTextEditorSettings>;
353
+ } & {
354
+ type: import("vue").PropType<VelcronTextEditorSettings>;
355
+ };
334
356
  label: {
335
357
  type: import("vue").PropType<string>;
336
358
  } & {
@@ -473,6 +495,7 @@ declare const _default: {
473
495
  "onUpdate:modelValue"?: (value: string) => any;
474
496
  "v-model"?: string;
475
497
  modelValue?: string;
498
+ settings?: VelcronTextEditorSettings;
476
499
  }>, "onUpdate:modelValue"> & {
477
500
  "onUpdate:modelValue"?: (value: string) => any;
478
501
  };
@@ -11,6 +11,7 @@ declare const _default: {
11
11
  readonly getApi?: (api: VersionedLayoutEditorApi) => void;
12
12
  readonly closeEditor?: () => void;
13
13
  readonly navigationDrawerTitle?: string;
14
+ readonly navigationDrawerSubTitle?: string;
14
15
  readonly renderNavigationDrawer?: () => JSX.Element;
15
16
  readonly renderNavigationDrawerBottom?: () => JSX.Element;
16
17
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
@@ -18,6 +19,7 @@ declare const _default: {
18
19
  appInstanceId: import("vue").Prop<GuidValue, GuidValue>;
19
20
  closeEditor: import("vue").Prop<() => void, () => void>;
20
21
  navigationDrawerTitle: import("vue").Prop<string, string>;
22
+ navigationDrawerSubTitle: import("vue").Prop<string, string>;
21
23
  renderNavigationDrawer: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
22
24
  renderNavigationDrawerBottom: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
23
25
  serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
@@ -40,6 +42,7 @@ declare const _default: {
40
42
  appInstanceId: import("vue").Prop<GuidValue, GuidValue>;
41
43
  closeEditor: import("vue").Prop<() => void, () => void>;
42
44
  navigationDrawerTitle: import("vue").Prop<string, string>;
45
+ navigationDrawerSubTitle: import("vue").Prop<string, string>;
43
46
  renderNavigationDrawer: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
44
47
  renderNavigationDrawerBottom: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
45
48
  serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
@@ -68,6 +71,7 @@ declare const _default: {
68
71
  appInstanceId: import("vue").Prop<GuidValue, GuidValue>;
69
72
  closeEditor: import("vue").Prop<() => void, () => void>;
70
73
  navigationDrawerTitle: import("vue").Prop<string, string>;
74
+ navigationDrawerSubTitle: import("vue").Prop<string, string>;
71
75
  renderNavigationDrawer: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
72
76
  renderNavigationDrawerBottom: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
73
77
  serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
@@ -80,6 +84,7 @@ declare const _default: {
80
84
  appInstanceId: import("vue").Prop<GuidValue, GuidValue>;
81
85
  closeEditor: import("vue").Prop<() => void, () => void>;
82
86
  navigationDrawerTitle: import("vue").Prop<string, string>;
87
+ navigationDrawerSubTitle: import("vue").Prop<string, string>;
83
88
  renderNavigationDrawer: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
84
89
  renderNavigationDrawerBottom: import("vue").Prop<() => JSX.Element, () => JSX.Element>;
85
90
  serviceContainerContext: import("vue").Prop<ServiceContainerContext, ServiceContainerContext>;
@@ -90,6 +95,7 @@ declare const _default: {
90
95
  getApi?: (api: VersionedLayoutEditorApi) => void;
91
96
  closeEditor?: () => void;
92
97
  navigationDrawerTitle?: string;
98
+ navigationDrawerSubTitle?: string;
93
99
  renderNavigationDrawer?: () => JSX.Element;
94
100
  renderNavigationDrawerBottom?: () => JSX.Element;
95
101
  }>, never>;