@breadstone/mosaik-elements-vue 0.0.248 → 0.0.249

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 (199) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +26 -26
  3. package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
  4. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +20 -20
  5. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +26 -26
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +12 -12
  7. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
  8. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +18 -18
  9. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +22 -22
  10. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +26 -26
  11. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +8 -8
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +20 -20
  13. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +4 -4
  14. package/Controls/Components/Cells/CellComponent.d.ts +2 -2
  15. package/Controls/Components/Charts/ChartComponent.d.ts +12 -12
  16. package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
  17. package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
  18. package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
  19. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +12 -12
  20. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +8 -8
  21. package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
  22. package/Controls/Components/Grouping/Card/CardComponent.d.ts +10 -10
  23. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +6 -6
  24. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  25. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +10 -10
  26. package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
  27. package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
  28. package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
  29. package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +4 -4
  30. package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
  31. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +46 -46
  32. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +26 -26
  33. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +10 -10
  34. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
  35. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +6 -6
  36. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
  37. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +12 -12
  38. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +6 -6
  39. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  40. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
  41. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +34 -34
  42. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  43. package/Controls/Components/Inputs/FileUpload/FilePickerComponent.d.ts +2 -2
  44. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +16 -16
  45. package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
  46. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
  47. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
  48. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
  49. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
  50. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +6 -6
  51. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +6 -6
  52. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
  53. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +20 -20
  54. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +10 -10
  55. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
  56. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
  57. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +8 -8
  58. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
  59. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
  60. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
  61. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
  62. package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
  63. package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  64. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
  65. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
  66. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +14 -14
  67. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +4 -4
  68. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
  69. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  70. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  71. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  72. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  73. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +6 -6
  74. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
  75. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +6 -6
  76. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
  77. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  78. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
  79. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
  80. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
  81. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +6 -6
  82. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  83. package/Controls/Components/Media/Chat/ChatComponent.d.ts +2 -2
  84. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
  85. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +6 -6
  86. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  87. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  88. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  89. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  90. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
  91. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
  92. package/Controls/Components/Media/Chip/ChipComponent.d.ts +12 -12
  93. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +8 -8
  94. package/Controls/Components/Media/ColorArea/ColorAreaComponent.d.ts +2 -2
  95. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +4 -4
  96. package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +2 -2
  97. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +14 -14
  98. package/Controls/Components/Media/ColorEditor/ColorEditorHueSliderComponent.d.ts +2 -2
  99. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +6 -6
  100. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +4 -4
  101. package/Controls/Components/Media/ColorEditor/ColorEditorShadeSliderComponent.d.ts +2 -2
  102. package/Controls/Components/Media/ColorEditor/ColorEditorSwatchComponent.d.ts +2 -2
  103. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  104. package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +2 -2
  105. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  106. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
  107. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  108. package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
  109. package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
  110. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  111. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +14 -14
  112. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  113. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
  114. package/Controls/Components/Media/Video/VideoComponent.d.ts +6 -6
  115. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  116. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +12 -12
  117. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  118. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  119. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +24 -24
  120. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +2 -2
  121. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +8 -8
  122. package/Controls/Components/Overlays/tour/TourComponent.d.ts +12 -12
  123. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  124. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  125. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  126. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  127. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
  128. package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
  129. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
  130. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  131. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  132. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +22 -22
  133. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  134. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  135. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  136. package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +2 -2
  137. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
  138. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  139. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
  140. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
  141. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +22 -22
  142. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  143. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  144. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  145. package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
  146. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  147. package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
  148. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  149. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +6 -6
  150. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
  151. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  152. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +10 -10
  153. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  154. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
  155. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +6 -6
  156. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
  157. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  158. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  159. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  160. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  161. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +8 -8
  162. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +8 -8
  163. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
  164. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  165. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +4 -4
  166. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +2 -2
  167. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +2 -2
  168. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  169. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +8 -8
  170. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
  171. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
  172. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +10 -10
  173. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +10 -10
  174. package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
  175. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +6 -6
  176. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
  177. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +14 -14
  178. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
  179. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +10 -10
  180. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
  181. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  182. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  183. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
  184. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +12 -12
  185. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  186. package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
  187. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  188. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  189. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  190. package/Controls/Components/Selectors/Tree/TreeComponent.d.ts +2 -2
  191. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +14 -14
  192. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
  193. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +6 -6
  194. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  195. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  196. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  197. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  198. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  199. package/package.json +2 -2
