@breadstone/mosaik-elements-vue 0.1.51 → 0.1.53

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 +20 -20
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +14 -14
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +24 -24
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +8 -8
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +12 -12
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +16 -16
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +24 -24
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +14 -14
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
  13. package/Controls/Components/Cells/CellComponent.d.ts +2 -2
  14. package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
  15. package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
  16. package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
  17. package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
  18. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +12 -12
  19. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
  20. package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
  21. package/Controls/Components/Grouping/Card/CardComponent.d.ts +10 -10
  22. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
  23. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  24. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  25. package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
  26. package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +6 -6
  27. package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
  28. package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
  29. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
  30. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +24 -24
  31. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
  32. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
  33. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
  34. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
  35. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
  36. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
  37. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  38. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
  39. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
  40. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  41. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
  42. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +14 -14
  43. package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
  44. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
  45. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
  46. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
  47. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
  48. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
  49. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +4 -4
  50. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
  51. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +20 -20
  52. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
  53. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
  54. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
  55. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
  56. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
  57. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
  58. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
  59. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
  60. package/Controls/Components/Layouts/Absolute/AbsoluteItemComponent.d.ts +8 -8
  61. package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  62. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
  63. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
  64. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
  65. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  66. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
  67. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  68. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  69. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  70. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  71. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +6 -6
  72. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
  73. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
  74. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
  75. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  76. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
  77. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
  78. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
  79. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +6 -6
  80. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  81. package/Controls/Components/Media/Chat/ChatComponent.d.ts +2 -2
  82. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
  83. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
  84. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  85. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  86. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  87. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  88. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  89. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
  90. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
  91. package/Controls/Components/Media/Chip/ChipComponent.d.ts +8 -8
  92. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +8 -8
  93. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  94. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  95. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
  96. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  97. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  98. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +4 -4
  99. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
  100. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  101. package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
  102. package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
  103. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  104. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
  105. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  106. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
  107. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  108. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  109. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
  110. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  111. package/Controls/Components/Overlays/Drawer/DrawerComponent.js +1 -1
  112. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  113. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
  114. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
  115. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
  116. package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
  117. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  118. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
  122. package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
  123. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
  124. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
  125. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  126. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  127. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
  128. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  129. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  130. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  131. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
  132. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  133. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  134. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +8 -8
  135. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
  136. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
  137. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  138. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  139. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  140. package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
  141. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  142. package/Controls/Components/Primitives/Sticky/StickyComponent.d.ts +4 -4
  143. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  144. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  145. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
  146. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  147. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +8 -8
  148. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  149. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  150. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
  151. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +6 -6
  152. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +4 -4
  153. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  154. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  155. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  156. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  157. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
  158. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
  159. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
  160. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  161. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  162. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  163. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  164. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  165. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  166. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
  167. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
  168. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
  169. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
  170. package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
  171. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  172. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
  173. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +8 -8
  174. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
  175. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
  176. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
  177. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  178. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  179. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
  180. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  181. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  182. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  183. package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
  184. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  185. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  186. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  187. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
  188. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
  189. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  190. package/Controls/Components/Shell/AppComponent.d.ts +6 -6
  191. package/Controls/Components/Shell/AppComponent.js +1 -1
  192. package/Controls/Components/Shell/AppComponent.js.map +1 -1
  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/Theming/Theme2Component.d.ts +2 -2
  199. package/package.json +2 -2
@@ -4,6 +4,7 @@
4
4
  * @public
5
5
  */
