bitboss-ui 2.0.42 → 2.0.43

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 (219) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +7 -14
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +6 -15
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +221 -27
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +2 -12
  5. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +18 -27
  6. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +19 -161
  7. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -16
  8. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -10
  9. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +2 -11
  10. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +6 -13
  11. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +224 -27
  12. package/dist/components/BaseRating/BaseRating.vue.d.ts +2 -11
  13. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +6 -337
  14. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -15
  15. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +2 -11
  16. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +214 -30
  17. package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -210
  18. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +3 -12
  19. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -11
  20. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +20 -28
  21. package/dist/components/BbAlert/BbAlert.vue.d.ts +16 -23
  22. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +6 -15
  23. package/dist/components/BbBadge/BbBadge.vue.d.ts +7 -14
  24. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +44 -51
  25. package/dist/components/BbButton/BbButton.vue.d.ts +6 -13
  26. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +19 -26
  27. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +249 -34
  28. package/dist/components/BbChip/BbChip.vue.d.ts +6 -13
  29. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +6 -13
  30. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +12 -19
  31. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +17 -24
  32. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +22 -29
  33. package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -9
  34. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +159 -169
  35. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +183 -190
  36. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +17 -26
  37. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +15 -24
  38. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +12 -98
  39. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -17
  40. package/dist/components/BbPagination/BbPagination.vue.d.ts +23 -33
  41. package/dist/components/BbPopover/BbPopover.vue.d.ts +53 -65
  42. package/dist/components/BbRadio/BbRadio.vue.d.ts +19 -26
  43. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +252 -34
  44. package/dist/components/BbRating/BbRating.vue.d.ts +12 -19
  45. package/dist/components/BbRatio/BbRatio.vue.d.ts +7 -14
  46. package/dist/components/BbSelect/BbSelect.vue.d.ts +156 -15
  47. package/dist/components/BbSlider/BbSlider.vue.d.ts +12 -19
  48. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +3 -13
  49. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +19 -26
  50. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +249 -34
  51. package/dist/components/BbTab/BbTab.vue.d.ts +77 -88
  52. package/dist/components/BbTable/BbTable.vue.d.ts +77 -86
  53. package/dist/components/BbTag/BbTag.vue.d.ts +2 -9
  54. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +12 -19
  55. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +12 -19
  56. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  57. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +3 -13
  58. package/dist/components/BbTree/BbTree.vue.d.ts +2 -9
  59. package/dist/components/ChipsBox.vue.d.ts +1 -1
  60. package/dist/components/CommaBox.vue.d.ts +1 -1
  61. package/dist/components/CommonFloating.vue.d.ts +4 -14
  62. package/dist/components/CommonInputInnerContainer.vue.d.ts +7 -16
  63. package/dist/components/CommonInputOuterContainer.vue.d.ts +5 -12
  64. package/dist/components/ListBox.vue.d.ts +15 -24
  65. package/dist/components/OptionsContainer.vue.d.ts +88 -26
  66. package/dist/components/Transitions/Slide.vue.d.ts +5 -12
  67. package/dist/components/Transitions/SlideBack.vue.d.ts +5 -12
  68. package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
  69. package/dist/composables/useToast.d.ts +1 -1
  70. package/dist/composables/useWizard.d.ts +1 -1
  71. package/dist/index108.js +1 -1
  72. package/dist/index110.js +4 -4
  73. package/dist/index120.js +5 -5
  74. package/dist/index126.js +1 -1
  75. package/dist/index127.js +1 -1
  76. package/dist/index128.js +1 -1
  77. package/dist/index13.js +1 -1
  78. package/dist/index130.js +1 -1
  79. package/dist/index132.js +2 -2
  80. package/dist/index133.js +2 -2
  81. package/dist/index15.js +43 -42
  82. package/dist/index17.js +3 -3
  83. package/dist/index19.js +2 -2
  84. package/dist/index204.js +2 -116
  85. package/dist/index205.js +8 -2
  86. package/dist/index206.js +52 -157
  87. package/dist/index208.js +15 -0
  88. package/dist/index209.js +20 -3
  89. package/dist/index21.js +14 -14
  90. package/dist/index210.js +4 -8
  91. package/dist/index211.js +116 -3
  92. package/dist/index212.js +2 -41
  93. package/dist/index213.js +4 -6
  94. package/dist/index214.js +2 -7
  95. package/dist/index215.js +5 -53
  96. package/dist/index216.js +18 -0
  97. package/dist/index217.js +16 -13
  98. package/dist/index218.js +19 -2
  99. package/dist/index219.js +19 -4
  100. package/dist/index220.js +27 -2
  101. package/dist/index221.js +3 -20
  102. package/dist/index222.js +2 -4
  103. package/dist/index223.js +245 -122
  104. package/dist/index224.js +52 -5
  105. package/dist/index225.js +44 -125
  106. package/dist/index226.js +5 -19
  107. package/dist/index227.js +49 -16
  108. package/dist/index228.js +124 -14
  109. package/dist/index229.js +125 -2
  110. package/dist/index23.js +15 -15
  111. package/dist/index230.js +2 -2
  112. package/dist/index231.js +41 -5
  113. package/dist/index232.js +6 -369
  114. package/dist/index233.js +5 -19
  115. package/dist/index234.js +367 -25
  116. package/dist/index235.js +158 -3
  117. package/dist/index236.js +77 -242
  118. package/dist/index238.js +3 -44
  119. package/dist/index239.js +3 -5
  120. package/dist/index240.js +7 -49
  121. package/dist/index241.js +106 -2
  122. package/dist/index243.js +47 -53
  123. package/dist/index245.js +2 -100
  124. package/dist/index25.js +5 -5
  125. package/dist/index250.js +6 -3
  126. package/dist/index251.js +16 -12
  127. package/dist/index252.js +3 -9
  128. package/dist/index253.js +8 -8
  129. package/dist/index254.js +23 -17
  130. package/dist/index255.js +7 -222
  131. package/dist/index256.js +3 -431
  132. package/dist/index258.js +7 -3
  133. package/dist/index259.js +178 -0
  134. package/dist/index260.js +3 -6
  135. package/dist/index261.js +281 -4
  136. package/dist/index262.js +5 -175
  137. package/dist/index263.js +2 -200
  138. package/dist/index264.js +2 -6
  139. package/dist/index265.js +2 -16
  140. package/dist/index266.js +2 -3
  141. package/dist/index267.js +2 -9
  142. package/dist/index268.js +2 -23
  143. package/dist/index269.js +2 -9
  144. package/dist/index27.js +1 -1
  145. package/dist/index270.js +2 -281
  146. package/dist/index271.js +2 -6
  147. package/dist/index272.js +2 -2
  148. package/dist/index273.js +28 -2
  149. package/dist/index274.js +22 -2
  150. package/dist/index276.js +2 -2
  151. package/dist/index277.js +126 -2
  152. package/dist/index278.js +431 -2
  153. package/dist/index279.js +21 -1
  154. package/dist/index281.js +3 -2
  155. package/dist/index282.js +12 -28
  156. package/dist/index283.js +8 -21
  157. package/dist/index284.js +11 -0
  158. package/dist/index285.js +17 -2
  159. package/dist/index286.js +218 -120
  160. package/dist/index287.js +199 -21
  161. package/dist/index288.js +438 -0
  162. package/dist/index289.js +113 -422
  163. package/dist/index29.js +3 -3
  164. package/dist/index290.js +87 -125
  165. package/dist/index291.js +1 -1
  166. package/dist/index292.js +1 -1
  167. package/dist/index293.js +2 -2
  168. package/dist/index297.js +4 -5
  169. package/dist/index298.js +4 -8
  170. package/dist/index299.js +58 -10
  171. package/dist/index300.js +4 -3
  172. package/dist/index301.js +8 -4
  173. package/dist/index302.js +79 -4
  174. package/dist/index304.js +4 -79
  175. package/dist/index305.js +37 -0
  176. package/dist/index306.js +6 -34
  177. package/dist/index307.js +18 -6
  178. package/dist/index308.js +5 -17
  179. package/dist/index309.js +10 -46
  180. package/dist/index31.js +2 -2
  181. package/dist/index310.js +46 -6
  182. package/dist/index312.js +1 -1
  183. package/dist/index33.js +2 -2
  184. package/dist/index35.js +3 -3
  185. package/dist/index37.js +13 -13
  186. package/dist/index39.js +3 -3
  187. package/dist/index41.js +2 -2
  188. package/dist/index43.js +2 -2
  189. package/dist/index45.js +6 -6
  190. package/dist/index47.js +2 -2
  191. package/dist/index49.js +2 -2
  192. package/dist/index55.js +1 -1
  193. package/dist/index57.js +1 -1
  194. package/dist/index75.js +3 -3
  195. package/dist/index79.js +2 -2
  196. package/dist/index81.js +1 -1
  197. package/dist/index84.js +2 -2
  198. package/dist/index86.js +1 -1
  199. package/dist/index88.js +3 -3
  200. package/dist/index90.js +1 -1
  201. package/dist/style.css +1 -1
  202. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  203. package/dist/utilities/functions/deburr.d.ts +1 -1
  204. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  205. package/dist/utilities/functions/groupBy.d.ts +1 -1
  206. package/dist/utilities/functions/indexBy.d.ts +1 -1
  207. package/dist/utilities/functions/mapValues.d.ts +1 -1
  208. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  209. package/dist/utilities/functions/replace.d.ts +1 -1
  210. package/dist/utilities/functions/retry.d.ts +1 -1
  211. package/dist/utilities/functions/throttle.d.ts +2 -2
  212. package/package.json +2 -2
  213. package/dist/index207.js +0 -86
  214. package/dist/index237.js +0 -54
  215. package/dist/index257.js +0 -91
  216. package/dist/index275.js +0 -4
  217. package/dist/index280.js +0 -4
  218. package/dist/index303.js +0 -61
  219. /package/dist/{index242.js → index246.js} +0 -0
