@omnia/fx 8.0.40-vnext → 8.0.42-vnext

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 (79) hide show
  1. package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +1 -1
  3. package/internal-do-not-import-from-here/index.d.ts +3 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/services/LocalizationService.d.ts +0 -1
  7. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -1
  8. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +0 -18
  9. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +23 -10
  10. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +7 -29
  16. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +156 -0
  17. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +20 -4
  19. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -0
  20. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +91 -0
  21. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +91 -0
  22. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +91 -0
  23. package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +1 -0
  24. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +4 -0
  25. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +7 -1
  26. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +23 -0
  27. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +74 -24
  28. package/internal-do-not-import-from-here/ux/journey/v2/stores/index.d.ts +1 -0
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
  34. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +15 -15
  37. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +26 -15
  39. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +91 -0
  40. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +91 -0
  41. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +91 -0
  42. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +91 -0
  43. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +91 -0
  44. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -13
  45. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -2
  46. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
  47. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +0 -11
  48. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +6 -6
  51. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +7 -7
  53. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +8 -8
  55. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
  58. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +7 -7
  60. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +18 -18
  61. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +17 -0
  62. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +4 -4
  64. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +6 -6
  65. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
  68. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +6 -6
  70. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  71. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
  73. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +14 -3
  75. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +6 -6
  77. package/internal-do-not-import-from-here/vue/VueApp.d.ts +4 -2
  78. package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
  79. package/package.json +2 -2
@@ -49,9 +49,9 @@ declare const _default: {
49
49
  [key: string]: any;
50
50
  }>) => void)[];
51
51
  readonly force?: boolean;
52
- readonly componentHost?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar";
53
- readonly variant?: "footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper";
54
- readonly "component-host"?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar";
52
+ readonly componentHost?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel";
53
+ readonly variant?: "default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section";
54
+ readonly "component-host"?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel";
55
55
  };
