@omnia/fx 8.0.306-dev → 8.0.308-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 (83) hide show
  1. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +1 -1
  2. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +4 -85
  3. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +31 -38
  4. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/HeaderEditorStore.d.ts +25 -0
  6. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +1 -8
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
  10. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +77 -77
  13. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.css.d.ts → headerpicker/HeaderPicker.css.d.ts} +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/components/{chrome_2beRemoved/ChromePicker.d.ts → headerpicker/HeaderPicker.d.ts} +79 -79
  17. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +18 -0
  18. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  19. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +2 -0
  20. package/internal-do-not-import-from-here/ux/aurora/designkits/shared/BlueprintsTemplates.d.ts +1 -23
  21. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +0 -4
  22. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +0 -4
  23. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +0 -48
  24. package/internal-do-not-import-from-here/ux/aurora/store/ThemeNormalizer.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +0 -4
  26. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +0 -4
  27. package/internal-do-not-import-from-here/ux/aurora/store/VariantManager.d.ts +6 -7
  28. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +2 -5
  30. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +0 -9
  31. package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +0 -1
  32. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  33. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -15
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +46 -326
  52. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +4 -5
  53. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +3 -29
  54. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +3 -29
  55. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +6 -42
  58. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +4 -18
  59. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/StateManager.d.ts +3 -0
  63. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +358 -0
  64. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  67. package/internal-do-not-import-from-here/wctypings.d.ts +50 -34
  68. package/package.json +3 -3
  69. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/IAppImageInput.d.ts +0 -0
  70. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +0 -32
  71. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +0 -16
  72. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/blades/ChromeTemplates.d.ts +0 -22
  73. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer.d.ts +0 -16
  74. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeEditor.d.ts +0 -353
  75. package/internal-do-not-import-from-here/ux/aurora/components/chrome_2beRemoved/ChromeViewer.d.ts +0 -97
  76. package/internal-do-not-import-from-here/ux/aurora/designkits/core/DefinitionsChrome.d.ts +0 -96
  77. package/internal-do-not-import-from-here/ux/shapedivider/IShapeDivider.d.ts +0 -13
  78. package/internal-do-not-import-from-here/ux/shapedivider/IShapeDividerSettings.d.ts +0 -17
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{BlockBlade.d.ts → HeaderBlade.d.ts} +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{BlockBladeEdit.d.ts → HeaderBladeEdit.d.ts} +0 -0
  81. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved/docs/SampleComponent.d.ts → oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts} +0 -0
  82. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/ExampleComponents.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/{aurora/components/chrome_2beRemoved → oxide/breadcrumbs}/docs/index.d.ts +0 -0
@@ -1,4 +1,5 @@
1
1
  import { IIcon, Spacing, SpacingValue } from "@omnia/fx-models";
2
+ import { DefineSlot, DefineEmit } from "@omnia/fx/ux";
2
3
  import { VNodeChild } from "vue";
