@omnia/fx 8.0.227-dev → 8.0.228-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 (86) hide show
  1. package/internal-do-not-import-from-here/libs/toastui/Toast.d.ts +6 -0
  2. package/internal-do-not-import-from-here/libs/toastui/index.d.ts +1 -0
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  5. package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +1 -1
  6. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  7. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +41 -41
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +6 -6
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +5 -5
  11. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -4
  14. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +12 -12
  15. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStoreV2.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -4
  17. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
  19. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +8 -8
  24. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  28. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +5 -5
  31. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -3
  36. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +1 -3
  37. package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/markdown/patches/HtmlInlinePatch.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ColorButton.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/ThemeStylingPlugin.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/markdown/plugins/themestyling/TypographyButton.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +15 -2
  47. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +11 -11
  48. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
  52. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
  54. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
  57. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  59. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  60. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
  61. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
  63. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
  65. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -5
  66. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +5 -5
  67. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
  68. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/oxide/stepper/{Stepper.css.d.ts → Stepper.stylex.d.ts} +1 -1
  71. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/oxide/switch/{Switch.css.d.ts → Switch.stylex.d.ts} +2 -2
  73. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -1
  77. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +3 -3
  79. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +41 -41
  84. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
  85. package/package.json +2 -2
  86. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +0 -4
@@ -1,6 +1,9 @@
1
1
  import { MediaPickerImage, OSizeTypes } from "@omnia/fx-models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ inlineMediaNodeDisplayData: {
5
+ type: import("vue").PropType<string>;
6
+ };
4
7
  imgClass: {
5
8
  type: import("vue").PropType<string>;
6
9
  };
@@ -43,6 +46,9 @@ declare const _default: {
43
46
  type: import("vue").PropType<MediaPickerImage>;
44
47
  };
45
48
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
49
+ inlineMediaNodeDisplayData: {
50
+ type: import("vue").PropType<string>;
51
+ };
46
52
  imgClass: {
47
53
  type: import("vue").PropType<string>;
48
54
  };
@@ -92,6 +98,9 @@ declare const _default: {
92
98
  M: {};
93
99
  Defaults: {};
94
100
  }, Readonly<import("vue").ExtractPropTypes<{
101
+ inlineMediaNodeDisplayData: {
102
+ type: import("vue").PropType<string>;
103
+ };
95
104
  imgClass: {
96
105
  type: import("vue").PropType<string>;
97
106
  };
@@ -138,6 +147,9 @@ declare const _default: {
138
147
  __isTeleport?: never;
139
148
  __isSuspense?: never;
140
149
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
150
+ inlineMediaNodeDisplayData: {
151
+ type: import("vue").PropType<string>;
152
+ };
141
153
  imgClass: {
142
154
  type: import("vue").PropType<string>;
143
155
  };
@@ -182,13 +194,14 @@ declare const _default: {
182
194
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
183
195
  propsDefinition: Omit<Readonly<{} & {
184
196
  image?: MediaPickerImage;
185
- contain?: boolean;
186
- contentClass?: string;
187
197
  avatar?: {
188
198
  size: OSizeTypes;
189
199
  };
200
+ contain?: boolean;
201
+ contentClass?: string;
190
202
  imagedata?: string;
191
203
  imageStyle?: string | object | object[];
204
+ inlineMediaNodeDisplayData?: string;
192
205
  showCaption?: boolean;
193
206
  imageRatioId?: number;
194
207
  scalingId?: number;
@@ -78,11 +78,11 @@ declare const _default: {
78
78
  }>;
79
79
  };
80
80
  }>> & {
81
+ onFocus?: () => any;
82
+ onBlur?: () => any;
81
83
  onError?: (err: string) => any;
82
84
  onScroll?: (event: any) => any;
83
- onBlur?: () => any;
84
85
  onChange?: (value: string, event: any) => any;
85
- onFocus?: () => any;
86
86
  onKeydown?: (event: any) => any;
87
87
  onKeyup?: (event: any) => any;
88
88
  "onUpdate:modelValue"?: (value: string) => any;
@@ -205,11 +205,11 @@ declare const _default: {
205
205
  }>;
206
206
  };
207
207
  }>> & {
208
+ onFocus?: () => any;
209
+ onBlur?: () => any;
208
210
  onError?: (err: string) => any;
209
211
  onScroll?: (event: any) => any;
210
- onBlur?: () => any;
211
212
  onChange?: (value: string, event: any) => any;
212
- onFocus?: () => any;
213
213
  onKeydown?: (event: any) => any;
214
214
  onKeyup?: (event: any) => any;
215
215
  "onUpdate:modelValue"?: (value: string) => any;
@@ -314,11 +314,11 @@ declare const _default: {
314
314
  }>;
315
315
  };
316
316
  }>> & {
317
+ onFocus?: () => any;
318
+ onBlur?: () => any;
317
319
  onError?: (err: string) => any;
318
320
  onScroll?: (event: any) => any;
319
- onBlur?: () => any;
320
321
  onChange?: (value: string, event: any) => any;
321
- onFocus?: () => any;
322
322
  onKeydown?: (event: any) => any;
323
323
  onKeyup?: (event: any) => any;
324
324
  "onUpdate:modelValue"?: (value: string) => any;
@@ -420,11 +420,11 @@ declare const _default: {
420
420
  }>;
421
421
  };
