@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
@@ -1,35 +1,38 @@
1
1
  import { BladeInstance } from "@omnia/fx/ux";
2
- export declare function useJourneyV2(): {
3
- state: {
4
- blades: BladeInstance[];
5
- activeIndex: number;
6
- };
7
- get: {
8
- blade: (id: string) => BladeInstance;
9
- };
10
- actions: {
11
- addBlade: (blade: BladeInstance) => void;
12
- setActiveIndex: (index: number) => void;
13
- moveNext: () => void;
14
- movePrev: () => void;
15
- travelTo: (id: string) => void;
16
- };
17
- events: {
18
- onMutatingBlades: import("@omnia/fx").EventHook<BladeInstance[]>;
19
- onMutatedBlades: import("@omnia/fx").EventHook<BladeInstance[]>;
20
- onMutatingActiveIndex: import("@omnia/fx").EventHook<number>;
21
- onMutatedActiveIndex: import("@omnia/fx").EventHook<number>;
22
- };
23
- activated: void;
24
- deactivated(): void;
25
- };
2
+ import { useJourneyMenuStore } from "./JourneyMenuStore";
3
+ export type JourneyStore = ReturnType<typeof useJourneyStore>;
26
4
  export declare const useJourneyStore: (newInstanceWithName?: string) => {
27
5
  state: {
28
6
  blades: BladeInstance[];
29
7
  activeIndex: number;
8
+ nested: boolean;
9
+ journeyMenuStore: {
10
+ state: {
11
+ menuItems: import("@omnia/fx-models").JourneyMenuItem[];
12
+ activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
13
+ };
14
+ get: {
15
+ readonly activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
16
+ readonly menuItems: import("@omnia/fx-models").JourneyMenuItem[];
17
+ };
18
+ actions: {
19
+ setMenuItems: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void;
20
+ toggleActiveMenuItem: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void;
21
+ };
22
+ events: {
23
+ onMutatingMenuItems: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem[]>;
24
+ onMutatedMenuItems: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem[]>;
25
+ onMutatingActiveMenuItem: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem>;
26
+ onMutatedActiveMenuItem: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem>;
27
+ };
28
+ activated: void;
29
+ deactivated(): void;
30
+ };
30
31
  };
31
32
  get: {
32
33
  blade: (id: string) => BladeInstance;
34
+ showBackButton: (bladeId: string) => boolean;
35
+ readonly isNested: boolean;
33
36
  };
34
37
  actions: {
35
38
  addBlade: (blade: BladeInstance) => void;
@@ -37,12 +40,59 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
37
40
  moveNext: () => void;
38
41
  movePrev: () => void;
39
42
  travelTo: (id: string) => void;
43
+ setNested: (menuStore: ReturnType<typeof useJourneyMenuStore>) => void;
40
44
  };
41
45
  events: {
42
46
  onMutatingBlades: import("@omnia/fx").EventHook<BladeInstance[]>;
43
47
  onMutatedBlades: import("@omnia/fx").EventHook<BladeInstance[]>;
44
48
  onMutatingActiveIndex: import("@omnia/fx").EventHook<number>;
45
49
  onMutatedActiveIndex: import("@omnia/fx").EventHook<number>;
50
+ onMutatingNested: import("@omnia/fx").EventHook<boolean>;
51
+ onMutatedNested: import("@omnia/fx").EventHook<boolean>;
52
+ onMutatingJourneyMenuStore: import("@omnia/fx").EventHook<{
53
+ state: {
54
+ menuItems: import("@omnia/fx-models").JourneyMenuItem[];
55
+ activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
56
+ };
57
+ get: {
58
+ readonly activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
59
+ readonly menuItems: import("@omnia/fx-models").JourneyMenuItem[];
60
+ };
61
+ actions: {
62
+ setMenuItems: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void;
63
+ toggleActiveMenuItem: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void;
64
+ };
65
+ events: {
66
+ onMutatingMenuItems: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem[]>;
67
+ onMutatedMenuItems: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem[]>;
68
+ onMutatingActiveMenuItem: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem>;
69
+ onMutatedActiveMenuItem: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem>;
70
+ };
71
+ activated: void;
72
+ deactivated(): void;
73
+ }>;
74
+ onMutatedJourneyMenuStore: import("@omnia/fx").EventHook<{
75
+ state: {
76
+ menuItems: import("@omnia/fx-models").JourneyMenuItem[];
77
+ activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
78
+ };
79
+ get: {
80
+ readonly activeMenuItem: import("@omnia/fx-models").JourneyMenuItem;
81
+ readonly menuItems: import("@omnia/fx-models").JourneyMenuItem[];
82
+ };
83
+ actions: {
84
+ setMenuItems: (menuItems: import("@omnia/fx-models").JourneyMenuItem[]) => void;
85
+ toggleActiveMenuItem: (menuItem: import("@omnia/fx-models").JourneyMenuItem) => void;
86
+ };
87
+ events: {
88
+ onMutatingMenuItems: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem[]>;
89
+ onMutatedMenuItems: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem[]>;
90
+ onMutatingActiveMenuItem: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem>;
91
+ onMutatedActiveMenuItem: import("@omnia/fx").EventHook<import("@omnia/fx-models").JourneyMenuItem>;
92
+ };
93
+ activated: void;
94
+ deactivated(): void;
95
+ }>;
46
96
  };
47
97
  activated: void;
48
98
  deactivated(): void;
@@ -1 +1,2 @@
1
1
  export * from "./JourneyStore";
2
+ export * from "./JourneyMenuStore";
@@ -63,9 +63,9 @@ declare const _default: {
63
63
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
64
  [key: string]: any;
65
65
  }>) => void)[];