56
56
  $attrs: {
57
57
  [x: string]: unknown;
@@ -73,15 +73,15 @@ declare const _default: {
73
73
  type: import("vue").PropType<boolean>;
74
74
  };
75
75
  variant: {
76
- type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper">;
76
+ type: import("vue").PropType<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
77
77
  } & {
78
- type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper">;
78
+ type: import("vue").PropType<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
79
79
  };
80
80
  "component-host": {
81
- type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar">;
81
+ type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel">;
82
82
  };
83
83
  componentHost: {
84
- type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar">;
84
+ type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel">;
85
85
  };
86
86
  host: {
87
87
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -117,15 +117,15 @@ declare const _default: {
117
117
  type: import("vue").PropType<boolean>;
118
118
  };
119
119
  variant: {
120
- type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper">;
120
+ type: import("vue").PropType<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
121
121
  } & {
122
- type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper">;
122
+ type: import("vue").PropType<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
123
123
  };
124
124
  "component-host": {
125
- type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar">;
125
+ type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel">;
126
126
  };
127
127
  componentHost: {
128
- type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar">;
128
+ type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel">;
129
129
  };
130
130
  host: {
131
131
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -145,15 +145,15 @@ declare const _default: {
145
145
  type: import("vue").PropType<boolean>;
146
146
  };
147
147
  variant: {
148
- type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper">;
148
+ type: import("vue").PropType<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
149
149
  } & {
150
- type: import("vue").PropType<"footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper">;
150
+ type: import("vue").PropType<"default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section">;
151
151
  };
152
152
  "component-host": {
153
- type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar">;
153
+ type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel">;
154
154
  };
155
155
  componentHost: {
156
- type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar">;
156
+ type: import("vue").PropType<"dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel">;
157
157
  };
158
158
  host: {
159
159
  type: import("vue").PropType<"admin" | "editor" | "docs">;
@@ -166,9 +166,9 @@ declare const _default: {
166
166
  propsDefinition: Omit<Readonly<{} & {
167
167
  host?: "admin" | "editor" | "docs";
168
168
  force?: boolean;
169
- componentHost?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar";
170
- variant?: "footer" | "header" | "content" | "navigation" | "settings" | "info-section" | "wrapper";
171
- "component-host"?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar";
169
+ componentHost?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel";
170
+ variant?: "default" | "footer" | "header" | "content" | "navigation" | "settings" | "info-section";
171
+ "component-host"?: "dialog" | "table" | "tab" | "toolbar" | "drawer" | "expansion-panel" | "blade" | "app" | "appbar" | "tab-vertical" | "panel";
172
172
  }>, never>;
173
173
  };
174
174
  export default _default;
@@ -55,7 +55,6 @@ declare const _default: {
55
55
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
56
  [key: string]: any;
57
57
  }>) => void)[];
58
- readonly preset?: "code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand";
59
58
  readonly toned?: boolean;
60
59
  };
61
60
  $attrs: {
@@ -72,9 +71,6 @@ declare const _default: {
72
71
  $emit: (event: string, ...args: any[]) => void;
73
72
  $el: any;
74
73
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
75
- preset: {
76
- type: import("vue").PropType<"code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand">;
77
- };
78
74
  size: {
79
75
  type: import("vue").PropType<"small" | "default" | "x-small">;
80
76
  };
@@ -122,9 +118,6 @@ declare const _default: {
122
118
  $nextTick: typeof import("vue").nextTick;
123
119
  $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;
124
120
  } & Readonly<import("vue").ExtractPropTypes<{
125
- preset: {
126
- type: import("vue").PropType<"code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand">;
127
- };
128
121
  size: {
129
122
  type: import("vue").PropType<"small" | "default" | "x-small">;
130
123
  };
@@ -150,9 +143,6 @@ declare const _default: {
150
143
  __isTeleport?: never;
151
144
  __isSuspense?: never;
152
145
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
153
- preset: {
154
- type: import("vue").PropType<"code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand">;
155
- };
156
146
  size: {
157
147
  type: import("vue").PropType<"small" | "default" | "x-small">;
158
148
  };
@@ -190,7 +180,6 @@ declare const _default: {
190
180
  class?: String | String[];
191
181
  size?: "small" | "default" | "x-small";
192
182
  icon?: IIcon;
193
- preset?: "code" | "copy" | "delete" | "add" | "edit" | "remove" | "drag-handle" | "expand";
194
183
  toned?: boolean;
195
184
  }>, never>;
196
185
  };
@@ -53,8 +53,8 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- readonly variant?: "default" | "navigation";
57
56
  readonly toned?: boolean;
57
+ readonly variant?: "default" | "navigation";
58
58
  readonly lines?: false | "one" | "two" | "three";
59
59
  };
60
60
  $attrs: {
@@ -188,8 +188,8 @@ declare const _default: {
188
188
  } & {
189
189
  nav?: boolean;
190
190
  class?: String | String[];
191
- variant?: "default" | "navigation";
192
191
  toned?: boolean;
192
+ variant?: "default" | "navigation";
193
193
  lines?: false | "one" | "two" | "three";
194
194
  }>, never>;
195
195
  };
@@ -54,8 +54,8 @@ declare const _default: {
54
54
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
55
  [key: string]: any;
56
56
  }>) => void)[];
57
- readonly scrollable?: boolean;
58
57
  readonly toned?: boolean;
58
+ readonly scrollable?: boolean;
59
59
  };
60
60
  $attrs: {
61
61
  [x: string]: unknown;
@@ -189,8 +189,8 @@ declare const _default: {
189
189
  class?: String | String[];
190
190
  id?: string;
191
191
  filled?: boolean;
192
- scrollable?: boolean;
193
192
  toned?: boolean;
193
+ scrollable?: boolean;
194
194
  }>, never>;
195
195
  };
196
196
  export default _default;
@@ -114,14 +114,14 @@ declare const _default: {
114
114
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
115
115
  [key: string]: any;
116
116
  }>) => void)[];
117
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
118
- readonly "v-model"?: boolean;
119
- readonly modelValue?: boolean;
120
117
  readonly "v-slots"?: {
121
118
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
122
119
  } & {
123
120
  activator?: () => VNodeChild;
124
121
  };
122
+ readonly "v-model"?: boolean;
123
+ readonly modelValue?: boolean;
124
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
125
125
  readonly location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
126
126
  readonly closeDelay?: string | number;
127
127
  readonly openOnHover?: boolean;
@@ -518,14 +518,14 @@ declare const _default: {
518
518
  };
519
519
  }>;
520
520
  };
521
- "onUpdate:modelValue"?: (value: boolean) => any;
522
- "v-model"?: boolean;
523
- modelValue?: boolean;
524
521
  "v-slots"?: {
525
522
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
526
523
  } & {
527
524
  activator?: () => VNodeChild;
528
525
  };
526
+ "v-model"?: boolean;
527
+ modelValue?: boolean;
528
+ "onUpdate:modelValue"?: (value: boolean) => any;
529
529
  location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "bottom end" | "bottom start" | "top center" | "top end" | "top start" | "end bottom" | "end top" | "start bottom" | "start top";
530
530
  closeDelay?: string | number;
531
531
  openOnHover?: boolean;
