@breadstone/mosaik-elements-vue 0.1.54 → 0.1.56

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 (191) 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/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  61. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +4 -4
  62. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
  63. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
  64. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  65. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +6 -6
  66. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  67. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  68. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  69. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  70. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +6 -6
  71. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +4 -4
  72. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
  73. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
  74. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  75. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +6 -6
  76. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
  77. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
  78. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +6 -6
  79. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  80. package/Controls/Components/Media/Chat/ChatComponent.d.ts +2 -2
  81. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
  82. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +4 -4
  83. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  84. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  85. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  86. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  87. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  88. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +2 -2
  89. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +4 -4
  90. package/Controls/Components/Media/Chip/ChipComponent.d.ts +8 -8
  91. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +8 -8
  92. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  93. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  94. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +4 -4
  95. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  96. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  97. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +4 -4
  98. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
  99. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  100. package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
  101. package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
  102. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  103. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +12 -12
  104. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  105. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +6 -6
  106. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  107. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  108. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
  109. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  110. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  111. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
  112. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
  113. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
  114. package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
  115. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  116. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  117. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  118. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/Dot/DotComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
  122. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
  123. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  124. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  125. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
  126. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  127. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  128. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  129. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
  130. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  131. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  132. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +8 -8
  133. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
  134. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
  135. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  136. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  137. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  138. package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +2 -2
  139. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  140. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  141. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  142. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
  143. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  144. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +8 -8
  145. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  146. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
  147. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +6 -6
  148. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +4 -4
  149. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  150. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  151. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  152. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  153. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
  154. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
  155. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
  156. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  157. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  158. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  159. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  160. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  161. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  162. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
  163. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
  164. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
  165. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
  166. package/Controls/Components/Selectors/List/ListComponent.d.ts +10 -10
  167. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  168. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
  169. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +8 -8
  170. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +6 -6
  171. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
  172. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
  173. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  174. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  175. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
  176. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  177. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  178. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  179. package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
  180. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  181. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  182. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  183. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
  184. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +4 -4
  185. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  186. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  187. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  188. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  189. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  190. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  191. package/package.json +2 -2
