@omnia/fx 8.0.546-dev → 8.0.547-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 (138) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/shared-mobile/MediaPickerService.d.ts +2 -2
  4. package/internal-do-not-import-from-here/services/shared-mobile/TagService.d.ts +5 -0
  5. package/internal-do-not-import-from-here/services/shared-mobile/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +6 -5
  7. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts +1 -0
  8. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +1 -1
  9. package/internal-do-not-import-from-here/stores/shared-mobile/MediaPickerStore.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/loc/Localize.d.ts +28 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleBreakpointBlade.d.ts +9 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleDetailBlade.d.ts +9 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/store/TextStyleEditorStore.d.ts +168 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/EditMediaResourcesBlade.d.ts +7 -0
  16. package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/themes/store/ThemeEditorStore.d.ts +11 -2
  17. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectAppThemeJourney.d.ts +7 -0
  18. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectBPThemeJourney.d.ts +7 -0
  19. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantAdminThemeJourney.d.ts +7 -0
  20. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantThemeJourney.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/ThemeSelectionJourney.d.ts +3 -7
  22. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/store/ThemesJourneyStore.d.ts +73 -0
  23. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.d.ts → ThemeDefinitionPicker.d.ts} +4 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +95 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +25 -0
  26. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.css.d.ts +0 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/{ThemePickerStore.d.ts → ThemeDefinitionPickerStore.d.ts} +4 -7
  28. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +54 -0
  29. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +4 -1
  30. package/internal-do-not-import-from-here/ux/aurora/styling/animations/SwitchAnimationEffect.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/aurora/styling/index.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/context/ContextPicker.d.ts +12 -0
  33. package/internal-do-not-import-from-here/ux/context/ContextSuggestion.d.ts +12 -0
  34. package/internal-do-not-import-from-here/ux/context/PluginRegistrationHandler.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseGlossary.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseProperty.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/context/plugins/PluginRegistrations.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/context/stores/ContextPickerStore.d.ts +18 -0
  39. package/internal-do-not-import-from-here/ux/docs/omfx/components/DefineRef.md.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/DefineRef.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +3 -2
  50. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextButton.d.ts +233 -0
  51. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextPlugin.d.ts +20 -0
  52. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +4 -2
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/models/flow/ContextNode.d.ts +5 -0
  55. package/internal-do-not-import-from-here/ux/models/flow/index.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.css.d.ts +8 -0
  61. package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.d.ts +12 -0
  62. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleSwitchSlider.d.ts +7 -0
  64. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -2
  66. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +14 -14
  67. package/internal-do-not-import-from-here/wctypings.d.ts +123 -66
  68. package/package.json +3 -3
  69. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/store/ThemesJourneyStore.d.ts +0 -38
  70. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignJourney.d.ts → theme-designer/DesignToolsJourney.d.ts} +0 -0
  71. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/ThemeDesigner.d.ts → theme-designer/ThemeDesignMenu.d.ts} +0 -0
  72. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/chrome/Chrome.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/ColorSchemasJourney.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/BlueprintsJourney.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBlade.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBlade.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBlade.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
  89. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ButtonsEditorStore.d.ts +0 -0
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ComponentEditorStore.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/InputEditorStore.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/FillsJourney.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/ContainerFillsEditorStore.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/FillsEditorStore.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/TextFillsEditorStore.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsBlade.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/FontManager.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/store/FontManagerStore.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/SpacingJourney.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
  109. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/store/SpacingEditorStore.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/store/ThemeDesignerStore.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/TemplatesJourney.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
  114. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplates.d.ts +0 -0
  115. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplateEdit.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplates.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/store/TemplateEditorStore.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignAppJourney.d.ts → theme-designer/textstyles/TextStyles.d.ts} +0 -0
  119. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditColorSchemasBlade.d.ts +0 -0
  120. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignBPJourney.d.ts → theme-designer/themes/EditLayoutWidthBlade.d.ts} +0 -0
  121. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBlade.d.ts +0 -0
  122. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBladeStyles.stylex.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades/SelectionThemeBlade.d.ts → theme-designer/themes/ThemeDesignJourney.d.ts} +0 -0
  124. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/ViewThemeBlade.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/TypographyJourney.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditScaleBlade.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStyleBlade.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStylesBlade.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.css.d.ts +0 -0
  133. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.d.ts +0 -0
  134. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontRegistration.d.ts +0 -0
  135. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/store/TypographyEditorStore.d.ts +0 -0
  136. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/Theme.d.ts +0 -0
  137. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/index.d.ts +0 -0
  138. /package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.css.d.ts → ThemeDefinitionPicker.css.d.ts} +0 -0