@@ -52,13 +52,13 @@ declare const _default: {
52
52
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
53
  [key: string]: any;
54
54
  }>) => void)[];
55
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
55
+ readonly toned?: boolean;
56
56
  readonly "v-model"?: boolean;
57
57
  readonly modelValue?: boolean;
58
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
58
59
  readonly variant?: "default" | "dialog" | "editor" | "app";
59
60
  readonly location?: "left" | "right" | "bottom" | "top" | "end" | "start";
60
61
  readonly overrides?: object;
61
- readonly toned?: boolean;
62
62
  };
63
63
  $attrs: {
64
64
  [x: string]: unknown;
@@ -223,13 +223,13 @@ declare const _default: {
223
223
  colors?: any;
224
224
  } & {
225
225
  class?: String | String[];
226
- "onUpdate:modelValue"?: (value: boolean) => any;
226
+ toned?: boolean;
227
227
  "v-model"?: boolean;
228
228
  modelValue?: boolean;
229
+ "onUpdate:modelValue"?: (value: boolean) => any;
229
230
  variant?: "default" | "dialog" | "editor" | "app";
230
231
  location?: "left" | "right" | "bottom" | "top" | "end" | "start";
231
232
  overrides?: object;
232
- toned?: boolean;
233
233
  }>, never>;
234
234
  };
235
235
  export default _default;
@@ -58,9 +58,9 @@ declare const _default: {
58
58
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
59
  [key: string]: any;
60
60
  }>) => void)[];
61
- readonly variant?: "section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "settings" | "info-section" | "text-area";
62
- readonly grouped?: boolean;
63
61
  readonly toned?: boolean;
62
+ readonly variant?: "section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "navigation" | "settings" | "info-section";
63
+ readonly grouped?: boolean;
64
64
  readonly divider?: "bottom" | "top" | "top bottom";
65
65
  readonly alignY?: "center" | "bottom" | "top";
66
66
  readonly grow?: boolean;
@@ -117,7 +117,7 @@ declare const _default: {
117
117
  type: import("vue").PropType<boolean>;
118
118
  };
119
119
  variant: {
120
- type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "settings" | "info-section" | "text-area">;
120
+ type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "navigation" | "settings" | "info-section">;
121
121
  };
122
122
  title: {
123
123
  type: import("vue").PropType<string>;
@@ -194,7 +194,7 @@ declare const _default: {
194
194
  type: import("vue").PropType<boolean>;
195
195
  };
196
196
  variant: {
197
- type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "settings" | "info-section" | "text-area">;
197
+ type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "navigation" | "settings" | "info-section">;
198
198
  };
199
199
  title: {
200
200
  type: import("vue").PropType<string>;
@@ -249,7 +249,7 @@ declare const _default: {
249
249
  type: import("vue").PropType<boolean>;
250
250
  };
251
251
  variant: {
252
- type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "settings" | "info-section" | "text-area">;
252
+ type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "navigation" | "settings" | "info-section">;
253
253
  };
254
254
  title: {
255
255
  type: import("vue").PropType<string>;
@@ -283,9 +283,9 @@ declare const _default: {
283
283
  hide?: boolean;
284
284
  wrap?: boolean;
285
285
  filled?: boolean;
286
- variant?: "section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "settings" | "info-section" | "text-area";
287
- grouped?: boolean;
288
286
  toned?: boolean;
287
+ variant?: "section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "navigation" | "settings" | "info-section";
288
+ grouped?: boolean;
289
289
  divider?: "bottom" | "top" | "top bottom";
290
290
  alignY?: "center" | "bottom" | "top";
291
291
  grow?: boolean;
@@ -52,9 +52,9 @@ declare const _default: {
52
52
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
53
  [key: string]: any;
54
54
  }>) => void)[];
55
- "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
56
55
  readonly "v-model"?: any;
57
56
  readonly modelValue?: any;
57
+ "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
58
58
  };
59
59
  $attrs: {
60
60
  [x: string]: unknown;
@@ -187,9 +187,9 @@ declare const _default: {
187
187
  colors?: any;
188
188
  } & {
189
189
  class?: String | String[];
190
- "onUpdate:modelValue"?: (value: any) => any;
191
190
  "v-model"?: any;
192
191
  modelValue?: any;
192
+ "onUpdate:modelValue"?: (value: any) => any;
193
193
  }>, "onUpdate:modelValue"> & {
194
194
  "onUpdate:modelValue"?: (value: any) => any;
195
195
  };
@@ -67,17 +67,17 @@ declare const _default: {
67
67
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
68
68
  [key: string]: any;
69
69
  }>) => void)[];