@@ -8,19 +8,19 @@ export declare const SegmentItemComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  label?: any;
11
- ripple?: any;
12
- isFocused?: any;
11
+ size?: any;
12
+ orientation?: any;
13
13
  disabled?: any;
14
14
  variant?: any;
15
- value?: any;
16
15
  appearance?: any;
17
- orientation?: any;
18
- size?: any;
19
- isChecked?: any;
16
+ value?: any;
17
+ isFocused?: any;
20
18
  icon?: any;
21
- iconPosition?: any;
22
19
  iconSize?: any;
20
+ iconPosition?: any;
23
21
  type?: any;
22
+ ripple?: any;
23
+ isChecked?: any;
24
24
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
25
  [key: string]: any;
26
26
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
@@ -28,19 +28,19 @@ export declare const SegmentItemComponent: import("vue").DefineComponent<{
28
28
  dir?: any;
29
29
  lang?: any;
30
30
  label?: any;
31
- ripple?: any;
32
- isFocused?: any;
31
+ size?: any;
32
+ orientation?: any;
33
33
  disabled?: any;
34
34
  variant?: any;
35
- value?: any;
36
35
  appearance?: any;
37
- orientation?: any;
38
- size?: any;
39
- isChecked?: any;
36
+ value?: any;
37
+ isFocused?: any;
40
38
  icon?: any;
41
- iconPosition?: any;
42
39
  iconSize?: any;
40
+ iconPosition?: any;
43
41
  type?: any;
42
+ ripple?: any;
43
+ isChecked?: any;
44
44
  }> & Readonly<{
45
45
  onConnected?: ((...args: any[]) => any) | undefined;
46
46
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,28 +7,28 @@ export declare const StepperComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
- disabled?: any;
11
- orientation?: any;
12
10
  fit?: any;
13
11
  items?: any;
12
+ orientation?: any;
13
+ disabled?: any;
14
+ selectedItem?: any;
14
15
  activeIndex?: any;
15
16
  isFirstStep?: any;
16
17
  isLastStep?: any;
17
- selectedItem?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged", import("vue").PublicProps, Readonly<{
21
21
  themeName?: any;
22
22
  dir?: any;
23
23
  lang?: any;
24
- disabled?: any;
25
- orientation?: any;
26
24
  fit?: any;
27
25
  items?: any;
26
+ orientation?: any;
27
+ disabled?: any;
28
+ selectedItem?: any;
28
29
  activeIndex?: any;
29
30
  isFirstStep?: any;
30
31
  isLastStep?: any;
31
- selectedItem?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,17 +10,17 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
10
10
  header?: any;
11
11
  disabled?: any;
12
12
  value?: any;
13
- isActive?: any;
13
+ state?: any;
14
+ icon?: any;
14
15
  animationTarget?: any;
15
16
  enter?: any;
16
17
  exit?: any;
17
- isSelected?: any;
18
18
  index?: any;
19
+ isActive?: any;
20
+ isSelected?: any;
19
21
  displayText?: any;
20
- state?: any;
21
- icon?: any;
22
- description?: any;
23
22
  hint?: any;
23
+ description?: any;
24
24
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
25
  [key: string]: any;
26
26
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -30,17 +30,17 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
30
30
  header?: any;
31
31
  disabled?: any;
32
32
  value?: any;
33
- isActive?: any;
33
+ state?: any;
34
+ icon?: any;
34
35
  animationTarget?: any;
35
36
  enter?: any;
36
37
  exit?: any;
37
- isSelected?: any;
38
38
  index?: any;
39
+ isActive?: any;
40
+ isSelected?: any;
39
41
  displayText?: any;
40
- state?: any;
41
- icon?: any;
42
- description?: any;
43
42
  hint?: any;
43
+ description?: any;
44
44
  }> & Readonly<{
45
45
  onConnected?: ((...args: any[]) => any) | undefined;
46
46
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,32 +7,32 @@ export declare const TabComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
+ items?: any;
10
11
  disabled?: any;
11
12
  variant?: any;
12
13
  appearance?: any;
13
- items?: any;
14
14
  selectedItem?: any;
15
15
  placement?: any;
16
16
  alignment?: any;
17
- selectedIndex?: any;
18
17
  hasIndicator?: any;
19
18
  enableGestures?: any;
19
+ selectedIndex?: any;
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
22
22
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
23
23
  themeName?: any;
24
24
  dir?: any;
25
25
  lang?: any;
26
+ items?: any;
26
27
  disabled?: any;
27
28
  variant?: any;
28
29
  appearance?: any;
29
- items?: any;
30
30
  selectedItem?: any;
31
31
  placement?: any;
32
32
  alignment?: any;
33
- selectedIndex?: any;
34
33
  hasIndicator?: any;
35
34
  enableGestures?: any;
35
+ selectedIndex?: any;
36
36
  }> & Readonly<{
37
37
  onConnected?: ((...args: any[]) => any) | undefined;
38
38
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,17 +8,17 @@ export declare const TabItemComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  label?: any;
11
+ orientation?: any;
11
12
  disabled?: any;
12
13
  value?: any;
13
- orientation?: any;
14
+ icon?: any;
14
15
  animationTarget?: any;
15
16
  enter?: any;
16
17
  exit?: any;
17
- isSelected?: any;
18
+ iconSize?: any;
18
19
  closeable?: any;
19
- icon?: any;
20
20
  iconPosition?: any;
21
- iconSize?: any;
21
+ isSelected?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -26,17 +26,17 @@ export declare const TabItemComponent: import("vue").DefineComponent<{
26
26
  dir?: any;
27
27
  lang?: any;
28
28
  label?: any;
29
+ orientation?: any;
29
30
  disabled?: any;
30
31
  value?: any;
31
- orientation?: any;
32
+ icon?: any;
32
33
  animationTarget?: any;
33
34
  enter?: any;
34
35
  exit?: any;
35
- isSelected?: any;
36
+ iconSize?: any;
36
37
  closeable?: any;
37
- icon?: any;
38
38
  iconPosition?: any;
39
- iconSize?: any;
39
+ isSelected?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,11 +10,11 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
10
10
  appearance?: any;
11
11
  placement?: any;
12
12
  alignment?: any;
13
- hasIndicator?: any;
14
- enableGestures?: any;
15
13
  hasScrollableContent?: any;
16
14
  canScrollToStart?: any;
17
15
  canScrollToEnd?: any;
16
+ hasIndicator?: any;
17
+ enableGestures?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -24,11 +24,11 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
24
24
  appearance?: any;
25
25
  placement?: any;
26
26
  alignment?: any;
27
- hasIndicator?: any;
28
- enableGestures?: any;
29
27
  hasScrollableContent?: any;
30
28
  canScrollToStart?: any;
31
29
  canScrollToEnd?: any;
30
+ hasIndicator?: any;
31
+ enableGestures?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,28 +7,28 @@ export declare const TabStripComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
+ items?: any;
10
11
  disabled?: any;
11
12
  variant?: any;
12
13
  appearance?: any;
13
- items?: any;
14
14
  selectedItem?: any;
15
15
  placement?: any;
16
- selectedIndex?: any;
17
16
  hasIndicator?: any;
17
+ selectedIndex?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
21
21
  themeName?: any;
22
22
  dir?: any;
23
23
  lang?: any;
24
+ items?: any;
24
25
  disabled?: any;
25
26
  variant?: any;
26
27
  appearance?: any;
27
- items?: any;
28
28
  selectedItem?: any;
29
29
  placement?: any;
30
- selectedIndex?: any;
31
30
  hasIndicator?: any;
31
+ selectedIndex?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,17 +8,17 @@ export declare const TabStripItemComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  label?: any;
11
- ripple?: any;
12
- isFocused?: any;
11
+ orientation?: any;
13
12
  disabled?: any;
14
13
  variant?: any;
15
14
  value?: any;
16
- orientation?: any;
17
- isSelected?: any;
18
- placement?: any;
15
+ isFocused?: any;
19
16
  icon?: any;
20
- iconPosition?: any;
21
17
  iconSize?: any;
18
+ iconPosition?: any;
19
+ ripple?: any;
20
+ isSelected?: any;
21
+ placement?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -26,17 +26,17 @@ export declare const TabStripItemComponent: import("vue").DefineComponent<{
26
26
  dir?: any;
27
27
  lang?: any;
28
28
  label?: any;
29
- ripple?: any;
30
- isFocused?: any;
29
+ orientation?: any;
31
30
  disabled?: any;
32
31
  variant?: any;
33
32
  value?: any;
34
- orientation?: any;
35
- isSelected?: any;
36
- placement?: any;
33
+ isFocused?: any;
37
34
  icon?: any;
38
- iconPosition?: any;
39
35
  iconSize?: any;
36
+ iconPosition?: any;
37
+ ripple?: any;
38
+ isSelected?: any;
39
+ placement?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
42
42
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,12 +8,12 @@ export declare const TableBodyCellComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  disabled?: any;
11
- value?: any;
12
- isSelected?: any;
13
11
  text?: any;
12
+ value?: any;
14
13
  formatter?: any;
15
- columnHidden?: any;
14
+ isSelected?: any;
16
15
  textOverflow?: any;
16
+ columnHidden?: any;
17
17
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
18
  [key: string]: any;
19
19
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -21,12 +21,12 @@ export declare const TableBodyCellComponent: import("vue").DefineComponent<{
21
21
  dir?: any;
22
22
  lang?: any;
23
23
  disabled?: any;
24
- value?: any;
25
- isSelected?: any;
26
24
  text?: any;
25
+ value?: any;
27
26
  formatter?: any;
28
- columnHidden?: any;
27
+ isSelected?: any;
29
28
  textOverflow?: any;
29
+ columnHidden?: any;
30
30
  }> & Readonly<{
31
31
  onConnected?: ((...args: any[]) => any) | undefined;
32
32
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,16 +8,16 @@ export declare const TableComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  caption?: any;
11
+ intl?: any;
11
12
  appearance?: any;
12
- columns?: any;
13
13
  selectionMode?: any;
14
- resizable?: any;
15
- intl?: any;
16
- selectedRows?: any;
17
- selectedCells?: any;
18
14
  alternating?: any;
19
15
  selectionType?: any;
16
+ resizable?: any;
20
17
  sortMode?: any;
18
+ columns?: any;
19
+ selectedRows?: any;
20
+ selectedCells?: any;
21
21
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
22
22
  [key: string]: any;
23
23
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "columnsChanged" | "tableChooseColumns" | "tableSelectionChanged")[], "connected" | "disconnected" | "changed" | "columnsChanged" | "tableChooseColumns" | "tableSelectionChanged", import("vue").PublicProps, Readonly<{
@@ -25,16 +25,16 @@ export declare const TableComponent: import("vue").DefineComponent<{
25
25
  dir?: any;
26
26
  lang?: any;
27
27
  caption?: any;
28
+ intl?: any;
28
29
  appearance?: any;
29
- columns?: any;
30
30
  selectionMode?: any;
31
- resizable?: any;
32
- intl?: any;
33
- selectedRows?: any;
34
- selectedCells?: any;
35
31
  alternating?: any;
36
32
  selectionType?: any;
33
+ resizable?: any;
37
34
  sortMode?: any;
35
+ columns?: any;
36
+ selectedRows?: any;
37
+ selectedCells?: any;
38
38
  }> & Readonly<{
39
39
  onConnected?: ((...args: any[]) => any) | undefined;
40
40
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,8 +10,8 @@ export declare const TableFooterCellComponent: import("vue").DefineComponent<{
10
10
  disabled?: any;
11
11
  text?: any;
12
12
  formatter?: any;
13
- columnHidden?: any;
14
13
  textOverflow?: any;
14
+ columnHidden?: any;
15
15
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
16
  [key: string]: any;
17
17
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -21,8 +21,8 @@ export declare const TableFooterCellComponent: import("vue").DefineComponent<{
21
21
  disabled?: any;
22
22
  text?: any;
23
23
  formatter?: any;
24
- columnHidden?: any;
25
24
  textOverflow?: any;
25
+ columnHidden?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,52 +7,52 @@ export declare const TableHeaderCellComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
- pinned?: any;
11
10
  disabled?: any;
12
11
  text?: any;
13
- formatter?: any;
14
- resizable?: any;
15
12
  intl?: any;
16
- sortMode?: any;
13
+ formatter?: any;
17
14
  sorted?: any;
18
- key?: any;
15
+ resizable?: any;
19
16
  sortable?: any;
20
17
  pinable?: any;
21
- sortDirection?: any;
22
- minWidth?: any;
23
- maxWidth?: any;
24
18
  hideable?: any;
25
19
  autoSizeable?: any;
26
20
  columnChoosable?: any;
27
- sortIndex?: any;
28
- columnHidden?: any;
21
+ sortMode?: any;
29
22
  textOverflow?: any;
23
+ maxWidth?: any;
24
+ pinned?: any;
25
+ minWidth?: any;
26
+ columnHidden?: any;
27
+ key?: any;
28
+ sortDirection?: any;
29
+ sortIndex?: any;
30
30
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
31
  [key: string]: any;
32
32
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableSortChanged" | "tableColumnResized" | "tableRequestChooseColumns")[], "connected" | "disconnected" | "changed" | "tableSortChanged" | "tableColumnResized" | "tableRequestChooseColumns", import("vue").PublicProps, Readonly<{
33
33
  themeName?: any;
34
34
  dir?: any;
35
35
  lang?: any;
36
- pinned?: any;
37
36
  disabled?: any;
38
37
  text?: any;
39
- formatter?: any;
40
- resizable?: any;
41
38
  intl?: any;
42
- sortMode?: any;
39
+ formatter?: any;
43
40
  sorted?: any;
44
- key?: any;
41
+ resizable?: any;
45
42
  sortable?: any;
46
43
  pinable?: any;
47
- sortDirection?: any;
48
- minWidth?: any;
49
- maxWidth?: any;
50
44
  hideable?: any;
51
45
  autoSizeable?: any;
52
46
  columnChoosable?: any;
53
- sortIndex?: any;
54
- columnHidden?: any;
47
+ sortMode?: any;
55
48
  textOverflow?: any;
49
+ maxWidth?: any;
50
+ pinned?: any;
51
+ minWidth?: any;
52
+ columnHidden?: any;
53
+ key?: any;
54
+ sortDirection?: any;
55
+ sortIndex?: any;
56
56
  }> & Readonly<{
57
57
  onConnected?: ((...args: any[]) => any) | undefined;
58
58
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,8 +8,8 @@ export declare const TableColumnEditorComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  tableColumnEditorDismissed?: any;
11
- columns?: any;
12
11
  intl?: any;
12
+ columns?: any;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
15
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableColumnEditorChanged")[], "connected" | "disconnected" | "changed" | "tableColumnEditorChanged", import("vue").PublicProps, Readonly<{
@@ -17,8 +17,8 @@ export declare const TableColumnEditorComponent: import("vue").DefineComponent<{
17
17
  dir?: any;
18
18
  lang?: any;
19
19
  tableColumnEditorDismissed?: any;
20
- columns?: any;
21
20
  intl?: any;
21
+ columns?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,8 +7,8 @@ export declare const TreeComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
- disabled?: any;
11
10
  items?: any;
11
+ disabled?: any;
12
12
  selectionMode?: any;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
@@ -16,8 +16,8 @@ export declare const TreeComponent: import("vue").DefineComponent<{
16
16
  themeName?: any;
17
17
  dir?: any;
18
18
  lang?: any;
19
- disabled?: any;
20
19
  items?: any;
20
+ disabled?: any;
21
21
  selectionMode?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -7,38 +7,38 @@ export declare const TreeItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
- isFocused?: any;
10
+ items?: any;
11
11
  disabled?: any;
12
12
  variant?: any;
13
+ isBusy?: any;
14
+ text?: any;
13
15
  value?: any;
14
- items?: any;
15
- isSelected?: any;
16
+ isFocused?: any;
16
17
  index?: any;
18
+ isSelected?: any;
17
19
  displayText?: any;
18
- hasChildren?: any;
19
- text?: any;
20
- isExpanded?: any;
21
20
  isChecked?: any;
22
- isBusy?: any;
21
+ isExpanded?: any;
22
+ hasChildren?: any;
23
23
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
27
  dir?: any;
28
28
  lang?: any;
29
- isFocused?: any;
29
+ items?: any;
30
30
  disabled?: any;
31
31
  variant?: any;
32
+ isBusy?: any;
33
+ text?: any;
32
34
  value?: any;
33
- items?: any;
34
- isSelected?: any;
35
+ isFocused?: any;
35
36
  index?: any;
37
+ isSelected?: any;
36
38
  displayText?: any;
37
- hasChildren?: any;
38
- text?: any;
39
- isExpanded?: any;
40
39
  isChecked?: any;
41
- isBusy?: any;
40
+ isExpanded?: any;
41
+ hasChildren?: any;
42
42
  }> & Readonly<{
43
43
  onConnected?: ((...args: any[]) => any) | undefined;
44
44
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,13 +8,13 @@ export declare const WizardComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  name?: any;
11
- disabled?: any;
12
11
  fit?: any;
13
12
  items?: any;
13
+ disabled?: any;
14
+ selectedItem?: any;
14
15
  activeIndex?: any;
15
16
  isFirstStep?: any;
16
17
  isLastStep?: any;
17
- selectedItem?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged" | "activeStepChanged", import("vue").PublicProps, Readonly<{
@@ -22,13 +22,13 @@ export declare const WizardComponent: import("vue").DefineComponent<{
22
22
  dir?: any;
23
23
  lang?: any;
24
24
  name?: any;
25
- disabled?: any;
26
25
  fit?: any;
27
26
  items?: any;
27
+ disabled?: any;
28
+ selectedItem?: any;
28
29
  activeIndex?: any;
29
30
  isFirstStep?: any;
30
31
  isLastStep?: any;
31
- selectedItem?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,14 +10,14 @@ export declare const WizardStepComponent: import("vue").DefineComponent<{
10
10
  header?: any;
11
11
  disabled?: any;
12
12
  value?: any;
13
- subHeader?: any;
14
- isActive?: any;
15
13
  animationTarget?: any;
16
14
  enter?: any;
17
15
  exit?: any;
16
+ index?: any;
17
+ subHeader?: any;
18
18
  inset?: any;
19
+ isActive?: any;
19
20
  isSelected?: any;
20
- index?: any;
21
21
  displayText?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
@@ -28,14 +28,14 @@ export declare const WizardStepComponent: import("vue").DefineComponent<{
28
28
  header?: any;
29
29
  disabled?: any;
30
30
  value?: any;
31
- subHeader?: any;
32
- isActive?: any;
33
31
  animationTarget?: any;
34
32
  enter?: any;
35
33
  exit?: any;
34
+ index?: any;
35
+ subHeader?: any;
36
36
  inset?: any;
37
+ isActive?: any;
37
38
  isSelected?: any;
38
- index?: any;
39
39
  displayText?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;