@@ -11,27 +11,27 @@ export declare const ChartComponent: import("vue").DefineComponent<{
11
11
  header?: any;
12
12
  legend?: any;
13
13
  fit?: any;
14
- subHeader?: any;
15
14
  variant?: any;
15
+ theme?: any;
16
16
  legendPosition?: any;
17
17
  width?: any;
18
18
  height?: any;
19
- theme?: any;
20
- grid?: any;
21
- labels?: any;
19
+ subHeader?: any;
20
+ markers?: any;
22
21
  chart?: any;
23
22
  annotations?: any;
24
23
  colors?: any;
25
24
  dataLabels?: any;
26
25
  series?: any;
27
26
  stroke?: any;
28
- markers?: any;
27
+ labels?: any;
29
28
  noData?: any;
30
29
  tooltip?: any;
31
30
  plotOptions?: any;
32
31
  responsive?: any;
33
32
  xAxis?: any;
34
33
  yAxis?: any;
34
+ grid?: any;
35
35
  states?: any;
36
36
  display?: any;
37
37
  stacked?: any;
@@ -49,27 +49,27 @@ export declare const ChartComponent: import("vue").DefineComponent<{
49
49
  header?: any;
50
50
  legend?: any;
51
51
  fit?: any;
52
- subHeader?: any;
53
52
  variant?: any;
53
+ theme?: any;
54
54
  legendPosition?: any;
55
55
  width?: any;
56
56
  height?: any;
57
- theme?: any;
58
- grid?: any;
59
- labels?: any;
57
+ subHeader?: any;
58
+ markers?: any;
60
59
  chart?: any;
61
60
  annotations?: any;
62
61
  colors?: any;
63
62
  dataLabels?: any;
64
63
  series?: any;
65
64
  stroke?: any;
66
- markers?: any;
65
+ labels?: any;
67
66
  noData?: any;
68
67
  tooltip?: any;
69
68
  plotOptions?: any;
70
69
  responsive?: any;
71
70
  xAxis?: any;
72
71
  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
- factor?: any;
13
12
  duration?: any;
13
+ factor?: 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
- factor?: any;
23
22
  duration?: any;
23
+ factor?: 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
- factor?: any;
14
13
  duration?: any;
14
+ factor?: 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
- factor?: any;
25
24
  duration?: any;
25
+ factor?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -13,6 +13,7 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
13
13
  error?: any;
14
14
  disabled?: any;
15
15
  required?: any;
16
+ labels?: any;
16
17
  hint?: any;
17
18
  info?: any;
18
19
  validators?: any;
@@ -21,7 +22,6 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
21
22
  validationMessage?: any;
22
23
  willValidate?: any;
23
24
  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,6 +34,7 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
34
34
  error?: any;
35
35
  disabled?: any;
36
36
  required?: any;
37
+ labels?: any;
37
38
  hint?: any;
38
39
  info?: any;
39
40
  validators?: any;
@@ -42,7 +43,6 @@ export declare const FormFieldComponent: import("vue").DefineComponent<{
42
43
  validationMessage?: any;
43
44
  willValidate?: any;
44
45
  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
- orientation?: any;
12
11
  fit?: any;
12
+ orientation?: any;
13
13
  disabled?: any;
14
- subHeader?: any;
15
14
  variant?: any;
16
15
  appearance?: any;
17
- isOpen?: any;
18
- closeable?: any;
19
16
  formatter?: any;
20
- horizontalContentAlignment?: any;
21
- verticalContentAlignment?: any;
22
17
  icon?: any;
23
18
  iconSize?: any;
19
+ subHeader?: any;
20
+ isOpen?: any;
21
+ closeable?: any;
24
22
  elevation?: any;
23
+ horizontalContentAlignment?: any;
24
+ verticalContentAlignment?: 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
- orientation?: any;
33
32
  fit?: any;
33
+ orientation?: any;
34
34
  disabled?: any;
35
- subHeader?: any;
36
35
  variant?: any;
37
36
  appearance?: any;
38
- isOpen?: any;
39
- closeable?: any;
40
37
  formatter?: any;
41
- horizontalContentAlignment?: any;
42
- verticalContentAlignment?: any;
43
38
  icon?: any;
44
39
  iconSize?: any;
40
+ subHeader?: any;
41
+ isOpen?: any;
42
+ closeable?: any;
45
43
  elevation?: any;
44
+ horizontalContentAlignment?: any;
45
+ verticalContentAlignment?: 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;
15
14
  variant?: any;
16
- appearance?: any;
17
15
  loop?: any;
16
+ appearance?: any;
18
17
  maxLength?: any;
19
- stacking?: any;
20
18
  canPrev?: any;
21
19
  canNext?: any;
20
+ index?: any;
22
21
  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;
34
33
  variant?: any;
35
- appearance?: any;
36
34
  loop?: any;
35
+ appearance?: any;
37
36
  maxLength?: any;
38
- stacking?: any;
39
37
  canPrev?: any;
40
38
  canNext?: any;
39
+ index?: any;
41
40
  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
- isActive?: any;
13
- variant?: any;
14
- target?: any;
12
+ underline?: any;
15
13
  download?: any;
16
14
  href?: any;
17
15
  rel?: any;
18
- underline?: any;
16
+ target?: any;
17
+ variant?: any;
18
+ isActive?: 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
- isActive?: any;
28
- variant?: any;
29
- target?: any;
27
+ underline?: any;
30
28
  download?: any;
31
29
  href?: any;
32
30
  rel?: any;
33
- underline?: any;
31
+ target?: any;
32
+ variant?: any;
33
+ isActive?: 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
- orientation?: any;
12
11
  fit?: any;
12
+ orientation?: any;
13
13
  disabled?: any;
14
- subHeader?: any;
15
- inset?: any;
16
- isSelected?: any;
17
14
  appearance?: any;
18
- content?: any;
19
15
  formatter?: any;
16
+ subHeader?: any;
20
17
  elevation?: any;
18
+ inset?: any;
19
+ content?: any;
20
+ isSelected?: 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
- orientation?: any;
30
29
  fit?: any;
30
+ orientation?: any;
31
31
  disabled?: any;
32
- subHeader?: any;
33
- inset?: any;
34
- isSelected?: any;
35
32
  appearance?: any;
36
- content?: any;
37
33
  formatter?: any;
34
+ subHeader?: any;
38
35
  elevation?: any;
36
+ inset?: any;
37
+ content?: any;
38
+ isSelected?: 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
- subHeader?: any;
13
- animationTarget?: any;
14
- enter?: any;
15
- exit?: any;
16
12
  variant?: any;
17
13
  appearance?: any;
18
- isExpanded?: any;
19
14
  icon?: any;
15
+ animationTarget?: any;
16
+ enter?: any;
17
+ exit?: any;
18
+ subHeader?: any;
20
19
  ripple?: any;
20
+ isExpanded?: 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
- subHeader?: any;
32
- animationTarget?: any;
33
- enter?: any;
34
- exit?: any;
35
31
  variant?: any;
36
32
  appearance?: any;
37
- isExpanded?: any;
38
33
  icon?: any;
34
+ animationTarget?: any;
35
+ enter?: any;
36
+ exit?: any;
37
+ subHeader?: any;
39
38
  ripple?: any;
39
+ isExpanded?: 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
- direction?: any;
15
14
  stacking?: any;
15
+ direction?: 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
- direction?: any;
27
26
  stacking?: any;
27
+ direction?: 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
- animationTarget?: any;
14
- enter?: any;
15
- exit?: any;
16
13
  variant?: any;
17
14
  appearance?: any;
18
- isExpanded?: any;
19
- closeable?: any;
20
- content?: any;
21
15
  formatter?: any;
22
16
  icon?: any;
17
+ animationTarget?: any;
18
+ enter?: any;
19
+ exit?: any;
23
20
  iconSize?: any;
21
+ closeable?: any;
22
+ content?: any;
23
+ isExpanded?: 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
- animationTarget?: any;
35
- enter?: any;
36
- exit?: any;
37
34
  variant?: any;
38
35
  appearance?: any;
39
- isExpanded?: any;
40
- closeable?: any;
41
- content?: any;
42
36
  formatter?: any;
43
37
  icon?: any;
38
+ animationTarget?: any;
39
+ enter?: any;
40
+ exit?: any;
44
41
  iconSize?: any;
42
+ closeable?: any;
43
+ content?: any;
44
+ isExpanded?: 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
- isExpanded?: any;
14
13
  formatter?: any;
15
- collapsedLines?: any;
16
14
  hasContent?: any;
15
+ isExpanded?: any;
16
+ collapsedLines?: 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
- isExpanded?: any;
27
26
  formatter?: any;
28
- collapsedLines?: any;
29
27
  hasContent?: any;
28
+ isExpanded?: any;
29
+ collapsedLines?: 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
- orientation?: any;
11
10
  fit?: any;
12
- disabled?: any;
13
11
  size?: any;
14
- wrap?: any;
12
+ orientation?: any;
13
+ disabled?: any;
15
14
  overflow?: any;
15
+ wrap?: 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
- orientation?: any;
23
22
  fit?: any;
24
- disabled?: any;
25
23
  size?: any;
26
- wrap?: any;
24
+ orientation?: any;
25
+ disabled?: any;
27
26
  overflow?: any;
27
+ wrap?: 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;
11
12
  orientation?: any;
12
13
  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;
21
22
  orientation?: any;
22
23
  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
- disabled?: any;
12
11
  size?: any;
12
+ disabled?: 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
- disabled?: any;
24
23
  size?: any;
24
+ disabled?: any;
25
25
  active?: any;
26
26
  grow?: any;
27
27
  shrink?: any;
@@ -11,19 +11,26 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
11
11
  invalid?: any;
12
12
  items?: any;
13
13
  disabled?: any;
14
- value?: any;
15
14
  variant?: any;
16
- appearance?: any;
17
- state?: any;
18
- renderItem?: any;
15
+ inputId?: any;
16
+ listboxId?: any;
17
+ filterInputId?: any;
19
18
  text?: any;
20
- isFocused?: any;
21
- formatter?: 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;
22
29
  required?: any;
23
30
  readonly?: any;
24
- placeholder?: any;
25
31
  textAlign?: any;
26
- isClearable?: any;
32
+ renderItem?: any;
33
+ dropDownSync?: any;
27
34
  dropDownPlacement?: any;
28
35
  dropDownStrategy?: any;
29
36
  dropDownDistance?: any;
@@ -34,20 +41,9 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
34
41
  dropDownWidth?: any;
35
42
  dropDownMaxWidth?: any;
36
43
  isDropDownOpen?: 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;
44
+ appearance?: any;
45
+ isClearable?: any;
46
+ value?: any;
51
47
  minimumPrefixLength?: any;
52
48
  minimumPopulateDelay?: any;
53
49
  isTextCompletionEnabled?: any;
@@ -60,6 +56,10 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
60
56
  itemSelected?: any;
61
57
  filteredItems?: any;
62
58
  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,19 +70,26 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
70
70
  invalid?: any;
71
71
  items?: any;
72
72
  disabled?: any;
73
- value?: any;
74
73
  variant?: any;
75
- appearance?: any;
76
- state?: any;
77
- renderItem?: any;
74
+ inputId?: any;
75
+ listboxId?: any;
76
+ filterInputId?: any;
78
77
  text?: any;
79
- isFocused?: any;
80
- formatter?: 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;
81
88
  required?: any;
82
89
  readonly?: any;
83
- placeholder?: any;
84
90
  textAlign?: any;
85
- isClearable?: any;
91
+ renderItem?: any;
92
+ dropDownSync?: any;
86
93
  dropDownPlacement?: any;
87
94
  dropDownStrategy?: any;
88
95
  dropDownDistance?: any;
@@ -93,20 +100,9 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
93
100
  dropDownWidth?: any;
94
101
  dropDownMaxWidth?: any;
95
102
  isDropDownOpen?: 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;
103
+ appearance?: any;
104
+ isClearable?: any;
105
+ value?: any;
110
106
  minimumPrefixLength?: any;
111
107
  minimumPopulateDelay?: any;
112
108
  isTextCompletionEnabled?: any;
@@ -119,6 +115,10 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
119
115
  itemSelected?: any;
120
116
  filteredItems?: any;
121
117
  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;