@omnia/fx 8.0.80-dev → 8.0.81-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 (173) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  3. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  4. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
  19. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +16 -16
  32. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +12 -13
  34. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  36. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +54 -54
  38. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
  39. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
  42. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
  46. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  47. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +4 -4
  51. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.css.d.ts +4 -0
  53. package/internal-do-not-import-from-here/ux/oxide/{splitpanes/Splitpanes.d.ts → splitpane/Splitpane.d.ts} +0 -52
  54. package/internal-do-not-import-from-here/ux/oxide/{splitpanes → splitpane}/SplitpaneItem.d.ts +0 -52
  55. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -3
  56. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview2.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -7
  66. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorExtensionHelper.d.ts +1 -4
  67. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +0 -14
  68. package/internal-do-not-import-from-here/ux/richtexteditor/InternalRichTextEditorApi.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +7 -8
  70. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +14 -41
  71. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +3 -1
  72. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +381 -48
  73. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +9 -10
  75. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +12 -5
  77. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +1 -2
  78. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +16 -5
  79. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +12 -5
  80. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +1 -2
  81. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +10 -5
  82. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +11 -5
  84. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +1 -2
  85. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +12 -5
  86. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +1 -2
  87. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +12 -5
  88. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +1 -2
  89. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -2
  90. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +12 -5
  91. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +1 -2
  92. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +7 -8
  93. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +1 -2
  94. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +1 -2
  95. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +1 -2
  96. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +9 -9
  97. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +1 -2
  98. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +1 -2
  99. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +1 -2
  100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +1 -2
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +1 -2
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +1 -2
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +20 -13
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +2 -3
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +11 -13
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +11 -5
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +12 -5
  109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +1 -2
  110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +11 -5
  111. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +11 -5
  112. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +1 -2
  113. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +9 -8
  114. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +8 -4
  115. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +1 -2
  116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +16 -12
  117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +1 -2
  118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +1 -2
  119. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +1 -2
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +1 -2
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +1 -2
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +1 -2
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +1 -2
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +1 -2
  125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +1 -2
  126. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +1 -2
  127. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +1 -2
  128. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +17 -11
  129. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +2 -2
  130. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +11 -5
  131. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +1 -2
  132. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +1 -2
  133. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +7 -5
  135. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +1 -2
  136. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +17 -5
  137. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +12 -5
  138. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +1 -2
  139. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +18 -5
  140. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +2 -2
  141. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +1 -2
  142. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +1 -2
  143. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +1 -2
  144. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +1 -2
  145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +14 -5
  146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +1 -2
  147. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +14 -11
  148. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +1 -2
  149. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +1 -2
  150. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +11 -5
  151. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +12 -5
  152. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +1 -2
  153. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +1 -2
  154. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +11 -5
  155. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +1 -2
  156. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +2 -22
  157. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +7 -2
  158. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +6 -6
  161. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
  171. package/internal-do-not-import-from-here/wctypings.d.ts +15 -13
  172. package/package.json +2 -2
  173. package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.css.d.ts +0 -3
@@ -1,6 +1,5 @@
1
- import { OmitProperties, RichTextEditorExtensionRegistration } from "../../models";
1
+ import { OmitProperties } from "../../models";
2
2
  import { ValidationRule } from "../models";
3
- import { IRichTextEditorExtensionHelper, RichTextEditorExtension } from "../richtexteditor";
4
3
  import { IRichTextEditor } from "../richtexteditor";
5
4
  import { VNodeChild } from "vue";
