@nutui/nutui 4.3.13 → 4.3.14
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/CHANGELOG.md +24 -11
- package/README.md +30 -30
- package/dist/nutui.es.js +1 -1
- package/dist/nutui.js +2854 -2844
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/addresslist/AddressList.js +2 -2
- package/dist/packages/audio/Audio.js +9 -10
- package/dist/packages/audiooperate/AudioOperate.js +2 -2
- package/dist/packages/cascader/Cascader.js +3 -4
- package/dist/packages/comment/Comment.js +8 -11
- package/dist/packages/dialog/Dialog.js +4 -1
- package/dist/packages/elevator/Elevator.js +2 -2
- package/dist/packages/invoice/Invoice.js +2 -2
- package/dist/packages/locale/index.d.ts +1 -1
- package/dist/packages/numberkeyboard/NumberKeyboard.js +3 -5
- package/dist/packages/step/Step.js +13 -14
- package/dist/packages/swiper/Swiper.js +19 -1
- package/dist/packages/video/Video.js +11 -13
- package/dist/smartips/web-types.json +1 -1
- package/dist/types/__VUE/actionsheet/index.vue.d.ts +496 -8
- package/dist/types/__VUE/address/index.vue.d.ts +865 -56
- package/dist/types/__VUE/addresslist/components/GeneralShell.vue.d.ts +465 -7
- package/dist/types/__VUE/addresslist/components/ItemContents.vue.d.ts +117 -6
- package/dist/types/__VUE/addresslist/index.vue.d.ts +713 -6
- package/dist/types/__VUE/animate/animate.vue.d.ts +5 -5
- package/dist/types/__VUE/audio/index.vue.d.ts +229 -28
- package/dist/types/__VUE/audiooperate/index.vue.d.ts +205 -15
- package/dist/types/__VUE/avatar/index.vue.d.ts +6 -6
- package/dist/types/__VUE/avatarcropper/index.vue.d.ts +319 -19
- package/dist/types/__VUE/avatargroup/index.vue.d.ts +55 -7
- package/dist/types/__VUE/backtop/backtop.vue.d.ts +6 -6
- package/dist/types/__VUE/badge/badge.vue.d.ts +5 -5
- package/dist/types/__VUE/barrage/index.vue.d.ts +7 -7
- package/dist/types/__VUE/button/button.vue.d.ts +5 -5
- package/dist/types/__VUE/calendar/index.vue.d.ts +647 -8
- package/dist/types/__VUE/calendarcard/calendar-card.vue.d.ts +9 -24
- package/dist/types/__VUE/calendaritem/index.vue.d.ts +52 -52
- package/dist/types/__VUE/card/index.vue.d.ts +256 -4
- package/dist/types/__VUE/cascader/cascader-item.vue.d.ts +453 -10
- package/dist/types/__VUE/cascader/index.vue.d.ts +950 -10
- package/dist/types/__VUE/category/index.vue.d.ts +7 -7
- package/dist/types/__VUE/categorypane/index.vue.d.ts +5 -5
- package/dist/types/__VUE/cell/cell.vue.d.ts +5 -5
- package/dist/types/__VUE/cellgroup/cell-group.vue.d.ts +4 -4
- package/dist/types/__VUE/checkbox/index.vue.d.ts +6 -6
- package/dist/types/__VUE/checkboxgroup/index.vue.d.ts +7 -7
- package/dist/types/__VUE/circleprogress/circle-progress.vue.d.ts +5 -5
- package/dist/types/__VUE/col/col.vue.d.ts +4 -4
- package/dist/types/__VUE/collapse/collapse.vue.d.ts +5 -5
- package/dist/types/__VUE/collapseitem/collapse-item.vue.d.ts +4 -4
- package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +174 -8
- package/dist/types/__VUE/comment/components/CmtHeader.vue.d.ts +218 -6
- package/dist/types/__VUE/comment/components/CmtImages.vue.d.ts +73 -18
- package/dist/types/__VUE/comment/index.vue.d.ts +627 -16
- package/dist/types/__VUE/comment/type.d.ts +10 -0
- package/dist/types/__VUE/configprovider/index.vue.d.ts +6 -6
- package/dist/types/__VUE/countdown/countdown.vue.d.ts +8 -8
- package/dist/types/__VUE/countup/index.vue.d.ts +46 -46
- package/dist/types/__VUE/datepicker/index.vue.d.ts +265 -9
- package/dist/types/__VUE/dialog/index.vue.d.ts +631 -9
- package/dist/types/__VUE/divider/divider.vue.d.ts +4 -4
- package/dist/types/__VUE/drag/index.vue.d.ts +6 -6
- package/dist/types/__VUE/ecard/index.vue.d.ts +255 -10
- package/dist/types/__VUE/elevator/index.vue.d.ts +24 -17
- package/dist/types/__VUE/ellipsis/index.vue.d.ts +10 -10
- package/dist/types/__VUE/empty/empty.vue.d.ts +4 -4
- package/dist/types/__VUE/fixednav/index.vue.d.ts +231 -7
- package/dist/types/__VUE/form/form.vue.d.ts +6 -6
- package/dist/types/__VUE/formitem/form-item.vue.d.ts +4 -4
- package/dist/types/__VUE/grid/grid.vue.d.ts +4 -4
- package/dist/types/__VUE/griditem/grid-item.vue.d.ts +5 -5
- package/dist/types/__VUE/image/image.vue.d.ts +6 -6
- package/dist/types/__VUE/imagepreview/imagePreviewItem.vue.d.ts +155 -14
- package/dist/types/__VUE/imagepreview/index.vue.d.ts +916 -11
- package/dist/types/__VUE/indicator/indicator.vue.d.ts +4 -4
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +68 -12
- package/dist/types/__VUE/input/input.vue.d.ts +11 -11
- package/dist/types/__VUE/inputnumber/input-number.vue.d.ts +10 -10
- package/dist/types/__VUE/invoice/invoice.vue.d.ts +5 -5
- package/dist/types/__VUE/layout/layout.vue.d.ts +1 -1
- package/dist/types/__VUE/list/index.vue.d.ts +19 -13
- package/dist/types/__VUE/menu/index.vue.d.ts +117 -6
- package/dist/types/__VUE/menuitem/index.vue.d.ts +494 -6
- package/dist/types/__VUE/navbar/navbar.vue.d.ts +5 -5
- package/dist/types/__VUE/noticebar/index.vue.d.ts +136 -20
- package/dist/types/__VUE/notify/index.vue.d.ts +441 -8
- package/dist/types/__VUE/numberkeyboard/index.vue.d.ts +442 -9
- package/dist/types/__VUE/overlay/overlay.vue.d.ts +6 -6
- package/dist/types/__VUE/pagination/index.vue.d.ts +9 -9
- package/dist/types/__VUE/picker/Column.vue.d.ts +29 -22
- package/dist/types/__VUE/picker/index.vue.d.ts +138 -8
- package/dist/types/__VUE/picker/usePicker.d.ts +3 -3
- package/dist/types/__VUE/popover/index.vue.d.ts +443 -10
- package/dist/types/__VUE/popup/index.vue.d.ts +234 -10
- package/dist/types/__VUE/price/price.vue.d.ts +4 -4
- package/dist/types/__VUE/progress/progress.vue.d.ts +4 -4
- package/dist/types/__VUE/pullrefresh/index.vue.d.ts +76 -8
- package/dist/types/__VUE/radio/radio.vue.d.ts +4 -4
- package/dist/types/__VUE/radiogroup/radio-group.vue.d.ts +5 -5
- package/dist/types/__VUE/range/index.vue.d.ts +25 -25
- package/dist/types/__VUE/rate/rate.vue.d.ts +5 -5
- package/dist/types/__VUE/row/row.vue.d.ts +4 -4
- package/dist/types/__VUE/searchbar/index.vue.d.ts +9 -9
- package/dist/types/__VUE/shortpassword/index.vue.d.ts +496 -8
- package/dist/types/__VUE/sidenavbar/index.vue.d.ts +11 -7
- package/dist/types/__VUE/sidenavbaritem/index.vue.d.ts +4 -4
- package/dist/types/__VUE/signature/index.vue.d.ts +201 -11
- package/dist/types/__VUE/skeleton/skeleton.vue.d.ts +4 -4
- package/dist/types/__VUE/sku/components/SkuHeader.vue.d.ts +82 -5
- package/dist/types/__VUE/sku/components/SkuOperate.vue.d.ts +6 -6
- package/dist/types/__VUE/sku/components/SkuSelect.vue.d.ts +13 -6
- package/dist/types/__VUE/sku/components/SkuStepper.vue.d.ts +252 -7
- package/dist/types/__VUE/sku/index.vue.d.ts +921 -7
- package/dist/types/__VUE/sku/type.d.ts +7 -0
- package/dist/types/__VUE/space/index.vue.d.ts +5 -5
- package/dist/types/__VUE/step/step.vue.d.ts +4 -4
- package/dist/types/__VUE/steps/steps.vue.d.ts +5 -5
- package/dist/types/__VUE/sticky/index.vue.d.ts +8 -8
- package/dist/types/__VUE/subsidenavbar/index.vue.d.ts +118 -7
- package/dist/types/__VUE/swipe/swipe.vue.d.ts +7 -7
- package/dist/types/__VUE/swipegroup/swipe-group.vue.d.ts +4 -4
- package/dist/types/__VUE/swiper/index.vue.d.ts +7 -7
- package/dist/types/__VUE/swiperitem/index.vue.d.ts +1 -1
- package/dist/types/__VUE/switch/switch.vue.d.ts +5 -5
- package/dist/types/__VUE/tabbar/tabbar.vue.d.ts +5 -5
- package/dist/types/__VUE/tabbaritem/tabbar-item.vue.d.ts +4 -4
- package/dist/types/__VUE/table/index.vue.d.ts +87 -7
- package/dist/types/__VUE/table/renderColumn.d.ts +5 -5
- package/dist/types/__VUE/tabpane/index.vue.d.ts +5 -5
- package/dist/types/__VUE/tabs/hooks.d.ts +1 -1
- package/dist/types/__VUE/tabs/index.vue.d.ts +122 -10
- package/dist/types/__VUE/tag/tag.vue.d.ts +5 -5
- package/dist/types/__VUE/textarea/textarea.vue.d.ts +6 -6
- package/dist/types/__VUE/timedetail/index.vue.d.ts +8 -8
- package/dist/types/__VUE/timepannel/index.vue.d.ts +7 -7
- package/dist/types/__VUE/timeselect/index.vue.d.ts +439 -6
- package/dist/types/__VUE/toast/index.vue.d.ts +7 -7
- package/dist/types/__VUE/tour/index.vue.d.ts +671 -9
- package/dist/types/__VUE/trendarrow/trend-arrow.vue.d.ts +4 -4
- package/dist/types/__VUE/uploader/index.vue.d.ts +480 -7
- package/dist/types/__VUE/video/index.vue.d.ts +43 -19
- package/dist/types/__VUE/watermark/watermark.vue.d.ts +4 -4
- package/dist/types/index.d.ts +1 -1
- package/dist/types/locale/index.d.ts +1 -1
- package/dist/types/utils/useRelation/useInject.d.ts +1 -1
- package/dist/types/utils/useScrollParent/index.d.ts +1 -1
- package/dist/types/utils/useTouch/index.d.ts +9 -9
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@ import { AddressData, CustomRegionData, existRegionData } from './type';
|
|
|
4
4
|
declare type Install<T> = T & {
|
|
5
5
|
install(app: import('vue').App): void;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: Install< import("vue").DefineComponent<{
|
|
7
|
+
declare const _default: Install< import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
8
|
modelValue: {
|
|
9
9
|
type: ArrayConstructor;
|
|
10
10
|
default: () => never[];
|
|
@@ -136,75 +136,79 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
136
136
|
type: ObjectConstructor;
|
|
137
137
|
default: () => {};
|
|
138
138
|
};
|
|
139
|
-
}
|
|
139
|
+
}>, {
|
|
140
140
|
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
141
141
|
regionList: import("vue").ComputedRef<AddressData[]>;
|
|
142
142
|
transformData: (data: AddressData[]) => CustomRegionData[];
|
|
143
|
-
scrollDom: Ref<HTMLElement | null>;
|
|
144
|
-
round: Ref<boolean>;
|
|
145
|
-
type: Ref<string>;
|
|
146
|
-
height: Ref<string | number>;
|
|
147
|
-
style: Ref<Record<string, any>>;
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
lockScroll: Ref<boolean>;
|
|
153
|
-
overlayClass: Ref<string>;
|
|
154
|
-
overlayStyle: Ref<Record<string, any>>;
|
|
155
|
-
closeOnClickOverlay: Ref<boolean>;
|
|
156
|
-
overlay: Ref<boolean>;
|
|
157
|
-
position: Ref<import("../popup/types").PopupPosition>;
|
|
158
|
-
popClass: Ref<string>;
|
|
159
|
-
closeable: Ref<boolean>;
|
|
160
|
-
closeIconPosition: Ref<import("../popup/types").PopupCloseIconPosition>;
|
|
161
|
-
destroyOnClose: Ref<boolean>;
|
|
162
|
-
teleport: Ref<string | Element>;
|
|
163
|
-
teleportDisable: Ref<boolean>;
|
|
164
|
-
safeAreaInsetBottom: Ref<boolean>;
|
|
165
|
-
modelValue: Ref<unknown[]>;
|
|
166
|
-
customAddressTitle: Ref<string>;
|
|
167
|
-
province: Ref<AddressData[]>;
|
|
168
|
-
city: Ref<AddressData[]>;
|
|
169
|
-
country: Ref<AddressData[]>;
|
|
170
|
-
town: Ref<AddressData[]>;
|
|
171
|
-
isShowCustomAddress: Ref<boolean>;
|
|
172
|
-
existAddress: Ref<existRegionData[]>;
|
|
173
|
-
existAddressTitle: Ref<string>;
|
|
174
|
-
customAndExistTitle: Ref<string>;
|
|
175
|
-
columnsPlaceholder: Ref<string | unknown[]>;
|
|
176
|
-
onChange: Ref<((...args: any[]) => any) | undefined>;
|
|
177
|
-
"onUpdate:visible": Ref<((...args: any[]) => any) | undefined>;
|
|
178
|
-
onClose: Ref<((...args: any[]) => any) | undefined>;
|
|
179
|
-
onSelected: Ref<((...args: any[]) => any) | undefined>;
|
|
180
|
-
"onUpdate:modelValue": Ref<((...args: any[]) => any) | undefined>;
|
|
181
|
-
onType: Ref<((...args: any[]) => any) | undefined>;
|
|
182
|
-
onCloseMask: Ref<((...args: any[]) => any) | undefined>;
|
|
183
|
-
onSwitchModule: Ref<((...args: any[]) => any) | undefined>;
|
|
184
|
-
showPopup: Ref<boolean>;
|
|
185
|
-
privateType: Ref<string>;
|
|
186
|
-
tabIndex: Ref<number>;
|
|
187
|
-
tabName: Ref<string[]>;
|
|
143
|
+
scrollDom: Ref<HTMLElement | null, HTMLElement | null>;
|
|
144
|
+
round: Ref<boolean, boolean>;
|
|
145
|
+
type: Ref<string, string>;
|
|
146
|
+
height: Ref<string | number, string | number>;
|
|
147
|
+
style: Ref<Record<string, any>, Record<string, any>>;
|
|
148
|
+
duration: Ref<string | number, string | number>;
|
|
149
|
+
transition: Ref<string, string>;
|
|
150
|
+
visible: Ref<boolean, boolean>;
|
|
151
|
+
zIndex: Ref<string | number, string | number>;
|
|
152
|
+
lockScroll: Ref<boolean, boolean>;
|
|
153
|
+
overlayClass: Ref<string, string>;
|
|
154
|
+
overlayStyle: Ref<Record<string, any>, Record<string, any>>;
|
|
155
|
+
closeOnClickOverlay: Ref<boolean, boolean>;
|
|
156
|
+
overlay: Ref<boolean, boolean>;
|
|
157
|
+
position: Ref<import("../popup/types").PopupPosition, import("../popup/types").PopupPosition>;
|
|
158
|
+
popClass: Ref<string, string>;
|
|
159
|
+
closeable: Ref<boolean, boolean>;
|
|
160
|
+
closeIconPosition: Ref<import("../popup/types").PopupCloseIconPosition, import("../popup/types").PopupCloseIconPosition>;
|
|
161
|
+
destroyOnClose: Ref<boolean, boolean>;
|
|
162
|
+
teleport: Ref<string | Element, string | Element>;
|
|
163
|
+
teleportDisable: Ref<boolean, boolean>;
|
|
164
|
+
safeAreaInsetBottom: Ref<boolean, boolean>;
|
|
165
|
+
modelValue: Ref<unknown[], unknown[]>;
|
|
166
|
+
customAddressTitle: Ref<string, string>;
|
|
167
|
+
province: Ref<AddressData[], AddressData[]>;
|
|
168
|
+
city: Ref<AddressData[], AddressData[]>;
|
|
169
|
+
country: Ref<AddressData[], AddressData[]>;
|
|
170
|
+
town: Ref<AddressData[], AddressData[]>;
|
|
171
|
+
isShowCustomAddress: Ref<boolean, boolean>;
|
|
172
|
+
existAddress: Ref<existRegionData[], existRegionData[]>;
|
|
173
|
+
existAddressTitle: Ref<string, string>;
|
|
174
|
+
customAndExistTitle: Ref<string, string>;
|
|
175
|
+
columnsPlaceholder: Ref<string | unknown[], string | unknown[]>;
|
|
176
|
+
onChange: Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
177
|
+
"onUpdate:visible": Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
178
|
+
onClose: Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
179
|
+
onSelected: Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
180
|
+
"onUpdate:modelValue": Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
181
|
+
onType: Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
182
|
+
onCloseMask: Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
183
|
+
onSwitchModule: Ref<((...args: any[]) => any) | undefined, ((...args: any[]) => any) | undefined>;
|
|
184
|
+
showPopup: Ref<boolean, boolean>;
|
|
185
|
+
privateType: Ref<string, string>;
|
|
186
|
+
tabIndex: Ref<number, number>;
|
|
187
|
+
tabName: Ref<string[], string[]>;
|
|
188
188
|
selectedRegion: Ref<{
|
|
189
189
|
[x: string]: any;
|
|
190
190
|
name: string;
|
|
191
191
|
id: string | number;
|
|
192
|
+
}[], AddressData[] | {
|
|
193
|
+
[x: string]: any;
|
|
194
|
+
name: string;
|
|
195
|
+
id: string | number;
|
|
192
196
|
}[]>;
|
|
193
197
|
switchModule: () => void;
|
|
194
|
-
closeWay: Ref<string>;
|
|
198
|
+
closeWay: Ref<string, string>;
|
|
195
199
|
close: () => void;
|
|
196
200
|
getTabName: (item: AddressData | null, index: number) => any;
|
|
197
201
|
nextAreaList: (item: AddressData) => void;
|
|
198
|
-
regionLine: Ref<HTMLElement | null>;
|
|
199
|
-
tabRegion: Ref<any>;
|
|
200
|
-
lineDistance: Ref<number>;
|
|
202
|
+
regionLine: Ref<HTMLElement | null, HTMLElement | null>;
|
|
203
|
+
tabRegion: Ref<any, any>;
|
|
204
|
+
lineDistance: Ref<number, number>;
|
|
201
205
|
changeRegionTab: (item: AddressData, index: number) => void;
|
|
202
206
|
selectedExist: (item: existRegionData) => void;
|
|
203
207
|
clickOverlay: () => void;
|
|
204
208
|
handClose: (type?: string) => void;
|
|
205
209
|
handleElevatorItem: (key: string, item: AddressData) => void;
|
|
206
210
|
initCustomSelected: () => void;
|
|
207
|
-
},
|
|
211
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "close" | "type" | "update:visible" | "selected" | "update:modelValue" | "closeMask" | "switchModule")[], "change" | "close" | "type" | "update:visible" | "selected" | "update:modelValue" | "closeMask" | "switchModule", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
208
212
|
modelValue: {
|
|
209
213
|
type: ArrayConstructor;
|
|
210
214
|
default: () => never[];
|
|
@@ -336,7 +340,7 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
336
340
|
type: ObjectConstructor;
|
|
337
341
|
default: () => {};
|
|
338
342
|
};
|
|
339
|
-
}>> & {
|
|
343
|
+
}>> & Readonly<{
|
|
340
344
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
341
345
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
342
346
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
@@ -345,15 +349,15 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
345
349
|
onType?: ((...args: any[]) => any) | undefined;
|
|
346
350
|
onCloseMask?: ((...args: any[]) => any) | undefined;
|
|
347
351
|
onSwitchModule?: ((...args: any[]) => any) | undefined;
|
|
348
|
-
}
|
|
352
|
+
}>, {
|
|
349
353
|
round: boolean;
|
|
350
354
|
type: string;
|
|
351
355
|
height: string | number;
|
|
352
356
|
style: Record<string, any>;
|
|
357
|
+
duration: string | number;
|
|
353
358
|
transition: string;
|
|
354
359
|
visible: boolean;
|
|
355
360
|
zIndex: string | number;
|
|
356
|
-
duration: string | number;
|
|
357
361
|
lockScroll: boolean;
|
|
358
362
|
overlayClass: string;
|
|
359
363
|
overlayStyle: Record<string, any>;
|
|
@@ -378,7 +382,812 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
378
382
|
existAddressTitle: string;
|
|
379
383
|
customAndExistTitle: string;
|
|
380
384
|
columnsPlaceholder: string | unknown[];
|
|
381
|
-
}, {}
|
|
385
|
+
}, {}, {
|
|
386
|
+
NutPopup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
387
|
+
visible: {
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
default: boolean;
|
|
390
|
+
};
|
|
391
|
+
zIndex: {
|
|
392
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
393
|
+
default: number;
|
|
394
|
+
};
|
|
395
|
+
duration: {
|
|
396
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
397
|
+
default: number;
|
|
398
|
+
};
|
|
399
|
+
lockScroll: {
|
|
400
|
+
type: BooleanConstructor;
|
|
401
|
+
default: boolean;
|
|
402
|
+
};
|
|
403
|
+
closeOnClickOverlay: {
|
|
404
|
+
type: BooleanConstructor;
|
|
405
|
+
default: boolean;
|
|
406
|
+
};
|
|
407
|
+
position: {
|
|
408
|
+
type: PropType<import("../popup/types").PopupPosition>;
|
|
409
|
+
default: string;
|
|
410
|
+
};
|
|
411
|
+
transition: {
|
|
412
|
+
type: StringConstructor;
|
|
413
|
+
default: string;
|
|
414
|
+
};
|
|
415
|
+
style: {
|
|
416
|
+
type: ObjectConstructor;
|
|
417
|
+
default: () => {};
|
|
418
|
+
};
|
|
419
|
+
popClass: {
|
|
420
|
+
type: StringConstructor;
|
|
421
|
+
default: string;
|
|
422
|
+
};
|
|
423
|
+
closeable: {
|
|
424
|
+
type: BooleanConstructor;
|
|
425
|
+
default: boolean;
|
|
426
|
+
};
|
|
427
|
+
closeIconPosition: {
|
|
428
|
+
type: PropType<import("../popup/types").PopupCloseIconPosition>;
|
|
429
|
+
default: string;
|
|
430
|
+
};
|
|
431
|
+
destroyOnClose: {
|
|
432
|
+
type: BooleanConstructor;
|
|
433
|
+
default: boolean;
|
|
434
|
+
};
|
|
435
|
+
teleport: {
|
|
436
|
+
type: (StringConstructor | {
|
|
437
|
+
new (): Element;
|
|
438
|
+
prototype: Element;
|
|
439
|
+
})[];
|
|
440
|
+
default: string;
|
|
441
|
+
};
|
|
442
|
+
overlay: {
|
|
443
|
+
type: BooleanConstructor;
|
|
444
|
+
default: boolean;
|
|
445
|
+
};
|
|
446
|
+
round: {
|
|
447
|
+
type: BooleanConstructor;
|
|
448
|
+
default: boolean;
|
|
449
|
+
};
|
|
450
|
+
teleportDisable: {
|
|
451
|
+
type: BooleanConstructor;
|
|
452
|
+
default: boolean;
|
|
453
|
+
};
|
|
454
|
+
safeAreaInsetBottom: {
|
|
455
|
+
type: BooleanConstructor;
|
|
456
|
+
default: boolean;
|
|
457
|
+
};
|
|
458
|
+
overlayClass: {
|
|
459
|
+
type: StringConstructor;
|
|
460
|
+
default: string;
|
|
461
|
+
};
|
|
462
|
+
overlayStyle: {
|
|
463
|
+
type: ObjectConstructor;
|
|
464
|
+
default: () => {};
|
|
465
|
+
};
|
|
466
|
+
}>, {
|
|
467
|
+
popStyle: import("vue").ComputedRef<{
|
|
468
|
+
zIndex: string | number;
|
|
469
|
+
transitionDuration: string;
|
|
470
|
+
}>;
|
|
471
|
+
transitionName: import("vue").ComputedRef<string>;
|
|
472
|
+
classes: import("vue").ComputedRef<{
|
|
473
|
+
[x: string]: boolean;
|
|
474
|
+
round: boolean;
|
|
475
|
+
}>;
|
|
476
|
+
onClick: (e: Event) => void;
|
|
477
|
+
onClickCloseIcon: (e: Event) => void;
|
|
478
|
+
onClickOverlay: (e: Event) => void;
|
|
479
|
+
onOpened: (el: Element) => void;
|
|
480
|
+
onClosed: (el: Element) => void;
|
|
481
|
+
zIndex: Ref<string | number, string | number>;
|
|
482
|
+
showSlot: Ref<boolean, boolean>;
|
|
483
|
+
closed: Ref<boolean, boolean>;
|
|
484
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "update:visible" | "open" | "clickPop" | "clickCloseIcon" | "opened" | "closed" | "clickOverlay")[], "close" | "update:visible" | "open" | "clickPop" | "clickCloseIcon" | "opened" | "closed" | "clickOverlay", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
485
|
+
visible: {
|
|
486
|
+
type: BooleanConstructor;
|
|
487
|
+
default: boolean;
|
|
488
|
+
};
|
|
489
|
+
zIndex: {
|
|
490
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
491
|
+
default: number;
|
|
492
|
+
};
|
|
493
|
+
duration: {
|
|
494
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
495
|
+
default: number;
|
|
496
|
+
};
|
|
497
|
+
lockScroll: {
|
|
498
|
+
type: BooleanConstructor;
|
|
499
|
+
default: boolean;
|
|
500
|
+
};
|
|
501
|
+
closeOnClickOverlay: {
|
|
502
|
+
type: BooleanConstructor;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
505
|
+
position: {
|
|
506
|
+
type: PropType<import("../popup/types").PopupPosition>;
|
|
507
|
+
default: string;
|
|
508
|
+
};
|
|
509
|
+
transition: {
|
|
510
|
+
type: StringConstructor;
|
|
511
|
+
default: string;
|
|
512
|
+
};
|
|
513
|
+
style: {
|
|
514
|
+
type: ObjectConstructor;
|
|
515
|
+
default: () => {};
|
|
516
|
+
};
|
|
517
|
+
popClass: {
|
|
518
|
+
type: StringConstructor;
|
|
519
|
+
default: string;
|
|
520
|
+
};
|
|
521
|
+
closeable: {
|
|
522
|
+
type: BooleanConstructor;
|
|
523
|
+
default: boolean;
|
|
524
|
+
};
|
|
525
|
+
closeIconPosition: {
|
|
526
|
+
type: PropType<import("../popup/types").PopupCloseIconPosition>;
|
|
527
|
+
default: string;
|
|
528
|
+
};
|
|
529
|
+
destroyOnClose: {
|
|
530
|
+
type: BooleanConstructor;
|
|
531
|
+
default: boolean;
|
|
532
|
+
};
|
|
533
|
+
teleport: {
|
|
534
|
+
type: (StringConstructor | {
|
|
535
|
+
new (): Element;
|
|
536
|
+
prototype: Element;
|
|
537
|
+
})[];
|
|
538
|
+
default: string;
|
|
539
|
+
};
|
|
540
|
+
overlay: {
|
|
541
|
+
type: BooleanConstructor;
|
|
542
|
+
default: boolean;
|
|
543
|
+
};
|
|
544
|
+
round: {
|
|
545
|
+
type: BooleanConstructor;
|
|
546
|
+
default: boolean;
|
|
547
|
+
};
|
|
548
|
+
teleportDisable: {
|
|
549
|
+
type: BooleanConstructor;
|
|
550
|
+
default: boolean;
|
|
551
|
+
};
|
|
552
|
+
safeAreaInsetBottom: {
|
|
553
|
+
type: BooleanConstructor;
|
|
554
|
+
default: boolean;
|
|
555
|
+
};
|
|
556
|
+
overlayClass: {
|
|
557
|
+
type: StringConstructor;
|
|
558
|
+
default: string;
|
|
559
|
+
};
|
|
560
|
+
overlayStyle: {
|
|
561
|
+
type: ObjectConstructor;
|
|
562
|
+
default: () => {};
|
|
563
|
+
};
|
|
564
|
+
}>> & Readonly<{
|
|
565
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
566
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
567
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
568
|
+
onClickPop?: ((...args: any[]) => any) | undefined;
|
|
569
|
+
onClickCloseIcon?: ((...args: any[]) => any) | undefined;
|
|
570
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
571
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
572
|
+
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
573
|
+
}>, {
|
|
574
|
+
round: boolean;
|
|
575
|
+
style: Record<string, any>;
|
|
576
|
+
duration: string | number;
|
|
577
|
+
transition: string;
|
|
578
|
+
visible: boolean;
|
|
579
|
+
zIndex: string | number;
|
|
580
|
+
lockScroll: boolean;
|
|
581
|
+
overlayClass: string;
|
|
582
|
+
overlayStyle: Record<string, any>;
|
|
583
|
+
closeOnClickOverlay: boolean;
|
|
584
|
+
overlay: boolean;
|
|
585
|
+
position: import("../popup/types").PopupPosition;
|
|
586
|
+
popClass: string;
|
|
587
|
+
closeable: boolean;
|
|
588
|
+
closeIconPosition: import("../popup/types").PopupCloseIconPosition;
|
|
589
|
+
destroyOnClose: boolean;
|
|
590
|
+
teleport: string | Element;
|
|
591
|
+
teleportDisable: boolean;
|
|
592
|
+
safeAreaInsetBottom: boolean;
|
|
593
|
+
}, {}, {
|
|
594
|
+
NutOverlay: {
|
|
595
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
596
|
+
duration: {
|
|
597
|
+
type: PropType<string | number>;
|
|
598
|
+
default: number;
|
|
599
|
+
};
|
|
600
|
+
visible: {
|
|
601
|
+
type: PropType<boolean>;
|
|
602
|
+
default: boolean;
|
|
603
|
+
};
|
|
604
|
+
zIndex: {
|
|
605
|
+
type: PropType<string | number>;
|
|
606
|
+
default: number;
|
|
607
|
+
};
|
|
608
|
+
lockScroll: {
|
|
609
|
+
type: PropType<boolean>;
|
|
610
|
+
default: boolean;
|
|
611
|
+
};
|
|
612
|
+
overlayClass: {
|
|
613
|
+
type: PropType<string>;
|
|
614
|
+
default: string;
|
|
615
|
+
};
|
|
616
|
+
overlayStyle: {
|
|
617
|
+
type: PropType<import("vue").CSSProperties>;
|
|
618
|
+
};
|
|
619
|
+
closeOnClickOverlay: {
|
|
620
|
+
type: PropType<boolean>;
|
|
621
|
+
default: boolean;
|
|
622
|
+
};
|
|
623
|
+
}>> & Readonly<{
|
|
624
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
625
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
626
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
627
|
+
click: (...args: any[]) => void;
|
|
628
|
+
"update:visible": (...args: any[]) => void;
|
|
629
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
630
|
+
duration: {
|
|
631
|
+
type: PropType<string | number>;
|
|
632
|
+
default: number;
|
|
633
|
+
};
|
|
634
|
+
visible: {
|
|
635
|
+
type: PropType<boolean>;
|
|
636
|
+
default: boolean;
|
|
637
|
+
};
|
|
638
|
+
zIndex: {
|
|
639
|
+
type: PropType<string | number>;
|
|
640
|
+
default: number;
|
|
641
|
+
};
|
|
642
|
+
lockScroll: {
|
|
643
|
+
type: PropType<boolean>;
|
|
644
|
+
default: boolean;
|
|
645
|
+
};
|
|
646
|
+
overlayClass: {
|
|
647
|
+
type: PropType<string>;
|
|
648
|
+
default: string;
|
|
649
|
+
};
|
|
650
|
+
overlayStyle: {
|
|
651
|
+
type: PropType<import("vue").CSSProperties>;
|
|
652
|
+
};
|
|
653
|
+
closeOnClickOverlay: {
|
|
654
|
+
type: PropType<boolean>;
|
|
655
|
+
default: boolean;
|
|
656
|
+
};
|
|
657
|
+
}>> & Readonly<{
|
|
658
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
659
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
660
|
+
}>, {
|
|
661
|
+
duration: string | number;
|
|
662
|
+
visible: boolean;
|
|
663
|
+
zIndex: string | number;
|
|
664
|
+
lockScroll: boolean;
|
|
665
|
+
overlayClass: string;
|
|
666
|
+
closeOnClickOverlay: boolean;
|
|
667
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
668
|
+
P: {};
|
|
669
|
+
B: {};
|
|
670
|
+
D: {};
|
|
671
|
+
C: {};
|
|
672
|
+
M: {};
|
|
673
|
+
Defaults: {};
|
|
674
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
675
|
+
duration: {
|
|
676
|
+
type: PropType<string | number>;
|
|
677
|
+
default: number;
|
|
678
|
+
};
|
|
679
|
+
visible: {
|
|
680
|
+
type: PropType<boolean>;
|
|
681
|
+
default: boolean;
|
|
682
|
+
};
|
|
683
|
+
zIndex: {
|
|
684
|
+
type: PropType<string | number>;
|
|
685
|
+
default: number;
|
|
686
|
+
};
|
|
687
|
+
lockScroll: {
|
|
688
|
+
type: PropType<boolean>;
|
|
689
|
+
default: boolean;
|
|
690
|
+
};
|
|
691
|
+
overlayClass: {
|
|
692
|
+
type: PropType<string>;
|
|
693
|
+
default: string;
|
|
694
|
+
};
|
|
695
|
+
overlayStyle: {
|
|
696
|
+
type: PropType<import("vue").CSSProperties>;
|
|
697
|
+
};
|
|
698
|
+
closeOnClickOverlay: {
|
|
699
|
+
type: PropType<boolean>;
|
|
700
|
+
default: boolean;
|
|
701
|
+
};
|
|
702
|
+
}>> & Readonly<{
|
|
703
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
704
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
705
|
+
}>, {}, {}, {}, {}, {
|
|
706
|
+
duration: string | number;
|
|
707
|
+
visible: boolean;
|
|
708
|
+
zIndex: string | number;
|
|
709
|
+
lockScroll: boolean;
|
|
710
|
+
overlayClass: string;
|
|
711
|
+
closeOnClickOverlay: boolean;
|
|
712
|
+
}>;
|
|
713
|
+
__isFragment?: undefined;
|
|
714
|
+
__isTeleport?: undefined;
|
|
715
|
+
__isSuspense?: undefined;
|
|
716
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
717
|
+
duration: {
|
|
718
|
+
type: PropType<string | number>;
|
|
719
|
+
default: number;
|
|
720
|
+
};
|
|
721
|
+
visible: {
|
|
722
|
+
type: PropType<boolean>;
|
|
723
|
+
default: boolean;
|
|
724
|
+
};
|
|
725
|
+
zIndex: {
|
|
726
|
+
type: PropType<string | number>;
|
|
727
|
+
default: number;
|
|
728
|
+
};
|
|
729
|
+
lockScroll: {
|
|
730
|
+
type: PropType<boolean>;
|
|
731
|
+
default: boolean;
|
|
732
|
+
};
|
|
733
|
+
overlayClass: {
|
|
734
|
+
type: PropType<string>;
|
|
735
|
+
default: string;
|
|
736
|
+
};
|
|
737
|
+
overlayStyle: {
|
|
738
|
+
type: PropType<import("vue").CSSProperties>;
|
|
739
|
+
};
|
|
740
|
+
closeOnClickOverlay: {
|
|
741
|
+
type: PropType<boolean>;
|
|
742
|
+
default: boolean;
|
|
743
|
+
};
|
|
744
|
+
}>> & Readonly<{
|
|
745
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
746
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
747
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
748
|
+
click: (...args: any[]) => void;
|
|
749
|
+
"update:visible": (...args: any[]) => void;
|
|
750
|
+
}, string, {
|
|
751
|
+
duration: string | number;
|
|
752
|
+
visible: boolean;
|
|
753
|
+
zIndex: string | number;
|
|
754
|
+
lockScroll: boolean;
|
|
755
|
+
overlayClass: string;
|
|
756
|
+
closeOnClickOverlay: boolean;
|
|
757
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
758
|
+
$slots: {
|
|
759
|
+
default?(_: {}): any;
|
|
760
|
+
};
|
|
761
|
+
});
|
|
762
|
+
Close: import("vue").DefineComponent<{
|
|
763
|
+
class: {
|
|
764
|
+
type: StringConstructor;
|
|
765
|
+
default: string;
|
|
766
|
+
};
|
|
767
|
+
name: {
|
|
768
|
+
type: StringConstructor;
|
|
769
|
+
default: string;
|
|
770
|
+
};
|
|
771
|
+
color: {
|
|
772
|
+
type: StringConstructor;
|
|
773
|
+
default: string;
|
|
774
|
+
};
|
|
775
|
+
width: {
|
|
776
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
777
|
+
default: string;
|
|
778
|
+
};
|
|
779
|
+
height: {
|
|
780
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
781
|
+
default: string;
|
|
782
|
+
};
|
|
783
|
+
}, {
|
|
784
|
+
classes: import("vue").ComputedRef<{
|
|
785
|
+
[x: string]: string | boolean;
|
|
786
|
+
"nut-icon": boolean;
|
|
787
|
+
}>;
|
|
788
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
789
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
790
|
+
class: {
|
|
791
|
+
type: StringConstructor;
|
|
792
|
+
default: string;
|
|
793
|
+
};
|
|
794
|
+
name: {
|
|
795
|
+
type: StringConstructor;
|
|
796
|
+
default: string;
|
|
797
|
+
};
|
|
798
|
+
color: {
|
|
799
|
+
type: StringConstructor;
|
|
800
|
+
default: string;
|
|
801
|
+
};
|
|
802
|
+
width: {
|
|
803
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
804
|
+
default: string;
|
|
805
|
+
};
|
|
806
|
+
height: {
|
|
807
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
808
|
+
default: string;
|
|
809
|
+
};
|
|
810
|
+
}>>, {
|
|
811
|
+
name: string;
|
|
812
|
+
width: string | number;
|
|
813
|
+
height: string | number;
|
|
814
|
+
color: string;
|
|
815
|
+
class: string;
|
|
816
|
+
}>;
|
|
817
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
818
|
+
NutElevator: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
819
|
+
height: {
|
|
820
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
821
|
+
default: string;
|
|
822
|
+
};
|
|
823
|
+
acceptKey: {
|
|
824
|
+
type: StringConstructor[];
|
|
825
|
+
default: string;
|
|
826
|
+
};
|
|
827
|
+
indexList: {
|
|
828
|
+
type: PropType<any[]>;
|
|
829
|
+
default: () => never[];
|
|
830
|
+
};
|
|
831
|
+
isSticky: {
|
|
832
|
+
type: BooleanConstructor[];
|
|
833
|
+
default: boolean;
|
|
834
|
+
};
|
|
835
|
+
spaceHeight: {
|
|
836
|
+
type: NumberConstructor[];
|
|
837
|
+
default: number;
|
|
838
|
+
};
|
|
839
|
+
titleHeight: {
|
|
840
|
+
type: NumberConstructor[];
|
|
841
|
+
default: number;
|
|
842
|
+
};
|
|
843
|
+
}>, {
|
|
844
|
+
clientHeight: import("vue").ComputedRef<any>;
|
|
845
|
+
setListGroup: (el: any) => void;
|
|
846
|
+
listview: Ref<any, any>;
|
|
847
|
+
touchStart: (e: TouchEvent) => void;
|
|
848
|
+
touchMove: (e: TouchEvent) => void;
|
|
849
|
+
touchEnd: () => void;
|
|
850
|
+
handleClickItem: (key: string, item: import("../elevator/type").ElevatorData) => void;
|
|
851
|
+
handleClickIndex: (key: string) => void;
|
|
852
|
+
anchorIndex: Ref<number, number>;
|
|
853
|
+
codeIndex: Ref<number, number>;
|
|
854
|
+
listHeight: Ref<number[], number[]>;
|
|
855
|
+
listGroup: Ref<HTMLLIElement[], HTMLLIElement[]>;
|
|
856
|
+
touchState: Ref<{
|
|
857
|
+
y1: number;
|
|
858
|
+
y2: number;
|
|
859
|
+
}, {
|
|
860
|
+
y1: number;
|
|
861
|
+
y2: number;
|
|
862
|
+
}>;
|
|
863
|
+
scrollStart: Ref<boolean, boolean>;
|
|
864
|
+
currentIndex: Ref<number, number>;
|
|
865
|
+
currentData: Ref<{
|
|
866
|
+
[x: string]: string | number;
|
|
867
|
+
name: string;
|
|
868
|
+
id: string | number;
|
|
869
|
+
}, {
|
|
870
|
+
[x: string]: string | number;
|
|
871
|
+
name: string;
|
|
872
|
+
id: string | number;
|
|
873
|
+
}>;
|
|
874
|
+
currentKey: Ref<string, string>;
|
|
875
|
+
scrollY: Ref<number, number>;
|
|
876
|
+
diff: Ref<number, number>;
|
|
877
|
+
fixedTop: Ref<number, number>;
|
|
878
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "clickItem" | "clickIndex")[], "change" | "clickItem" | "clickIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
879
|
+
height: {
|
|
880
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
881
|
+
default: string;
|
|
882
|
+
};
|
|
883
|
+
acceptKey: {
|
|
884
|
+
type: StringConstructor[];
|
|
885
|
+
default: string;
|
|
886
|
+
};
|
|
887
|
+
indexList: {
|
|
888
|
+
type: PropType<any[]>;
|
|
889
|
+
default: () => never[];
|
|
890
|
+
};
|
|
891
|
+
isSticky: {
|
|
892
|
+
type: BooleanConstructor[];
|
|
893
|
+
default: boolean;
|
|
894
|
+
};
|
|
895
|
+
spaceHeight: {
|
|
896
|
+
type: NumberConstructor[];
|
|
897
|
+
default: number;
|
|
898
|
+
};
|
|
899
|
+
titleHeight: {
|
|
900
|
+
type: NumberConstructor[];
|
|
901
|
+
default: number;
|
|
902
|
+
};
|
|
903
|
+
}>> & Readonly<{
|
|
904
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
905
|
+
onClickItem?: ((...args: any[]) => any) | undefined;
|
|
906
|
+
onClickIndex?: ((...args: any[]) => any) | undefined;
|
|
907
|
+
}>, {
|
|
908
|
+
height: string | number;
|
|
909
|
+
acceptKey: string;
|
|
910
|
+
indexList: any[];
|
|
911
|
+
isSticky: boolean;
|
|
912
|
+
spaceHeight: number;
|
|
913
|
+
titleHeight: number;
|
|
914
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
915
|
+
Location: import("vue").DefineComponent<{
|
|
916
|
+
class: {
|
|
917
|
+
type: StringConstructor;
|
|
918
|
+
default: string;
|
|
919
|
+
};
|
|
920
|
+
name: {
|
|
921
|
+
type: StringConstructor;
|
|
922
|
+
default: string;
|
|
923
|
+
};
|
|
924
|
+
color: {
|
|
925
|
+
type: StringConstructor;
|
|
926
|
+
default: string;
|
|
927
|
+
};
|
|
928
|
+
width: {
|
|
929
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
930
|
+
default: string;
|
|
931
|
+
};
|
|
932
|
+
height: {
|
|
933
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
934
|
+
default: string;
|
|
935
|
+
};
|
|
936
|
+
}, {
|
|
937
|
+
classes: import("vue").ComputedRef<{
|
|
938
|
+
[x: string]: string | boolean;
|
|
939
|
+
"nut-icon": boolean;
|
|
940
|
+
}>;
|
|
941
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
942
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
943
|
+
class: {
|
|
944
|
+
type: StringConstructor;
|
|
945
|
+
default: string;
|
|
946
|
+
};
|
|
947
|
+
name: {
|
|
948
|
+
type: StringConstructor;
|
|
949
|
+
default: string;
|
|
950
|
+
};
|
|
951
|
+
color: {
|
|
952
|
+
type: StringConstructor;
|
|
953
|
+
default: string;
|
|
954
|
+
};
|
|
955
|
+
width: {
|
|
956
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
957
|
+
default: string;
|
|
958
|
+
};
|
|
959
|
+
height: {
|
|
960
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
961
|
+
default: string;
|
|
962
|
+
};
|
|
963
|
+
}>>, {
|
|
964
|
+
name: string;
|
|
965
|
+
width: string | number;
|
|
966
|
+
height: string | number;
|
|
967
|
+
color: string;
|
|
968
|
+
class: string;
|
|
969
|
+
}>;
|
|
970
|
+
Location2: import("vue").DefineComponent<{
|
|
971
|
+
class: {
|
|
972
|
+
type: StringConstructor;
|
|
973
|
+
default: string;
|
|
974
|
+
};
|
|
975
|
+
name: {
|
|
976
|
+
type: StringConstructor;
|
|
977
|
+
default: string;
|
|
978
|
+
};
|
|
979
|
+
color: {
|
|
980
|
+
type: StringConstructor;
|
|
981
|
+
default: string;
|
|
982
|
+
};
|
|
983
|
+
width: {
|
|
984
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
985
|
+
default: string;
|
|
986
|
+
};
|
|
987
|
+
height: {
|
|
988
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
989
|
+
default: string;
|
|
990
|
+
};
|
|
991
|
+
}, {
|
|
992
|
+
classes: import("vue").ComputedRef<{
|
|
993
|
+
[x: string]: string | boolean;
|
|
994
|
+
"nut-icon": boolean;
|
|
995
|
+
}>;
|
|
996
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
997
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
998
|
+
class: {
|
|
999
|
+
type: StringConstructor;
|
|
1000
|
+
default: string;
|
|
1001
|
+
};
|
|
1002
|
+
name: {
|
|
1003
|
+
type: StringConstructor;
|
|
1004
|
+
default: string;
|
|
1005
|
+
};
|
|
1006
|
+
color: {
|
|
1007
|
+
type: StringConstructor;
|
|
1008
|
+
default: string;
|
|
1009
|
+
};
|
|
1010
|
+
width: {
|
|
1011
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1012
|
+
default: string;
|
|
1013
|
+
};
|
|
1014
|
+
height: {
|
|
1015
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1016
|
+
default: string;
|
|
1017
|
+
};
|
|
1018
|
+
}>>, {
|
|
1019
|
+
name: string;
|
|
1020
|
+
width: string | number;
|
|
1021
|
+
height: string | number;
|
|
1022
|
+
color: string;
|
|
1023
|
+
class: string;
|
|
1024
|
+
}>;
|
|
1025
|
+
Check: import("vue").DefineComponent<{
|
|
1026
|
+
class: {
|
|
1027
|
+
type: StringConstructor;
|
|
1028
|
+
default: string;
|
|
1029
|
+
};
|
|
1030
|
+
name: {
|
|
1031
|
+
type: StringConstructor;
|
|
1032
|
+
default: string;
|
|
1033
|
+
};
|
|
1034
|
+
color: {
|
|
1035
|
+
type: StringConstructor;
|
|
1036
|
+
default: string;
|
|
1037
|
+
};
|
|
1038
|
+
width: {
|
|
1039
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1040
|
+
default: string;
|
|
1041
|
+
};
|
|
1042
|
+
height: {
|
|
1043
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1044
|
+
default: string;
|
|
1045
|
+
};
|
|
1046
|
+
}, {
|
|
1047
|
+
classes: import("vue").ComputedRef<{
|
|
1048
|
+
[x: string]: string | boolean;
|
|
1049
|
+
"nut-icon": boolean;
|
|
1050
|
+
}>;
|
|
1051
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1052
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1053
|
+
class: {
|
|
1054
|
+
type: StringConstructor;
|
|
1055
|
+
default: string;
|
|
1056
|
+
};
|
|
1057
|
+
name: {
|
|
1058
|
+
type: StringConstructor;
|
|
1059
|
+
default: string;
|
|
1060
|
+
};
|
|
1061
|
+
color: {
|
|
1062
|
+
type: StringConstructor;
|
|
1063
|
+
default: string;
|
|
1064
|
+
};
|
|
1065
|
+
width: {
|
|
1066
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1067
|
+
default: string;
|
|
1068
|
+
};
|
|
1069
|
+
height: {
|
|
1070
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1071
|
+
default: string;
|
|
1072
|
+
};
|
|
1073
|
+
}>>, {
|
|
1074
|
+
name: string;
|
|
1075
|
+
width: string | number;
|
|
1076
|
+
height: string | number;
|
|
1077
|
+
color: string;
|
|
1078
|
+
class: string;
|
|
1079
|
+
}>;
|
|
1080
|
+
Close: import("vue").DefineComponent<{
|
|
1081
|
+
class: {
|
|
1082
|
+
type: StringConstructor;
|
|
1083
|
+
default: string;
|
|
1084
|
+
};
|
|
1085
|
+
name: {
|
|
1086
|
+
type: StringConstructor;
|
|
1087
|
+
default: string;
|
|
1088
|
+
};
|
|
1089
|
+
color: {
|
|
1090
|
+
type: StringConstructor;
|
|
1091
|
+
default: string;
|
|
1092
|
+
};
|
|
1093
|
+
width: {
|
|
1094
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1095
|
+
default: string;
|
|
1096
|
+
};
|
|
1097
|
+
height: {
|
|
1098
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1099
|
+
default: string;
|
|
1100
|
+
};
|
|
1101
|
+
}, {
|
|
1102
|
+
classes: import("vue").ComputedRef<{
|
|
1103
|
+
[x: string]: string | boolean;
|
|
1104
|
+
"nut-icon": boolean;
|
|
1105
|
+
}>;
|
|
1106
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1107
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1108
|
+
class: {
|
|
1109
|
+
type: StringConstructor;
|
|
1110
|
+
default: string;
|
|
1111
|
+
};
|
|
1112
|
+
name: {
|
|
1113
|
+
type: StringConstructor;
|
|
1114
|
+
default: string;
|
|
1115
|
+
};
|
|
1116
|
+
color: {
|
|
1117
|
+
type: StringConstructor;
|
|
1118
|
+
default: string;
|
|
1119
|
+
};
|
|
1120
|
+
width: {
|
|
1121
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1122
|
+
default: string;
|
|
1123
|
+
};
|
|
1124
|
+
height: {
|
|
1125
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1126
|
+
default: string;
|
|
1127
|
+
};
|
|
1128
|
+
}>>, {
|
|
1129
|
+
name: string;
|
|
1130
|
+
width: string | number;
|
|
1131
|
+
height: string | number;
|
|
1132
|
+
color: string;
|
|
1133
|
+
class: string;
|
|
1134
|
+
}>;
|
|
1135
|
+
Left: import("vue").DefineComponent<{
|
|
1136
|
+
class: {
|
|
1137
|
+
type: StringConstructor;
|
|
1138
|
+
default: string;
|
|
1139
|
+
};
|
|
1140
|
+
name: {
|
|
1141
|
+
type: StringConstructor;
|
|
1142
|
+
default: string;
|
|
1143
|
+
};
|
|
1144
|
+
color: {
|
|
1145
|
+
type: StringConstructor;
|
|
1146
|
+
default: string;
|
|
1147
|
+
};
|
|
1148
|
+
width: {
|
|
1149
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1150
|
+
default: string;
|
|
1151
|
+
};
|
|
1152
|
+
height: {
|
|
1153
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1154
|
+
default: string;
|
|
1155
|
+
};
|
|
1156
|
+
}, {
|
|
1157
|
+
classes: import("vue").ComputedRef<{
|
|
1158
|
+
[x: string]: string | boolean;
|
|
1159
|
+
"nut-icon": boolean;
|
|
1160
|
+
}>;
|
|
1161
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1162
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1163
|
+
class: {
|
|
1164
|
+
type: StringConstructor;
|
|
1165
|
+
default: string;
|
|
1166
|
+
};
|
|
1167
|
+
name: {
|
|
1168
|
+
type: StringConstructor;
|
|
1169
|
+
default: string;
|
|
1170
|
+
};
|
|
1171
|
+
color: {
|
|
1172
|
+
type: StringConstructor;
|
|
1173
|
+
default: string;
|
|
1174
|
+
};
|
|
1175
|
+
width: {
|
|
1176
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1177
|
+
default: string;
|
|
1178
|
+
};
|
|
1179
|
+
height: {
|
|
1180
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1181
|
+
default: string;
|
|
1182
|
+
};
|
|
1183
|
+
}>>, {
|
|
1184
|
+
name: string;
|
|
1185
|
+
width: string | number;
|
|
1186
|
+
height: string | number;
|
|
1187
|
+
color: string;
|
|
1188
|
+
class: string;
|
|
1189
|
+
}>;
|
|
1190
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
382
1191
|
export default _default;
|
|
383
1192
|
|
|
384
1193
|
declare module 'vue' {
|