@omnia/fx 8.0.161-dev → 8.0.163-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 (130) hide show
  1. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
  2. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
  3. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -0
  4. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +10 -10
  6. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +9 -9
  7. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +9 -9
  8. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
  10. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +5 -5
  12. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
  16. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
  17. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  18. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +10 -10
  20. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
  24. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +404 -400
  27. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +399 -395
  28. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
  29. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +399 -395
  30. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
  32. package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +8 -4
  33. package/internal-do-not-import-from-here/ux/datetimepicker/docs/ExampleComponents.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/datetimepicker/docs/index.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -9
  38. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  42. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -9
  43. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +6 -6
  44. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  45. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +22 -1
  46. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  48. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +10 -10
  49. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -64
  50. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +410 -406
  51. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +822 -814
  52. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
  53. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +10 -10
  55. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +9 -9
  57. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +20 -20
  58. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
  59. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +9 -9
  60. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
  62. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  63. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +822 -814
  65. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +10 -10
  68. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -9
  69. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +65 -0
  70. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +55 -0
  72. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +10 -10
  74. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
  76. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +39 -0
  77. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
  78. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +410 -406
  79. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  80. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +80 -0
  82. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
  83. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +60 -0
  84. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +2 -1
  85. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +3 -2
  86. package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +16 -0
  87. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +11 -11
  89. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +4 -4
  90. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +16 -212
  91. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +201 -0
  92. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +6 -6
  94. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor/VelcronEditorBuilder2.d.ts → VelcronEditorBuilder.d.ts} +10 -10
  96. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
  100. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
  101. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
  104. package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
  105. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
  106. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
  107. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
  108. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  110. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
  111. package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +5 -0
  112. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  113. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
  114. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +95 -95
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +10 -10
  116. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +6 -4
  117. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
  118. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +6 -4
  119. package/internal-do-not-import-from-here/wctypings.d.ts +27 -14
  120. package/package.json +2 -2
  121. package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
  122. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
  123. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
@@ -3,10 +3,10 @@ import { ColorSchemaTypes, ThemeDefinitionV2, ThemeContextType } from "@omnia/fx
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "color-schema-type": {
6
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
6
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
7
7
  };
8
8
  colorSchemaType: {
9
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
9
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
10
10
  };
11
11
  "theme-type": {
12
12
  type: import("vue").PropType<ThemeContextType>;
@@ -38,10 +38,10 @@ declare const _default: {
38
38
  }) => any;
39
39
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
40
40
  "color-schema-type": {
41
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
41
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
42
42
  };
43
43
  colorSchemaType: {
44
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
44
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
45
45
  };
