bitboss-ui 2.1.30 → 2.1.32

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 (258) hide show
  1. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +4 -24
  2. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +4 -24
  3. package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -24
  4. package/dist/components/CommonInputInnerContainer.vue.d.ts +3 -3
  5. package/dist/index.d.ts +3 -0
  6. package/dist/index.js +143 -138
  7. package/dist/index106.js +9 -9
  8. package/dist/index11.js +2 -2
  9. package/dist/index111.js +1 -1
  10. package/dist/index113.js +1 -1
  11. package/dist/index119.js +4 -4
  12. package/dist/index12.js +6 -6
  13. package/dist/index121.js +12 -12
  14. package/dist/index129.js +1 -1
  15. package/dist/index13.js +1 -1
  16. package/dist/index131.js +4 -4
  17. package/dist/index133.js +1 -1
  18. package/dist/index135.js +69 -2
  19. package/dist/index137.js +13 -377
  20. package/dist/index138.js +2 -9
  21. package/dist/index139.js +11 -25
  22. package/dist/index140.js +377 -2
  23. package/dist/index141.js +9 -5
  24. package/dist/index142.js +23 -7
  25. package/dist/index143.js +2 -6
  26. package/dist/index144.js +5 -3
  27. package/dist/index145.js +9 -3
  28. package/dist/index146.js +6 -3
  29. package/dist/index147.js +1 -1
  30. package/dist/index148.js +1 -1
  31. package/dist/index149.js +1 -1
  32. package/dist/index15.js +9 -9
  33. package/dist/index150.js +1 -1
  34. package/dist/index151.js +1 -1
  35. package/dist/index152.js +1 -1
  36. package/dist/index153.js +1 -1
  37. package/dist/index154.js +1 -1
  38. package/dist/index155.js +1 -1
  39. package/dist/index156.js +1 -1
  40. package/dist/index157.js +1 -1
  41. package/dist/index158.js +1 -1
  42. package/dist/index159.js +1 -1
  43. package/dist/index160.js +1 -1
  44. package/dist/index161.js +1 -1
  45. package/dist/index162.js +1 -1
  46. package/dist/index163.js +1 -1
  47. package/dist/index164.js +1 -1
  48. package/dist/index165.js +1 -1
  49. package/dist/index166.js +1 -1
  50. package/dist/index167.js +1 -1
  51. package/dist/index168.js +1 -1
  52. package/dist/index169.js +1 -1
  53. package/dist/index17.js +3 -3
  54. package/dist/index170.js +1 -1
  55. package/dist/index171.js +1 -1
  56. package/dist/index172.js +1 -1
  57. package/dist/index173.js +1 -1
  58. package/dist/index174.js +1 -1
  59. package/dist/index175.js +1 -1
  60. package/dist/index176.js +1 -1
  61. package/dist/index177.js +1 -1
  62. package/dist/index178.js +1 -1
  63. package/dist/index179.js +1 -1
  64. package/dist/index180.js +1 -1
  65. package/dist/index181.js +3 -2
  66. package/dist/index182.js +1 -1
  67. package/dist/index183.js +1 -1
  68. package/dist/index184.js +2 -3
  69. package/dist/index185.js +1 -1
  70. package/dist/index186.js +1 -1
  71. package/dist/index187.js +1 -1
  72. package/dist/index188.js +2 -2
  73. package/dist/index189.js +2 -2
  74. package/dist/index19.js +8 -8
  75. package/dist/index190.js +2 -2
  76. package/dist/index191.js +3 -2
  77. package/dist/index192.js +1 -1
  78. package/dist/index193.js +1 -1
  79. package/dist/index194.js +2 -3
  80. package/dist/index195.js +1 -1
  81. package/dist/index196.js +1 -1
  82. package/dist/index197.js +1 -1
  83. package/dist/index198.js +1 -1
  84. package/dist/index199.js +1 -1
  85. package/dist/index200.js +1 -1
  86. package/dist/index201.js +1 -1
  87. package/dist/index202.js +1 -1
  88. package/dist/index203.js +1 -1
  89. package/dist/index204.js +1 -1
  90. package/dist/index205.js +1 -1
  91. package/dist/index206.js +3 -138
  92. package/dist/index207.js +3 -2
  93. package/dist/index208.js +3 -2
  94. package/dist/index209.js +3 -13
  95. package/dist/index21.js +16 -16
  96. package/dist/index211.js +7 -5
  97. package/dist/index212.js +138 -5
  98. package/dist/index213.js +2 -5
  99. package/dist/index214.js +2 -5
  100. package/dist/index215.js +4 -5
  101. package/dist/index216.js +13 -2
  102. package/dist/index217.js +11 -2
  103. package/dist/index218.js +20 -2
  104. package/dist/index219.js +196 -10
  105. package/dist/index221.js +113 -65
  106. package/dist/index223.js +34 -13
  107. package/dist/index224.js +83 -114
  108. package/dist/index226.js +28 -33
  109. package/dist/index227.js +17 -4
  110. package/dist/index228.js +49 -195
  111. package/dist/index229.js +17 -0
  112. package/dist/index23.js +15 -15
  113. package/dist/index230.js +3 -2
  114. package/dist/index231.js +12 -4
  115. package/dist/index232.js +16 -2
  116. package/dist/index233.js +2 -13
  117. package/dist/index234.js +2 -3
  118. package/dist/index235.js +2 -18
  119. package/dist/index236.js +5 -12
  120. package/dist/index237.js +5 -51
  121. package/dist/index238.js +5 -15
  122. package/dist/index239.js +5 -12
  123. package/dist/index240.js +5 -17
  124. package/dist/index241.js +5 -29
  125. package/dist/index242.js +5 -16
  126. package/dist/index243.js +2 -6
  127. package/dist/index244.js +6 -104
  128. package/dist/{index254.js → index245.js} +7 -7
  129. package/dist/index246.js +47 -95
  130. package/dist/index248.js +5 -229
  131. package/dist/index249.js +60 -6
  132. package/dist/index25.js +4 -4
  133. package/dist/index250.js +4 -2
  134. package/dist/index251.js +3 -5
  135. package/dist/index252.js +13 -5
  136. package/dist/index253.js +104 -6
  137. package/dist/index255.js +95 -47
  138. package/dist/index257.js +2 -5
  139. package/dist/index258.js +182 -59
  140. package/dist/index259.js +7 -86
  141. package/dist/index260.js +4 -0
  142. package/dist/index261.js +2 -183
  143. package/dist/index262.js +7 -2
  144. package/dist/index263.js +7 -7
  145. package/dist/index264.js +18 -7
  146. package/dist/index265.js +12 -3
  147. package/dist/index266.js +6 -6
  148. package/dist/index267.js +228 -15
  149. package/dist/index268.js +5 -9
  150. package/dist/index269.js +10 -23
  151. package/dist/index27.js +2 -2
  152. package/dist/index270.js +2 -9
  153. package/dist/index271.js +8 -2
  154. package/dist/index272.js +23 -3
  155. package/dist/index273.js +3 -9
  156. package/dist/index274.js +9 -8
  157. package/dist/index275.js +6 -9
  158. package/dist/index276.js +16 -5
  159. package/dist/index277.js +7 -65
  160. package/dist/index278.js +8 -2
  161. package/dist/index279.js +32 -4
  162. package/dist/index280.js +28 -8
  163. package/dist/index282.js +67 -11
  164. package/dist/index283.js +4 -279
  165. package/dist/index284.js +8 -2
  166. package/dist/index285.js +2 -125
  167. package/dist/index286.js +5 -2
  168. package/dist/index287.js +3 -15
  169. package/dist/index288.js +3 -2
  170. package/dist/index289.js +7 -16
  171. package/dist/index29.js +6 -6
  172. package/dist/index290.js +11 -2
  173. package/dist/index291.js +2 -16
  174. package/dist/index292.js +4 -2
  175. package/dist/index293.js +3 -19
  176. package/dist/index294.js +17 -2
  177. package/dist/index295.js +28 -3
  178. package/dist/index296.js +6 -0
  179. package/dist/index297.js +4 -6
  180. package/dist/index298.js +280 -3
  181. package/dist/index299.js +2 -2
  182. package/dist/index300.js +16 -3
  183. package/dist/index301.js +2 -6
  184. package/dist/index302.js +15 -3
  185. package/dist/index303.js +2 -4
  186. package/dist/index304.js +17 -17
  187. package/dist/index306.js +13 -25
  188. package/dist/index308.js +19 -2
  189. package/dist/index309.js +2 -2
  190. package/dist/index31.js +2 -2
  191. package/dist/index310.js +27 -2
  192. package/dist/index311.js +2 -2
  193. package/dist/index312.js +2 -28
  194. package/dist/index313.js +1 -21
  195. package/dist/index314.js +4 -0
  196. package/dist/index315.js +2 -3
  197. package/dist/index316.js +22 -3
  198. package/dist/index318.js +3 -17
  199. package/dist/index319.js +1 -1
  200. package/dist/index320.js +6 -5
  201. package/dist/index321.js +2 -718
  202. package/dist/index322.js +125 -366
  203. package/dist/index323.js +2 -58
  204. package/dist/index324.js +2 -2
  205. package/dist/index325.js +718 -2
  206. package/dist/index326.js +365 -7
  207. package/dist/index327.js +51 -122
  208. package/dist/index329.js +3 -8
  209. package/dist/index33.js +8 -8
  210. package/dist/index330.js +2 -6
  211. package/dist/index331.js +8 -8
  212. package/dist/index332.js +5 -32
  213. package/dist/index333.js +8 -28
  214. package/dist/index334.js +60 -0
  215. package/dist/index335.js +58 -7
  216. package/dist/index336.js +7 -18
  217. package/dist/index337.js +128 -6
  218. package/dist/index338.js +366 -44
  219. package/dist/index339.js +7 -58
  220. package/dist/index340.js +18 -57
  221. package/dist/index341.js +1 -1
  222. package/dist/index342.js +6 -92
  223. package/dist/index343.js +44 -126
  224. package/dist/index344.js +95 -0
  225. package/dist/index345.js +129 -3
  226. package/dist/index35.js +5 -5
  227. package/dist/index37.js +38 -38
  228. package/dist/index39.js +8 -8
  229. package/dist/index41.js +2 -2
  230. package/dist/index43.js +8 -8
  231. package/dist/index45.js +15 -15
  232. package/dist/index47.js +3 -3
  233. package/dist/index49.js +4 -4
  234. package/dist/index53.js +1 -1
  235. package/dist/index55.js +2 -2
  236. package/dist/index57.js +2 -2
  237. package/dist/index6.js +1 -1
  238. package/dist/index61.js +3 -3
  239. package/dist/index67.js +1 -1
  240. package/dist/index7.js +2 -2
  241. package/dist/index79.js +5 -5
  242. package/dist/index81.js +1 -1
  243. package/dist/index83.js +2 -2
  244. package/dist/index85.js +1 -1
  245. package/dist/index87.js +1 -1
  246. package/dist/index9.js +1 -1
  247. package/dist/index90.js +4 -4
  248. package/dist/index92.js +3 -3
  249. package/dist/index94.js +4 -4
  250. package/dist/index96.js +2 -2
  251. package/package.json +1 -1
  252. package/dist/index136.js +0 -13
  253. package/dist/index210.js +0 -7
  254. package/dist/index220.js +0 -22
  255. package/dist/index281.js +0 -9
  256. package/dist/index317.js +0 -4
  257. package/dist/index328.js +0 -371
  258. /package/dist/{index256.js → index247.js} +0 -0
