@breadstone/mosaik-elements-vue 0.1.36 → 0.1.38

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 (179) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +2 -2
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +8 -8
  3. package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +4 -4
  4. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +8 -8
  5. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +23 -23
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +8 -8
  7. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
  8. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +8 -8
  9. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +8 -8
  10. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +22 -22
  11. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +14 -14
  13. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +6 -6
  14. package/Controls/Components/Charts/ChartComponent.d.ts +6 -6
  15. package/Controls/Components/Effects/Pattern/PatternComponent.d.ts +2 -2
  16. package/Controls/Components/Effects/Ripple/RippleComponent.d.ts +2 -2
  17. package/Controls/Components/Forms/FormComponent.d.ts +2 -2
  18. package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
  19. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +4 -4
  20. package/Controls/Components/Grouping/Banner/BannerHeaderComponent.d.ts +2 -2
  21. package/Controls/Components/Grouping/Banner/BannerSubHeaderComponent.d.ts +2 -2
  22. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +4 -4
  23. package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +2 -2
  24. package/Controls/Components/Grouping/Card/CardComponent.d.ts +2 -2
  25. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +12 -12
  26. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +6 -6
  27. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  28. package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
  29. package/Controls/Components/Grouping/Region/RegionViewComponent.d.ts +2 -2
  30. package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +4 -4
  31. package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
  32. package/Controls/Components/Grouping/actionbar/ActionbarGroupComponent.d.ts +2 -2
  33. package/Controls/Components/Grouping/actionbar/ActionbarItemComponent.d.ts +2 -2
  34. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +26 -26
  35. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +6 -6
  36. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +6 -6
  37. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +13 -13
  38. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +8 -8
  39. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +8 -8
  40. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +13 -13
  41. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +8 -8
  42. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  43. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +28 -28
  44. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +28 -28
  45. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +8 -8
  46. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +8 -8
  47. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +8 -8
  48. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +8 -8
  49. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +8 -8
  50. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +8 -8
  51. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +13 -13
  52. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +8 -8
  53. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +6 -6
  54. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +8 -8
  55. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +4 -4
  56. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
  57. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +8 -8
  58. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +25 -25
  59. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +4 -4
  60. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
  61. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +8 -8
  62. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +23 -23
  63. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +13 -13
  64. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
  65. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComposerComponent.d.ts +2 -2
  66. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
  67. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComposerComponent.d.ts +2 -2
  68. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  69. package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
  70. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +6 -6
  71. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +4 -4
  72. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +6 -6
  73. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  74. package/Controls/Components/Media/Chat/ChatComponent.d.ts +8 -8
  75. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +4 -4
  76. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +6 -6
  77. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  78. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +4 -4
  79. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +6 -6
  80. package/Controls/Components/Media/Chip/ChipComponent.d.ts +14 -14
  81. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +10 -10
  82. package/Controls/Components/Media/ColorEditor/ColorEditorAreaComponent.d.ts +2 -2
  83. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +2 -2
  84. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +2 -2
  85. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +12 -12
  86. package/Controls/Components/Media/ColorSlider/ColorSliderComponent.d.ts +2 -2
  87. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +20 -9
  88. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts.map +1 -1
  89. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.js +7 -4
  90. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.js.map +1 -1
  91. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +4 -4
  92. package/Controls/Components/Media/Emoji/EmojiComponent.d.ts +2 -2
  93. package/Controls/Components/Media/Icon/IconComponent.d.ts +6 -6
  94. package/Controls/Components/Media/Image/ImageComponent.d.ts +6 -6
  95. package/Controls/Components/Media/Map/MapComponent.d.ts +4 -4
  96. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +6 -6
  97. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
  98. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  99. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +4 -4
  100. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +12 -12
  101. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +10 -10
  102. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +14 -14
  103. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +2 -2
  104. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +10 -10
  105. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
  106. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +4 -4
  107. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +4 -4
  108. package/Controls/Components/Primitives/Clickable/ClickableComponent.d.ts +2 -2
  109. package/Controls/Components/Primitives/Code/CodeComponent.d.ts +2 -2
  110. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +4 -4
  111. package/Controls/Components/Primitives/Dot/DotComponent.d.ts +4 -4
  112. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +4 -4
  113. package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +4 -4
  114. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +49 -49
  115. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
  116. package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +8 -8
  117. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +22 -22
  118. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/Footer/FooterItemGroupComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/Indicator/IndicatorComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
  122. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +4 -4
  123. package/Controls/Components/Primitives/Number/NumberComponent.d.ts +2 -2
  124. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  125. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +4 -4
  126. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +4 -4
  127. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +16 -16
  128. package/Controls/Components/Primitives/Portal/PortalHostComponent.d.ts +2 -2
  129. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +4 -4
  130. package/Controls/Components/Primitives/Ribbon/RibbonComponent.d.ts +4 -4
  131. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
  132. package/Controls/Components/Primitives/Spacer/SpacerComponent.d.ts +2 -2
  133. package/Controls/Components/Primitives/Text/TextComponent.d.ts +2 -2
  134. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +10 -10
  135. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +14 -14
  136. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
  137. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +6 -6
  138. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  139. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +4 -4
  140. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +8 -8
  141. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +6 -6
  142. package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
  143. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +4 -4
  144. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +4 -4
  145. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +4 -4
  146. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  147. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +6 -6
  148. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +6 -6
  149. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
  150. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +4 -4
  151. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +4 -4
  152. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +2 -2
  153. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +2 -2
  154. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +22 -22
  155. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +6 -6
  156. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +2 -2
  157. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +6 -6
  158. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +4 -4
  159. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +6 -6
  160. package/Controls/Components/Selectors/List/ListComponent.d.ts +2 -2
  161. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +6 -6
  162. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +8 -8
  163. package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +4 -4
  164. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +14 -14
  165. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +8 -8
  166. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +6 -6
  167. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  168. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  169. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +6 -6
  170. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +6 -6
  171. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +2 -2
  172. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  173. package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
  174. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +2 -2
  175. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +6 -6
  176. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
  177. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  178. package/Theming/Theme2Component.d.ts +2 -2
  179. package/package.json +2 -2