3
4
  export interface TextFieldModel {
4
5
  text: String;
@@ -9,330 +10,49 @@ export interface TreeViewPagingModel {
9
10
  startPagingIndex: number;
10
11
  endPagingIndex: number;
11
12
  }
12
- declare const _default: {
13
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
14
- "v-slots": import("vue").Prop<{
15
- default?: import("../../DefineVueTypings").Slot;
16
- } & {
17
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
18
- itemToolTip?: (item: any) => VNodeChild;
19
- }>;
20
- indentation: {
21
- type: import("vue").PropType<SpacingValue>;
22
- required: false;
23
- };
24
- padding: {
25
- type: import("vue").PropType<Spacing | SpacingValue>;
26
- required: false;
27
- };
28
- checkNodeToMove: {
29
- type: import("vue").PropType<(item: any) => boolean>;
30
- };
31
- onMoveNode: {
32
- type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
33
- };
34
- loadChildren: {
35
- type: import("vue").PropType<(selectedNode: any, level?: number) => void | Promise<void>>;
36
- };
37
- itemChildren: {
38
- type: import("vue").PropType<string>;
39
- required: false;
40
- };
41
- itemValue: {
42
- type: import("vue").PropType<string>;
43
- required: false;
44
- };
45
- itemIcon: {
46
- type: import("vue").PropType<string | ((item: any) => IIcon)>;
47
- required: false;
48
- };
49
- itemTitle: {
50
- type: import("vue").PropType<string | ((item: any) => string)>;
51
- required: false;
52
- };
53
- batchChildrensDisplay: {
54
- type: import("vue").PropType<number>;
55
- required: false;
56
- };
57
- multiple: {
58
- type: import("vue").PropType<boolean>;
59
- required: false;
60
- };
61
- expandOnSelection: {
62
- type: import("vue").PropType<boolean>;
63
- };
64
- items: {
65
- type: import("vue").PropType<any[]>;
66
- };
67
- "onUpdate:modelValue": {
68
- type: import("vue").PropType<(value: any[]) => any | void>;
69
- };
70
- "v-model": {
71
- type: import("vue").PropType<any[]>;
72
- required: false;
73
- };
74
- modelValue: {
75
- type: import("vue").PropType<any[]>;
76
- required: false;
77
- };
78
- "onUpdate:expanded": {
79
- type: import("vue").PropType<(value: any[]) => any | void>;
80
- };
81
- "v-model:expanded": {
82
- type: import("vue").PropType<any[]>;
83
- required: false;
84
- };
85
- expanded: {
86
- type: import("vue").PropType<any[]>;
87
- required: false;
88
- };
89
- colorSchemaType: {
90
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
91
- required: boolean;
92
- };
93
- container: {
94
- type: BooleanConstructor;
95
- required: boolean;
96
- };
97
- colors: {
98
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
99
- required: boolean;
100
- };
101
- }>> & {
102
- "onUpdate:active"?: (items: any[]) => any;
103
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
104
- "update:active": (items: Array<any>) => true;
105
- }, import("vue").PublicProps, {
106
- container: boolean;
107
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
108
- P: {};
109
- B: {};
110
- D: {};
111
- C: {};
112
- M: {};
113
- Defaults: {};
114
- }, Readonly<import("vue").ExtractPropTypes<{
115
- "v-slots": import("vue").Prop<{
116
- default?: import("../../DefineVueTypings").Slot;
117
- } & {
118
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
119
- itemToolTip?: (item: any) => VNodeChild;
120
- }>;
121
- indentation: {
122
- type: import("vue").PropType<SpacingValue>;
123
- required: false;
124
- };
125
- padding: {
126
- type: import("vue").PropType<Spacing | SpacingValue>;
127
- required: false;
128
- };
129
- checkNodeToMove: {
130
- type: import("vue").PropType<(item: any) => boolean>;
131
- };
132
- onMoveNode: {
133
- type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
134
- };
135
- loadChildren: {
136
- type: import("vue").PropType<(selectedNode: any, level?: number) => void | Promise<void>>;
137
- };
138
- itemChildren: {
139
- type: import("vue").PropType<string>;
140
- required: false;
141
- };
142
- itemValue: {
143
- type: import("vue").PropType<string>;
144
- required: false;
145
- };
146
- itemIcon: {
147
- type: import("vue").PropType<string | ((item: any) => IIcon)>;
148
- required: false;
149
- };
150
- itemTitle: {
151
- type: import("vue").PropType<string | ((item: any) => string)>;
152
- required: false;
153
- };
154
- batchChildrensDisplay: {
155
- type: import("vue").PropType<number>;
156
- required: false;
157
- };
158
- multiple: {
159
- type: import("vue").PropType<boolean>;
160
- required: false;
161
- };
162
- expandOnSelection: {
163
- type: import("vue").PropType<boolean>;
164
- };
165
- items: {
166
- type: import("vue").PropType<any[]>;
167
- };
168
- "onUpdate:modelValue": {
169
- type: import("vue").PropType<(value: any[]) => any | void>;
170
- };
171
- "v-model": {
172
- type: import("vue").PropType<any[]>;
173
- required: false;
174
- };
175
- modelValue: {
176
- type: import("vue").PropType<any[]>;
177
- required: false;
178
- };
179
- "onUpdate:expanded": {
180
- type: import("vue").PropType<(value: any[]) => any | void>;
181
- };
182
- "v-model:expanded": {
183
- type: import("vue").PropType<any[]>;
184
- required: false;
185
- };
186
- expanded: {
187
- type: import("vue").PropType<any[]>;
188
- required: false;
189
- };
190
- colorSchemaType: {
191
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
192
- required: boolean;
193
- };
194
- container: {
195
- type: BooleanConstructor;
196
- required: boolean;
197
- };
198
- colors: {
199
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
200
- required: boolean;
201
- };
202
- }>> & {
203
- "onUpdate:active"?: (items: any[]) => any;
204
- }, () => JSX.Element, {}, {}, {}, {
205
- container: boolean;
206
- }>;
207
- __isFragment?: never;
208
- __isTeleport?: never;
209
- __isSuspense?: never;
210
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
211
- "v-slots": import("vue").Prop<{
212
- default?: import("../../DefineVueTypings").Slot;
213
- } & {
214
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
215
- itemToolTip?: (item: any) => VNodeChild;
216
- }>;
217
- indentation: {
218
- type: import("vue").PropType<SpacingValue>;
219
- required: false;
220
- };
221
- padding: {
222
- type: import("vue").PropType<Spacing | SpacingValue>;
223
- required: false;
224
- };
225
- checkNodeToMove: {
226
- type: import("vue").PropType<(item: any) => boolean>;
227
- };
228
- onMoveNode: {
229
- type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
230
- };
231
- loadChildren: {
232
- type: import("vue").PropType<(selectedNode: any, level?: number) => void | Promise<void>>;
233
- };
234
- itemChildren: {
235
- type: import("vue").PropType<string>;
236
- required: false;
237
- };
238
- itemValue: {
239
- type: import("vue").PropType<string>;
240
- required: false;
241
- };
242
- itemIcon: {
243
- type: import("vue").PropType<string | ((item: any) => IIcon)>;
244
- required: false;
245
- };
246
- itemTitle: {
247
- type: import("vue").PropType<string | ((item: any) => string)>;
248
- required: false;
249
- };
250
- batchChildrensDisplay: {
251
- type: import("vue").PropType<number>;
252
- required: false;
253
- };
254
- multiple: {
255
- type: import("vue").PropType<boolean>;
256
- required: false;
257
- };
258
- expandOnSelection: {
259
- type: import("vue").PropType<boolean>;
260
- };
261
- items: {
262
- type: import("vue").PropType<any[]>;
263
- };
264
- "onUpdate:modelValue": {
265
- type: import("vue").PropType<(value: any[]) => any | void>;
266
- };
267
- "v-model": {
268
- type: import("vue").PropType<any[]>;
269
- required: false;
270
- };
271
- modelValue: {
272
- type: import("vue").PropType<any[]>;
273
- required: false;
274
- };
275
- "onUpdate:expanded": {
276
- type: import("vue").PropType<(value: any[]) => any | void>;
277
- };
278
- "v-model:expanded": {
279
- type: import("vue").PropType<any[]>;
280
- required: false;
281
- };
282
- expanded: {
283
- type: import("vue").PropType<any[]>;
284
- required: false;
285
- };
286
- colorSchemaType: {
287
- type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
288
- required: boolean;
289
- };
290
- container: {
291
- type: BooleanConstructor;
292
- required: boolean;
293
- };
294
- colors: {
295
- type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
296
- required: boolean;
297
- };
298
- }>> & {
299
- "onUpdate:active"?: (items: any[]) => any;
300
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
301
- "update:active": (items: Array<any>) => true;
302
- }, string, {
303
- container: boolean;
304
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
305
- propsDefinition: Omit<Readonly<{} & {
306
- container?: boolean;
307
- padding?: Spacing | SpacingValue;
308
- expanded?: any[];
309
- multiple?: boolean;
310
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
311
- colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
312
- "v-slots"?: {
313
- default?: import("../../DefineVueTypings").Slot;
314
- } & {
315
- appendInnerItem?: (item: any, index: Number) => VNodeChild;
316
- itemToolTip?: (item: any) => VNodeChild;
317
- };
318
- "v-model"?: any[];
319
- modelValue?: any[];
320
- "onUpdate:modelValue"?: (value: any[]) => any | void;
321
- itemValue?: string;
322
- "v-model:expanded"?: any[];
323
- items?: any[];
324
- "onUpdate:expanded"?: (value: any[]) => any | void;
325
- itemTitle?: string | ((item: any) => string);
326
- itemChildren?: string;
327
- expandOnSelection?: boolean;
328
- batchChildrensDisplay?: number;
329
- itemIcon?: string | ((item: any) => IIcon);
330
- loadChildren?: (selectedNode: any, level?: number) => void | Promise<void>;
331
- onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
332
- checkNodeToMove?: (item: any) => boolean;
333
- indentation?: SpacingValue;
334
- }>, "onUpdate:active"> & {
335
- "onUpdate:active"?: (items: any[]) => any;
336
- };
337
- };
13
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
14
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
15
+ } & {
16
+ container?: boolean;
17
+ } & {
18
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
19
+ } & {
20
+ "emit:update:modelValue": (value: any[]) => void;
21
+ } & {
22
+ "v-model"?: any[];
23
+ } & {
24
+ modelValue?: any[];
25
+ } & {
26
+ "emit:update:expanded": (value: any[]) => void;
27
+ } & {
28
+ "v-model:expanded"?: any[];
29
+ } & {
30
+ expanded?: any[];
31
+ } & {
32
+ items?: any[];
33
+ } & {
34
+ expandOnSelection?: boolean;
35
+ } & {
36
+ multiple?: boolean;
37
+ } & {
38
+ batchChildrensDisplay?: number;
39
+ } & {
40
+ itemTitle?: string | ((item: any) => string);
41
+ } & {
42
+ itemIcon?: string | ((item: any) => IIcon);
43
+ } & {
44
+ itemValue?: string;
45
+ } & {
46
+ itemChildren?: string;
47
+ } & {
48
+ loadChildren?: (selectedNode: any, level?: number) => void | Promise<void>;
49
+ } & {
50
+ onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
51
+ } & {
52
+ checkNodeToMove?: (item: any) => boolean;
53
+ } & {
54
+ padding?: Spacing | SpacingValue;
55
+ } & {
56
+ indentation?: SpacingValue;
57
+ } & DefineSlot<"appendInnerItem", (item: any, index: Number) => VNodeChild, "Define a custom item action appearance."> & DefineSlot<"itemToolTip", (item: any) => VNodeChild, "Define tooltip for treeview icon"> & DefineEmit<"update:active", (items: Array<any>) => void>>) => any;
338
58
  export default _default;