66
- "onUpdate:modelValue"?: ((value: ColorValue) => any) & ((value: ColorValue) => any);
67
66
  readonly "v-model"?: ColorValue;
68
67
  readonly modelValue?: ColorValue;
68
+ "onUpdate:modelValue"?: ((value: ColorValue) => any) & ((value: ColorValue) => any);
69
69
  };
70
70
  $attrs: {
71
71
  [x: string]: unknown;
@@ -152,9 +152,9 @@ declare const _default: {
152
152
  "update:modelValue": (value: ColorValue) => true;
153
153
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
154
154
  propsDefinition: Omit<Readonly<{} & {
155
- "onUpdate:modelValue"?: (value: ColorValue) => any;
156
155
  "v-model"?: ColorValue;
157
156
  modelValue?: ColorValue;
157
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
158
158
  }>, "onUpdate:modelValue"> & {
159
159
  "onUpdate:modelValue"?: (value: ColorValue) => any;
160
160
  };
@@ -110,9 +110,9 @@ declare const _default: {
110
110
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
111
111
  [key: string]: any;
112
112
  }>) => void)[];
113
- readonly "onUpdate:modelValue"?: (value: string) => any;
114
113
  readonly "v-model"?: string;
115
114
  readonly modelValue?: string;
115
+ readonly "onUpdate:modelValue"?: (value: string) => any;
116
116
  readonly hideToolbar?: boolean;
117
117
  readonly "hide-toolbar"?: boolean;
118
118
  };
@@ -435,9 +435,9 @@ declare const _default: {
435
435
  };
436
436
  }>;
437
437
  };
438
- "onUpdate:modelValue"?: (value: string) => any;
439
438
  "v-model"?: string;
440
439
  modelValue?: string;
440
+ "onUpdate:modelValue"?: (value: string) => any;
441
441
  hideToolbar?: boolean;
442
442
  "hide-toolbar"?: boolean;
443
443
  }>, never>;
@@ -118,9 +118,9 @@ declare const _default: {
118
118
  onFocus?: () => any;
119
119
  onBlur?: () => any;
120
120
  onScroll?: (event: any) => any;
121
- "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
122
121
  readonly "v-model"?: string;
123
122
  readonly modelValue?: string;
123
+ "onUpdate:modelValue"?: ((value: string) => any) & ((value: string) => any);
124
124
  readonly theme?: string;
125
125
  onConfiguration?: (event: any) => any;
126
126
  onLayout?: (event: any) => any;
@@ -609,9 +609,9 @@ declare const _default: {
609
609
  };
610
610
  options?: unknown;
611
611
  language?: string;
612
- "onUpdate:modelValue"?: (value: string) => any;
613
612
  "v-model"?: string;
614
613
  modelValue?: string;
614
+ "onUpdate:modelValue"?: (value: string) => any;
615
615
  theme?: string;
616
616
  }>, "onError" | "onKeydown" | "onKeyup" | "onChange" | "onFocus" | "onBlur" | "onScroll" | "onUpdate:modelValue" | "onConfiguration" | "onLayout" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