@@ -0,0 +1,233 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ store?: {
4
+ state: {
5
+ editorContent: import("@omnia/fx/ux").FlowContent;
6
+ plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
7
+ pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
8
+ hideToolbar: boolean;
9
+ toolbarActions: import("@omnia/fx-models").FlowEditorActionRegistration[];
10
+ editor: HTMLDivElement;
11
+ nodeSelection: import("@omnia/fx/ux").NodeSelection;
12
+ telePorts: JSX.Element[];
13
+ id: string;
14
+ pluginContext: import("@omnia/fx/ux").FlowEditorPluginContext;
15
+ selectedRange: Range;
16
+ storedRange: Range;
17
+ showPlaceHolder: boolean;
18
+ definitionSelector: {
19
+ show: boolean;
20
+ categoryFilters: guid[];
21
+ rendererTypeFilters: guid[];
22
+ };
23
+ settings: {
24
+ gridWidth: number;
25
+ rowSpacing: import("@omnia/fx-models").SpacingValue;
26
+ textStyle: import("@omnia/fx-models").TextBlueprint;
27
+ };
28
+ };
29
+ events: import("../../../../mobile").StoreEvents<{
30
+ editorContent: import("@omnia/fx/ux").FlowContent;
31
+ plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
32
+ pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
33
+ hideToolbar: boolean;
34
+ toolbarActions: import("@omnia/fx-models").FlowEditorActionRegistration[];
35
+ editor: HTMLDivElement;
36
+ nodeSelection: import("@omnia/fx/ux").NodeSelection;
37
+ telePorts: JSX.Element[];
38
+ id: string;
39
+ pluginContext: import("@omnia/fx/ux").FlowEditorPluginContext;
40
+ selectedRange: Range;
41
+ storedRange: Range;
42
+ showPlaceHolder: boolean;
43
+ definitionSelector: {
44
+ show: boolean;
45
+ categoryFilters: guid[];
46
+ rendererTypeFilters: guid[];
47
+ };
48
+ settings: {
49
+ gridWidth: number;
50
+ rowSpacing: import("@omnia/fx-models").SpacingValue;
51
+ textStyle: import("@omnia/fx-models").TextBlueprint;
52
+ };
53
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
54
+ actions: import("../../../../mobile").StoreReturnDefineAction<{
55
+ confirm: () => {
56
+ delete: {
57
+ container: (element: HTMLElement) => void;
58
+ };
59
+ };
60
+ selection: () => {
61
+ set: (elements: Node | Array<Node>) => void;
62
+ capture: () => void;
63
+ store: () => void;
64
+ revertToStored: () => void;
65
+ ensure: () => void;
66
+ };
67
+ plugin: () => {
68
+ register: {
69
+ plugin: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings) => void;
70
+ plugins: (pluginSettings: import("@omnia/fx-models").FlowEditorPluginSettings | import("@omnia/fx-models").FlowEditorPluginSettings[]) => Promise<void>;
71
+ context: (ctx: import("@omnia/fx/ux").FlowEditorPluginContext) => void;
72
+ };
73
+ };
74
+ content: () => {
75
+ sync: () => void;
76
+ set: {
77
+ byObject: (content: import("@omnia/fx/ux").FlowContent) => void;
78
+ byString: (content: string) => void;
79
+ };
80
+ };
81
+ set: () => {
82
+ container: (el: HTMLDivElement) => void;
83
+ focus: () => void;
84
+ placeHolderVisibility: () => void;
85
+ };
86
+ toolbarAction: () => {
87
+ add: (action: import("@omnia/fx-models").FlowEditorActionRegistration | import("@omnia/fx-models").FlowEditorActionRegistration[]) => void;
88
+ };
89
+ formatting: () => {
90
+ wrapLine: (element: HTMLElement) => void;
91
+ add: (element: HTMLElement) => void;
92
+ addWithText: (element: HTMLElement, text: any) => void;
93
+ toggle: (element: HTMLElement) => void;
94
+ remove: (dataType: string) => void;
95
+ };
96
+ element: () => {
97
+ createForComponent: <TElementType extends HTMLDivElement = HTMLDivElement>(componentName: string) => TElementType;
98
+ createText: () => HTMLParagraphElement;
99
+ create: (tagName: string, dataType: string) => HTMLElement;
100
+ createTextNode: (data: any) => Text;
101
+ add: (element: HTMLElement) => void;
102
+ insert: (element: HTMLElement, ref: HTMLElement, preInsert: boolean) => void;
103
+ delete: (element: HTMLElement) => void;
104
+ };
105
+ commands: () => {
106
+ exec: (command: string, data: object | string) => void;
107
+ builtIn: {
108
+ content: {
109
+ convert: (element: HTMLElement) => void;
110
+ };
111
+ ensure: {
112
+ lastElement: {
113
+ isText: () => void;
114
+ };
115
+ unique: {
116
+ ids: (element: HTMLElement) => void;
117
+ };
118
+ };
119
+ selection: {
120
+ get: {
121
+ byPluginType: (pluginType: string) => import("@omnia/fx/ux").FlowNodeReference[];
122
+ };
123
+ ensure: {
124
+ storedRange: () => void;
125
+ };
126
+ };
127
+ cursor: {
128
+ isAfterEndOfContent: (range: Range, container: HTMLElement) => boolean;
129
+ isBeforeContent: (range: Range, container: HTMLElement) => boolean;
130
+ };
131
+ actions: {
132
+ captureSelection: () => void;
133
+ };
134
+ formatting: {
135
+ add: (element: HTMLElement) => void;
136
+ addWithTxt: (element: HTMLElement, text?: string) => void;
137
+ wrapLine: (element: HTMLElement) => void;
138
+ remove: (dataType: string | HTMLElement) => void;
139
+ has: (dataType: string | HTMLElement) => boolean;
140
+ };
141
+ element: {
142
+ clean: (element: HTMLElement) => void;
143
+ add: (element: HTMLElement) => void;
144
+ create: (tagName: string, dataType: string) => HTMLElement;
145
+ createText: () => HTMLParagraphElement;
146
+ createTextNode: (data: any) => Text;
147
+ createComponent: <TElementType extends HTMLDivElement = HTMLDivElement>(componentName: string) => TElementType;
148
+ insert: {
149
+ text: (element: Node, text: string, offset: any) => void;
150
+ };
151
+ ids: {
152
+ unique: (element: HTMLElement) => void;
153
+ };
154
+ };
155
+ helpers: {
156
+ editor: {
157
+ ensure: {
158
+ uniqueIds: (element: HTMLElement) => HTMLElement;
159
+ selectionIsInEditor: (range: Range) => void;
160
+ };
161
+ cursor: {
162
+ storePosition: (state: {
163
+ selectedRange: Range;
164
+ }) => void;
165
+ isAfterEndOfContent: (range: Range, container: HTMLElement) => boolean;
166
+ isBeforeContent: (range: Range, container: HTMLElement) => boolean;
167
+ };
168
+ };
169
+ editorNode: {
170
+ get: {
171
+ nodesInArrayByPluginType: (nodes: Array<import("@omnia/fx/ux").FlowNodeReference>, dataType: string) => Array<import("@omnia/fx/ux").FlowNodeReference>;
172
+ };
173
+ };
174
+ htmlNode: {
175
+ copy: {
176
+ children: (from: HTMLElement, to: HTMLElement) => void;
177
+ };
178
+ insert: {
179
+ text: (element: Node, text: string, offset: any) => void;
180
+ elementInContainer: (element: HTMLElement, container: HTMLElement) => void;
181
+ };
182
+ get: {
183
+ topContainerForContent: (element: HTMLElement) => HTMLElement;
184
+ topContainerForComponent: (element: HTMLElement) => HTMLElement;
185
+ nodeSelectionForRange: (range: Range) => import("@omnia/fx/ux").NodeSelection;
186
+ htmlElementInStructureById: (id: string, currentElement: HTMLElement) => HTMLElement;
187
+ };
188
+ remove: {
189
+ nodes: (nodes2Remove: Array<import("@omnia/fx/ux").FlowNodeReference>, editor: HTMLElement) => void;
190
+ };
191
+ strip: {
192
+ after: (element: HTMLElement, splitter: string) => void;
193
+ before: (element: HTMLElement, splitter: string) => void;
194
+ };
195
+ surround: {
196
+ selectionWithElement: (element: HTMLElement, range: Range) => void;
197
+ };
198
+ };
199
+ };
200
+ };
201
+ };
202
+ }>;
203
+ get: {
204
+ plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
205
+ content: {
206
+ isEmpty: () => boolean;
207
+ asObject: () => import("@omnia/fx/ux").FlowContent;
208
+ asString: () => string;
209
+ };
210
+ selection: {
211
+ has: {
212
+ type: (pluginType: string) => boolean;
213
+ };
214
+ get: {
215
+ byType: (pluginType: string) => import("@omnia/fx/ux").FlowNodeReference[];
216
+ all: () => import("@omnia/fx/ux").NodeSelection;
217
+ };
218
+ };
219
+ element: {
220
+ byId: (id: string) => HTMLElement;
221
+ byRef: (ref: HTMLElement) => HTMLElement;
222
+ };
223
+ };
224
+ } & {
225
+ dispose?: () => void;
226
+ };
227
+ }> & {} & {
228
+ "v-slots"?: {} & Omit<{
229
+ default?: import("vue").Slot;
230
+ $stable?: boolean;
231
+ }, never>;
232
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "store"> & import("@omnia/fx/ux").VNodeEvents) => any;
233
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import { FlowEditorActionRegistration, Suggestion } from "@omnia/fx-models";
2
+ import { ContextNode, FlowEditorPluginContext, FlowToHtmlContext, FlowToJsonContext } from "@omnia/fx/ux";
3
+ export declare const contextPlugin: () => {
4
+ name: string;
5
+ type: string;
6
+ toJSON: ({ element }: FlowToJsonContext<ContextHtmlDivElement>) => ContextNode;
7
+ toHtml: <TNodeType extends import("@omnia/fx/ux").FlowNode = import("@omnia/fx/ux").FlowNode>({ node, pluginContext }: FlowToHtmlContext<ContextNode>) => Promise<ContextHtmlDivElement>;
8
+ actions: FlowEditorActionRegistration[];
9
+ commands: {
10
+ insertSuggestion: (suggestion: Suggestion, editorCtx: FlowEditorPluginContext) => Promise<void>;
11
+ switchSuggestion: (suggestion: Suggestion, editorCtx: FlowEditorPluginContext) => Promise<void>;
12
+ };
13
+ } & {
14
+ dispose?: () => void;
15
+ };
16
+ type ContextHtmlDivElement = HTMLDivElement & {
17
+ suggestion: Suggestion;
18
+ editorCtx: FlowEditorPluginContext;
19
+ };
20
+ export {};
@@ -1,4 +1,4 @@
1
- import { IIcon, LegacyIconPickerModel, MediaPickerImage, MediaPickerStorageProviderContext } from "@omnia/fx-models";
1
+ import { IIcon, LegacyIconPickerModel, MediaPickerImage, MediaPickerImageSettings, MediaPickerStorageProviderContext } from "@omnia/fx-models";
2
2
  declare const _default: <TType extends IIcon | MediaPickerImage | LegacyIconPickerModel>(props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: TType) => void;
