@nutui/nutui 4.0.0-beta.16 → 4.0.0-beta.18
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/nutui.es.js +1 -1
- package/dist/nutui.umd.cjs +2 -2
- package/dist/packages/_es/ActionSheet.js +1 -1
- package/dist/packages/_es/Address.js +4 -1
- package/dist/packages/_es/AddressList.js +7 -6
- package/dist/packages/_es/Audio.js +6 -0
- package/dist/packages/_es/AudioOperate.js +1 -0
- package/dist/packages/_es/Avatar.js +2 -0
- package/dist/packages/_es/AvatarGroup.js +1 -0
- package/dist/packages/_es/Calendar.js +2 -2
- package/dist/packages/_es/CalendarItem.js +1 -1
- package/dist/packages/_es/Cascader.js +4 -3
- package/dist/packages/_es/Category.js +2 -0
- package/dist/packages/_es/CategoryPane.js +3 -0
- package/dist/packages/_es/Cell.js +1 -0
- package/dist/packages/_es/CollapseItem.js +1 -0
- package/dist/packages/_es/Comment.js +17 -12
- package/dist/packages/_es/Countdown.js +8 -0
- package/dist/packages/_es/Countup.js +10 -0
- package/dist/packages/_es/DatePicker.js +2 -0
- package/dist/packages/_es/Dialog.js +8 -3
- package/dist/packages/_es/Ellipsis.js +2 -0
- package/dist/packages/_es/Empty.js +3 -0
- package/dist/packages/_es/Grid.js +1 -1
- package/dist/packages/_es/GridItem.js +2 -1
- package/dist/packages/_es/ImagePreview.js +2 -1
- package/dist/packages/_es/InfiniteLoading.js +0 -8
- package/dist/packages/_es/Input.js +2 -0
- package/dist/packages/_es/Invoice.js +5 -3
- package/dist/packages/_es/List.js +1 -1
- package/dist/packages/_es/MenuItem.js +1 -1
- package/dist/packages/_es/Navbar.js +6 -0
- package/dist/packages/_es/Noticebar.js +5 -1
- package/dist/packages/_es/Notify.js +4 -1
- package/dist/packages/_es/NumberKeyboard.js +1 -1
- package/dist/packages/_es/Overlay.js +1 -1
- package/dist/packages/_es/Picker.js +2 -0
- package/dist/packages/_es/Popover.js +1 -2
- package/dist/packages/_es/Popup.js +1 -1
- package/dist/packages/_es/PullRefresh.js +5 -8
- package/dist/packages/_es/Radio.js +1 -1
- package/dist/packages/_es/RadioGroup.js +1 -1
- package/dist/packages/_es/Searchbar.js +1 -0
- package/dist/packages/_es/ShortPassword.js +2 -1
- package/dist/packages/_es/Signature.js +12 -1
- package/dist/packages/_es/Skeleton.js +11 -3
- package/dist/packages/_es/Sku.js +25 -7
- package/dist/packages/_es/Swiper.js +1 -4
- package/dist/packages/_es/TabbarItem.js +5 -0
- package/dist/packages/_es/Tabs.js +2 -0
- package/dist/packages/_es/Textarea.js +1 -0
- package/dist/packages/_es/TimeDetail.js +0 -4
- package/dist/packages/_es/TimeSelect.js +2 -2
- package/dist/packages/_es/Toast.js +8 -0
- package/dist/packages/_es/Tour.js +2 -1
- package/dist/packages/_es/Uploader.js +2 -0
- package/dist/packages/_es/Video.js +18 -0
- package/dist/packages/_es/{common-ceb98554.js → common-b9a5e726.js} +8 -0
- package/dist/packages/_es/{index-1006915b.js → index-af79da1a.js} +1 -1
- package/dist/packages/_es/{index-1bf0d8ef.js → index-f3a722c9.js} +37 -0
- package/dist/packages/_es/{index.vue_vue_type_script_lang-1291fceb.js → index.vue_vue_type_script_lang-22dfc112.js} +1 -0
- package/dist/packages/_es/{index.vue_vue_type_script_lang-d4c88f85.js → index.vue_vue_type_script_lang-442e4704.js} +1 -0
- package/dist/packages/actionsheet/style.mjs +2 -0
- package/dist/packages/address/style.mjs +3 -0
- package/dist/packages/addresslist/style.mjs +2 -0
- package/dist/packages/audio/style.mjs +1 -0
- package/dist/packages/audiooperate/style.mjs +1 -0
- package/dist/packages/calendar/index.scss +2 -2
- package/dist/packages/calendar/style.mjs +3 -0
- package/dist/packages/card/style.mjs +2 -0
- package/dist/packages/cascader/style.mjs +5 -0
- package/dist/packages/comment/index.scss +5 -0
- package/dist/packages/comment/style.mjs +1 -0
- package/dist/packages/datepicker/style.mjs +3 -0
- package/dist/packages/dialog/style.mjs +3 -0
- package/dist/packages/ecard/style.mjs +1 -0
- package/dist/packages/fixednav/style.mjs +1 -0
- package/dist/packages/form/style.mjs +1 -0
- package/dist/packages/formitem/style.mjs +1 -0
- package/dist/packages/imagepreview/style.mjs +5 -0
- package/dist/packages/inputnumber/index.scss +0 -2
- package/dist/packages/invoice/style.mjs +7 -0
- package/dist/packages/locale/lang/zh-CN.js +1 -1
- package/dist/packages/menuitem/style.mjs +2 -0
- package/dist/packages/noticebar/index.scss +2 -0
- package/dist/packages/notify/style.mjs +2 -0
- package/dist/packages/numberkeyboard/style.mjs +2 -0
- package/dist/packages/picker/style.mjs +2 -0
- package/dist/packages/popover/style.mjs +2 -0
- package/dist/packages/popup/style.mjs +1 -0
- package/dist/packages/radio/index.scss +0 -1
- package/dist/packages/shortpassword/style.mjs +2 -0
- package/dist/packages/signature/index.scss +2 -2
- package/dist/packages/signature/style.mjs +1 -0
- package/dist/packages/skeleton/style.mjs +1 -0
- package/dist/packages/sku/style.mjs +4 -0
- package/dist/packages/step/index.scss +1 -9
- package/dist/packages/sticky/index.scss +1 -0
- package/dist/packages/tabbaritem/style.mjs +1 -0
- package/dist/packages/tabs/style.mjs +1 -0
- package/dist/packages/timedetail/index.scss +0 -5
- package/dist/packages/timeselect/style.mjs +2 -0
- package/dist/packages/tour/style.mjs +3 -0
- package/dist/packages/uploader/style.mjs +2 -0
- package/dist/smartips/web-types.json +39 -57
- package/dist/style.css +1 -1
- package/dist/styles/themes/default.scss +51 -51
- package/dist/styles/themes/jdb.scss +51 -51
- package/dist/styles/themes/jddkh.scss +51 -51
- package/dist/styles/themes/jdt.scss +51 -51
- package/dist/styles/variables-jdb.scss +1 -7
- package/dist/styles/variables-jddkh.scss +1 -6
- package/dist/styles/variables-jdt.scss +2 -7
- package/dist/styles/variables.scss +2 -7
- package/dist/types/__VUE/comment/components/CmtBottom.vue.d.ts +2 -2
- package/dist/types/__VUE/comment/index.vue.d.ts +4 -4
- package/dist/types/__VUE/infiniteloading/index.vue.d.ts +0 -18
- package/dist/types/__VUE/popover/index.vue.d.ts +0 -9
- package/dist/types/__VUE/pullrefresh/index.vue.d.ts +0 -9
- package/dist/types/__VUE/swiper/index.vue.d.ts +0 -9
- package/dist/types/__VUE/timedetail/index.vue.d.ts +0 -9
- package/dist/types/__VUE/tour/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -240,11 +240,8 @@ $picker-bar-title-color: $title-color !default;
|
|
|
240
240
|
$picker-bar-title-font-weight: normal !default;
|
|
241
241
|
$picker-item-height: 36px !default;
|
|
242
242
|
$picker-item-text-color: $title-color !default;
|
|
243
|
-
$picker-item-active-text-color: inherit !default;
|
|
244
243
|
$picker-item-text-font-size: 14px !default;
|
|
245
244
|
$picker-item-active-line-border: 1px solid #d8d8d8 !default;
|
|
246
|
-
$picker-columns-item-color: $title-color !default;
|
|
247
|
-
|
|
248
245
|
//input
|
|
249
246
|
$input-border-bottom: #eaf0fb !default;
|
|
250
247
|
$input-disabled-color: #c8c9cc !default;
|
|
@@ -383,8 +380,6 @@ $calendar-sub-title-font: $font-size-2 !default;
|
|
|
383
380
|
$calendar-text-font: $font-size-1 !default;
|
|
384
381
|
$calendar-day-font: 16px !default;
|
|
385
382
|
$calendar-day-active-border-radius: 0px !default;
|
|
386
|
-
$calendar-day-width: 14.28% !default;
|
|
387
|
-
$calendar-day-height: 64px !default;
|
|
388
383
|
$calendar-day-font-weight: 500 !default;
|
|
389
384
|
$calendar-day67-font-color: $primary-color !default;
|
|
390
385
|
$calendar-month-title-font-size: inherit !default;
|
|
@@ -483,6 +478,7 @@ $steps-wait-icon-color: $white !default;
|
|
|
483
478
|
$steps-wait-head-color: #909ca4 !default;
|
|
484
479
|
$steps-wait-head-border-color: #909ca4 !default;
|
|
485
480
|
$steps-wait-content-color: #909ca4 !default;
|
|
481
|
+
$steps-wait-icon-text-color: #ffffff !default;
|
|
486
482
|
|
|
487
483
|
$steps-finish-head-color: $primary-color !default;
|
|
488
484
|
$steps-finish-head-border-color: $primary-color !default;
|
|
@@ -574,8 +570,6 @@ $timeselect-timedetail-item-text-font-size: $font-size-2 !default;
|
|
|
574
570
|
$timeselect-timedetail-item-cur-bg-color: rgba($primary-color, 0.15) !default;
|
|
575
571
|
$timeselect-timedetail-item-cur-border: $primary-color !default;
|
|
576
572
|
$timeselect-timedetail-item-cur-text-color: $primary-color !default;
|
|
577
|
-
$timeselect-timedetail-time-text-color: #999 !default;
|
|
578
|
-
$timeselect-timedetail-time-font-size: $font-size-1 !default;
|
|
579
573
|
|
|
580
574
|
//tag
|
|
581
575
|
$tag-font-size: 12px !default;
|
|
@@ -171,10 +171,8 @@ $picker-bar-title-color: $title-color !default;
|
|
|
171
171
|
$picker-bar-title-font-weight: normal !default;
|
|
172
172
|
$picker-item-height: 36px !default;
|
|
173
173
|
$picker-item-text-color: $title-color !default;
|
|
174
|
-
$picker-item-active-text-color: inherit !default;
|
|
175
174
|
$picker-item-text-font-size: 14px !default;
|
|
176
175
|
$picker-item-active-line-border: 1px solid #d8d8d8 !default;
|
|
177
|
-
$picker-columns-item-color: $title-color !default;
|
|
178
176
|
|
|
179
177
|
//input
|
|
180
178
|
$input-border-bottom: #eaf0fb !default;
|
|
@@ -314,8 +312,6 @@ $calendar-sub-title-font: $font-size-2 !default;
|
|
|
314
312
|
$calendar-text-font: $font-size-1 !default;
|
|
315
313
|
$calendar-day-font: 16px !default;
|
|
316
314
|
$calendar-day-active-border-radius: 0px !default;
|
|
317
|
-
$calendar-day-width: 14.28% !default;
|
|
318
|
-
$calendar-day-height: 54px !default;
|
|
319
315
|
$calendar-day-font-weight: 500 !default;
|
|
320
316
|
$calendar-day67-font-color: $primary-color !default;
|
|
321
317
|
$calendar-month-title-font-size: $font-size-2 !default;
|
|
@@ -414,6 +410,7 @@ $steps-wait-icon-color: $white !default;
|
|
|
414
410
|
$steps-wait-head-color: #909ca4 !default;
|
|
415
411
|
$steps-wait-head-border-color: #909ca4 !default;
|
|
416
412
|
$steps-wait-content-color: #909ca4 !default;
|
|
413
|
+
$steps-wait-icon-text-color: #ffffff !default;
|
|
417
414
|
|
|
418
415
|
$steps-finish-head-color: $primary-color !default;
|
|
419
416
|
$steps-finish-head-border-color: $primary-color !default;
|
|
@@ -505,8 +502,6 @@ $timeselect-timedetail-item-text-font-size: $font-size-2 !default;
|
|
|
505
502
|
$timeselect-timedetail-item-cur-bg-color: rgba($primary-color, 0.15) !default;
|
|
506
503
|
$timeselect-timedetail-item-cur-border: $primary-color !default;
|
|
507
504
|
$timeselect-timedetail-item-cur-text-color: $primary-color !default;
|
|
508
|
-
$timeselect-timedetail-time-text-color: #999 !default;
|
|
509
|
-
$timeselect-timedetail-time-font-size: $font-size-1 !default;
|
|
510
505
|
|
|
511
506
|
//tag
|
|
512
507
|
$tag-font-size: $font-size-0 !default;
|
|
@@ -172,10 +172,8 @@ $picker-bar-title-color: var(--nut-picker-bar-title-color, #323233) !default;
|
|
|
172
172
|
$picker-bar-title-font-weight: var(--nut-picker-bar-title-font-weight, 600) !default;
|
|
173
173
|
$picker-item-height: var(--nut-picker-item-height, 36px) !default;
|
|
174
174
|
$picker-item-text-color: var(--nut-picker-item-text-color, $title-color) !default;
|
|
175
|
-
$picker-item-active-text-color: var(--nut-picker-item-active-text-color, $primary-color) !default;
|
|
176
175
|
$picker-item-text-font-size: var(--nut-picker-item-text-font-size, 14px) !default;
|
|
177
176
|
$picker-item-active-line-border: var(--nut-picker-item-active-line-border, 1px solid rgba(0, 0, 0, 0.06)) !default;
|
|
178
|
-
$picker-columns-item-color: var(--nut-picker-columns-item-color, $title-color) !default;
|
|
179
177
|
|
|
180
178
|
//input
|
|
181
179
|
$input-border-bottom: var(--nut-input-border-bottom, #eaf0fb) !default;
|
|
@@ -186,7 +184,7 @@ $input-font-size: var(--nut-input-font-size, $font-size-2) !default;
|
|
|
186
184
|
// textarea
|
|
187
185
|
|
|
188
186
|
$textarea-font: var(--nut-textarea-font, $font-size-2) !default;
|
|
189
|
-
$textarea-height: var(--nut-textarea-height, 100px) !default;
|
|
187
|
+
// $textarea-height: var(--nut-textarea-height, 100px) !default;
|
|
190
188
|
$textarea-limit-color: var(--nut-textarea-limit-color, $text-color) !default;
|
|
191
189
|
$textarea-text-color: var(--nut-textarea-text-color, $title-color) !default;
|
|
192
190
|
$textarea-disabled-color: var(--nut-textarea-disabled-color, $disable-color) !default;
|
|
@@ -320,8 +318,6 @@ $calendar-sub-title-font: var(--nut-calendar-sub-title-font, $font-size-2) !defa
|
|
|
320
318
|
$calendar-text-font: var(--nut-calendar-text-font, $font-size-1) !default;
|
|
321
319
|
$calendar-day-font: var(--nut-calendar-day-font, 16px) !default;
|
|
322
320
|
$calendar-day-active-border-radius: var(--nut-calendar-day-active-border-radius, 4px) !default;
|
|
323
|
-
$calendar-day-width: var(--nut-calendar-day-width, 14.28%) !default;
|
|
324
|
-
$calendar-day-height: var(--nut-calendar-day-height, 64px) !default;
|
|
325
321
|
$calendar-day-font-weight: var(--nut-calendar-day-font-weight, normal) !default;
|
|
326
322
|
$calendar-day67-font-color: var(--nut-calendar-day67-font-color, $primary-color) !default;
|
|
327
323
|
$calendar-month-title-font-size: var(--nut-calendar-month-title-font-size, inherit) !default;
|
|
@@ -419,6 +415,7 @@ $steps-wait-icon-color: var(--nut-steps-wait-icon-color, $white) !default;
|
|
|
419
415
|
$steps-wait-head-color: var(--nut-steps-wait-head-color, #909ca4) !default;
|
|
420
416
|
$steps-wait-head-border-color: var(--nut-steps-wait-head-border-color, #909ca4) !default;
|
|
421
417
|
$steps-wait-content-color: var(--nut-steps-wait-content-color, #909ca4) !default;
|
|
418
|
+
$steps-wait-icon-text-color: var(--nut-steps-wait-icon-text-color, #ffffff) !default;
|
|
422
419
|
|
|
423
420
|
$steps-finish-head-color: var(--nut-steps-finish-head-color, $primary-color) !default;
|
|
424
421
|
$steps-finish-head-border-color: var(--nut-steps-finish-head-border-color, $primary-color) !default;
|
|
@@ -519,8 +516,6 @@ $timeselect-timedetail-item-cur-text-color: var(
|
|
|
519
516
|
--nut-timeselect-timedetail-item-cur-text-color,
|
|
520
517
|
$primary-color
|
|
521
518
|
) !default;
|
|
522
|
-
$timeselect-timedetail-time-text-color: var(--nut-timeselect-timedetail-time-text-color, #999) !default;
|
|
523
|
-
$timeselect-timedetail-time-font-size: var(--nut-timeselect-timedetail-time-font-size, $font-size-1) !default;
|
|
524
519
|
|
|
525
520
|
//tag
|
|
526
521
|
$tag-font-size: var(--nut-tag-font-size, 12px) !default;
|
|
@@ -191,10 +191,8 @@ $picker-bar-title-color: var(--nut-picker-bar-title-color, $title-color) !defaul
|
|
|
191
191
|
$picker-bar-title-font-weight: var(--nut-picker-bar-title-font-weight, normal) !default;
|
|
192
192
|
$picker-item-height: var(--nut-picker-item-height, 36px) !default;
|
|
193
193
|
$picker-item-text-color: var(--nut-picker-item-text-color, $title-color) !default;
|
|
194
|
-
$picker-item-active-text-color: var(--nut-picker-item-active-text-color, inherit) !default;
|
|
195
194
|
$picker-item-text-font-size: var(--nut-picker-item-text-font-size, 14px) !default;
|
|
196
195
|
$picker-item-active-line-border: var(--nut-picker-item-active-line-border, 1px solid #eae7e7) !default;
|
|
197
|
-
$picker-columns-item-color: var(--nut-picker-columns-item-color, $title-color) !default;
|
|
198
196
|
|
|
199
197
|
//input
|
|
200
198
|
$input-border-bottom: var(--nut-input-border-bottom, #eaf0fb) !default;
|
|
@@ -205,7 +203,7 @@ $input-font-size: var(--nut-input-font-size, $font-size-2) !default;
|
|
|
205
203
|
// textarea
|
|
206
204
|
|
|
207
205
|
$textarea-font: var(--nut-textarea-font, $font-size-2) !default;
|
|
208
|
-
$textarea-height: var(--nut-textarea-height, 100px) !default;
|
|
206
|
+
// $textarea-height: var(--nut-textarea-height, 100px) !default;
|
|
209
207
|
$textarea-limit-color: var(--nut-textarea-limit-color, $text-color) !default;
|
|
210
208
|
$textarea-text-color: var(--nut-textarea-text-color, $title-color) !default;
|
|
211
209
|
$textarea-disabled-color: var(--nut-textarea-disabled-color, $disable-color) !default;
|
|
@@ -343,8 +341,6 @@ $calendar-sub-title-font: var(--nut-calendar-sub-title-font, $font-size-2) !defa
|
|
|
343
341
|
$calendar-text-font: var(--nut-calendar-text-font, $font-size-1) !default;
|
|
344
342
|
$calendar-day-font: var(--nut-calendar-day-font, 16px) !default;
|
|
345
343
|
$calendar-day-active-border-radius: var(--nut-calendar-day-active-border-radius, 0px) !default;
|
|
346
|
-
$calendar-day-width: var(--nut-calendar-day-width, 14.28%) !default;
|
|
347
|
-
$calendar-day-height: var(--nut-calendar-day-height, 64px) !default;
|
|
348
344
|
$calendar-day-font-weight: var(--nut-calendar-day-font-weight, 500) !default;
|
|
349
345
|
$calendar-day67-font-color: var(--nut-calendar-day67-font-color, $primary-color) !default;
|
|
350
346
|
$calendar-month-title-font-size: var(--nut-calendar-month-title-font-size, inherit) !default;
|
|
@@ -457,6 +453,7 @@ $steps-wait-icon-color: var(--nut-steps-wait-icon-color, $white) !default;
|
|
|
457
453
|
$steps-wait-head-color: var(--nut-steps-wait-head-color, #909ca4) !default;
|
|
458
454
|
$steps-wait-head-border-color: var(--nut-steps-wait-head-border-color, #909ca4) !default;
|
|
459
455
|
$steps-wait-content-color: var(--nut-steps-wait-content-color, #909ca4) !default;
|
|
456
|
+
$steps-wait-icon-text-color: var(--nut-steps-wait-icon-text-color, #ffffff) !default;
|
|
460
457
|
|
|
461
458
|
$steps-finish-head-color: var(--nut-steps-finish-head-color, $primary-color) !default;
|
|
462
459
|
$steps-finish-head-border-color: var(--nut-steps-finish-head-border-color, $primary-color) !default;
|
|
@@ -554,8 +551,6 @@ $timeselect-timedetail-item-cur-text-color: var(
|
|
|
554
551
|
--nut-timeselect-timedetail-item-cur-text-color,
|
|
555
552
|
$primary-color
|
|
556
553
|
) !default;
|
|
557
|
-
$timeselect-timedetail-time-text-color: var(--nut-timeselect-timedetail-time-text-color, #999) !default;
|
|
558
|
-
$timeselect-timedetail-time-font-size: var(--nut-timeselect-timedetail-time-font-size, $font-size-1) !default;
|
|
559
554
|
|
|
560
555
|
//tag
|
|
561
556
|
$tag-font-size: var(--nut-tag-font-size, 12px) !default;
|
|
@@ -6,7 +6,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
};
|
|
7
7
|
info: {
|
|
8
8
|
type: ObjectConstructor;
|
|
9
|
-
default: () =>
|
|
9
|
+
default: () => {};
|
|
10
10
|
};
|
|
11
11
|
operation: {
|
|
12
12
|
type: PropType<string[]>;
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
};
|
|
26
26
|
info: {
|
|
27
27
|
type: ObjectConstructor;
|
|
28
|
-
default: () =>
|
|
28
|
+
default: () => {};
|
|
29
29
|
};
|
|
30
30
|
operation: {
|
|
31
31
|
type: PropType<string[]>;
|
|
@@ -36,11 +36,11 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
36
36
|
};
|
|
37
37
|
info: {
|
|
38
38
|
type: ObjectConstructor;
|
|
39
|
-
default: () =>
|
|
39
|
+
default: () => {};
|
|
40
40
|
};
|
|
41
41
|
follow: {
|
|
42
42
|
type: ObjectConstructor;
|
|
43
|
-
default: () =>
|
|
43
|
+
default: () => {};
|
|
44
44
|
};
|
|
45
45
|
labels: {
|
|
46
46
|
type: FunctionConstructor;
|
|
@@ -82,11 +82,11 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
82
82
|
};
|
|
83
83
|
info: {
|
|
84
84
|
type: ObjectConstructor;
|
|
85
|
-
default: () =>
|
|
85
|
+
default: () => {};
|
|
86
86
|
};
|
|
87
87
|
follow: {
|
|
88
88
|
type: ObjectConstructor;
|
|
89
|
-
default: () =>
|
|
89
|
+
default: () => {};
|
|
90
90
|
};
|
|
91
91
|
labels: {
|
|
92
92
|
type: FunctionConstructor;
|
|
@@ -23,14 +23,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
|
-
useWindow: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
containerId: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
26
|
useCapture: {
|
|
35
27
|
type: BooleanConstructor;
|
|
36
28
|
default: boolean;
|
|
@@ -70,14 +62,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
70
62
|
type: StringConstructor;
|
|
71
63
|
default: string;
|
|
72
64
|
};
|
|
73
|
-
useWindow: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
containerId: {
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
65
|
useCapture: {
|
|
82
66
|
type: BooleanConstructor;
|
|
83
67
|
default: boolean;
|
|
@@ -92,8 +76,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
92
76
|
threshold: number;
|
|
93
77
|
loadTxt: string;
|
|
94
78
|
loadMoreTxt: string;
|
|
95
|
-
useWindow: boolean;
|
|
96
|
-
containerId: string;
|
|
97
79
|
useCapture: boolean;
|
|
98
80
|
}>>;
|
|
99
81
|
export default _default;
|
|
@@ -37,10 +37,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
default: boolean;
|
|
39
39
|
};
|
|
40
|
-
iconPrefix: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
40
|
duration: {
|
|
45
41
|
type: (NumberConstructor | StringConstructor)[];
|
|
46
42
|
default: number;
|
|
@@ -123,10 +119,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
123
119
|
type: BooleanConstructor;
|
|
124
120
|
default: boolean;
|
|
125
121
|
};
|
|
126
|
-
iconPrefix: {
|
|
127
|
-
type: StringConstructor;
|
|
128
|
-
default: string;
|
|
129
|
-
};
|
|
130
122
|
duration: {
|
|
131
123
|
type: (NumberConstructor | StringConstructor)[];
|
|
132
124
|
default: number;
|
|
@@ -182,7 +174,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
182
174
|
location: PopoverLocation;
|
|
183
175
|
arrowOffset: number;
|
|
184
176
|
showArrow: boolean;
|
|
185
|
-
iconPrefix: string;
|
|
186
177
|
closeOnClickAction: boolean;
|
|
187
178
|
closeOnClickOutside: boolean;
|
|
188
179
|
targetId: string;
|
|
@@ -21,10 +21,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
21
21
|
type: StringConstructor;
|
|
22
22
|
default: string;
|
|
23
23
|
};
|
|
24
|
-
completeTxt: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
24
|
headHeight: {
|
|
29
25
|
type: (NumberConstructor | StringConstructor)[];
|
|
30
26
|
default: number;
|
|
@@ -87,10 +83,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
87
83
|
type: StringConstructor;
|
|
88
84
|
default: string;
|
|
89
85
|
};
|
|
90
|
-
completeTxt: {
|
|
91
|
-
type: StringConstructor;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
86
|
headHeight: {
|
|
95
87
|
type: (NumberConstructor | StringConstructor)[];
|
|
96
88
|
default: number;
|
|
@@ -113,7 +105,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
113
105
|
pullingTxt: string;
|
|
114
106
|
loosingTxt: string;
|
|
115
107
|
loadingTxt: string;
|
|
116
|
-
completeTxt: string;
|
|
117
108
|
headHeight: string | number;
|
|
118
109
|
pullDistance: string | number;
|
|
119
110
|
}>>;
|
|
@@ -52,10 +52,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
-
isCenter: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
55
|
}, {
|
|
60
56
|
state: {
|
|
61
57
|
active: number;
|
|
@@ -146,10 +142,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
146
142
|
type: BooleanConstructor;
|
|
147
143
|
default: boolean;
|
|
148
144
|
};
|
|
149
|
-
isCenter: {
|
|
150
|
-
type: BooleanConstructor;
|
|
151
|
-
default: boolean;
|
|
152
|
-
};
|
|
153
145
|
}>> & {
|
|
154
146
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
155
147
|
}, {
|
|
@@ -165,7 +157,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
165
157
|
initPage: string | number;
|
|
166
158
|
isPreventDefault: boolean;
|
|
167
159
|
isStopPropagation: boolean;
|
|
168
|
-
isCenter: boolean;
|
|
169
160
|
}>>;
|
|
170
161
|
export default _default;
|
|
171
162
|
|
|
@@ -7,10 +7,6 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
7
7
|
type: ArrayConstructor;
|
|
8
8
|
default: () => never[];
|
|
9
9
|
};
|
|
10
|
-
detailKey: {
|
|
11
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
12
|
-
default: number;
|
|
13
|
-
};
|
|
14
10
|
}, {
|
|
15
11
|
getClass: (item: string) => {
|
|
16
12
|
'nut-time-detail__detail__list__item': boolean;
|
|
@@ -28,15 +24,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
28
24
|
type: ArrayConstructor;
|
|
29
25
|
default: () => never[];
|
|
30
26
|
};
|
|
31
|
-
detailKey: {
|
|
32
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
33
|
-
default: number;
|
|
34
|
-
};
|
|
35
27
|
}>> & {
|
|
36
28
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
37
29
|
}, {
|
|
38
30
|
times: unknown[];
|
|
39
|
-
detailKey: string | number;
|
|
40
31
|
}>>;
|
|
41
32
|
export default _default;
|
|
42
33
|
|
|
@@ -177,10 +177,10 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
177
177
|
theme: string;
|
|
178
178
|
current: number;
|
|
179
179
|
location: PopoverLocation;
|
|
180
|
-
completeTxt: string;
|
|
181
180
|
steps: StepOptions[];
|
|
182
181
|
nextStepTxt: string;
|
|
183
182
|
prevStepTxt: string;
|
|
183
|
+
completeTxt: string;
|
|
184
184
|
maskWidth: string | number;
|
|
185
185
|
maskHeight: string | number;
|
|
186
186
|
showPrevStep: boolean;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ import CategoryPane from './__VUE/categorypane/index.vue';
|
|
|
107
107
|
import Comment from './__VUE/comment/index.vue';
|
|
108
108
|
import Invoice from './__VUE/invoice/index.vue';
|
|
109
109
|
declare function install(app: App): void;
|
|
110
|
-
declare const version = "4.0.0-beta.
|
|
110
|
+
declare const version = "4.0.0-beta.18";
|
|
111
111
|
export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Image, Layout, Col, Row, Sticky, Divider, Grid, GridItem, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavbar, SideNavbarItem, SubSideNavbar, Range, Searchbar, Cascader, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, Textarea, Uploader, NumberKeyboard, Form, FormItem, Swipe, ActionSheet, Backtop, Drag, Dialog, InfiniteLoading, PullRefresh, Notify, Switch, Toast, Audio, AudioOperate, Avatar, AvatarGroup, List, Progress, CircleProgress, Noticebar, Empty, Video, Steps, Step, Swiper, SwiperItem, Price, ImagePreview, Countup, Countdown, Badge, Tag, Popover, Skeleton, Collapse, CollapseItem, Table, Animate, Ellipsis, Watermark, TrendArrow, Tour, Address, Barrage, Signature, TimeSelect, TimePannel, TimeDetail, Sku, Card, Ecard, AddressList, Category, CategoryPane, Comment, Invoice, showDialog, showNotify, showToast, showImagePreview };
|
|
112
112
|
declare const _default: {
|
|
113
113
|
install: typeof install;
|