617
617
  onError?: (err: string) => any;
@@ -61,12 +61,12 @@ 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 toned?: boolean;
64
65
  readonly variant?: "default" | "opacity" | "toolbar" | "prominent" | "dial";
65
66
  readonly loading?: boolean;
66
67
  readonly overrides?: object;
67
68
  readonly preset?: "cancel" | "close" | "delete" | "settings" | "create" | "ok" | "save" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-navigate" | "icon-settings";
68
69
  readonly grouped?: boolean;
69
- readonly toned?: boolean;
70
70
  };
71
71
  $attrs: {
72
72
  [x: string]: unknown;
@@ -292,12 +292,12 @@ declare const _default: {
292
292
  tooltip?: ButtonTooltipOptions;
293
293
  active?: boolean;
294
294
  disabled?: boolean;
295
+ toned?: boolean;
295
296
  variant?: "default" | "opacity" | "toolbar" | "prominent" | "dial";
296
297
  loading?: boolean;
297
298
  overrides?: object;
298
299
  preset?: "cancel" | "close" | "delete" | "settings" | "create" | "ok" | "save" | "icon-add" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-navigate" | "icon-settings";
299
300
  grouped?: boolean;
300
- toned?: boolean;
301
301
  }>, never>;
302
302
  };
303
303
  export default _default;
@@ -55,16 +55,16 @@ 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 "onUpdate:modelValue"?: (value: any) => any;
59
- readonly "v-model"?: any;
60
- readonly modelValue?: any;
58
+ readonly toned?: boolean;
61
59
  readonly "v-slots"?: {
62
60
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
63
61
  } & {
64
62
  activator?: () => VNodeChild;
65
63
  };
66
- readonly variant?: "default" | "drawer" | "dial";
67
- readonly toned?: boolean;
64
+ readonly "v-model"?: any;
65
+ readonly modelValue?: any;
66
+ readonly "onUpdate:modelValue"?: (value: any) => any;
67
+ readonly variant?: "default" | "settings" | "dial";
68
68
  };
69
69
  $attrs: {
70
70
  [x: string]: unknown;
@@ -108,7 +108,7 @@ declare const _default: {
108
108
  required: false;
109
109
  };
110
110
  variant: {
111
- type: import("vue").PropType<"default" | "drawer" | "dial">;
111
+ type: import("vue").PropType<"default" | "settings" | "dial">;
112
112
  };
113
113
  class: {
114
114
  type: import("vue").PropType<String | String[]>;
@@ -176,7 +176,7 @@ declare const _default: {
176
176
  required: false;
177
177
  };
178
178
  variant: {
179
- type: import("vue").PropType<"default" | "drawer" | "dial">;
179
+ type: import("vue").PropType<"default" | "settings" | "dial">;
180
180
  };
181
181
  class: {
182
182
  type: import("vue").PropType<String | String[]>;
@@ -222,7 +222,7 @@ declare const _default: {
222
222
  required: false;
223
223
  };
224
224
  variant: {
225
- type: import("vue").PropType<"default" | "drawer" | "dial">;
225
+ type: import("vue").PropType<"default" | "settings" | "dial">;
226
226
  };
227
227
  class: {
228
228
  type: import("vue").PropType<String | String[]>;
@@ -252,16 +252,16 @@ declare const _default: {
252
252
  class?: String | String[];
253
253
  toggle?: boolean;
254
254
  mandatory?: boolean;
255
- "onUpdate:modelValue"?: (value: any) => any;
256
- "v-model"?: any;
257
- modelValue?: any;
255
+ toned?: boolean;
258
256
  "v-slots"?: {
259
257
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
260
258
  } & {
261
259
  activator?: () => VNodeChild;
262
260
  };
263
- variant?: "default" | "drawer" | "dial";
264
- toned?: boolean;
261
+ "v-model"?: any;
262
+ modelValue?: any;
263
+ "onUpdate:modelValue"?: (value: any) => any;
264
+ variant?: "default" | "settings" | "dial";
265
265
  }>, never>;
266
266
  };
267
267
  export default _default;
@@ -53,12 +53,12 @@ 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 toned?: boolean;
56
57
  readonly "v-slots"?: {
57
58
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
58
59
  } & {
59
60
  actions?: () => VNodeChild;
60
61
  };
61
- readonly toned?: boolean;
62
62
  };
63
63
  $attrs: {
64
64
  [x: string]: unknown;
@@ -178,12 +178,12 @@ declare const _default: {
178
178
  colors?: any;
179
179
  } & {
180
180
  class?: String | String[];
181
+ toned?: boolean;
181
182
  "v-slots"?: {
182
183
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
183
184
  } & {
184
185
  actions?: () => VNodeChild;
185
186
  };
186
- toned?: boolean;
187
187
  }>, never>;
188
188
  };
189
189
  export default _default;
@@ -57,9 +57,9 @@ declare const _default: {
57
57
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
58
  [key: string]: any;
59
59
  }>) => void)[];
