bitboss-ui 2.1.111 → 2.1.113
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/BaseButton/BaseButton.vue.d.ts +6 -0
- package/dist/components/BaseButton/RouterComponent.vue.d.ts +6 -2
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +9 -117
- package/dist/components/BaseCheckbox/types.d.ts +213 -0
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +1 -170
- package/dist/components/BaseCheckboxGroup/types.d.ts +275 -0
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +45 -151
- package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +1 -17
- package/dist/components/BaseColorInput/types.d.ts +233 -0
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +21 -1
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +21 -17
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +118 -22
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +26 -0
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +13 -0
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +27 -0
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +26 -0
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +100 -0
- package/dist/components/BaseRating/BaseRating.vue.d.ts +14 -0
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +86 -0
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +34 -0
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +17 -2
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +1 -1
- package/dist/components/BaseTag/BaseTag.vue.d.ts +58 -20
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +18 -0
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +18 -0
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +20 -0
- package/dist/components/BbAlert/BbAlert.vue.d.ts +16 -0
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +8 -0
- package/dist/components/BbBadge/BbBadge.vue.d.ts +12 -0
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +66 -0
- package/dist/components/BbButton/BbButton.vue.d.ts +8 -0
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +47 -3
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +116 -4
- package/dist/components/BbChip/BbChip.vue.d.ts +6 -0
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +8 -0
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +16 -1
- package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +4 -4
- package/dist/components/BbConfirm/BbConfirmPortal.vue.d.ts +20 -5
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +46 -0
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +82 -4
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +86 -0
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +12 -0
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +12 -0
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +10 -0
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +24 -0
- package/dist/components/BbPagination/BbPagination.vue.d.ts +30 -0
- package/dist/components/BbPopover/BbPopover.vue.d.ts +36 -4
- package/dist/components/BbRadio/BbRadio.vue.d.ts +40 -0
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +110 -0
- package/dist/components/BbRating/BbRating.vue.d.ts +10 -0
- package/dist/components/BbRatio/BbRatio.vue.d.ts +6 -0
- package/dist/components/BbRows/BbRows.vue.d.ts +70 -12
- package/dist/components/BbSelect/BbSelect.vue.d.ts +79 -0
- package/dist/components/BbSelectPopover/BbSelectPopover.vue.d.ts +57 -0
- package/dist/components/BbSlider/BbSlider.vue.d.ts +10 -0
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +3 -0
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +41 -3
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +111 -3
- package/dist/components/BbTab/BbTab.vue.d.ts +48 -0
- package/dist/components/BbTable/types.d.ts +63 -0
- package/dist/components/BbTag/BbTag.vue.d.ts +23 -0
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +15 -0
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +15 -0
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +18 -4
- package/dist/components/BbTree/BbTree.vue.d.ts +13 -0
- package/dist/components/CommonInputInnerContainer.vue.d.ts +42 -6
- package/dist/components/CommonInputOuterContainer.vue.d.ts +26 -4
- package/dist/components/CommonPopover.vue.d.ts +10 -2
- package/dist/components/FlatListBox.vue.d.ts +65 -5
- package/dist/components/GroupedListBox.vue.d.ts +92 -9
- package/dist/components/ListBox.vue.d.ts +85 -17
- package/dist/components/OptionsContainer.vue.d.ts +121 -13
- package/dist/components/Transitions/ScaleFade.vue.d.ts +6 -2
- package/dist/components/Transitions/Slide.vue.d.ts +6 -2
- package/dist/composables/useToast.d.ts +3 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +156 -155
- package/dist/index109.js +9 -9
- package/dist/index11.js +1 -1
- package/dist/index110.js +20 -20
- package/dist/index118.js +1 -1
- package/dist/index12.js +2 -2
- package/dist/index124.js +9 -9
- package/dist/index126.js +13 -13
- package/dist/index13.js +6 -6
- package/dist/index134.js +1 -1
- package/dist/index136.js +6 -6
- package/dist/index138.js +1 -1
- package/dist/index14.js +2 -2
- package/dist/index140.js +2 -2
- package/dist/index142.js +12 -13
- package/dist/index144.js +11 -2
- package/dist/index145.js +2 -419
- package/dist/index146.js +417 -7
- package/dist/index147.js +8 -8
- package/dist/index148.js +9 -25
- package/dist/index149.js +25 -2
- package/dist/index150.js +2 -5
- package/dist/index151.js +5 -6
- package/dist/index152.js +5 -4
- package/dist/index153.js +5 -3
- package/dist/index154.js +1 -1
- package/dist/index155.js +1 -1
- package/dist/index156.js +1 -1
- package/dist/index157.js +1 -1
- package/dist/index158.js +1 -1
- package/dist/index159.js +1 -1
- package/dist/index16.js +16 -15
- package/dist/index160.js +1 -1
- package/dist/index161.js +1 -1
- package/dist/index162.js +1 -1
- package/dist/index163.js +1 -1
- package/dist/index164.js +1 -1
- package/dist/index165.js +1 -1
- package/dist/index166.js +1 -1
- package/dist/index167.js +1 -1
- package/dist/index168.js +1 -1
- package/dist/index169.js +1 -1
- package/dist/index170.js +1 -1
- package/dist/index171.js +1 -1
- package/dist/index172.js +1 -1
- package/dist/index173.js +1 -1
- package/dist/index174.js +1 -1
- package/dist/index175.js +1 -1
- package/dist/index176.js +1 -1
- package/dist/index177.js +1 -1
- package/dist/index178.js +1 -1
- package/dist/index179.js +1 -1
- package/dist/index18.js +6 -6
- package/dist/index180.js +1 -1
- package/dist/index181.js +1 -1
- package/dist/index182.js +1 -1
- package/dist/index183.js +3 -2
- package/dist/index184.js +2 -3
- package/dist/index185.js +3 -2
- package/dist/index186.js +2 -3
- package/dist/index187.js +1 -1
- package/dist/index188.js +1 -1
- package/dist/index189.js +1 -1
- package/dist/index190.js +1 -1
- package/dist/index191.js +1 -1
- package/dist/index192.js +3 -2
- package/dist/index193.js +2 -3
- package/dist/index194.js +1 -1
- package/dist/index195.js +1 -1
- package/dist/index196.js +1 -1
- package/dist/index197.js +2 -2
- package/dist/index198.js +1 -1
- package/dist/index199.js +1 -1
- package/dist/index20.js +8 -8
- package/dist/index200.js +1 -1
- package/dist/index201.js +1 -1
- package/dist/index202.js +3 -2
- package/dist/index203.js +2 -3
- package/dist/index204.js +1 -1
- package/dist/index205.js +1 -1
- package/dist/index206.js +1 -1
- package/dist/index207.js +1 -1
- package/dist/index208.js +1 -1
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +1 -1
- package/dist/index212.js +1 -1
- package/dist/index213.js +1 -1
- package/dist/index214.js +1 -1
- package/dist/index215.js +1 -1
- package/dist/index216.js +1 -1
- package/dist/index217.js +1 -1
- package/dist/index218.js +1 -1
- package/dist/index219.js +5 -0
- package/dist/index22.js +14 -14
- package/dist/index220.js +3 -7
- package/dist/index221.js +2 -138
- package/dist/index222.js +138 -2
- package/dist/index224.js +34 -5
- package/dist/index225.js +32 -7
- package/dist/index226.js +28 -33
- package/dist/index228.js +7 -0
- package/dist/index229.js +8 -7
- package/dist/index230.js +7 -2
- package/dist/index231.js +2 -2
- package/dist/index232.js +9 -4
- package/dist/index233.js +13 -2
- package/dist/index234.js +3 -2
- package/dist/index235.js +2 -13
- package/dist/index236.js +11 -33
- package/dist/index237.js +8 -3
- package/dist/index238.js +3 -8
- package/dist/index239.js +3 -6
- package/dist/index24.js +56 -55
- package/dist/index240.js +2 -16
- package/dist/index241.js +18 -3
- package/dist/index242.js +11 -12
- package/dist/index243.js +49 -133
- package/dist/index244.js +20 -0
- package/dist/index245.js +12 -4
- package/dist/index246.js +16 -22
- package/dist/index247.js +30 -5
- package/dist/index248.js +18 -5
- package/dist/index249.js +4 -5
- package/dist/index250.js +106 -5
- package/dist/index252.js +100 -6
- package/dist/index254.js +130 -47
- package/dist/index256.js +99 -24
- package/dist/index257.js +13 -60
- package/dist/index258.js +2 -9
- package/dist/index259.js +7 -21
- package/dist/index26.js +4 -4
- package/dist/index260.js +7 -30
- package/dist/index261.js +86 -18
- package/dist/index263.js +5 -51
- package/dist/index264.js +5 -12
- package/dist/index265.js +5 -53
- package/dist/index266.js +5 -10
- package/dist/index267.js +5 -3
- package/dist/index268.js +5 -3
- package/dist/index269.js +58 -77
- package/dist/index270.js +35 -0
- package/dist/index271.js +2 -18
- package/dist/index272.js +2 -373
- package/dist/index273.js +5 -0
- package/dist/index274.js +3 -3
- package/dist/index275.js +21 -18
- package/dist/index276.js +6 -5
- package/dist/index277.js +13 -5
- package/dist/index278.js +5 -5
- package/dist/index279.js +6 -3
- package/dist/index28.js +2 -2
- package/dist/index280.js +268 -5
- package/dist/index281.js +52 -11
- package/dist/index282.js +51 -17
- package/dist/index283.js +32 -12
- package/dist/index284.js +56 -103
- package/dist/index285.js +4 -6
- package/dist/index286.js +19 -105
- package/dist/index287.js +7 -0
- package/dist/index288.js +367 -94
- package/dist/index290.js +6 -188
- package/dist/index291.js +16 -3
- package/dist/index292.js +9 -8
- package/dist/index293.js +3 -23
- package/dist/index294.js +7 -32
- package/dist/index295.js +21 -3
- package/dist/index296.js +9 -2
- package/dist/index297.js +23 -7
- package/dist/index298.js +25 -7
- package/dist/index299.js +187 -8
- package/dist/index30.js +23 -22
- package/dist/index300.js +3 -67
- package/dist/index301.js +3 -13
- package/dist/index302.js +52 -24
- package/dist/index304.js +7 -3
- package/dist/index305.js +3 -4
- package/dist/index306.js +2 -719
- package/dist/index307.js +5 -366
- package/dist/index308.js +7 -57
- package/dist/index309.js +3 -280
- package/dist/index310.js +3 -2
- package/dist/index311.js +3 -16
- package/dist/index312.js +2 -2
- package/dist/index313.js +27 -15
- package/dist/index314.js +17 -2
- package/dist/index315.js +4 -27
- package/dist/index316.js +2 -2
- package/dist/index317.js +3 -2
- package/dist/index318.js +280 -2
- package/dist/index319.js +2 -2
- package/dist/index32.js +2 -2
- package/dist/index320.js +125 -2
- package/dist/index321.js +2 -28
- package/dist/index322.js +15 -2
- package/dist/index323.js +2 -7
- package/dist/index324.js +16 -5
- package/dist/index325.js +2 -3
- package/dist/index326.js +16 -17
- package/dist/index327.js +2 -3
- package/dist/index328.js +19 -3
- package/dist/index329.js +2 -2
- package/dist/index330.js +26 -3
- package/dist/index331.js +2 -125
- package/dist/index332.js +2 -2
- package/dist/index333.js +2 -15
- package/dist/index334.js +2 -2
- package/dist/index335.js +2 -19
- package/dist/index336.js +2 -2
- package/dist/index337.js +1 -1
- package/dist/index338.js +4 -3
- package/dist/index339.js +719 -2
- package/dist/index34.js +8 -8
- package/dist/index340.js +366 -2
- package/dist/index341.js +57 -5
- package/dist/index343.js +5 -7
- package/dist/index344.js +35 -5
- package/dist/index345.js +125 -31
- package/dist/index346.js +382 -113
- package/dist/index347.js +198 -396
- package/dist/index348.js +259 -7
- package/dist/index349.js +226 -17
- package/dist/index350.js +67 -9
- package/dist/index351.js +66 -14
- package/dist/index352.js +2 -228
- package/dist/index353.js +2 -67
- package/dist/index354.js +133 -66
- package/dist/index355.js +7 -200
- package/dist/index356.js +17 -257
- package/dist/index357.js +9 -22
- package/dist/index358.js +17 -0
- package/dist/index359.js +5 -134
- package/dist/index36.js +5 -5
- package/dist/index360.js +7 -2
- package/dist/index361.js +21 -1
- package/dist/index363.js +87 -435
- package/dist/index364.js +427 -114
- package/dist/index365.js +127 -46
- package/dist/index366.js +44 -67
- package/dist/index367.js +66 -516
- package/dist/index368.js +515 -45
- package/dist/index369.js +52 -0
- package/dist/index38.js +55 -54
- package/dist/index40.js +8 -8
- package/dist/index42.js +2 -2
- package/dist/index44.js +8 -8
- package/dist/index46.js +35 -34
- package/dist/index48.js +15 -14
- package/dist/index50.js +38 -37
- package/dist/index54.js +1 -1
- package/dist/index56.js +2 -2
- package/dist/index58.js +2 -2
- package/dist/index60.js +3 -3
- package/dist/index62.js +6 -6
- package/dist/index68.js +1 -1
- package/dist/index7.js +2 -2
- package/dist/index74.js +4 -4
- package/dist/index82.js +8 -8
- package/dist/index84.js +1 -1
- package/dist/index86.js +2 -2
- package/dist/index88.js +3 -3
- package/dist/index9.js +1 -1
- package/dist/index90.js +1 -1
- package/dist/index93.js +4 -4
- package/dist/index95.js +3 -3
- package/dist/index97.js +6 -6
- package/dist/index99.js +2 -2
- package/package.json +2 -2
- package/dist/index143.js +0 -13
- package/dist/index227.js +0 -30
- package/dist/index251.js +0 -4
- package/dist/index253.js +0 -270
- package/dist/index255.js +0 -54
- package/dist/index262.js +0 -19
- package/dist/index362.js +0 -95
|
@@ -142,23 +142,69 @@ export type BbDatePickerInputEvents = BaseDatePickerInputEvents;
|
|
|
142
142
|
declare function __VLS_template(): {
|
|
143
143
|
attrs: Partial<{}>;
|
|
144
144
|
slots: Readonly<{
|
|
145
|
+
/**
|
|
146
|
+
* Content rendered before the entire date picker control, outside the input chrome.
|
|
147
|
+
*/
|
|
145
148
|
'prepend-outer'?: (props: object) => any;
|
|
149
|
+
/**
|
|
150
|
+
* Content rendered before the date fields, at the start of the inner container.
|
|
151
|
+
*/
|
|
146
152
|
prepend?: (props: object) => any;
|
|
153
|
+
/**
|
|
154
|
+
* Inline content rendered at the start of the input field area, before the date fields.
|
|
155
|
+
*/
|
|
147
156
|
prefix?: (props: object) => any;
|
|
157
|
+
/**
|
|
158
|
+
* Content rendered after the date fields, at the end of the inner container (before the calendar toggle button).
|
|
159
|
+
*/
|
|
148
160
|
append?: (props: object) => any;
|
|
161
|
+
/**
|
|
162
|
+
* Content rendered after the entire date picker control, outside the input chrome.
|
|
163
|
+
*/
|
|
149
164
|
'append-outer'?: (props: object) => any;
|
|
165
|
+
/**
|
|
166
|
+
* Inline content rendered at the end of the input field area, after the date fields.
|
|
167
|
+
*/
|
|
150
168
|
suffix?: (props: object) => any;
|
|
169
|
+
/**
|
|
170
|
+
* Replaces the default label text rendered above the date picker.
|
|
171
|
+
* @param text - The `label` prop value.
|
|
172
|
+
* @param hasErrors - Whether the input is in an error state.
|
|
173
|
+
*/
|
|
151
174
|
label?: (props: {
|
|
152
175
|
text: string;
|
|
153
176
|
hasErrors: boolean;
|
|
154
177
|
}) => any;
|
|
155
178
|
}> & {
|
|
179
|
+
/**
|
|
180
|
+
* Content rendered before the entire date picker control, outside the input chrome.
|
|
181
|
+
*/
|
|
156
182
|
'prepend-outer'?: (props: object) => any;
|
|
183
|
+
/**
|
|
184
|
+
* Content rendered before the date fields, at the start of the inner container.
|
|
185
|
+
*/
|
|
157
186
|
prepend?: (props: object) => any;
|
|
187
|
+
/**
|
|
188
|
+
* Inline content rendered at the start of the input field area, before the date fields.
|
|
189
|
+
*/
|
|
158
190
|
prefix?: (props: object) => any;
|
|
191
|
+
/**
|
|
192
|
+
* Content rendered after the date fields, at the end of the inner container (before the calendar toggle button).
|
|
193
|
+
*/
|
|
159
194
|
append?: (props: object) => any;
|
|
195
|
+
/**
|
|
196
|
+
* Content rendered after the entire date picker control, outside the input chrome.
|
|
197
|
+
*/
|
|
160
198
|
'append-outer'?: (props: object) => any;
|
|
199
|
+
/**
|
|
200
|
+
* Inline content rendered at the end of the input field area, after the date fields.
|
|
201
|
+
*/
|
|
161
202
|
suffix?: (props: object) => any;
|
|
203
|
+
/**
|
|
204
|
+
* Replaces the default label text rendered above the date picker.
|
|
205
|
+
* @param text - The `label` prop value.
|
|
206
|
+
* @param hasErrors - Whether the input is in an error state.
|
|
207
|
+
*/
|
|
162
208
|
label?: (props: {
|
|
163
209
|
text: string;
|
|
164
210
|
hasErrors: boolean;
|
|
@@ -75,6 +75,13 @@ export type MappedItem = Item & {
|
|
|
75
75
|
declare function __VLS_template(): {
|
|
76
76
|
attrs: Partial<{}>;
|
|
77
77
|
slots: Readonly<{
|
|
78
|
+
/**
|
|
79
|
+
* The element that triggers the dropdown to open. Spread `props` onto your trigger element.
|
|
80
|
+
* @param props - Spread onto the trigger element to wire the floating-UI anchor reference.
|
|
81
|
+
* @param disabled - Whether the dropdown is globally disabled.
|
|
82
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
83
|
+
* @param placement - The current placement of the dropdown panel.
|
|
84
|
+
*/
|
|
78
85
|
activator?: (props: {
|
|
79
86
|
props: {
|
|
80
87
|
ref: (reference: unknown) => void;
|
|
@@ -83,11 +90,26 @@ declare function __VLS_template(): {
|
|
|
83
90
|
open: boolean;
|
|
84
91
|
placement: BbDropdownProps["placement"];
|
|
85
92
|
}) => any;
|
|
93
|
+
/**
|
|
94
|
+
* Content rendered before the first item in the dropdown panel.
|
|
95
|
+
* @param disabled - Whether the dropdown is globally disabled.
|
|
96
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
97
|
+
* @param placement - The current placement of the dropdown panel.
|
|
98
|
+
*/
|
|
86
99
|
prepend?: (props: {
|
|
87
100
|
disabled?: boolean;
|
|
88
101
|
open: boolean;
|
|
89
102
|
placement: BbDropdownProps["placement"];
|
|
90
103
|
}) => any;
|
|
104
|
+
/**
|
|
105
|
+
* Content rendered before each dropdown item's default button content.
|
|
106
|
+
* @param disabled - Whether this item is disabled.
|
|
107
|
+
* @param index - The zero-based index of this item.
|
|
108
|
+
* @param item - The raw item object from the `items` prop.
|
|
109
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
110
|
+
* @param placement - The current placement of the dropdown panel.
|
|
111
|
+
* @param text - The resolved display text for this item.
|
|
112
|
+
*/
|
|
91
113
|
'item:prepend'?: (props: {
|
|
92
114
|
disabled?: MappedItem["disabled"];
|
|
93
115
|
index: number;
|
|
@@ -96,6 +118,15 @@ declare function __VLS_template(): {
|
|
|
96
118
|
placement: BbDropdownProps["placement"];
|
|
97
119
|
text: MappedItem["text"];
|
|
98
120
|
}) => any;
|
|
121
|
+
/**
|
|
122
|
+
* Content rendered after each dropdown item's default button content.
|
|
123
|
+
* @param disabled - Whether this item is disabled.
|
|
124
|
+
* @param index - The zero-based index of this item.
|
|
125
|
+
* @param item - The raw item object from the `items` prop.
|
|
126
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
127
|
+
* @param placement - The current placement of the dropdown panel.
|
|
128
|
+
* @param text - The resolved display text for this item.
|
|
129
|
+
*/
|
|
99
130
|
'item:append'?: (props: {
|
|
100
131
|
disabled?: MappedItem["disabled"];
|
|
101
132
|
index: number;
|
|
@@ -104,6 +135,12 @@ declare function __VLS_template(): {
|
|
|
104
135
|
placement: BbDropdownProps["placement"];
|
|
105
136
|
text: MappedItem["text"];
|
|
106
137
|
}) => any;
|
|
138
|
+
/**
|
|
139
|
+
* Content rendered after the last item in the dropdown panel.
|
|
140
|
+
* @param disabled - Whether the dropdown is globally disabled.
|
|
141
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
142
|
+
* @param placement - The current placement of the dropdown panel.
|
|
143
|
+
*/
|
|
107
144
|
append?: (props: {
|
|
108
145
|
disabled?: boolean;
|
|
109
146
|
open: boolean;
|
|
@@ -119,6 +156,13 @@ declare function __VLS_template(): {
|
|
|
119
156
|
text: MappedItem["text"];
|
|
120
157
|
}) => any;
|
|
121
158
|
}> & {
|
|
159
|
+
/**
|
|
160
|
+
* The element that triggers the dropdown to open. Spread `props` onto your trigger element.
|
|
161
|
+
* @param props - Spread onto the trigger element to wire the floating-UI anchor reference.
|
|
162
|
+
* @param disabled - Whether the dropdown is globally disabled.
|
|
163
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
164
|
+
* @param placement - The current placement of the dropdown panel.
|
|
165
|
+
*/
|
|
122
166
|
activator?: (props: {
|
|
123
167
|
props: {
|
|
124
168
|
ref: (reference: unknown) => void;
|
|
@@ -127,11 +171,26 @@ declare function __VLS_template(): {
|
|
|
127
171
|
open: boolean;
|
|
128
172
|
placement: BbDropdownProps["placement"];
|
|
129
173
|
}) => any;
|
|
174
|
+
/**
|
|
175
|
+
* Content rendered before the first item in the dropdown panel.
|
|
176
|
+
* @param disabled - Whether the dropdown is globally disabled.
|
|
177
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
178
|
+
* @param placement - The current placement of the dropdown panel.
|
|
179
|
+
*/
|
|
130
180
|
prepend?: (props: {
|
|
131
181
|
disabled?: boolean;
|
|
132
182
|
open: boolean;
|
|
133
183
|
placement: BbDropdownProps["placement"];
|
|
134
184
|
}) => any;
|
|
185
|
+
/**
|
|
186
|
+
* Content rendered before each dropdown item's default button content.
|
|
187
|
+
* @param disabled - Whether this item is disabled.
|
|
188
|
+
* @param index - The zero-based index of this item.
|
|
189
|
+
* @param item - The raw item object from the `items` prop.
|
|
190
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
191
|
+
* @param placement - The current placement of the dropdown panel.
|
|
192
|
+
* @param text - The resolved display text for this item.
|
|
193
|
+
*/
|
|
135
194
|
'item:prepend'?: (props: {
|
|
136
195
|
disabled?: MappedItem["disabled"];
|
|
137
196
|
index: number;
|
|
@@ -140,6 +199,15 @@ declare function __VLS_template(): {
|
|
|
140
199
|
placement: BbDropdownProps["placement"];
|
|
141
200
|
text: MappedItem["text"];
|
|
142
201
|
}) => any;
|
|
202
|
+
/**
|
|
203
|
+
* Content rendered after each dropdown item's default button content.
|
|
204
|
+
* @param disabled - Whether this item is disabled.
|
|
205
|
+
* @param index - The zero-based index of this item.
|
|
206
|
+
* @param item - The raw item object from the `items` prop.
|
|
207
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
208
|
+
* @param placement - The current placement of the dropdown panel.
|
|
209
|
+
* @param text - The resolved display text for this item.
|
|
210
|
+
*/
|
|
143
211
|
'item:append'?: (props: {
|
|
144
212
|
disabled?: MappedItem["disabled"];
|
|
145
213
|
index: number;
|
|
@@ -148,6 +216,12 @@ declare function __VLS_template(): {
|
|
|
148
216
|
placement: BbDropdownProps["placement"];
|
|
149
217
|
text: MappedItem["text"];
|
|
150
218
|
}) => any;
|
|
219
|
+
/**
|
|
220
|
+
* Content rendered after the last item in the dropdown panel.
|
|
221
|
+
* @param disabled - Whether the dropdown is globally disabled.
|
|
222
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
223
|
+
* @param placement - The current placement of the dropdown panel.
|
|
224
|
+
*/
|
|
151
225
|
append?: (props: {
|
|
152
226
|
disabled?: boolean;
|
|
153
227
|
open: boolean;
|
|
@@ -255,8 +329,10 @@ declare function __VLS_template(): {
|
|
|
255
329
|
}> & Readonly<{
|
|
256
330
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
257
331
|
}>, "transitionDuration" | "padding" | "tag" | "flip"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
|
258
|
-
$slots: {
|
|
259
|
-
default
|
|
332
|
+
$slots: Readonly<{
|
|
333
|
+
default?: (props: object) => any;
|
|
334
|
+
}> & {
|
|
335
|
+
default?: (props: object) => any;
|
|
260
336
|
};
|
|
261
337
|
}) | null;
|
|
262
338
|
};
|
|
@@ -364,8 +440,10 @@ declare const __VLS_component: import('vue').DefineComponent<BbDropdownProps, {}
|
|
|
364
440
|
}> & Readonly<{
|
|
365
441
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
366
442
|
}>, "transitionDuration" | "padding" | "tag" | "flip"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
|
367
|
-
$slots: {
|
|
368
|
-
default
|
|
443
|
+
$slots: Readonly<{
|
|
444
|
+
default?: (props: object) => any;
|
|
445
|
+
}> & {
|
|
446
|
+
default?: (props: object) => any;
|
|
369
447
|
};
|
|
370
448
|
}) | null;
|
|
371
449
|
}, any>;
|
|
@@ -34,17 +34,39 @@ export type BbDropdownButtonProps = Pick<BbDropdownProps, 'arrowPadding' | 'disa
|
|
|
34
34
|
declare function __VLS_template(): {
|
|
35
35
|
attrs: Partial<{}>;
|
|
36
36
|
slots: Readonly<{
|
|
37
|
+
/**
|
|
38
|
+
* The left-side trigger button content. Spread `props` onto your element to wire the anchor reference.
|
|
39
|
+
* @param props - Spread onto the activator element to register the floating-UI anchor.
|
|
40
|
+
* @param disabled - Whether the button is globally disabled.
|
|
41
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
42
|
+
* @param placement - The current placement of the dropdown panel.
|
|
43
|
+
*/
|
|
37
44
|
activator?: (props: {
|
|
38
45
|
props: {};
|
|
39
46
|
disabled?: boolean;
|
|
40
47
|
open: boolean;
|
|
41
48
|
placement: BbDropdownProps["placement"];
|
|
42
49
|
}) => any;
|
|
50
|
+
/**
|
|
51
|
+
* Content rendered before the first item in the dropdown panel.
|
|
52
|
+
* @param disabled - Whether the button is globally disabled.
|
|
53
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
54
|
+
* @param placement - The current placement of the dropdown panel.
|
|
55
|
+
*/
|
|
43
56
|
prepend?: (props: {
|
|
44
57
|
disabled?: boolean;
|
|
45
58
|
open: boolean;
|
|
46
59
|
placement: BbDropdownProps["placement"];
|
|
47
60
|
}) => any;
|
|
61
|
+
/**
|
|
62
|
+
* Content rendered before each dropdown item's default content.
|
|
63
|
+
* @param disabled - Whether this item is disabled.
|
|
64
|
+
* @param index - The zero-based index of this item.
|
|
65
|
+
* @param item - The raw item object from the `items` prop.
|
|
66
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
67
|
+
* @param placement - The current placement of the dropdown panel.
|
|
68
|
+
* @param text - The resolved display text for this item.
|
|
69
|
+
*/
|
|
48
70
|
'item:prepend'?: (props: {
|
|
49
71
|
disabled?: MappedItem["disabled"];
|
|
50
72
|
index: number;
|
|
@@ -53,6 +75,15 @@ declare function __VLS_template(): {
|
|
|
53
75
|
placement: BbDropdownProps["placement"];
|
|
54
76
|
text: MappedItem["text"];
|
|
55
77
|
}) => any;
|
|
78
|
+
/**
|
|
79
|
+
* Content rendered after each dropdown item's default content.
|
|
80
|
+
* @param disabled - Whether this item is disabled.
|
|
81
|
+
* @param index - The zero-based index of this item.
|
|
82
|
+
* @param item - The raw item object from the `items` prop.
|
|
83
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
84
|
+
* @param placement - The current placement of the dropdown panel.
|
|
85
|
+
* @param text - The resolved display text for this item.
|
|
86
|
+
*/
|
|
56
87
|
'item:append'?: (props: {
|
|
57
88
|
disabled?: MappedItem["disabled"];
|
|
58
89
|
index: number;
|
|
@@ -61,11 +92,23 @@ declare function __VLS_template(): {
|
|
|
61
92
|
placement: BbDropdownProps["placement"];
|
|
62
93
|
text: MappedItem["text"];
|
|
63
94
|
}) => any;
|
|
95
|
+
/**
|
|
96
|
+
* Content rendered after the last item in the dropdown panel.
|
|
97
|
+
* @param disabled - Whether the button is globally disabled.
|
|
98
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
99
|
+
* @param placement - The current placement of the dropdown panel.
|
|
100
|
+
*/
|
|
64
101
|
append?: (props: {
|
|
65
102
|
disabled?: boolean;
|
|
66
103
|
open: boolean;
|
|
67
104
|
placement: BbDropdownProps["placement"];
|
|
68
105
|
}) => any;
|
|
106
|
+
/**
|
|
107
|
+
* Replaces the right-side split button that toggles the dropdown. Renders as a separate button segment.
|
|
108
|
+
* @param disabled - Whether the button is globally disabled.
|
|
109
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
110
|
+
* @param placement - The current placement of the dropdown panel.
|
|
111
|
+
*/
|
|
69
112
|
'right-btn'?: (props: {
|
|
70
113
|
disabled?: boolean;
|
|
71
114
|
open: boolean;
|
|
@@ -81,17 +124,39 @@ declare function __VLS_template(): {
|
|
|
81
124
|
text: MappedItem["text"];
|
|
82
125
|
}) => any;
|
|
83
126
|
}> & {
|
|
127
|
+
/**
|
|
128
|
+
* The left-side trigger button content. Spread `props` onto your element to wire the anchor reference.
|
|
129
|
+
* @param props - Spread onto the activator element to register the floating-UI anchor.
|
|
130
|
+
* @param disabled - Whether the button is globally disabled.
|
|
131
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
132
|
+
* @param placement - The current placement of the dropdown panel.
|
|
133
|
+
*/
|
|
84
134
|
activator?: (props: {
|
|
85
135
|
props: {};
|
|
86
136
|
disabled?: boolean;
|
|
87
137
|
open: boolean;
|
|
88
138
|
placement: BbDropdownProps["placement"];
|
|
89
139
|
}) => any;
|
|
140
|
+
/**
|
|
141
|
+
* Content rendered before the first item in the dropdown panel.
|
|
142
|
+
* @param disabled - Whether the button is globally disabled.
|
|
143
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
144
|
+
* @param placement - The current placement of the dropdown panel.
|
|
145
|
+
*/
|
|
90
146
|
prepend?: (props: {
|
|
91
147
|
disabled?: boolean;
|
|
92
148
|
open: boolean;
|
|
93
149
|
placement: BbDropdownProps["placement"];
|
|
94
150
|
}) => any;
|
|
151
|
+
/**
|
|
152
|
+
* Content rendered before each dropdown item's default content.
|
|
153
|
+
* @param disabled - Whether this item is disabled.
|
|
154
|
+
* @param index - The zero-based index of this item.
|
|
155
|
+
* @param item - The raw item object from the `items` prop.
|
|
156
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
157
|
+
* @param placement - The current placement of the dropdown panel.
|
|
158
|
+
* @param text - The resolved display text for this item.
|
|
159
|
+
*/
|
|
95
160
|
'item:prepend'?: (props: {
|
|
96
161
|
disabled?: MappedItem["disabled"];
|
|
97
162
|
index: number;
|
|
@@ -100,6 +165,15 @@ declare function __VLS_template(): {
|
|
|
100
165
|
placement: BbDropdownProps["placement"];
|
|
101
166
|
text: MappedItem["text"];
|
|
102
167
|
}) => any;
|
|
168
|
+
/**
|
|
169
|
+
* Content rendered after each dropdown item's default content.
|
|
170
|
+
* @param disabled - Whether this item is disabled.
|
|
171
|
+
* @param index - The zero-based index of this item.
|
|
172
|
+
* @param item - The raw item object from the `items` prop.
|
|
173
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
174
|
+
* @param placement - The current placement of the dropdown panel.
|
|
175
|
+
* @param text - The resolved display text for this item.
|
|
176
|
+
*/
|
|
103
177
|
'item:append'?: (props: {
|
|
104
178
|
disabled?: MappedItem["disabled"];
|
|
105
179
|
index: number;
|
|
@@ -108,11 +182,23 @@ declare function __VLS_template(): {
|
|
|
108
182
|
placement: BbDropdownProps["placement"];
|
|
109
183
|
text: MappedItem["text"];
|
|
110
184
|
}) => any;
|
|
185
|
+
/**
|
|
186
|
+
* Content rendered after the last item in the dropdown panel.
|
|
187
|
+
* @param disabled - Whether the button is globally disabled.
|
|
188
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
189
|
+
* @param placement - The current placement of the dropdown panel.
|
|
190
|
+
*/
|
|
111
191
|
append?: (props: {
|
|
112
192
|
disabled?: boolean;
|
|
113
193
|
open: boolean;
|
|
114
194
|
placement: BbDropdownProps["placement"];
|
|
115
195
|
}) => any;
|
|
196
|
+
/**
|
|
197
|
+
* Replaces the right-side split button that toggles the dropdown. Renders as a separate button segment.
|
|
198
|
+
* @param disabled - Whether the button is globally disabled.
|
|
199
|
+
* @param open - Whether the dropdown panel is currently open.
|
|
200
|
+
* @param placement - The current placement of the dropdown panel.
|
|
201
|
+
*/
|
|
116
202
|
'right-btn'?: (props: {
|
|
117
203
|
disabled?: boolean;
|
|
118
204
|
open: boolean;
|
|
@@ -58,12 +58,24 @@ declare const createError: {
|
|
|
58
58
|
declare function __VLS_template(): {
|
|
59
59
|
attrs: Partial<{}>;
|
|
60
60
|
slots: Readonly<{
|
|
61
|
+
/**
|
|
62
|
+
* The drop zone area content. Renders inside the `<label>` that captures drag and file input events.
|
|
63
|
+
* @param dragging - Whether a file is currently being dragged over the drop zone.
|
|
64
|
+
* @param focused - Whether the file input currently has keyboard focus.
|
|
65
|
+
* @param id - The `id` of the underlying file input, useful for custom label association.
|
|
66
|
+
*/
|
|
61
67
|
default?: (props: {
|
|
62
68
|
dragging: boolean;
|
|
63
69
|
focused: boolean;
|
|
64
70
|
id: string;
|
|
65
71
|
}) => any;
|
|
66
72
|
}> & {
|
|
73
|
+
/**
|
|
74
|
+
* The drop zone area content. Renders inside the `<label>` that captures drag and file input events.
|
|
75
|
+
* @param dragging - Whether a file is currently being dragged over the drop zone.
|
|
76
|
+
* @param focused - Whether the file input currently has keyboard focus.
|
|
77
|
+
* @param id - The `id` of the underlying file input, useful for custom label association.
|
|
78
|
+
*/
|
|
67
79
|
default?: (props: {
|
|
68
80
|
dragging: boolean;
|
|
69
81
|
focused: boolean;
|
|
@@ -17,12 +17,24 @@ export type BbIntersectionEvents = {
|
|
|
17
17
|
declare function __VLS_template(): {
|
|
18
18
|
attrs: Partial<{}>;
|
|
19
19
|
slots: Readonly<{
|
|
20
|
+
/**
|
|
21
|
+
* Content rendered inside the observed element. Receives live intersection state.
|
|
22
|
+
* @param hidden - Whether the component is currently fully out of the viewport.
|
|
23
|
+
* @param percentage - The current intersection ratio as a percentage (0–100).
|
|
24
|
+
* @param shown - Whether the component is currently at least partially visible.
|
|
25
|
+
*/
|
|
20
26
|
default?: (props: {
|
|
21
27
|
hidden: boolean;
|
|
22
28
|
percentage: number;
|
|
23
29
|
shown: boolean;
|
|
24
30
|
}) => any;
|
|
25
31
|
}> & {
|
|
32
|
+
/**
|
|
33
|
+
* Content rendered inside the observed element. Receives live intersection state.
|
|
34
|
+
* @param hidden - Whether the component is currently fully out of the viewport.
|
|
35
|
+
* @param percentage - The current intersection ratio as a percentage (0–100).
|
|
36
|
+
* @param shown - Whether the component is currently at least partially visible.
|
|
37
|
+
*/
|
|
26
38
|
default?: (props: {
|
|
27
39
|
hidden: boolean;
|
|
28
40
|
percentage: number;
|
|
@@ -118,11 +118,21 @@ export type BbNumberInputEvents = BaseNumberInputEvents;
|
|
|
118
118
|
declare function __VLS_template(): {
|
|
119
119
|
attrs: Partial<{}>;
|
|
120
120
|
slots: Readonly<BaseNumberInputSlots & {
|
|
121
|
+
/**
|
|
122
|
+
* Replaces the default label text rendered above the number input.
|
|
123
|
+
* @param text - The `label` prop value.
|
|
124
|
+
* @param hasErrors - Whether the input is in an error state.
|
|
125
|
+
*/
|
|
121
126
|
label?: (props: {
|
|
122
127
|
text: string;
|
|
123
128
|
hasErrors: boolean;
|
|
124
129
|
}) => any;
|
|
125
130
|
}> & BaseNumberInputSlots & {
|
|
131
|
+
/**
|
|
132
|
+
* Replaces the default label text rendered above the number input.
|
|
133
|
+
* @param text - The `label` prop value.
|
|
134
|
+
* @param hasErrors - Whether the input is in an error state.
|
|
135
|
+
*/
|
|
126
136
|
label?: (props: {
|
|
127
137
|
text: string;
|
|
128
138
|
hasErrors: boolean;
|
|
@@ -46,20 +46,44 @@ export type BbOffCanvasEvents = {
|
|
|
46
46
|
(e: 'show' | 'hide' | 'shown' | 'hidden'): void;
|
|
47
47
|
};
|
|
48
48
|
export type BbOffCanvasSlots = {
|
|
49
|
+
/**
|
|
50
|
+
* Replaces the entire off-canvas header section (title + close button). Maintains accessibility wiring via the provided props.
|
|
51
|
+
* @param titleId - The `id` to assign to your custom title element, wired to `aria-labelledby`.
|
|
52
|
+
* @param close - Programmatically closes the off-canvas panel.
|
|
53
|
+
* @param title - The `title` prop value.
|
|
54
|
+
*/
|
|
49
55
|
header?: (props: {
|
|
50
56
|
titleId: typeof titleId;
|
|
51
57
|
close: typeof close;
|
|
52
58
|
title: BbOffCanvasProps['title'];
|
|
53
59
|
}) => any;
|
|
60
|
+
/**
|
|
61
|
+
* Replaces the default title text inside the header. Remains linked to the panel through `aria-labelledby`.
|
|
62
|
+
* @param text - The `title` prop value.
|
|
63
|
+
*/
|
|
54
64
|
title?: (props: {
|
|
55
65
|
text: BbOffCanvasProps['title'];
|
|
56
66
|
}) => any;
|
|
67
|
+
/**
|
|
68
|
+
* Replaces the default close icon rendered inside the header's close button.
|
|
69
|
+
*/
|
|
57
70
|
close?: (props: object) => any;
|
|
71
|
+
/**
|
|
72
|
+
* Replaces the default accessible description block. The provided content is linked to the panel via `aria-describedby`.
|
|
73
|
+
* @param descriptionId - The `id` to assign to your custom description element for `aria-describedby` wiring.
|
|
74
|
+
* @param text - The `description` prop value.
|
|
75
|
+
*/
|
|
58
76
|
description?: (props: {
|
|
59
77
|
descriptionId: typeof descriptionId;
|
|
60
78
|
text: BbOffCanvasProps['description'];
|
|
61
79
|
}) => any;
|
|
80
|
+
/**
|
|
81
|
+
* Primary body content of the off-canvas panel, rendered in the scrollable body area.
|
|
82
|
+
*/
|
|
62
83
|
default?: (props: object) => any;
|
|
84
|
+
/**
|
|
85
|
+
* Content rendered in the panel footer, below the body area. Typically used for action buttons.
|
|
86
|
+
*/
|
|
63
87
|
footer?: (props: object) => any;
|
|
64
88
|
};
|
|
65
89
|
declare const titleId: string;
|
|
@@ -42,22 +42,52 @@ type __VLS_PublicProps = {
|
|
|
42
42
|
declare function __VLS_template(): {
|
|
43
43
|
attrs: Partial<{}>;
|
|
44
44
|
slots: Readonly<{
|
|
45
|
+
/**
|
|
46
|
+
* Replaces the default "previous page" button content.
|
|
47
|
+
*/
|
|
45
48
|
previous?: (props: object) => any;
|
|
49
|
+
/**
|
|
50
|
+
* Replaces the default "next page" button content.
|
|
51
|
+
*/
|
|
46
52
|
next?: (props: object) => any;
|
|
53
|
+
/**
|
|
54
|
+
* Replaces the default page number button content for each individual page.
|
|
55
|
+
* @param active - Whether this is the currently active page.
|
|
56
|
+
* @param disabled - Whether this page button is disabled.
|
|
57
|
+
* @param item - The page number this button represents.
|
|
58
|
+
*/
|
|
47
59
|
item?: (props: {
|
|
48
60
|
active: boolean;
|
|
49
61
|
disabled: boolean;
|
|
50
62
|
item: number;
|
|
51
63
|
}) => any;
|
|
64
|
+
/**
|
|
65
|
+
* Replaces the default `…` ellipsis shown when pages overflow the visible range.
|
|
66
|
+
*/
|
|
52
67
|
ellipsis?: (props: object) => any;
|
|
53
68
|
}> & {
|
|
69
|
+
/**
|
|
70
|
+
* Replaces the default "previous page" button content.
|
|
71
|
+
*/
|
|
54
72
|
previous?: (props: object) => any;
|
|
73
|
+
/**
|
|
74
|
+
* Replaces the default "next page" button content.
|
|
75
|
+
*/
|
|
55
76
|
next?: (props: object) => any;
|
|
77
|
+
/**
|
|
78
|
+
* Replaces the default page number button content for each individual page.
|
|
79
|
+
* @param active - Whether this is the currently active page.
|
|
80
|
+
* @param disabled - Whether this page button is disabled.
|
|
81
|
+
* @param item - The page number this button represents.
|
|
82
|
+
*/
|
|
56
83
|
item?: (props: {
|
|
57
84
|
active: boolean;
|
|
58
85
|
disabled: boolean;
|
|
59
86
|
item: number;
|
|
60
87
|
}) => any;
|
|
88
|
+
/**
|
|
89
|
+
* Replaces the default `…` ellipsis shown when pages overflow the visible range.
|
|
90
|
+
*/
|
|
61
91
|
ellipsis?: (props: object) => any;
|
|
62
92
|
};
|
|
63
93
|
refs: {
|
|
@@ -72,12 +72,26 @@ type __VLS_PublicProps = {
|
|
|
72
72
|
declare function __VLS_template(): {
|
|
73
73
|
attrs: Partial<{}>;
|
|
74
74
|
slots: Readonly<{
|
|
75
|
+
/**
|
|
76
|
+
* The element that triggers the popover to open. Spread `props` onto your trigger element.
|
|
77
|
+
* @param props - Accessibility and positioning attributes to spread onto the activator element.
|
|
78
|
+
* @param disabled - Whether the popover is globally disabled.
|
|
79
|
+
* @param isOpen - Whether the popover is currently open.
|
|
80
|
+
* @param placement - The current placement of the popover panel.
|
|
81
|
+
*/
|
|
75
82
|
activator?: (props: {
|
|
76
83
|
props: typeof activatorProps.value;
|
|
77
84
|
disabled: boolean;
|
|
78
85
|
isOpen: boolean;
|
|
79
86
|
placement: BbPopoverProps["placement"];
|
|
80
87
|
}) => any;
|
|
88
|
+
/**
|
|
89
|
+
* The popover body content rendered inside the floating panel.
|
|
90
|
+
* @param close - Programmatically closes the popover.
|
|
91
|
+
* @param disabled - Whether the popover is globally disabled.
|
|
92
|
+
* @param open - Whether the popover is currently open.
|
|
93
|
+
* @param placement - The current placement of the popover panel.
|
|
94
|
+
*/
|
|
81
95
|
default?: (props: {
|
|
82
96
|
close: typeof close;
|
|
83
97
|
disabled: boolean;
|
|
@@ -85,12 +99,26 @@ declare function __VLS_template(): {
|
|
|
85
99
|
placement: BbPopoverProps["placement"];
|
|
86
100
|
}) => any;
|
|
87
101
|
}> & {
|
|
102
|
+
/**
|
|
103
|
+
* The element that triggers the popover to open. Spread `props` onto your trigger element.
|
|
104
|
+
* @param props - Accessibility and positioning attributes to spread onto the activator element.
|
|
105
|
+
* @param disabled - Whether the popover is globally disabled.
|
|
106
|
+
* @param isOpen - Whether the popover is currently open.
|
|
107
|
+
* @param placement - The current placement of the popover panel.
|
|
108
|
+
*/
|
|
88
109
|
activator?: (props: {
|
|
89
110
|
props: typeof activatorProps.value;
|
|
90
111
|
disabled: boolean;
|
|
91
112
|
isOpen: boolean;
|
|
92
113
|
placement: BbPopoverProps["placement"];
|
|
93
114
|
}) => any;
|
|
115
|
+
/**
|
|
116
|
+
* The popover body content rendered inside the floating panel.
|
|
117
|
+
* @param close - Programmatically closes the popover.
|
|
118
|
+
* @param disabled - Whether the popover is globally disabled.
|
|
119
|
+
* @param open - Whether the popover is currently open.
|
|
120
|
+
* @param placement - The current placement of the popover panel.
|
|
121
|
+
*/
|
|
94
122
|
default?: (props: {
|
|
95
123
|
close: typeof close;
|
|
96
124
|
disabled: boolean;
|
|
@@ -190,8 +218,10 @@ declare function __VLS_template(): {
|
|
|
190
218
|
}> & Readonly<{
|
|
191
219
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
192
220
|
}>, "transitionDuration" | "padding" | "tag" | "flip"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
|
193
|
-
$slots: {
|
|
194
|
-
default
|
|
221
|
+
$slots: Readonly<{
|
|
222
|
+
default?: (props: object) => any;
|
|
223
|
+
}> & {
|
|
224
|
+
default?: (props: object) => any;
|
|
195
225
|
};
|
|
196
226
|
}) | null;
|
|
197
227
|
};
|
|
@@ -316,8 +346,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
316
346
|
}> & Readonly<{
|
|
317
347
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
318
348
|
}>, "transitionDuration" | "padding" | "tag" | "flip"> & import('vue').ShallowUnwrapRef<{}> & {} & import('@vue/runtime-core').ComponentCustomProperties & {} & {
|
|
319
|
-
$slots: {
|
|
320
|
-
default
|
|
349
|
+
$slots: Readonly<{
|
|
350
|
+
default?: (props: object) => any;
|
|
351
|
+
}> & {
|
|
352
|
+
default?: (props: object) => any;
|
|
321
353
|
};
|
|
322
354
|
}) | null;
|
|
323
355
|
}, any>;
|