422
422
  }>> & {
423
+ onFocus?: () => any;
424
+ onBlur?: () => any;
423
425
  onError?: (err: string) => any;
424
426
  onScroll?: (event: any) => any;
425
- onBlur?: () => any;
426
427
  onChange?: (value: string, event: any) => any;
427
- onFocus?: () => any;
428
428
  onKeydown?: (event: any) => any;
429
429
  onKeyup?: (event: any) => any;
430
430
  "onUpdate:modelValue"?: (value: string) => any;
@@ -538,12 +538,12 @@ declare const _default: {
538
538
  "onUpdate:modelValue"?: (value: string) => any;
539
539
  modelValue?: string;
540
540
  language?: string;
541
- }>, "onError" | "onScroll" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
541
+ }>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
542
+ onFocus?: () => any;
543
+ onBlur?: () => any;
542
544
  onError?: (err: string) => any;
543
545
  onScroll?: (event: any) => any;
544
- onBlur?: () => any;
545
546
  onChange?: (value: string, event: any) => any;
546
- onFocus?: () => any;
547
547
  onKeydown?: (event: any) => any;
548
548
  onKeyup?: (event: any) => any;
549
549
  "onUpdate:modelValue"?: (value: string) => any;
@@ -125,7 +125,7 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
125
125
  } & {};
126
126
  } & {
127
127
  "onUpdate:modelValue"?: (value: MultilingualString) => any;
128
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "filled" | "disabled" | "styles" | "required" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn">;
128
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "required" | "filled" | "disabled" | "styles" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn">;
129
129
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
130
130
  [key: string]: any;
131
131
  }>;