6
5
  export interface IActionItem {
@@ -30,10 +29,10 @@ declare const _default: {
30
29
  type: import("vue").PropType<boolean>;
31
30
  };
32
31
  "on-configure-extensions": {
33
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
32
+ type: import("vue").PropType<any>;
34
33
  };
35
34
  onConfigureExtensions: {
36
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
35
+ type: import("vue").PropType<any>;
37
36
  };
38
37
  "rich-text-settings": {
39
38
  type: import("vue").PropType<OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">>;
@@ -180,10 +179,10 @@ declare const _default: {
180
179
  type: import("vue").PropType<boolean>;
181
180
  };
182
181
  "on-configure-extensions": {
183
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
182
+ type: import("vue").PropType<any>;
184
183
  };
185
184
  onConfigureExtensions: {
186
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
185
+ type: import("vue").PropType<any>;
187
186
  };
188
187
  "rich-text-settings": {
189
188
  type: import("vue").PropType<OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">>;
@@ -331,10 +330,10 @@ declare const _default: {
331
330
  type: import("vue").PropType<boolean>;
332
331
  };
333
332
  "on-configure-extensions": {
334
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
333
+ type: import("vue").PropType<any>;
335
334
  };
336
335
  onConfigureExtensions: {
337
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
336
+ type: import("vue").PropType<any>;
338
337
  };
339
338
  "rich-text-settings": {
340
339
  type: import("vue").PropType<OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">>;
@@ -479,10 +478,10 @@ declare const _default: {
479
478
  type: import("vue").PropType<boolean>;
480
479
  };
481
480
  "on-configure-extensions": {
482
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
481
+ type: import("vue").PropType<any>;
483
482
  };
484
483
  onConfigureExtensions: {
485
- type: import("vue").PropType<(extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
484
+ type: import("vue").PropType<any>;
486
485
  };
487
486
  "rich-text-settings": {
488
487
  type: import("vue").PropType<OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">>;
@@ -689,14 +688,14 @@ declare const _default: {
689
688
  } & OMultiTextInputSlot;
690
689
  autofocus?: boolean;
691
690
  rules?: ValidationRule[];
692
- onConfigureExtensions?: (extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
691
+ onConfigureExtensions?: any;
693
692
  richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
694
693
  "rich-text-settings"?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
695
694
  itemTitle?: string | ((item: any) => string);
696
- "item-title"?: string | ((item: any) => string);
697
695
  itemValue?: any;
698
696
  "item-value"?: any;
699
- "on-configure-extensions"?: (extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
697
+ "item-title"?: string | ((item: any) => string);
698
+ "on-configure-extensions"?: any;
700
699
  defaultValueItem?: any;
701
700
  "default-value-item"?: any;
702
701
  }>, "onUpdate:modelValue" | "onDoc$" | "onOnItemSelected"> & {
@@ -54,9 +54,9 @@ declare const _default: {
54
54
  propsDefinition: Omit<Readonly<{} & {
55
55
  title?: string;
56
56
  options?: object[];
57
- required?: boolean;
58
57
  valueBind?: any[];
59
58
  onValueChanged?: (value: any[]) => void;
59
+ required?: boolean;
60
60
  hideDetails?: boolean;
61
61
  optionValue?: string;
62
62
  optionText?: string;
@@ -69,9 +69,9 @@ declare const _default: {
69
69
  type: import("vue").PropType<ButtonTooltipOptions>;
70
70
  };
71
71
  preset: {
72
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
72
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
73
73
  } & {
74
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
74
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
75
75
  };
76
76
  overrides: {
77
77
  type: import("vue").PropType<object>;
@@ -178,9 +178,9 @@ declare const _default: {
178
178
  type: import("vue").PropType<ButtonTooltipOptions>;
179
179
  };
180
180
  preset: {
181
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
181
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
182
182
  } & {
183
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
183
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
184
184
  };
185
185
  overrides: {
186
186
  type: import("vue").PropType<object>;
@@ -298,9 +298,9 @@ declare const _default: {
298
298
  type: import("vue").PropType<ButtonTooltipOptions>;
299
299
  };
300
300
  preset: {
301
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
301
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
302
302
  } & {
303
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
303
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
304
304
  };
305
305
  overrides: {
306
306
  type: import("vue").PropType<object>;
@@ -415,9 +415,9 @@ declare const _default: {
415
415
  type: import("vue").PropType<ButtonTooltipOptions>;
416
416
  };
417
417
  preset: {
418
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
418
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
419
419
  } & {
420
- type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
420
+ type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
421
421
  };
422
422
  overrides: {
423
423
  type: import("vue").PropType<object>;
@@ -472,8 +472,8 @@ declare const _default: {
472
472
  class?: String | String[];
473
473
  target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
474
474
  href?: string;
475
- size?: "small" | "default" | "large" | "x-large" | "x-small";
476
475
  animation?: "flip" | "spin" | "beat" | "bounce";
476
+ size?: "small" | "default" | "large" | "x-large" | "x-small";
477
477
  tooltip?: ButtonTooltipOptions;
478
478
  active?: boolean;
479
479
  disabled?: boolean;
@@ -482,7 +482,7 @@ declare const _default: {
482
482
  toned?: boolean;
483
483
  loading?: boolean;
484
484
  overrides?: object;
485
- preset?: "cancel" | "close" | "select" | "delete" | "details" | "remove" | "retry" | "settings" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
485
+ preset?: "cancel" | "close" | "select" | "delete" | "details" | "settings" | "remove" | "retry" | "ok" | "save" | "create" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
486
486
  transparentHover?: boolean;
487
487
  "transparent-hover"?: boolean;
488
488
  stacked?: boolean;
@@ -230,8 +230,8 @@ declare const _default: {
230
230
  colors?: any;
231
231
  } & {
232
232
  class?: String | String[];
233
- width?: string;
234
233
  minWidth?: string;
234
+ width?: string;
235
235
  margin?: SpacingSettings | SpacingType;
236
236
  padding?: SpacingSettings | SpacingType;
237
237
  filled?: boolean;
@@ -12,34 +12,34 @@ declare const _default: {
12
12
  type: import("vue").PropType<SpacingSettings | SpacingType>;
13
13
  };
14
14
  xl: {
15
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
15
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
16
16
  } & {
17
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
17
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
18
18
  };
19
19
  lg: {
20
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
20
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
21
21
  } & {
22
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
22
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
23
23
  };
24
24
  md: {
25
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
25
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
26
26
  } & {
27
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
27
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
28
28
  };
29
29
  sm: {
30
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
30
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
31
31
  } & {
32
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
32
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
33
33
  };
34
34
  xs: {
35
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
35
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
36
36
  } & {
37
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
37
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
38
38
  };
39
39
  cols: {
40
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
40
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
41
41
  } & {
42
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
42
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
43
43
  };
44
44
  variant: {
45
45
  type: import("vue").PropType<"default" | "grid">;
@@ -83,34 +83,34 @@ declare const _default: {
83
83
  type: import("vue").PropType<SpacingSettings | SpacingType>;
84
84
  };
85
85
  xl: {
86
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
86
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
87
87
  } & {
88
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
88
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
89
89
  };
90
90
  lg: {
91
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
91
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
92
92
  } & {
93
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
93
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
94
94
  };
95
95
  md: {
96
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
96
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
97
97
  } & {
98
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
98
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
99
99
  };
100
100
  sm: {
101
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
101
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
102
102
  } & {
103
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
103
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
104
104
  };
105
105
  xs: {
106
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
106
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
107
107
  } & {
108
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
108
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
109
109
  };
110
110
  cols: {
111
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
111
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
112
112
  } & {
113
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
113
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
114
114
  };
115
115
  variant: {
116
116
  type: import("vue").PropType<"default" | "grid">;
@@ -165,34 +165,34 @@ declare const _default: {
165
165
  type: import("vue").PropType<SpacingSettings | SpacingType>;
166
166
  };
167
167
  xl: {
168
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
168
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
169
169
  } & {
170
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
170
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
171
171
  };
172
172
  lg: {
173
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
173
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
174
174
  } & {
175
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
175
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
176
176
  };
177
177
  md: {
178
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
178
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
179
179
  } & {
180
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
180
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
181
181
  };
182
182
  sm: {
183
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
183
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
184
184
  } & {
185
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
185
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
186
186
  };
187
187
  xs: {
188
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
188
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
189
189
  } & {
190
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
190
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
191
191
  };
192
192
  cols: {
193
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
193
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
194
194
  } & {
195
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
195
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
196
196
  };
197
197
  variant: {
198
198
  type: import("vue").PropType<"default" | "grid">;
@@ -244,34 +244,34 @@ declare const _default: {
244
244
  type: import("vue").PropType<SpacingSettings | SpacingType>;
245
245
  };
246
246
  xl: {
247
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
247
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
248
248
  } & {
249
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
249
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
250
250
  };
251
251
  lg: {
252
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
252
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
253
253
  } & {
254
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
254
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
255
255
  };
256
256
  md: {
257
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
257
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
258
258
  } & {
259
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
259
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
260
260
  };
261
261
  sm: {
262
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
262
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
263
263
  } & {
264
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
264
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
265
265
  };
266
266
  xs: {
267
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
267
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
268
268
  } & {
269
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
269
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
270
270
  };
271
271
  cols: {
272
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
272
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
273
273
  } & {
274
- type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12">;
274
+ type: import("vue").PropType<1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12">;
275
275
  };
276
276
  variant: {
277
277
  type: import("vue").PropType<"default" | "grid">;
@@ -313,11 +313,11 @@ declare const _default: {
313
313
  colorSchemaType?: any;
314
314
  colors?: any;
315
315
  } & {
316
- xs?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12";
317
- sm?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12";
318
- md?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12";
319
- lg?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12";
320
- xl?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12";
316
+ xs?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
317
+ sm?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
318
+ md?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
319
+ lg?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
320
+ xl?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
321
321
  class?: String | String[];
322
322
  alignSelf?: "center" | "auto" | "stretch" | "end" | "start" | "baseline";
323
323
  margin?: SpacingSettings | SpacingType;
@@ -326,7 +326,7 @@ declare const _default: {
326
326
  variant?: "default" | "grid";
327
327
  toned?: boolean;
328
328
  "align-self"?: "center" | "auto" | "stretch" | "end" | "start" | "baseline";
329
- cols?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "auto" | "10" | "11" | "12";
329
+ cols?: 1 | 2 | 4 | 8 | 3 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | "1" | "auto" | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
330
330
  }>, never>;
331
331
  };
332
332
  export default _default;
@@ -28,9 +28,9 @@ declare const _default: {
28
28
  required: false;
29
29
  };
30
30
  variant: {
31
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
31
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
32
32
  } & {
33
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
33
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
34
34
  };
35
35
  size: {
36
36
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
@@ -121,9 +121,9 @@ declare const _default: {
121
121
  required: false;
122
122
  };
123
123
  variant: {
124
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
124
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
125
125
  } & {
126
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
126
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
127
127
  };
128
128
  size: {
129
129
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
@@ -220,9 +220,9 @@ declare const _default: {
220
220
  required: false;
221
221
  };
222
222
  variant: {
223
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
223
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
224
224
  } & {
225
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
225
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
226
226
  };
227
227
  size: {
228
228
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
@@ -316,9 +316,9 @@ declare const _default: {
316
316
  required: false;
317
317
  };
318
318
  variant: {
319
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
319
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
320
320
  } & {
321
- type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
321
+ type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
322
322
  };
323
323
  size: {
324
324
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
@@ -414,7 +414,7 @@ declare const _default: {
414
414
  navigation?: SlotNavigationType;
415
415
  header?: Func<[VNodeChild]>;
416
416
  };
417
- variant?: "default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry";
417
+ variant?: "default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry";
418
418
  subTitle?: string;
419
419
  "sub-title"?: string;
420
420
  hiddenCloseButton?: boolean;
@@ -15,10 +15,10 @@ declare const _default: {
15
15
  required: false;
16
16
  };
17
17
  variant: {
18
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
18
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
19
19
  required: false;
20
20
  } & {
21
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
21
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
22
22
  required: false;
23
23
  };
24
24
  navigable: {
@@ -85,10 +85,10 @@ declare const _default: {
85
85
  required: false;
86
86
  };
87
87
  variant: {
88
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
88
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
89
89
  required: false;
90
90
  } & {
91
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
91
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
92
92
  required: false;
93
93
  };
94
94
  navigable: {
@@ -158,10 +158,10 @@ declare const _default: {
158
158
  required: false;
159
159
  };
160
160
  variant: {
161
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
161
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
162
162
  required: false;
163
163
  } & {
164
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
164
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
165
165
  required: false;
166
166
  };
167
167
  navigable: {
@@ -228,10 +228,10 @@ declare const _default: {
228
228
  required: false;
229
229
  };
230
230
  variant: {
231
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
231
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
232
232
  required: false;
233
233
  } & {
234
- type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
234
+ type: import("vue").PropType<"default" | "element" | "list" | "data-table">;
235
235
  required: false;
236
236
  };
237
237
  navigable: {
@@ -295,11 +295,11 @@ declare const _default: {
295
295
  } & {
296
296
  item?: ((item: any) => VNodeChild) | ((row: IDataTableRowRenderer) => void);
297
297
  };
298
- variant?: "default" | "list" | "element" | "data-table";
298
+ variant?: "default" | "element" | "list" | "data-table";
299
299
  itemTitle?: string | ((item: any) => VNodeChild);
300
- "item-title"?: string | ((item: any) => VNodeChild);
301
300
  itemValue?: string | ((item: any) => string);
302
301
  "item-value"?: string | ((item: any) => string);
302
+ "item-title"?: string | ((item: any) => VNodeChild);
303
303
  disabledItem?: string;
304
304
  "disabled-item"?: string;
305
305
  placeholderClass?: string;
@@ -366,11 +366,11 @@ declare const _default: {
366
366
  colors?: any;
367
367
  } & {
368
368
  class?: String | String[];
369
- width?: string;
370
- height?: string;
371
369
  direction?: "row" | "row-reverse";
370
+ height?: string;
372
371
  minHeight?: string;
373
372
  minWidth?: string;
373
+ width?: string;
374
374
  margin?: SpacingSettings | SpacingType;
375
375
  padding?: SpacingSettings | SpacingType;
376
376
  wrap?: boolean;