persagy-vant 0.0.23 → 0.0.25
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/es/action-sheet/index.css +1 -1
- package/es/action-sheet/index.d.ts +0 -63
- package/es/action-sheet/index.less +0 -96
- package/es/action-sheet/index.mjs +0 -3
- package/es/action-sheet/style/index.mjs +0 -8
- package/es/action-sheet/style/less.mjs +0 -8
- package/es/background/Background.d.ts +23 -0
- package/es/background/Background.mjs +23 -0
- package/es/background/assets/background-default.png +0 -0
- package/es/background/assets/background-light.png +0 -0
- package/es/background/assets/background-style-1.png +0 -0
- package/es/background/assets/background-style-2.png +0 -0
- package/es/background/assets/background-style-3.png +0 -0
- package/es/background/index.css +1 -0
- package/es/background/index.d.ts +21 -0
- package/es/background/index.less +41 -0
- package/es/background/index.mjs +8 -0
- package/es/background/style/index.d.ts +1 -0
- package/es/background/style/index.mjs +2 -0
- package/es/background/style/less.d.ts +1 -0
- package/es/background/style/less.mjs +2 -0
- package/es/background/types.d.ts +1 -0
- package/es/background/types.mjs +0 -0
- package/es/background/var.css +0 -0
- package/es/background/var.less +6 -0
- package/es/cascader/style/index.mjs +0 -8
- package/es/cascader/style/less.mjs +0 -8
- package/es/{action-sheet/ActionSheetPanel.d.ts → checkbox-panel/CheckboxPanel.d.ts} +11 -26
- package/es/checkbox-panel/CheckboxPanel.mjs +100 -0
- package/es/checkbox-panel/index.css +1 -0
- package/es/checkbox-panel/index.d.ts +58 -0
- package/es/checkbox-panel/index.less +26 -0
- package/es/checkbox-panel/index.mjs +8 -0
- package/es/checkbox-panel/style/index.d.ts +1 -0
- package/es/checkbox-panel/style/index.mjs +16 -0
- package/es/checkbox-panel/style/less.d.ts +1 -0
- package/es/checkbox-panel/style/less.mjs +16 -0
- package/es/coupon-list/style/index.mjs +1 -3
- package/es/coupon-list/style/less.mjs +1 -3
- package/es/datetime-picker/DatetimePicker.mjs +1 -3
- package/es/field/Field.d.ts +17 -4
- package/es/field/Field.mjs +1 -1
- package/es/field/index.d.ts +9 -2
- package/es/filter-tag/FilterTag.d.ts +14 -0
- package/es/filter-tag/FilterTag.mjs +6 -1
- package/es/filter-tag/index.css +1 -1
- package/es/filter-tag/index.d.ts +10 -1
- package/es/filter-tag/index.less +16 -0
- package/es/filter-tag/var.less +5 -0
- package/es/floor-select/FloorSelect.d.ts +38 -0
- package/es/floor-select/FloorSelect.mjs +234 -0
- package/es/floor-select/index.css +1 -0
- package/es/floor-select/index.d.ts +32 -0
- package/es/floor-select/index.less +57 -0
- package/es/floor-select/index.mjs +8 -0
- package/es/floor-select/style/index.d.ts +1 -0
- package/es/floor-select/style/index.mjs +20 -0
- package/es/floor-select/style/less.d.ts +1 -0
- package/es/floor-select/style/less.mjs +20 -0
- package/es/floor-select/types.d.ts +18 -0
- package/es/floor-select/types.mjs +0 -0
- package/es/fonts/meri-mobile-icon.ttf +0 -0
- package/es/fonts/meri-mobile-icon.woff +0 -0
- package/es/fonts/meri-mobile-icon.woff2 +0 -0
- package/es/form-panel/FormPanel.d.ts +32 -0
- package/es/form-panel/FormPanel.mjs +64 -0
- package/es/form-panel/index.css +1 -0
- package/es/form-panel/index.d.ts +28 -0
- package/es/form-panel/index.less +95 -0
- package/es/form-panel/index.mjs +8 -0
- package/es/form-panel/style/index.d.ts +1 -0
- package/es/form-panel/style/index.mjs +11 -0
- package/es/form-panel/style/less.d.ts +1 -0
- package/es/form-panel/style/less.mjs +11 -0
- package/es/friendly-tip/FriendlyTip.d.ts +86 -0
- package/es/friendly-tip/FriendlyTip.mjs +60 -0
- package/es/friendly-tip/index.css +1 -0
- package/es/friendly-tip/index.d.ts +64 -0
- package/es/friendly-tip/index.less +48 -0
- package/es/friendly-tip/index.mjs +8 -0
- package/es/friendly-tip/style/index.d.ts +1 -0
- package/es/friendly-tip/style/index.mjs +7 -0
- package/es/friendly-tip/style/less.d.ts +1 -0
- package/es/friendly-tip/style/less.mjs +7 -0
- package/es/friendly-tip/var.css +0 -0
- package/es/friendly-tip/var.less +10 -0
- package/es/index.d.ts +7 -1
- package/es/index.mjs +19 -1
- package/es/location-select/style/index.mjs +1 -1
- package/es/location-select/style/less.mjs +1 -1
- package/es/material-add/MaterialAdd.d.ts +14 -1
- package/es/material-add/MaterialAdd.mjs +98 -50
- package/es/material-add/index.d.ts +10 -1
- package/es/material-add/style/index.mjs +1 -1
- package/es/material-add/style/less.mjs +1 -1
- package/es/material-add/types.d.ts +9 -0
- package/es/multi-person-select/MultiPersonSelect.d.ts +1 -1
- package/es/multi-person-select/index.d.ts +1 -1
- package/es/multi-person-select/style/index.mjs +1 -1
- package/es/multi-person-select/style/less.mjs +1 -1
- package/es/notify/index.css +1 -1
- package/es/notify/index.less +10 -0
- package/es/notify/var.less +3 -0
- package/es/object-select/style/index.mjs +1 -1
- package/es/object-select/style/less.mjs +1 -1
- package/es/popover/Popover.mjs +5 -4
- package/es/popover/index.css +1 -1
- package/es/popover/index.less +12 -5
- package/es/popover/var.less +1 -1
- package/es/quantity-input/QuantityInput.d.ts +1 -1
- package/es/quantity-input/index.d.ts +2 -2
- package/es/radio-panel/RadioPanel.d.ts +41 -0
- package/es/radio-panel/RadioPanel.mjs +71 -0
- package/es/radio-panel/index.css +1 -0
- package/es/radio-panel/index.d.ts +31 -0
- package/es/radio-panel/index.less +26 -0
- package/es/radio-panel/index.mjs +8 -0
- package/es/radio-panel/style/index.d.ts +1 -0
- package/es/radio-panel/style/index.mjs +15 -0
- package/es/radio-panel/style/less.d.ts +1 -0
- package/es/radio-panel/style/less.mjs +15 -0
- package/es/rate/Rate.d.ts +1 -1
- package/es/rate/Rate.mjs +2 -1
- package/es/rate/RateCell.d.ts +196 -0
- package/es/rate/RateCell.mjs +60 -0
- package/es/rate/index.css +1 -1
- package/es/rate/index.d.ts +136 -0
- package/es/rate/index.less +35 -0
- package/es/rate/index.mjs +8 -0
- package/es/rate/style/index.mjs +5 -0
- package/es/rate/style/less.mjs +5 -0
- package/es/rate/var.less +1 -1
- package/es/search/Search.d.ts +13 -3
- package/es/search/index.d.ts +9 -2
- package/es/single-person-select/style/index.mjs +1 -2
- package/es/single-person-select/style/less.mjs +1 -2
- package/es/style/base.css +1 -1
- package/es/style/css-variables.css +1 -1
- package/es/style/css-variables.less +10 -0
- package/es/tab/style/index.mjs +0 -8
- package/es/tab/style/less.mjs +0 -8
- package/es/tabbar/index.css +1 -1
- package/es/tabbar/var.less +1 -1
- package/es/tabs/Tabs.mjs +5 -1
- package/es/tabs/index.css +1 -1
- package/es/tabs/index.less +4 -0
- package/es/tabs/style/index.mjs +0 -8
- package/es/tabs/style/less.mjs +0 -8
- package/es/tag/Tag.d.ts +13 -3
- package/es/tag/Tag.mjs +1 -1
- package/es/tag/index.d.ts +9 -2
- package/es/work-order-filter/style/index.mjs +1 -1
- package/es/work-order-filter/style/less.mjs +1 -1
- package/lib/action-sheet/index.css +1 -1
- package/lib/action-sheet/index.d.ts +0 -63
- package/lib/action-sheet/index.js +0 -3
- package/lib/action-sheet/index.less +0 -96
- package/lib/action-sheet/style/index.js +0 -8
- package/lib/action-sheet/style/less.js +0 -8
- package/lib/background/Background.d.ts +23 -0
- package/lib/background/Background.js +42 -0
- package/lib/background/assets/background-default.png +0 -0
- package/lib/background/assets/background-light.png +0 -0
- package/lib/background/assets/background-style-1.png +0 -0
- package/lib/background/assets/background-style-2.png +0 -0
- package/lib/background/assets/background-style-3.png +0 -0
- package/lib/background/index.css +1 -0
- package/lib/background/index.d.ts +21 -0
- package/lib/background/index.js +37 -0
- package/lib/background/index.less +41 -0
- package/lib/background/style/index.d.ts +1 -0
- package/lib/background/style/index.js +2 -0
- package/lib/background/style/less.d.ts +1 -0
- package/lib/background/style/less.js +2 -0
- package/lib/background/types.d.ts +1 -0
- package/lib/background/types.js +15 -0
- package/lib/background/var.css +0 -0
- package/lib/background/var.less +6 -0
- package/lib/cascader/style/index.js +0 -8
- package/lib/cascader/style/less.js +0 -8
- package/lib/{action-sheet/ActionSheetPanel.d.ts → checkbox-panel/CheckboxPanel.d.ts} +11 -26
- package/lib/checkbox-panel/CheckboxPanel.js +119 -0
- package/lib/checkbox-panel/index.css +1 -0
- package/lib/checkbox-panel/index.d.ts +58 -0
- package/lib/checkbox-panel/index.js +37 -0
- package/lib/checkbox-panel/index.less +26 -0
- package/lib/checkbox-panel/style/index.d.ts +1 -0
- package/lib/checkbox-panel/style/index.js +16 -0
- package/lib/checkbox-panel/style/less.d.ts +1 -0
- package/lib/checkbox-panel/style/less.js +16 -0
- package/lib/coupon-list/style/index.js +1 -3
- package/lib/coupon-list/style/less.js +1 -3
- package/lib/datetime-picker/DatetimePicker.js +1 -3
- package/lib/field/Field.d.ts +17 -4
- package/lib/field/Field.js +1 -1
- package/lib/field/index.d.ts +9 -2
- package/lib/filter-tag/FilterTag.d.ts +14 -0
- package/lib/filter-tag/FilterTag.js +6 -1
- package/lib/filter-tag/index.css +1 -1
- package/lib/filter-tag/index.d.ts +10 -1
- package/lib/filter-tag/index.less +16 -0
- package/lib/filter-tag/var.less +5 -0
- package/lib/floor-select/FloorSelect.d.ts +38 -0
- package/lib/floor-select/FloorSelect.js +253 -0
- package/lib/floor-select/index.css +1 -0
- package/lib/floor-select/index.d.ts +32 -0
- package/lib/floor-select/index.js +37 -0
- package/lib/floor-select/index.less +57 -0
- package/lib/floor-select/style/index.d.ts +1 -0
- package/lib/floor-select/style/index.js +20 -0
- package/lib/floor-select/style/less.d.ts +1 -0
- package/lib/floor-select/style/less.js +20 -0
- package/lib/floor-select/types.d.ts +18 -0
- package/lib/floor-select/types.js +15 -0
- package/lib/fonts/meri-mobile-icon.ttf +0 -0
- package/lib/fonts/meri-mobile-icon.woff +0 -0
- package/lib/fonts/meri-mobile-icon.woff2 +0 -0
- package/lib/form-panel/FormPanel.d.ts +32 -0
- package/lib/form-panel/FormPanel.js +83 -0
- package/lib/form-panel/index.css +1 -0
- package/lib/form-panel/index.d.ts +28 -0
- package/lib/form-panel/index.js +37 -0
- package/lib/form-panel/index.less +95 -0
- package/lib/form-panel/style/index.d.ts +1 -0
- package/lib/form-panel/style/index.js +11 -0
- package/lib/form-panel/style/less.d.ts +1 -0
- package/lib/form-panel/style/less.js +11 -0
- package/lib/friendly-tip/FriendlyTip.d.ts +86 -0
- package/lib/friendly-tip/FriendlyTip.js +79 -0
- package/lib/friendly-tip/index.css +1 -0
- package/lib/friendly-tip/index.d.ts +64 -0
- package/lib/friendly-tip/index.js +37 -0
- package/lib/friendly-tip/index.less +48 -0
- package/lib/friendly-tip/style/index.d.ts +1 -0
- package/lib/friendly-tip/style/index.js +7 -0
- package/lib/friendly-tip/style/less.d.ts +1 -0
- package/lib/friendly-tip/style/less.js +7 -0
- package/lib/friendly-tip/var.css +0 -0
- package/lib/friendly-tip/var.less +10 -0
- package/lib/index.css +1 -1
- package/lib/index.d.ts +7 -1
- package/lib/index.js +19 -1
- package/lib/index.less +15 -9
- package/lib/location-select/style/index.js +1 -1
- package/lib/location-select/style/less.js +1 -1
- package/lib/material-add/MaterialAdd.d.ts +14 -1
- package/lib/material-add/MaterialAdd.js +98 -50
- package/lib/material-add/index.d.ts +10 -1
- package/lib/material-add/style/index.js +1 -1
- package/lib/material-add/style/less.js +1 -1
- package/lib/material-add/types.d.ts +9 -0
- package/lib/multi-person-select/MultiPersonSelect.d.ts +1 -1
- package/lib/multi-person-select/index.d.ts +1 -1
- package/lib/multi-person-select/style/index.js +1 -1
- package/lib/multi-person-select/style/less.js +1 -1
- package/lib/notify/index.css +1 -1
- package/lib/notify/index.less +10 -0
- package/lib/notify/var.less +3 -0
- package/lib/object-select/style/index.js +1 -1
- package/lib/object-select/style/less.js +1 -1
- package/lib/popover/Popover.js +5 -4
- package/lib/popover/index.css +1 -1
- package/lib/popover/index.less +12 -5
- package/lib/popover/var.less +1 -1
- package/lib/quantity-input/QuantityInput.d.ts +1 -1
- package/lib/quantity-input/index.d.ts +2 -2
- package/lib/radio-panel/RadioPanel.d.ts +41 -0
- package/lib/radio-panel/RadioPanel.js +90 -0
- package/lib/radio-panel/index.css +1 -0
- package/lib/radio-panel/index.d.ts +31 -0
- package/lib/radio-panel/index.js +37 -0
- package/lib/radio-panel/index.less +26 -0
- package/lib/radio-panel/style/index.d.ts +1 -0
- package/lib/radio-panel/style/index.js +15 -0
- package/lib/radio-panel/style/less.d.ts +1 -0
- package/lib/radio-panel/style/less.js +15 -0
- package/lib/rate/Rate.d.ts +1 -1
- package/lib/rate/Rate.js +2 -1
- package/lib/rate/RateCell.d.ts +196 -0
- package/lib/rate/RateCell.js +89 -0
- package/lib/rate/index.css +1 -1
- package/lib/rate/index.d.ts +136 -0
- package/lib/rate/index.js +8 -0
- package/lib/rate/index.less +35 -0
- package/lib/rate/style/index.js +5 -0
- package/lib/rate/style/less.js +5 -0
- package/lib/rate/var.less +1 -1
- package/lib/search/Search.d.ts +13 -3
- package/lib/search/index.d.ts +9 -2
- package/lib/single-person-select/style/index.js +1 -2
- package/lib/single-person-select/style/less.js +1 -2
- package/lib/style/base.css +1 -1
- package/lib/style/css-variables.css +1 -1
- package/lib/style/css-variables.less +10 -0
- package/lib/tab/style/index.js +0 -8
- package/lib/tab/style/less.js +0 -8
- package/lib/tabbar/index.css +1 -1
- package/lib/tabbar/var.less +1 -1
- package/lib/tabs/Tabs.js +5 -1
- package/lib/tabs/index.css +1 -1
- package/lib/tabs/index.less +4 -0
- package/lib/tabs/style/index.js +0 -8
- package/lib/tabs/style/less.js +0 -8
- package/lib/tag/Tag.d.ts +13 -3
- package/lib/tag/Tag.js +1 -1
- package/lib/tag/index.d.ts +9 -2
- package/lib/vant.cjs.js +2919 -2420
- package/lib/vant.es.js +2920 -2421
- package/lib/vant.js +5375 -4876
- package/lib/vant.min.js +1 -1
- package/lib/web-types.json +1 -1
- package/lib/work-order-filter/style/index.js +1 -1
- package/lib/work-order-filter/style/less.js +1 -1
- package/package.json +1 -1
- package/skills/use-persagy-vant/SKILL.md +7 -6
- package/skills/use-persagy-vant/references/design-interaction-baseline.md +71 -0
- package/skills/use-persagy-vant/references/page-recipes.md +11 -4
- package/es/action-sheet/ActionSheetPanel.mjs +0 -145
- package/lib/action-sheet/ActionSheetPanel.js +0 -174
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
export declare const CheckboxPanel: import("../utils").WithInstall<import("vue").DefineComponent<{
|
|
2
|
+
show: BooleanConstructor;
|
|
3
|
+
title: StringConstructor;
|
|
4
|
+
options: {
|
|
5
|
+
type: import("vue").PropType<import("./CheckboxPanel").CheckboxPanelOption[]>;
|
|
6
|
+
default: () => never[];
|
|
7
|
+
};
|
|
8
|
+
modelValue: import("vue").PropType<string[]>;
|
|
9
|
+
confirmText: {
|
|
10
|
+
type: import("vue").PropType<string>;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
selectAllText: {
|
|
14
|
+
type: import("vue").PropType<string>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
cancelSelectAllText: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:show" | "confirm")[], "update:modelValue" | "update:show" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
show: BooleanConstructor;
|
|
23
|
+
title: StringConstructor;
|
|
24
|
+
options: {
|
|
25
|
+
type: import("vue").PropType<import("./CheckboxPanel").CheckboxPanelOption[]>;
|
|
26
|
+
default: () => never[];
|
|
27
|
+
};
|
|
28
|
+
modelValue: import("vue").PropType<string[]>;
|
|
29
|
+
confirmText: {
|
|
30
|
+
type: import("vue").PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
selectAllText: {
|
|
34
|
+
type: import("vue").PropType<string>;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
cancelSelectAllText: {
|
|
38
|
+
type: import("vue").PropType<string>;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
}>> & {
|
|
42
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}, {
|
|
46
|
+
show: boolean;
|
|
47
|
+
options: import("./CheckboxPanel").CheckboxPanelOption[];
|
|
48
|
+
confirmText: string;
|
|
49
|
+
selectAllText: string;
|
|
50
|
+
cancelSelectAllText: string;
|
|
51
|
+
}>>;
|
|
52
|
+
export default CheckboxPanel;
|
|
53
|
+
export type { CheckboxPanelProps, CheckboxPanelOption } from './CheckboxPanel';
|
|
54
|
+
declare module 'vue' {
|
|
55
|
+
interface GlobalComponents {
|
|
56
|
+
VanCheckboxPanel: typeof CheckboxPanel;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.van-checkbox-panel {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
display: flex;
|
|
4
|
+
height: calc(100% - 96px);
|
|
5
|
+
max-height: calc(100% - 96px);
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
background: var(--van-gray-1);
|
|
8
|
+
|
|
9
|
+
.van-action-sheet__content { display: flex; flex: 1; min-height: 0; overflow: hidden; }
|
|
10
|
+
&__content { display: flex; flex: 1; flex-direction: column; min-height: 0; overflow: hidden; background: var(--van-gray-1); }
|
|
11
|
+
&__nav-wrapper { flex: none; width: 100%; min-width: 0; max-width: 100%; overflow: hidden; }
|
|
12
|
+
&__nav {
|
|
13
|
+
box-sizing: border-box; width: 100%; min-width: 0; max-width: 100%; overflow: hidden;
|
|
14
|
+
--van-nav-bar-background-color: var(--van-gray-1);
|
|
15
|
+
.van-nav-bar__content { box-sizing: border-box; width: 100%; overflow: hidden; }
|
|
16
|
+
.van-nav-bar__left--slot, .van-nav-bar__right--slot { padding: 0; }
|
|
17
|
+
.van-nav-bar__left--slot { left: var(--van-padding-md); }
|
|
18
|
+
.van-nav-bar__right--slot { right: var(--van-padding-md); }
|
|
19
|
+
}
|
|
20
|
+
&__body { flex: 1; min-height: 0; padding: 0 var(--van-padding-md); overflow-y: auto; }
|
|
21
|
+
&__card { overflow: hidden; background: var(--van-white); border-radius: var(--van-border-radius-lg); }
|
|
22
|
+
&__footer { flex: none; padding: var(--van-padding-xs) 12px; background: var(--van-white); box-shadow: 0 3px 12px rgba(27, 33, 41, 0.12), 0 0.5px 3px rgba(27, 33, 41, 0.08); }
|
|
23
|
+
&__select-all { color: var(--van-primary-color); font-weight: var(--van-font-weight-bold); font-size: var(--van-font-size-md); }
|
|
24
|
+
.van-cell { min-height: 44px; }
|
|
25
|
+
.van-checkbox { margin: 0; }
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../../style/base.css";
|
|
2
|
+
import "../../badge/index.css";
|
|
3
|
+
import "../../icon/index.css";
|
|
4
|
+
import "../../loading/index.css";
|
|
5
|
+
import "../../button/index.css";
|
|
6
|
+
import "../../overlay/index.css";
|
|
7
|
+
import "../../popup/index.css";
|
|
8
|
+
import "../../popover/index.css";
|
|
9
|
+
import "../../nav-bar/index.css";
|
|
10
|
+
import "../../action-sheet/index.css";
|
|
11
|
+
import "../../checkbox-group/index.css";
|
|
12
|
+
import "../../checkbox/index.css";
|
|
13
|
+
import "../../radio-group/index.css";
|
|
14
|
+
import "../../radio/index.css";
|
|
15
|
+
import "../../cell/index.css";
|
|
16
|
+
import "../index.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../../style/base.less";
|
|
2
|
+
import "../../badge/index.less";
|
|
3
|
+
import "../../icon/index.less";
|
|
4
|
+
import "../../loading/index.less";
|
|
5
|
+
import "../../button/index.less";
|
|
6
|
+
import "../../overlay/index.less";
|
|
7
|
+
import "../../popup/index.less";
|
|
8
|
+
import "../../popover/index.less";
|
|
9
|
+
import "../../nav-bar/index.less";
|
|
10
|
+
import "../../action-sheet/index.less";
|
|
11
|
+
import "../../checkbox-group/index.less";
|
|
12
|
+
import "../../checkbox/index.less";
|
|
13
|
+
import "../../radio-group/index.less";
|
|
14
|
+
import "../../radio/index.less";
|
|
15
|
+
import "../../cell/index.less";
|
|
16
|
+
import "../index.less";
|
|
@@ -5,8 +5,7 @@ import "../../loading/index.css";
|
|
|
5
5
|
import "../../button/index.css";
|
|
6
6
|
import "../../overlay/index.css";
|
|
7
7
|
import "../../popup/index.css";
|
|
8
|
-
import "../../
|
|
9
|
-
import "../../nav-bar/index.css";
|
|
8
|
+
import "../../action-sheet/index.css";
|
|
10
9
|
import "../../checkbox-group/index.css";
|
|
11
10
|
import "../../checkbox/index.css";
|
|
12
11
|
import "../../coupon/index.css";
|
|
@@ -14,7 +13,6 @@ import "../../radio-group/index.css";
|
|
|
14
13
|
import "../../radio/index.css";
|
|
15
14
|
import "../../cell/index.css";
|
|
16
15
|
import "../../field/index.css";
|
|
17
|
-
import "../../action-sheet/index.css";
|
|
18
16
|
import "../../sticky/index.css";
|
|
19
17
|
import "../../swipe/index.css";
|
|
20
18
|
import "../../swipe-item/index.css";
|
|
@@ -5,8 +5,7 @@ import "../../loading/index.less";
|
|
|
5
5
|
import "../../button/index.less";
|
|
6
6
|
import "../../overlay/index.less";
|
|
7
7
|
import "../../popup/index.less";
|
|
8
|
-
import "../../
|
|
9
|
-
import "../../nav-bar/index.less";
|
|
8
|
+
import "../../action-sheet/index.less";
|
|
10
9
|
import "../../checkbox-group/index.less";
|
|
11
10
|
import "../../checkbox/index.less";
|
|
12
11
|
import "../../coupon/index.less";
|
|
@@ -14,7 +13,6 @@ import "../../radio-group/index.less";
|
|
|
14
13
|
import "../../radio/index.less";
|
|
15
14
|
import "../../cell/index.less";
|
|
16
15
|
import "../../field/index.less";
|
|
17
|
-
import "../../action-sheet/index.less";
|
|
18
16
|
import "../../sticky/index.less";
|
|
19
17
|
import "../../swipe/index.less";
|
|
20
18
|
import "../../swipe-item/index.less";
|
|
@@ -43,9 +43,7 @@ var stdin_default = defineComponent({
|
|
|
43
43
|
};
|
|
44
44
|
const getLaterDate = (first, second) => first.getTime() > second.getTime() ? first : second;
|
|
45
45
|
const currentTime = getCurrentTime();
|
|
46
|
-
const formatRangeStartTime = (value) =>
|
|
47
|
-
return value || (props.startTimeFromCurrent ? currentTime : props.minDate);
|
|
48
|
-
};
|
|
46
|
+
const formatRangeStartTime = (value) => value || (props.startTimeFromCurrent ? currentTime : props.minDate);
|
|
49
47
|
const rangeStartTime = ref(formatRangeStartTime(props.startTime));
|
|
50
48
|
const rangeEndTime = ref(getLaterDate(props.endTime || rangeStartTime.value, rangeStartTime.value));
|
|
51
49
|
const updateRangeStartTime = (value) => {
|
package/es/field/Field.d.ts
CHANGED
|
@@ -18,7 +18,10 @@ export declare const fieldSharedProps: {
|
|
|
18
18
|
type: (NumberConstructor | StringConstructor)[];
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
|
-
inputAlign:
|
|
21
|
+
inputAlign: {
|
|
22
|
+
type: PropType<FieldTextAlign>;
|
|
23
|
+
default: FieldTextAlign;
|
|
24
|
+
};
|
|
22
25
|
placeholder: StringConstructor;
|
|
23
26
|
autocomplete: StringConstructor;
|
|
24
27
|
errorMessage: StringConstructor;
|
|
@@ -105,7 +108,10 @@ declare const fieldProps: {
|
|
|
105
108
|
type: (NumberConstructor | StringConstructor)[];
|
|
106
109
|
default: string;
|
|
107
110
|
};
|
|
108
|
-
inputAlign:
|
|
111
|
+
inputAlign: {
|
|
112
|
+
type: PropType<FieldTextAlign>;
|
|
113
|
+
default: FieldTextAlign;
|
|
114
|
+
};
|
|
109
115
|
placeholder: StringConstructor;
|
|
110
116
|
autocomplete: StringConstructor;
|
|
111
117
|
errorMessage: StringConstructor;
|
|
@@ -219,7 +225,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
219
225
|
type: (NumberConstructor | StringConstructor)[];
|
|
220
226
|
default: string;
|
|
221
227
|
};
|
|
222
|
-
inputAlign:
|
|
228
|
+
inputAlign: {
|
|
229
|
+
type: PropType<FieldTextAlign>;
|
|
230
|
+
default: FieldTextAlign;
|
|
231
|
+
};
|
|
223
232
|
placeholder: StringConstructor;
|
|
224
233
|
autocomplete: StringConstructor;
|
|
225
234
|
errorMessage: StringConstructor;
|
|
@@ -331,7 +340,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
331
340
|
type: (NumberConstructor | StringConstructor)[];
|
|
332
341
|
default: string;
|
|
333
342
|
};
|
|
334
|
-
inputAlign:
|
|
343
|
+
inputAlign: {
|
|
344
|
+
type: PropType<FieldTextAlign>;
|
|
345
|
+
default: FieldTextAlign;
|
|
346
|
+
};
|
|
335
347
|
placeholder: StringConstructor;
|
|
336
348
|
autocomplete: StringConstructor;
|
|
337
349
|
errorMessage: StringConstructor;
|
|
@@ -411,6 +423,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
411
423
|
modelValue: string | number;
|
|
412
424
|
clearable: boolean;
|
|
413
425
|
clearIcon: string;
|
|
426
|
+
inputAlign: FieldTextAlign;
|
|
414
427
|
clearTrigger: FieldClearTrigger;
|
|
415
428
|
formatTrigger: FieldFormatTrigger;
|
|
416
429
|
error: boolean;
|
package/es/field/Field.mjs
CHANGED
|
@@ -19,7 +19,7 @@ const fieldSharedProps = {
|
|
|
19
19
|
formatter: Function,
|
|
20
20
|
clearIcon: makeStringProp("clear"),
|
|
21
21
|
modelValue: makeNumericProp(""),
|
|
22
|
-
inputAlign:
|
|
22
|
+
inputAlign: makeStringProp("right"),
|
|
23
23
|
placeholder: String,
|
|
24
24
|
autocomplete: String,
|
|
25
25
|
errorMessage: String,
|
package/es/field/index.d.ts
CHANGED
|
@@ -60,7 +60,10 @@ export declare const Field: import("../utils").WithInstall<import("vue").DefineC
|
|
|
60
60
|
type: (NumberConstructor | StringConstructor)[];
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
|
-
inputAlign:
|
|
63
|
+
inputAlign: {
|
|
64
|
+
type: import("vue").PropType<import("./types").FieldTextAlign>;
|
|
65
|
+
default: import("./types").FieldTextAlign;
|
|
66
|
+
};
|
|
64
67
|
placeholder: StringConstructor;
|
|
65
68
|
autocomplete: StringConstructor;
|
|
66
69
|
errorMessage: StringConstructor;
|
|
@@ -172,7 +175,10 @@ export declare const Field: import("../utils").WithInstall<import("vue").DefineC
|
|
|
172
175
|
type: (NumberConstructor | StringConstructor)[];
|
|
173
176
|
default: string;
|
|
174
177
|
};
|
|
175
|
-
inputAlign:
|
|
178
|
+
inputAlign: {
|
|
179
|
+
type: import("vue").PropType<import("./types").FieldTextAlign>;
|
|
180
|
+
default: import("./types").FieldTextAlign;
|
|
181
|
+
};
|
|
176
182
|
placeholder: StringConstructor;
|
|
177
183
|
autocomplete: StringConstructor;
|
|
178
184
|
errorMessage: StringConstructor;
|
|
@@ -252,6 +258,7 @@ export declare const Field: import("../utils").WithInstall<import("vue").DefineC
|
|
|
252
258
|
modelValue: string | number;
|
|
253
259
|
clearable: boolean;
|
|
254
260
|
clearIcon: string;
|
|
261
|
+
inputAlign: import("./types").FieldTextAlign;
|
|
255
262
|
clearTrigger: import("./types").FieldClearTrigger;
|
|
256
263
|
formatTrigger: import("./types").FieldFormatTrigger;
|
|
257
264
|
error: boolean;
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { type PropType, type ExtractPropTypes } from 'vue';
|
|
2
2
|
export declare type FilterTagIconPosition = 'left' | 'right';
|
|
3
|
+
export declare type FilterTagSize = 'normal' | 'large';
|
|
3
4
|
declare const filterTagProps: {
|
|
4
5
|
selected: BooleanConstructor;
|
|
5
6
|
disabled: BooleanConstructor;
|
|
7
|
+
size: {
|
|
8
|
+
type: PropType<FilterTagSize>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
6
11
|
icon: StringConstructor;
|
|
7
12
|
iconPrefix: StringConstructor;
|
|
8
13
|
iconPosition: {
|
|
@@ -16,6 +21,10 @@ export declare type FilterTagProps = ExtractPropTypes<typeof filterTagProps>;
|
|
|
16
21
|
declare const _default: import("vue").DefineComponent<{
|
|
17
22
|
selected: BooleanConstructor;
|
|
18
23
|
disabled: BooleanConstructor;
|
|
24
|
+
size: {
|
|
25
|
+
type: PropType<FilterTagSize>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
19
28
|
icon: StringConstructor;
|
|
20
29
|
iconPrefix: StringConstructor;
|
|
21
30
|
iconPosition: {
|
|
@@ -27,6 +36,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
36
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
28
37
|
selected: BooleanConstructor;
|
|
29
38
|
disabled: BooleanConstructor;
|
|
39
|
+
size: {
|
|
40
|
+
type: PropType<FilterTagSize>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
30
43
|
icon: StringConstructor;
|
|
31
44
|
iconPrefix: StringConstructor;
|
|
32
45
|
iconPosition: {
|
|
@@ -39,6 +52,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
52
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
40
53
|
}, {
|
|
41
54
|
dot: boolean;
|
|
55
|
+
size: FilterTagSize;
|
|
42
56
|
disabled: boolean;
|
|
43
57
|
selected: boolean;
|
|
44
58
|
iconPosition: FilterTagIconPosition;
|
|
@@ -6,6 +6,10 @@ const [name, bem] = createNamespace("filter-tag");
|
|
|
6
6
|
const filterTagProps = {
|
|
7
7
|
selected: Boolean,
|
|
8
8
|
disabled: Boolean,
|
|
9
|
+
size: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: "normal"
|
|
12
|
+
},
|
|
9
13
|
icon: String,
|
|
10
14
|
iconPrefix: String,
|
|
11
15
|
iconPosition: {
|
|
@@ -48,7 +52,8 @@ var stdin_default = defineComponent({
|
|
|
48
52
|
"type": "button",
|
|
49
53
|
"class": bem({
|
|
50
54
|
selected: props.selected,
|
|
51
|
-
disabled: props.disabled
|
|
55
|
+
disabled: props.disabled,
|
|
56
|
+
large: props.size === "large"
|
|
52
57
|
}),
|
|
53
58
|
"disabled": props.disabled,
|
|
54
59
|
"onClick": (event) => emit("click", event)
|
package/es/filter-tag/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--van-filter-tag-padding: 4px 12px;--van-filter-tag-gap: 4px;--van-filter-tag-font-size: var(--van-font-size-md);--van-filter-tag-font-weight: var(--van-font-weight-bold);--van-filter-tag-line-height: var(--van-line-height-lg);--van-filter-tag-border-radius: var(--van-border-radius-lg);--van-filter-tag-color: var(--van-gray-8);--van-filter-tag-background-color: var(--van-gray-2);--van-filter-tag-selected-color: var(--van-primary-color);--van-filter-tag-selected-background-color: var(--van-blue-100);--van-filter-tag-disabled-color: var(--van-gray-5);--van-filter-tag-active-opacity: var(--van-active-opacity)}.van-filter-tag{display:inline-flex;align-items:center;justify-content:center;gap:var(--van-filter-tag-gap);min-width:0;padding:var(--van-filter-tag-padding);color:var(--van-filter-tag-color);font:inherit;font-size:var(--van-filter-tag-font-size);font-weight:400;line-height:var(--van-filter-tag-line-height);white-space:nowrap;background:var(--van-filter-tag-background-color);border:0;border-radius:var(--van-filter-tag-border-radius)}.van-filter-tag:not(:disabled){cursor:pointer}.van-filter-tag:not(:disabled):active{opacity:var(--van-filter-tag-active-opacity)}.van-filter-tag--selected{color:var(--van-filter-tag-selected-color);font-weight:var(--van-filter-tag-font-weight);background:var(--van-filter-tag-selected-background-color)}.van-filter-tag--disabled{color:var(--van-filter-tag-disabled-color);cursor:not-allowed}.van-filter-tag__icon{flex:none;font-size:16px}.van-filter-tag__text{overflow:hidden;text-overflow:ellipsis}.van-filter-tag .van-badge{position:static;display:inline-flex;box-sizing:border-box;flex:none;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;line-height:16px;border:0;transform:none}.van-filter-tag .van-badge--dot{width:8px;min-width:0;height:8px;padding:0}
|
|
1
|
+
:root{--van-filter-tag-padding: 4px 12px;--van-filter-tag-gap: 4px;--van-filter-tag-font-size: var(--van-font-size-md);--van-filter-tag-font-weight: var(--van-font-weight-bold);--van-filter-tag-line-height: var(--van-line-height-lg);--van-filter-tag-border-radius: var(--van-border-radius-lg);--van-filter-tag-color: var(--van-gray-8);--van-filter-tag-background-color: var(--van-gray-2);--van-filter-tag-selected-color: var(--van-primary-color);--van-filter-tag-selected-background-color: var(--van-blue-100);--van-filter-tag-disabled-color: var(--van-gray-5);--van-filter-tag-active-opacity: var(--van-active-opacity);--van-filter-tag-large-padding: 6px 16px;--van-filter-tag-large-gap: 6px;--van-filter-tag-large-font-size: var(--van-font-size-lg);--van-filter-tag-large-line-height: var(--van-line-height-xl);--van-filter-tag-large-icon-size: 18px}.van-filter-tag{display:inline-flex;align-items:center;justify-content:center;gap:var(--van-filter-tag-gap);min-width:0;padding:var(--van-filter-tag-padding);color:var(--van-filter-tag-color);font:inherit;font-size:var(--van-filter-tag-font-size);font-weight:400;line-height:var(--van-filter-tag-line-height);white-space:nowrap;background:var(--van-filter-tag-background-color);border:0;border-radius:var(--van-filter-tag-border-radius)}.van-filter-tag:not(:disabled){cursor:pointer}.van-filter-tag:not(:disabled):active{opacity:var(--van-filter-tag-active-opacity)}.van-filter-tag--selected{color:var(--van-filter-tag-selected-color);font-weight:var(--van-filter-tag-font-weight);background:var(--van-filter-tag-selected-background-color)}.van-filter-tag--disabled{color:var(--van-filter-tag-disabled-color);cursor:not-allowed}.van-filter-tag--large{gap:var(--van-filter-tag-large-gap);padding:var(--van-filter-tag-large-padding);font-size:var(--van-filter-tag-large-font-size);line-height:var(--van-filter-tag-large-line-height)}.van-filter-tag--large .van-filter-tag__icon{font-size:var(--van-filter-tag-large-icon-size)}.van-filter-tag__icon{flex:none;font-size:16px}.van-filter-tag__text{overflow:hidden;text-overflow:ellipsis}.van-filter-tag .van-badge{position:static;display:inline-flex;box-sizing:border-box;flex:none;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;line-height:16px;border:0;transform:none}.van-filter-tag .van-badge--dot{width:8px;min-width:0;height:8px;padding:0}
|
package/es/filter-tag/index.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
export declare const FilterTag: import("../utils").WithInstall<import("vue").DefineComponent<{
|
|
2
2
|
selected: BooleanConstructor;
|
|
3
3
|
disabled: BooleanConstructor;
|
|
4
|
+
size: {
|
|
5
|
+
type: import("vue").PropType<import("./FilterTag").FilterTagSize>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
4
8
|
icon: StringConstructor;
|
|
5
9
|
iconPrefix: StringConstructor;
|
|
6
10
|
iconPosition: {
|
|
@@ -12,6 +16,10 @@ export declare const FilterTag: import("../utils").WithInstall<import("vue").Def
|
|
|
12
16
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
17
|
selected: BooleanConstructor;
|
|
14
18
|
disabled: BooleanConstructor;
|
|
19
|
+
size: {
|
|
20
|
+
type: import("vue").PropType<import("./FilterTag").FilterTagSize>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
15
23
|
icon: StringConstructor;
|
|
16
24
|
iconPrefix: StringConstructor;
|
|
17
25
|
iconPosition: {
|
|
@@ -24,12 +32,13 @@ export declare const FilterTag: import("../utils").WithInstall<import("vue").Def
|
|
|
24
32
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
25
33
|
}, {
|
|
26
34
|
dot: boolean;
|
|
35
|
+
size: import("./FilterTag").FilterTagSize;
|
|
27
36
|
disabled: boolean;
|
|
28
37
|
selected: boolean;
|
|
29
38
|
iconPosition: import("./FilterTag").FilterTagIconPosition;
|
|
30
39
|
}>>;
|
|
31
40
|
export default FilterTag;
|
|
32
|
-
export type { FilterTagIconPosition, FilterTagProps } from './FilterTag';
|
|
41
|
+
export type { FilterTagIconPosition, FilterTagProps, FilterTagSize, } from './FilterTag';
|
|
33
42
|
declare module 'vue' {
|
|
34
43
|
interface GlobalComponents {
|
|
35
44
|
VanFilterTag: typeof FilterTag;
|
package/es/filter-tag/index.less
CHANGED
|
@@ -13,6 +13,11 @@
|
|
|
13
13
|
--van-filter-tag-selected-background-color: @filter-tag-selected-background-color;
|
|
14
14
|
--van-filter-tag-disabled-color: @filter-tag-disabled-color;
|
|
15
15
|
--van-filter-tag-active-opacity: @filter-tag-active-opacity;
|
|
16
|
+
--van-filter-tag-large-padding: @filter-tag-large-padding;
|
|
17
|
+
--van-filter-tag-large-gap: @filter-tag-large-gap;
|
|
18
|
+
--van-filter-tag-large-font-size: @filter-tag-large-font-size;
|
|
19
|
+
--van-filter-tag-large-line-height: @filter-tag-large-line-height;
|
|
20
|
+
--van-filter-tag-large-icon-size: @filter-tag-large-icon-size;
|
|
16
21
|
}
|
|
17
22
|
|
|
18
23
|
.van-filter-tag {
|
|
@@ -51,6 +56,17 @@
|
|
|
51
56
|
cursor: not-allowed;
|
|
52
57
|
}
|
|
53
58
|
|
|
59
|
+
&--large {
|
|
60
|
+
gap: var(--van-filter-tag-large-gap);
|
|
61
|
+
padding: var(--van-filter-tag-large-padding);
|
|
62
|
+
font-size: var(--van-filter-tag-large-font-size);
|
|
63
|
+
line-height: var(--van-filter-tag-large-line-height);
|
|
64
|
+
|
|
65
|
+
.van-filter-tag__icon {
|
|
66
|
+
font-size: var(--van-filter-tag-large-icon-size);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
54
70
|
&__icon {
|
|
55
71
|
flex: none;
|
|
56
72
|
font-size: 16px;
|
package/es/filter-tag/var.less
CHANGED
|
@@ -12,3 +12,8 @@
|
|
|
12
12
|
@filter-tag-selected-background-color: var(--van-blue-100);
|
|
13
13
|
@filter-tag-disabled-color: var(--van-gray-5);
|
|
14
14
|
@filter-tag-active-opacity: var(--van-active-opacity);
|
|
15
|
+
@filter-tag-large-padding: 6px 16px;
|
|
16
|
+
@filter-tag-large-gap: 6px;
|
|
17
|
+
@filter-tag-large-font-size: var(--van-font-size-lg);
|
|
18
|
+
@filter-tag-large-line-height: var(--van-line-height-xl);
|
|
19
|
+
@filter-tag-large-icon-size: 18px;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { type ExtractPropTypes, type PropType } from 'vue';
|
|
2
|
+
import { type Numeric } from '../utils';
|
|
3
|
+
import type { FloorSelectBuilding } from './types';
|
|
4
|
+
declare const floorSelectProps: {
|
|
5
|
+
modelValue: PropType<Numeric | undefined>;
|
|
6
|
+
activeBuilding: PropType<Numeric | undefined>;
|
|
7
|
+
buildings: {
|
|
8
|
+
type: PropType<FloorSelectBuilding[]>;
|
|
9
|
+
default: () => FloorSelectBuilding[];
|
|
10
|
+
};
|
|
11
|
+
more: BooleanConstructor;
|
|
12
|
+
};
|
|
13
|
+
export declare type FloorSelectProps = ExtractPropTypes<typeof floorSelectProps>;
|
|
14
|
+
declare const _default: import("vue").DefineComponent<{
|
|
15
|
+
modelValue: PropType<Numeric | undefined>;
|
|
16
|
+
activeBuilding: PropType<Numeric | undefined>;
|
|
17
|
+
buildings: {
|
|
18
|
+
type: PropType<FloorSelectBuilding[]>;
|
|
19
|
+
default: () => FloorSelectBuilding[];
|
|
20
|
+
};
|
|
21
|
+
more: BooleanConstructor;
|
|
22
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "update:activeBuilding")[], "change" | "update:modelValue" | "update:activeBuilding", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
23
|
+
modelValue: PropType<Numeric | undefined>;
|
|
24
|
+
activeBuilding: PropType<Numeric | undefined>;
|
|
25
|
+
buildings: {
|
|
26
|
+
type: PropType<FloorSelectBuilding[]>;
|
|
27
|
+
default: () => FloorSelectBuilding[];
|
|
28
|
+
};
|
|
29
|
+
more: BooleanConstructor;
|
|
30
|
+
}>> & {
|
|
31
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
"onUpdate:activeBuilding"?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
}, {
|
|
35
|
+
more: boolean;
|
|
36
|
+
buildings: FloorSelectBuilding[];
|
|
37
|
+
}>;
|
|
38
|
+
export default _default;
|