@@ -5,7 +5,10 @@
5
5
  */
6
6
  export declare const ComboItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
+ isChecked?: any;
8
9
  disabled?: any;
10
+ variant?: any;
11
+ value?: any;
9
12
  dir?: any;
10
13
  lang?: any;
11
14
  label?: any;
@@ -13,9 +16,6 @@ export declare const ComboItemComponent: import("vue").DefineComponent<{
13
16
  isSelected?: any;
14
17
  index?: any;
15
18
  displayText?: any;
16
- value?: any;
17
- variant?: any;
18
- isChecked?: any;
19
19
  isFocused?: any;
20
20
  icon?: any;
21
21
  ripple?: any;
@@ -23,7 +23,10 @@ export declare const ComboItemComponent: import("vue").DefineComponent<{
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
25
25
  themeName?: any;
26
+ isChecked?: any;
26
27
  disabled?: any;
28
+ variant?: any;
29
+ value?: any;
27
30
  dir?: any;
28
31
  lang?: any;
29
32
  label?: any;
@@ -31,9 +34,6 @@ export declare const ComboItemComponent: import("vue").DefineComponent<{
31
34
  isSelected?: any;
32
35
  index?: any;
33
36
  displayText?: any;
34
- value?: any;
35
- variant?: any;
36
- isChecked?: any;
37
37
  isFocused?: any;
38
38
  icon?: any;
39
39
  ripple?: any;
@@ -6,11 +6,11 @@
6
6
  export declare const DataTableComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  disabled?: any;
9
+ appearance?: any;
9
10
  dir?: any;
10
11
  lang?: any;
11
12
  caption?: any;
12
13
  source?: any;
13
- appearance?: any;
14
14
  selectionMode?: any;
15
15
  reorderable?: any;
16
16
  resizable?: any;
@@ -34,11 +34,11 @@ export declare const DataTableComponent: import("vue").DefineComponent<{
34
34
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "tableSelectionChanged" | "dataTableEditorOpened" | "dataTableEditorClosed" | "dataTableSortChanged")[], "connected" | "disconnected" | "changed" | "tableSelectionChanged" | "dataTableEditorOpened" | "dataTableEditorClosed" | "dataTableSortChanged", import("vue").PublicProps, Readonly<{
35
35
  themeName?: any;
36
36
  disabled?: any;
37
+ appearance?: any;
37
38
  dir?: any;
38
39
  lang?: any;
39
40
  caption?: any;
40
41
  source?: any;
41
- appearance?: any;
42
42
  selectionMode?: any;
43
43
  reorderable?: any;
44
44
  resizable?: any;
@@ -5,25 +5,25 @@
5
5
  */
6
6
  export declare const EpgChannelComponent: import("vue").DefineComponent<{
7
7
  disabled?: any;
8
+ variant?: any;
9
+ appearance?: any;
10
+ value?: any;
8
11
  dir?: any;
9
12
  lang?: any;
10
13
  label?: any;
11
14
  displayText?: any;
12
- value?: any;
13
- variant?: any;
14
- appearance?: any;
15
15
  locale?: 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
  disabled?: any;
20
+ variant?: any;
21
+ appearance?: any;
22
+ value?: any;
20
23
  dir?: any;
21
24
  lang?: any;
22
25
  label?: any;
23
26
  displayText?: any;
24
- value?: any;
25
- variant?: any;
26
- appearance?: any;
27
27
  locale?: any;
28
28
  }> & Readonly<{
29
29
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -5,12 +5,12 @@
5
5
  */
6
6
  export declare const EpgComponent: import("vue").DefineComponent<{
7
7
  disabled?: any;
8
+ variant?: any;
9
+ appearance?: any;
8
10
  dir?: any;
9
11
  lang?: any;
10
12
  filter?: any;
11
13
  items?: any;
12
- variant?: any;
13
- appearance?: any;
14
14
  locale?: any;
15
15
  showFilter?: any;
16
16
  filterMemberPath?: any;
@@ -29,12 +29,12 @@ export declare const EpgComponent: import("vue").DefineComponent<{
29
29
  [key: string]: any;
30
30
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
31
31
  disabled?: any;
32
+ variant?: any;
33
+ appearance?: any;
32
34
  dir?: any;
33
35
  lang?: any;
34
36
  filter?: any;
35
37
  items?: any;
36
- variant?: any;
37
- appearance?: any;
38
38
  locale?: any;
39
39
  showFilter?: any;
40
40
  filterMemberPath?: any;
@@ -5,13 +5,13 @@
5
5
  */
6
6
  export declare const EpgProgramComponent: import("vue").DefineComponent<{
7
7
  disabled?: any;
8
+ variant?: any;
9
+ appearance?: any;
10
+ value?: any;
8
11
  dir?: any;
9
12
  lang?: any;
10
13
  header?: any;
11
14
  displayText?: any;
12
- value?: any;
13
- variant?: any;
14
- appearance?: any;
15
15
  isFocused?: any;
16
16
  locale?: any;
17
17
  start?: any;
@@ -23,13 +23,13 @@ export declare const EpgProgramComponent: import("vue").DefineComponent<{
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "select")[], "connected" | "disconnected" | "changed" | "select", import("vue").PublicProps, Readonly<{
25
25
  disabled?: any;
26
+ variant?: any;
27
+ appearance?: any;
28
+ value?: any;
26
29
  dir?: any;
27
30
  lang?: any;
28
31
  header?: any;
29
32
  displayText?: any;
30
- value?: any;
31
- variant?: any;
32
- appearance?: any;
33
33
  isFocused?: any;
34
34
  locale?: any;
35
35
  start?: any;
@@ -6,6 +6,7 @@
6
6
  export declare const ListComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  disabled?: any;
9
+ value?: any;
9
10
  dir?: any;
10
11
  lang?: any;
11
12
  filter?: any;
@@ -13,7 +14,6 @@ export declare const ListComponent: import("vue").DefineComponent<{
13
14
  items?: any;
14
15
  selectedItem?: any;
15
16
  inset?: any;
16
- value?: any;
17
17
  selectionMode?: any;
18
18
  intl?: any;
19
19
  showFilter?: any;
@@ -24,6 +24,7 @@ export declare const ListComponent: import("vue").DefineComponent<{
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged")[], "connected" | "disconnected" | "changed" | "selectionChanged" | "itemsChanged", import("vue").PublicProps, Readonly<{
25
25
  themeName?: any;
26
26
  disabled?: any;
27
+ value?: any;
27
28
  dir?: any;
28
29
  lang?: any;
29
30
  filter?: any;
@@ -31,7 +32,6 @@ export declare const ListComponent: import("vue").DefineComponent<{
31
32
  items?: any;
32
33
  selectedItem?: any;
33
34
  inset?: any;
34
- value?: any;
35
35
  selectionMode?: any;
36
36
  intl?: any;
37
37
  showFilter?: any;
@@ -5,30 +5,30 @@
5
5
  */
6
6
  export declare const ListItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
+ isChecked?: any;
8
9
  disabled?: any;
10
+ variant?: any;
11
+ value?: any;
9
12
  dir?: any;
10
13
  lang?: any;
11
14
  isSelected?: any;
12
15
  index?: any;
13
16
  displayText?: any;
14
- value?: any;
15
- variant?: any;
16
- isChecked?: any;
17
17
  isFocused?: any;
18
18
  ripple?: 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" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
22
22
  themeName?: any;
23
+ isChecked?: any;
23
24
  disabled?: any;
25
+ variant?: any;
26
+ value?: any;
24
27
  dir?: any;
25
28
  lang?: any;
26
29
  isSelected?: any;
27
30
  index?: any;
28
31
  displayText?: any;
29
- value?: any;
30
- variant?: any;
31
- isChecked?: any;
32
32
  isFocused?: any;
33
33
  ripple?: any;
34
34
  }> & Readonly<{
@@ -5,17 +5,17 @@
5
5
  */
6
6
  export declare const MenuItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
+ isChecked?: any;
8
9
  disabled?: any;
10
+ variant?: any;
11
+ appearance?: any;
12
+ value?: any;
9
13
  dir?: any;
10
14
  lang?: any;
11
15
  label?: any;
12
16
  isActive?: any;
13
- value?: any;
14
- variant?: any;
15
- appearance?: any;
16
17
  hasChildren?: any;
17
18
  isExpanded?: any;
18
- isChecked?: any;
19
19
  isFocused?: any;
20
20
  formatter?: any;
21
21
  icon?: any;
@@ -27,17 +27,17 @@ export declare const MenuItemComponent: import("vue").DefineComponent<{
27
27
  [key: string]: any;
28
28
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "activated")[], "connected" | "disconnected" | "changed" | "activated", import("vue").PublicProps, Readonly<{
29
29
  themeName?: any;
30
+ isChecked?: any;
30
31
  disabled?: any;
32
+ variant?: any;
33
+ appearance?: any;
34
+ value?: any;
31
35
  dir?: any;
32
36
  lang?: any;
33
37
  label?: any;
34
38
  isActive?: any;
35
- value?: any;
36
- variant?: any;
37
- appearance?: any;
38
39
  hasChildren?: any;
39
40
  isExpanded?: any;
40
- isChecked?: any;
41
41
  isFocused?: any;
42
42
  formatter?: any;
43
43
  icon?: any;
@@ -6,19 +6,19 @@
6
6
  export declare const SegmentComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  disabled?: any;
9
- dir?: any;
10
- lang?: any;
11
9
  variant?: any;
12
10
  appearance?: any;
11
+ dir?: any;
12
+ lang?: any;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
15
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
16
16
  themeName?: any;
17
17
  disabled?: any;
18
- dir?: any;
19
- lang?: any;
20
18
  variant?: any;
21
19
  appearance?: any;
20
+ dir?: any;
21
+ lang?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -5,16 +5,16 @@
5
5
  */
6
6
  export declare const SegmentItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
+ isChecked?: any;
8
9
  disabled?: any;
10
+ variant?: any;
11
+ appearance?: any;
12
+ value?: any;
13
+ size?: any;
9
14
  dir?: any;
10
15
  lang?: any;
11
16
  label?: any;
12
17
  orientation?: any;
13
- value?: any;
14
- variant?: any;
15
- appearance?: any;
16
- size?: any;
17
- isChecked?: any;
18
18
  isFocused?: any;
19
19
  icon?: any;
20
20
  iconPosition?: any;
@@ -23,18 +23,18 @@ export declare const SegmentItemComponent: import("vue").DefineComponent<{
23
23
  ripple?: any;
24
24
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
25
  [key: string]: any;
26
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
26
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("toggled" | "checked" | "unchecked" | "connected" | "disconnected" | "changed")[], "toggled" | "checked" | "unchecked" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
27
27
  themeName?: any;
28
+ isChecked?: any;
28
29
  disabled?: any;
30
+ variant?: any;
31
+ appearance?: any;
32
+ value?: any;
33
+ size?: any;
29
34
  dir?: any;
30
35
  lang?: any;
31
36
  label?: any;
32
37
  orientation?: any;
33
- value?: any;
34
- variant?: any;
35
- appearance?: any;
36
- size?: any;
37
- isChecked?: any;
38
38
  isFocused?: any;
39
39
  icon?: any;
40
40
  iconPosition?: any;
@@ -42,12 +42,12 @@ export declare const SegmentItemComponent: import("vue").DefineComponent<{
42
42
  type?: any;
43
43
  ripple?: any;
44
44
  }> & Readonly<{
45
+ onToggled?: ((...args: any[]) => any) | undefined;
46
+ onChecked?: ((...args: any[]) => any) | undefined;
47
+ onUnchecked?: ((...args: any[]) => any) | undefined;
45
48
  onConnected?: ((...args: any[]) => any) | undefined;
46
49
  onDisconnected?: ((...args: any[]) => any) | undefined;
47
50
  onChanged?: ((...args: any[]) => any) | undefined;
48
- onChecked?: ((...args: any[]) => any) | undefined;
49
- onUnchecked?: ((...args: any[]) => any) | undefined;
50
- onToggled?: ((...args: any[]) => any) | undefined;
51
51
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
52
52
  declare module 'vue' {
53
53
  interface GlobalComponents {
@@ -5,18 +5,18 @@
5
5
  */
6
6
  export declare const StepperItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- animationTarget?: any;
9
- enter?: any;
10
- exit?: any;
11
8
  disabled?: any;
9
+ value?: any;
12
10
  dir?: any;
13
11
  lang?: any;
14
12
  header?: any;
15
13
  isActive?: any;
14
+ animationTarget?: any;
15
+ enter?: any;
16
+ exit?: any;
16
17
  isSelected?: any;
17
18
  index?: any;
18
19
  displayText?: any;
19
- value?: any;
20
20
  state?: any;
21
21
  icon?: any;
22
22
  iconSize?: any;
@@ -26,18 +26,18 @@ export declare const StepperItemComponent: import("vue").DefineComponent<{
26
26
  [key: string]: any;
27
27
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
28
28
  themeName?: any;
29
- animationTarget?: any;
30
- enter?: any;
31
- exit?: any;
32
29
  disabled?: any;
30
+ value?: any;
33
31
  dir?: any;
34
32
  lang?: any;
35
33
  header?: any;
36
34
  isActive?: any;
35
+ animationTarget?: any;
36
+ enter?: any;
37
+ exit?: any;
37
38
  isSelected?: any;
38
39
  index?: any;
39
40
  displayText?: any;
40
- value?: any;
41
41
  state?: any;
42
42
  icon?: any;
43
43
  iconSize?: any;
@@ -4,15 +4,15 @@
4
4
  * @public
5
5
  */
6
6
  export declare const TabComponent: import("vue").DefineComponent<{
7
- placement?: any;
8
7
  themeName?: any;
9
8
  disabled?: any;
9
+ variant?: any;
10
+ appearance?: any;
10
11
  dir?: any;
11
12
  lang?: any;
12
13
  items?: any;
13
14
  selectedItem?: any;
14
- variant?: any;
15
- appearance?: any;
15
+ placement?: any;
16
16
  alignment?: any;
17
17
  selectedIndex?: any;
18
18
  hasIndicator?: any;
@@ -20,15 +20,15 @@ export declare const TabComponent: import("vue").DefineComponent<{
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
22
22
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
23
- placement?: any;
24
23
  themeName?: any;
25
24
  disabled?: any;
25
+ variant?: any;
26
+ appearance?: any;
26
27
  dir?: any;
27
28
  lang?: any;
28
29
  items?: any;
29
30
  selectedItem?: any;
30
- variant?: any;
31
- appearance?: any;
31
+ placement?: any;
32
32
  alignment?: any;
33
33
  selectedIndex?: any;
34
34
  hasIndicator?: any;
@@ -5,16 +5,16 @@
5
5
  */
6
6
  export declare const TabItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- animationTarget?: any;
9
- enter?: any;
10
- exit?: any;
11
8
  disabled?: any;
9
+ value?: any;
12
10
  dir?: any;
13
11
  lang?: any;
14
12
  label?: any;
15
13
  orientation?: any;
14
+ animationTarget?: any;
15
+ enter?: any;
16
+ exit?: any;
16
17
  isSelected?: any;
17
- value?: any;
18
18
  closeable?: any;
19
19
  icon?: any;
20
20
  iconPosition?: any;
@@ -23,16 +23,16 @@ export declare const TabItemComponent: import("vue").DefineComponent<{
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "closed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
25
25
  themeName?: any;
26
- animationTarget?: any;
27
- enter?: any;
28
- exit?: any;
29
26
  disabled?: any;
27
+ value?: any;
30
28
  dir?: any;
31
29
  lang?: any;
32
30
  label?: any;
33
31
  orientation?: any;
32
+ animationTarget?: any;
33
+ enter?: any;
34
+ exit?: any;
34
35
  isSelected?: any;
35
- value?: any;
36
36
  closeable?: any;
37
37
  icon?: any;
38
38
  iconPosition?: any;
@@ -4,11 +4,11 @@
4
4
  * @public
5
5
  */
6
6
  export declare const TabPanelComponent: import("vue").DefineComponent<{
7
- placement?: any;
8
7
  themeName?: any;
8
+ appearance?: any;
9
9
  dir?: any;
10
10
  lang?: any;
11
- appearance?: any;
11
+ placement?: any;
12
12
  alignment?: any;
13
13
  hasIndicator?: any;
14
14
  enableGestures?: any;
@@ -18,11 +18,11 @@ export declare const TabPanelComponent: import("vue").DefineComponent<{
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
21
- placement?: any;
22
21
  themeName?: any;
22
+ appearance?: any;
23
23
  dir?: any;
24
24
  lang?: any;
25
- appearance?: any;
25
+ placement?: any;
26
26
  alignment?: any;
27
27
  hasIndicator?: any;
28
28
  enableGestures?: any;
@@ -4,29 +4,29 @@
4
4
  * @public
5
5
  */
6
6
  export declare const TabStripComponent: import("vue").DefineComponent<{
7
- placement?: any;
8
7
  themeName?: any;
9
8
  disabled?: any;
9
+ variant?: any;
10
+ appearance?: any;
10
11
  dir?: any;
11
12
  lang?: any;
12
13
  items?: any;
13
14
  selectedItem?: any;
14
- variant?: any;
15
- appearance?: any;
15
+ placement?: any;
16
16
  selectedIndex?: any;
17
17
  hasIndicator?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
21
- placement?: any;
22
21
  themeName?: any;
23
22
  disabled?: any;
23
+ variant?: any;
24
+ appearance?: any;
24
25
  dir?: any;
25
26
  lang?: any;
26
27
  items?: any;
27
28
  selectedItem?: any;
28
- variant?: any;
29
- appearance?: any;
29
+ placement?: any;
30
30
  selectedIndex?: any;
31
31
  hasIndicator?: any;
32
32
  }> & Readonly<{
@@ -4,17 +4,17 @@
4
4
  * @public
5
5
  */
6
6
  export declare const TabStripItemComponent: import("vue").DefineComponent<{
7
- placement?: any;
8
7
  themeName?: any;
9
8
  disabled?: any;
9
+ variant?: any;
10
+ value?: any;
10
11
  dir?: any;
11
12
  lang?: any;
12
13
  label?: any;
13
14
  orientation?: any;
14
15
  isSelected?: any;
15
- value?: any;
16
- variant?: any;
17
16
  isFocused?: any;
17
+ placement?: any;
18
18
  icon?: any;
19
19
  iconPosition?: any;
20
20
  iconSize?: any;
@@ -22,17 +22,17 @@ export declare const TabStripItemComponent: import("vue").DefineComponent<{
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
25
- placement?: any;
26
25
  themeName?: any;
27
26
  disabled?: any;
27
+ variant?: any;
28
+ value?: any;
28
29
  dir?: any;
29
30
  lang?: any;
30
31
  label?: any;
31
32
  orientation?: any;
32
33
  isSelected?: any;
33
- value?: any;
34
- variant?: any;
35
34
  isFocused?: any;
35
+ placement?: any;
36
36
  icon?: any;
37
37
  iconPosition?: any;
38
38
  iconSize?: any;
@@ -6,10 +6,10 @@
6
6
  export declare const TableBodyCellComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  disabled?: any;
9
+ value?: any;
9
10
  dir?: any;
10
11
  lang?: any;
11
12
  isSelected?: any;
12
- value?: any;
13
13
  text?: any;
14
14
  formatter?: any;
15
15
  columnHidden?: any;
@@ -19,10 +19,10 @@ export declare const TableBodyCellComponent: import("vue").DefineComponent<{
19
19
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
20
20
  themeName?: any;
21
21
  disabled?: any;
22
+ value?: any;
22
23
  dir?: any;
23
24
  lang?: any;
24
25
  isSelected?: any;
25
- value?: any;
26
26
  text?: any;
27
27
  formatter?: any;
28
28
  columnHidden?: any;
@@ -6,19 +6,19 @@
6
6
  export declare const TableBodyRowComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
8
  disabled?: any;
9
+ value?: any;
9
10
  dir?: any;
10
11
  lang?: any;
11
12
  isSelected?: any;
12
- value?: any;
13
13
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
14
  [key: string]: any;
15
15
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
16
16
  themeName?: any;
17
17
  disabled?: any;
18
+ value?: any;
18
19
  dir?: any;
19
20
  lang?: any;
20
21
  isSelected?: any;
21
- value?: any;
22
22
  }> & Readonly<{
23
23
  onConnected?: ((...args: any[]) => any) | undefined;
24
24
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -5,11 +5,11 @@
5
5
  */
6
6
  export declare const TableComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
+ appearance?: any;
8
9
  dir?: any;
9
10
  lang?: any;
10
11
  caption?: any;
11
12
  columns?: any;
12
- appearance?: any;
13
13
  selectionMode?: any;
14
14
  resizable?: any;
15
15
  intl?: any;
@@ -22,11 +22,11 @@ export declare const TableComponent: import("vue").DefineComponent<{
22
22
  [key: string]: any;
23
23
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "columnsChanged" | "tableChooseColumns" | "tableSelectionChanged")[], "connected" | "disconnected" | "changed" | "columnsChanged" | "tableChooseColumns" | "tableSelectionChanged", import("vue").PublicProps, Readonly<{
24
24
  themeName?: any;
25
+ appearance?: any;
25
26
  dir?: any;
26
27
  lang?: any;
27
28
  caption?: any;
28
29
  columns?: any;
29
- appearance?: any;
30
30
  selectionMode?: any;
31
31
  resizable?: any;
32
32
  intl?: any;