6
6
  export declare const ChartComponent: import("vue").DefineComponent<{
7
+ theme?: any;
7
8
  themeName?: any;
8
9
  dir?: any;
9
10
  lang?: any;
@@ -11,27 +12,26 @@ export declare const ChartComponent: import("vue").DefineComponent<{
11
12
  header?: any;
12
13
  legend?: any;
13
14
  fit?: any;
15
+ subHeader?: any;
14
16
  variant?: any;
15
- theme?: any;
16
17
  legendPosition?: any;
17
18
  width?: any;
18
19
  height?: any;
19
- subHeader?: any;
20
- markers?: any;
20
+ grid?: any;
21
+ labels?: any;
21
22
  chart?: any;
22
23
  annotations?: any;
23
24
  colors?: any;
24
25
  dataLabels?: any;
25
26
  series?: any;
26
27
  stroke?: any;
27
- labels?: any;
28
+ markers?: any;
28
29
  noData?: any;
29
30
  tooltip?: any;
30
31
  plotOptions?: any;
31
32
  responsive?: any;
32
33
  xAxis?: any;
33
34
  yAxis?: any;
34
- grid?: any;
35
35
  states?: any;
36
36
  display?: any;
37
37
  stacked?: any;
@@ -42,6 +42,7 @@ export declare const ChartComponent: import("vue").DefineComponent<{
42
42
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
43
  [key: string]: any;
44
44
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
45
+ theme?: any;
45
46
  themeName?: any;
46
47
  dir?: any;
47
48
  lang?: any;
@@ -49,27 +50,26 @@ export declare const ChartComponent: import("vue").DefineComponent<{
49
50
  header?: any;
50
51
  legend?: any;
51
52
  fit?: any;
53
+ subHeader?: any;
52
54
  variant?: any;
53
- theme?: any;
54
55
  legendPosition?: any;
55
56
  width?: any;
56
57
  height?: any;
57
- subHeader?: any;
58
- markers?: any;
58
+ grid?: any;
59
+ labels?: any;
59
60
  chart?: any;
60
61
  annotations?: any;
61
62
  colors?: any;
62
63
  dataLabels?: any;
63
64
  series?: any;
64
65
  stroke?: any;
65
- labels?: any;
66
+ markers?: any;
66
67
  noData?: any;
67
68
  tooltip?: any;
68
69
  plotOptions?: any;
69
70
  responsive?: any;
70
71
  xAxis?: any;
71
72
  yAxis?: any;
72
- grid?: any;
73
73
  states?: any;
74
74
  display?: any;
75
75
  stacked?: any;
@@ -9,8 +9,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  disabled?: any;
11
11
  for?: any;
12
- duration?: any;
13
12
  factor?: any;
13
+ duration?: any;
14
14
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
15
  [key: string]: any;
16
16
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -19,8 +19,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
19
19
  lang?: any;
20
20
  disabled?: any;
21
21
  for?: any;
22
- duration?: any;
23
22
  factor?: any;
23
+ duration?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,8 +10,8 @@ export declare const ScaleComponent: import("vue").DefineComponent<{
10
10
  mode?: any;
11
11
  disabled?: any;
12
12
  for?: any;
13
- duration?: any;
14
13
  factor?: any;
14
+ duration?: 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 ScaleComponent: import("vue").DefineComponent<{
21
21
  mode?: any;
22
22
  disabled?: any;
23
23
  for?: any;
24
- duration?: any;
25
24
  factor?: any;
25
+ duration?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -13,7 +13,6 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
13
13
  error?: any;
14
14
  disabled?: any;
15
15
  required?: any;
16
- labels?: any;
17
16
  hint?: any;
18
17
  info?: any;
19
18
  validators?: any;
@@ -22,6 +21,7 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
22
21
  validationMessage?: any;
23
22
  willValidate?: any;
24
23
  internals?: any;
24
+ labels?: any;
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
27
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "invalid")[], "connected" | "disconnected" | "changed" | "invalid", import("vue").PublicProps, Readonly<{
@@ -34,7 +34,6 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
34
34
  error?: any;
35
35
  disabled?: any;
36
36
  required?: any;
37
- labels?: any;
38
37
  hint?: any;
39
38
  info?: any;
40
39
  validators?: any;
@@ -43,6 +42,7 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
43
42
  validationMessage?: any;
44
43
  willValidate?: any;
45
44
  internals?: any;
45
+ labels?: any;
46
46
  }> & Readonly<{
47
47
  onConnected?: ((...args: any[]) => any) | undefined;
48
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,20 +8,20 @@ export declare const BannerComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  header?: any;
11
- fit?: any;
12
11
  orientation?: any;
12
+ fit?: any;
13
13
  disabled?: any;
14
+ subHeader?: any;
14
15
  variant?: any;
15
16
  appearance?: any;
16
- formatter?: any;
17
- icon?: any;
18
- iconSize?: any;
19
- subHeader?: any;
20
17
  isOpen?: any;
21
18
  closeable?: any;
22
- elevation?: any;
19
+ formatter?: any;
23
20
  horizontalContentAlignment?: any;
24
21
  verticalContentAlignment?: any;
22
+ icon?: any;
23
+ iconSize?: any;
24
+ elevation?: any;
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
27
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
@@ -29,20 +29,20 @@ export declare const BannerComponent: import("vue").DefineComponent<{
29
29
  dir?: any;
30
30
  lang?: any;
31
31
  header?: any;
32
- fit?: any;
33
32
  orientation?: any;
33
+ fit?: any;
34
34
  disabled?: any;
35
+ subHeader?: any;
35
36
  variant?: any;
36
37
  appearance?: any;
37
- formatter?: any;
38
- icon?: any;
39
- iconSize?: any;
40
- subHeader?: any;
41
38
  isOpen?: any;
42
39
  closeable?: any;
43
- elevation?: any;
40
+ formatter?: any;
44
41
  horizontalContentAlignment?: any;
45
42
  verticalContentAlignment?: any;
43
+ icon?: any;
44
+ iconSize?: any;
45
+ elevation?: any;
46
46
  }> & Readonly<{
47
47
  onConnected?: ((...args: any[]) => any) | undefined;
48
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -11,15 +11,15 @@ export declare const BannerGroupComponent: import("vue").DefineComponent<{
11
11
  reverse?: any;
12
12
  orientation?: any;
13
13
  disabled?: any;
14
+ index?: any;
14
15
  variant?: any;
15
- loop?: any;
16
16
  appearance?: any;
17
+ loop?: any;
17
18
  maxLength?: any;
19
+ stacking?: any;
18
20
  canPrev?: any;
19
21
  canNext?: any;
20
- index?: any;
21
22
  dismissBehavior?: any;
22
- stacking?: 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" | "change")[], "connected" | "disconnected" | "changed" | "change", import("vue").PublicProps, Readonly<{
@@ -30,15 +30,15 @@ export declare const BannerGroupComponent: import("vue").DefineComponent<{
30
30
  reverse?: any;
31
31
  orientation?: any;
32
32
  disabled?: any;
33
+ index?: any;
33
34
  variant?: any;
34
- loop?: any;
35
35
  appearance?: any;
36
+ loop?: any;
36
37
  maxLength?: any;
38
+ stacking?: any;
37
39
  canPrev?: any;
38
40
  canNext?: any;
39
- index?: any;
40
41
  dismissBehavior?: any;
41
- stacking?: any;
42
42
  }> & Readonly<{
43
43
  onConnected?: ((...args: any[]) => any) | undefined;
44
44
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,13 +9,13 @@ export declare const BreadcrumbItemComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  label?: any;
11
11
  disabled?: any;
12
- underline?: any;
12
+ isActive?: any;
13
+ variant?: any;
14
+ target?: any;
13
15
  download?: any;
14
16
  href?: any;
15
17
  rel?: any;
16
- target?: any;
17
- variant?: any;
18
- isActive?: any;
18
+ underline?: any;
19
19
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
20
  [key: string]: any;
21
21
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -24,13 +24,13 @@ export declare const BreadcrumbItemComponent: import("vue").DefineComponent<{
24
24
  lang?: any;
25
25
  label?: any;
26
26
  disabled?: any;
27
- underline?: any;
27
+ isActive?: any;
28
+ variant?: any;
29
+ target?: any;
28
30
  download?: any;
29
31
  href?: any;
30
32
  rel?: any;
31
- target?: any;
32
- variant?: any;
33
- isActive?: any;
33
+ underline?: any;
34
34
  }> & Readonly<{
35
35
  onConnected?: ((...args: any[]) => any) | undefined;
36
36
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,16 +8,16 @@ export declare const CardComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  header?: any;
11
- fit?: any;
12
11
  orientation?: any;
12
+ fit?: any;
13
13
  disabled?: any;
14
- appearance?: any;
15
- formatter?: any;
16
14
  subHeader?: any;
17
- elevation?: any;
18
15
  inset?: any;
19
- content?: any;
20
16
  isSelected?: any;
17
+ appearance?: any;
18
+ content?: any;
19
+ formatter?: any;
20
+ elevation?: any;
21
21
  inlineMedia?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
@@ -26,16 +26,16 @@ export declare const CardComponent: import("vue").DefineComponent<{
26
26
  dir?: any;
27
27
  lang?: any;
28
28
  header?: any;
29
- fit?: any;
30
29
  orientation?: any;
30
+ fit?: any;
31
31
  disabled?: any;
32
- appearance?: any;
33
- formatter?: any;
34
32
  subHeader?: any;
35
- elevation?: any;
36
33
  inset?: any;
37
- content?: any;
38
34
  isSelected?: any;
35
+ appearance?: any;
36
+ content?: any;
37
+ formatter?: any;
38
+ elevation?: any;
39
39
  inlineMedia?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -9,15 +9,15 @@ export declare const ExpanderComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  header?: any;
11
11
  disabled?: any;
12
- variant?: any;
13
- appearance?: any;
14
- icon?: any;
12
+ subHeader?: any;
15
13
  animationTarget?: any;
16
14
  enter?: any;
17
15
  exit?: any;
18
- subHeader?: any;
19
- ripple?: any;
16
+ variant?: any;
17
+ appearance?: any;
20
18
  isExpanded?: any;
19
+ icon?: any;
20
+ ripple?: any;
21
21
  direction?: any;
22
22
  caretPosition?: any;
23
23
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -28,15 +28,15 @@ export declare const ExpanderComponent: import("vue").DefineComponent<{
28
28
  lang?: any;
29
29
  header?: any;
30
30
  disabled?: any;
31
- variant?: any;
32
- appearance?: any;
33
- icon?: any;
31
+ subHeader?: any;
34
32
  animationTarget?: any;
35
33
  enter?: any;
36
34
  exit?: any;
37
- subHeader?: any;
38
- ripple?: any;
35
+ variant?: any;
36
+ appearance?: any;
39
37
  isExpanded?: any;
38
+ icon?: any;
39
+ ripple?: any;
40
40
  direction?: any;
41
41
  caretPosition?: any;
42
42
  }> & Readonly<{
@@ -11,8 +11,8 @@ export declare const ExpanderGroupComponent: import("vue").DefineComponent<{
11
11
  disabled?: any;
12
12
  variant?: any;
13
13
  appearance?: any;
14
- stacking?: any;
15
14
  direction?: any;
15
+ stacking?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
18
18
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "toggled")[], "connected" | "disconnected" | "changed" | "toggled", import("vue").PublicProps, Readonly<{
@@ -23,8 +23,8 @@ export declare const ExpanderGroupComponent: import("vue").DefineComponent<{
23
23
  disabled?: any;
24
24
  variant?: any;
25
25
  appearance?: any;
26
- stacking?: any;
27
26
  direction?: any;
27
+ stacking?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,17 +10,17 @@ export declare const MessageComponent: import("vue").DefineComponent<{
10
10
  header?: any;
11
11
  fit?: any;
12
12
  disabled?: any;
13
- variant?: any;
14
- appearance?: any;
15
- formatter?: any;
16
- icon?: any;
17
13
  animationTarget?: any;
18
14
  enter?: any;
19
15
  exit?: any;
20
- iconSize?: any;
16
+ variant?: any;
17
+ appearance?: any;
18
+ isExpanded?: any;
21
19
  closeable?: any;
22
20
  content?: any;
23
- isExpanded?: any;
21
+ formatter?: any;
22
+ icon?: any;
23
+ iconSize?: any;
24
24
  expandable?: any;
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
@@ -31,17 +31,17 @@ export declare const MessageComponent: import("vue").DefineComponent<{
31
31
  header?: any;
32
32
  fit?: any;
33
33
  disabled?: any;
34
- variant?: any;
35
- appearance?: any;
36
- formatter?: any;
37
- icon?: any;
38
34
  animationTarget?: any;
39
35
  enter?: any;
40
36
  exit?: any;
41
- iconSize?: any;
37
+ variant?: any;
38
+ appearance?: any;
39
+ isExpanded?: any;
42
40
  closeable?: any;
43
41
  content?: any;
44
- isExpanded?: any;
42
+ formatter?: any;
43
+ icon?: any;
44
+ iconSize?: any;
45
45
  expandable?: any;
46
46
  }> & Readonly<{
47
47
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -10,10 +10,10 @@ export declare const MessageContentComponent: import("vue").DefineComponent<{
10
10
  disabled?: any;
11
11
  variant?: any;
12
12
  text?: any;
13
- formatter?: any;
14
- hasContent?: any;
15
13
  isExpanded?: any;
14
+ formatter?: any;
16
15
  collapsedLines?: any;
16
+ hasContent?: 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" | "toggled" | "expanded" | "collapsed" | "contentChanged")[], "connected" | "disconnected" | "changed" | "toggled" | "expanded" | "collapsed" | "contentChanged", import("vue").PublicProps, Readonly<{
@@ -23,10 +23,10 @@ export declare const MessageContentComponent: import("vue").DefineComponent<{
23
23
  disabled?: any;
24
24
  variant?: any;
25
25
  text?: any;
26
- formatter?: any;
27
- hasContent?: any;
28
26
  isExpanded?: any;
27
+ formatter?: any;
29
28
  collapsedLines?: any;
29
+ hasContent?: any;
30
30
  }> & Readonly<{
31
31
  onConnected?: ((...args: any[]) => any) | undefined;
32
32
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,24 +7,24 @@ export declare const ActionbarComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
- fit?: any;
11
- size?: any;
12
10
  orientation?: any;
11
+ fit?: any;
13
12
  disabled?: any;
14
- overflow?: any;
13
+ size?: any;
15
14
  wrap?: any;
15
+ overflow?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
18
18
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
19
19
  themeName?: any;
20
20
  dir?: any;
21
21
  lang?: any;
22
- fit?: any;
23
- size?: any;
24
22
  orientation?: any;
23
+ fit?: any;
25
24
  disabled?: any;
26
- overflow?: any;
25
+ size?: any;
27
26
  wrap?: any;
27
+ overflow?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,9 +8,9 @@ export declare const ActionbarGroupComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  label?: any;
11
- size?: any;
12
11
  orientation?: any;
13
12
  disabled?: any;
13
+ size?: any;
14
14
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
15
  [key: string]: any;
16
16
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -18,9 +18,9 @@ export declare const ActionbarGroupComponent: import("vue").DefineComponent<{
18
18
  dir?: any;
19
19
  lang?: any;
20
20
  label?: any;
21
- size?: any;
22
21
  orientation?: any;
23
22
  disabled?: any;
23
+ size?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,8 +8,8 @@ export declare const ActionbarItemComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  selected?: any;
11
- size?: any;
12
11
  disabled?: any;
12
+ size?: any;
13
13
  active?: any;
14
14
  grow?: any;
15
15
  shrink?: any;
@@ -20,8 +20,8 @@ export declare const ActionbarItemComponent: import("vue").DefineComponent<{
20
20
  dir?: any;
21
21
  lang?: any;
22
22
  selected?: any;
23
- size?: any;
24
23
  disabled?: any;
24
+ size?: any;
25
25
  active?: any;
26
26
  grow?: any;
27
27
  shrink?: any;
@@ -11,26 +11,19 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
11
11
  invalid?: any;
12
12
  items?: any;
13
13
  disabled?: any;
14
+ value?: any;
14
15
  variant?: any;
15
- inputId?: any;
16
- listboxId?: any;
17
- filterInputId?: any;
16
+ appearance?: any;
17
+ state?: any;
18
+ renderItem?: any;
18
19
  text?: any;
19
- filterText?: any;
20
- highlightedIndex?: any;
21
- shouldRenderSuggestions?: any;
22
- hasSuggestions?: any;
23
- activeDescendantId?: any;
24
- shouldShowNoResultsMessage?: any;
25
- shouldShowLoadingState?: any;
26
- intl?: any;
27
- placeholder?: any;
28
- filterPlaceholder?: any;
20
+ isFocused?: any;
21
+ formatter?: any;
29
22
  required?: any;
30
23
  readonly?: any;
24
+ placeholder?: any;
31
25
  textAlign?: any;
32
- renderItem?: any;
33
- dropDownSync?: any;
26
+ isClearable?: any;
34
27
  dropDownPlacement?: any;
35
28
  dropDownStrategy?: any;
36
29
  dropDownDistance?: any;
@@ -41,9 +34,20 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
41
34
  dropDownWidth?: any;
42
35
  dropDownMaxWidth?: any;
43
36
  isDropDownOpen?: any;
44
- appearance?: any;
45
- isClearable?: any;
46
- value?: any;
37
+ parser?: any;
38
+ intl?: any;
39
+ filterPlaceholder?: any;
40
+ inputId?: any;
41
+ listboxId?: any;
42
+ filterInputId?: any;
43
+ filterText?: any;
44
+ highlightedIndex?: any;
45
+ shouldRenderSuggestions?: any;
46
+ hasSuggestions?: any;
47
+ activeDescendantId?: any;
48
+ shouldShowNoResultsMessage?: any;
49
+ shouldShowLoadingState?: any;
50
+ dropDownSync?: any;
47
51
  minimumPrefixLength?: any;
48
52
  minimumPopulateDelay?: any;
49
53
  isTextCompletionEnabled?: any;
@@ -56,10 +60,6 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
56
60
  itemSelected?: any;
57
61
  filteredItems?: any;
58
62
  isPopulating?: any;
59
- state?: any;
60
- formatter?: any;
61
- parser?: any;
62
- isFocused?: any;
63
63
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
64
  [key: string]: any;
65
65
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "autoCompletePopulating" | "autoCompletePopulated" | "cleared")[], "connected" | "disconnected" | "changed" | "autoCompletePopulating" | "autoCompletePopulated" | "cleared", import("vue").PublicProps, Readonly<{
@@ -70,26 +70,19 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
70
70
  invalid?: any;
71
71
  items?: any;
72
72
  disabled?: any;
73
+ value?: any;
73
74
  variant?: any;
74
- inputId?: any;
75
- listboxId?: any;
76
- filterInputId?: any;
75
+ appearance?: any;
76
+ state?: any;
77
+ renderItem?: any;
77
78
  text?: any;
78
- filterText?: any;
79
- highlightedIndex?: any;
80
- shouldRenderSuggestions?: any;
81
- hasSuggestions?: any;
82
- activeDescendantId?: any;
83
- shouldShowNoResultsMessage?: any;
84
- shouldShowLoadingState?: any;
85
- intl?: any;
86
- placeholder?: any;
87
- filterPlaceholder?: any;
79
+ isFocused?: any;
80
+ formatter?: any;
88
81
  required?: any;
89
82
  readonly?: any;
83
+ placeholder?: any;
90
84
  textAlign?: any;
91
- renderItem?: any;
92
- dropDownSync?: any;
85
+ isClearable?: any;
93
86
  dropDownPlacement?: any;
94
87
  dropDownStrategy?: any;
95
88
  dropDownDistance?: any;
@@ -100,9 +93,20 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
100
93
  dropDownWidth?: any;
101
94
  dropDownMaxWidth?: any;
102
95
  isDropDownOpen?: any;
103
- appearance?: any;
104
- isClearable?: any;
105
- value?: any;
96
+ parser?: any;
97
+ intl?: any;
98
+ filterPlaceholder?: any;
99
+ inputId?: any;
100
+ listboxId?: any;
101
+ filterInputId?: any;
102
+ filterText?: any;
103
+ highlightedIndex?: any;
104
+ shouldRenderSuggestions?: any;
105
+ hasSuggestions?: any;
106
+ activeDescendantId?: any;
107
+ shouldShowNoResultsMessage?: any;
108
+ shouldShowLoadingState?: any;
109
+ dropDownSync?: any;
106
110
  minimumPrefixLength?: any;
107
111
  minimumPopulateDelay?: any;
108
112
  isTextCompletionEnabled?: any;
@@ -115,10 +119,6 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
115
119
  itemSelected?: any;
116
120
  filteredItems?: any;
117
121
  isPopulating?: any;
118
- state?: any;
119
- formatter?: any;
120
- parser?: any;
121
- isFocused?: any;
122
122
  }> & Readonly<{
123
123
  onConnected?: ((...args: any[]) => any) | undefined;
124
124
  onDisconnected?: ((...args: any[]) => any) | undefined;