@breadstone/mosaik-elements-vue 0.1.50 → 0.1.52

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 (155) hide show
  1. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +2 -2
  2. package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +2 -2
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +2 -2
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +2 -2
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +9 -9
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +2 -2
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +2 -2
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +2 -2
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +2 -2
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
  13. package/Controls/Components/Charts/ChartComponent.d.ts +6 -6
  14. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +11 -11
  15. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +2 -2
  16. package/Controls/Components/Grouping/Card/CardComponent.d.ts +4 -4
  17. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +8 -8
  18. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  19. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  20. package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
  21. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +2 -2
  22. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +2 -2
  23. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +2 -2
  24. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +2 -2
  25. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +2 -2
  26. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +2 -2
  27. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +2 -2
  28. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +2 -2
  29. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +2 -2
  30. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +2 -2
  31. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +2 -2
  32. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +2 -2
  33. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +2 -2
  34. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +2 -2
  35. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +2 -2
  36. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +2 -2
  37. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +2 -2
  38. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +2 -2
  39. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +2 -2
  40. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +2 -2
  41. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +2 -2
  42. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +2 -2
  43. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +2 -2
  44. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +2 -2
  45. package/Controls/Components/Inputs/Select/SelectComponent.js +1 -1
  46. package/Controls/Components/Inputs/Select/SelectComponent.js.map +1 -1
  47. package/Controls/Components/Inputs/Select/SelectItemComponent.js +1 -1
  48. package/Controls/Components/Inputs/Select/SelectItemComponent.js.map +1 -1
  49. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts +26 -0
  50. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts.map +1 -0
  51. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js +29 -0
  52. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js.map +1 -0
  53. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +6 -6
  54. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +2 -2
  55. package/Controls/Components/Inputs/TextBox/TextBoxComponent.js +1 -1
  56. package/Controls/Components/Inputs/TextBox/TextBoxComponent.js.map +1 -1
  57. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +2 -2
  58. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +2 -2
  59. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
  60. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +2 -2
  61. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +2 -2
  62. package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
  63. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +2 -2
  64. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
  65. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +2 -2
  66. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  67. package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
  68. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
  69. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +2 -2
  70. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +2 -2
  71. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  72. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +2 -2
  73. package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
  74. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +2 -2
  75. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  76. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
  77. package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
  78. package/Controls/Components/Media/Icon/IconComponent.d.ts +2 -2
  79. package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
  80. package/Controls/Components/Media/Map/MapComponent.d.ts +4 -4
  81. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +2 -2
  82. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +2 -2
  83. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  84. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +4 -4
  85. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +21 -21
  86. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +20 -20
  87. package/Controls/Components/Overlays/Drawer/DrawerComponent.js +1 -1
  88. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +4 -4
  89. package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
  90. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +27 -27
  91. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +34 -8
  92. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts.map +1 -1
  93. package/Controls/Components/Overlays/Sheet/SheetComponent.js +7 -3
  94. package/Controls/Components/Overlays/Sheet/SheetComponent.js.map +1 -1
  95. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +16 -16
  96. package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
  97. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
  98. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +4 -4
  99. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  100. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
  101. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
  102. package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
  103. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +6 -6
  104. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
  105. package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
  106. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +10 -10
  107. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
  108. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +2 -2
  109. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
  110. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +16 -16
  111. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +8 -8
  112. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
  113. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +6 -6
  114. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +9 -9
  115. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +2 -2
  116. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  117. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  118. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
  122. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +2 -2
  123. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +2 -2
  124. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +2 -2
  125. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +2 -2
  126. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +2 -2
  127. package/Controls/Components/Selectors/Combo/ComboComponent.js +2 -2
  128. package/Controls/Components/Selectors/Combo/ComboComponent.js.map +1 -1
  129. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts +26 -0
  130. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts.map +1 -0
  131. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js +29 -0
  132. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js.map +1 -0
  133. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +2 -2
  134. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +2 -2
  135. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +2 -2
  136. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +2 -2
  137. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +2 -2
  138. package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
  139. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +2 -2
  140. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +6 -6
  141. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +2 -2
  142. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +10 -10
  143. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +2 -2
  144. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +2 -2
  145. package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
  146. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +6 -6
  147. package/Controls/Components/Shell/AppComponent.d.ts +6 -6
  148. package/Controls/Components/Shell/AppComponent.js +1 -1
  149. package/Controls/Components/Shell/AppComponent.js.map +1 -1
  150. package/Index.d.ts +2 -0
  151. package/Index.d.ts.map +1 -1
  152. package/Index.js +2 -0
  153. package/Index.js.map +1 -1
  154. package/Theming/Theme2Component.d.ts +2 -2
  155. package/package.json +2 -2