@@ -1,10 +1,9 @@
1
- import { ScopedSlots, DefineEmit } from "@omnia/fx/ux";
2
- import { IProfileCardScopedSlots, UserIdentity } from "../../models";
1
+ import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
2
+ import { UserIdentity, ProfileCardTenantPeopleInformationProps, ProfileCardItemScopedSlots } from "../../models";
3
3
  import "./ProfileCard.css";
4
+ import { VNode } from "vue";
4
5
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
5
6
  user?: UserIdentity;
6
- } & {
7
- scopedSlots?: ScopedSlots<IProfileCardScopedSlots>;
8
7
  } & {
9
8
  appendToBody?: boolean;
10
9
  } & {
@@ -17,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
17
16
  href?: string;
18
17
  } & {
19
18
  ripple?: boolean;
20
- } & DefineEmit<"onClick", (e: Event) => void>>) => any;
19
+ } & DefineEmit<"onClick", (e: Event) => void> & DefineSlot<"renderChildren", (content: ProfileCardTenantPeopleInformationProps) => VNode> & DefineSlot<"default", (content: ProfileCardItemScopedSlots) => VNode>>) => any;
21
20
  export default _default;
@@ -5,35 +5,9 @@ export declare const languagePickerEditorExtension: () => {
5
5
  getConfiguration(): {
6
6
  nodes: any[];
7
7
  toolbarItems: {
8
- toolbar: {
9
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
10
- multilingualContext: {
11
- type: import("vue").PropType<import("../../..").MultilingualContext>;
12
- };
13
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
14
- P: {};
15
- B: {};
16
- D: {};
17
- C: {};
18
- M: {};
19
- Defaults: {};
20
- }, Readonly<import("vue").ExtractPropTypes<{
21
- multilingualContext: {
22
- type: import("vue").PropType<import("../../..").MultilingualContext>;
23
- };
24
- }>>, () => JSX.Element, {}, {}, {}, {}>;
25
- __isFragment?: never;
26
- __isTeleport?: never;
27
- __isSuspense?: never;
28
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
29
- multilingualContext: {
30
- type: import("vue").PropType<import("../../..").MultilingualContext>;
31
- };
32
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
33
- propsDefinition: Omit<Readonly<{} & {
34
- multilingualContext?: import("../../..").MultilingualContext;
35
- }>, never>;
36
- };
8
+ toolbar: (props: import("../../..").ConstructComponentProps<{
9
+ multilingualContext?: import("../../..").MultilingualContext;
10
+ }>) => any;
37
11
  configuration: {};
38
12
  }[];
39
13
  };
