bitboss-ui 2.0.165 → 2.0.166
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 +2 -1
- package/dist/components/BaseButton/RouterComponent.vue.d.ts +2 -1
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +5 -2
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +2 -4
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +106 -4
- package/dist/components/BaseColorInput/ColorPallette.vue.d.ts +5 -1
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +4 -3
- package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +5 -2
- package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +3 -1
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +200 -10
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +10 -2
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -2
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +5 -2
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +3 -2
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +2 -4
- package/dist/components/BaseRating/BaseRating.vue.d.ts +5 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +2 -4
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +8 -2
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +5 -2
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +2 -4
- package/dist/components/BaseTag/BaseTag.vue.d.ts +207 -6
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +5 -2
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +5 -2
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +3 -2
- package/dist/components/BbAlert/BbAlert.vue.d.ts +2 -1
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +5 -2
- package/dist/components/BbBadge/BbBadge.vue.d.ts +3 -2
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +3 -2
- package/dist/components/BbButton/BbButton.vue.d.ts +2 -1
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +3 -2
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +2 -4
- package/dist/components/BbChip/BbChip.vue.d.ts +3 -2
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +2 -1
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +3 -2
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +3 -2
- package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -1
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +241 -100
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +69 -126
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +5 -2
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +5 -2
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +100 -9
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +10 -2
- package/dist/components/BbPagination/BbPagination.vue.d.ts +10 -6
- package/dist/components/BbPopover/BbPopover.vue.d.ts +168 -15
- package/dist/components/BbProgress/BbProgress.vue.d.ts +1 -1
- package/dist/components/BbRadio/BbRadio.vue.d.ts +3 -2
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +2 -4
- package/dist/components/BbRating/BbRating.vue.d.ts +3 -2
- package/dist/components/BbRatio/BbRatio.vue.d.ts +2 -1
- package/dist/components/BbRows/BbRows.vue.d.ts +3 -5
- package/dist/components/BbSelect/BbSelect.vue.d.ts +2 -4
- package/dist/components/BbSlider/BbSlider.vue.d.ts +3 -2
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +6 -2
- package/dist/components/BbSpinner/BbSpinner.vue.d.ts +1 -1
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +3 -2
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +2 -4
- package/dist/components/BbTab/BbTab.vue.d.ts +6 -2
- package/dist/components/BbTable/BbTable.vue.d.ts +2 -4
- package/dist/components/BbTag/BbTag.vue.d.ts +3 -2
- package/dist/components/BbTeleport.vue.d.ts +2 -1
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +3 -2
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +3 -2
- package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +175 -7
- package/dist/components/BbTree/BbTree.vue.d.ts +2 -1
- package/dist/components/ClearableButton.vue.d.ts +1 -1
- package/dist/components/CommonFloating.vue.d.ts +6 -2
- package/dist/components/CommonInputInnerContainer.vue.d.ts +5 -2
- package/dist/components/CommonInputOuterContainer.vue.d.ts +5 -4
- package/dist/components/CommonPopover.vue.d.ts +42 -0
- package/dist/components/ErrorIcon.vue.d.ts +1 -1
- package/dist/components/ListBox.vue.d.ts +4 -6
- package/dist/components/OptionsContainer.vue.d.ts +4 -6
- package/dist/components/Transitions/Slide.vue.d.ts +2 -1
- package/dist/composables/useUntil.d.ts +7 -0
- package/dist/{style.css → index.css} +1 -1
- package/dist/index.js +148 -143
- package/dist/index100.js +122 -135
- package/dist/index102.js +100 -0
- package/dist/index104.js +24 -0
- package/dist/index106.js +144 -0
- package/dist/index107.js +106 -59
- package/dist/index109.js +101 -289
- package/dist/index11.js +2 -2
- package/dist/index111.js +37 -476
- package/dist/index113.js +31 -118
- package/dist/index115.js +43 -61
- package/dist/index117.js +86 -78
- package/dist/index119.js +296 -26
- package/dist/index12.js +6 -6
- package/dist/index121.js +470 -138
- package/dist/index123.js +117 -115
- package/dist/index125.js +110 -35
- package/dist/index127.js +115 -45
- package/dist/index129.js +28 -31
- package/dist/index13.js +5 -5
- package/dist/index131.js +117 -21
- package/dist/index133.js +120 -9
- package/dist/index135.js +2 -2
- package/dist/index136.js +21 -5
- package/dist/index137.js +375 -7
- package/dist/index138.js +9 -6
- package/dist/index139.js +25 -3
- package/dist/index140.js +2 -3
- package/dist/index141.js +5 -3
- package/dist/index142.js +9 -3
- package/dist/index143.js +6 -3
- package/dist/index144.js +1 -1
- package/dist/index145.js +1 -1
- package/dist/index146.js +1 -1
- package/dist/index147.js +1 -1
- package/dist/index148.js +1 -1
- package/dist/index149.js +1 -1
- package/dist/index15.js +15 -15
- package/dist/index150.js +1 -1
- package/dist/index151.js +1 -1
- package/dist/index152.js +1 -1
- package/dist/index153.js +1 -1
- 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/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 +2 -2
- package/dist/index167.js +5 -0
- package/dist/index168.js +2 -2
- package/dist/index169.js +5 -0
- package/dist/index17.js +6 -6
- 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 +2 -2
- package/dist/index178.js +5 -0
- package/dist/index179.js +3 -2
- package/dist/index180.js +1 -1
- package/dist/index181.js +2 -3
- package/dist/index182.js +1 -1
- package/dist/index183.js +1 -1
- package/dist/index184.js +1 -1
- package/dist/index185.js +1 -1
- package/dist/index186.js +1 -1
- package/dist/index187.js +1 -1
- package/dist/index188.js +2 -2
- package/dist/index189.js +3 -2
- package/dist/index19.js +10 -10
- package/dist/index190.js +1 -1
- package/dist/index191.js +2 -3
- package/dist/index192.js +1 -1
- package/dist/index193.js +5 -0
- package/dist/index194.js +1 -1
- package/dist/index195.js +5 -0
- package/dist/index196.js +1 -1
- package/dist/index197.js +1 -1
- package/dist/index198.js +1 -1
- package/dist/index199.js +1 -1
- package/dist/index200.js +1 -1
- package/dist/index201.js +1 -1
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index204.js +1 -1
- package/dist/index205.js +1 -1
- package/dist/index206.js +100 -77
- package/dist/index207.js +2 -2
- package/dist/index208.js +2 -4
- package/dist/index209.js +2 -41
- package/dist/index21.js +17 -17
- package/dist/index210.js +4 -20
- package/dist/index211.js +2 -94
- package/dist/index212.js +43 -0
- package/dist/index213.js +5 -199
- package/dist/index215.js +11 -62
- package/dist/index216.js +15 -0
- package/dist/index217.js +34 -13
- package/dist/index218.js +4 -13
- package/dist/index219.js +20 -5
- package/dist/index220.js +94 -16
- package/dist/index222.js +199 -18
- package/dist/index224.js +65 -18
- package/dist/index226.js +13 -3
- package/dist/index227.js +2 -2
- package/dist/index228.js +6 -8
- package/dist/index229.js +14 -248
- package/dist/index23.js +25 -25
- package/dist/index230.js +8 -51
- package/dist/index231.js +11 -44
- package/dist/index232.js +101 -5
- package/dist/index234.js +23 -3
- package/dist/index235.js +2 -86
- package/dist/index236.js +179 -0
- package/dist/index237.js +3 -29
- package/dist/index238.js +5 -17
- package/dist/index239.js +5 -51
- package/dist/index240.js +5 -15
- package/dist/index241.js +5 -12
- package/dist/index242.js +5 -16
- package/dist/index243.js +5 -125
- package/dist/index244.js +2 -2
- package/dist/index245.js +2 -6
- package/dist/index246.js +9 -2
- package/dist/index247.js +3 -9
- package/dist/index248.js +51 -2
- package/dist/index249.js +17 -4
- package/dist/index25.js +8 -8
- package/dist/index250.js +106 -2
- package/dist/index252.js +96 -11
- package/dist/index254.js +2 -2
- package/dist/index255.js +3 -2
- package/dist/index256.js +86 -2
- package/dist/index258.js +26 -123
- package/dist/index259.js +15 -106
- package/dist/index260.js +14 -0
- package/dist/index261.js +16 -100
- package/dist/index262.js +12 -0
- package/dist/index263.js +2 -11
- package/dist/index264.js +17 -227
- package/dist/index265.js +112 -353
- package/dist/index266.js +11 -175
- package/dist/index267.js +228 -10
- package/dist/index268.js +367 -2
- package/dist/index269.js +5 -9
- package/dist/index27.js +18 -18
- package/dist/index270.js +5 -23
- package/dist/index271.js +8 -3
- package/dist/index272.js +250 -6
- package/dist/index273.js +50 -14
- package/dist/index274.js +43 -280
- package/dist/index275.js +5 -6
- package/dist/index276.js +60 -2
- package/dist/index277.js +9 -2
- package/dist/index278.js +8 -2
- package/dist/index279.js +2 -2
- package/dist/index280.js +5 -2
- package/dist/index281.js +67 -2
- package/dist/index282.js +4 -2
- package/dist/index283.js +471 -2
- package/dist/index284.js +1 -1
- package/dist/index285.js +7 -2
- package/dist/index286.js +11 -2
- package/dist/index287.js +2 -28
- package/dist/index288.js +3 -22
- package/dist/index289.js +5 -0
- package/dist/index29.js +6 -6
- package/dist/index290.js +3 -7
- package/dist/index292.js +7 -11
- package/dist/index293.js +189 -420
- package/dist/index294.js +701 -3
- package/dist/index295.js +354 -3
- package/dist/index296.js +58 -3
- package/dist/index297.js +5 -0
- package/dist/index298.js +5 -224
- package/dist/index299.js +280 -3
- package/dist/index300.js +2 -17
- package/dist/index301.js +125 -9
- package/dist/index302.js +2 -200
- package/dist/index303.js +16 -2
- package/dist/index304.js +2 -4
- package/dist/index305.js +16 -2
- package/dist/index306.js +2 -2
- package/dist/index307.js +19 -8
- package/dist/index308.js +2 -126
- package/dist/index309.js +15 -3
- package/dist/index31.js +4 -4
- package/dist/index310.js +2 -3
- package/dist/index311.js +5 -2
- package/dist/index312.js +3 -436
- package/dist/index313.js +3 -127
- package/dist/index314.js +17 -2
- package/dist/index315.js +6 -67
- package/dist/index316.js +5 -5
- package/dist/index317.js +7 -88
- package/dist/index318.js +28 -3
- package/dist/index319.js +3 -3
- package/dist/index320.js +3 -57
- package/dist/index321.js +18 -32
- package/dist/index322.js +2 -28
- package/dist/index323.js +29 -0
- package/dist/index324.js +2 -480
- package/dist/index325.js +2 -7
- package/dist/index326.js +2 -7
- package/dist/index327.js +2 -19
- package/dist/index328.js +2 -8
- package/dist/index329.js +22 -6
- package/dist/index33.js +10 -10
- package/dist/index331.js +128 -57
- package/dist/index332.js +2 -58
- package/dist/index333.js +381 -4
- package/dist/index334.js +125 -7
- package/dist/index335.js +2 -4
- package/dist/index336.js +92 -46
- package/dist/index337.js +58 -2
- package/dist/index338.js +60 -0
- package/dist/index339.js +228 -3
- package/dist/index340.js +8 -2
- package/dist/index341.js +5 -423
- package/dist/index342.js +6 -45
- package/dist/index343.js +9 -0
- package/dist/index344.js +7 -0
- package/dist/index345.js +35 -0
- package/dist/index346.js +30 -0
- package/dist/index348.js +9 -0
- package/dist/index349.js +21 -0
- package/dist/index35.js +9 -9
- package/dist/index350.js +49 -0
- package/dist/index352.js +5 -0
- package/dist/index353.js +483 -0
- package/dist/index354.js +4 -0
- package/dist/index355.js +484 -0
- package/dist/index356.js +49 -0
- package/dist/index37.js +33 -33
- package/dist/index39.js +16 -16
- package/dist/index41.js +5 -5
- package/dist/index43.js +10 -10
- package/dist/index45.js +25 -25
- package/dist/index47.js +6 -6
- package/dist/index49.js +15 -15
- package/dist/index51.js +4 -4
- package/dist/index53.js +6 -6
- package/dist/index55.js +6 -6
- package/dist/index57.js +16 -16
- package/dist/index59.js +3 -3
- package/dist/index6.js +1 -1
- package/dist/index61.js +11 -11
- package/dist/index63.js +5 -5
- package/dist/index65.js +2 -2
- package/dist/index67.js +35 -107
- package/dist/index69.js +42 -85
- package/dist/index7.js +2 -2
- package/dist/index71.js +47 -56
- package/dist/index73.js +83 -54
- package/dist/index75.js +113 -273
- package/dist/index77.js +50 -158
- package/dist/index79.js +228 -194
- package/dist/index81.js +148 -40
- package/dist/index83.js +221 -0
- package/dist/index85.js +53 -0
- package/dist/index87.js +46 -0
- package/dist/index88.js +125 -184
- package/dist/index9.js +1 -1
- package/dist/index90.js +240 -26
- package/dist/index92.js +230 -86
- package/dist/index94.js +135 -117
- package/dist/index96.js +27 -94
- package/dist/index98.js +85 -15
- package/package.json +26 -27
- package/dist/index101.js +0 -178
- package/dist/index103.js +0 -116
- package/dist/index105.js +0 -100
- package/dist/index126.js +0 -46
- package/dist/index128.js +0 -49
- package/dist/index130.js +0 -4
- package/dist/index132.js +0 -346
- package/dist/index134.js +0 -27
- package/dist/index221.js +0 -18
- package/dist/index223.js +0 -17
- package/dist/index225.js +0 -29
- package/dist/index233.js +0 -62
- package/dist/index253.js +0 -36
- package/dist/index257.js +0 -20
- package/dist/index291.js +0 -9
- package/dist/index330.js +0 -10
- package/dist/index82.js +0 -136
- package/dist/index84.js +0 -247
- package/dist/index86.js +0 -238
- /package/dist/{index251.js → index214.js} +0 -0
@@ -1,6 +1,5 @@
|
|
1
1
|
import { BbDropdownProps, MappedItem } from '../BbDropdown/BbDropdown.vue';
|
2
|
-
|
3
|
-
export type BbDropdownButtonProps<T extends string> = Pick<BbDropdownProps<T>, 'arrowPadding' | 'block' | 'disabled' | 'eager' | 'id' | 'items' | 'offset' | 'padding' | 'placement' | 'theme' | 'transitionDuration' | 'width'> & {
|
2
|
+
export type BbDropdownButtonProps = Pick<BbDropdownProps, 'arrowPadding' | 'block' | 'disabled' | 'eager' | 'id' | 'items' | 'offset' | 'padding' | 'placement' | 'theme' | 'transitionDuration' | 'width'> & {
|
4
3
|
/**
|
5
4
|
* Tracks tha loading status internally.
|
6
5
|
*/
|
@@ -27,186 +26,130 @@ export type BbDropdownButtonProps<T extends string> = Pick<BbDropdownProps<T>, '
|
|
27
26
|
*/
|
28
27
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | Partial<Record<'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default', 'xs' | 'sm' | 'md' | 'lg' | 'xl'>>;
|
29
28
|
};
|
30
|
-
declare
|
31
|
-
|
32
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
33
|
-
attrs: any;
|
29
|
+
declare function __VLS_template(): {
|
30
|
+
attrs: Partial<{}>;
|
34
31
|
slots: Readonly<{
|
35
32
|
activator?: (props: {
|
36
33
|
props: {
|
37
34
|
"aria-expanded": boolean;
|
38
|
-
"aria-controls": string;
|
35
|
+
"aria-controls": string | undefined;
|
39
36
|
id: string;
|
40
|
-
onClick:
|
41
|
-
onKeydown:
|
42
|
-
disabled?:
|
37
|
+
onClick: (...args: any[]) => any;
|
38
|
+
onKeydown: (event: KeyboardEvent) => void;
|
39
|
+
disabled?: BbDropdownProps["disabled"];
|
43
40
|
};
|
44
|
-
closed: boolean;
|
45
|
-
closing: boolean;
|
46
41
|
disabled?: boolean;
|
47
42
|
open: boolean;
|
48
|
-
|
49
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
43
|
+
placement: BbDropdownProps["placement"];
|
50
44
|
}) => any;
|
51
45
|
prepend?: (props: {
|
52
|
-
closed: boolean;
|
53
|
-
closing: boolean;
|
54
46
|
disabled?: boolean;
|
55
47
|
open: boolean;
|
56
|
-
|
57
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
48
|
+
placement: BbDropdownProps["placement"];
|
58
49
|
}) => any;
|
59
50
|
'item:prepend'?: (props: {
|
60
|
-
|
61
|
-
closing: boolean;
|
62
|
-
disabled?: MappedItem<T>["disabled"];
|
51
|
+
disabled?: MappedItem["disabled"];
|
63
52
|
index: number;
|
64
|
-
item:
|
53
|
+
item: BbDropdownProps["items"][number];
|
65
54
|
open: boolean;
|
66
|
-
|
67
|
-
|
68
|
-
text: MappedItem<T>["text"];
|
69
|
-
}) => any;
|
70
|
-
item?: (props: {
|
71
|
-
closed: boolean;
|
72
|
-
closing: boolean;
|
73
|
-
disabled?: MappedItem<T>["disabled"];
|
74
|
-
index: number;
|
75
|
-
item: BbDropdownButtonProps<T>["items"][number];
|
76
|
-
open: boolean;
|
77
|
-
opening: boolean;
|
78
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
79
|
-
text: MappedItem<T>["text"];
|
55
|
+
placement: BbDropdownProps["placement"];
|
56
|
+
text: MappedItem["text"];
|
80
57
|
}) => any;
|
81
58
|
'item:append'?: (props: {
|
82
|
-
|
83
|
-
closing: boolean;
|
84
|
-
disabled?: MappedItem<T>["disabled"];
|
59
|
+
disabled?: MappedItem["disabled"];
|
85
60
|
index: number;
|
86
|
-
item:
|
61
|
+
item: BbDropdownProps["items"][number];
|
87
62
|
open: boolean;
|
88
|
-
|
89
|
-
|
90
|
-
text: MappedItem<T>["text"];
|
63
|
+
placement: BbDropdownProps["placement"];
|
64
|
+
text: MappedItem["text"];
|
91
65
|
}) => any;
|
92
66
|
append?: (props: {
|
93
|
-
closed: boolean;
|
94
|
-
closing: boolean;
|
95
67
|
disabled?: boolean;
|
96
68
|
open: boolean;
|
97
|
-
|
98
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
69
|
+
placement: BbDropdownProps["placement"];
|
99
70
|
}) => any;
|
100
71
|
'right-btn'?: (props: {
|
101
|
-
closed: boolean;
|
102
|
-
closing: boolean;
|
103
72
|
disabled?: boolean;
|
104
73
|
open: boolean;
|
105
|
-
|
106
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
74
|
+
placement: BbDropdownButtonProps["placement"];
|
107
75
|
}) => any;
|
108
|
-
} & {
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
}) => any; }> & {
|
76
|
+
} & {
|
77
|
+
[key: string]: (props: {
|
78
|
+
disabled?: MappedItem["disabled"];
|
79
|
+
index: number;
|
80
|
+
item: BbDropdownProps["items"][number];
|
81
|
+
open: boolean;
|
82
|
+
placement: BbDropdownProps["placement"];
|
83
|
+
text: MappedItem["text"];
|
84
|
+
}) => any;
|
85
|
+
}> & {
|
119
86
|
activator?: (props: {
|
120
87
|
props: {
|
121
88
|
"aria-expanded": boolean;
|
122
|
-
"aria-controls": string;
|
89
|
+
"aria-controls": string | undefined;
|
123
90
|
id: string;
|
124
|
-
onClick:
|
125
|
-
onKeydown:
|
126
|
-
disabled?:
|
91
|
+
onClick: (...args: any[]) => any;
|
92
|
+
onKeydown: (event: KeyboardEvent) => void;
|
93
|
+
disabled?: BbDropdownProps["disabled"];
|
127
94
|
};
|
128
|
-
closed: boolean;
|
129
|
-
closing: boolean;
|
130
95
|
disabled?: boolean;
|
131
96
|
open: boolean;
|
132
|
-
|
133
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
97
|
+
placement: BbDropdownProps["placement"];
|
134
98
|
}) => any;
|
135
99
|
prepend?: (props: {
|
136
|
-
closed: boolean;
|
137
|
-
closing: boolean;
|
138
100
|
disabled?: boolean;
|
139
101
|
open: boolean;
|
140
|
-
|
141
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
102
|
+
placement: BbDropdownProps["placement"];
|
142
103
|
}) => any;
|
143
104
|
'item:prepend'?: (props: {
|
144
|
-
|
145
|
-
closing: boolean;
|
146
|
-
disabled?: MappedItem<T>["disabled"];
|
105
|
+
disabled?: MappedItem["disabled"];
|
147
106
|
index: number;
|
148
|
-
item:
|
107
|
+
item: BbDropdownProps["items"][number];
|
149
108
|
open: boolean;
|
150
|
-
|
151
|
-
|
152
|
-
text: MappedItem<T>["text"];
|
153
|
-
}) => any;
|
154
|
-
item?: (props: {
|
155
|
-
closed: boolean;
|
156
|
-
closing: boolean;
|
157
|
-
disabled?: MappedItem<T>["disabled"];
|
158
|
-
index: number;
|
159
|
-
item: BbDropdownButtonProps<T>["items"][number];
|
160
|
-
open: boolean;
|
161
|
-
opening: boolean;
|
162
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
163
|
-
text: MappedItem<T>["text"];
|
109
|
+
placement: BbDropdownProps["placement"];
|
110
|
+
text: MappedItem["text"];
|
164
111
|
}) => any;
|
165
112
|
'item:append'?: (props: {
|
166
|
-
|
167
|
-
closing: boolean;
|
168
|
-
disabled?: MappedItem<T>["disabled"];
|
113
|
+
disabled?: MappedItem["disabled"];
|
169
114
|
index: number;
|
170
|
-
item:
|
115
|
+
item: BbDropdownProps["items"][number];
|
171
116
|
open: boolean;
|
172
|
-
|
173
|
-
|
174
|
-
text: MappedItem<T>["text"];
|
117
|
+
placement: BbDropdownProps["placement"];
|
118
|
+
text: MappedItem["text"];
|
175
119
|
}) => any;
|
176
120
|
append?: (props: {
|
177
|
-
closed: boolean;
|
178
|
-
closing: boolean;
|
179
121
|
disabled?: boolean;
|
180
122
|
open: boolean;
|
181
|
-
|
182
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
123
|
+
placement: BbDropdownProps["placement"];
|
183
124
|
}) => any;
|
184
125
|
'right-btn'?: (props: {
|
185
|
-
closed: boolean;
|
186
|
-
closing: boolean;
|
187
126
|
disabled?: boolean;
|
188
127
|
open: boolean;
|
189
|
-
|
190
|
-
|
128
|
+
placement: BbDropdownButtonProps["placement"];
|
129
|
+
}) => any;
|
130
|
+
} & {
|
131
|
+
[key: string]: (props: {
|
132
|
+
disabled?: MappedItem["disabled"];
|
133
|
+
index: number;
|
134
|
+
item: BbDropdownProps["items"][number];
|
135
|
+
open: boolean;
|
136
|
+
placement: BbDropdownProps["placement"];
|
137
|
+
text: MappedItem["text"];
|
191
138
|
}) => any;
|
192
|
-
}
|
193
|
-
|
194
|
-
|
195
|
-
disabled?: MappedItem<T>["disabled"];
|
196
|
-
index: number;
|
197
|
-
item: BbDropdownButtonProps<T>["items"][number];
|
198
|
-
open: boolean;
|
199
|
-
opening: boolean;
|
200
|
-
placement: BbDropdownButtonProps<T>["placement"];
|
201
|
-
text: MappedItem<T>["text"];
|
202
|
-
}) => any; };
|
203
|
-
emit: {};
|
204
|
-
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
205
|
-
[key: string]: any;
|
206
|
-
}> & {
|
207
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
139
|
+
};
|
140
|
+
refs: {};
|
141
|
+
rootEl: HTMLSpanElement;
|
208
142
|
};
|
143
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
144
|
+
declare const __VLS_component: import('vue').DefineComponent<BbDropdownButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbDropdownButtonProps> & Readonly<{}>, {
|
145
|
+
theme: string;
|
146
|
+
autoLoading: boolean;
|
147
|
+
disabledWhileLoading: boolean;
|
148
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
149
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
209
150
|
export default _default;
|
210
|
-
type
|
211
|
-
|
212
|
-
|
151
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
152
|
+
new (): {
|
153
|
+
$slots: S;
|
154
|
+
};
|
155
|
+
};
|
@@ -56,6 +56,7 @@ declare const createError: {
|
|
56
56
|
};
|
57
57
|
};
|
58
58
|
declare function __VLS_template(): {
|
59
|
+
attrs: Partial<{}>;
|
59
60
|
slots: Readonly<{
|
60
61
|
default?: (props: {
|
61
62
|
dragging: boolean;
|
@@ -72,7 +73,7 @@ declare function __VLS_template(): {
|
|
72
73
|
refs: {
|
73
74
|
submittable: HTMLInputElement;
|
74
75
|
};
|
75
|
-
|
76
|
+
rootEl: any;
|
76
77
|
};
|
77
78
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
78
79
|
declare const __VLS_component: import('vue').DefineComponent<BbDropzoneProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
@@ -87,7 +88,9 @@ declare const __VLS_component: import('vue').DefineComponent<BbDropzoneProps, {}
|
|
87
88
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
88
89
|
}>, {
|
89
90
|
tag: keyof Omit<HTMLElementTagNameMap, import('../../types/VoidHtmlElements').VoidHTMLElements>;
|
90
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
91
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
92
|
+
submittable: HTMLInputElement;
|
93
|
+
}, any>;
|
91
94
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
92
95
|
export default _default;
|
93
96
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
@@ -15,6 +15,7 @@ export type BbIntersectionEvents = {
|
|
15
15
|
(e: 'intersected', value: number): void;
|
16
16
|
};
|
17
17
|
declare function __VLS_template(): {
|
18
|
+
attrs: Partial<{}>;
|
18
19
|
slots: Readonly<{
|
19
20
|
default?: (props: {
|
20
21
|
hidden: boolean;
|
@@ -31,7 +32,7 @@ declare function __VLS_template(): {
|
|
31
32
|
refs: {
|
32
33
|
infinitescrolltrigger: unknown;
|
33
34
|
};
|
34
|
-
|
35
|
+
rootEl: any;
|
35
36
|
};
|
36
37
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
37
38
|
declare const __VLS_component: import('vue').DefineComponent<BbIntersectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
@@ -46,7 +47,9 @@ declare const __VLS_component: import('vue').DefineComponent<BbIntersectionProps
|
|
46
47
|
tag: keyof Omit<HTMLElementTagNameMap, import('../../types/VoidHtmlElements').VoidHTMLElements>;
|
47
48
|
options: IntersectionObserverInit;
|
48
49
|
debounceTime: number;
|
49
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
51
|
+
infinitescrolltrigger: unknown;
|
52
|
+
}, any>;
|
50
53
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
51
54
|
export default _default;
|
52
55
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
@@ -115,6 +115,7 @@ export type BbNumberInputProps = {
|
|
115
115
|
};
|
116
116
|
export type BbNumberInputEvents = BaseNumberInputEvents;
|
117
117
|
declare function __VLS_template(): {
|
118
|
+
attrs: Partial<{}>;
|
118
119
|
slots: Readonly<BaseNumberInputSlots & {
|
119
120
|
label?: (props: {
|
120
121
|
text: string;
|
@@ -133,21 +134,21 @@ declare function __VLS_template(): {
|
|
133
134
|
$props: {
|
134
135
|
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
135
136
|
readonly 'append:icon'?: string | undefined;
|
136
|
-
readonly ariaDescribedby?:
|
137
|
-
readonly autocomplete?:
|
138
|
-
readonly autofocus?:
|
137
|
+
readonly ariaDescribedby?: string | undefined;
|
138
|
+
readonly autocomplete?: string | undefined;
|
139
|
+
readonly autofocus?: (boolean | "true" | "false") | undefined;
|
139
140
|
readonly clearable?: boolean | undefined;
|
140
141
|
readonly compact?: boolean | undefined;
|
141
142
|
readonly disabled?: boolean | undefined;
|
142
143
|
readonly hasErrors?: boolean | undefined;
|
143
|
-
readonly id?:
|
144
|
+
readonly id?: string | undefined;
|
144
145
|
readonly loading?: boolean | undefined;
|
145
146
|
readonly max?: number | undefined;
|
146
147
|
readonly maxPrecision?: number | undefined;
|
147
148
|
readonly min?: number | undefined;
|
148
149
|
readonly modelValue: number | string | null;
|
149
|
-
readonly name?:
|
150
|
-
readonly placeholder?:
|
150
|
+
readonly name?: string | undefined;
|
151
|
+
readonly placeholder?: string | undefined;
|
151
152
|
readonly 'prepend:icon'?: string | undefined;
|
152
153
|
readonly readonly?: boolean | undefined;
|
153
154
|
readonly required?: boolean | undefined;
|
@@ -158,6 +159,8 @@ declare function __VLS_template(): {
|
|
158
159
|
};
|
159
160
|
$refs: {
|
160
161
|
[x: string]: unknown;
|
162
|
+
} & {
|
163
|
+
input: HTMLInputElement;
|
161
164
|
};
|
162
165
|
$slots: Readonly<{
|
163
166
|
[name: string]: import('vue').Slot<any> | undefined;
|
@@ -166,7 +169,7 @@ declare function __VLS_template(): {
|
|
166
169
|
$parent: import('vue').ComponentPublicInstance | null;
|
167
170
|
$host: Element | null;
|
168
171
|
$emit: (event: string, ...args: any[]) => void;
|
169
|
-
$el:
|
172
|
+
$el: HTMLSpanElement;
|
170
173
|
$options: import('vue').ComponentOptionsBase<Readonly<import('../..').BaseNumberInputProps> & Readonly<{
|
171
174
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
172
175
|
}>, {
|
@@ -213,7 +216,7 @@ declare function __VLS_template(): {
|
|
213
216
|
$slots: Readonly<BaseNumberInputSlots> & BaseNumberInputSlots;
|
214
217
|
}) | null;
|
215
218
|
};
|
216
|
-
|
219
|
+
rootEl: HTMLDivElement;
|
217
220
|
};
|
218
221
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
219
222
|
declare const __VLS_component: import('vue').DefineComponent<BbNumberInputProps, {
|
@@ -227,7 +230,95 @@ declare const __VLS_component: import('vue').DefineComponent<BbNumberInputProps,
|
|
227
230
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
228
231
|
}>, {
|
229
232
|
maxPrecision: number;
|
230
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
233
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
234
|
+
bni: ({
|
235
|
+
$: import('vue').ComponentInternalInstance;
|
236
|
+
$data: {};
|
237
|
+
$props: {
|
238
|
+
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
239
|
+
readonly 'append:icon'?: string | undefined;
|
240
|
+
readonly ariaDescribedby?: string | undefined;
|
241
|
+
readonly autocomplete?: string | undefined;
|
242
|
+
readonly autofocus?: (boolean | "true" | "false") | undefined;
|
243
|
+
readonly clearable?: boolean | undefined;
|
244
|
+
readonly compact?: boolean | undefined;
|
245
|
+
readonly disabled?: boolean | undefined;
|
246
|
+
readonly hasErrors?: boolean | undefined;
|
247
|
+
readonly id?: string | undefined;
|
248
|
+
readonly loading?: boolean | undefined;
|
249
|
+
readonly max?: number | undefined;
|
250
|
+
readonly maxPrecision?: number | undefined;
|
251
|
+
readonly min?: number | undefined;
|
252
|
+
readonly modelValue: number | string | null;
|
253
|
+
readonly name?: string | undefined;
|
254
|
+
readonly placeholder?: string | undefined;
|
255
|
+
readonly 'prepend:icon'?: string | undefined;
|
256
|
+
readonly readonly?: boolean | undefined;
|
257
|
+
readonly required?: boolean | undefined;
|
258
|
+
readonly step?: number | undefined;
|
259
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
260
|
+
$attrs: {
|
261
|
+
[x: string]: unknown;
|
262
|
+
};
|
263
|
+
$refs: {
|
264
|
+
[x: string]: unknown;
|
265
|
+
} & {
|
266
|
+
input: HTMLInputElement;
|
267
|
+
};
|
268
|
+
$slots: Readonly<{
|
269
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
270
|
+
}>;
|
271
|
+
$root: import('vue').ComponentPublicInstance | null;
|
272
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
273
|
+
$host: Element | null;
|
274
|
+
$emit: (event: string, ...args: any[]) => void;
|
275
|
+
$el: HTMLSpanElement;
|
276
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../..').BaseNumberInputProps> & Readonly<{
|
277
|
+
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
278
|
+
}>, {
|
279
|
+
increase: () => void;
|
280
|
+
decrease: () => void;
|
281
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
282
|
+
[x: string]: any;
|
283
|
+
} & {
|
284
|
+
[x: string]: any;
|
285
|
+
}, string, {
|
286
|
+
autocomplete: string;
|
287
|
+
step: number;
|
288
|
+
maxPrecision: number;
|
289
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
290
|
+
beforeCreate?: (() => void) | (() => void)[];
|
291
|
+
created?: (() => void) | (() => void)[];
|
292
|
+
beforeMount?: (() => void) | (() => void)[];
|
293
|
+
mounted?: (() => void) | (() => void)[];
|
294
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
295
|
+
updated?: (() => void) | (() => void)[];
|
296
|
+
activated?: (() => void) | (() => void)[];
|
297
|
+
deactivated?: (() => void) | (() => void)[];
|
298
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
299
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
300
|
+
destroyed?: (() => void) | (() => void)[];
|
301
|
+
unmounted?: (() => void) | (() => void)[];
|
302
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
303
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
304
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
305
|
+
};
|
306
|
+
$forceUpdate: () => void;
|
307
|
+
$nextTick: typeof import('vue').nextTick;
|
308
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
309
|
+
} & Readonly<{
|
310
|
+
autocomplete: string;
|
311
|
+
step: number;
|
312
|
+
maxPrecision: number;
|
313
|
+
}> & Omit<Readonly<import('../..').BaseNumberInputProps> & Readonly<{
|
314
|
+
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
315
|
+
}>, "decrease" | "increase" | ("autocomplete" | "step" | "maxPrecision")> & import('vue').ShallowUnwrapRef<{
|
316
|
+
increase: () => void;
|
317
|
+
decrease: () => void;
|
318
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
319
|
+
$slots: Readonly<BaseNumberInputSlots> & BaseNumberInputSlots;
|
320
|
+
}) | null;
|
321
|
+
}, HTMLDivElement>;
|
231
322
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
232
323
|
export default _default;
|
233
324
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
@@ -59,6 +59,7 @@ declare const descriptionId: string;
|
|
59
59
|
*/
|
60
60
|
declare const onCloseClick: () => void;
|
61
61
|
declare function __VLS_template(): {
|
62
|
+
attrs: Partial<{}>;
|
62
63
|
slots: Readonly<BbOffCanvasSlots> & BbOffCanvasSlots;
|
63
64
|
refs: {
|
64
65
|
overlay: HTMLDivElement;
|
@@ -68,7 +69,7 @@ declare function __VLS_template(): {
|
|
68
69
|
body: HTMLDivElement;
|
69
70
|
footer: HTMLDivElement;
|
70
71
|
};
|
71
|
-
|
72
|
+
rootEl: any;
|
72
73
|
};
|
73
74
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
74
75
|
declare const __VLS_component: import('vue').DefineComponent<BbOffCanvasProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
@@ -89,7 +90,14 @@ declare const __VLS_component: import('vue').DefineComponent<BbOffCanvasProps, {
|
|
89
90
|
overlayClasses: import('../../types/Classes').Classes;
|
90
91
|
panelClasses: import('../../types/Classes').Classes;
|
91
92
|
showClose: boolean;
|
92
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
93
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
94
|
+
overlay: HTMLDivElement;
|
95
|
+
panel: HTMLDivElement;
|
96
|
+
content: HTMLDivElement;
|
97
|
+
header: HTMLDivElement;
|
98
|
+
body: HTMLDivElement;
|
99
|
+
footer: HTMLDivElement;
|
100
|
+
}, any>;
|
93
101
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
94
102
|
export default _default;
|
95
103
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
@@ -32,14 +32,15 @@ export type BbPaginationProps = Pick<CommonProps, 'disabled' | 'loading'> & {
|
|
32
32
|
*/
|
33
33
|
totalPages?: number | string;
|
34
34
|
};
|
35
|
-
|
35
|
+
type __VLS_Props = BbPaginationProps;
|
36
36
|
export type BbPaginationEvents = {
|
37
37
|
(e: 'update:modelValue', value: number): void;
|
38
38
|
};
|
39
39
|
type __VLS_PublicProps = {
|
40
40
|
modelValue?: number;
|
41
|
-
} &
|
41
|
+
} & __VLS_Props;
|
42
42
|
declare function __VLS_template(): {
|
43
|
+
attrs: Partial<{}>;
|
43
44
|
slots: Readonly<{
|
44
45
|
previous?: (props: object) => any;
|
45
46
|
next?: (props: object) => any;
|
@@ -63,13 +64,13 @@ declare function __VLS_template(): {
|
|
63
64
|
outercontainer: HTMLDivElement;
|
64
65
|
innercontainer: HTMLUListElement;
|
65
66
|
};
|
66
|
-
|
67
|
+
rootEl: HTMLDivElement;
|
67
68
|
};
|
68
69
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
69
70
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
70
|
-
"update:modelValue": (
|
71
|
+
"update:modelValue": (value: number) => any;
|
71
72
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
72
|
-
"onUpdate:modelValue"?: ((
|
73
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
73
74
|
}>, {
|
74
75
|
label: string;
|
75
76
|
align: "left" | "right" | "center";
|
@@ -77,7 +78,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
77
78
|
ellipsis: string;
|
78
79
|
querykey: string;
|
79
80
|
totalPages: number | string;
|
80
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
81
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
82
|
+
outercontainer: HTMLDivElement;
|
83
|
+
innercontainer: HTMLUListElement;
|
84
|
+
}, HTMLDivElement>;
|
81
85
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
82
86
|
export default _default;
|
83
87
|
type __VLS_WithTemplateSlots<T, S> = T & {
|