@@ -5,18 +5,18 @@
5
5
  */
6
6
  export declare const MessageComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- animationTarget?: any;
9
- enter?: any;
10
- exit?: any;
11
- appearance?: any;
12
- closeable?: any;
13
8
  dir?: any;
14
9
  lang?: any;
15
10
  header?: any;
16
11
  fit?: any;
17
12
  disabled?: any;
13
+ animationTarget?: any;
14
+ enter?: any;
15
+ exit?: any;
18
16
  variant?: any;
17
+ appearance?: any;
19
18
  isExpanded?: any;
19
+ closeable?: any;
20
20
  content?: any;
21
21
  formatter?: any;
22
22
  icon?: any;
@@ -24,30 +24,30 @@ export declare const MessageComponent: import("vue").DefineComponent<{
24
24
  expandable?: any;
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("closed" | "connected" | "disconnected" | "changed" | "toggled" | "expanded" | "collapsed")[], "closed" | "connected" | "disconnected" | "changed" | "toggled" | "expanded" | "collapsed", import("vue").PublicProps, Readonly<{
27
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "closed" | "toggled" | "expanded" | "collapsed")[], "connected" | "disconnected" | "changed" | "closed" | "toggled" | "expanded" | "collapsed", import("vue").PublicProps, Readonly<{
28
28
  themeName?: any;
29
- animationTarget?: any;
30
- enter?: any;
31
- exit?: any;
32
- appearance?: any;
33
- closeable?: any;
34
29
  dir?: any;
35
30
  lang?: any;
36
31
  header?: any;
37
32
  fit?: any;
38
33
  disabled?: any;
34
+ animationTarget?: any;
35
+ enter?: any;
36
+ exit?: any;
39
37
  variant?: any;
38
+ appearance?: any;
40
39
  isExpanded?: any;
40
+ closeable?: any;
41
41
  content?: any;
42
42
  formatter?: any;
43
43
  icon?: any;
44
44
  iconSize?: any;
45
45
  expandable?: any;
46
46
  }> & Readonly<{
47
- onClosed?: ((...args: any[]) => any) | undefined;
48
47
  onConnected?: ((...args: any[]) => any) | undefined;
49
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
50
49
  onChanged?: ((...args: any[]) => any) | undefined;
50
+ onClosed?: ((...args: any[]) => any) | undefined;
51
51
  onToggled?: ((...args: any[]) => any) | undefined;
52
52
  onExpanded?: ((...args: any[]) => any) | undefined;
53
53
  onCollapsed?: ((...args: any[]) => any) | undefined;
@@ -5,24 +5,24 @@
5
5
  */
6
6
  export declare const ToolbarComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  title?: any;
12
11
  fit?: any;
13
12
  variant?: any;
13
+ appearance?: any;
14
14
  formatter?: any;
15
15
  subTitle?: 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
- appearance?: any;
21
20
  dir?: any;
22
21
  lang?: any;
23
22
  title?: any;
24
23
  fit?: any;
25
24
  variant?: any;
25
+ appearance?: any;
26
26
  formatter?: any;
27
27
  subTitle?: any;
28
28
  }> & Readonly<{
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  label?: any;
@@ -14,6 +13,7 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  renderItem?: any;
19
19
  text?: any;
@@ -64,7 +64,6 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
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<{
66
66
  themeName?: any;
67
- appearance?: any;
68
67
  dir?: any;
69
68
  lang?: any;
70
69
  label?: any;
@@ -73,6 +72,7 @@ export declare const AutocompleteboxComponent: import("vue").DefineComponent<{
73
72
  disabled?: any;
74
73
  value?: any;
75
74
  variant?: any;
75
+ appearance?: any;
76
76
  state?: any;
77
77
  renderItem?: any;
78
78
  text?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const CalendarComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  values?: any;
@@ -15,6 +14,7 @@ export declare const CalendarComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  selectionMode?: any;
19
19
  markerHandler?: any;
20
20
  locale?: any;
@@ -39,7 +39,6 @@ export declare const CalendarComponent: import("vue").DefineComponent<{
39
39
  [key: string]: any;
40
40
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "dateChanged")[], "connected" | "disconnected" | "changed" | "dateChanged", import("vue").PublicProps, Readonly<{
41
41
  themeName?: any;
42
- appearance?: any;
43
42
  dir?: any;
44
43
  lang?: any;
45
44
  values?: any;
@@ -49,6 +48,7 @@ export declare const CalendarComponent: import("vue").DefineComponent<{
49
48
  disabled?: any;
50
49
  value?: any;
51
50
  variant?: any;
51
+ appearance?: any;
52
52
  selectionMode?: any;
53
53
  markerHandler?: any;
54
54
  locale?: any;
@@ -5,13 +5,13 @@
5
5
  */
6
6
  export declare const CalendarItemComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  disabled?: any;
12
11
  isSelected?: any;
13
12
  value?: any;
14
13
  variant?: any;
14
+ appearance?: any;
15
15
  text?: any;
16
16
  isFocused?: any;
17
17
  ripple?: any;
@@ -29,13 +29,13 @@ export declare const CalendarItemComponent: import("vue").DefineComponent<{
29
29
  [key: string]: any;
30
30
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "click")[], "connected" | "disconnected" | "changed" | "click", import("vue").PublicProps, Readonly<{
31
31
  themeName?: any;
32
- appearance?: any;
33
32
  dir?: any;
34
33
  lang?: any;
35
34
  disabled?: any;
36
35
  isSelected?: any;
37
36
  value?: any;
38
37
  variant?: any;
38
+ appearance?: any;
39
39
  text?: any;
40
40
  isFocused?: any;
41
41
  ripple?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const CheckboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const CheckboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  isChecked?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -24,7 +24,6 @@ export declare const CheckboxComponent: import("vue").DefineComponent<{
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
- appearance?: any;
28
27
  dir?: any;
29
28
  lang?: any;
30
29
  name?: any;
@@ -33,6 +32,7 @@ export declare const CheckboxComponent: import("vue").DefineComponent<{
33
32
  disabled?: any;
34
33
  value?: any;
35
34
  variant?: any;
35
+ appearance?: any;
36
36
  isChecked?: any;
37
37
  isFocused?: any;
38
38
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const CheckboxGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,12 +13,12 @@ export declare const CheckboxGroupComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  required?: 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" | "checkChanged")[], "connected" | "disconnected" | "changed" | "checkChanged", import("vue").PublicProps, Readonly<{
21
21
  themeName?: any;
22
- appearance?: any;
23
22
  dir?: any;
24
23
  lang?: any;
25
24
  name?: any;
@@ -28,6 +27,7 @@ export declare const CheckboxGroupComponent: import("vue").DefineComponent<{
28
27
  disabled?: any;
29
28
  value?: any;
30
29
  variant?: any;
30
+ appearance?: any;
31
31
  required?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ChipboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const ChipboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -34,7 +34,6 @@ export declare const ChipboxComponent: import("vue").DefineComponent<{
34
34
  [key: string]: any;
35
35
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "chipAdded" | "chipRemoved" | "cleared")[], "connected" | "disconnected" | "changed" | "chipAdded" | "chipRemoved" | "cleared", import("vue").PublicProps, Readonly<{
36
36
  themeName?: any;
37
- appearance?: any;
38
37
  dir?: any;
39
38
  lang?: any;
40
39
  name?: any;
@@ -43,6 +42,7 @@ export declare const ChipboxComponent: import("vue").DefineComponent<{
43
42
  disabled?: any;
44
43
  value?: any;
45
44
  variant?: any;
45
+ appearance?: any;
46
46
  state?: any;
47
47
  isFocused?: any;
48
48
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ChoiceComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const ChoiceComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  isChecked?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -27,7 +27,6 @@ export declare const ChoiceComponent: import("vue").DefineComponent<{
27
27
  [key: string]: any;
28
28
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
29
29
  themeName?: any;
30
- appearance?: any;
31
30
  dir?: any;
32
31
  lang?: any;
33
32
  name?: any;
@@ -36,6 +35,7 @@ export declare const ChoiceComponent: import("vue").DefineComponent<{
36
35
  disabled?: any;
37
36
  value?: any;
38
37
  variant?: any;
38
+ appearance?: any;
39
39
  isChecked?: any;
40
40
  isFocused?: any;
41
41
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ChoiceGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,12 +13,12 @@ export declare const ChoiceGroupComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  required?: 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" | "choiceChanged")[], "connected" | "disconnected" | "changed" | "choiceChanged", import("vue").PublicProps, Readonly<{
21
21
  themeName?: any;
22
- appearance?: any;
23
22
  dir?: any;
24
23
  lang?: any;
25
24
  name?: any;
@@ -28,6 +27,7 @@ export declare const ChoiceGroupComponent: import("vue").DefineComponent<{
28
27
  disabled?: any;
29
28
  value?: any;
30
29
  variant?: any;
30
+ appearance?: any;
31
31
  required?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ColorboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -51,7 +51,6 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
51
51
  [key: string]: any;
52
52
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus")[], "connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
53
53
  themeName?: any;
54
- appearance?: any;
55
54
  dir?: any;
56
55
  lang?: any;
57
56
  name?: any;
@@ -60,6 +59,7 @@ export declare const ColorboxComponent: import("vue").DefineComponent<{
60
59
  disabled?: any;
61
60
  value?: any;
62
61
  variant?: any;
62
+ appearance?: any;
63
63
  state?: any;
64
64
  isFocused?: any;
65
65
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const DateboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  values?: any;
@@ -15,6 +14,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  state?: any;
19
19
  selectionMode?: any;
20
20
  isFocused?: any;
@@ -60,7 +60,6 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
60
60
  [key: string]: any;
61
61
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
62
62
  themeName?: any;
63
- appearance?: any;
64
63
  dir?: any;
65
64
  lang?: any;
66
65
  values?: any;
@@ -70,6 +69,7 @@ export declare const DateboxComponent: import("vue").DefineComponent<{
70
69
  disabled?: any;
71
70
  value?: any;
72
71
  variant?: any;
72
+ appearance?: any;
73
73
  state?: any;
74
74
  selectionMode?: any;
75
75
  isFocused?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const DatetimeboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  values?: any;
@@ -15,6 +14,7 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  state?: any;
19
19
  isFocused?: any;
20
20
  formatter?: any;
@@ -66,7 +66,6 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
66
66
  [key: string]: any;
67
67
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "cleared")[], "connected" | "disconnected" | "changed" | "cleared", import("vue").PublicProps, Readonly<{
68
68
  themeName?: any;
69
- appearance?: any;
70
69
  dir?: any;
71
70
  lang?: any;
72
71
  values?: any;
@@ -76,6 +75,7 @@ export declare const DatetimeboxComponent: import("vue").DefineComponent<{
76
75
  disabled?: any;
77
76
  value?: any;
78
77
  variant?: any;
78
+ appearance?: any;
79
79
  state?: any;
80
80
  isFocused?: any;
81
81
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const DurationboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -30,7 +30,6 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
30
30
  [key: string]: any;
31
31
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus")[], "connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
32
32
  themeName?: any;
33
- appearance?: any;
34
33
  dir?: any;
35
34
  lang?: any;
36
35
  name?: any;
@@ -39,6 +38,7 @@ export declare const DurationboxComponent: import("vue").DefineComponent<{
39
38
  disabled?: any;
40
39
  value?: any;
41
40
  variant?: any;
41
+ appearance?: any;
42
42
  state?: any;
43
43
  isFocused?: any;
44
44
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const FileboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const FileboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -31,7 +31,6 @@ export declare const FileboxComponent: import("vue").DefineComponent<{
31
31
  [key: string]: any;
32
32
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "filesSelected" | "cleared")[], "connected" | "disconnected" | "changed" | "filesSelected" | "cleared", import("vue").PublicProps, Readonly<{
33
33
  themeName?: any;
34
- appearance?: any;
35
34
  dir?: any;
36
35
  lang?: any;
37
36
  name?: any;
@@ -40,6 +39,7 @@ export declare const FileboxComponent: import("vue").DefineComponent<{
40
39
  disabled?: any;
41
40
  value?: any;
42
41
  variant?: any;
42
+ appearance?: any;
43
43
  state?: any;
44
44
  isFocused?: any;
45
45
  formatter?: any;
@@ -5,13 +5,13 @@
5
5
  */
6
6
  export declare const FileUploadComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  invalid?: any;
12
11
  disabled?: any;
13
12
  value?: any;
14
13
  variant?: any;
14
+ appearance?: any;
15
15
  placeholder?: any;
16
16
  isDragging?: any;
17
17
  intl?: any;
@@ -26,13 +26,13 @@ export declare const FileUploadComponent: import("vue").DefineComponent<{
26
26
  [key: string]: any;
27
27
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed")[], "connected" | "disconnected" | "changed" | "filesChanged" | "fileAdded" | "fileRemoved" | "fileFailed", import("vue").PublicProps, Readonly<{
28
28
  themeName?: any;
29
- appearance?: any;
30
29
  dir?: any;
31
30
  lang?: any;
32
31
  invalid?: any;
33
32
  disabled?: any;
34
33
  value?: any;
35
34
  variant?: any;
35
+ appearance?: any;
36
36
  placeholder?: any;
37
37
  isDragging?: any;
38
38
  intl?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const NumberboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  isFocused?: any;
19
19
  isBusy?: any;
@@ -38,7 +38,6 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
38
38
  [key: string]: any;
39
39
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus")[], "connected" | "disconnected" | "changed" | "input" | "cleared" | "blur" | "change" | "focus", import("vue").PublicProps, Readonly<{
40
40
  themeName?: any;
41
- appearance?: any;
42
41
  dir?: any;
43
42
  lang?: any;
44
43
  name?: any;
@@ -47,6 +46,7 @@ export declare const NumberboxComponent: import("vue").DefineComponent<{
47
46
  disabled?: any;
48
47
  value?: any;
49
48
  variant?: any;
49
+ appearance?: any;
50
50
  state?: any;
51
51
  isFocused?: any;
52
52
  isBusy?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const PasswordboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const PasswordboxComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  state?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -32,7 +32,6 @@ export declare const PasswordboxComponent: import("vue").DefineComponent<{
32
32
  [key: string]: any;
33
33
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "passwordRevealed" | "passwordConcealed" | "cleared")[], "connected" | "disconnected" | "changed" | "passwordRevealed" | "passwordConcealed" | "cleared", import("vue").PublicProps, Readonly<{
34
34
  themeName?: any;
35
- appearance?: any;
36
35
  dir?: any;
37
36
  lang?: any;
38
37
  name?: any;
@@ -41,6 +40,7 @@ export declare const PasswordboxComponent: import("vue").DefineComponent<{
41
40
  disabled?: any;
42
41
  value?: any;
43
42
  variant?: any;
43
+ appearance?: any;
44
44
  state?: any;
45
45
  isFocused?: any;
46
46
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const PinboxComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  length?: any;
@@ -15,6 +14,7 @@ export declare const PinboxComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  state?: any;
19
19
  isFocused?: any;
20
20
  formatter?: any;
@@ -29,7 +29,6 @@ export declare const PinboxComponent: 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
  themeName?: any;
32
- appearance?: any;
33
32
  dir?: any;
34
33
  lang?: any;
35
34
  length?: any;
@@ -39,6 +38,7 @@ export declare const PinboxComponent: import("vue").DefineComponent<{
39
38
  disabled?: any;
40
39
  value?: any;
41
40
  variant?: any;
41
+ appearance?: any;
42
42
  state?: any;
43
43
  isFocused?: any;
44
44
  formatter?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const RadioComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  name?: any;
@@ -14,6 +13,7 @@ export declare const RadioComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  value?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  isChecked?: any;
18
18
  isFocused?: any;
19
19
  formatter?: any;
@@ -24,7 +24,6 @@ export declare const RadioComponent: import("vue").DefineComponent<{
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "indeterminate", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
- appearance?: any;
28
27
  dir?: any;
29
28
  lang?: any;
30
29
  name?: any;
@@ -33,6 +32,7 @@ export declare const RadioComponent: import("vue").DefineComponent<{
33
32
  disabled?: any;
34
33
  value?: any;
35
34
  variant?: any;
35
+ appearance?: any;
36
36
  isChecked?: any;
37
37
  isFocused?: any;
38
38
  formatter?: any;