@@ -1,31 +1,5 @@
1
1
  import { MultilingualContext } from "../../../MultilingualContext";
2
- declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- multilingualContext: {
5
- type: import("vue").PropType<MultilingualContext>;
6
- };
7
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
8
- P: {};
9
- B: {};
10
- D: {};
11
- C: {};
12
- M: {};
13
- Defaults: {};
14
- }, Readonly<import("vue").ExtractPropTypes<{
15
- multilingualContext: {
16
- type: import("vue").PropType<MultilingualContext>;
17
- };
18
- }>>, () => JSX.Element, {}, {}, {}, {}>;
19
- __isFragment?: never;
20
- __isTeleport?: never;
21
- __isSuspense?: never;
22
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23
- multilingualContext: {
24
- type: import("vue").PropType<MultilingualContext>;
25
- };
26
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
27
- propsDefinition: Omit<Readonly<{} & {
28
- multilingualContext?: MultilingualContext;
29
- }>, never>;
30
- };
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ multilingualContext?: MultilingualContext;
4
+ }>) => any;
31
5
  export default _default;
@@ -78,7 +78,7 @@ declare const _default: {
78
78
  propsDefinition: Omit<Readonly<{} & {
79
79
  text?: string;
80
80
  container?: boolean;
81
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
81
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
82
82
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
83
83
  renderingMode?: BlockRenderingModes;
84
84
  }>, never>;
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  roles: guid[];
130
130
  } & {
131
131
  container?: boolean;
132
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
132
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
133
133
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
134
134
  "v-slots"?: {
135
135
  default?: import("../DefineVueTypings").Slot;
@@ -1,42 +1,6 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { VueComponentBase } from "@omnia/fx/ux";
3
- import { ShapeDividerSettings, ShapeDividerTypes, ShapeDividerPositions } from "../../models";
4
- import { Spacing } from "../../models";
5
- export declare class ShapeDividerComponent extends VueComponentBase implements IWebComponentInstance, ShapeDividerSettings {
6
- invert: boolean;
7
- position: ShapeDividerPositions;
8
- flip: boolean;
9
- shape: ShapeDividerTypes;
10
- color: string;
11
- spacing: Spacing;
12
- borderradius: number;
13
- width: number;
14
- height: number;
15
- private themeStyling;
16
- mounted(): void;
17
- renderWavesOpacity(): JSX.Element[];
18
- renderWaves(): JSX.Element;
19
- renderCurve(): JSX.Element;
20
- renderCurveAsymmetrical(): JSX.Element;
21
- renderTriangle(): JSX.Element;
22
- renderTriangleAsymmetrical(): JSX.Element;
23
- renderTilt(): JSX.Element;
24
- renderArrow(): JSX.Element;
25
- renderSplit(): JSX.Element | JSX.Element[];
26
- renderBook(): JSX.Element;
27
- getDivStyle(): {
28
- position: string;
29
- left: string;
30
- width: string;
31
- overflow: string;
32
- "line-height": number;
33
- transform: any;
34
- bottom: string;
35
- top: string;
36
- "border-top-left-radius": string;
37
- "border-top-right-radius": string;
38
- "pointer-events": string;
39
- };
40
- private getSvgStyle;
41
- render(): JSX.Element;
42
- }
1
+ import { DefineProp } from "@omnia/fx/ux";
2
+ import { ShapeDividerTypes, ShapeDividerPositions } from "../../models";
3
+ import { Spacing } from "@omnia/fx-models";
4
+ type ShapeDividerProps = DefineProp<"invert", boolean> & DefineProp<"position", ShapeDividerPositions> & DefineProp<"flip", boolean> & DefineProp<"shape", ShapeDividerTypes> & DefineProp<"color", string> & DefineProp<"spacing", Spacing> & DefineProp<"borderradius", number> & DefineProp<"width", number> & DefineProp<"height", number>;
5
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ShapeDividerProps>) => any;
6
+ export default _default;
@@ -1,19 +1,5 @@
1
- import { IWebComponentInstance } from "@omnia/fx";
2
- import { IShapeDividerSettingsComponent } from "./IShapeDividerSettings";
3
- import { ShapeDividerLocalization } from "./loc/localize";
1
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
4
2
  import { ShapeDividerSettings } from "../../models";
5
- import { VueComponentBase } from "..";
6
- export declare class ShapeDividerSettingsComponent extends VueComponentBase implements IWebComponentInstance, IShapeDividerSettingsComponent {
7
- settings: ShapeDividerSettings;
8
- onSettingsUpdated?: (settings: ShapeDividerSettings) => void;
9
- loc: ShapeDividerLocalization.locInterface;
10
- private showShapeSettings;
11
- model: ShapeDividerSettings;
12
- private shapeTypes;
13
- mounted(): void;
14
- created(): void;
15
- initModel(): void;
16
- updateSettings(): void;
17
- private setShapeSettingsVisibility;
18
- render(): JSX.Element;
19
- }
3
+ type ShapeDividerSettingsProps = DefineProp<"settings", ShapeDividerSettings> & DefineEmit<"settingsUpdated", (settings: ShapeDividerSettings) => void>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ShapeDividerSettingsProps>) => any;
5
+ export default _default;
@@ -7,7 +7,7 @@ export declare const DraggableStyles: {
7
7
  export declare function useDraggable(): {
8
8
  Draggable: DraggableComponentTypings;
9
9
  readonly DraggableIcon: (props: ConstructComponentProps<{
10
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
10
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
11
11
  } & {
12
12
  container?: boolean;
13
13
  } & {
@@ -457,7 +457,7 @@ declare const _default: {
457
457
  container?: boolean;
458
458
  title?: string;
459
459
  variant?: Variant;
460
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
460
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
461
461
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
462
462
  "v-slots"?: {
463
463
  default?: import("../../../DefineVueTypings").Slot;
@@ -370,7 +370,7 @@ declare const _default: {
370
370
  }>;
371
371
  };
372
372
  container?: boolean;
373
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
373
+ colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
374
374
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
375
375
  "v-model"?: VelcronDefinitionRegistration<object>;
376
376
  modelValue?: VelcronDefinitionRegistration<object>;
@@ -0,0 +1,3 @@
1
+ export declare function StateManager(): {
2
+ removeCommonPropertiesFromObject: (object2Clean: any, objectToCompareAgainst: any) => void;
3
+ };