4
4
  } & {
@@ -19,6 +19,8 @@ declare const _default: <TType extends IIcon | MediaPickerImage | LegacyIconPick
19
19
  label?: string;
20
20
  } & {
21
21
  variant?: "dropdown" | "journey";
22
+ } & {
23
+ imageSettings?: MediaPickerImageSettings;
22
24
  }> & {
23
25
  "onUpdate:modelValue"?: (value: TType) => any;
24
26
  } & {
@@ -26,5 +28,5 @@ declare const _default: <TType extends IIcon | MediaPickerImage | LegacyIconPick
26
28
  default?: import("vue").Slot;
27
29
  $stable?: boolean;
28
30
  }, never>;
29
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "avatar" | "required" | "v-model" | "modelValue" | "emit:update:modelValue" | "density" | "mediaPickerStorageProviderContext" | "library"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "avatar" | "required" | "v-model" | "modelValue" | "emit:update:modelValue" | "density" | "mediaPickerStorageProviderContext" | "library" | "imageSettings"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
32
  export default _default;
@@ -1,4 +1,4 @@
1
- import { BackgroundSettings, DisplayBreakPointSetting, SectionSettings } from "@omnia/fx-models";
1
+ import { BackgroundSettings, DisplayBreakPointSetting, ResolvedThemeDefinition, SectionSettings } from "@omnia/fx-models";
2
2
  import { useColorSchemaStore } from "@omnia/fx/ux";
