@breadstone/mosaik-elements-vue 0.1.7 → 0.1.8

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 (198) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +22 -22
  3. package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
  4. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +16 -16
  5. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +10 -10
  7. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +6 -6
  8. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +14 -14
  9. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +18 -18
  10. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +24 -24
  11. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +16 -16
  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 +10 -10
  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 +14 -14
  20. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
  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 +10 -10
  24. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +4 -4
  25. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  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 +2 -2
  30. package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
  31. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
  32. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
  33. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
  34. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +10 -10
  35. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
  36. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +18 -18
  37. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +12 -12
  38. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
  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 +36 -36
  42. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  43. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
  44. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
  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 +16 -16
  49. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +10 -10
  50. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
  51. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
  52. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
  53. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +22 -22
  54. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +8 -8
  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 +10 -10
  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 +10 -10
  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 +17 -17
  66. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +12 -12
  67. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.d.ts +2 -2
  68. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  69. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
  70. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  71. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  72. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  73. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  74. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
  75. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
  76. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
  77. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +2 -2
  78. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  79. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
  80. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
  81. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
  82. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +8 -8
  83. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  84. package/Controls/Components/Media/Chat/ChatComponent.d.ts +2 -2
  85. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
  86. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
  87. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  88. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  89. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  90. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  91. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  92. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
  93. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
  94. package/Controls/Components/Media/Chip/ChipComponent.d.ts +10 -10
  95. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
  96. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  97. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  98. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
  99. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  100. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  101. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  102. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
  103. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  104. package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
  105. package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
  106. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  107. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
  108. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  109. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
  110. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  111. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  112. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +14 -14
  113. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  114. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  115. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
  116. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +2 -2
  117. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +12 -12
  118. package/Controls/Components/Overlays/tour/TourComponent.d.ts +12 -12
  119. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  122. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +4 -4
  123. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
  124. package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
  125. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
  126. package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
  127. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  128. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  129. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +24 -24
  130. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  131. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  132. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  133. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +6 -6
  134. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  135. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  136. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
  137. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
  138. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
  139. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  140. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  141. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  142. package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
  143. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  144. package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
  145. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  146. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  147. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
  148. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  149. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +10 -10
  150. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +4 -4
  151. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  152. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
  153. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
  154. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
  155. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  156. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  157. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  158. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  159. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
  160. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
  161. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +8 -8
  162. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  163. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  164. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  165. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  166. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  167. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  168. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +22 -22
  169. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
  170. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +10 -10
  171. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +10 -10
  172. package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
  173. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  174. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +16 -16
  175. package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
  176. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +10 -10
  177. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
  178. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +12 -12
  179. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
  180. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  181. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +6 -6
  182. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
  183. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  184. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  185. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  186. package/Controls/Components/Selectors/Table/TableComponent.d.ts +12 -12
  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/TreeItemComponent.d.ts +16 -16
  191. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
  192. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  193. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  194. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  195. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  196. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  197. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  198. package/package.json +2 -2
@@ -5,42 +5,42 @@
5
5
  */
6
6
  export declare const SegmentItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  label?: any;
11
+ size?: any;
12
12
  orientation?: any;
13
13
  disabled?: any;
14
- value?: any;
15
14
  variant?: any;
16
- size?: any;
17
- isChecked?: any;
15
+ appearance?: any;
16
+ value?: any;
18
17
  isFocused?: any;
19
18
  icon?: any;
20
- iconPosition?: any;
21
19
  iconSize?: any;
20
+ iconPosition?: any;
22
21
  type?: any;
