@breadstone/mosaik-elements-vue 0.1.59 → 0.1.62

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 (184) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +16 -16
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +10 -10
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +20 -20
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +6 -6
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +8 -8
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +20 -20
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +10 -10
  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 +10 -10
  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 +8 -8
  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 +2 -2
  27. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
  28. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +22 -22
  29. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
  30. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
  31. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
  32. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
  33. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
  34. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
  35. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  36. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
  37. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
  38. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  39. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
  40. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +12 -12
  41. package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
  42. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
  43. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
  44. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
  45. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
  46. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
  47. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
  48. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +22 -22
  49. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +18 -18
  50. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
  51. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
  52. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
  53. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
  54. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
  55. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +28 -28
  56. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
  57. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
  58. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +16 -16
  59. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +4 -4
  60. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +6 -6
  61. package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  62. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +2 -2
  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 +4 -4
  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 +4 -4
  72. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +2 -2
  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 +2 -2
  77. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +4 -4
  78. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +4 -4
  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/ChatMarkerComponent.d.ts +4 -4
  82. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  83. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  84. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  85. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  86. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +16 -16
  87. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -4
  88. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +6 -6
  89. package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
  90. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
  91. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  92. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  93. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +2 -2
  94. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  95. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  96. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  97. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  98. package/Controls/Components/Media/Icon/IconComponent.d.ts +4 -4
  99. package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
  100. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  101. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +10 -10
  102. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  103. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
  104. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  105. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  106. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
  107. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  108. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  109. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
  110. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
  111. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
  112. package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
  113. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  114. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  115. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  116. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  117. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
  118. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
  121. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  122. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  123. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  124. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
  125. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  126. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  127. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
  128. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
  129. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
  130. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  131. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  132. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  133. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  134. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  135. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  136. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +8 -8
  137. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  138. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
  139. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  140. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
  141. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
  142. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  143. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  144. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  145. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  146. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
  147. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
  148. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
  149. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  150. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  151. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  152. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  153. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  154. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  155. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
  156. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
  157. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
  158. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
  159. package/Controls/Components/Selectors/List/ListComponent.d.ts +8 -8
  160. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  161. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
  162. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +6 -6
  163. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
  164. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
  165. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
  166. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  167. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  168. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
  169. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  170. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  171. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  172. package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
  173. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  174. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  175. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  176. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
  177. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
  178. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  179. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  180. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  181. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  182. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  183. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  184. package/package.json +2 -2
@@ -9,9 +9,9 @@ export declare const ColorEditorAlphaSliderComponent: import("vue").DefineCompon
9
9
  lang?: any;
10
10
  disabled?: any;
11
11
  isFocused?: any;
12
- step?: any;
13
12
  color?: any;
14
13
  alpha?: any;
14
+ step?: 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" | "alphaChanged")[], "connected" | "disconnected" | "changed" | "alphaChanged", import("vue").PublicProps, Readonly<{
@@ -20,9 +20,9 @@ export declare const ColorEditorAlphaSliderComponent: import("vue").DefineCompon
20
20
  lang?: any;
21
21
  disabled?: any;
22
22
  isFocused?: any;
23
- step?: any;
24
23
  color?: any;
25
24
  alpha?: any;