@@ -164,12 +164,7 @@ declare function __VLS_template(): {
164
164
  $host: Element | null;
165
165
  $emit: (event: "click:clear") => void;
166
166
  $el: HTMLSpanElement;
167
- $options: import('vue').ComponentOptionsBase<Readonly<{
168
- 'append:icon'?: string;
169
- clearable?: boolean;
170
- 'prepend:icon'?: string;
171
- preventFocus?: boolean;
172
- }> & Readonly<{
167
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
173
168
  "onClick:clear"?: (() => any) | undefined;
174
169
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
175
170
  "click:clear": () => any;
@@ -193,12 +188,7 @@ declare function __VLS_template(): {
193
188
  $forceUpdate: () => void;
194
189
  $nextTick: typeof import('vue').nextTick;
195
190
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
196
- } & Readonly<{}> & Omit<Readonly<{
197
- 'append:icon'?: string;
198
- clearable?: boolean;
199
- 'prepend:icon'?: string;
200
- preventFocus?: boolean;
201
- }> & Readonly<{
191
+ } & Readonly<{}> & Omit<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
202
192
  "onClick:clear"?: (() => any) | undefined;
203
193
  }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
204
194
  $slots: {
@@ -317,12 +307,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseColorInputProps
317
307
  $host: Element | null;
318
308
  $emit: (event: "click:clear") => void;
319
309
  $el: HTMLSpanElement;
320
- $options: import('vue').ComponentOptionsBase<Readonly<{
321
- 'append:icon'?: string;
322
- clearable?: boolean;
323
- 'prepend:icon'?: string;
324
- preventFocus?: boolean;
325
- }> & Readonly<{
310
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
326
311
  "onClick:clear"?: (() => any) | undefined;
327
312
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
328
313
  "click:clear": () => any;
@@ -346,12 +331,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseColorInputProps
346
331
  $forceUpdate: () => void;
347
332
  $nextTick: typeof import('vue').nextTick;
348
333
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
349
- } & Readonly<{}> & Omit<Readonly<{
350
- 'append:icon'?: string;
351
- clearable?: boolean;
352
- 'prepend:icon'?: string;
353
- preventFocus?: boolean;
354
- }> & Readonly<{
334
+ } & Readonly<{}> & Omit<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
355
335
  "onClick:clear"?: (() => any) | undefined;
356
336
  }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
357
337
  $slots: {
@@ -184,12 +184,7 @@ declare function __VLS_template(): {
184
184
  $host: Element | null;
185
185
  $emit: (event: "click:clear") => void;
186
186
  $el: HTMLSpanElement;
187
- $options: import('vue').ComponentOptionsBase<Readonly<{
188
- 'append:icon'?: string;
189
- clearable?: boolean;
190
- 'prepend:icon'?: string;
191
- preventFocus?: boolean;
192
- }> & Readonly<{
187
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
193
188
  "onClick:clear"?: (() => any) | undefined;
194
189
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
195
190
  "click:clear": () => any;
@@ -213,12 +208,7 @@ declare function __VLS_template(): {
213
208
  $forceUpdate: () => void;
214
209
  $nextTick: typeof import('vue').nextTick;
215
210
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
216
- } & Readonly<{}> & Omit<Readonly<{
217
- 'append:icon'?: string;
218
- clearable?: boolean;
219
- 'prepend:icon'?: string;
220
- preventFocus?: boolean;
221
- }> & Readonly<{
211
+ } & Readonly<{}> & Omit<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
222
212
  "onClick:clear"?: (() => any) | undefined;
223
213
  }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
224
214
  $slots: {
@@ -390,12 +380,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseDatePickerInput
390
380
  $host: Element | null;
391
381
  $emit: (event: "click:clear") => void;
392
382
  $el: HTMLSpanElement;
393
- $options: import('vue').ComponentOptionsBase<Readonly<{
394
- 'append:icon'?: string;
395
- clearable?: boolean;
396
- 'prepend:icon'?: string;
397
- preventFocus?: boolean;
398
- }> & Readonly<{
383
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
399
384
  "onClick:clear"?: (() => any) | undefined;
400
385
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
401
386
  "click:clear": () => any;
@@ -419,12 +404,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseDatePickerInput
419
404
  $forceUpdate: () => void;
420
405
  $nextTick: typeof import('vue').nextTick;
421
406
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
422
- } & Readonly<{}> & Omit<Readonly<{
423
- 'append:icon'?: string;
424
- clearable?: boolean;
425
- 'prepend:icon'?: string;
426
- preventFocus?: boolean;
427
- }> & Readonly<{
407
+ } & Readonly<{}> & Omit<Readonly<import('../CommonInputInnerContainer.vue').CommonInputInnerContainerProps> & Readonly<{
428
408
  "onClick:clear"?: (() => any) | undefined;
429
409
  }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
430
410
  $slots: {
@@ -180,12 +180,7 @@ declare function __VLS_template(): {
180
180
  $host: Element | null;
181
181
  $emit: (event: "click:clear") => void;
182
182
  $el: HTMLSpanElement;
183
- $options: import('vue').ComponentOptionsBase<Readonly<{
184
- 'append:icon'?: string;
185
- clearable?: boolean;
186
- 'prepend:icon'?: string;
187
- preventFocus?: boolean;
188
- }> & Readonly<{
183
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../index').CommonInputInnerContainerProps> & Readonly<{
189
184
  "onClick:clear"?: (() => any) | undefined;
190
185
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
191
186
  "click:clear": () => any;
@@ -209,12 +204,7 @@ declare function __VLS_template(): {
209
204
  $forceUpdate: () => void;
210
205
  $nextTick: typeof nextTick;
211
206
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
212
- } & Readonly<{}> & Omit<Readonly<{
213
- 'append:icon'?: string;
214
- clearable?: boolean;
215
- 'prepend:icon'?: string;
216
- preventFocus?: boolean;
217
- }> & Readonly<{
207
+ } & Readonly<{}> & Omit<Readonly<import('../../index').CommonInputInnerContainerProps> & Readonly<{
218
208
  "onClick:clear"?: (() => any) | undefined;
219
209
  }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
220
210
  $slots: {
@@ -392,12 +382,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseTagProps, {}, {
392
382
  $host: Element | null;
393
383
  $emit: (event: "click:clear") => void;
394
384
  $el: HTMLSpanElement;
395
- $options: import('vue').ComponentOptionsBase<Readonly<{
396
- 'append:icon'?: string;
397
- clearable?: boolean;
398
- 'prepend:icon'?: string;
399
- preventFocus?: boolean;
400
- }> & Readonly<{
385
+ $options: import('vue').ComponentOptionsBase<Readonly<import('../../index').CommonInputInnerContainerProps> & Readonly<{
401
386
  "onClick:clear"?: (() => any) | undefined;
402
387
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
403
388
  "click:clear": () => any;
@@ -421,12 +406,7 @@ declare const __VLS_component: import('vue').DefineComponent<BaseTagProps, {}, {
421
406
  $forceUpdate: () => void;
422
407
  $nextTick: typeof nextTick;
423
408
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
424
- } & Readonly<{}> & Omit<Readonly<{
425
- 'append:icon'?: string;
426
- clearable?: boolean;
427
- 'prepend:icon'?: string;
428
- preventFocus?: boolean;
429
- }> & Readonly<{
409
+ } & Readonly<{}> & Omit<Readonly<import('../../index').CommonInputInnerContainerProps> & Readonly<{
430
410
  "onClick:clear"?: (() => any) | undefined;
431
411
  }>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
432
412
  $slots: {
@@ -1,4 +1,4 @@
1
- type Props = {
1
+ export type CommonInputInnerContainerProps = {
2
2
  /**
3
3
  * Name of the icon to be added at the end of the input.
4
4
  */
@@ -28,9 +28,9 @@ declare function __VLS_template(): {
28
28
  rootEl: HTMLSpanElement;
29
29
  };
30
30
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
31
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
31
+ declare const __VLS_component: import('vue').DefineComponent<CommonInputInnerContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
32
32
  "click:clear": () => any;
33
- }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
33
+ }, string, import('vue').PublicProps, Readonly<CommonInputInnerContainerProps> & Readonly<{
34
34
  "onClick:clear"?: (() => any) | undefined;
35
35
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
36
36
  container: HTMLSpanElement;
package/dist/index.d.ts CHANGED
@@ -70,6 +70,8 @@ export { default as BbTextInput } from './components/BbTextInput/BbTextInput.vue
70
70
  export { default as BbToast } from './components/BbToast/BbToast.vue';
71
71
  export { default as BbTooltip } from './components/BbTooltip/BbTooltip.vue';
72
72
  export { default as BbTree } from './components/BbTree/BbTree.vue';
73
+ export { default as CommonInputInnerContainer } from './components/CommonInputInnerContainer.vue';
74
+ export { default as CommonInputOuterContainer } from './components/CommonInputOuterContainer.vue';
73
75
  export type { BaseButtonProps } from './components/BaseButton/BaseButton.vue';
74
76
  export type { BaseCheckboxGroupProps, BaseCheckboxGroupEvents, } from './components/BaseCheckboxGroup/BaseCheckboxGroup.vue';
75
77
  export type { BaseCheckboxProps, BaseCheckboxEvents, } from './components/BaseCheckbox/BaseCheckbox.vue';
@@ -137,3 +139,4 @@ export type { BbTreeProps,
137
139
  * @deprecated
138
140
  */
139
141
  TreeItem, TreeItem as BbTreeItem, BbTreeSlots, } from './components/BbTree/BbTree.vue';
142
+ export type { CommonInputInnerContainerProps } from './components/CommonInputInnerContainer.vue';
package/dist/index.js CHANGED
@@ -1,17 +1,17 @@
1
1
  /* empty css */
2
2
  /* empty css */
3
- import { useBbConfig as uo } from "./index4.js";
4
- import { useBroadcastChannelInstance as lo } from "./index5.js";
5
- import { useConfirm as bo } from "./index6.js";
6
- import { useCountdown as co } from "./index7.js";
7
- import { useId as Io } from "./index8.js";
8
- import { useMobile as To } from "./index9.js";
9
- import { useQueue as So } from "./index10.js";
10
- import { useToast as Do } from "./index11.js";
11
- import { useWizard as ko, wizardInjectionKey as Go } from "./index12.js";
12
- import { default as vo } from "./index13.js";
13
- /* empty css */
14
- import { default as Ao } from "./index15.js";
3
+ import { useBbConfig as xo } from "./index4.js";
4
+ import { useBroadcastChannelInstance as Bo } from "./index5.js";
5
+ import { useConfirm as no } from "./index6.js";
6
+ import { useCountdown as Co } from "./index7.js";
7
+ import { useId as ho } from "./index8.js";
8
+ import { useMobile as go } from "./index9.js";
9
+ import { useQueue as wo } from "./index10.js";
10
+ import { useToast as Ro } from "./index11.js";
11
+ import { useWizard as Go, wizardInjectionKey as Po } from "./index12.js";
12
+ import { default as zo } from "./index13.js";
13
+ /* empty css */
14
+ import { default as No } from "./index15.js";
15
15
  /* empty css */
16
16
  import { default as jo } from "./index17.js";
17
17
  /* empty css */
@@ -19,189 +19,194 @@ import { default as Ho } from "./index19.js";
19
19
  /* empty css */
20
20
  import { default as Mo } from "./index21.js";
21
21
  /* empty css */
22
- import { default as Qo } from "./index23.js";
22
+ import { default as Wo } from "./index23.js";
23
23
  /* empty css */
24
- import { default as qo } from "./index25.js";
24
+ import { default as Eo } from "./index25.js";
25
25
  /* empty css */
26
- import { default as Fo } from "./index27.js";
26
+ import { default as Jo } from "./index27.js";
27
27
  /* empty css */
28
- import { default as Lo } from "./index29.js";
28
+ import { default as Uo } from "./index29.js";
29
29
  /* empty css */
30
- import { default as Vo } from "./index31.js";
30
+ import { default as Xo } from "./index31.js";
31
31
  /* empty css */
32
- import { default as Yo } from "./index33.js";
32
+ import { default as Zo } from "./index33.js";
33
33
  /* empty css */
34
- import { default as _o } from "./index35.js";
34
+ import { default as $o } from "./index35.js";
35
35
  /* empty css */
36
- import { default as or } from "./index37.js";
36
+ import { default as tt } from "./index37.js";
37
37
  /* empty css */
38
- import { default as tr } from "./index39.js";
38
+ import { default as et } from "./index39.js";
39
39
  /* empty css */
40
- import { default as ar } from "./index41.js";
40
+ import { default as pt } from "./index41.js";
41
41
  /* empty css */
42
- import { default as mr } from "./index43.js";
42
+ import { default as ft } from "./index43.js";
43
43
  /* empty css */
44
- import { default as sr } from "./index45.js";
44
+ import { default as it } from "./index45.js";
45
45
  /* empty css */
46
- import { default as ur } from "./index47.js";
46
+ import { default as xt } from "./index47.js";
47
47
  /* empty css */
48
- import { default as dr } from "./index49.js";
48
+ import { default as lt } from "./index49.js";
49
49
  /* empty css */
50
- import { default as Br } from "./index51.js";
50
+ import { default as bt } from "./index51.js";
51
51
  /* empty css */
52
- import { default as nr } from "./index53.js";
52
+ import { default as ct } from "./index53.js";
53
53
  /* empty css */
54
- import { default as Cr } from "./index55.js";
54
+ import { default as It } from "./index55.js";
55
55
  /* empty css */
56
- import { default as hr } from "./index57.js";
56
+ import { default as Tt } from "./index57.js";
57
57
  /* empty css */
58
- import { default as gr } from "./index59.js";
58
+ import { default as St } from "./index59.js";
59
59
  /* empty css */
60
- import { default as wr } from "./index61.js";
60
+ import { default as Dt } from "./index61.js";
61
61
  /* empty css */
62
- import { default as Rr } from "./index63.js";
62
+ import { default as kt } from "./index63.js";
63
63
  /* empty css */
64
- import { default as Gr } from "./index65.js";
64
+ import { default as Pt } from "./index65.js";
65
65
  /* empty css */
66
- import { default as vr } from "./index67.js";
66
+ import { default as zt } from "./index67.js";
67
67
  /* empty css */
68
- import { default as Ar } from "./index69.js";
68
+ import { default as Nt } from "./index69.js";
69
69
  /* empty css */
70
- import { default as jr } from "./index71.js";
70
+ import { default as jt } from "./index71.js";
71
71
  /* empty css */
72
- import { default as Hr } from "./index73.js";
72
+ import { default as Ht } from "./index73.js";
73
73
  /* empty css */
74
- import { default as Mr } from "./index75.js";
74
+ import { default as Mt } from "./index75.js";
75
75
  /* empty css */
76
- import { default as Qr } from "./index77.js";
76
+ import { default as Wt } from "./index77.js";
77
77
  /* empty css */
78
- import { default as qr } from "./index79.js";
78
+ import { default as Et } from "./index79.js";
79
79
  /* empty css */
80
- import { default as Fr } from "./index81.js";
80
+ import { default as Jt } from "./index81.js";
81
81
  /* empty css */
82
- import { default as Lr } from "./index83.js";
82
+ import { default as Ut } from "./index83.js";
83
83
  /* empty css */
84
- import { default as Vr } from "./index85.js";
84
+ import { default as Xt } from "./index85.js";
85
85
  /* empty css */
86
- import { default as Yr } from "./index87.js";
87
- import { default as _r } from "./index88.js";
86
+ import { default as Zt } from "./index87.js";
87
+ import { default as $t } from "./index88.js";
88
88
  /* empty css */
89
- import { default as ot } from "./index90.js";
89
+ import { default as tr } from "./index90.js";
90
90
  /* empty css */
91
- import { default as tt } from "./index92.js";
91
+ import { default as er } from "./index92.js";
92
92
  /* empty css */
93
- import { default as at } from "./index94.js";
93
+ import { default as pr } from "./index94.js";
94
94
  /* empty css */
95
- import { default as mt } from "./index96.js";
95
+ import { default as fr } from "./index96.js";
96
96
  /* empty css */
97
- import { default as st } from "./index98.js";
97
+ import { default as ir } from "./index98.js";
98
98
  /* empty css */
99
- import { default as ut } from "./index100.js";
99
+ import { default as xr } from "./index100.js";
100
100
  /* empty css */
101
- import { default as dt } from "./index102.js";
101
+ import { default as lr } from "./index102.js";
102
102
  /* empty css */
103
- import { default as Bt } from "./index104.js";
103
+ import { default as br } from "./index104.js";
104
104
  /* empty css */
105
- import { default as nt } from "./index106.js";
106
- import { default as Ct } from "./index107.js";
105
+ import { default as cr } from "./index106.js";
106
+ import { default as Ir } from "./index107.js";
107
107
  /* empty css */
108
- import { default as ht } from "./index109.js";
108
+ import { default as Tr } from "./index109.js";
109
109
  /* empty css */
110
- import { default as gt } from "./index111.js";
110
+ import { default as Sr } from "./index111.js";
111
111
  /* empty css */
112
- import { default as wt } from "./index113.js";
112
+ import { default as Dr } from "./index113.js";
113
113
  /* empty css */
114
- import { default as Rt } from "./index115.js";
114
+ import { default as kr } from "./index115.js";
115
115
  /* empty css */
116
- import { default as Gt } from "./index117.js";
116
+ import { default as Pr } from "./index117.js";
117
117
  /* empty css */
118
- import { default as vt } from "./index119.js";
118
+ import { default as zr } from "./index119.js";
119
119
  /* empty css */
120
- import { default as At } from "./index121.js";
120
+ import { default as Nr } from "./index121.js";
121
121
  /* empty css */
122
- import { default as jt } from "./index123.js";
122
+ import { default as jr } from "./index123.js";
123
123
  /* empty css */
124
- import { default as Ht } from "./index125.js";
124
+ import { default as Hr } from "./index125.js";
125
125
  /* empty css */
126
- import { default as Mt } from "./index127.js";
126
+ import { default as Mr } from "./index127.js";
127
127
  /* empty css */
128
- import { default as Qt } from "./index129.js";
128
+ import { default as Wr } from "./index129.js";
129
129
  /* empty css */
130
- import { default as qt } from "./index131.js";
130
+ import { default as Er } from "./index131.js";
131
131
  /* empty css */
132
- import { default as Ft } from "./index133.js";
132
+ import { default as Jr } from "./index133.js";
133
133
  /* empty css */
134
+ import { default as Ur } from "./index135.js";
135
+ /* empty css */
136
+ import { default as Xr } from "./index137.js";
134
137
  export {
135
- vo as BaseButton,
138
+ zo as BaseButton,
136
139
  jo as BaseCheckbox,
137
140
  Ho as BaseCheckboxGroup,
138
- Ao as BaseColorInput,
141
+ No as BaseColorInput,
139
142
  Mo as BaseDatePicker,
140
- Qo as BaseDatePickerInput,
141
- qo as BaseDialog,
142
- Fo as BaseInputContainer,
143
- Lo as BaseNumberInput,
144
- Vo as BaseRadio,
145
- Yo as BaseRadioGroup,
146
- _o as BaseRating,
147
- or as BaseSelect,
148
- tr as BaseSlider,
149
- ar as BaseSwitch,
150
- mr as BaseSwitchGroup,
151
- sr as BaseTag,
152
- dr as BaseTextInput,
153
- ur as BaseTextarea,
154
- Br as BbAccordion,
155
- nr as BbAlert,
156
- Cr as BbAvatar,
157
- hr as BbBadge,
158
- gr as BbBreadcrumbs,
159
- wr as BbButton,
160
- Rr as BbCheckbox,
161
- Gr as BbCheckboxGroup,
162
- vr as BbChip,
163
- Ar as BbCollapsible,
164
- jr as BbColorInput,
165
- Hr as BbConfirm,
166
- Mr as BbDatePickerInput,
167
- Qr as BbDialog,
168
- qr as BbDropdown,
169
- Fr as BbDropdownButton,
170
- Lr as BbDropzone,
171
- Vr as BbIcon,
172
- Yr as BbIntersection,
173
- _r as BbNumberInput,
174
- ot as BbOffCanvas,
175
- tt as BbPagination,
176
- at as BbPopover,
177
- mt as BbProgress,
178
- st as BbRadio,
179
- ut as BbRadioGroup,
180
- dt as BbRating,
181
- Bt as BbRatio,
182
- nt as BbRows,
183
- Ct as BbSelect,
184
- ht as BbSlider,
185
- gt as BbSmoothHeight,
186
- wt as BbSpinner,
187
- Rt as BbSwitch,
188
- Gt as BbSwitchGroup,
189
- vt as BbTab,
190
- At as BbTable,
191
- jt as BbTag,
192
- Mt as BbTextInput,
193
- Ht as BbTextarea,
194
- Qt as BbToast,
195
- qt as BbTooltip,
196
- Ft as BbTree,
197
- uo as useBbConfig,
198
- lo as useBroadcastChannelInstance,
199
- bo as useConfirm,
200
- co as useCountdown,
201
- Io as useId,
202
- To as useMobile,
203
- So as useQueue,
204
- Do as useToast,
205
- ko as useWizard,
206
- Go as wizardInjectionKey
143
+ Wo as BaseDatePickerInput,
144
+ Eo as BaseDialog,
145
+ Jo as BaseInputContainer,
146
+ Uo as BaseNumberInput,
147
+ Xo as BaseRadio,
148
+ Zo as BaseRadioGroup,
149
+ $o as BaseRating,
150
+ tt as BaseSelect,
151
+ et as BaseSlider,
152
+ pt as BaseSwitch,
153
+ ft as BaseSwitchGroup,
154
+ it as BaseTag,
155
+ lt as BaseTextInput,
156
+ xt as BaseTextarea,
157
+ bt as BbAccordion,
158
+ ct as BbAlert,
159
+ It as BbAvatar,
160
+ Tt as BbBadge,
161
+ St as BbBreadcrumbs,
162
+ Dt as BbButton,
163
+ kt as BbCheckbox,
164
+ Pt as BbCheckboxGroup,
165
+ zt as BbChip,
166
+ Nt as BbCollapsible,
167
+ jt as BbColorInput,
168
+ Ht as BbConfirm,
169
+ Mt as BbDatePickerInput,
170
+ Wt as BbDialog,
171
+ Et as BbDropdown,
172
+ Jt as BbDropdownButton,
173
+ Ut as BbDropzone,
174
+ Xt as BbIcon,
175
+ Zt as BbIntersection,
176
+ $t as BbNumberInput,
177
+ tr as BbOffCanvas,
178
+ er as BbPagination,
179
+ pr as BbPopover,
180
+ fr as BbProgress,
181
+ ir as BbRadio,
182
+ xr as BbRadioGroup,
183
+ lr as BbRating,
184
+ br as BbRatio,
185
+ cr as BbRows,
186
+ Ir as BbSelect,
187
+ Tr as BbSlider,
188
+ Sr as BbSmoothHeight,
189
+ Dr as BbSpinner,
190
+ kr as BbSwitch,
191
+ Pr as BbSwitchGroup,
192
+ zr as BbTab,
193
+ Nr as BbTable,
194
+ jr as BbTag,
195
+ Mr as BbTextInput,
196
+ Hr as BbTextarea,
197
+ Wr as BbToast,
198
+ Er as BbTooltip,
199
+ Jr as BbTree,
200
+ Ur as CommonInputInnerContainer,
201
+ Xr as CommonInputOuterContainer,
202
+ xo as useBbConfig,
203
+ Bo as useBroadcastChannelInstance,
204
+ no as useConfirm,
205
+ Co as useCountdown,
206
+ ho as useId,
207
+ go as useMobile,
208
+ wo as useQueue,
209
+ Ro as useToast,
210
+ Go as useWizard,
211
+ Po as wizardInjectionKey
207
212
  };
package/dist/index106.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { defineComponent as D, computed as V, toRef as r, ref as E, reactive as L, watch as m, createElementBlock as b, openBlock as B, Fragment as g, renderSlot as i, createCommentVNode as P, unref as R, renderList as j } from "vue";
2
- import { useItemValue as G } from "./index273.js";
3
- import { isNil as k } from "./index250.js";
4
- import { indexBy as U } from "./index274.js";
5
- import { hash as p } from "./index234.js";
6
- import { useItemsGetter as W } from "./index241.js";
7
- import { usePrefill as q } from "./index242.js";
8
- import { useIndexById as z } from "./index240.js";
9
- import { useBaseOptions as J } from "./index237.js";
10
- import { useHashedWatcher as K } from "./index239.js";
2
+ import { useItemValue as G } from "./index277.js";
3
+ import { isNil as k } from "./index260.js";
4
+ import { indexBy as U } from "./index278.js";
5
+ import { hash as p } from "./index230.js";
6
+ import { useItemsGetter as W } from "./index226.js";
7
+ import { usePrefill as q } from "./index232.js";
8
+ import { useIndexById as z } from "./index227.js";
9
+ import { useBaseOptions as J } from "./index228.js";
10
+ import { useHashedWatcher as K } from "./index231.js";
11
11
  const oe = /* @__PURE__ */ D({
12
12
  __name: "BbRows",
13
13
  props: {
package/dist/index11.js CHANGED
@@ -1,6 +1,6 @@
1
- import { nanoid as p } from "./index138.js";
1
+ import { nanoid as p } from "./index141.js";
2
2
  import { reactive as d } from "vue";
3
- import { wait as h } from "./index135.js";
3
+ import { wait as h } from "./index138.js";
4
4
  const i = d({
5
5
  stack: []
6
6
  }), b = () => {
package/dist/index111.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as v, ref as a, onMounted as m, onBeforeUnmount as p, createBlock as i, openBlock as l, resolveDynamicComponent as u, normalizeStyle as d, withCtx as f, renderSlot as h } from "vue";
2
- import { throttle as g } from "./index272.js";
2
+ import { throttle as g } from "./index273.js";
3
3
  const O = /* @__PURE__ */ v({
4
4
  __name: "BbSmoothHeight",
5
5
  props: {
package/dist/index113.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, computed as s, createElementBlock as b, openBlock as a, normalizeProps as _, guardReactiveProps as x, createStaticVNode as m } from "vue";
2
- import { isCssColor as u } from "./index230.js";
2
+ import { isCssColor as u } from "./index235.js";
3
3
  const f = /* @__PURE__ */ p({
4
4
  __name: "BbSpinner",
5
5
  props: {
package/dist/index119.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as ee, ref as n, computed as $, getCurrentInstance as te, watch as b, nextTick as le, onMounted as ae, createElementBlock as p, openBlock as f, normalizeClass as T, unref as ie, createElementVNode as h, renderSlot as k, normalizeProps as U, guardReactiveProps as W, normalizeStyle as se, Fragment as K, renderList as O, createVNode as J, withCtx as I, toDisplayString as re, createBlock as ne, Transition as oe, createCommentVNode as ue } from "vue";
2
2
  import { useId as de } from "./index8.js";
3
- import { useRoute as ce } from "./index142.js";
4
- import { useRouter as be } from "./index143.js";
5
- import { wait as fe } from "./index135.js";
6
- import { useScroll as he, useResizeObserver as ye } from "./index137.js";
3
+ import { useRoute as ce } from "./index145.js";
4
+ import { useRouter as be } from "./index146.js";
5
+ import { wait as fe } from "./index138.js";
6
+ import { useScroll as he, useResizeObserver as ye } from "./index140.js";
7
7
  import me from "./index13.js";
8
8
  /* empty css */
9
9
  import ve from "./index111.js";
package/dist/index12.js CHANGED
@@ -1,10 +1,10 @@
1
- import { copy as D } from "./index139.js";
1
+ import { copy as D } from "./index142.js";
2
2
  import { reactive as G, watch as v, toValue as H, computed as g, provide as Q } from "vue";
3
- import { isNotNil as a } from "./index140.js";
4
- import { mapValues as X } from "./index141.js";
5
- import { useRoute as Z } from "./index142.js";
6
- import { useRouter as _ } from "./index143.js";
7
- import { useStepper as ee } from "./index137.js";
3
+ import { isNotNil as a } from "./index143.js";
4
+ import { mapValues as X } from "./index144.js";
5
+ import { useRoute as Z } from "./index145.js";
6
+ import { useRouter as _ } from "./index146.js";
7
+ import { useStepper as ee } from "./index140.js";
8
8
  const te = Symbol(), x = /((step\/)(?<step>[\s\S]+?)(?=[/?]))|((step\/)(?<step2>[\s\S]+))/, O = (i) => {
9
9
  var r, u;
10
10
  const e = i.match(x);