46
46
  "theme-type": {
47
47
  type: import("vue").PropType<ThemeContextType>;
@@ -71,10 +71,10 @@ declare const _default: {
71
71
  Defaults: {};
72
72
  }, Readonly<import("vue").ExtractPropTypes<{
73
73
  "color-schema-type": {
74
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
74
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
75
75
  };
76
76
  colorSchemaType: {
77
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
77
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
78
78
  };
79
79
  "theme-type": {
80
80
  type: import("vue").PropType<ThemeContextType>;
@@ -103,10 +103,10 @@ declare const _default: {
103
103
  __isSuspense?: never;
104
104
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
105
105
  "color-schema-type": {
106
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
106
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
107
107
  };
108
108
  colorSchemaType: {
109
- type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
109
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic">;
110
110
  };
111
111
  "theme-type": {
112
112
  type: import("vue").PropType<ThemeContextType>;
@@ -138,9 +138,9 @@ declare const _default: {
138
138
  }) => any;
139
139
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
140
140
  propsDefinition: Omit<Readonly<{} & {
141
- "color-schema-type"?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
141
+ "color-schema-type"?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
142
142
  themeDefinition?: ThemeDefinitionV2;
143
- colorSchemaType?: "info" | "error" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
143
+ colorSchemaType?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
144
144
  "theme-definition"?: ThemeDefinitionV2;
145
145
  themeType?: ThemeContextType;
146
146
  "theme-type"?: ThemeContextType;
@@ -1,8 +1,9 @@
1
+ export type TimeFormat = "ampm" | "24hr";
1
2
  export interface IDatetimePickerFormatter {
2
3
  /**
3
4
  * Set the time picker mode
4
5
  */
5
- timeformat?: string;
6
+ timeformat?: TimeFormat;
6
7
  /**
7
8
  * Set the time picker mode
8
9
  */
@@ -1,8 +1,10 @@
1
- declare const _default: (props: {} & Omit<{}, never> & {
1
+ declare const _default: (props: {
2
+ [x: string]: any;
3
+ } & Omit<{}, string | number> & {
2
4
  "v-slots"?: {
3
5
  default?: import("vue").Slot;
4
6
  } & {};
5
- } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>) => {
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string>) => {
6
8
  $: import("vue").ComponentInternalInstance;
7
9
  $data: {};
8
10
  $props: {};
@@ -40,11 +42,13 @@ declare const _default: (props: {} & Omit<{}, never> & {
40
42
  $nextTick: typeof import("vue").nextTick;
41
43
  $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;
42
44
  } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
43
- propsDefinition: {} & {
45
+ propsDefinition: {
46
+ [x: string]: any;
47
+ } & {
44
48
  "v-slots"?: {
45
49
  default?: import("vue").Slot;
46
50
  } & {};
47
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
51
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
48
52
  } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
53
  [key: string]: any;
50
54
  }>;
@@ -0,0 +1 @@
1
+ export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
@@ -1,5 +1,5 @@
1
1
  import { VNodeChild } from "vue";
2
- import { Func } from "../../../models";
2
+ import { Func, IIcon } from "../../../models";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
5
  "v-slots": import("vue").Prop<{
@@ -31,6 +31,11 @@ declare const _default: {
31
31
  } & {
32
32
  type: import("vue").PropType<string>;
33
33
  };
34
+ icon: {
35
+ type: import("vue").PropType<IIcon>;
36
+ } & {
37
+ type: import("vue").PropType<IIcon>;
38
+ };
34
39
  }>> & {
35
40
  onClose?: () => any;
36
41
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -65,6 +70,11 @@ declare const _default: {
65
70
  } & {
66
71
  type: import("vue").PropType<string>;
67
72
  };
73
+ icon: {
74
+ type: import("vue").PropType<IIcon>;
75
+ } & {
76
+ type: import("vue").PropType<IIcon>;
77
+ };
68
78
  }>> & {
69
79
  onClose?: () => any;
70
80
  }, {}, true, {}, {}, {
@@ -104,6 +114,11 @@ declare const _default: {
104
114
  } & {
105
115
  type: import("vue").PropType<string>;
106
116
  };
117
+ icon: {
118
+ type: import("vue").PropType<IIcon>;
119
+ } & {
120
+ type: import("vue").PropType<IIcon>;
121
+ };
107
122
  }>> & {
108
123
  onClose?: () => any;
109
124
  }, () => JSX.Element, {}, {}, {}, {}>;
@@ -140,12 +155,18 @@ declare const _default: {
140
155
  } & {
141
156
  type: import("vue").PropType<string>;
142
157
  };
158
+ icon: {
159
+ type: import("vue").PropType<IIcon>;
160
+ } & {
161
+ type: import("vue").PropType<IIcon>;
162
+ };
143
163
  }>> & {
144
164
  onClose?: () => any;
145
165
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
146
166
  close: () => true;
147
167
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
148
168
  propsDefinition: Omit<Readonly<{} & {
169
+ icon?: IIcon;
149
170
  title?: string;
150
171
  hideCloseButton?: boolean;
151
172
  "v-slots"?: {
@@ -597,8 +597,8 @@ declare const _default: {
597
597
  };
598
598
  }>>, () => string | number | boolean | void | JSX.Element | import("vue").VNodeArrayChildren, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
599
599
  propsDefinition: Omit<Readonly<{} & {
600
- size?: "small" | "default" | "large" | "x-large" | "x-small";
601
600
  inline?: boolean;
601
+ size?: "small" | "default" | "large" | "x-large" | "x-small";
602
602
  styles?: {
603
603
  container: {
604
604
  $nest: {
@@ -218,10 +218,10 @@ declare const _default: {
218
218
  }>;
219
219
  };
220
220
  location: {
221
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
221
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
222
222
  required: false;
223
223
  } & {
224
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
224
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
225
225
  required: false;
226
226
  };
227
227
  }>> & {
@@ -449,10 +449,10 @@ declare const _default: {
449
449
  }>;
450
450
  };
451
451
  location: {
452
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
452
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
453
453
  required: false;
454
454
  } & {
455
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
455
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
456
456
  required: false;
457
457
  };
458
458
  }>> & {
@@ -682,10 +682,10 @@ declare const _default: {
682
682
  }>;
683
683
  };
684
684
  location: {
685
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
685
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
686
686
  required: false;
687
687
  } & {
688
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
688
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
689
689
  required: false;
690
690
  };
691
691
  }>> & {
@@ -912,10 +912,10 @@ declare const _default: {
912
912
  }>;
913
913
  };
914
914
  location: {
915
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
915
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
916
916
  required: false;
917
917
  } & {
918
- type: import("vue").PropType<"left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
918
+ type: import("vue").PropType<"left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
919
919
  required: false;
920
920
  };
921
921
  }>> & {
@@ -999,7 +999,7 @@ declare const _default: {
999
999
  modelValue?: boolean;
1000
1000
  businessProfileId?: string;
1001
1001
  showMenu?: boolean;
1002
- location?: "left" | "center" | "right" | "top" | "start" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
1002
+ location?: "left" | "right" | "top" | "start" | "center" | "end" | "bottom" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
1003
1003
  providerIds?: GuidValue[];
1004
1004
  emailEnabled?: BoolFilter;
1005
1005
  permissionEnabled?: BoolFilter;
@@ -621,9 +621,9 @@ declare const JourneyBladeComponent: {
621
621
  propsDefinition: Omit<Readonly<{
622
622
  id: GuidValue;
623
623
  } & {
624
- title?: string;
625
624
  switch?: switchValue;
626
625
  icon?: IIcon;
626
+ title?: string;
627
627
  delete?: boolean;
628
628
  size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
629
629
  disabled?: boolean;
@@ -190,8 +190,8 @@ declare const _default: {
190
190
  propsDefinition: Omit<Readonly<{
191
191
  id: GuidValue;
192
192
  } & {
193
- title?: string;
194
193
  icon?: IIcon;
194
+ title?: string;
195
195
  size?: "small" | "medium" | "large" | "x-large" | "x-small" | "xx-large" | "xxx-large" | "full-screen" | "fill-space";
196
196
  items?: JourneyMenuItem[];
197
197
  "v-slots"?: {
@@ -125,9 +125,9 @@ declare const _default: {
125
125
  colorSchemaType?: any;
126
126
  colors?: any;
127
127
  } & {
128
- title?: string;
129
128
  text?: string;
130
129
  icon?: IIcon;
130
+ title?: string;
131
131
  description?: string;
132
132
  }>, never>;
133
133
  };
@@ -14,9 +14,9 @@ declare const _default: {
14
14
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
15
15
  };
16
16
  typography: {
17
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
17
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
18
18
  } & {
19
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
19
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
20
20
  };
21
21
  placeholder: {
22
22
  type: import("vue").PropType<string>;
@@ -112,9 +112,9 @@ declare const _default: {
112
112
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
113
113
  };
114
114
  typography: {
115
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
115
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
116
116
  } & {
117
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
117
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
118
118
  };
119
119
  placeholder: {
120
120
  type: import("vue").PropType<string>;
@@ -217,9 +217,9 @@ declare const _default: {
217
217
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
218
218
  };
219
219
  typography: {
220
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
220
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
221
221
  } & {
222
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
222
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
223
223
  };
224
224
  placeholder: {
225
225
  type: import("vue").PropType<string>;
@@ -319,9 +319,9 @@ declare const _default: {
319
319
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
320
320
  };
321
321
  typography: {
322
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
322
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
323
323
  } & {
324
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
324
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
325
325
  };
326
326
  placeholder: {
327
327
  type: import("vue").PropType<string>;
@@ -468,7 +468,7 @@ declare const _default: {
468
468
  };
469
469
  }>;
470
470
  };
471
- typography?: "title" | "text" | "navigation" | TypographyTypes;
471
+ typography?: "text" | "title" | "navigation" | TypographyTypes;
472
472
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
473
473
  placeholder?: string;
474
474
  blueprint?: TextBlueprint;
@@ -12,9 +12,9 @@ declare const _default: {
12
12
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
13
13
  };
14
14
  typography: {
15
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
15
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
16
16
  } & {
17
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
17
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
18
18
  };
19
19
  toned: {
20
20
  type: import("vue").PropType<boolean>;
@@ -37,9 +37,9 @@ declare const _default: {
37
37
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
38
38
  };
39
39
  typography: {
40
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
40
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
41
41
  } & {
42
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
42
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
43
43
  };
44
44
  toned: {
45
45
  type: import("vue").PropType<boolean>;
@@ -69,9 +69,9 @@ declare const _default: {
69
69
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
70
70
  };
71
71
  typography: {
72
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
72
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
73
73
  } & {
74
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
74
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
75
75
  };
76
76
  toned: {
77
77
  type: import("vue").PropType<boolean>;
@@ -98,9 +98,9 @@ declare const _default: {
98
98
  type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
99
99
  };
100
100
  typography: {
101
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
101
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
102
102
  } & {
103
- type: import("vue").PropType<"title" | "text" | "navigation" | TypographyTypes>;
103
+ type: import("vue").PropType<"text" | "title" | "navigation" | TypographyTypes>;
104
104
  };
105
105
  toned: {
106
106
  type: import("vue").PropType<boolean>;
@@ -115,7 +115,7 @@ declare const _default: {
115
115
  propsDefinition: Omit<Readonly<{
116
116
  value: string;
117
117
  } & {
118
- typography?: "title" | "text" | "navigation" | TypographyTypes;
118
+ typography?: "text" | "title" | "navigation" | TypographyTypes;
119
119
  size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
120
120
  blueprint?: TextBlueprint;
121
121
  toned?: boolean;
@@ -93,8 +93,8 @@ declare const _default: {
93
93
  onKeyup?: (event: any) => any;
94
94
  onScroll?: (event: any) => any;
95
95
  "onUpdate:modelValue"?: (value: string) => any;
96
- onConfiguration?: (event: any) => any;
97
96
  onLayout?: (event: any) => any;
97
+ onConfiguration?: (event: any) => any;
98
98
  onPosition?: (event: any) => any;
99
99
  onSelection?: (event: any) => any;
100
100
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -227,8 +227,8 @@ declare const _default: {
227
227
  onKeyup?: (event: any) => any;
228
228
  onScroll?: (event: any) => any;
229
229
  "onUpdate:modelValue"?: (value: string) => any;
230
- onConfiguration?: (event: any) => any;
231
230
  onLayout?: (event: any) => any;
231
+ onConfiguration?: (event: any) => any;
232
232
  onPosition?: (event: any) => any;
233
233
  onSelection?: (event: any) => any;
234
234
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -343,8 +343,8 @@ declare const _default: {
343
343
  onKeyup?: (event: any) => any;
344
344
  onScroll?: (event: any) => any;
345
345
  "onUpdate:modelValue"?: (value: string) => any;
346
- onConfiguration?: (event: any) => any;
347
346
  onLayout?: (event: any) => any;
347
+ onConfiguration?: (event: any) => any;
348
348
  onPosition?: (event: any) => any;
349
349
  onSelection?: (event: any) => any;
350
350
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -456,8 +456,8 @@ declare const _default: {
456
456
  onKeyup?: (event: any) => any;
457
457
  onScroll?: (event: any) => any;
458
458
  "onUpdate:modelValue"?: (value: string) => any;
459
- onConfiguration?: (event: any) => any;
460
459
  onLayout?: (event: any) => any;
460
+ onConfiguration?: (event: any) => any;
461
461
  onPosition?: (event: any) => any;
462
462
  onSelection?: (event: any) => any;
463
463
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -566,7 +566,7 @@ declare const _default: {
566
566
  "onUpdate:modelValue"?: (value: string) => any;
567
567
  modelValue?: string;
568
568
  language?: string;
569
- }>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onScroll" | "onUpdate:modelValue" | "onConfiguration" | "onLayout" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
569
+ }>, "onError" | "onBlur" | "onChange" | "onFocus" | "onKeydown" | "onKeyup" | "onScroll" | "onUpdate:modelValue" | "onLayout" | "onConfiguration" | "onPosition" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
570
570
  onError?: (err: string) => any;
571
571
  onBlur?: () => any;
572
572
  onChange?: (value: string, event: any) => any;
@@ -575,8 +575,8 @@ declare const _default: {
575
575
  onKeyup?: (event: any) => any;
576
576
  onScroll?: (event: any) => any;
577
577
  "onUpdate:modelValue"?: (value: string) => any;
578
- onConfiguration?: (event: any) => any;
579
578
  onLayout?: (event: any) => any;
579
+ onConfiguration?: (event: any) => any;
580
580
  onPosition?: (event: any) => any;
581
581
  onSelection?: (event: any) => any;
582
582
  onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
@@ -7,9 +7,9 @@ declare const _default: {
7
7
  type: import("vue").PropType<IIcon>;
8
8
  };
9
9
  variant: {
10
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
10
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
11
11
  } & {
12
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
12
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
13
13
  };
14
14
  closable: {
15
15
  type: import("vue").PropType<boolean>;
@@ -39,9 +39,9 @@ declare const _default: {
39
39
  type: import("vue").PropType<IIcon>;
40
40
  };
41
41
  variant: {
42
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
42
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
43
43
  } & {
44
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
44
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
45
45
  };
46
46
  closable: {
47
47
  type: import("vue").PropType<boolean>;
@@ -78,9 +78,9 @@ declare const _default: {
78
78
  type: import("vue").PropType<IIcon>;
79
79
  };
80
80
  variant: {
81
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
81
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
82
82
  } & {
83
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
83
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
84
84
  };
85
85
  closable: {
86
86
  type: import("vue").PropType<boolean>;
@@ -114,9 +114,9 @@ declare const _default: {
114
114
  type: import("vue").PropType<IIcon>;
115
115
  };
116
116
  variant: {
117
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
117
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
118
118
  } & {
119
- type: import("vue").PropType<"info" | "error" | "warning" | "success">;
119
+ type: import("vue").PropType<"warning" | "error" | "info" | "success">;
120
120
  };
121
121
  closable: {
122
122
  type: import("vue").PropType<boolean>;
@@ -146,7 +146,7 @@ declare const _default: {
146
146
  "v-model"?: boolean;
147
147
  "onUpdate:modelValue"?: (value: boolean) => any;
148
148
  modelValue?: boolean;
149
- variant?: "info" | "error" | "warning" | "success";
149
+ variant?: "warning" | "error" | "info" | "success";
150
150
  closable?: boolean;
151
151
  }>, never>;
152
152
  };
@@ -1,4 +1,4 @@
1
- import { Func } from "@omnia/fx/models";
1
+ import { Func, IIcon } from "@omnia/fx/models";
2
2
  import { VNodeChild } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
@@ -51,6 +51,11 @@ declare const _default: {
51
51
  } & {
52
52
  type: import("vue").PropType<string>;
53
53
  };
54
+ icon: {
55
+ type: import("vue").PropType<IIcon>;
56
+ } & {
57
+ type: import("vue").PropType<IIcon>;
58
+ };
54
59
  class: {
55
60
  type: import("vue").PropType<String | String[]>;
56
61
  required: boolean;
@@ -114,6 +119,11 @@ declare const _default: {
114
119
  } & {
115
120
  type: import("vue").PropType<string>;
116
121
  };
122
+ icon: {
123
+ type: import("vue").PropType<IIcon>;
124
+ } & {
125
+ type: import("vue").PropType<IIcon>;
126
+ };
117
127
  class: {
118
128
  type: import("vue").PropType<String | String[]>;
119
129
  required: boolean;
@@ -185,6 +195,11 @@ declare const _default: {
185
195
  } & {
186
196
  type: import("vue").PropType<string>;
187
197
  };
198
+ icon: {
199
+ type: import("vue").PropType<IIcon>;
200
+ } & {
201
+ type: import("vue").PropType<IIcon>;
202
+ };
188
203
  class: {
189
204
  type: import("vue").PropType<String | String[]>;
190
205
  required: boolean;
@@ -253,6 +268,11 @@ declare const _default: {
253
268
  } & {
254
269
  type: import("vue").PropType<string>;
255
270
  };
271
+ icon: {
272
+ type: import("vue").PropType<IIcon>;
273
+ } & {
274
+ type: import("vue").PropType<IIcon>;
275
+ };
256
276
  class: {
257
277
  type: import("vue").PropType<String | String[]>;
258
278
  required: boolean;
@@ -276,6 +296,7 @@ declare const _default: {
276
296
  colorSchemaType?: any;
277
297
  colors?: any;
278
298
  } & {
299
+ icon?: IIcon;
279
300
  title?: string;
280
301
  navigation?: boolean;
281
302
  class?: String | String[];
@@ -516,9 +516,9 @@ declare const _default: {
516
516
  };
517
517
  color?: string;
518
518
  icon?: IIcon;
519
+ inline?: boolean;
519
520
  dot?: boolean;
520
521
  content?: string | number;
521
- inline?: boolean;
522
522
  "v-model"?: boolean;
523
523
  "onUpdate:modelValue"?: (value: boolean) => any;
524
524
  modelValue?: boolean;