70
- "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
71
- readonly "v-model"?: any;
72
- readonly modelValue?: any;
70
+ readonly toned?: boolean;
73
71
  readonly "v-slots"?: {
74
72
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
75
73
  } & {
76
74
  item?: (item: RenderingItem, index: Number) => VNodeChild;
77
75
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
78
76
  };
77
+ readonly "v-model"?: any;
78
+ readonly modelValue?: any;
79
+ "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
79
80
  readonly variant?: "default" | "add" | "picker";
80
- readonly toned?: boolean;
81
81
  readonly items?: any;
82
82
  readonly itemTitle?: any;
83
83
  readonly itemValue?: any;
@@ -308,17 +308,17 @@ declare const _default: {
308
308
  } & {
309
309
  label?: string;
310
310
  class?: String | String[];
311
- "onUpdate:modelValue"?: (value: any) => any;
312
- "v-model"?: any;
313
- modelValue?: any;
311
+ toned?: boolean;
314
312
  "v-slots"?: {
315
313
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
316
314
  } & {
317
315
  item?: (item: RenderingItem, index: Number) => VNodeChild;
318
316
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
319
317
  };
318
+ "v-model"?: any;
319
+ modelValue?: any;
320
+ "onUpdate:modelValue"?: (value: any) => any;
320
321
  variant?: "default" | "add" | "picker";
321
- toned?: boolean;
322
322
  items?: any;
323
323
  itemTitle?: any;
324
324
  itemValue?: any;
@@ -53,9 +53,9 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
57
56
  readonly "v-model"?: any;
58
57
  readonly modelValue?: any;
58
+ "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
59
59
  readonly min?: string;
60
60
  readonly max?: string;
61
61
  readonly step?: string;
@@ -238,9 +238,9 @@ declare const _default: {
238
238
  } & {
239
239
  label?: string;
240
240
  class?: String | String[];
241
- "onUpdate:modelValue"?: (value: any) => any;
242
241
  "v-model"?: any;
243
242
  modelValue?: any;
243
+ "onUpdate:modelValue"?: (value: any) => any;
244
244
  min?: string;
245
245
  max?: string;
246
246
  step?: string;
@@ -53,9 +53,9 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
57
56
  readonly "v-model"?: boolean;
58
57
  readonly modelValue?: boolean;
58
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
59
59
  };
60
60
  $attrs: {
61
61
  [x: string]: unknown;
@@ -188,9 +188,9 @@ declare const _default: {
188
188
  } & {
189
189
  text?: string;
190
190
  class?: String | String[];
191
- "onUpdate:modelValue"?: (value: boolean) => any;
192
191
  "v-model"?: boolean;
193
192
  modelValue?: boolean;
193
+ "onUpdate:modelValue"?: (value: boolean) => any;
194
194
  }>, never>;
195
195
  };
196
196
  export default _default;
@@ -48,9 +48,9 @@ declare const _default: {
48
48
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
49
  [key: string]: any;
50
50
  }>) => void)[];
51
- readonly "onUpdate:modelValue"?: (value: number) => any;
52
51
  readonly "v-model"?: number;
53
52
  readonly modelValue?: number;
53
+ readonly "onUpdate:modelValue"?: (value: number) => any;
54
54
  };