25
+ step?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,18 +10,18 @@ export declare const ColorEditorComponent: import("vue").DefineComponent<{
10
10
  disabled?: any;
11
11
  value?: any;
12
12
  isFocused?: any;
13
+ color?: any;
14
+ alpha?: any;
15
+ hue?: any;
16
+ saturation?: any;
13
17
  format?: any;
14
18
  showAlpha?: any;
19
+ palettes?: any;
20
+ selectedPalette?: any;
15
21
  showInputs?: any;
16
22
  showPalette?: any;
17
23
  showEyeDropper?: any;
18
24
  showSwatch?: any;
19
- palettes?: any;
20
- selectedPalette?: any;
21
- color?: any;
22
- hue?: any;
23
- saturation?: any;
24
- alpha?: 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" | "colorChanged" | "colorFormatChanged" | "paletteChanged")[], "connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged" | "paletteChanged", import("vue").PublicProps, Readonly<{
@@ -31,18 +31,18 @@ export declare const ColorEditorComponent: import("vue").DefineComponent<{
31
31
  disabled?: any;
32
32
  value?: any;
33
33
  isFocused?: any;
34
+ color?: any;
35
+ alpha?: any;
36
+ hue?: any;
37
+ saturation?: any;
34
38
  format?: any;
35
39
  showAlpha?: any;
40
+ palettes?: any;
41
+ selectedPalette?: any;
36
42
  showInputs?: any;
37
43
  showPalette?: any;
38
44
  showEyeDropper?: any;
39
45
  showSwatch?: any;
40
- palettes?: any;
41
- selectedPalette?: any;
42
- color?: any;
43
- hue?: any;
44
- saturation?: any;
45
- alpha?: any;
46
46
  }> & Readonly<{
47
47
  onConnected?: ((...args: any[]) => any) | undefined;
48
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,9 +10,9 @@ export declare const ColorEditorInputsComponent: import("vue").DefineComponent<{
10
10
  size?: any;
11
11
  disabled?: any;
12
12
  isFocused?: any;
13
+ color?: any;
13
14
  format?: any;
14
15
  showAlpha?: any;
15
- color?: 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" | "colorChanged" | "colorFormatChanged")[], "connected" | "disconnected" | "changed" | "colorChanged" | "colorFormatChanged", import("vue").PublicProps, Readonly<{
@@ -22,9 +22,9 @@ export declare const ColorEditorInputsComponent: import("vue").DefineComponent<{
22
22
  size?: any;
23
23
  disabled?: any;
24
24
  isFocused?: any;
25
+ color?: any;
25
26
  format?: any;
26
27
  showAlpha?: any;
27
- color?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
30
30
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,9 +9,9 @@ export declare const ColorEditorPaletteComponent: import("vue").DefineComponent<
9
9
  lang?: any;
10
10
  disabled?: any;
11
11
  isFocused?: any;
12
+ panelOpen?: any;
12
13
  palettes?: any;
13
14
  selectedPalette?: any;
14
- panelOpen?: any;
15
15
  allowAdd?: any;
16
16
  currentColor?: any;
17
17
  panelAnchor?: any;
@@ -23,9 +23,9 @@ export declare const ColorEditorPaletteComponent: import("vue").DefineComponent<
23
23
  lang?: any;
24
24
  disabled?: any;
25
25
  isFocused?: any;
26
+ panelOpen?: any;
26
27
  palettes?: any;
27
28
  selectedPalette?: any;
28
- panelOpen?: any;
29
29
  allowAdd?: any;
30
30
  currentColor?: any;
31
31
  panelAnchor?: any;
@@ -8,7 +8,6 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  disabled?: any;
11
- value?: any;
12
11
  dropDownPlacement?: any;
13
12
  dropDownStrategy?: any;
14
13
  dropDownDistance?: any;
@@ -19,14 +18,15 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
19
18
  dropDownWidth?: any;
20
19
  dropDownMaxWidth?: any;
21
20
  isDropDownOpen?: any;
21
+ value?: any;
22
22
  format?: any;
23
23
  showAlpha?: any;
24
+ palettes?: any;
25
+ selectedPalette?: any;
24
26
  showInputs?: any;
25
27
  showPalette?: any;
26
28
  showEyeDropper?: any;
27
29
  showSwatch?: any;
28
- palettes?: any;
29
- selectedPalette?: 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" | "colorChanged")[], "connected" | "disconnected" | "changed" | "colorChanged", import("vue").PublicProps, Readonly<{
@@ -34,7 +34,6 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
34
34
  dir?: any;
35
35
  lang?: any;
36
36
  disabled?: any;
37
- value?: any;
38
37
  dropDownPlacement?: any;
39
38
  dropDownStrategy?: any;
40
39
  dropDownDistance?: any;
@@ -45,14 +44,15 @@ export declare const ColorPickerComponent: import("vue").DefineComponent<{
45
44
  dropDownWidth?: any;
46
45
  dropDownMaxWidth?: any;
47
46
  isDropDownOpen?: any;
47
+ value?: any;
48
48
  format?: any;
49
49
  showAlpha?: any;
50
+ palettes?: any;
51
+ selectedPalette?: any;
50
52
  showInputs?: any;
51
53
  showPalette?: any;
52
54
  showEyeDropper?: any;
53
55
  showSwatch?: any;
54
- palettes?: any;
55
- selectedPalette?: any;
56
56
  }> & Readonly<{
57
57
  onConnected?: ((...args: any[]) => any) | undefined;
58
58
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,9 +10,9 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
10
10
  name?: any;
11
11
  size?: any;
12
12
  disabled?: any;
13
- value?: any;
14
13
  variant?: any;
15
14
  appearance?: any;
15
+ value?: any;
16
16
  isChecked?: any;
17
17
  hasBackground?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -24,9 +24,9 @@ export declare const ColorSwatchComponent: import("vue").DefineComponent<{
24
24
  name?: any;
25
25
  size?: any;
26
26
  disabled?: any;
27
- value?: any;
28
27
  variant?: any;
29
28
  appearance?: any;
29
+ value?: any;
30
30
  isChecked?: any;
31
31
  hasBackground?: any;
32
32
  }> & Readonly<{
@@ -8,8 +8,8 @@ export declare const CommentComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  at?: any;
11
- content?: any;
12
11
  formatter?: any;
12
+ content?: any;
13
13
  author?: any;
14
14
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
15
  [key: string]: any;
@@ -18,8 +18,8 @@ export declare const CommentComponent: import("vue").DefineComponent<{
18
18
  dir?: any;
19
19
  lang?: any;
20
20
  at?: any;
21
- content?: any;
22
21
  formatter?: any;
22
+ content?: any;
23
23
  author?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -11,11 +11,11 @@ export declare const IconComponent: import("vue").DefineComponent<{
11
11
  size?: any;
12
12
  disabled?: any;
13
13
  variant?: any;
14
- appearance?: any;
15
14
  readonly?: any;
15
+ appearance?: any;
16
+ grid?: any;
16
17
  angle?: any;
17
18
  inline?: any;
18
- grid?: 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<{
@@ -26,11 +26,11 @@ export declare const IconComponent: import("vue").DefineComponent<{
26
26
  size?: any;
27
27
  disabled?: any;
28
28
  variant?: any;
29
- appearance?: any;
30
29
  readonly?: any;
30
+ appearance?: any;
31
+ grid?: any;
31
32
  angle?: any;
32
33
  inline?: any;
33
- grid?: any;
34
34
  }> & Readonly<{
35
35
  onConnected?: ((...args: any[]) => any) | undefined;
36
36
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -11,12 +11,12 @@ export declare const ImageComponent: import("vue").DefineComponent<{
11
11
  fit?: any;
12
12
  disabled?: any;
13
13
  variant?: any;
14
- state?: any;
15
14
  src?: any;
16
15
  legendPosition?: any;
17
16
  ratio?: any;
18
17
  width?: any;
19
18
  height?: any;
19
+ state?: any;
20
20
  alt?: any;
21
21
  srcset?: any;
22
22
  thumbnailSrc?: any;
@@ -33,12 +33,12 @@ export declare const ImageComponent: import("vue").DefineComponent<{
33
33
  fit?: any;
34
34
  disabled?: any;
35
35
  variant?: any;
36
- state?: any;
37
36
  src?: any;
38
37
  legendPosition?: any;
39
38
  ratio?: any;
40
39
  width?: any;
41
40
  height?: any;
41
+ state?: any;
42
42
  alt?: any;
43
43
  srcset?: any;
44
44
  thumbnailSrc?: any;
@@ -11,9 +11,9 @@ export declare const MapComponent: import("vue").DefineComponent<{
11
11
  disabled?: any;
12
12
  width?: any;
13
13
  height?: any;
14
+ zoom?: any;
14
15
  latitude?: any;
15
16
  longitude?: any;
16
- zoom?: any;
17
17
  provider?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
@@ -25,9 +25,9 @@ export declare const MapComponent: import("vue").DefineComponent<{
25
25
  disabled?: any;
26
26
  width?: any;
27
27
  height?: any;
28
+ zoom?: any;
28
29
  latitude?: any;
29
30
  longitude?: any;
30
- zoom?: any;
31
31
  provider?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -11,20 +11,20 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
11
11
  orientation?: any;
12
12
  disabled?: any;
13
13
  variant?: any;
14
- appearance?: any;
15
14
  src?: any;
16
15
  text?: any;
16
+ appearance?: any;
17
+ hasBadge?: any;
18
+ textAccessor?: any;
19
+ icon?: any;
20
+ displayMode?: any;
17
21
  horizontalContentAlignment?: any;
18
22
  verticalContentAlignment?: any;
19
- icon?: any;
20
23
  primaryText?: any;
21
24
  secondaryText?: any;
22
25
  tertiaryText?: any;
23
26
  quaternaryText?: any;
24
27
  presence?: any;
25
- hasBadge?: any;
26
- textAccessor?: any;
27
- displayMode?: any;
28
28
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
29
  [key: string]: any;
30
30
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -35,20 +35,20 @@ export declare const PersonaComponent: import("vue").DefineComponent<{
35
35
  orientation?: any;
36
36
  disabled?: any;
37
37
  variant?: any;
38
- appearance?: any;
39
38
  src?: any;
40
39
  text?: any;
40
+ appearance?: any;
41
+ hasBadge?: any;
42
+ textAccessor?: any;
43
+ icon?: any;
44
+ displayMode?: any;
41
45
  horizontalContentAlignment?: any;
42
46
  verticalContentAlignment?: any;
43
- icon?: any;
44
47
  primaryText?: any;
45
48
  secondaryText?: any;
46
49
  tertiaryText?: any;
47
50
  quaternaryText?: any;
48
51
  presence?: any;
49
- hasBadge?: any;
50
- textAccessor?: any;
51
- displayMode?: any;
52
52
  }> & Readonly<{
53
53
  onConnected?: ((...args: any[]) => any) | undefined;
54
54
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -8,10 +8,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  text?: any;
11
- backgroundColor?: any;
12
11
  radius?: any;
13
12
  dimension?: any;
14
13
  errorCorrection?: any;
14
+ backgroundColor?: any;
15
15
  foregroundColor?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
@@ -20,10 +20,10 @@ export declare const QrcodeComponent: import("vue").DefineComponent<{
20
20
  dir?: any;
21
21
  lang?: any;
22
22
  text?: any;
23
- backgroundColor?: any;
24
23
  radius?: any;
25
24
  dimension?: any;
26
25
  errorCorrection?: any;
26
+ backgroundColor?: any;
27
27
  foregroundColor?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -10,9 +10,9 @@ export declare const TimelineMarkerComponent: import("vue").DefineComponent<{
10
10
  size?: any;
11
11
  disabled?: any;
12
12
  variant?: any;
13
- appearance?: any;
14
- text?: any;
15
13
  isBusy?: any;
14
+ text?: any;
15
+ appearance?: any;
16
16
  icon?: any;
17
17
  iconSize?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -24,9 +24,9 @@ export declare const TimelineMarkerComponent: import("vue").DefineComponent<{
24
24
  size?: any;
25
25
  disabled?: any;
26
26
  variant?: any;
27
- appearance?: any;
28
- text?: any;
29
27
  isBusy?: any;
28
+ text?: any;
29
+ appearance?: any;
30
30
  icon?: any;
31
31
  iconSize?: any;
32
32
  }> & Readonly<{
@@ -13,8 +13,6 @@ export declare const VideoComponent: import("vue").DefineComponent<{
13
13
  hasSrc?: any;
14
14
  src?: any;
15
15
  autoPlay?: any;
16
- poster?: any;
17
- autoFullScreen?: any;
18
16
  showControls?: any;
19
17
  legendPosition?: any;
20
18
  ratio?: any;
@@ -22,6 +20,8 @@ export declare const VideoComponent: import("vue").DefineComponent<{
22
20
  loop?: any;
23
21
  width?: any;
24
22
  height?: any;
23
+ poster?: any;
24
+ autoFullScreen?: 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")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -34,8 +34,6 @@ export declare const VideoComponent: import("vue").DefineComponent<{
34
34
  hasSrc?: any;
35
35
  src?: any;
36
36
  autoPlay?: any;
37
- poster?: any;
38
- autoFullScreen?: any;
39
37
  showControls?: any;
40
38
  legendPosition?: any;
41
39
  ratio?: any;
@@ -43,6 +41,8 @@ export declare const VideoComponent: import("vue").DefineComponent<{
43
41
  loop?: any;
44
42
  width?: any;
45
43
  height?: any;
44
+ poster?: any;
45
+ autoFullScreen?: any;
46
46
  }> & Readonly<{
47
47
  onConnected?: ((...args: any[]) => any) | undefined;
48
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -7,11 +7,11 @@ export declare const CookiesConsentComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  dir?: any;
9
9
  lang?: any;
10
+ intl?: any;
10
11
  animationTarget?: any;
11
12
  enter?: any;
12
13
  exit?: any;
13
14
  elevation?: any;
14
- intl?: any;
15
15
  accepted?: any;
16
16
  dismissed?: any;
17
17
  hasAcceptedCookies?: any;
@@ -23,11 +23,11 @@ export declare const CookiesConsentComponent: import("vue").DefineComponent<{
23
23
  themeName?: any;
24
24
  dir?: any;
25
25
  lang?: any;
26
+ intl?: any;
26
27
  animationTarget?: any;
27
28
  enter?: any;
28
29
  exit?: any;
29
30
  elevation?: any;
30
- intl?: any;
31
31
  accepted?: any;
32
32
  dismissed?: any;
33
33
  hasAcceptedCookies?: any;
@@ -8,23 +8,23 @@ export declare const DialogComponent: import("vue").DefineComponent<{
8
8
  dir?: any;
9
9
  lang?: any;
10
10
  dragging?: any;
11
+ width?: any;
12
+ height?: any;
13
+ appearance?: any;
11
14
  animationTarget?: any;
12
15
  enter?: any;
13
16
  exit?: any;
14
- appearance?: any;
15
- width?: any;
16
- height?: any;
17
17
  isOpen?: any;
18
- hasBackdrop?: any;
19
- pressEscapeToClose?: any;
20
- clickOutsideToClose?: any;
21
- attention?: any;
22
18
  closeable?: any;
23
19
  elevation?: any;
24
- isDraggable?: any;
25
20
  offsetX?: any;
26
21
  offsetY?: any;
27
22
  isFullScreen?: any;
23
+ isDraggable?: any;
24
+ hasBackdrop?: any;
25
+ pressEscapeToClose?: any;
26
+ clickOutsideToClose?: any;
27
+ attention?: any;
28
28
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
29
  [key: string]: any;
30
30
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
@@ -32,23 +32,23 @@ export declare const DialogComponent: import("vue").DefineComponent<{
32
32
  dir?: any;
33
33
  lang?: any;
34
34
  dragging?: any;
35
+ width?: any;
36
+ height?: any;
37
+ appearance?: any;
35
38
  animationTarget?: any;
36
39
  enter?: any;
37
40
  exit?: any;
38
- appearance?: any;
39
- width?: any;
40
- height?: any;
41
41
  isOpen?: any;
42
- hasBackdrop?: any;
43
- pressEscapeToClose?: any;
44
- clickOutsideToClose?: any;
45
- attention?: any;
46
42
  closeable?: any;
47
43
  elevation?: any;
48
- isDraggable?: any;
49
44
  offsetX?: any;
50
45
  offsetY?: any;
51
46
  isFullScreen?: any;
47
+ isDraggable?: any;
48
+ hasBackdrop?: any;
49
+ pressEscapeToClose?: any;
50
+ clickOutsideToClose?: any;
51
+ attention?: any;
52
52
  }> & Readonly<{
53
53
  onConnected?: ((...args: any[]) => any) | undefined;
54
54
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -9,21 +9,21 @@ export declare const DrawerComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  mode?: any;
11
11
  header?: any;
12
- subHeader?: any;
12
+ width?: any;
13
+ height?: any;
13
14
  animationTarget?: any;
14
15
  enter?: any;
15
16
  exit?: any;
16
- width?: any;
17
- height?: any;
18
17
  position?: any;
18
+ subHeader?: any;
19
19
  isOpen?: any;
20
+ closeable?: any;
21
+ elevation?: any;
22
+ isFullScreen?: any;
20
23
  hasBackdrop?: any;
21
24
  pressEscapeToClose?: any;
22
25
  clickOutsideToClose?: any;
23
26
  attention?: any;
24
- closeable?: any;
25
- elevation?: any;
26
- isFullScreen?: any;
27
27
  isComposed?: any;
28
28
  hasShadow?: any;
29
29
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -34,21 +34,21 @@ export declare const DrawerComponent: import("vue").DefineComponent<{
34
34
  lang?: any;
35
35
  mode?: any;
36
36
  header?: any;
37
- subHeader?: any;
37
+ width?: any;
38
+ height?: any;
38
39
  animationTarget?: any;
39
40
  enter?: any;
40
41
  exit?: any;
41
- width?: any;
42
- height?: any;
43
42
  position?: any;
43
+ subHeader?: any;
44
44
  isOpen?: any;
45
+ closeable?: any;
46
+ elevation?: any;
47
+ isFullScreen?: any;
45
48
  hasBackdrop?: any;
46
49
  pressEscapeToClose?: any;
47
50
  clickOutsideToClose?: any;
48
51
  attention?: any;
49
- closeable?: any;
50
- elevation?: any;
51
- isFullScreen?: any;
52
52
  isComposed?: any;
53
53
  hasShadow?: any;
54
54
  }> & Readonly<{
@@ -9,8 +9,8 @@ export declare const DrawerContainerComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  fit?: any;
11
11
  isOpen?: any;
12
- hasBackdrop?: any;
13
12
  content?: any;
13
+ hasBackdrop?: any;
14
14
  autoSize?: any;
15
15
  drawer?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -21,8 +21,8 @@ export declare const DrawerContainerComponent: import("vue").DefineComponent<{
21
21
  lang?: any;
22
22
  fit?: any;
23
23
  isOpen?: any;
24
- hasBackdrop?: any;
25
24
  content?: any;
25
+ hasBackdrop?: any;
26
26
  autoSize?: any;
27
27
  drawer?: any;
28
28
  }> & Readonly<{
@@ -9,31 +9,31 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  header?: any;
11
11
  dragging?: any;
12
- subHeader?: any;
13
- animationTarget?: any;
14
- enter?: any;
15
- exit?: any;
16
12
  variant?: any;
17
- appearance?: any;
18
13
  width?: any;
19
14
  height?: any;
15
+ intl?: any;
16
+ appearance?: any;
17
+ formatter?: any;
18
+ icon?: any;
19
+ animationTarget?: any;
20
+ enter?: any;
21
+ exit?: any;
22
+ subHeader?: any;
20
23
  isOpen?: any;
24
+ closeable?: any;
25
+ elevation?: any;
26
+ offsetX?: any;
27
+ offsetY?: any;
28
+ isFullScreen?: any;
29
+ isDraggable?: any;
21
30
  hasBackdrop?: any;
22
31
  pressEscapeToClose?: any;
23
32
  clickOutsideToClose?: any;
24
33
  attention?: any;
25
- closeable?: any;
26
- formatter?: any;
27
- icon?: any;
28
- elevation?: any;
29
- isDraggable?: any;
30
34
  alignment?: any;
31
- intl?: any;
32
35
  message?: any;
33
36
  buttons?: any;
34
- offsetX?: any;
35
- offsetY?: any;
36
- isFullScreen?: any;
37
37
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
38
  [key: string]: any;
39
39
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "dialogResult" | "opened" | "closed" | "closeAttempted")[], "connected" | "disconnected" | "changed" | "dialogResult" | "opened" | "closed" | "closeAttempted", import("vue").PublicProps, Readonly<{
@@ -42,31 +42,31 @@ export declare const MessageBoxComponent: import("vue").DefineComponent<{
42
42
  lang?: any;
43
43
  header?: any;
44
44
  dragging?: any;
45
- subHeader?: any;
46
- animationTarget?: any;
47
- enter?: any;
48
- exit?: any;
49
45
  variant?: any;
50
- appearance?: any;
51
46
  width?: any;
52
47
  height?: any;
48
+ intl?: any;
49
+ appearance?: any;
50
+ formatter?: any;
51
+ icon?: any;
52
+ animationTarget?: any;
53
+ enter?: any;
54
+ exit?: any;
55
+ subHeader?: any;
53
56
  isOpen?: any;
57
+ closeable?: any;
58
+ elevation?: any;
59
+ offsetX?: any;
60
+ offsetY?: any;
61
+ isFullScreen?: any;
62
+ isDraggable?: any;
54
63
  hasBackdrop?: any;
55
64
  pressEscapeToClose?: any;
56
65
  clickOutsideToClose?: any;
57
66
  attention?: any;
58
- closeable?: any;
59
- formatter?: any;
60
- icon?: any;
61
- elevation?: any;
62
- isDraggable?: any;
63
67
  alignment?: any;
64
- intl?: any;
65
68
  message?: any;
66
69
  buttons?: any;
67
- offsetX?: any;
68
- offsetY?: any;
69
- isFullScreen?: any;
70
70
  }> & Readonly<{
71
71
  onConnected?: ((...args: any[]) => any) | undefined;
72
72
  onDisconnected?: ((...args: any[]) => any) | undefined;