3
3
  export declare function displayBreakpoints(breakPoints: Array<DisplayBreakPointSetting>): string;
4
4
  export declare const LayoutSectionBackgroundStyling: {
@@ -7,6 +7,6 @@ export declare const LayoutSectionBackgroundStyling: {
7
7
  export declare const LayoutSectionStyles: {
8
8
  getAlignmentSettings: (sectionSettings: SectionSettings) => any;
9
9
  sectionWrapperStylex: (sectionSettings: SectionSettings) => Readonly<import("@omnia/fx/ux").StylexValue>;
10
- sectionContent: (settings: SectionSettings, useScrollMargingFix: boolean, isEditable: any) => string;
10
+ sectionContent: (settings: SectionSettings, useScrollMargingFix: boolean, isEditable: any, themeDef?: ResolvedThemeDefinition) => string;
11
11
  headerWrapper: (settings: SectionSettings) => string;
12
12
  };
@@ -0,0 +1,5 @@
1
+ import { ContextItem } from "@omnia/fx-models";
2
+ import { FlowNode } from "./shared-mobile/FlowContent";
3
+ export interface ContextNode extends FlowNode {
4
+ context: ContextItem;
5
+ }
@@ -10,3 +10,4 @@ export * from "./SpacingFormatNode";
10
10
  export * from "./EditorModels";
11
11
  export * from "./EditorPlugin";
12
12
  export * from "./LinkNode";
13
+ export * from "./ContextNode";
@@ -1,7 +1,7 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
2
  import { ButtonIconOptions, TooltipOptions } from "internal/fx/models/shared-mobile";
3
3
  import { ButtonBlueprint, ButtonBlueprintVariant, OButtonPreset, OButtonVariants, OIconAnimations, OSizeTypes } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
- type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OButtonPreset, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
4
+ type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OButtonPreset, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"fill", boolean, false, false, "Makes the button fill the container."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {
6
6
  onClick?: (e: MouseEvent) => any;
7
7
  } & {
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps>
9
9
  default?: import("vue").Slot;
10
10
  $stable?: boolean;
11
11
  }, never>;
12
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "colorSchemaType" | "variant" | "active" | "size" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "colors" | "toned" | "loading" | "slim" | "grouped" | "transparentHover" | "overrides" | "preset" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "text" | "icon" | "blueprint" | "animation" | "colorSchemaType" | "variant" | "active" | "size" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "colors" | "toned" | "loading" | "slim" | "grouped" | "transparentHover" | "overrides" | "preset" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
13
  export default _default;
@@ -11,6 +11,7 @@ type PropType = {
11
11
  size?: OSizeTypes;
12
12
  variant?: OButtonVariants;
13
13
  grouped?: boolean;
14
+ fill?: boolean;
14
15
  transparentHover?: boolean;
15
16
  slim?: boolean;
16
17
  disabled?: boolean;
@@ -4,7 +4,7 @@ import { OMenuLocations } from "@omnia/fx-models";
4
4
  interface MenuPosition {
5
5
  left?: number;
6
6
  }
7
- type MenuProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false> & DefineProp<"activator", string, false, null, "Supply a CSS selector string to activator prop."> & DefineProp<"attach", string | boolean | Element, false, null, "Specifies which DOM element the overlay content should teleport to."> & DefineProp<"minWidth", string | number, false, null, "Sets the minimum width for the component. Use auto to use the activator width."> & DefineProp<"maxWidth", string | number, false, null, "Sets the maximum width for the component."> & DefineProp<"minHeight", string | number, false, null, "Sets the minimum height for the component."> & DefineProp<"maxHeight", string | number, false, null, "Sets the maximum height for the component."> & DefineProp<"closeDelay", string | number, false, null, "Milliseconds to wait before closing component. Only works with the open-on-hover prop."> & DefineProp<"location", OMenuLocations, false, "bottom start", "Designates where the menu should be placed."> & DefineProp<"openOnHover", boolean, false, null, "Designates whether menu should open on hover or not."> & DefineProp<"visibleOnContentClick", boolean, false, false, "Designates if menu still show when its content is clicked"> & DefineProp<"disabled", boolean, false, false, "Removed the ability to interact with the component."> & DefineProp<"scrollStrategy", "close" | "none" | "block" | "reposition", false, "close", "Strategy used when the component is activate and user scrolls."> & DefineProp<"eager", boolean, false, false> & DefineProp<"position", MenuPosition, false, null, "Designates the position of the menu. Should be used only for really specific advanced scenarios."> & DefineSlot<"activator", () => VNodeChild>;
7
+ type MenuProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false> & DefineProp<"activator", string, false, null, "Supply a CSS selector string to activator prop."> & DefineProp<"attach", string | boolean | Element, false, null, "Specifies which DOM element the overlay content should teleport to."> & DefineProp<"minWidth", string | number, false, null, "Sets the minimum width for the component. Use auto to use the activator width."> & DefineProp<"maxWidth", string | number, false, null, "Sets the maximum width for the component."> & DefineProp<"minHeight", string | number, false, null, "Sets the minimum height for the component."> & DefineProp<"maxHeight", string | number, false, null, "Sets the maximum height for the component."> & DefineProp<"closeDelay", string | number, false, null, "Milliseconds to wait before closing component. Only works with the open-on-hover prop."> & DefineProp<"location", OMenuLocations, false, "bottom start", "Designates where the menu should be placed."> & DefineProp<"openOnHover", boolean, false, null, "Designates whether menu should open on hover or not."> & DefineProp<"visibleOnContentClick", boolean, false, false, "Designates if menu still show when its content is clicked"> & DefineProp<"disabled", boolean, false, false, "Removed the ability to interact with the component."> & DefineProp<"scrollStrategy", "close" | "none" | "block" | "reposition", false, "close", "Strategy used when the component is activate and user scrolls."> & DefineProp<"eager", boolean, false, false> & DefineProp<"stickToTarget", boolean, false, false, "Enables the overlay content to go off-screen when scrolling."> & DefineProp<"position", MenuPosition, false, null, "Designates the position of the menu. Should be used only for really specific advanced scenarios."> & DefineSlot<"activator", () => VNodeChild>;
8
8
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MenuProps> & {
9
9
  "onUpdate:modelValue"?: (value: boolean) => any;
10
10
  } & {
@@ -14,5 +14,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MenuProps> &
14
14
  default?: import("vue").Slot;
15
15
  $stable?: boolean;
16
16
  }, "activator">;
17
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "colorSchemaType" | "class" | "disabled" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "eager" | "location" | "closeDelay" | "scrollStrategy" | "openOnHover" | "activator" | "attach" | "slot:activator" | "visibleOnContentClick"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "colorSchemaType" | "class" | "disabled" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "eager" | "location" | "closeDelay" | "openOnHover" | "scrollStrategy" | "stickToTarget" | "activator" | "attach" | "slot:activator" | "visibleOnContentClick"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
18
  export default _default;
@@ -19,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
19
19
  default?: import("vue").Slot;
20
20
  $stable?: boolean;
21
21
  }, "activator">;
22
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "colorSchemaType" | "class" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "persistent" | "location" | "openOnClick" | "openOnHover" | "openOnFocus" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "colorSchemaType" | "class" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "persistent" | "location" | "openOnClick" | "openOnFocus" | "openOnHover" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
23
23
  export default _default;
@@ -0,0 +1,8 @@
1
+ import { useColorSchemaStore } from "../..";
2
+ export declare const SwitchSliderStyles: {
3
+ label: (colors: ReturnType<typeof useColorSchemaStore>, height: number, hasText: boolean, slim: boolean) => string;
4
+ input: (colors: ReturnType<typeof useColorSchemaStore>) => string;
5
+ iconContainer: (height: number, hasText: boolean, slim: boolean) => string;
6
+ leftIconContainer: (slim: boolean) => string;
7
+ rightIconContainer: (slim: boolean) => string;
8
+ };
@@ -0,0 +1,12 @@
1
+ import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
+ import { IIcon } from "@omnia/fx-models";
3
+ type SwitchSliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false, false, "The v-model of the component"> & DefineProp<"falseIcon", IIcon, false, null, "Specify an icon the false value"> & DefineProp<"trueIcon", IIcon, false, null, "Specify an icon the true value"> & DefineProp<"trueText", string, false, null, "Text to show when the value is true"> & DefineProp<"falseText", string, false, null, "Text to show when the value is false"> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"label", string, false, null, "Label to show">;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SwitchSliderProps> & {
5
+ "onUpdate:modelValue"?: (value: boolean) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ $stable?: boolean;
10
+ }, never>;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "colorSchemaType" | "class" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "slim" | "trueText" | "falseText" | "falseIcon" | "trueIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ export default _default;
@@ -1 +1,2 @@
1
1
  export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
2
+ export declare const ExampleComponents2: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1,7 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ $stable?: boolean;
5
+ }, never>;
6
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
7
+ export default _default;
@@ -1 +1,2 @@
1
1
  export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
2
+ export declare const spec2: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,6 +1,9 @@
1
1
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
2
  import { OTabAlignments, OScrollOffsetTypes, OTabVariants, TabsBlueprint, BlueprintVariant } from "@omnia/fx-models";
3
- type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint | BlueprintVariant, false, null, "Applies the blueprint to the component."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead.">;
3
+ export type TabsApi = {
4
+ getTabHeadersHeight: () => number;
5
+ };
6
+ type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint | BlueprintVariant, false, null, "Applies the blueprint to the component."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead."> & DefineProp<"position", "top" | "bottom", false, "top", "The position of the horizontal tab."> & DefineProp<"getApi", (api: TabsApi) => void, false, null, "Gets the api">;
4
7
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> & {
5
8
  "onUpdate:modelValue"?: (value: number) => any;
6
9
  } & {
@@ -8,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> &
8
11
  default?: import("vue").Slot;
9
12
  $stable?: boolean;
10
13
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "colorSchemaType" | "variant" | "vertical" | "grow" | "class" | "colors" | "toned" | "v-model" | "modelValue" | "contentClass" | "emit:update:modelValue" | "stacked" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "position" | "colorSchemaType" | "variant" | "vertical" | "grow" | "class" | "colors" | "toned" | "v-model" | "modelValue" | "contentClass" | "emit:update:modelValue" | "stacked" | "getApi" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
15
  export default _default;
@@ -3,12 +3,12 @@ export * as vuetifyColors from "vuetify/lib/util/colors";
3
3
  export * as vuetifyDirectives from "vuetify/directives";
4
4
  export * as vuetifyFramework from "vuetify/framework";
5
5
  export declare const vuetifyPlugin: {
6
- install: (app: import("vue").App) => void;
6
+ install: (app: import("vue").App<any>) => void;
7
7
  unmount: () => void;
8
8
  defaults: import("vue").Ref<import("vuetify").DefaultsInstance, import("vuetify").DefaultsInstance>;
9
9
  display: import("vuetify").DisplayInstance;
10
10
  theme: import("vuetify").ThemeInstance & {
11
- install: (app: import("vue").App) => void;
11
+ install: (app: import("vue").App<any>) => void;
12
12
  };
13
13
  icons: {
14
14
  defaultSet: string;
@@ -16,17 +16,17 @@ export declare const vuetifyPlugin: {
16
16
  sets: Record<string, import("vuetify").IconSet>;
17
17
  };
18
18
  locale: {
19
- isRtl: import("vue").Ref<boolean>;
20
- rtl: import("vue").Ref<Record<string, boolean>>;
21
- rtlClasses: import("vue").Ref<string>;
22
19
  name: string;
23
20
  decimalSeparator: import("vue").ShallowRef<string>;
24
- messages: import("vue").Ref<import("vuetify").LocaleMessages>;
25
- current: import("vue").Ref<string>;
26
- fallback: import("vue").Ref<string>;
21
+ messages: import("vue").Ref<import("vuetify").LocaleMessages, import("vuetify").LocaleMessages>;
22
+ current: import("vue").Ref<string, string>;
23
+ fallback: import("vue").Ref<string, string>;
27
24
  t: (key: string, ...params: unknown[]) => string;
28
25
  n: (value: number) => string;
29
26
  provide: (props: import("vuetify").LocaleOptions) => import("vuetify").LocaleInstance;
27
+ isRtl: import("vue").Ref<boolean, boolean>;
28
+ rtl: import("vue").Ref<Record<string, boolean>, Record<string, boolean>>;
29
+ rtlClasses: import("vue").Ref<string, string>;
30
30
  };
31
31
  date: {
32
32
  options: {
@@ -38,7 +38,6 @@ export declare const vuetifyPlugin: {
38
38
  locale: Record<string, any>;
39
39
  };
40
40
  instance: {
41
- locale?: any;
42
41
  date: (value?: any) => unknown;
43
42
  format: (date: unknown, formatString: string) => string;
44
43
  toJsDate: (value: unknown) => Date;
@@ -46,7 +45,7 @@ export declare const vuetifyPlugin: {
46
45
  toISO: (date: unknown) => string;
47
46
  startOfDay: (date: unknown) => unknown;
48
47
  endOfDay: (date: unknown) => unknown;
49
- startOfWeek: (date: unknown, firstDayOfWeek?: number | string) => unknown;
48
+ startOfWeek: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown;
50
49
  endOfWeek: (date: unknown) => unknown;
51
50
  startOfMonth: (date: unknown) => unknown;
52
51
  endOfMonth: (date: unknown) => unknown;
@@ -68,10 +67,10 @@ export declare const vuetifyPlugin: {
68
67
  addMonths: (date: unknown, amount: number) => unknown;
69
68
  getYear: (date: unknown) => number;
70
69
  setYear: (date: unknown, year: number) => unknown;
71
- getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
72
- getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
73
- getWeekdays: (firstDayOfWeek?: number | string, weekdayFormat?: "long" | "short" | "narrow") => string[];
74
- getWeek: (date: unknown, firstDayOfWeek?: number | string, firstDayOfYear?: number | string) => number;
70
+ getDiff: (date: unknown, comparing: unknown, unit?: string | undefined) => number;
71
+ getWeekArray: (date: unknown, firstDayOfWeek?: string | number | undefined) => unknown[][];
72
+ getWeekdays: (firstDayOfWeek?: string | number | undefined, weekdayFormat?: "long" | "narrow" | "short" | undefined) => string[];
73
+ getWeek: (date: unknown, firstDayOfWeek?: string | number | undefined, firstDayOfYear?: string | number | undefined) => number;
75
74
  getMonth: (date: unknown) => number;
76
75
  setMonth: (date: unknown, month: number) => unknown;
77
76
  getDate: (date: unknown) => number;
@@ -82,6 +81,7 @@ export declare const vuetifyPlugin: {
82
81
  setHours: (date: unknown, hours: number) => unknown;
83
82
  getMinutes: (date: unknown) => number;
84
83
  setMinutes: (date: unknown, minutes: number) => unknown;
84
+ locale?: any;
85
85
  };
86
86
  };
87
87
  goTo: import("vuetify").GoToInstance;