60
- "onUpdate:modelValue"?: ((value: MaybeComputedRef<boolean>) => any) & ((value: any) => any);
61
60
  readonly "v-model"?: MaybeComputedRef<boolean>;
62
61
  readonly modelValue?: MaybeComputedRef<boolean>;
62
+ "onUpdate:modelValue"?: ((value: MaybeComputedRef<boolean>) => any) & ((value: any) => any);
63
63
  };
64
64
  $attrs: {
65
65
  [x: string]: unknown;
@@ -212,9 +212,9 @@ declare const _default: {
212
212
  label?: string;
213
213
  class?: String | String[];
214
214
  value?: any;
215
- "onUpdate:modelValue"?: (value: MaybeComputedRef<boolean>) => any;
216
215
  "v-model"?: MaybeComputedRef<boolean>;
217
216
  modelValue?: MaybeComputedRef<boolean>;
217
+ "onUpdate:modelValue"?: (value: MaybeComputedRef<boolean>) => any;
218
218
  }>, "onUpdate:modelValue"> & {
219
219
  "onUpdate:modelValue"?: (value: any) => any;
220
220
  };
@@ -57,12 +57,12 @@ declare const _default: {
57
57
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
58
  [key: string]: any;
59
59
  }>) => void)[];
60
- readonly "onUpdate:modelValue"?: (value: string[]) => any;
61
- readonly "v-model"?: string[];
62
- readonly modelValue?: string[];
63
60
  readonly "v-slots"?: {
64
61
  default?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
65
62
  } & VDataTableSlots;
63
+ readonly "v-model"?: string[];
64
+ readonly modelValue?: string[];
65
+ readonly "onUpdate:modelValue"?: (value: string[]) => any;
66
66
  readonly hover?: boolean;
67
67
  readonly items?: any[];
68
68
  readonly itemValue: NonNullable<SelectItemKey>;
@@ -94,9 +94,6 @@ declare const _default: {
94
94
  type: import("vue").PropType<string[]>;
95
95
  required: false;
96
96
  };