@@ -47,13 +47,13 @@ export type BbTabProps = Pick<CommonProps, 'disabled' | 'eager' | 'id'> & {
47
47
  replace?: boolean;
48
48
  };
49
49
  declare const props: Readonly<{
50
- id: import('vue').HTMLAttributes["id"];
51
- disabled: boolean;
52
- eager: boolean;
50
+ id: string | undefined;
51
+ disabled: boolean | undefined;
52
+ eager: boolean | undefined;
53
53
  items: BbTabItem[];
54
- modelValue: null | BbTabItem["key"];
55
- navigation: boolean;
56
- replace: boolean;
54
+ modelValue: string | null | undefined;
55
+ navigation: boolean | undefined;
56
+ replace: boolean | undefined;
57
57
  }> & {
58
58
  readonly animate: boolean;
59
59
  readonly direction: "horizontal" | "vertical";
@@ -68,90 +68,12 @@ declare const props: Readonly<{
68
68
  export type BbTabEvents = {
69
69
  (e: 'update:modelValue', value: (typeof props.items)[number]['key']): void;
70
70
  };
71
- declare const goTo: (target: "first" | "previous" | "next" | "last") => void;
72
- declare function __VLS_template(): {
73
- slots: Readonly<{
74
- 'header:prepend'?: (props: {
75
- isScrolling: boolean;
76
- left: boolean;
77
- right: boolean;
78
- }) => any;
79
- 'header:append'?: (props: {
80
- isScrolling: boolean;
81
- left: boolean;
82
- right: boolean;
83
- }) => any;
84
- label?: (props: {
85
- current: string | null;
86
- currentIndex: number;
87
- disabled: boolean;
88
- isFirst: boolean;
89
- isLast: boolean;
90
- selected: boolean;
91
- text: BbTabItem["label"];
92
- value: string;
93
- goTo: typeof goTo;
94
- }) => any;
95
- } & {
96
- [key: string]: (props: {
97
- current: string | null;
98
- currentIndex: number;
99
- disabled: boolean;
100
- isFirst: boolean;
101
- isLast: boolean;
102
- selected: boolean;
103
- text: BbTabItem["label"];
104
- value: string;
105
- goTo: typeof goTo;
106
- }) => any;
107
- }> & {
108
- 'header:prepend'?: (props: {
109
- isScrolling: boolean;
110
- left: boolean;
111
- right: boolean;
112
- }) => any;
113
- 'header:append'?: (props: {
114
- isScrolling: boolean;
115
- left: boolean;
116
- right: boolean;
117
- }) => any;
118
- label?: (props: {
119
- current: string | null;
120
- currentIndex: number;
121
- disabled: boolean;
122
- isFirst: boolean;
123
- isLast: boolean;
124
- selected: boolean;
125
- text: BbTabItem["label"];
126
- value: string;
127
- goTo: typeof goTo;
128
- }) => any;
129
- } & {
130
- [key: string]: (props: {
131
- current: string | null;
132
- currentIndex: number;
133
- disabled: boolean;
134
- isFirst: boolean;
135
- isLast: boolean;
136
- selected: boolean;
137
- text: BbTabItem["label"];
138
- value: string;
139
- goTo: typeof goTo;
140
- }) => any;
141
- };
142
- refs: {
143
- tabs: HTMLDivElement;
144
- tablist: HTMLUListElement;
145
- };
146
- attrs: Partial<{}>;
147
- };
148
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
149
- declare const __VLS_component: import('vue').DefineComponent<BbTabProps, {
71
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbTabProps, {
150
72
  isFirst: import('vue').ComputedRef<boolean>;
151
73
  isLast: import('vue').ComputedRef<boolean>;
152
74
  current: import('vue').Ref<string | null, string | null>;
153
75
  currentIndex: import('vue').ComputedRef<number>;
154
- goTo: (target: "first" | "previous" | "next" | "last") => void;
76
+ goTo: (target: "next" | "previous" | "first" | "last") => void;
155
77
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
156
78
  "update:modelValue": (value: string) => any;
157
79
  }, string, import('vue').PublicProps, Readonly<BbTabProps> & Readonly<{
@@ -160,8 +82,75 @@ declare const __VLS_component: import('vue').DefineComponent<BbTabProps, {
160
82
  direction: "horizontal" | "vertical";
161
83
  animate: boolean;
162
84
  querykey: string;
163
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
164
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
85
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
86
+ 'header:prepend'?: ((props: {
87
+ isScrolling: boolean;
88
+ left: boolean;
89
+ right: boolean;
90
+ }) => any) | undefined;
91
+ 'header:append'?: ((props: {
92
+ isScrolling: boolean;
93
+ left: boolean;
94
+ right: boolean;
95
+ }) => any) | undefined;
96
+ label?: ((props: {
97
+ current: string | null;
98
+ currentIndex: number;
99
+ disabled: boolean;
100
+ isFirst: boolean;
101
+ isLast: boolean;
102
+ selected: boolean;
103
+ text: string | undefined;
104
+ value: string;
105
+ goTo: (target: "next" | "previous" | "first" | "last") => void;
106
+ }) => any) | undefined;
107
+ } & {
108
+ [key: string]: (props: {
109
+ current: string | null;
110
+ currentIndex: number;
111
+ disabled: boolean;
112
+ isFirst: boolean;
113
+ isLast: boolean;
114
+ selected: boolean;
115
+ text: string | undefined;
116
+ value: string;
117
+ goTo: (target: "next" | "previous" | "first" | "last") => void;
118
+ }) => any;
119
+ }> & {
120
+ 'header:prepend'?: ((props: {
121
+ isScrolling: boolean;
122
+ left: boolean;
123
+ right: boolean;
124
+ }) => any) | undefined;
125
+ 'header:append'?: ((props: {
126
+ isScrolling: boolean;
127
+ left: boolean;
128
+ right: boolean;
129
+ }) => any) | undefined;
130
+ label?: ((props: {
131
+ current: string | null;
132
+ currentIndex: number;
133
+ disabled: boolean;
134
+ isFirst: boolean;
135
+ isLast: boolean;
136
+ selected: boolean;
137
+ text: string | undefined;
138
+ value: string;
139
+ goTo: (target: "next" | "previous" | "first" | "last") => void;
140
+ }) => any) | undefined;
141
+ } & {
142
+ [key: string]: (props: {
143
+ current: string | null;
144
+ currentIndex: number;
145
+ disabled: boolean;
146
+ isFirst: boolean;
147
+ isLast: boolean;
148
+ selected: boolean;
149
+ text: string | undefined;
150
+ value: string;
151
+ goTo: (target: "next" | "previous" | "first" | "last") => void;
152
+ }) => any;
153
+ }>;
165
154
  export default _default;
166
155
  type __VLS_WithTemplateSlots<T, S> = T & {
167
156
  new (): {
@@ -1,88 +1,6 @@
1
1
  import { BbTableProps, MappedCell, BbTableColumn } from './types';
2
2
  import { Classes } from '../../types/Classes';
3
- declare function __VLS_template(): {
4
- slots: Readonly<{
5
- thead?: (props: object) => any;
6
- tbody?: (props: object) => any;
7
- tfoot?: (props: object) => any;
8
- 'header:select'?: (props: {
9
- multiple: boolean;
10
- selectAll: boolean;
11
- text: string;
12
- }) => any;
13
- 'header:actions'?: (props: {
14
- text: string;
15
- }) => any;
16
- loading?: (props: {
17
- items: any[];
18
- }) => any;
19
- 'no-data'?: (props: object) => any;
20
- actions?: (props: {
21
- item: any;
22
- value: any;
23
- }) => any;
24
- select?: (props: {
25
- item: any;
26
- value: any;
27
- checked: boolean;
28
- disabled: boolean;
29
- inputName: string;
30
- readonly: boolean;
31
- }) => any;
32
- } & {
33
- [key: string]: (props: {
34
- classes?: Classes[];
35
- content?: any;
36
- items?: any[];
37
- item: any;
38
- label?: string;
39
- value?: any;
40
- }) => any;
41
- }> & {
42
- thead?: (props: object) => any;
43
- tbody?: (props: object) => any;
44
- tfoot?: (props: object) => any;
45
- 'header:select'?: (props: {
46
- multiple: boolean;
47
- selectAll: boolean;
48
- text: string;
49
- }) => any;
50
- 'header:actions'?: (props: {
51
- text: string;
52
- }) => any;
53
- loading?: (props: {
54
- items: any[];
55
- }) => any;
56
- 'no-data'?: (props: object) => any;
57
- actions?: (props: {
58
- item: any;
59
- value: any;
60
- }) => any;
61
- select?: (props: {
62
- item: any;
63
- value: any;
64
- checked: boolean;
65
- disabled: boolean;
66
- inputName: string;
67
- readonly: boolean;
68
- }) => any;
69
- } & {
70
- [key: string]: (props: {
71
- classes?: Classes[];
72
- content?: any;
73
- items?: any[];
74
- item: any;
75
- label?: string;
76
- value?: any;
77
- }) => any;
78
- };
79
- refs: {
80
- container: unknown;
81
- };
82
- attrs: Partial<{}>;
83
- };
84
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
85
- declare const __VLS_component: import('vue').DefineComponent<BbTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
86
4
  "update:modelValue": (value: any) => any;
87
5
  "click:row": (event: MouseEvent, item: any, selected: boolean) => any;
88
6
  "contextmenu:row": (event: MouseEvent, item: any, selected: boolean) => any;
@@ -101,7 +19,7 @@ declare const __VLS_component: import('vue').DefineComponent<BbTableProps, {}, {
101
19
  multiple: boolean;
102
20
  noDataText: string;
103
21
  modelValue: any;
104
- items: any[] | ((prefill: boolean, modelValue?: any[]) => Promise<any[]>) | ((prefill: boolean, modelValue?: any[]) => any[]);
22
+ items: any[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<any[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => any[]);
105
23
  align: "left" | "center" | "right";
106
24
  accessibleLabel: (columns: MappedCell[], item: any) => string;
107
25
  actionsText: string;
@@ -113,8 +31,81 @@ declare const __VLS_component: import('vue').DefineComponent<BbTableProps, {}, {
113
31
  })[];
114
32
  selectAllLabel: string;
115
33
  selectText: string;
116
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
117
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
35
+ thead?: ((props: object) => any) | undefined;
36
+ tbody?: ((props: object) => any) | undefined;
37
+ tfoot?: ((props: object) => any) | undefined;
38
+ 'header:select'?: ((props: {
39
+ multiple: boolean;
40
+ selectAll: boolean;
41
+ text: string;
42
+ }) => any) | undefined;
43
+ 'header:actions'?: ((props: {
44
+ text: string;
45
+ }) => any) | undefined;
46
+ loading?: ((props: {
47
+ items: any[];
48
+ }) => any) | undefined;
49
+ 'no-data'?: ((props: object) => any) | undefined;
50
+ actions?: ((props: {
51
+ item: any;
52
+ value: any;
53
+ }) => any) | undefined;
54
+ select?: ((props: {
55
+ item: any;
56
+ value: any;
57
+ checked: boolean;
58
+ disabled: boolean;
59
+ inputName: string;
60
+ readonly: boolean;
61
+ }) => any) | undefined;
62
+ } & {
63
+ [key: string]: (props: {
64
+ classes?: Classes[] | undefined;
65
+ content?: any;
66
+ items?: any[] | undefined;
67
+ item: any;
68
+ label?: string | undefined;
69
+ value?: any;
70
+ }) => any;
71
+ }> & {
72
+ thead?: ((props: object) => any) | undefined;
73
+ tbody?: ((props: object) => any) | undefined;
74
+ tfoot?: ((props: object) => any) | undefined;
75
+ 'header:select'?: ((props: {
76
+ multiple: boolean;
77
+ selectAll: boolean;
78
+ text: string;
79
+ }) => any) | undefined;
80
+ 'header:actions'?: ((props: {
81
+ text: string;
82
+ }) => any) | undefined;
83
+ loading?: ((props: {
84
+ items: any[];
85
+ }) => any) | undefined;
86
+ 'no-data'?: ((props: object) => any) | undefined;
87
+ actions?: ((props: {
88
+ item: any;
89
+ value: any;
90
+ }) => any) | undefined;
91
+ select?: ((props: {
92
+ item: any;
93
+ value: any;
94
+ checked: boolean;
95
+ disabled: boolean;
96
+ inputName: string;
97
+ readonly: boolean;
98
+ }) => any) | undefined;
99
+ } & {
100
+ [key: string]: (props: {
101
+ classes?: Classes[] | undefined;
102
+ content?: any;
103
+ items?: any[] | undefined;
104
+ item: any;
105
+ label?: string | undefined;
106
+ value?: any;
107
+ }) => any;
108
+ }>;
118
109
  export default _default;
119
110
  type __VLS_WithTemplateSlots<T, S> = T & {
120
111
  new (): {
@@ -114,20 +114,13 @@ export type BbTagSlots = {
114
114
  suffix?: (props: object) => any;
115
115
  'prepend-outer'?: (props: object) => any;
116
116
  };
117
- declare function __VLS_template(): {
118
- slots: Readonly<BbTagSlots> & BbTagSlots;
119
- refs: {};
120
- attrs: Partial<{}>;
121
- };
122
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
123
- declare const __VLS_component: import('vue').DefineComponent<BbTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
117
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
124
118
  [x: string]: any;
125
119
  }, string, import('vue').PublicProps, Readonly<BbTagProps> & Readonly<{
126
120
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
127
121
  }>, {
128
122
  multiple: boolean;
129
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
130
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
123
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BbTagSlots> & BbTagSlots>;
131
124
  export default _default;
132
125
  type __VLS_WithTemplateSlots<T, S> = T & {
133
126
  new (): {
@@ -98,28 +98,21 @@ export type BbTextInputSlots = BaseTextInputSlots & {
98
98
  hasErrors: boolean;
99
99
  }) => any;
100
100
  };
101
- declare function __VLS_template(): {
102
- slots: Readonly<BaseTextInputSlots & {
103
- label?: (props: {
104
- text: string;
105
- hasErrors: boolean;
106
- }) => any;
107
- }> & BaseTextInputSlots & {
108
- label?: (props: {
109
- text: string;
110
- hasErrors: boolean;
111
- }) => any;
112
- };
113
- refs: {};
114
- attrs: Partial<{}>;
115
- };
116
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
117
- declare const __VLS_component: import('vue').DefineComponent<BbTextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
101
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbTextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
118
102
  [x: string]: any;
119
103
  }, string, import('vue').PublicProps, Readonly<BbTextInputProps> & Readonly<{
120
104
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
121
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
122
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
105
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTextInputSlots & {
106
+ label?: ((props: {
107
+ text: string;
108
+ hasErrors: boolean;
109
+ }) => any) | undefined;
110
+ }> & BaseTextInputSlots & {
111
+ label?: ((props: {
112
+ text: string;
113
+ hasErrors: boolean;
114
+ }) => any) | undefined;
115
+ }>;
123
116
  export default _default;
124
117
  type __VLS_WithTemplateSlots<T, S> = T & {
125
118
  new (): {
@@ -102,28 +102,21 @@ export type BbTextareaSlots = BaseTextareaSlots & {
102
102
  hasErrors: boolean;
103
103
  }) => any;
104
104
  };
105
- declare function __VLS_template(): {
106
- slots: Readonly<BaseTextareaSlots & {
107
- label?: (props: {
108
- text: string;
109
- hasErrors: boolean;
110
- }) => any;
111
- }> & BaseTextareaSlots & {
112
- label?: (props: {
113
- text: string;
114
- hasErrors: boolean;
115
- }) => any;
116
- };
117
- refs: {};
118
- attrs: Partial<{}>;
119
- };
120
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
121
- declare const __VLS_component: import('vue').DefineComponent<BbTextareaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
105
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbTextareaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
122
106
  [x: string]: any;
123
107
  }, string, import('vue').PublicProps, Readonly<BbTextareaProps> & Readonly<{
124
108
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
125
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
126
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
109
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTextareaSlots & {
110
+ label?: ((props: {
111
+ text: string;
112
+ hasErrors: boolean;
113
+ }) => any) | undefined;
114
+ }> & BaseTextareaSlots & {
115
+ label?: ((props: {
116
+ text: string;
117
+ hasErrors: boolean;
118
+ }) => any) | undefined;
119
+ }>;
127
120
  export default _default;
128
121
  type __VLS_WithTemplateSlots<T, S> = T & {
129
122
  new (): {
@@ -5,6 +5,6 @@ export type BbToastProps = {
5
5
  placement?: 'bottom' | 'bottom-start' | 'bottom-end' | 'top' | 'top-start' | 'top-end';
6
6
  };
7
7
  declare const _default: import('vue').DefineComponent<BbToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbToastProps> & Readonly<{}>, {
8
- placement: "bottom" | "bottom-start" | "bottom-end" | "top" | "top-start" | "top-end";
8
+ placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
9
9
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
@@ -22,24 +22,14 @@ type BbTooltipSlots = {
22
22
  declare const onMouseenter: () => void;
23
23
  declare const onFocus: () => void;
24
24
  declare const closeTooltip: import('lodash').DebouncedFuncLeading<() => Promise<void>>;
25
- declare function __VLS_template(): {
26
- slots: Readonly<BbTooltipSlots> & BbTooltipSlots;
27
- refs: {
28
- wrapper: HTMLSpanElement;
29
- content: HTMLSpanElement;
30
- };
31
- attrs: Partial<{}>;
32
- };
33
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
- declare const __VLS_component: import('vue').DefineComponent<BbTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbTooltipProps> & Readonly<{}>, {
25
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbTooltipProps> & Readonly<{}>, {
35
26
  showClose: boolean;
36
27
  transitionDuration: number;
37
28
  arrowPadding: number;
38
29
  padding: number;
39
- placement: "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
30
+ placement: "left" | "right" | "top" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
40
31
  theme: string;
41
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BbTooltipSlots> & BbTooltipSlots>;
43
33
  export default _default;
44
34
  type __VLS_WithTemplateSlots<T, S> = T & {
45
35
  new (): {
@@ -50,18 +50,11 @@ export type BbTreeSlots = {
50
50
  expandable: boolean;
51
51
  }) => any;
52
52
  };
53
- declare function __VLS_template(): {
54
- slots: Readonly<BbTreeSlots> & BbTreeSlots;
55
- refs: {};
56
- attrs: Partial<{}>;
57
- };
58
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
59
- declare const __VLS_component: import('vue').DefineComponent<BbTreeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbTreeProps> & Readonly<{}>, {
53
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbTreeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbTreeProps> & Readonly<{}>, {
60
54
  items: TreeItem[];
61
55
  identifier: string | number;
62
56
  depth: number;
63
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
64
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
57
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BbTreeSlots> & BbTreeSlots>;
65
58
  export default _default;
66
59
  type __VLS_WithTemplateSlots<T, S> = T & {
67
60
  new (): {
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<Props, {
11
11
  focusLastSelected: () => void;
12
12
  blur: () => void;
13
13
  confirmOption: () => void;
14
- focusByHash: (hash: Option["valueHash"]) => void;
14
+ focusByHash: (hash: string) => void;
15
15
  getHighlighted: () => Option | undefined;
16
16
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
17
  "option:unselected": (option: Option) => any;
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<Props, {
11
11
  focusLastSelected: () => void;
12
12
  blur: () => void;
13
13
  confirmOption: () => void;
14
- focusByHash: (hash: Option["valueHash"]) => void;
14
+ focusByHash: (hash: string) => void;
15
15
  getHighlighted: () => Option | undefined;
16
16
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
17
  "option:unselected": (option: Option) => any;
@@ -8,21 +8,11 @@ export type BubbleProps = Pick<CommonProps, 'arrowPadding' | 'eager' | 'offset'
8
8
  baseClass: string;
9
9
  open?: boolean;
10
10
  };
11
- declare function __VLS_template(): {
12
- slots: {
13
- default?(_: {}): any;
14
- };
15
- refs: {
16
- content: HTMLSpanElement;
17
- bubblearrow: HTMLSpanElement;
18
- };
19
- attrs: Partial<{}>;
20
- };
21
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
- declare const __VLS_component: import('vue').DefineComponent<BubbleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleProps> & Readonly<{}>, {
11
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BubbleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleProps> & Readonly<{}>, {
23
12
  containerAttributes: object;
24
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
14
+ default?(_: {}): any;
15
+ }>;
26
16
  export default _default;
27
17
  type __VLS_WithTemplateSlots<T, S> = T & {
28
18
  new (): {
@@ -9,22 +9,13 @@ type Props = {
9
9
  'prepend:icon'?: string;
10
10
  preventFocus?: boolean;
11
11
  };
12
- declare function __VLS_template(): {
13
- slots: {
14
- prepend?(_: {}): any;
15
- prefix?(_: {}): any;
16
- default?(_: {}): any;
17
- append?(_: {}): any;
18
- suffix?(_: {}): any;
19
- };
20
- refs: {
21
- container: HTMLSpanElement;
22
- };
23
- attrs: Partial<{}>;
24
- };
25
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
13
+ prepend?(_: {}): any;
14
+ prefix?(_: {}): any;
15
+ default?(_: {}): any;
16
+ append?(_: {}): any;
17
+ suffix?(_: {}): any;
18
+ }>;
28
19
  export default _default;
29
20
  type __VLS_WithTemplateSlots<T, S> = T & {
30
21
  new (): {
@@ -1,15 +1,8 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- "prepend-outer"?(_: {}): any;
4
- default?(_: {}): any;
5
- "append-outer"?(_: {}): any;
6
- };
7
- refs: {};
8
- attrs: Partial<{}>;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
2
+ "prepend-outer"?(_: {}): any;
3
+ default?(_: {}): any;
4
+ "append-outer"?(_: {}): any;
5
+ }>;
13
6
  export default _default;
14
7
  type __VLS_WithTemplateSlots<T, S> = T & {
15
8
  new (): {