bitboss-ui 0.2.76 → 1.0.0
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.
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +4 -0
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +10 -3
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +4 -1
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +10 -4
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +9 -0
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -0
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +4 -0
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +10 -3
- package/dist/components/BaseRating/BaseRating.vue.d.ts +5 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +4 -0
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +48 -11
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +6 -3
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -0
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +10 -6
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +4 -0
- package/dist/components/BbButton/BbButton.vue.d.ts +12 -0
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +35 -27
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +38 -24
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +15 -3
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +33 -25
- package/dist/components/BbRadio/BbRadio.vue.d.ts +33 -25
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +38 -24
- package/dist/components/BbRating/BbRating.vue.d.ts +9 -1
- package/dist/components/BbSelect/BbSelect.vue.d.ts +18 -4
- package/dist/components/BbSlider/BbSlider.vue.d.ts +44 -11
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +9 -3
- package/dist/components/BbTag/BbTag.vue.d.ts +11 -3
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +33 -25
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +9 -1
- package/dist/composables/useQueue.d.ts +58 -0
- package/dist/index.js +186 -185
- package/dist/index.js.map +1 -1
- package/dist/index10.js +65 -1
- package/dist/index10.js.map +1 -1
- package/dist/index100.js +227 -1
- package/dist/index100.js.map +1 -1
- package/dist/index101.js +1 -437
- package/dist/index101.js.map +1 -1
- package/dist/index102.js +437 -1
- package/dist/index102.js.map +1 -1
- package/dist/index103.js +1 -94
- package/dist/index103.js.map +1 -1
- package/dist/index104.js +103 -1
- package/dist/index104.js.map +1 -1
- package/dist/index105.js +1 -88
- package/dist/index105.js.map +1 -1
- package/dist/index106.js +97 -1
- package/dist/index106.js.map +1 -1
- package/dist/index107.js +1 -89
- package/dist/index107.js.map +1 -1
- package/dist/index108.js +98 -1
- package/dist/index108.js.map +1 -1
- package/dist/index109.js +1 -29
- package/dist/index109.js.map +1 -1
- package/dist/index11.js +1 -131
- package/dist/index11.js.map +1 -1
- package/dist/index110.js +29 -1
- package/dist/index110.js.map +1 -1
- package/dist/index111.js +1 -151
- package/dist/index111.js.map +1 -1
- package/dist/index112.js +151 -1
- package/dist/index112.js.map +1 -1
- package/dist/index113.js +1 -122
- package/dist/index113.js.map +1 -1
- package/dist/index114.js +122 -1
- package/dist/index114.js.map +1 -1
- package/dist/index115.js +1 -46
- package/dist/index115.js.map +1 -1
- package/dist/index116.js +40 -33
- package/dist/index116.js.map +1 -1
- package/dist/index117.js +32 -39
- package/dist/index117.js.map +1 -1
- package/dist/index118.js +39 -42
- package/dist/index118.js.map +1 -1
- package/dist/index119.js +43 -39
- package/dist/index119.js.map +1 -1
- package/dist/index12.js +128 -1
- package/dist/index12.js.map +1 -1
- package/dist/index120.js +43 -2
- package/dist/index120.js.map +1 -1
- package/dist/index121.js +2 -21
- package/dist/index121.js.map +1 -1
- package/dist/index122.js +21 -2
- package/dist/index122.js.map +1 -1
- package/dist/index123.js +2 -224
- package/dist/index123.js.map +1 -1
- package/dist/index124.js +224 -2
- package/dist/index124.js.map +1 -1
- package/dist/index125.js +2 -18
- package/dist/index125.js.map +1 -1
- package/dist/index126.js +16 -10
- package/dist/index126.js.map +1 -1
- package/dist/index127.js +12 -24
- package/dist/index127.js.map +1 -1
- package/dist/index128.js +24 -5
- package/dist/index128.js.map +1 -1
- package/dist/index129.js +5 -9
- package/dist/index129.js.map +1 -1
- package/dist/index13.js +1 -159
- package/dist/index13.js.map +1 -1
- package/dist/index130.js +8 -5
- package/dist/index130.js.map +1 -1
- package/dist/index131.js +5 -69
- package/dist/index131.js.map +1 -1
- package/dist/index132.js +70 -3
- package/dist/index132.js.map +1 -1
- package/dist/index133.js +2 -2
- package/dist/index134.js +2 -2
- package/dist/index135.js +2 -2
- package/dist/index136.js +2 -2
- package/dist/index137.js +2 -2
- package/dist/index138.js +2 -2
- package/dist/index139.js +2 -2
- package/dist/index14.js +161 -1
- package/dist/index14.js.map +1 -1
- package/dist/index140.js +2 -2
- package/dist/index141.js +2 -2
- package/dist/index142.js +2 -2
- package/dist/index143.js +2 -2
- package/dist/index144.js +2 -2
- package/dist/index145.js +2 -2
- package/dist/index146.js +2 -2
- package/dist/index147.js +2 -2
- package/dist/index148.js +2 -2
- package/dist/index149.js +2 -2
- package/dist/index15.js +1 -457
- package/dist/index15.js.map +1 -1
- package/dist/index150.js +2 -2
- package/dist/index151.js +2 -2
- package/dist/index152.js +2 -2
- package/dist/index153.js +2 -2
- package/dist/index154.js +2 -2
- package/dist/index155.js +2 -2
- package/dist/index156.js +2 -2
- package/dist/index157.js +2 -2
- package/dist/index158.js +5 -1
- package/dist/index158.js.map +1 -1
- package/dist/index159.js +1 -5
- package/dist/index159.js.map +1 -1
- package/dist/index16.js +514 -1
- package/dist/index16.js.map +1 -1
- package/dist/index160.js +5 -1
- package/dist/index160.js.map +1 -1
- package/dist/index161.js +1 -5
- package/dist/index161.js.map +1 -1
- package/dist/index162.js +2 -2
- package/dist/index163.js +2 -2
- package/dist/index164.js +2 -2
- package/dist/index165.js +2 -2
- package/dist/index166.js +2 -2
- package/dist/index167.js +3 -2
- package/dist/index167.js.map +1 -1
- package/dist/index168.js +2 -3
- package/dist/index168.js.map +1 -1
- package/dist/index169.js +5 -1
- package/dist/index169.js.map +1 -1
- package/dist/index17.js +1 -211
- package/dist/index17.js.map +1 -1
- package/dist/index170.js +1 -4
- package/dist/index170.js.map +1 -1
- package/dist/index171.js +2 -3
- package/dist/index171.js.map +1 -1
- package/dist/index172.js +2 -2
- package/dist/index173.js +2 -2
- package/dist/index174.js +2 -2
- package/dist/index175.js +2 -2
- package/dist/index176.js +2 -2
- package/dist/index177.js +2 -2
- package/dist/index178.js +2 -2
- package/dist/index179.js +2 -2
- package/dist/index18.js +220 -1
- package/dist/index18.js.map +1 -1
- package/dist/index180.js +2 -2
- package/dist/index181.js +2 -2
- package/dist/index182.js +2 -2
- package/dist/index183.js +5 -1
- package/dist/index183.js.map +1 -1
- package/dist/index184.js +1 -5
- package/dist/index184.js.map +1 -1
- package/dist/index185.js +5 -1
- package/dist/index185.js.map +1 -1
- package/dist/index186.js +1 -5
- package/dist/index186.js.map +1 -1
- package/dist/index187.js +2 -2
- package/dist/index188.js +2 -2
- package/dist/index189.js +2 -2
- package/dist/index19.js +1 -239
- package/dist/index19.js.map +1 -1
- package/dist/index190.js +2 -2
- package/dist/index191.js +2 -2
- package/dist/index192.js +2 -2
- package/dist/index193.js +2 -2
- package/dist/index194.js +2 -2
- package/dist/index195.js +2 -2
- package/dist/index196.js +3 -10
- package/dist/index196.js.map +1 -1
- package/dist/index198.js +2 -3
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +4 -3
- package/dist/index199.js.map +1 -1
- package/dist/index2.js +1 -42
- package/dist/index2.js.map +1 -1
- package/dist/index20.js +239 -1
- package/dist/index20.js.map +1 -1
- package/dist/index200.js +5 -368
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +13 -131
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +16 -5
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +3 -3
- package/dist/index204.js +20 -2
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +29 -2
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +8 -174
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +2 -23
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +111 -363
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +131 -13
- package/dist/index209.js.map +1 -1
- package/dist/index21.js +1 -115
- package/dist/index21.js.map +1 -1
- package/dist/index210.js +2 -16
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +35 -20
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +172 -27
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +6 -8
- package/dist/index213.js.map +1 -1
- package/dist/index214.js +346 -213
- package/dist/index214.js.map +1 -1
- package/dist/index215.js +373 -3
- package/dist/index215.js.map +1 -1
- package/dist/index216.js +3 -35
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +3 -6
- package/dist/index217.js.map +1 -1
- package/dist/index218.js +235 -2
- package/dist/index218.js.map +1 -1
- package/dist/index219.js +3 -2
- package/dist/index219.js.map +1 -1
- package/dist/index22.js +131 -1
- package/dist/index22.js.map +1 -1
- package/dist/index220.js +2 -4
- package/dist/index220.js.map +1 -1
- package/dist/index221.js +8 -119
- package/dist/index221.js.map +1 -1
- package/dist/index222.js +2 -2
- package/dist/index222.js.map +1 -1
- package/dist/index224.js +23 -6
- package/dist/index224.js.map +1 -1
- package/dist/index225.js +4 -17
- package/dist/index225.js.map +1 -1
- package/dist/index226.js +294 -78
- package/dist/index226.js.map +1 -1
- package/dist/index227.js +6 -2
- package/dist/index227.js.map +1 -1
- package/dist/index228.js +2 -160
- package/dist/index228.js.map +1 -1
- package/dist/index229.js +4 -1
- package/dist/index229.js.map +1 -1
- package/dist/index23.js +1 -115
- package/dist/index23.js.map +1 -1
- package/dist/index230.js +2 -5
- package/dist/index230.js.map +1 -1
- package/dist/index231.js +2 -69
- package/dist/index231.js.map +1 -1
- package/dist/index232.js +2 -224
- package/dist/index232.js.map +1 -1
- package/dist/index233.js +2 -258
- package/dist/index233.js.map +1 -1
- package/dist/index234.js +78 -5
- package/dist/index234.js.map +1 -1
- package/dist/index235.js +6 -2
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +17 -295
- package/dist/index236.js.map +1 -1
- package/dist/index237.js +2 -2
- package/dist/index238.js +106 -2
- package/dist/index238.js.map +1 -1
- package/dist/index239.js +428 -110
- package/dist/index239.js.map +1 -1
- package/dist/index24.js +119 -1
- package/dist/index24.js.map +1 -1
- package/dist/index240.js +218 -100
- package/dist/index240.js.map +1 -1
- package/dist/index241.js +255 -12
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +117 -2
- package/dist/index242.js.map +1 -1
- package/dist/index243.js +200 -2
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +2 -2
- package/dist/index244.js.map +1 -1
- package/dist/index245.js +69 -2
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +5 -435
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +163 -88
- package/dist/index247.js.map +1 -1
- package/dist/index248.js +1 -202
- package/dist/index248.js.map +1 -1
- package/dist/index249.js +2 -4
- package/dist/index249.js.map +1 -1
- package/dist/index25.js +1 -92
- package/dist/index25.js.map +1 -1
- package/dist/index250.js +89 -2
- package/dist/index250.js.map +1 -1
- package/dist/index251.js +15 -4
- package/dist/index251.js.map +1 -1
- package/dist/index252.js +4 -4
- package/dist/index252.js.map +1 -1
- package/dist/index253.js +4 -61
- package/dist/index253.js.map +1 -1
- package/dist/index254.js +61 -2
- package/dist/index254.js.map +1 -1
- package/dist/index255.js +2 -3
- package/dist/index255.js.map +1 -1
- package/dist/index256.js +3 -2
- package/dist/index256.js.map +1 -1
- package/dist/index257.js +5 -0
- package/dist/index257.js.map +1 -0
- package/dist/index26.js +94 -1
- package/dist/index26.js.map +1 -1
- package/dist/index27.js +1 -157
- package/dist/index27.js.map +1 -1
- package/dist/index28.js +160 -1
- package/dist/index28.js.map +1 -1
- package/dist/index29.js +1 -124
- package/dist/index29.js.map +1 -1
- package/dist/index3.js +38 -76
- package/dist/index3.js.map +1 -1
- package/dist/index30.js +126 -1
- package/dist/index30.js.map +1 -1
- package/dist/index31.js +1 -691
- package/dist/index31.js.map +1 -1
- package/dist/index32.js +693 -1
- package/dist/index32.js.map +1 -1
- package/dist/index33.js +1 -145
- package/dist/index33.js.map +1 -1
- package/dist/index34.js +302 -1
- package/dist/index34.js.map +1 -1
- package/dist/index35.js +1 -118
- package/dist/index35.js.map +1 -1
- package/dist/index36.js +120 -1
- package/dist/index36.js.map +1 -1
- package/dist/index37.js +1 -154
- package/dist/index37.js.map +1 -1
- package/dist/index38.js +156 -1
- package/dist/index38.js.map +1 -1
- package/dist/index39.js +1 -83
- package/dist/index39.js.map +1 -1
- package/dist/index4.js +78 -62
- package/dist/index4.js.map +1 -1
- package/dist/index40.js +87 -1
- package/dist/index40.js.map +1 -1
- package/dist/index41.js +1 -61
- package/dist/index41.js.map +1 -1
- package/dist/index42.js +64 -1
- package/dist/index42.js.map +1 -1
- package/dist/index43.js +1 -65
- package/dist/index43.js.map +1 -1
- package/dist/index44.js +65 -1
- package/dist/index44.js.map +1 -1
- package/dist/index45.js +1 -96
- package/dist/index45.js.map +1 -1
- package/dist/index46.js +96 -1
- package/dist/index46.js.map +1 -1
- package/dist/index47.js +1 -61
- package/dist/index47.js.map +1 -1
- package/dist/index48.js +61 -1
- package/dist/index48.js.map +1 -1
- package/dist/index49.js +1 -49
- package/dist/index49.js.map +1 -1
- package/dist/index5.js +60 -38
- package/dist/index5.js.map +1 -1
- package/dist/index50.js +49 -1
- package/dist/index50.js.map +1 -1
- package/dist/index51.js +1 -62
- package/dist/index51.js.map +1 -1
- package/dist/index52.js +62 -1
- package/dist/index52.js.map +1 -1
- package/dist/index53.js +1 -45
- package/dist/index53.js.map +1 -1
- package/dist/index54.js +69 -1
- package/dist/index54.js.map +1 -1
- package/dist/index55.js +1 -89
- package/dist/index55.js.map +1 -1
- package/dist/index56.js +98 -1
- package/dist/index56.js.map +1 -1
- package/dist/index57.js +1 -120
- package/dist/index57.js.map +1 -1
- package/dist/index58.js +129 -1
- package/dist/index58.js.map +1 -1
- package/dist/index59.js +1 -85
- package/dist/index59.js.map +1 -1
- package/dist/index6.js +37 -171
- package/dist/index6.js.map +1 -1
- package/dist/index60.js +85 -1
- package/dist/index60.js.map +1 -1
- package/dist/index61.js +1 -88
- package/dist/index61.js.map +1 -1
- package/dist/index62.js +98 -1
- package/dist/index62.js.map +1 -1
- package/dist/index63.js +1 -59
- package/dist/index63.js.map +1 -1
- package/dist/index64.js +59 -1
- package/dist/index64.js.map +1 -1
- package/dist/index65.js +1 -313
- package/dist/index65.js.map +1 -1
- package/dist/index66.js +313 -1
- package/dist/index66.js.map +1 -1
- package/dist/index67.js +1 -129
- package/dist/index67.js.map +1 -1
- package/dist/index68.js +129 -1
- package/dist/index68.js.map +1 -1
- package/dist/index69.js +1 -225
- package/dist/index69.js.map +1 -1
- package/dist/index7.js +172 -18
- package/dist/index7.js.map +1 -1
- package/dist/index70.js +225 -1
- package/dist/index70.js.map +1 -1
- package/dist/index71.js +1 -24
- package/dist/index71.js.map +1 -1
- package/dist/index72.js +19 -41
- package/dist/index72.js.map +1 -1
- package/dist/index73.js +37 -86
- package/dist/index73.js.map +1 -1
- package/dist/index74.js +104 -1
- package/dist/index74.js.map +1 -1
- package/dist/index75.js +1 -227
- package/dist/index75.js.map +1 -1
- package/dist/index76.js +227 -1
- package/dist/index76.js.map +1 -1
- package/dist/index77.js +1 -143
- package/dist/index77.js.map +1 -1
- package/dist/index78.js +165 -1
- package/dist/index78.js.map +1 -1
- package/dist/index79.js +1 -213
- package/dist/index79.js.map +1 -1
- package/dist/index8.js +18 -192
- package/dist/index8.js.map +1 -1
- package/dist/index80.js +213 -1
- package/dist/index80.js.map +1 -1
- package/dist/index81.js +1 -35
- package/dist/index81.js.map +1 -1
- package/dist/index82.js +35 -1
- package/dist/index82.js.map +1 -1
- package/dist/index83.js +1 -83
- package/dist/index83.js.map +1 -1
- package/dist/index84.js +92 -1
- package/dist/index84.js.map +1 -1
- package/dist/index85.js +1 -120
- package/dist/index85.js.map +1 -1
- package/dist/index86.js +129 -1
- package/dist/index86.js.map +1 -1
- package/dist/index87.js +1 -83
- package/dist/index87.js.map +1 -1
- package/dist/index88.js +92 -1
- package/dist/index88.js.map +1 -1
- package/dist/index89.js +1 -30
- package/dist/index89.js.map +1 -1
- package/dist/index9.js +192 -61
- package/dist/index9.js.map +1 -1
- package/dist/index90.js +30 -1
- package/dist/index90.js.map +1 -1
- package/dist/index91.js +1 -157
- package/dist/index91.js.map +1 -1
- package/dist/index92.js +166 -1
- package/dist/index92.js.map +1 -1
- package/dist/index93.js +1 -86
- package/dist/index93.js.map +1 -1
- package/dist/index94.js +112 -1
- package/dist/index94.js.map +1 -1
- package/dist/index95.js +1 -89
- package/dist/index95.js.map +1 -1
- package/dist/index96.js +98 -1
- package/dist/index96.js.map +1 -1
- package/dist/index97.js +1 -119
- package/dist/index97.js.map +1 -1
- package/dist/index98.js +129 -1
- package/dist/index98.js.map +1 -1
- package/dist/index99.js +1 -227
- package/dist/index99.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/last.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseCheckboxProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
5
|
+
*/
|
|
6
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
3
7
|
/**
|
|
4
8
|
* Sets autofocus on page load.
|
|
5
9
|
*/
|
|
@@ -2,6 +2,10 @@ import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
|
|
2
2
|
import type { NestedKeyOf } from '../../types/NestedKeyOf';
|
|
3
3
|
import type { SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
|
|
4
4
|
export type BaseCheckboxGroupProps<T> = {
|
|
5
|
+
/**
|
|
6
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
7
|
+
*/
|
|
8
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
5
9
|
/**
|
|
6
10
|
* Sets autofocus on page load.
|
|
7
11
|
*/
|
|
@@ -107,7 +111,6 @@ export type BaseCheckboxGroupEvents = {
|
|
|
107
111
|
declare const _default: <T = any>(__VLS_props: {
|
|
108
112
|
disabled?: boolean | undefined;
|
|
109
113
|
name?: string | undefined;
|
|
110
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
111
114
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
112
115
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
113
116
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -116,9 +119,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
116
119
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
117
120
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
118
121
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
122
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
119
123
|
id?: string | undefined;
|
|
120
124
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
121
125
|
hasErrors?: boolean | undefined;
|
|
126
|
+
ariaDescribedby?: string | undefined;
|
|
122
127
|
color?: string | undefined;
|
|
123
128
|
modelValue: any[];
|
|
124
129
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -199,7 +204,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
199
204
|
props: {
|
|
200
205
|
disabled?: boolean | undefined;
|
|
201
206
|
name?: string | undefined;
|
|
202
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
203
207
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
204
208
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
205
209
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -208,9 +212,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
208
212
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
209
213
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
210
214
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
215
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
211
216
|
id?: string | undefined;
|
|
212
217
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
213
218
|
hasErrors?: boolean | undefined;
|
|
219
|
+
ariaDescribedby?: string | undefined;
|
|
214
220
|
color?: string | undefined;
|
|
215
221
|
modelValue: any[];
|
|
216
222
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -295,7 +301,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
295
301
|
props: {
|
|
296
302
|
disabled?: boolean | undefined;
|
|
297
303
|
name?: string | undefined;
|
|
298
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
299
304
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
300
305
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
301
306
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -304,9 +309,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
304
309
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
305
310
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
306
311
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
312
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
307
313
|
id?: string | undefined;
|
|
308
314
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
309
315
|
hasErrors?: boolean | undefined;
|
|
316
|
+
ariaDescribedby?: string | undefined;
|
|
310
317
|
color?: string | undefined;
|
|
311
318
|
modelValue: any[];
|
|
312
319
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as dayjs } from 'dayjs';
|
|
2
2
|
import { default as it } from 'dayjs/locale/it';
|
|
3
|
-
import
|
|
3
|
+
import { Dayjs } from 'dayjs';
|
|
4
4
|
import type { InputHTMLAttributes } from 'vue';
|
|
5
5
|
export type BaseDatePickerProps = {
|
|
6
6
|
/**
|
|
@@ -47,6 +47,7 @@ export type BaseDatePickerProps = {
|
|
|
47
47
|
};
|
|
48
48
|
type Cell = {
|
|
49
49
|
buttonId: string;
|
|
50
|
+
current: boolean;
|
|
50
51
|
disabled: boolean;
|
|
51
52
|
first: boolean;
|
|
52
53
|
highlighted: boolean;
|
|
@@ -57,6 +58,7 @@ type Cell = {
|
|
|
57
58
|
original: Dayjs;
|
|
58
59
|
selected: boolean;
|
|
59
60
|
slotName: string;
|
|
61
|
+
today: boolean;
|
|
60
62
|
};
|
|
61
63
|
export type BaseDatePickerSlots = {
|
|
62
64
|
day?: (props: {
|
|
@@ -86,6 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
86
88
|
calendar: import("vue").Ref<HTMLElement | null>;
|
|
87
89
|
setSelectionModeToDay: () => string;
|
|
88
90
|
isDateDisabled: (date: dayjs.Dayjs) => boolean;
|
|
91
|
+
setCursor: (value: string | string[] | null) => void;
|
|
89
92
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
90
93
|
"update:modelValue": (...args: any[]) => void;
|
|
91
94
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDatePickerProps>, {
|
|
@@ -70,26 +70,32 @@ export type BaseDatePickerInputProps = {
|
|
|
70
70
|
width?: number | string;
|
|
71
71
|
};
|
|
72
72
|
export type BaseDatePickerInputEvents = {
|
|
73
|
-
(e: '
|
|
74
|
-
(e: 'inactive'): void;
|
|
73
|
+
(e: 'active'): void;
|
|
75
74
|
(e: 'error', message: string): void;
|
|
75
|
+
(e: 'focus', event: FocusEvent): void;
|
|
76
|
+
(e: 'inactive'): void;
|
|
77
|
+
(e: 'update:modelValue', value: BaseDatePickerInputProps['modelValue']): void;
|
|
76
78
|
};
|
|
77
79
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDatePickerInputProps>, {
|
|
78
80
|
allowWriting: boolean;
|
|
79
81
|
autocomplete: string;
|
|
80
82
|
width: number;
|
|
81
83
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
82
|
-
|
|
83
|
-
inactive: () => void;
|
|
84
|
+
active: () => void;
|
|
84
85
|
error: (message: string) => void;
|
|
86
|
+
focus: (event: FocusEvent) => void;
|
|
87
|
+
inactive: () => void;
|
|
88
|
+
"update:modelValue": (value: string | string[] | null) => void;
|
|
85
89
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseDatePickerInputProps>, {
|
|
86
90
|
allowWriting: boolean;
|
|
87
91
|
autocomplete: string;
|
|
88
92
|
width: number;
|
|
89
93
|
}>>> & {
|
|
94
|
+
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
90
95
|
onError?: ((message: string) => any) | undefined;
|
|
91
96
|
"onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
|
|
92
97
|
onInactive?: (() => any) | undefined;
|
|
98
|
+
onActive?: (() => any) | undefined;
|
|
93
99
|
}, {
|
|
94
100
|
autocomplete: string;
|
|
95
101
|
width: string | number;
|
|
@@ -17,6 +17,10 @@ export type BaseInputContainerProps = {
|
|
|
17
17
|
* Visually hides the label of the input while maintaining accessibility.
|
|
18
18
|
*/
|
|
19
19
|
hideLabel?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Text box to be displayed near the input, usually to indicate instructions.
|
|
22
|
+
*/
|
|
23
|
+
hint?: string;
|
|
20
24
|
/**
|
|
21
25
|
* The identifier of the component.
|
|
22
26
|
*/
|
|
@@ -52,6 +56,10 @@ export type BaseInputContainerProps = {
|
|
|
52
56
|
* Reverses the layout. Applicable in every direction the order of the label and the input is swapped.
|
|
53
57
|
*/
|
|
54
58
|
reverse?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Displays the passed hint.
|
|
61
|
+
*/
|
|
62
|
+
showHint?: boolean;
|
|
55
63
|
/**
|
|
56
64
|
* HTML tag of the container, it is by default a `span` so
|
|
57
65
|
* it can be used inline without breaking HTML validation.
|
|
@@ -63,6 +71,7 @@ export type BaseInputContainerSlots = {
|
|
|
63
71
|
id: string;
|
|
64
72
|
name: string;
|
|
65
73
|
hasErrors: boolean;
|
|
74
|
+
ariaDescribedby: string | undefined;
|
|
66
75
|
}) => any;
|
|
67
76
|
label?: (props: {
|
|
68
77
|
text: string;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseNumberInputProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
5
|
+
*/
|
|
6
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
3
7
|
/**
|
|
4
8
|
* Guides to the browser as to the type of information expected in the field.
|
|
5
9
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseRadioProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
5
|
+
*/
|
|
6
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
3
7
|
/**
|
|
4
8
|
* Sets autofocus on page load.
|
|
5
9
|
*/
|
|
@@ -2,6 +2,10 @@ import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
|
|
|
2
2
|
import type { NestedKeyOf } from '../../types/NestedKeyOf';
|
|
3
3
|
import type { SlotAttributes } from '../BaseRadio/BaseRadio.vue';
|
|
4
4
|
export type BaseRadioGroupProps<T> = {
|
|
5
|
+
/**
|
|
6
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
7
|
+
*/
|
|
8
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
5
9
|
/**
|
|
6
10
|
* Sets autofocus on page load.
|
|
7
11
|
*/
|
|
@@ -107,7 +111,6 @@ export type BaseRadioGroupEvents = {
|
|
|
107
111
|
declare const _default: <T = any>(__VLS_props: {
|
|
108
112
|
disabled?: boolean | undefined;
|
|
109
113
|
name: string | undefined;
|
|
110
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
111
114
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
112
115
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
113
116
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -116,9 +119,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
116
119
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
117
120
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
118
121
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
122
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
119
123
|
id?: string | undefined;
|
|
120
124
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
121
125
|
hasErrors?: boolean | undefined;
|
|
126
|
+
ariaDescribedby?: string | undefined;
|
|
122
127
|
color?: string | undefined;
|
|
123
128
|
modelValue: any;
|
|
124
129
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -199,7 +204,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
199
204
|
props: {
|
|
200
205
|
disabled?: boolean | undefined;
|
|
201
206
|
name: string | undefined;
|
|
202
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
203
207
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
204
208
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
205
209
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -208,9 +212,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
208
212
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
209
213
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
210
214
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
215
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
211
216
|
id?: string | undefined;
|
|
212
217
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
213
218
|
hasErrors?: boolean | undefined;
|
|
219
|
+
ariaDescribedby?: string | undefined;
|
|
214
220
|
color?: string | undefined;
|
|
215
221
|
modelValue: any;
|
|
216
222
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -295,7 +301,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
295
301
|
props: {
|
|
296
302
|
disabled?: boolean | undefined;
|
|
297
303
|
name: string | undefined;
|
|
298
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
299
304
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
300
305
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
301
306
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -304,9 +309,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
304
309
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
305
310
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
306
311
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
312
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
307
313
|
id?: string | undefined;
|
|
308
314
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
309
315
|
hasErrors?: boolean | undefined;
|
|
316
|
+
ariaDescribedby?: string | undefined;
|
|
310
317
|
color?: string | undefined;
|
|
311
318
|
modelValue: any;
|
|
312
319
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
|
|
2
2
|
import type { Size, BbIconProps } from '../BbIcon/BbIcon.vue';
|
|
3
3
|
export type BaseRatingProps = {
|
|
4
|
+
/**
|
|
5
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
6
|
+
*/
|
|
7
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
4
8
|
/**
|
|
5
9
|
* Sets autofocus on page load.
|
|
6
10
|
*/
|
|
@@ -4,6 +4,10 @@ export type BaseSelectProps = {
|
|
|
4
4
|
* Allows typing into the input.
|
|
5
5
|
*/
|
|
6
6
|
allowWriting?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
9
|
+
*/
|
|
10
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
7
11
|
/**
|
|
8
12
|
* Guides to the browser as to the type of information expected in the field.
|
|
9
13
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseSliderProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
5
|
+
*/
|
|
6
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
3
7
|
/**
|
|
4
8
|
* Sets autofocus on page load.
|
|
5
9
|
*/
|
|
@@ -34,11 +38,16 @@ export type BaseSliderProps = {
|
|
|
34
38
|
/**
|
|
35
39
|
* Used by v-model.
|
|
36
40
|
*/
|
|
37
|
-
modelValue: number | string | null;
|
|
41
|
+
modelValue: number[] | number | string | null;
|
|
38
42
|
/**
|
|
39
43
|
* Defines the name of the input.
|
|
40
44
|
*/
|
|
41
45
|
name?: InputHTMLAttributes['name'];
|
|
46
|
+
/**
|
|
47
|
+
* Set the input as range.
|
|
48
|
+
* modelValue must be an array
|
|
49
|
+
*/
|
|
50
|
+
range?: boolean;
|
|
42
51
|
/**
|
|
43
52
|
* Sets the input in a readonly state.
|
|
44
53
|
*/
|
|
@@ -47,60 +56,88 @@ export type BaseSliderProps = {
|
|
|
47
56
|
* The step attribute is a number that specifies the granularity that the value must adhere to.
|
|
48
57
|
*/
|
|
49
58
|
step?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Displays ticks on step
|
|
61
|
+
*/
|
|
62
|
+
ticks?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Proportionally translates the thumb so it remains on track. Set it to false when displaying ticks so they align with less effort.
|
|
65
|
+
*/
|
|
66
|
+
thumbTranslate?: boolean;
|
|
50
67
|
};
|
|
51
68
|
export type BaseSliderEvents = {
|
|
52
69
|
(e: 'click', event: MouseEvent): void;
|
|
53
|
-
(e: 'end', value: BaseSliderProps['modelValue']): void;
|
|
54
70
|
(e: 'focus', event: FocusEvent): void;
|
|
71
|
+
(e: 'active'): void;
|
|
55
72
|
(e: 'inactive'): void;
|
|
56
73
|
(e: 'keydown', event: KeyboardEvent): void;
|
|
57
74
|
(e: 'pointerdown', event: PointerEvent): void;
|
|
58
75
|
(e: 'pointermove', event: PointerEvent): void;
|
|
59
76
|
(e: 'pointerup', event: PointerEvent): void;
|
|
60
|
-
(e: '
|
|
61
|
-
(e: 'update:modelValue', event: number): void;
|
|
77
|
+
(e: 'update:modelValue', event: number | number[]): void;
|
|
62
78
|
};
|
|
63
79
|
export type BaseSliderSlots = {
|
|
80
|
+
'thumb:higher': (props: {
|
|
81
|
+
value: number | undefined;
|
|
82
|
+
percent: number;
|
|
83
|
+
focused: boolean;
|
|
84
|
+
}) => any;
|
|
85
|
+
'thumb:lower': (props: {
|
|
86
|
+
value: number | undefined;
|
|
87
|
+
percent: number;
|
|
88
|
+
focused: boolean;
|
|
89
|
+
}) => any;
|
|
64
90
|
append: (props: object) => any;
|
|
65
91
|
prepend: (props: object) => any;
|
|
92
|
+
thumb: (props: {
|
|
93
|
+
value: number | undefined;
|
|
94
|
+
percent: number;
|
|
95
|
+
focused: boolean;
|
|
96
|
+
}) => any;
|
|
97
|
+
tick: (props: {
|
|
98
|
+
value: number;
|
|
99
|
+
percent: number;
|
|
100
|
+
active: boolean;
|
|
101
|
+
}) => any;
|
|
66
102
|
};
|
|
67
103
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseSliderProps>, {
|
|
68
104
|
max: number;
|
|
69
105
|
min: number;
|
|
70
106
|
modelValue: number;
|
|
71
107
|
step: number;
|
|
108
|
+
thumbTranslate: boolean;
|
|
72
109
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
73
110
|
click: (event: MouseEvent) => void;
|
|
74
|
-
end: (value: string | number | null) => void;
|
|
75
111
|
focus: (event: FocusEvent) => void;
|
|
112
|
+
active: () => void;
|
|
76
113
|
inactive: () => void;
|
|
77
114
|
keydown: (event: KeyboardEvent) => void;
|
|
78
115
|
pointerdown: (event: PointerEvent) => void;
|
|
79
116
|
pointermove: (event: PointerEvent) => void;
|
|
80
117
|
pointerup: (event: PointerEvent) => void;
|
|
81
|
-
|
|
82
|
-
"update:modelValue": (event: number) => void;
|
|
118
|
+
"update:modelValue": (event: number | number[]) => void;
|
|
83
119
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseSliderProps>, {
|
|
84
120
|
max: number;
|
|
85
121
|
min: number;
|
|
86
122
|
modelValue: number;
|
|
87
123
|
step: number;
|
|
124
|
+
thumbTranslate: boolean;
|
|
88
125
|
}>>> & {
|
|
89
|
-
onStart?: ((value: string | number | null) => any) | undefined;
|
|
90
126
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
91
127
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
92
128
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
93
129
|
onPointerdown?: ((event: PointerEvent) => any) | undefined;
|
|
94
130
|
onPointermove?: ((event: PointerEvent) => any) | undefined;
|
|
95
131
|
onPointerup?: ((event: PointerEvent) => any) | undefined;
|
|
96
|
-
"onUpdate:modelValue"?: ((event: number) => any) | undefined;
|
|
132
|
+
"onUpdate:modelValue"?: ((event: number | number[]) => any) | undefined;
|
|
97
133
|
onInactive?: (() => any) | undefined;
|
|
98
|
-
|
|
134
|
+
onActive?: (() => any) | undefined;
|
|
99
135
|
}, {
|
|
100
136
|
step: number;
|
|
101
|
-
modelValue: string | number | null;
|
|
137
|
+
modelValue: string | number | number[] | null;
|
|
102
138
|
max: number;
|
|
103
139
|
min: number;
|
|
140
|
+
thumbTranslate: boolean;
|
|
104
141
|
}, {}>, Readonly<BaseSliderSlots> & BaseSliderSlots>;
|
|
105
142
|
export default _default;
|
|
106
143
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -5,7 +5,6 @@ export type BaseSwitchGroupProps<T> = BaseCheckboxGroupProps<T>;
|
|
|
5
5
|
declare const _default: <T = any>(__VLS_props: {
|
|
6
6
|
disabled?: boolean | undefined;
|
|
7
7
|
name?: string | undefined;
|
|
8
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
9
8
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
10
9
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
11
10
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -14,9 +13,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
14
13
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
15
14
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
16
15
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
16
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
17
17
|
id?: string | undefined;
|
|
18
18
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
19
19
|
hasErrors?: boolean | undefined;
|
|
20
|
+
ariaDescribedby?: string | undefined;
|
|
20
21
|
color?: string | undefined;
|
|
21
22
|
modelValue: any[];
|
|
22
23
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -81,7 +82,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
81
82
|
props: {
|
|
82
83
|
disabled?: boolean | undefined;
|
|
83
84
|
name?: string | undefined;
|
|
84
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
85
85
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
86
86
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
87
87
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -90,9 +90,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
90
90
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
91
91
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
92
92
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
93
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
93
94
|
id?: string | undefined;
|
|
94
95
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
95
96
|
hasErrors?: boolean | undefined;
|
|
97
|
+
ariaDescribedby?: string | undefined;
|
|
96
98
|
color?: string | undefined;
|
|
97
99
|
modelValue: any[];
|
|
98
100
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -161,7 +163,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
161
163
|
props: {
|
|
162
164
|
disabled?: boolean | undefined;
|
|
163
165
|
name?: string | undefined;
|
|
164
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
|
165
166
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
166
167
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
167
168
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -170,9 +171,11 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
170
171
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
171
172
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
172
173
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
174
|
+
autofocus?: (boolean | "true" | "false") | undefined;
|
|
173
175
|
id?: string | undefined;
|
|
174
176
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
175
177
|
hasErrors?: boolean | undefined;
|
|
178
|
+
ariaDescribedby?: string | undefined;
|
|
176
179
|
color?: string | undefined;
|
|
177
180
|
modelValue: any[];
|
|
178
181
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { InputHTMLAttributes, HTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseTagProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
5
|
+
*/
|
|
6
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
3
7
|
/**
|
|
4
8
|
* Guides to the browser as to the type of information expected in the field.
|
|
5
9
|
*/
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseTextInputProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
5
|
+
*/
|
|
6
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
3
7
|
/**
|
|
4
8
|
* Guides to the browser as to the type of information expected in the field.
|
|
5
9
|
*/
|
|
@@ -21,6 +25,10 @@ export type BaseTextInputProps = {
|
|
|
21
25
|
* The identifier of the component.
|
|
22
26
|
*/
|
|
23
27
|
id?: HTMLAttributes['id'];
|
|
28
|
+
/**
|
|
29
|
+
* Used my v-model
|
|
30
|
+
*/
|
|
31
|
+
modelValue: string | null;
|
|
24
32
|
/**
|
|
25
33
|
* Defines the name of the input.
|
|
26
34
|
*/
|
|
@@ -33,10 +41,6 @@ export type BaseTextInputProps = {
|
|
|
33
41
|
* Sets the input in a readonly state.
|
|
34
42
|
*/
|
|
35
43
|
readonly?: InputHTMLAttributes['readonly'];
|
|
36
|
-
/**
|
|
37
|
-
* Used my v-model
|
|
38
|
-
*/
|
|
39
|
-
modelValue: string | null;
|
|
40
44
|
/**
|
|
41
45
|
* Type of the input. Returns the content type of the object.
|
|
42
46
|
*/
|
|
@@ -54,10 +58,10 @@ export type BaseTextInputEvents = {
|
|
|
54
58
|
(e: 'update:modelValue', value: string | null): void;
|
|
55
59
|
};
|
|
56
60
|
export type BaseTextInputSlots = {
|
|
57
|
-
'prepend-outer'?: (props: object) => any;
|
|
58
|
-
prepend?: (props: object) => any;
|
|
59
61
|
append?: (props: object) => any;
|
|
60
62
|
'append-outer'?: (props: object) => any;
|
|
63
|
+
prepend?: (props: object) => any;
|
|
64
|
+
'prepend-outer'?: (props: object) => any;
|
|
61
65
|
};
|
|
62
66
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseTextInputProps>, {
|
|
63
67
|
type: string;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseTextareaProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Guides to the browser as to the type of information expected in the field.
|
|
5
|
+
*/
|
|
6
|
+
ariaDescribedby?: InputHTMLAttributes['aria-describedby'];
|
|
3
7
|
/**
|
|
4
8
|
* Guides to the browser as to the type of information expected in the field.
|
|
5
9
|
*/
|
|
@@ -10,6 +10,10 @@ export type BbButtonProps = {
|
|
|
10
10
|
* @defaultValue `'page'`
|
|
11
11
|
*/
|
|
12
12
|
ariaCurrentValue?: 'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false';
|
|
13
|
+
/**
|
|
14
|
+
* Icon to be added on the right of the text
|
|
15
|
+
*/
|
|
16
|
+
'append:icon'?: string;
|
|
13
17
|
/**
|
|
14
18
|
* Displays the component as full width.
|
|
15
19
|
*/
|
|
@@ -30,6 +34,10 @@ export type BbButtonProps = {
|
|
|
30
34
|
* Can be set, to change the URL.
|
|
31
35
|
*/
|
|
32
36
|
href?: HTMLAnchorElement['href'];
|
|
37
|
+
/**
|
|
38
|
+
* Triggers a loading indicator
|
|
39
|
+
*/
|
|
40
|
+
loading?: boolean;
|
|
33
41
|
method?: 'get' | 'post' | 'put' | 'patch' | 'delete';
|
|
34
42
|
onBefore?: () => void;
|
|
35
43
|
onCancel?: () => void;
|
|
@@ -41,6 +49,10 @@ export type BbButtonProps = {
|
|
|
41
49
|
}) => void;
|
|
42
50
|
onStart?: () => void;
|
|
43
51
|
onSuccess?: () => void;
|
|
52
|
+
/**
|
|
53
|
+
* Icon to be added on the left of the text
|
|
54
|
+
*/
|
|
55
|
+
'prepend:icon'?: string;
|
|
44
56
|
preserveScroll?: boolean | ((props: {
|
|
45
57
|
[key: string]: unknown;
|
|
46
58
|
}) => boolean);
|