97
- "onUpdate:modelValue": {
98
- type: import("vue").PropType<(value: string[]) => any>;
99
- };
100
97
  "v-model": {
101
98
  type: import("vue").PropType<string[]>;
102
99
  required: false;
@@ -105,6 +102,9 @@ declare const _default: {
105
102
  type: import("vue").PropType<string[]>;
106
103
  required: false;
107
104
  };
105
+ "onUpdate:modelValue": {
106
+ type: import("vue").PropType<(value: string[]) => any>;
107
+ };
108
108
  "onUpdate:expanded": {
109
109
  type: import("vue").PropType<(value: string[]) => any>;
110
110
  };
@@ -186,9 +186,6 @@ declare const _default: {
186
186
  type: import("vue").PropType<string[]>;
187
187
  required: false;
188
188
  };
189
- "onUpdate:modelValue": {
190
- type: import("vue").PropType<(value: string[]) => any>;
191
- };
192
189
  "v-model": {
193
190
  type: import("vue").PropType<string[]>;
194
191
  required: false;
@@ -197,6 +194,9 @@ declare const _default: {
197
194
  type: import("vue").PropType<string[]>;
198
195
  required: false;
199
196
  };
197
+ "onUpdate:modelValue": {
198
+ type: import("vue").PropType<(value: string[]) => any>;
199
+ };
200
200
  "onUpdate:expanded": {
201
201
  type: import("vue").PropType<(value: string[]) => any>;
202
202
  };
@@ -256,9 +256,6 @@ declare const _default: {
256
256
  type: import("vue").PropType<string[]>;
257
257
  required: false;
258
258
  };
259
- "onUpdate:modelValue": {
260
- type: import("vue").PropType<(value: string[]) => any>;
261
- };
262
259
  "v-model": {
263
260
  type: import("vue").PropType<string[]>;
264
261
  required: false;
@@ -267,6 +264,9 @@ declare const _default: {
267
264
  type: import("vue").PropType<string[]>;
268
265
  required: false;
269
266
  };
267
+ "onUpdate:modelValue": {
268
+ type: import("vue").PropType<(value: string[]) => any>;
269
+ };
270
270
  "onUpdate:expanded": {
271
271
  type: import("vue").PropType<(value: string[]) => any>;
272
272
  };
@@ -332,12 +332,12 @@ declare const _default: {
332
332
  headers?: DataTableHeader[] | DataTableHeader[][];
333
333
  height?: string | number;
334
334
  expanded?: string[];
335
- "onUpdate:modelValue"?: (value: string[]) => any;
336
- "v-model"?: string[];
337
- modelValue?: string[];
338
335
  "v-slots"?: {
339
336
  default?: import("@omnia/fx-models").Func<[import("vue").VNodeChild]>;
340
337
  } & VDataTableSlots;
338
+ "v-model"?: string[];
339
+ modelValue?: string[];
340
+ "onUpdate:modelValue"?: (value: string[]) => any;
341
341
  hover?: boolean;
342
342
  items?: any[];
343
343
  returnObject?: boolean;
@@ -5,7 +5,7 @@ export declare const DialogStyles: {
5
5
  fixedContent: (backgroundColor: string) => string;
6
6
  navigationDrawer: (dark: boolean) => string;
7
7
  activator: string;
8
- contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: DialogTypes) => string;
8
+ contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: DialogTypes, horizontalScroll: boolean) => string;
9
9
  notScrollOutside: string;
10
10
  iconWrapper: (dark: boolean) => string;
11
11
  footerWrapper: (backgroundColor: string) => string;
@@ -61,9 +61,6 @@ 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
- "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
65
- readonly "v-model"?: boolean;
66
- readonly modelValue?: boolean;
67
64
  readonly "v-slots"?: {
68
65
  default?: Func<[VNodeChild]>;
69
66
  } & {
@@ -73,12 +70,16 @@ declare const _default: {
73
70
  actions?: Func<[VNodeChild]>;
74
71
  navigation?: Func<[VNodeChild]>;
75
72
  };
73
+ readonly "v-model"?: boolean;
74
+ readonly modelValue?: boolean;
75
+ "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: boolean) => any);
76
76
  readonly variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
77
77
  readonly subTitle?: string;
78
78
  "onClick:close"?: () => any;
79
79
  readonly hiddenCloseButton?: boolean;
80
80
  readonly contentHeight?: string;
81
81
  readonly customScrolling?: boolean;
82
+ readonly horizontalScroll?: boolean;
82
83
  "onClick:cancel"?: () => any;
83
84
  "onClick:confirm"?: () => any;
84
85
  };
@@ -96,6 +97,9 @@ declare const _default: {
96
97
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:close") => void) & ((event: "click:cancel") => void) & ((event: "click:confirm") => void);
97
98
  $el: any;
98
99
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
100
+ horizontalScroll: {
101
+ type: import("vue").PropType<boolean>;
102
+ };
99
103
  customScrolling: {
100
104
  type: import("vue").PropType<boolean>;
101
105
  };
@@ -131,9 +135,6 @@ declare const _default: {
131
135
  actions?: Func<[VNodeChild]>;
132
136
  navigation?: Func<[VNodeChild]>;
133
137
  }>;
134
- "onUpdate:modelValue": {
135
- type: import("vue").PropType<(value: boolean) => any>;
136
- };
137
138
  "v-model": {
138
139
  type: import("vue").PropType<boolean>;
139
140
  required: false;
@@ -142,6 +143,9 @@ declare const _default: {
142
143
  type: import("vue").PropType<boolean>;
143
144
  required: false;
144
145
  };
146
+ "onUpdate:modelValue": {
147
+ type: import("vue").PropType<(value: boolean) => any>;
148
+ };
145
149
  class: {
146
150
  type: import("vue").PropType<String | String[]>;
147
151
  required: boolean;
@@ -188,6 +192,9 @@ declare const _default: {
188
192
  $nextTick: typeof import("vue").nextTick;
189
193
  $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;
190
194
  } & Readonly<import("vue").ExtractPropTypes<{
195
+ horizontalScroll: {
196
+ type: import("vue").PropType<boolean>;
197
+ };
191
198
  customScrolling: {
192
199
  type: import("vue").PropType<boolean>;
193
200
  };
@@ -223,9 +230,6 @@ declare const _default: {
223
230
  actions?: Func<[VNodeChild]>;
224
231
  navigation?: Func<[VNodeChild]>;
225
232
  }>;
226
- "onUpdate:modelValue": {
227
- type: import("vue").PropType<(value: boolean) => any>;
228
- };
229
233
  "v-model": {
230
234
  type: import("vue").PropType<boolean>;
231
235
  required: false;
@@ -234,6 +238,9 @@ declare const _default: {
234
238
  type: import("vue").PropType<boolean>;
235
239
  required: false;
236
240
  };
241
+ "onUpdate:modelValue": {
242
+ type: import("vue").PropType<(value: boolean) => any>;
243
+ };
237
244
  class: {
238
245
  type: import("vue").PropType<String | String[]>;
239
246
  required: boolean;
@@ -253,6 +260,9 @@ declare const _default: {
253
260
  __isTeleport?: never;
254
261
  __isSuspense?: never;
255
262
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
263
+ horizontalScroll: {
264
+ type: import("vue").PropType<boolean>;
265
+ };
256
266
  customScrolling: {
257
267
  type: import("vue").PropType<boolean>;
258
268
  };
@@ -288,9 +298,6 @@ declare const _default: {
288
298
  actions?: Func<[VNodeChild]>;
289
299
  navigation?: Func<[VNodeChild]>;
290
300
  }>;
291
- "onUpdate:modelValue": {
292
- type: import("vue").PropType<(value: boolean) => any>;
293
- };
294
301
  "v-model": {
295
302
  type: import("vue").PropType<boolean>;
296
303
  required: false;
@@ -299,6 +306,9 @@ declare const _default: {
299
306
  type: import("vue").PropType<boolean>;
300
307
  required: false;
301
308
  };
309
+ "onUpdate:modelValue": {
310
+ type: import("vue").PropType<(value: boolean) => any>;
311
+ };
302
312
  class: {
303
313
  type: import("vue").PropType<String | String[]>;
304
314
  required: boolean;
@@ -336,9 +346,6 @@ declare const _default: {
336
346
  class?: String | String[];
337
347
  size?: string;
338
348
  icon?: IIcon;
339
- "onUpdate:modelValue"?: (value: boolean) => any;
340
- "v-model"?: boolean;
341
- modelValue?: boolean;
342
349
  "v-slots"?: {
343
350
  default?: Func<[VNodeChild]>;
344
351
  } & {
@@ -348,11 +355,15 @@ declare const _default: {
348
355
  actions?: Func<[VNodeChild]>;
349
356
  navigation?: Func<[VNodeChild]>;
350
357
  };
358
+ "v-model"?: boolean;
359
+ modelValue?: boolean;
360
+ "onUpdate:modelValue"?: (value: boolean) => any;
351
361
  variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel";
352
362
  subTitle?: string;
353
363
  hiddenCloseButton?: boolean;
354
364
  contentHeight?: string;
355
365
  customScrolling?: boolean;
366
+ horizontalScroll?: boolean;
356
367
  }>, "onUpdate:modelValue" | "onClick:close" | "onClick:cancel" | "onClick:confirm"> & {
357
368
  "onUpdate:modelValue"?: (value: boolean) => any;
358
369
  "onClick:close"?: () => any;