23
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<{
27
27
  themeName?: any;
28
- appearance?: any;
29
28
  dir?: any;
30
29
  lang?: any;
31
30
  label?: any;
31
+ size?: any;
32
32
  orientation?: any;
33
33
  disabled?: any;
34
- value?: any;
35
34
  variant?: any;
36
- size?: any;
37
- isChecked?: any;
35
+ appearance?: any;
36
+ value?: any;
38
37
  isFocused?: any;
39
38
  icon?: any;
40
- iconPosition?: any;
41
39
  iconSize?: any;
40
+ iconPosition?: any;
42
41
  type?: any;
43
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
- orientation?: any;
11
10
  fit?: any;
12
11
  items?: any;
12
+ orientation?: any;
13
+ disabled?: any;
14
+ selectedItem?: any;
13
15
  activeIndex?: any;
14
16
  isFirstStep?: any;
15
17
  isLastStep?: any;
16
- disabled?: 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
- orientation?: any;
25
24
  fit?: any;
26
25
  items?: any;
26
+ orientation?: any;
27
+ disabled?: any;
28
+ selectedItem?: any;
27
29
  activeIndex?: any;
28
30
  isFirstStep?: any;
29
31
  isLastStep?: any;
30
- disabled?: any;
31
- selectedItem?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,18 +9,18 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  header?: any;
11
11
  disabled?: any;
12
- isActive?: any;
12
+ value?: any;
13
+ state?: any;
14
+ icon?: any;
13
15
  animationTarget?: any;
14
16
  enter?: any;
15
17
  exit?: any;
16
- isSelected?: any;
17
18
  index?: any;
19
+ isActive?: any;
20
+ isSelected?: any;
18
21
  displayText?: any;
19
- value?: 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<{
@@ -29,18 +29,18 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
29
29
  lang?: any;
30
30
  header?: any;
31
31
  disabled?: any;
32
- isActive?: any;
32
+ value?: any;
33
+ state?: any;
34
+ icon?: any;
33
35
  animationTarget?: any;
34
36
  enter?: any;
35
37
  exit?: any;
36
- isSelected?: any;
37
38
  index?: any;
39
+ isActive?: any;
40
+ isSelected?: any;
38
41
  displayText?: any;
39
- value?: 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;
@@ -5,34 +5,34 @@
5
5
  */
6
6
  export declare const TabComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  items?: any;
12
11
  disabled?: any;
13
- selectedItem?: any;
14
12
  variant?: any;
13
+ appearance?: any;
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
- appearance?: any;
25
24
  dir?: any;
26
25
  lang?: any;
27
26
  items?: any;
28
27
  disabled?: any;
29
- selectedItem?: any;
30
28
  variant?: any;
29
+ appearance?: any;
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;
@@ -10,15 +10,15 @@ export declare const TabItemComponent: import("vue").DefineComponent<{
10
10
  label?: any;
11
11
  orientation?: any;
12
12
  disabled?: any;
13
+ value?: any;
14
+ icon?: any;
13
15
  animationTarget?: any;
14
16
  enter?: any;
15
17
  exit?: any;
16
- isSelected?: any;
17
- value?: 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<{
@@ -28,15 +28,15 @@ export declare const TabItemComponent: import("vue").DefineComponent<{
28
28
  label?: any;
29
29
  orientation?: any;
30
30
  disabled?: any;
31
+ value?: any;
32
+ icon?: any;
31
33
  animationTarget?: any;
32
34
  enter?: any;
33
35
  exit?: any;
34
- isSelected?: any;
35
- value?: 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;
@@ -5,30 +5,30 @@
5
5
  */
6
6
  export declare const TabPanelComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
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<{
21
21
  themeName?: any;
22
- appearance?: any;
23
22
  dir?: any;
24
23
  lang?: any;
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;
@@ -5,30 +5,30 @@
5
5
  */
6
6
  export declare const TabStripComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  items?: any;
12
11
  disabled?: any;
13
- selectedItem?: any;
14
12
  variant?: any;
13
+ appearance?: any;
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
- appearance?: any;
23
22
  dir?: any;
24
23
  lang?: any;
25
24
  items?: any;
26
25
  disabled?: any;
27
- selectedItem?: any;
28
26
  variant?: any;
27
+ appearance?: any;
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;
@@ -10,15 +10,15 @@ export declare const TabStripItemComponent: import("vue").DefineComponent<{
10
10
  label?: any;
11
11
  orientation?: any;
12
12
  disabled?: any;
13
- isSelected?: any;
14
- value?: any;
15
13
  variant?: any;
14
+ value?: any;
16
15
  isFocused?: any;
17
- placement?: any;
18
16
  icon?: any;
19
- iconPosition?: any;
20
17
  iconSize?: any;
18
+ iconPosition?: any;
21
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<{
@@ -28,15 +28,15 @@ export declare const TabStripItemComponent: import("vue").DefineComponent<{
28
28
  label?: any;
29
29
  orientation?: any;
30
30
  disabled?: any;
31
- isSelected?: any;
32
- value?: any;
33
31
  variant?: any;
32
+ value?: any;
34
33
  isFocused?: any;
35
- placement?: any;
36
34
  icon?: any;
37
- iconPosition?: any;
38
35
  iconSize?: any;
36
+ iconPosition?: any;
39
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
- isSelected?: any;
12
- value?: 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
- isSelected?: any;
25
- value?: 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,8 +8,8 @@ export declare const TableBodyRowComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  disabled?: any;
11
- isSelected?: any;
12
11
  value?: any;
12
+ isSelected?: 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" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
@@ -17,8 +17,8 @@ export declare const TableBodyRowComponent: import("vue").DefineComponent<{
17
17
  dir?: any;
18
18
  lang?: any;
19
19
  disabled?: any;
20
- isSelected?: any;
21
20
  value?: any;
21
+ isSelected?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -5,36 +5,36 @@
5
5
  */
6
6
  export declare const TableComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  caption?: any;
12
- columns?: any;
13
- selectionMode?: any;
14
- resizable?: any;
15
11
  intl?: any;
16
- selectedRows?: any;
17
- selectedCells?: any;
12
+ appearance?: any;
13
+ selectionMode?: 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<{
24
24
  themeName?: any;
25
- appearance?: any;
26
25
  dir?: any;
27
26
  lang?: any;
28
27
  caption?: any;
29
- columns?: any;
30
- selectionMode?: any;
31
- resizable?: any;
32
28
  intl?: any;
33
- selectedRows?: any;
34
- selectedCells?: any;
29
+ appearance?: any;
30
+ selectionMode?: 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;
@@ -4,55 +4,55 @@
4
4
  * @public
5
5
  */
6
6
  export declare const TableHeaderCellComponent: import("vue").DefineComponent<{
7
- pinned?: any;
8
7
  themeName?: any;
9
8
  dir?: any;
10
9
  lang?: 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
- pinned?: any;
34
33
  themeName?: any;
35
34
  dir?: any;
36
35
  lang?: 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;
@@ -9,17 +9,17 @@ export declare const TreeItemComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  items?: any;
11
11
  disabled?: any;
12
- isSelected?: any;
13
- index?: any;
14
- displayText?: any;
15
- value?: any;
16
12
  variant?: any;
17
- hasChildren?: any;
13
+ isBusy?: any;
18
14
  text?: any;
19
- isExpanded?: any;
20
- isChecked?: any;
15
+ value?: any;
21
16
  isFocused?: any;
22
- isBusy?: any;
17
+ index?: any;
18
+ isSelected?: any;
19
+ displayText?: any;
20
+ isChecked?: 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<{
@@ -28,17 +28,17 @@ export declare const TreeItemComponent: import("vue").DefineComponent<{
28
28
  lang?: any;
29
29
  items?: any;
30
30
  disabled?: any;
31
- isSelected?: any;
32
- index?: any;
33
- displayText?: any;
34
- value?: any;
35
31
  variant?: any;
36
- hasChildren?: any;
32
+ isBusy?: any;
37
33
  text?: any;
38
- isExpanded?: any;
39
- isChecked?: any;
34
+ value?: any;
40
35
  isFocused?: any;
41
- isBusy?: any;
36
+ index?: any;
37
+ isSelected?: any;
38
+ displayText?: any;
39
+ isChecked?: any;
40
+ isExpanded?: any;
41
+ hasChildren?: any;
42
42
  }> & Readonly<{
43
43
  onConnected?: ((...args: any[]) => any) | undefined;
44
44
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,11 +10,11 @@ export declare const WizardComponent: import("vue").DefineComponent<{
10
10
  name?: any;
11
11
  fit?: any;
12
12
  items?: any;
13
+ disabled?: any;
14
+ selectedItem?: any;
13
15
  activeIndex?: any;
14
16
  isFirstStep?: any;
15
17
  isLastStep?: any;
16
- disabled?: 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<{
@@ -24,11 +24,11 @@ export declare const WizardComponent: import("vue").DefineComponent<{
24
24
  name?: any;
25
25
  fit?: any;
26
26
  items?: any;
27
+ disabled?: any;
28
+ selectedItem?: any;
27
29
  activeIndex?: any;
28
30
  isFirstStep?: any;
29
31
  isLastStep?: any;
30
- disabled?: any;
31
- selectedItem?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;