bitboss-ui 2.1.128 → 2.1.130
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/ai/BbTable.md +389 -96
- package/dist/components/BaseButton/BaseButton.vue.d.ts +10 -5
- package/dist/components/BaseButton/RouterComponent.vue.d.ts +15 -12
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +24 -10
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +17 -22
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +205 -6
- package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +10 -3
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +11 -6
- package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +2 -3
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +35 -27
- package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +2 -3
- package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +4 -3
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +345 -6
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +22 -8
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +15 -6
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +15 -6
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +11 -6
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +17 -22
- package/dist/components/BaseRating/BaseRating.vue.d.ts +15 -6
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +15 -20
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +21 -6
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +15 -6
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +17 -22
- package/dist/components/BaseTag/BaseTag.vue.d.ts +353 -6
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +15 -6
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +15 -6
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +11 -6
- package/dist/components/BbAlert/BbAlert.vue.d.ts +10 -5
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +15 -6
- package/dist/components/BbBadge/BbBadge.vue.d.ts +10 -5
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +34 -7
- package/dist/components/BbButton/BbButton.vue.d.ts +11 -7
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +11 -6
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +17 -22
- package/dist/components/BbChip/BbChip.vue.d.ts +11 -6
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +10 -5
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +16 -7
- package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +77 -6
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +1 -2
- package/dist/components/BbConfirm/BbConfirmPortal.vue.d.ts +29 -14
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +11 -6
- package/dist/components/BbDialog/BbDialog.vue.d.ts +12 -8
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +232 -7
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +30 -7
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +15 -6
- package/dist/components/BbIcon/BbIcon.vue.d.ts +2 -3
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +15 -6
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +284 -7
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +22 -8
- package/dist/components/BbPagination/BbPagination.vue.d.ts +18 -8
- package/dist/components/BbPopover/BbPopover.vue.d.ts +217 -8
- package/dist/components/BbProgress/BbProgress.vue.d.ts +2 -3
- package/dist/components/BbRadio/BbRadio.vue.d.ts +11 -6
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +17 -22
- package/dist/components/BbRating/BbRating.vue.d.ts +16 -7
- package/dist/components/BbRatio/BbRatio.vue.d.ts +10 -5
- package/dist/components/BbRows/BbRows.vue.d.ts +49 -14
- package/dist/components/BbSelect/BbSelect.vue.d.ts +15 -20
- package/dist/components/BbSelectPopover/BbSelectPopover.vue.d.ts +15 -20
- package/dist/components/BbSlider/BbSlider.vue.d.ts +16 -7
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +17 -6
- package/dist/components/BbSpinner/BbSpinner.vue.d.ts +2 -3
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +11 -6
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +17 -22
- package/dist/components/BbTab/BbTab.vue.d.ts +18 -15
- package/dist/components/BbTable/BbTable.vue.d.ts +83 -25
- package/dist/components/BbTable/types.d.ts +10 -4
- package/dist/components/BbTag/BbTag.vue.d.ts +11 -6
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +16 -7
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +16 -7
- package/dist/components/BbToast/BbToast.vue.d.ts +2 -3
- package/dist/components/BbToast/BbToastMessage.vue.d.ts +2 -3
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +216 -8
- package/dist/components/BbTree/BbTree.vue.d.ts +10 -5
- package/dist/components/ChipsBox/ChipsBox.vue.d.ts +1 -2
- package/dist/components/ClearableButton/ClearableButton.vue.d.ts +1 -2
- package/dist/components/CommaBox/CommaBox.vue.d.ts +1 -2
- package/dist/components/CommonInputInnerContainer/CommonInputInnerContainer.vue.d.ts +15 -6
- package/dist/components/CommonInputOuterContainer/CommonInputOuterContainer.vue.d.ts +10 -5
- package/dist/components/CommonPopover/CommonPopover.vue.d.ts +18 -8
- package/dist/components/ErrorIcon/ErrorIcon.vue.d.ts +1 -2
- package/dist/components/FlatListBox/FlatListBox.vue.d.ts +11 -16
- package/dist/components/GroupedListBox/GroupedListBox.vue.d.ts +11 -16
- package/dist/components/ListBox/ListBox.vue.d.ts +11 -16
- package/dist/components/OptionsContainer/OptionsContainer.vue.d.ts +6 -11
- package/dist/components/Transitions/ScaleFade.vue.d.ts +15 -7
- package/dist/components/Transitions/Slide.vue.d.ts +15 -7
- package/dist/composables/useTableWidthContext.d.ts +7 -0
- package/dist/index.css +1 -2
- package/dist/index.js +226 -80
- package/dist/index10.js +81 -4
- package/dist/index101.js +94 -300
- package/dist/index103.js +136 -16
- package/dist/index105.js +102 -4
- package/dist/index107.js +24 -9
- package/dist/index109.js +142 -19
- package/dist/index11.js +39 -41
- package/dist/index110.js +532 -12
- package/dist/index112.js +190 -24
- package/dist/index114.js +116 -7
- package/dist/index116.js +58 -5
- package/dist/index118.js +40 -5
- package/dist/index12.js +41 -10
- package/dist/index120.js +100 -5
- package/dist/index122.js +137 -5
- package/dist/index124.js +368 -51
- package/dist/index126.js +819 -222
- package/dist/index128.js +124 -6
- package/dist/index13.js +185 -92
- package/dist/index130.js +118 -25
- package/dist/index132.js +126 -5
- package/dist/index134.js +28 -0
- package/dist/index136.js +155 -13
- package/dist/index138.js +122 -0
- package/dist/index14.js +128 -306
- package/dist/index140.js +32 -224
- package/dist/index141.js +29 -5
- package/dist/index142.js +71 -4
- package/dist/index144.js +14 -0
- package/dist/index146.js +12 -7
- package/dist/index147.js +4 -182
- package/dist/index148.js +421 -0
- package/dist/index149.js +11 -6
- package/dist/index150.js +10 -5
- package/dist/index151.js +27 -4
- package/dist/index152.js +4 -95
- package/dist/index153.js +7 -0
- package/dist/index154.js +8 -6
- package/dist/index155.js +7 -168
- package/dist/index156.js +5 -0
- package/dist/index157.js +5 -6
- package/dist/index158.js +5 -145
- package/dist/index159.js +5 -0
- package/dist/index16.js +152 -58
- package/dist/index160.js +5 -6
- package/dist/index161.js +5 -53
- package/dist/index162.js +5 -0
- package/dist/index163.js +5 -6
- package/dist/index164.js +4 -15
- package/dist/index165.js +4 -18
- package/dist/index166.js +5 -35
- package/dist/index167.js +5 -0
- package/dist/index168.js +5 -6
- package/dist/index169.js +5 -89
- package/dist/index170.js +5 -0
- package/dist/index171.js +5 -6
- package/dist/index172.js +5 -82
- package/dist/index173.js +5 -0
- package/dist/index174.js +5 -6
- package/dist/index175.js +4 -37
- package/dist/index176.js +4 -460
- package/dist/index177.js +5 -28
- package/dist/index178.js +5 -66
- package/dist/index179.js +5 -17
- package/dist/index18.js +138 -34
- package/dist/index180.js +5 -162
- package/dist/index181.js +5 -5
- package/dist/index182.js +5 -217
- package/dist/index183.js +5 -5
- package/dist/index184.js +5 -112
- package/dist/index185.js +5 -5
- package/dist/index186.js +4 -459
- package/dist/index187.js +5 -0
- package/dist/index188.js +4 -6
- package/dist/index189.js +5 -4
- package/dist/index190.js +4 -7
- package/dist/index191.js +5 -7
- package/dist/index192.js +5 -268
- package/dist/index193.js +5 -0
- package/dist/index194.js +5 -6
- package/dist/index195.js +4 -124
- package/dist/index196.js +5 -0
- package/dist/index197.js +5 -6
- package/dist/index198.js +5 -174
- package/dist/index199.js +5 -0
- package/dist/index20.js +195 -8
- package/dist/index200.js +4 -5
- package/dist/index201.js +5 -224
- package/dist/index202.js +5 -0
- package/dist/index203.js +4 -5
- package/dist/index204.js +5 -135
- package/dist/index205.js +4 -0
- package/dist/index206.js +4 -5
- package/dist/index207.js +5 -5
- package/dist/index208.js +5 -170
- package/dist/index209.js +5 -0
- package/dist/index210.js +4 -5
- package/dist/index211.js +5 -37
- package/dist/index212.js +5 -0
- package/dist/index213.js +4 -5
- package/dist/index214.js +5 -63
- package/dist/index215.js +5 -0
- package/dist/index216.js +4 -5
- package/dist/index217.js +5 -74
- package/dist/index218.js +5 -0
- package/dist/index219.js +4 -5
- package/dist/index22.js +245 -6
- package/dist/index220.js +5 -65
- package/dist/index221.js +46 -0
- package/dist/index222.js +4 -5
- package/dist/index223.js +5 -67
- package/dist/index224.js +140 -0
- package/dist/index225.js +4 -6
- package/dist/index226.js +4 -41
- package/dist/index227.js +7 -0
- package/dist/index228.js +10 -6
- package/dist/index229.js +34 -9
- package/dist/index230.js +30 -22
- package/dist/index232.js +4 -286
- package/dist/index233.js +4 -0
- package/dist/index234.js +4 -6
- package/dist/index235.js +15 -47
- package/dist/index236.js +87 -164
- package/dist/index238.js +32 -6
- package/dist/index239.js +19 -10
- package/dist/index24.js +616 -9
- package/dist/index240.js +19 -159
- package/dist/index241.js +53 -0
- package/dist/index242.js +20 -6
- package/dist/index243.js +5 -134
- package/dist/index244.js +14 -0
- package/dist/index245.js +7 -6
- package/dist/index246.js +7 -167
- package/dist/index247.js +7 -0
- package/dist/index248.js +7 -6
- package/dist/index249.js +7 -147
- package/dist/index250.js +7 -0
- package/dist/index251.js +5 -6
- package/dist/index252.js +9 -34
- package/dist/index253.js +162 -0
- package/dist/index255.js +7 -65
- package/dist/index256.js +4 -0
- package/dist/index257.js +8 -6
- package/dist/index258.js +269 -18
- package/dist/index259.js +54 -5
- package/dist/index26.js +184 -4
- package/dist/index260.js +53 -159
- package/dist/index261.js +34 -0
- package/dist/index262.js +62 -6
- package/dist/index263.js +6 -60
- package/dist/index264.js +375 -0
- package/dist/index266.js +6 -134
- package/dist/index267.js +9 -0
- package/dist/index268.js +4 -6
- package/dist/index269.js +15 -12
- package/dist/index270.js +15 -206
- package/dist/index271.js +11 -0
- package/dist/index272.js +25 -6
- package/dist/index273.js +25 -85
- package/dist/index274.js +5 -5
- package/dist/index275.js +13 -55
- package/dist/index276.js +36 -5
- package/dist/index277.js +5 -164
- package/dist/index278.js +27 -0
- package/dist/index279.js +6 -6
- package/dist/index28.js +148 -8
- package/dist/index280.js +22 -145
- package/dist/index281.js +11 -0
- package/dist/index282.js +46 -6
- package/dist/index283.js +55 -11
- package/dist/index284.js +20 -200
- package/dist/index285.js +14 -0
- package/dist/index286.js +108 -6
- package/dist/index288.js +102 -0
- package/dist/index290.js +108 -20
- package/dist/index291.js +11 -0
- package/dist/index292.js +8 -6
- package/dist/index293.js +18 -125
- package/dist/index294.js +7 -0
- package/dist/index295.js +190 -6
- package/dist/index296.js +5 -161
- package/dist/index297.js +23 -0
- package/dist/index298.js +8 -6
- package/dist/index299.js +68 -126
- package/dist/index30.js +177 -117
- package/dist/index300.js +5 -0
- package/dist/index301.js +12 -6
- package/dist/index302.js +5 -20
- package/dist/index303.js +4 -0
- package/dist/index304.js +9 -6
- package/dist/index305.js +9 -116
- package/dist/index306.js +5 -5
- package/dist/index307.js +18 -506
- package/dist/index308.js +30 -0
- package/dist/index309.js +7 -6
- package/dist/index310.js +9 -196
- package/dist/index311.js +4 -0
- package/dist/index312.js +6 -6
- package/dist/index314.js +9 -0
- package/dist/index315.js +4 -5
- package/dist/index316.js +5 -134
- package/dist/index317.js +5 -0
- package/dist/index318.js +282 -6
- package/dist/index319.js +4 -162
- package/dist/index32.js +99 -27
- package/dist/index320.js +18 -0
- package/dist/index321.js +4 -6
- package/dist/index322.js +18 -319
- package/dist/index323.js +4 -0
- package/dist/index324.js +29 -6
- package/dist/index325.js +4 -36
- package/dist/index326.js +3 -42
- package/dist/index327.js +4 -632
- package/dist/index328.js +4 -0
- package/dist/index329.js +4 -6
- package/dist/index330.js +4 -155
- package/dist/index331.js +127 -0
- package/dist/index332.js +4 -6
- package/dist/index333.js +17 -142
- package/dist/index334.js +4 -0
- package/dist/index335.js +21 -6
- package/dist/index336.js +4 -155
- package/dist/index337.js +5 -0
- package/dist/index338.js +4 -5
- package/dist/index339.js +4 -58
- package/dist/index34.js +176 -111
- package/dist/index340.js +6 -5
- package/dist/index341.js +721 -20
- package/dist/index342.js +368 -0
- package/dist/index343.js +59 -6
- package/dist/index344.js +8 -142
- package/dist/index345.js +4 -0
- package/dist/index346.js +69 -6
- package/dist/index347.js +69 -4
- package/dist/index348.js +95 -109
- package/dist/index349.js +7 -0
- package/dist/index350.js +9 -6
- package/dist/index351.js +20 -54
- package/dist/index352.js +11 -24
- package/dist/index353.js +17 -23
- package/dist/index354.js +6 -838
- package/dist/index355.js +8 -473
- package/dist/index356.js +36 -51
- package/dist/index357.js +132 -7
- package/dist/index358.js +401 -0
- package/dist/index359.js +202 -0
- package/dist/index36.js +133 -6
- package/dist/index360.js +261 -0
- package/dist/index361.js +24 -0
- package/dist/index363.js +136 -0
- package/dist/index364.js +4 -0
- package/dist/index365.js +4 -0
- package/dist/index366.js +230 -0
- package/dist/index367.js +484 -0
- package/dist/index368.js +130 -0
- package/dist/index369.js +49 -0
- package/dist/index370.js +72 -0
- package/dist/index371.js +522 -0
- package/dist/index372.js +52 -0
- package/dist/index38.js +491 -62
- package/dist/index4.js +35 -0
- package/dist/index40.js +334 -8
- package/dist/index42.js +127 -8
- package/dist/index44.js +184 -20
- package/dist/index46.js +239 -384
- package/dist/index48.js +140 -6
- package/dist/index5.js +41 -34
- package/dist/index50.js +156 -11
- package/dist/index52.js +64 -105
- package/dist/index54.js +91 -97
- package/dist/index56.js +68 -27
- package/dist/index58.js +53 -156
- package/dist/index6.js +61 -37
- package/dist/index60.js +225 -5
- package/dist/index62.js +168 -5
- package/dist/index64.js +99 -7
- package/dist/index66.js +137 -25
- package/dist/index68.js +43 -6
- package/dist/index7.js +64 -58
- package/dist/index70.js +46 -0
- package/dist/index72.js +120 -13
- package/dist/index74.js +125 -6
- package/dist/index75.js +84 -158
- package/dist/index77.js +21 -6
- package/dist/index78.js +129 -4
- package/dist/index8.js +14 -4
- package/dist/index80.js +62 -54
- package/dist/index82.js +324 -5
- package/dist/index84.js +154 -0
- package/dist/index86.js +220 -64
- package/dist/index88.js +84 -6
- package/dist/index9.js +9 -10
- package/dist/index90.js +45 -18
- package/dist/index91.js +134 -17
- package/dist/index93.js +176 -33
- package/dist/index95.js +234 -15
- package/dist/index97.js +249 -17
- package/dist/index99.js +33 -0
- package/package.json +2 -2
- package/dist/index100.js +0 -6
- package/dist/index102.js +0 -16
- package/dist/index104.js +0 -27
- package/dist/index106.js +0 -7
- package/dist/index108.js +0 -4
- package/dist/index111.js +0 -19
- package/dist/index115.js +0 -241
- package/dist/index117.js +0 -42
- package/dist/index119.js +0 -53
- package/dist/index121.js +0 -32
- package/dist/index123.js +0 -8
- package/dist/index125.js +0 -5
- package/dist/index129.js +0 -162
- package/dist/index131.js +0 -51
- package/dist/index133.js +0 -607
- package/dist/index135.js +0 -6
- package/dist/index137.js +0 -153
- package/dist/index139.js +0 -6
- package/dist/index143.js +0 -128
- package/dist/index145.js +0 -6
- package/dist/index15.js +0 -10
- package/dist/index17.js +0 -11
- package/dist/index19.js +0 -4
- package/dist/index2.js +0 -20
- package/dist/index21.js +0 -35
- package/dist/index23.js +0 -7
- package/dist/index231.js +0 -24
- package/dist/index25.js +0 -24
- package/dist/index254.js +0 -6
- package/dist/index265.js +0 -6
- package/dist/index27.js +0 -4
- package/dist/index287.js +0 -241
- package/dist/index289.js +0 -6
- package/dist/index29.js +0 -7
- package/dist/index31.js +0 -10
- package/dist/index313.js +0 -142
- package/dist/index33.js +0 -5
- package/dist/index37.js +0 -6
- package/dist/index39.js +0 -63
- package/dist/index41.js +0 -9
- package/dist/index43.js +0 -179
- package/dist/index45.js +0 -6
- package/dist/index49.js +0 -33
- package/dist/index51.js +0 -8
- package/dist/index53.js +0 -330
- package/dist/index55.js +0 -328
- package/dist/index57.js +0 -102
- package/dist/index61.js +0 -131
- package/dist/index65.js +0 -35
- package/dist/index69.js +0 -54
- package/dist/index71.js +0 -6
- package/dist/index79.js +0 -4
- package/dist/index81.js +0 -5
- package/dist/index83.js +0 -141
- package/dist/index85.js +0 -6
- package/dist/index89.js +0 -30
- package/dist/index92.js +0 -9
- package/dist/index94.js +0 -4
- package/dist/index96.js +0 -10
- package/dist/index98.js +0 -189
package/dist/index249.js
CHANGED
|
@@ -1,147 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
alpha: { type: Boolean },
|
|
9
|
-
"append:icon": {},
|
|
10
|
-
autocomplete: {},
|
|
11
|
-
autofocus: {},
|
|
12
|
-
clearable: { type: Boolean },
|
|
13
|
-
compact: { type: Boolean },
|
|
14
|
-
direction: {},
|
|
15
|
-
disabled: { type: Boolean },
|
|
16
|
-
errors: {},
|
|
17
|
-
hasErrors: { type: Boolean },
|
|
18
|
-
hideLabel: { type: Boolean },
|
|
19
|
-
hint: {},
|
|
20
|
-
id: {},
|
|
21
|
-
label: {},
|
|
22
|
-
labelPosition: {},
|
|
23
|
-
loading: { type: Boolean },
|
|
24
|
-
modelValue: {},
|
|
25
|
-
name: {},
|
|
26
|
-
persistentHint: { type: Boolean },
|
|
27
|
-
placeholder: {},
|
|
28
|
-
"prepend:icon": {},
|
|
29
|
-
readonly: { type: Boolean },
|
|
30
|
-
required: { type: Boolean },
|
|
31
|
-
reverse: { type: Boolean },
|
|
32
|
-
picker: { type: Boolean },
|
|
33
|
-
swatches: { type: [Boolean, Array] }
|
|
34
|
-
},
|
|
35
|
-
emits: [
|
|
36
|
-
"blur",
|
|
37
|
-
"change",
|
|
38
|
-
"click",
|
|
39
|
-
"focus",
|
|
40
|
-
"input",
|
|
41
|
-
"keydown",
|
|
42
|
-
"mousedown",
|
|
43
|
-
"mouseup",
|
|
44
|
-
"update:modelValue"
|
|
45
|
-
],
|
|
46
|
-
setup(a, { emit: p }) {
|
|
47
|
-
let m = a, h = p, g = u(!1), _ = n(() => m.persistentHint || g.value), v = {
|
|
48
|
-
onBlur: (e) => {
|
|
49
|
-
g.value = !1, h("blur", e);
|
|
50
|
-
},
|
|
51
|
-
onChange: (e) => h("change", e),
|
|
52
|
-
onClick: (e) => h("click", e),
|
|
53
|
-
onFocus: (e) => {
|
|
54
|
-
g.value = !0, h("focus", e);
|
|
55
|
-
},
|
|
56
|
-
onInput: (e) => h("input", e),
|
|
57
|
-
onKeydown: (e) => h("keydown", e),
|
|
58
|
-
onMousedown: (e) => h("mousedown", e),
|
|
59
|
-
onMouseup: (e) => h("mouseup", e),
|
|
60
|
-
"onUpdate:modelValue": (e) => h("update:modelValue", e)
|
|
61
|
-
};
|
|
62
|
-
return (n, a) => (l(), r(t, {
|
|
63
|
-
id: n.id,
|
|
64
|
-
class: "bb-color-input",
|
|
65
|
-
compact: n.compact,
|
|
66
|
-
direction: n.direction,
|
|
67
|
-
errors: n.errors,
|
|
68
|
-
"has-errors": n.hasErrors,
|
|
69
|
-
"hide-label": n.hideLabel,
|
|
70
|
-
hint: n.hint,
|
|
71
|
-
label: n.label,
|
|
72
|
-
"label-position": n.labelPosition,
|
|
73
|
-
"model-value": n.modelValue,
|
|
74
|
-
name: n.name,
|
|
75
|
-
reverse: n.reverse,
|
|
76
|
-
"show-hint": _.value
|
|
77
|
-
}, {
|
|
78
|
-
label: f((e) => [d(n.$slots, "label", c(o(e)))]),
|
|
79
|
-
input: f(({ id: t, hasErrors: r, ariaDescribedby: a }) => [i(e, s({
|
|
80
|
-
id: t,
|
|
81
|
-
alpha: n.alpha,
|
|
82
|
-
"append:icon": m["append:icon"],
|
|
83
|
-
"aria-describedby": a,
|
|
84
|
-
autocomplete: n.autocomplete,
|
|
85
|
-
autofocus: n.autofocus,
|
|
86
|
-
clearable: n.clearable,
|
|
87
|
-
compact: n.compact,
|
|
88
|
-
disabled: n.disabled,
|
|
89
|
-
"has-errors": r,
|
|
90
|
-
loading: n.loading,
|
|
91
|
-
"model-value": n.modelValue,
|
|
92
|
-
name: n.name,
|
|
93
|
-
picker: n.picker,
|
|
94
|
-
placeholder: n.placeholder,
|
|
95
|
-
"prepend:icon": m["prepend:icon"],
|
|
96
|
-
readonly: n.readonly,
|
|
97
|
-
required: n.required,
|
|
98
|
-
swatches: n.swatches
|
|
99
|
-
}, v), {
|
|
100
|
-
"append-outer": f(() => [d(n.$slots, "append-outer")]),
|
|
101
|
-
append: f(() => [d(n.$slots, "append")]),
|
|
102
|
-
prefix: f(() => [d(n.$slots, "prefix")]),
|
|
103
|
-
suffix: f(() => [d(n.$slots, "suffix")]),
|
|
104
|
-
prepend: f(() => [d(n.$slots, "prepend")]),
|
|
105
|
-
"prepend-outer": f(() => [d(n.$slots, "prepend-outer")]),
|
|
106
|
-
_: 2
|
|
107
|
-
}, 1040, [
|
|
108
|
-
"id",
|
|
109
|
-
"alpha",
|
|
110
|
-
"append:icon",
|
|
111
|
-
"aria-describedby",
|
|
112
|
-
"autocomplete",
|
|
113
|
-
"autofocus",
|
|
114
|
-
"clearable",
|
|
115
|
-
"compact",
|
|
116
|
-
"disabled",
|
|
117
|
-
"has-errors",
|
|
118
|
-
"loading",
|
|
119
|
-
"model-value",
|
|
120
|
-
"name",
|
|
121
|
-
"picker",
|
|
122
|
-
"placeholder",
|
|
123
|
-
"prepend:icon",
|
|
124
|
-
"readonly",
|
|
125
|
-
"required",
|
|
126
|
-
"swatches"
|
|
127
|
-
])]),
|
|
128
|
-
_: 3
|
|
129
|
-
}, 8, [
|
|
130
|
-
"id",
|
|
131
|
-
"compact",
|
|
132
|
-
"direction",
|
|
133
|
-
"errors",
|
|
134
|
-
"has-errors",
|
|
135
|
-
"hide-label",
|
|
136
|
-
"hint",
|
|
137
|
-
"label",
|
|
138
|
-
"label-position",
|
|
139
|
-
"model-value",
|
|
140
|
-
"name",
|
|
141
|
-
"reverse",
|
|
142
|
-
"show-hint"
|
|
143
|
-
]));
|
|
144
|
-
}
|
|
145
|
-
});
|
|
146
|
-
//#endregion
|
|
147
|
-
export { p as default };
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index344.js";
|
|
2
|
+
import { __require as e } from "./index322.js";
|
|
3
|
+
var o = e();
|
|
4
|
+
const m = /* @__PURE__ */ r(o);
|
|
5
|
+
export {
|
|
6
|
+
m as default
|
|
7
|
+
};
|
package/dist/index250.js
ADDED
package/dist/index251.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export { t as default };
|
|
1
|
+
import { isNil as r } from "./index268.js";
|
|
2
|
+
const e = (t) => r(t) ? !0 : Array.isArray(t) || typeof t == "string" ? t.length === 0 : t instanceof Map || t instanceof Set ? t.size === 0 : typeof t == "number" ? Number.isNaN(t) : typeof t == "boolean" || typeof t == "function" ? !1 : typeof t == "object" ? "length" in t && typeof t.length == "number" ? t.length === 0 : Object.keys(t).length === 0 : !1;
|
|
3
|
+
export {
|
|
4
|
+
e as isEmpty
|
|
5
|
+
};
|
package/dist/index252.js
CHANGED
|
@@ -1,35 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
color: {},
|
|
8
|
-
size: { default: "md" }
|
|
9
|
-
},
|
|
10
|
-
setup(i) {
|
|
11
|
-
let s = i, c = {
|
|
12
|
-
xs: 12,
|
|
13
|
-
sm: 16,
|
|
14
|
-
md: 24,
|
|
15
|
-
lg: 28,
|
|
16
|
-
xl: 36,
|
|
17
|
-
xxl: 40
|
|
18
|
-
}, l = t(() => {
|
|
19
|
-
let n = { "bb-spinner": !0 }, r = { "--size": t(() => {
|
|
20
|
-
let e;
|
|
21
|
-
return e = typeof s.size == "string" ? c[s.size] ?? parseInt(s.size, 10) : s.size, e + "px";
|
|
22
|
-
}).value };
|
|
23
|
-
return s.color && (e(s.color) ? r.color = s.color : n[`bb-spinner--${s.color}`] = !0), {
|
|
24
|
-
class: n,
|
|
25
|
-
style: r
|
|
26
|
-
};
|
|
27
|
-
});
|
|
28
|
-
return (e, t) => (o(), n("svg", a({
|
|
29
|
-
viewBox: "0 0 24 24",
|
|
30
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
-
}, l.value), t[0] ||= [r("<circle class=\"bb-spinner__circle\" cx=\"12\" cy=\"3\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--1\" cx=\"16.50\" cy=\"4.21\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--2\" cx=\"7.50\" cy=\"4.21\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--3\" cx=\"19.79\" cy=\"7.50\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--4\" cx=\"4.21\" cy=\"7.50\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--5\" cx=\"21.00\" cy=\"12.00\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--6\" cx=\"3.00\" cy=\"12.00\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--7\" cx=\"19.79\" cy=\"16.50\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--8\" cx=\"4.21\" cy=\"16.50\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--9\" cx=\"16.50\" cy=\"19.79\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--10\" cx=\"7.50\" cy=\"19.79\" r=\"0\"></circle><circle class=\"bb-spinner__circle circle--11\" cx=\"12\" cy=\"21\" r=\"0\"></circle>", 12)], 16));
|
|
32
|
-
}
|
|
1
|
+
const o = "bitboss-ui | ", e = () => ({
|
|
2
|
+
warn: (r) => console.warn(`${o}${r}`),
|
|
3
|
+
error: (r) => console.error(`${o}${r}`),
|
|
4
|
+
throw: (r) => {
|
|
5
|
+
throw new Error(`${o}${r}`);
|
|
6
|
+
}
|
|
33
7
|
});
|
|
34
|
-
|
|
35
|
-
|
|
8
|
+
export {
|
|
9
|
+
e as useLogger
|
|
10
|
+
};
|
package/dist/index253.js
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { defineComponent as L, mergeModels as T, useModel as F, ref as f, computed as i, watch as g, onBeforeUnmount as S, onMounted as z, createBlock as N, openBlock as h, resolveDynamicComponent as X, mergeProps as x, unref as B, withModifiers as C, withCtx as j, createElementVNode as q, createElementBlock as I, createCommentVNode as O, renderSlot as R, nextTick as G } from "vue";
|
|
2
|
+
import { useCancelableFunction as H } from "./index356.js";
|
|
3
|
+
import { useUntil as J } from "./index270.js";
|
|
4
|
+
import { extractDomContainer as A } from "./index263.js";
|
|
5
|
+
import { waitFor as K } from "./index298.js";
|
|
6
|
+
import { arrow as Q, useFloating as W } from "./index357.js";
|
|
7
|
+
import { flip as Y, offset as Z, shift as ee, hide as oe, size as te, autoUpdate as re } from "./index358.js";
|
|
8
|
+
const ne = {
|
|
9
|
+
key: 0,
|
|
10
|
+
class: "bb-common-popover__bubble scrollbar-border"
|
|
11
|
+
}, ce = /* @__PURE__ */ L({
|
|
12
|
+
__name: "CommonPopover",
|
|
13
|
+
props: /* @__PURE__ */ T({
|
|
14
|
+
arrowPadding: {},
|
|
15
|
+
eager: { type: Boolean },
|
|
16
|
+
offset: {},
|
|
17
|
+
padding: { default: 0 },
|
|
18
|
+
placement: {},
|
|
19
|
+
transitionDuration: { default: 250 },
|
|
20
|
+
anchor: {},
|
|
21
|
+
boundary: {},
|
|
22
|
+
dialog: { type: Boolean },
|
|
23
|
+
hideArrow: { type: Boolean },
|
|
24
|
+
tag: { default: "span" },
|
|
25
|
+
flip: { type: Boolean, default: !0 },
|
|
26
|
+
scrollable: { type: Boolean, default: !1 },
|
|
27
|
+
forceAutoUpdate: { type: Boolean }
|
|
28
|
+
}, {
|
|
29
|
+
modelValue: { type: Boolean, default: !1 },
|
|
30
|
+
modelModifiers: {}
|
|
31
|
+
}),
|
|
32
|
+
emits: ["update:modelValue"],
|
|
33
|
+
setup(v) {
|
|
34
|
+
const o = v, a = F(v, "modelValue"), u = f(a.value), P = i(() => o.dialog ? "dialog" : "span"), r = f(), b = f(), w = i(() => {
|
|
35
|
+
const e = o.anchor;
|
|
36
|
+
return e && typeof e == "object" && "getBoundingClientRect" in e && !(e instanceof Element) ? e : A(e);
|
|
37
|
+
}), _ = J(a, { initialValue: o.eager }), k = i(() => {
|
|
38
|
+
if (o.boundary)
|
|
39
|
+
return typeof o.boundary == "string" ? document.querySelector(o.boundary) ?? void 0 : A(o.boundary) ?? void 0;
|
|
40
|
+
}), $ = i(() => {
|
|
41
|
+
const e = k.value;
|
|
42
|
+
return [
|
|
43
|
+
...o.flip ? [Y(e ? { boundary: e } : void 0)] : [],
|
|
44
|
+
Z(o.offset),
|
|
45
|
+
ee({ padding: o.padding, ...e ? { boundary: e } : {} }),
|
|
46
|
+
oe(),
|
|
47
|
+
...o.scrollable ? [
|
|
48
|
+
te({
|
|
49
|
+
padding: o.padding,
|
|
50
|
+
...e ? { boundary: e } : {},
|
|
51
|
+
apply({ availableHeight: t, elements: n }) {
|
|
52
|
+
n.floating.style.setProperty(
|
|
53
|
+
"--available-height",
|
|
54
|
+
`${t}px`
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
})
|
|
58
|
+
] : [],
|
|
59
|
+
...o.hideArrow ? [] : [
|
|
60
|
+
Q({
|
|
61
|
+
element: b,
|
|
62
|
+
padding: o.arrowPadding
|
|
63
|
+
})
|
|
64
|
+
]
|
|
65
|
+
];
|
|
66
|
+
}), { floatingStyles: M, placement: D, middlewareData: p, update: c } = W(
|
|
67
|
+
w,
|
|
68
|
+
r,
|
|
69
|
+
{
|
|
70
|
+
placement: o.placement,
|
|
71
|
+
middleware: $,
|
|
72
|
+
strategy: "fixed"
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
let s = null;
|
|
76
|
+
g(
|
|
77
|
+
[u, w, r, () => o.forceAutoUpdate],
|
|
78
|
+
([e, t, n, l]) => {
|
|
79
|
+
s?.(), s = null, (e || l) && t && n && (s = re(t, n, c));
|
|
80
|
+
},
|
|
81
|
+
{ immediate: !0 }
|
|
82
|
+
), S(() => {
|
|
83
|
+
s?.(), s = null;
|
|
84
|
+
});
|
|
85
|
+
const { execute: y } = H(
|
|
86
|
+
({ signal: e }, t) => new Promise((n) => {
|
|
87
|
+
let l;
|
|
88
|
+
const d = () => {
|
|
89
|
+
l && clearTimeout(l);
|
|
90
|
+
};
|
|
91
|
+
e.addEventListener("abort", d), t ? (U(), c(), K(() => !!r.value).then(() => {
|
|
92
|
+
u.value = !0, e.removeEventListener("abort", d), n(void 0);
|
|
93
|
+
})) : (u.value = !1, l = setTimeout(() => {
|
|
94
|
+
G(() => {
|
|
95
|
+
r.value && (o.dialog ? r.value.close() : r.value.hidePopover()), e.removeEventListener("abort", d), c(), n(void 0);
|
|
96
|
+
});
|
|
97
|
+
}, o.transitionDuration));
|
|
98
|
+
})
|
|
99
|
+
), U = () => {
|
|
100
|
+
if (!r.value) return;
|
|
101
|
+
if (!o.dialog) return r.value.showPopover();
|
|
102
|
+
r.value.showModal();
|
|
103
|
+
};
|
|
104
|
+
g(a, y), z(() => {
|
|
105
|
+
a.value && y(a.value);
|
|
106
|
+
});
|
|
107
|
+
const V = i(() => {
|
|
108
|
+
const e = a.value ? void 0 : -1, t = p.value.arrow?.x, n = o.hideArrow || t == null ? "50%" : `${Math.round(t)}px`, l = o.dialog ? void 0 : "manual";
|
|
109
|
+
return {
|
|
110
|
+
style: {
|
|
111
|
+
...M.value,
|
|
112
|
+
"--transition-duration": `${o.transitionDuration}ms`,
|
|
113
|
+
"--page-padding": `${o.padding}px`,
|
|
114
|
+
"--arrow-offset-x": n
|
|
115
|
+
},
|
|
116
|
+
popover: l,
|
|
117
|
+
tabindex: e
|
|
118
|
+
};
|
|
119
|
+
}), E = i(() => {
|
|
120
|
+
if (p.value.arrow) {
|
|
121
|
+
const { x: e, y: t } = p.value.arrow;
|
|
122
|
+
return {
|
|
123
|
+
style: {
|
|
124
|
+
left: `${e}px`,
|
|
125
|
+
top: `${t}px`
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
}), m = () => {
|
|
130
|
+
a.value = !1;
|
|
131
|
+
};
|
|
132
|
+
return (e, t) => (h(), N(X(P.value), x({
|
|
133
|
+
ref_key: "wrapper",
|
|
134
|
+
ref: r,
|
|
135
|
+
class: ["bb-common-popover", {
|
|
136
|
+
"bb-common-popover--open": u.value,
|
|
137
|
+
"bb-common-popover--no-arrow": e.hideArrow,
|
|
138
|
+
"bb-common-popover--scrollable": e.scrollable,
|
|
139
|
+
[`bb-common-popover--${B(D)}`]: !0
|
|
140
|
+
}]
|
|
141
|
+
}, V.value, {
|
|
142
|
+
onClick: C(m, ["self", "stop"]),
|
|
143
|
+
onContextmenu: C(m, ["self", "stop", "prevent"]),
|
|
144
|
+
onClose: m
|
|
145
|
+
}), {
|
|
146
|
+
default: j(() => [
|
|
147
|
+
q("span", x({
|
|
148
|
+
ref_key: "bubblearrow",
|
|
149
|
+
ref: b,
|
|
150
|
+
class: "bb-common-popover__arrow"
|
|
151
|
+
}, E.value), null, 16),
|
|
152
|
+
B(_) ? (h(), I("span", ne, [
|
|
153
|
+
R(e.$slots, "default")
|
|
154
|
+
])) : O("", !0)
|
|
155
|
+
]),
|
|
156
|
+
_: 3
|
|
157
|
+
}, 16, ["class"]));
|
|
158
|
+
}
|
|
159
|
+
});
|
|
160
|
+
export {
|
|
161
|
+
ce as default
|
|
162
|
+
};
|
package/dist/index255.js
CHANGED
|
@@ -1,65 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
key: 1,
|
|
9
|
-
class: "bb-confirm__text"
|
|
10
|
-
}, S = { class: "bb-confirm__teleport" }, C = /* @__PURE__ */ f({
|
|
11
|
-
__name: "BbConfirm",
|
|
12
|
-
setup(f) {
|
|
13
|
-
let C = a(() => e.value.yesBusy || e.value.noBusy || e.value.loading), w = a(() => !!e.value.current?.text), T = a(() => e.value.current && !e.value.current.text && !e.value.loading), E = a(() => e.value.current?.actions !== !1 && !e.value.loading), D = a(() => ["bb-confirm", `bb-confirm--${e.value.current?.theme ?? "default"}`]), O = (e) => {
|
|
14
|
-
e || t(!1);
|
|
15
|
-
}, k = () => t(!0), A = () => t(!1, !0);
|
|
16
|
-
return (t, a) => (m(), o(n, {
|
|
17
|
-
class: p(D.value),
|
|
18
|
-
"hide-header": g(e).current?.hideHeader,
|
|
19
|
-
"model-value": g(e).processing,
|
|
20
|
-
persistent: C.value,
|
|
21
|
-
"show-close": !C.value,
|
|
22
|
-
size: g(e).current?.size,
|
|
23
|
-
title: g(e).current?.title,
|
|
24
|
-
"onUpdate:modelValue": O
|
|
25
|
-
}, u({
|
|
26
|
-
default: v(() => [l("div", b, [g(e).loading ? (m(), o(i, {
|
|
27
|
-
key: 0,
|
|
28
|
-
size: "36"
|
|
29
|
-
})) : w.value ? (m(), c("div", x, h(g(e).current?.text), 1)) : s("", !0), y(l("div", S, null, 512), [[_, T.value]])])]),
|
|
30
|
-
_: 2
|
|
31
|
-
}, [E.value ? {
|
|
32
|
-
name: "footer",
|
|
33
|
-
fn: v(() => [g(e).current?.no === !1 ? s("", !0) : (m(), o(r, {
|
|
34
|
-
key: 0,
|
|
35
|
-
loading: g(e).noBusy,
|
|
36
|
-
class: "bb-confirm__no",
|
|
37
|
-
disabled: g(e).yesBusy,
|
|
38
|
-
onClick: A
|
|
39
|
-
}, {
|
|
40
|
-
default: v(() => [d(h(g(e).current?.noText), 1)]),
|
|
41
|
-
_: 1
|
|
42
|
-
}, 8, ["loading", "disabled"])), g(e).current?.yes === !1 ? s("", !0) : (m(), o(r, {
|
|
43
|
-
key: 1,
|
|
44
|
-
loading: g(e).yesBusy,
|
|
45
|
-
class: "bb-confirm__yes",
|
|
46
|
-
disabled: g(e).noBusy,
|
|
47
|
-
onClick: k
|
|
48
|
-
}, {
|
|
49
|
-
default: v(() => [d(h(g(e).current?.yesText), 1)]),
|
|
50
|
-
_: 1
|
|
51
|
-
}, 8, ["loading", "disabled"]))]),
|
|
52
|
-
key: "0"
|
|
53
|
-
} : void 0]), 1032, [
|
|
54
|
-
"class",
|
|
55
|
-
"hide-header",
|
|
56
|
-
"model-value",
|
|
57
|
-
"persistent",
|
|
58
|
-
"show-close",
|
|
59
|
-
"size",
|
|
60
|
-
"title"
|
|
61
|
-
]));
|
|
62
|
-
}
|
|
63
|
-
});
|
|
64
|
-
//#endregion
|
|
65
|
-
export { C as default };
|
|
1
|
+
import { getDefaultExportFromCjs as e } from "./index344.js";
|
|
2
|
+
import { __require as r } from "./index324.js";
|
|
3
|
+
var o = r();
|
|
4
|
+
const f = /* @__PURE__ */ e(o);
|
|
5
|
+
export {
|
|
6
|
+
f as default
|
|
7
|
+
};
|
package/dist/index256.js
ADDED
package/dist/index257.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export {
|
|
1
|
+
function e(t, r) {
|
|
2
|
+
if (!/\d{4}-\d{2}-\d{2}/.test(t))
|
|
3
|
+
throw new Error(`${r} must be in the format YYYY-MM-DD`);
|
|
4
|
+
return t;
|
|
5
|
+
}
|
|
6
|
+
export {
|
|
7
|
+
e as validateDateFormat
|
|
8
|
+
};
|