55
55
  $attrs: {
56
56
  [x: string]: unknown;
@@ -69,9 +69,6 @@ declare const _default: {
69
69
  vertical: {
70
70
  type: import("vue").PropType<boolean>;
71
71
  };
72
- "onUpdate:modelValue": {
73
- type: import("vue").PropType<(value: number) => any>;
74
- };
75
72
  "v-model": {
76
73
  type: import("vue").PropType<number>;
77
74
  required: false;
@@ -80,6 +77,9 @@ declare const _default: {
80
77
  type: import("vue").PropType<number>;
81
78
  required: false;
82
79
  };
80
+ "onUpdate:modelValue": {
81
+ type: import("vue").PropType<(value: number) => any>;
82
+ };
83
83
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
84
84
  beforeCreate?: (() => void) | (() => void)[];
85
85
  created?: (() => void) | (() => void)[];
@@ -104,9 +104,6 @@ declare const _default: {
104
104
  vertical: {
105
105
  type: import("vue").PropType<boolean>;
106
106
  };
107
- "onUpdate:modelValue": {
108
- type: import("vue").PropType<(value: number) => any>;
109
- };
110
107
  "v-model": {
111
108
  type: import("vue").PropType<number>;
112
109
  required: false;
@@ -115,6 +112,9 @@ declare const _default: {
115
112
  type: import("vue").PropType<number>;
116
113
  required: false;
117
114
  };
115
+ "onUpdate:modelValue": {
116
+ type: import("vue").PropType<(value: number) => any>;
117
+ };
118
118
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
119
119
  __isFragment?: never;
120
120
  __isTeleport?: never;
@@ -123,9 +123,6 @@ declare const _default: {
123
123
  vertical: {
124
124
  type: import("vue").PropType<boolean>;
125
125
  };
126
- "onUpdate:modelValue": {
127
- type: import("vue").PropType<(value: number) => any>;
128
- };
129
126
  "v-model": {
130
127
  type: import("vue").PropType<number>;
131
128
  required: false;
@@ -134,12 +131,15 @@ declare const _default: {
134
131
  type: import("vue").PropType<number>;
135
132
  required: false;
136
133
  };
134
+ "onUpdate:modelValue": {
135
+ type: import("vue").PropType<(value: number) => any>;
136
+ };
137
137
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
138
138
  propsDefinition: Omit<Readonly<{} & {
139
139
  vertical?: boolean;
140
- "onUpdate:modelValue"?: (value: number) => any;
141
140
  "v-model"?: number;
142
141
  modelValue?: number;
142
+ "onUpdate:modelValue"?: (value: number) => any;
143
143
  }>, never>;
144
144
  };
145
145
  export default _default;
@@ -53,9 +53,9 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
57
56
  readonly "v-model"?: boolean;
58
57
  readonly modelValue?: boolean;
58
+ "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
59
59
  };
60
60
  $attrs: {
61
61
  [x: string]: unknown;
@@ -198,9 +198,9 @@ declare const _default: {
198
198
  } & {
199
199
  label?: string;
200
200
  class?: String | String[];
201
- "onUpdate:modelValue"?: (value: boolean) => any;
202
201
  "v-model"?: boolean;
203
202
  modelValue?: boolean;
203
+ "onUpdate:modelValue"?: (value: boolean) => any;
204
204
  }>, "onUpdate:modelValue"> & {
205
205
  "onUpdate:modelValue"?: (value: any) => any;
206
206
  };
@@ -61,10 +61,10 @@ declare const _default: {
61
61
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
62
62
  [key: string]: any;
63
63
  }>) => void)[];
64
- readonly "onUpdate:modelValue"?: (value: boolean) => any;
65
64
  readonly "v-model"?: boolean;
66
65
  readonly modelValue?: boolean;
67
- readonly variant?: "default" | "dialog" | "settings";
66
+ readonly "onUpdate:modelValue"?: (value: boolean) => any;
67
+ readonly variant?: "default" | "navigation" | "settings";
68
68
  };
69
69
  $attrs: {
70
70
  [x: string]: unknown;
@@ -81,7 +81,7 @@ declare const _default: {
81
81
  $el: any;
82
82
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
83
83
  variant: {
84
- type: import("vue").PropType<"default" | "dialog" | "settings">;
84
+ type: import("vue").PropType<"default" | "navigation" | "settings">;
85
85
  };
86
86
  icon: {
87
87
  type: import("vue").PropType<TabIconModel>;
@@ -140,7 +140,7 @@ declare const _default: {
140
140
  $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;
141
141
  } & Readonly<import("vue").ExtractPropTypes<{
142
142
  variant: {
143
- type: import("vue").PropType<"default" | "dialog" | "settings">;
143
+ type: import("vue").PropType<"default" | "navigation" | "settings">;
144
144
  };
145
145
  icon: {
146
146
  type: import("vue").PropType<TabIconModel>;
@@ -177,7 +177,7 @@ declare const _default: {
177
177
  __isSuspense?: never;
178
178
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
179
179
  variant: {
180
- type: import("vue").PropType<"default" | "dialog" | "settings">;
180
+ type: import("vue").PropType<"default" | "navigation" | "settings">;
181
181
  };
182
182
  icon: {
183
183
  type: import("vue").PropType<TabIconModel>;
@@ -226,10 +226,10 @@ declare const _default: {
226
226
  class?: String | String[];
227
227
  icon?: TabIconModel;
228
228
  disabled?: boolean;
229
- "onUpdate:modelValue"?: (value: boolean) => any;
230
229
  "v-model"?: boolean;
231
230
  modelValue?: boolean;
232
- variant?: "default" | "dialog" | "settings";
231
+ "onUpdate:modelValue"?: (value: boolean) => any;
232
+ variant?: "default" | "navigation" | "settings";
233
233
  }>, never>;
234
234
  };
235
235
  export default _default;