@@ -54,8 +54,8 @@ declare const _default: {
54
54
  propsDefinition: Omit<Readonly<{} & {
55
55
  title?: string;
56
56
  options?: object[];
57
- valueBind?: any[];
58
57
  required?: boolean;
58
+ valueBind?: any[];
59
59
  hideDetails?: boolean;
60
60
  onValueChanged?: (value: any[]) => void;
61
61
  multipleChoice?: boolean;
@@ -242,8 +242,8 @@ declare const _default: {
242
242
  title?: string;
243
243
  navigation?: boolean;
244
244
  container?: boolean;
245
- class?: String | String[];
246
245
  id?: string;
246
+ class?: String | String[];
247
247
  absolute?: boolean;
248
248
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
249
249
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -7,7 +7,7 @@ declare const _default: {
7
7
  type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
8
8
  };
9
9
  size: {
10
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
10
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
11
11
  };
12
12
  toned: {
13
13
  type: import("vue").PropType<boolean>;
@@ -39,7 +39,7 @@ declare const _default: {
39
39
  type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
40
40
  };
41
41
  size: {
42
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
42
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
43
43
  };
44
44
  toned: {
45
45
  type: import("vue").PropType<boolean>;
@@ -80,7 +80,7 @@ declare const _default: {
80
80
  type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
81
81
  };
82
82
  size: {
83
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
83
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
84
84
  };
85
85
  toned: {
86
86
  type: import("vue").PropType<boolean>;
@@ -118,7 +118,7 @@ declare const _default: {
118
118
  type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
119
119
  };
120
120
  size: {
121
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
121
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
122
122
  };
123
123
  toned: {
124
124
  type: import("vue").PropType<boolean>;
@@ -149,7 +149,7 @@ declare const _default: {
149
149
  color?: string;
150
150
  container?: boolean;
151
151
  class?: String | String[];
152
- size?: "small" | "default" | "large" | "x-large" | "x-small";
152
+ size?: "small" | "default" | "x-large" | "x-small" | "large";
153
153
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
154
154
  colorType?: "base" | "onBase" | "container" | "onContainer";
155
155
  toned?: boolean;
@@ -444,8 +444,8 @@ declare const _default: {
444
444
  };
445
445
  color?: string;
446
446
  icon?: IIcon;
447
- dot?: boolean;
448
447
  content?: string | number;
448
+ dot?: boolean;
449
449
  inline?: boolean;
450
450
  "v-model"?: boolean;
451
451
  "onUpdate:modelValue"?: (value: boolean) => any;
@@ -42,7 +42,7 @@ declare const _default: {
42
42
  type: import("vue").PropType<boolean>;
43
43
  };
44
44
  size: {
45
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
45
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
46
46
  };
47
47
  tooltip: {
48
48
  type: import("vue").PropType<ButtonTooltipOptions>;
@@ -125,7 +125,7 @@ declare const _default: {
125
125
  type: import("vue").PropType<boolean>;
126
126
  };
127
127
  size: {
128
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
128
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
129
129
  };
130
130
  tooltip: {
131
131
  type: import("vue").PropType<ButtonTooltipOptions>;
@@ -217,7 +217,7 @@ declare const _default: {
217
217
  type: import("vue").PropType<boolean>;
218
218
  };
219
219
  size: {
220
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
220
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
221
221
  };
222
222
  tooltip: {
223
223
  type: import("vue").PropType<ButtonTooltipOptions>;
@@ -306,7 +306,7 @@ declare const _default: {
306
306
  type: import("vue").PropType<boolean>;
307
307
  };
308
308
  size: {
309
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
309
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
310
310
  };
311
311
  tooltip: {
312
312
  type: import("vue").PropType<ButtonTooltipOptions>;
@@ -360,7 +360,7 @@ declare const _default: {
360
360
  class?: String | String[];
361
361
  target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
362
362
  href?: string;
363
- size?: "small" | "default" | "large" | "x-large" | "x-small";
363
+ size?: "small" | "default" | "x-large" | "x-small" | "large";
364
364
  animation?: "flip" | "bounce" | "spin" | "beat";
365
365
  tooltip?: ButtonTooltipOptions;
366
366
  active?: boolean;
@@ -28,7 +28,7 @@ declare const _default: {
28
28
  type: import("vue").PropType<string>;
29
29
  };
30
30
  size: {
31
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
31
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
32
32
  };
33
33
  color: {
34
34
  type: import("vue").PropType<string>;
@@ -82,7 +82,7 @@ declare const _default: {
82
82
  type: import("vue").PropType<string>;
83
83
  };
84
84
  size: {
85
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
85
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
86
86
  };
87
87
  color: {
88
88
  type: import("vue").PropType<string>;
@@ -143,7 +143,7 @@ declare const _default: {
143
143
  type: import("vue").PropType<string>;
144
144
  };
145
145
  size: {
146
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
146
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
147
147
  };
148
148
  color: {
149
149
  type: import("vue").PropType<string>;
@@ -201,7 +201,7 @@ declare const _default: {
201
201
  type: import("vue").PropType<string>;
202
202
  };
203
203
  size: {
204
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
204
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
205
205
  };
206
206
  color: {
207
207
  type: import("vue").PropType<string>;
@@ -237,7 +237,7 @@ declare const _default: {
237
237
  blueprint?: ChipBlueprint;
238
238
  container?: boolean;
239
239
  label?: boolean;
240
- size?: "small" | "default" | "large" | "x-large" | "x-small";
240
+ size?: "small" | "default" | "x-large" | "x-small" | "large";
241
241
  disabled?: boolean;
242
242
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
243
243
  toned?: boolean;
@@ -185,8 +185,8 @@ declare const _default: {
185
185
  propsDefinition: Omit<Readonly<{} & {
186
186
  container?: boolean;
187
187
  class?: String | String[];
188
- minWidth?: string;
189
188
  width?: string;
189
+ minWidth?: string;
190
190
  margin?: Spacing | SpacingValue;
191
191
  padding?: Spacing | SpacingValue;
192
192
  filled?: boolean;
@@ -31,7 +31,7 @@ declare const _default: {
31
31
  required: false;
32
32
  };
33
33
  size: {
34
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
34
+ type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
35
35
  required: false;
36
36
  };
37
37
  backButton: {
@@ -129,7 +129,7 @@ declare const _default: {
129
129
  required: false;
130
130
  };
131
131
  size: {
132
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
132
+ type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
133
133
  required: false;
134
134
  };
135
135
  backButton: {
@@ -231,7 +231,7 @@ declare const _default: {
231
231
  required: false;
232
232
  };
233
233
  size: {
234
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
234
+ type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
235
235
  required: false;
236
236
  };
237
237
  backButton: {
@@ -330,7 +330,7 @@ declare const _default: {
330
330
  required: false;
331
331
  };
332
332
  size: {
333
- type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
333
+ type: import("vue").PropType<"small" | "x-small" | "large" | "medium" | "full">;
334
334
  required: false;
335
335
  };
336
336
  backButton: {
@@ -411,7 +411,7 @@ declare const _default: {
411
411
  title?: string;
412
412
  container?: boolean;
413
413
  class?: String | String[];
414
- size?: "small" | "medium" | "large" | "x-small" | "full";
414
+ size?: "small" | "x-small" | "large" | "medium" | "full";
415
415
  persistent?: boolean;
416
416
  eager?: boolean;
417
417
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -257,11 +257,11 @@ declare const _default: {
257
257
  propsDefinition: Omit<Readonly<{} & {
258
258
  container?: boolean;
259
259
  class?: String | String[];
260
- direction?: "row" | "row-reverse";
260
+ width?: string;
261
261
  height?: string;
262
+ direction?: "row" | "row-reverse";
262
263
  minHeight?: string;
263
264
  minWidth?: string;
264
- width?: string;
265
265
  margin?: Spacing | SpacingValue;
266
266
  padding?: Spacing | SpacingValue;
267
267
  wrap?: boolean;
@@ -4,10 +4,10 @@ declare const _default: {
4
4
  type: import("vue").PropType<boolean>;
5
5
  };
6
6
  variant: {
7
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
7
+ type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
8
8
  };
9
9
  componentHost: {
10
- type: import("vue").PropType<"toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
10
+ type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
11
11
  };
12
12
  host: {
13
13
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -19,10 +19,10 @@ declare const _default: {
19
19
  type: import("vue").PropType<boolean>;
20
20
  };
21
21
  variant: {
22
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
22
+ type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
23
23
  };
24
24
  componentHost: {
25
- type: import("vue").PropType<"toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
25
+ type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
26
26
  };
27
27
  host: {
28
28
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -39,10 +39,10 @@ declare const _default: {
39
39
  type: import("vue").PropType<boolean>;
40
40
  };
41
41
  variant: {
42
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
42
+ type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
43
43
  };
44
44
  componentHost: {
45
- type: import("vue").PropType<"toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
45
+ type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
46
46
  };
47
47
  host: {
48
48
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -58,10 +58,10 @@ declare const _default: {
58
58
  type: import("vue").PropType<boolean>;
59
59
  };
60
60
  variant: {
61
- type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
61
+ type: import("vue").PropType<"toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section">;
62
62
  };
63
63
  componentHost: {
64
- type: import("vue").PropType<"toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
64
+ type: import("vue").PropType<"toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx">;
65
65
  };
66
66
  host: {
67
67
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -71,8 +71,8 @@ declare const _default: {
71
71
  }>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
72
72
  propsDefinition: Omit<Readonly<{} & {
73
73
  host?: "admin" | "editor" | "docs";
74
- variant?: "toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section";
75
- componentHost?: "toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
74
+ variant?: "toolbar" | "navigation" | "default" | "section" | "content" | "footer" | "header" | "options" | "settings" | "info-section";
75
+ componentHost?: "toolbar" | "tab" | "menu" | "dialog" | "table" | "chip" | "app" | "tab-vertical" | "blade" | "drawer" | "expansion-panel" | "appbar" | "panel" | "omfx";
76
76
  force?: boolean;
77
77
  }>, never>;
78
78
  };
@@ -15,7 +15,7 @@ declare const _default: {
15
15
  type: import("vue").PropType<"flip" | "bounce" | "spin" | "beat">;
16
16
  };
17
17
  size: {
18
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
18
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
19
19
  };
20
20
  variant: {
21
21
  type: import("vue").PropType<"background" | "default">;
@@ -60,7 +60,7 @@ declare const _default: {
60
60
  type: import("vue").PropType<"flip" | "bounce" | "spin" | "beat">;
61
61
  };
62
62
  size: {
63
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
63
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
64
64
  };
65
65
  variant: {
66
66
  type: import("vue").PropType<"background" | "default">;
@@ -114,7 +114,7 @@ declare const _default: {
114
114
  type: import("vue").PropType<"flip" | "bounce" | "spin" | "beat">;
115
115
  };
116
116
  size: {
117
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
117
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
118
118
  };
119
119
  variant: {
120
120
  type: import("vue").PropType<"background" | "default">;
@@ -165,7 +165,7 @@ declare const _default: {
165
165
  type: import("vue").PropType<"flip" | "bounce" | "spin" | "beat">;
166
166
  };
167
167
  size: {
168
- type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
168
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large">;
169
169
  };
170
170
  variant: {
171
171
  type: import("vue").PropType<"background" | "default">;
@@ -203,7 +203,7 @@ declare const _default: {
203
203
  blueprint?: IconBlueprint;
204
204
  container?: boolean;
205
205
  class?: String | String[];
206
- size?: "small" | "default" | "large" | "x-large" | "x-small";
206
+ size?: "small" | "default" | "x-large" | "x-small" | "large";
207
207
  animation?: "flip" | "bounce" | "spin" | "beat";
208
208
  disabled?: boolean;
209
209
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
@@ -258,14 +258,14 @@ declare const _default: {
258
258
  propsDefinition: Omit<Readonly<{} & {
259
259
  container?: boolean;
260
260
  class?: String | String[];
261
- aspectRatio?: string | number;
261
+ width?: string | number;
262
262
  height?: string | number;
263
+ aspectRatio?: string | number;
263
264
  maxHeight?: string | number;
264
265
  maxWidth?: string | number;
265
- width?: string | number;
266
266
  cover?: boolean;
267
- placeholder?: string;
268
267
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
268
+ placeholder?: string;
269
269
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
270
270
  src?: string;
271
271
  "v-slots"?: {
@@ -159,8 +159,8 @@ declare const _default: {
159
159
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
160
160
  propsDefinition: Omit<Readonly<{} & {
161
161
  mode?: "manual" | "intersect";
162
- direction?: "horizontal" | "vertical";
163
162
  height?: string | number;
163
+ direction?: "horizontal" | "vertical";
164
164
  margin?: string | number;
165
165
  "v-slots"?: {
166
166
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -7,7 +7,7 @@ declare const _default: {
7
7
  default?: import("../../DefineVueTypings").Slot<any[]>;
8
8
  } & VListItemSlots>;
9
9
  variant: {
10
- type: import("vue").PropType<"navigation" | "default" | "delete" | "content">;
10
+ type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
11
11
  };
12
12
  disabled: {
13
13
  type: import("vue").PropType<boolean>;
@@ -51,7 +51,7 @@ declare const _default: {
51
51
  default?: import("../../DefineVueTypings").Slot<any[]>;
52
52
  } & VListItemSlots>;
53
53
  variant: {
54
- type: import("vue").PropType<"navigation" | "default" | "delete" | "content">;
54
+ type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
55
55
  };
56
56
  disabled: {
57
57
  type: import("vue").PropType<boolean>;
@@ -101,7 +101,7 @@ declare const _default: {
101
101
  default?: import("../../DefineVueTypings").Slot<any[]>;
102
102
  } & VListItemSlots>;
103
103
  variant: {
104
- type: import("vue").PropType<"navigation" | "default" | "delete" | "content">;
104
+ type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
105
105
  };
106
106
  disabled: {
107
107
  type: import("vue").PropType<boolean>;
@@ -148,7 +148,7 @@ declare const _default: {
148
148
  default?: import("../../DefineVueTypings").Slot<any[]>;
149
149
  } & VListItemSlots>;
150
150
  variant: {
151
- type: import("vue").PropType<"navigation" | "default" | "delete" | "content">;
151
+ type: import("vue").PropType<"navigation" | "default" | "content" | "delete">;
152
152
  };
153
153
  disabled: {
154
154
  type: import("vue").PropType<boolean>;
@@ -202,7 +202,7 @@ declare const _default: {
202
202
  "v-slots"?: {
203
203
  default?: import("../../DefineVueTypings").Slot<any[]>;
204
204
  } & VListItemSlots;
205
- variant?: "navigation" | "default" | "delete" | "content";
205
+ variant?: "navigation" | "default" | "content" | "delete";
206
206
  subtitle?: VNodeChild;
207
207
  }>, "onClick:navigate" | "onClick:delete"> & {
208
208
  "onClick:navigate"?: (value: any) => any;
@@ -123,8 +123,8 @@ declare const _default: {
123
123
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
124
124
  propsDefinition: Omit<Readonly<{} & {
125
125
  container?: boolean;
126
- class?: String | String[];
127
126
  id?: string;
127
+ class?: String | String[];
128
128
  filled?: boolean;
129
129
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
130
130
  toned?: boolean;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  type: import("vue").PropType<string>;
13
13
  };
14
14
  size: {
15
- type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
15
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
16
16
  };
17
17
  toned: {
18
18
  type: import("vue").PropType<boolean>;
@@ -44,7 +44,7 @@ declare const _default: {
44
44
  type: import("vue").PropType<string>;
45
45
  };
46
46
  size: {
47
- type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
47
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
48
48
  };
49
49
  toned: {
50
50
  type: import("vue").PropType<boolean>;
@@ -83,7 +83,7 @@ declare const _default: {
83
83
  type: import("vue").PropType<string>;
84
84
  };
85
85
  size: {
86
- type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
86
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
87
87
  };
88
88
  toned: {
89
89
  type: import("vue").PropType<boolean>;
@@ -119,7 +119,7 @@ declare const _default: {
119
119
  type: import("vue").PropType<string>;
120
120
  };
121
121
  size: {
122
- type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
122
+ type: import("vue").PropType<"small" | "default" | "x-large" | "x-small" | "large" | "medium">;
123
123
  };
124
124
  toned: {
125
125
  type: import("vue").PropType<boolean>;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  propsDefinition: Omit<Readonly<{} & {
147
147
  container?: boolean;
148
148
  value?: string;
149
- size?: "small" | "default" | "medium" | "large" | "x-large" | "x-small";
149
+ size?: "small" | "default" | "x-large" | "x-small" | "large" | "medium";
150
150
  colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
151
151
  toned?: boolean;
152
152
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;