@kengic/uni 0.3.2-beta.3

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.
Files changed (108) hide show
  1. package/README.md +1 -0
  2. package/dist/index.css +1 -0
  3. package/dist/kengic-uni.js +1374 -0
  4. package/dist/src/components/index.d.ts +5 -0
  5. package/dist/src/components/uni-ui/uni-badge/uni-badge.vue.d.ts +108 -0
  6. package/dist/src/components/uni-ui/uni-breadcrumb/uni-breadcrumb.vue.d.ts +23 -0
  7. package/dist/src/components/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue.d.ts +30 -0
  8. package/dist/src/components/uni-ui/uni-calendar/calendar.d.ts +67 -0
  9. package/dist/src/components/uni-ui/uni-calendar/i18n/index.d.ts +39 -0
  10. package/dist/src/components/uni-ui/uni-calendar/uni-calendar-item.vue.d.ts +47 -0
  11. package/dist/src/components/uni-ui/uni-calendar/uni-calendar.vue.d.ts +166 -0
  12. package/dist/src/components/uni-ui/uni-calendar/util.d.ts +211 -0
  13. package/dist/src/components/uni-ui/uni-card/uni-card.vue.d.ts +117 -0
  14. package/dist/src/components/uni-ui/uni-col/uni-col.vue.d.ts +70 -0
  15. package/dist/src/components/uni-ui/uni-collapse/uni-collapse.vue.d.ts +45 -0
  16. package/dist/src/components/uni-ui/uni-collapse-item/uni-collapse-item.vue.d.ts +102 -0
  17. package/dist/src/components/uni-ui/uni-combox/uni-combox.vue.d.ts +95 -0
  18. package/dist/src/components/uni-ui/uni-countdown/i18n/index.d.ts +21 -0
  19. package/dist/src/components/uni-ui/uni-countdown/uni-countdown.vue.d.ts +158 -0
  20. package/dist/src/components/uni-ui/uni-data-checkbox/uni-data-checkbox.vue.d.ts +192 -0
  21. package/dist/src/components/uni-ui/uni-data-picker/uni-data-picker.vue.d.ts +267 -0
  22. package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-picker.d.ts +221 -0
  23. package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-pickerview.vue.d.ts +169 -0
  24. package/dist/src/components/uni-ui/uni-data-select/uni-data-select.vue.d.ts +125 -0
  25. package/dist/src/components/uni-ui/uni-dateformat/date-format.d.ts +6 -0
  26. package/dist/src/components/uni-ui/uni-dateformat/uni-dateformat.vue.d.ts +57 -0
  27. package/dist/src/components/uni-ui/uni-datetime-picker/calendar-item.vue.d.ts +44 -0
  28. package/dist/src/components/uni-ui/uni-datetime-picker/calendar.vue.d.ts +253 -0
  29. package/dist/src/components/uni-ui/uni-datetime-picker/i18n/index.d.ts +69 -0
  30. package/dist/src/components/uni-ui/uni-datetime-picker/time-picker.vue.d.ts +225 -0
  31. package/dist/src/components/uni-ui/uni-datetime-picker/uni-datetime-picker.vue.d.ts +236 -0
  32. package/dist/src/components/uni-ui/uni-datetime-picker/util.d.ts +171 -0
  33. package/dist/src/components/uni-ui/uni-drawer/keypress.d.ts +14 -0
  34. package/dist/src/components/uni-ui/uni-drawer/uni-drawer.vue.d.ts +78 -0
  35. package/dist/src/components/uni-ui/uni-easyinput/uni-easyinput.vue.d.ts +269 -0
  36. package/dist/src/components/uni-ui/uni-fab/uni-fab.vue.d.ts +109 -0
  37. package/dist/src/components/uni-ui/uni-fav/i18n/index.d.ts +15 -0
  38. package/dist/src/components/uni-ui/uni-fav/uni-fav.vue.d.ts +99 -0
  39. package/dist/src/components/uni-ui/uni-file-picker/choose-and-upload-file.d.ts +4 -0
  40. package/dist/src/components/uni-ui/uni-file-picker/uni-file-picker.vue.d.ts +254 -0
  41. package/dist/src/components/uni-ui/uni-file-picker/upload-file.vue.d.ts +81 -0
  42. package/dist/src/components/uni-ui/uni-file-picker/upload-image.vue.d.ts +90 -0
  43. package/dist/src/components/uni-ui/uni-file-picker/utils.d.ts +22 -0
  44. package/dist/src/components/uni-ui/uni-forms/uni-forms.vue.d.ts +160 -0
  45. package/dist/src/components/uni-ui/uni-forms/utils.d.ts +20 -0
  46. package/dist/src/components/uni-ui/uni-forms/validate.d.ts +42 -0
  47. package/dist/src/components/uni-ui/uni-forms-item/uni-forms-item.vue.d.ts +127 -0
  48. package/dist/src/components/uni-ui/uni-goods-nav/i18n/index.d.ts +21 -0
  49. package/dist/src/components/uni-ui/uni-goods-nav/uni-goods-nav.vue.d.ts +61 -0
  50. package/dist/src/components/uni-ui/uni-grid/uni-grid.vue.d.ts +59 -0
  51. package/dist/src/components/uni-ui/uni-grid-item/uni-grid-item.vue.d.ts +26 -0
  52. package/dist/src/components/uni-ui/uni-group/uni-group.vue.d.ts +52 -0
  53. package/dist/src/components/uni-ui/uni-icons/icons.d.ts +15 -0
  54. package/dist/src/components/uni-ui/uni-icons/uni-icons.vue.d.ts +56 -0
  55. package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list-item.vue.d.ts +45 -0
  56. package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list.vue.d.ts +49 -0
  57. package/dist/src/components/uni-ui/uni-link/uni-link.vue.d.ts +75 -0
  58. package/dist/src/components/uni-ui/uni-list/uni-list.vue.d.ts +53 -0
  59. package/dist/src/components/uni-ui/uni-list/uni-refresh.vue.d.ts +22 -0
  60. package/dist/src/components/uni-ui/uni-list-ad/uni-list-ad.vue.d.ts +25 -0
  61. package/dist/src/components/uni-ui/uni-list-chat/uni-list-chat.vue.d.ts +123 -0
  62. package/dist/src/components/uni-ui/uni-list-item/uni-list-item.vue.d.ts +248 -0
  63. package/dist/src/components/uni-ui/uni-load-more/i18n/index.d.ts +18 -0
  64. package/dist/src/components/uni-ui/uni-load-more/uni-load-more.vue.d.ts +89 -0
  65. package/dist/src/components/uni-ui/uni-nav-bar/uni-nav-bar.vue.d.ts +163 -0
  66. package/dist/src/components/uni-ui/uni-nav-bar/uni-status-bar.vue.d.ts +4 -0
  67. package/dist/src/components/uni-ui/uni-notice-bar/uni-notice-bar.vue.d.ts +138 -0
  68. package/dist/src/components/uni-ui/uni-number-box/uni-number-box.vue.d.ts +90 -0
  69. package/dist/src/components/uni-ui/uni-pagination/i18n/index.d.ts +28 -0
  70. package/dist/src/components/uni-ui/uni-pagination/uni-pagination.vue.d.ts +127 -0
  71. package/dist/src/components/uni-ui/uni-popup/i18n/index.d.ts +24 -0
  72. package/dist/src/components/uni-ui/uni-popup/keypress.d.ts +14 -0
  73. package/dist/src/components/uni-ui/uni-popup/popup.d.ts +17 -0
  74. package/dist/src/components/uni-ui/uni-popup/uni-popup.vue.d.ts +136 -0
  75. package/dist/src/components/uni-ui/uni-popup-dialog/uni-popup-dialog.vue.d.ts +123 -0
  76. package/dist/src/components/uni-ui/uni-popup-message/uni-popup-message.vue.d.ts +67 -0
  77. package/dist/src/components/uni-ui/uni-popup-share/uni-popup-share.vue.d.ts +49 -0
  78. package/dist/src/components/uni-ui/uni-rate/uni-rate.vue.d.ts +154 -0
  79. package/dist/src/components/uni-ui/uni-row/uni-row.vue.d.ts +41 -0
  80. package/dist/src/components/uni-ui/uni-search-bar/i18n/index.d.ts +15 -0
  81. package/dist/src/components/uni-ui/uni-search-bar/uni-search-bar.vue.d.ts +126 -0
  82. package/dist/src/components/uni-ui/uni-section/uni-section.vue.d.ts +85 -0
  83. package/dist/src/components/uni-ui/uni-segmented-control/uni-segmented-control.vue.d.ts +47 -0
  84. package/dist/src/components/uni-ui/uni-steps/uni-steps.vue.d.ts +59 -0
  85. package/dist/src/components/uni-ui/uni-swipe-action/uni-swipe-action.vue.d.ts +6 -0
  86. package/dist/src/components/uni-ui/uni-swiper-dot/uni-swiper-dot.vue.d.ts +65 -0
  87. package/dist/src/components/uni-ui/uni-table/uni-table.vue.d.ts +99 -0
  88. package/dist/src/components/uni-ui/uni-tag/uni-tag.vue.d.ts +84 -0
  89. package/dist/src/components/uni-ui/uni-tbody/uni-tbody.vue.d.ts +2 -0
  90. package/dist/src/components/uni-ui/uni-td/uni-td.vue.d.ts +48 -0
  91. package/dist/src/components/uni-ui/uni-th/filter-dropdown.vue.d.ts +99 -0
  92. package/dist/src/components/uni-ui/uni-th/uni-th.vue.d.ts +97 -0
  93. package/dist/src/components/uni-ui/uni-thead/uni-thead.vue.d.ts +15 -0
  94. package/dist/src/components/uni-ui/uni-title/uni-title.vue.d.ts +54 -0
  95. package/dist/src/components/uni-ui/uni-tooltip/uni-tooltip.vue.d.ts +23 -0
  96. package/dist/src/components/uni-ui/uni-tr/table-checkbox.vue.d.ts +58 -0
  97. package/dist/src/components/uni-ui/uni-tr/uni-tr.vue.d.ts +39 -0
  98. package/dist/src/components/uni-ui/uni-transition/createAnimation.d.ts +16 -0
  99. package/dist/src/components/uni-ui/uni-transition/uni-transition.vue.d.ts +240 -0
  100. package/dist/src/consts/i18n/en.d.ts +45 -0
  101. package/dist/src/consts/i18n/index.d.ts +90 -0
  102. package/dist/src/consts/i18n/zh_CN.d.ts +45 -0
  103. package/dist/src/consts/index.d.ts +1 -0
  104. package/dist/src/helpers/tsx.helper.d.ts +13 -0
  105. package/dist/src/index.d.ts +3 -0
  106. package/dist/src/utils/index.d.ts +1 -0
  107. package/dist/src/utils/kg.util.d.ts +5 -0
  108. package/package.json +79 -0
@@ -0,0 +1,117 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ title: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ subTitle: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ padding: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ margin: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ spacing: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ extra: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ cover: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ thumbnail: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ isFull: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ isShadow: {
39
+ type: BooleanConstructor;
40
+ default: boolean;
41
+ };
42
+ shadow: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ border: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ }, any, any, {}, {
51
+ onClick(type: any): void;
52
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
53
+ title: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ subTitle: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ };
61
+ padding: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ margin: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ spacing: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ extra: {
74
+ type: StringConstructor;
75
+ default: string;
76
+ };
77
+ cover: {
78
+ type: StringConstructor;
79
+ default: string;
80
+ };
81
+ thumbnail: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ isFull: {
86
+ type: BooleanConstructor;
87
+ default: boolean;
88
+ };
89
+ isShadow: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ shadow: {
94
+ type: StringConstructor;
95
+ default: string;
96
+ };
97
+ border: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ }>> & {
102
+ onClick?: ((...args: any[]) => any) | undefined;
103
+ }, {
104
+ title: string;
105
+ border: boolean;
106
+ margin: string;
107
+ padding: string;
108
+ subTitle: string;
109
+ spacing: string;
110
+ extra: string;
111
+ cover: string;
112
+ thumbnail: string;
113
+ isFull: boolean;
114
+ isShadow: boolean;
115
+ shadow: string;
116
+ }>;
117
+ export default _default;
@@ -0,0 +1,70 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ span: {
3
+ type: NumberConstructor;
4
+ default: number;
5
+ };
6
+ offset: {
7
+ type: NumberConstructor;
8
+ default: number;
9
+ };
10
+ pull: {
11
+ type: NumberConstructor;
12
+ default: number;
13
+ };
14
+ push: {
15
+ type: NumberConstructor;
16
+ default: number;
17
+ };
18
+ xs: (NumberConstructor | ObjectConstructor)[];
19
+ sm: (NumberConstructor | ObjectConstructor)[];
20
+ md: (NumberConstructor | ObjectConstructor)[];
21
+ lg: (NumberConstructor | ObjectConstructor)[];
22
+ xl: (NumberConstructor | ObjectConstructor)[];
23
+ }, any, {
24
+ gutter: number;
25
+ sizeClass: string;
26
+ parentWidth: number;
27
+ nvueWidth: number;
28
+ marginLeft: number;
29
+ right: number;
30
+ left: number;
31
+ }, {
32
+ sizeList(): {
33
+ span: number;
34
+ offset: number;
35
+ pull: number;
36
+ push: number;
37
+ };
38
+ pointClassList(): string;
39
+ }, {
40
+ updateGutter(parentGutter: any): void;
41
+ updateNvueWidth(width: any): void;
42
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
43
+ span: {
44
+ type: NumberConstructor;
45
+ default: number;
46
+ };
47
+ offset: {
48
+ type: NumberConstructor;
49
+ default: number;
50
+ };
51
+ pull: {
52
+ type: NumberConstructor;
53
+ default: number;
54
+ };
55
+ push: {
56
+ type: NumberConstructor;
57
+ default: number;
58
+ };
59
+ xs: (NumberConstructor | ObjectConstructor)[];
60
+ sm: (NumberConstructor | ObjectConstructor)[];
61
+ md: (NumberConstructor | ObjectConstructor)[];
62
+ lg: (NumberConstructor | ObjectConstructor)[];
63
+ xl: (NumberConstructor | ObjectConstructor)[];
64
+ }>>, {
65
+ push: number;
66
+ offset: number;
67
+ span: number;
68
+ pull: number;
69
+ }>;
70
+ export default _default;
@@ -0,0 +1,45 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ value: {
3
+ type: (StringConstructor | ArrayConstructor)[];
4
+ default: string;
5
+ };
6
+ modelValue: {
7
+ type: (StringConstructor | ArrayConstructor)[];
8
+ default: string;
9
+ };
10
+ accordion: {
11
+ type: (StringConstructor | BooleanConstructor)[];
12
+ default: boolean;
13
+ };
14
+ }, any, {}, {
15
+ dataValue(): string | any[];
16
+ }, {
17
+ setOpen(val: any): void;
18
+ setAccordion(self: any): void;
19
+ resize(): void;
20
+ onChange(isOpen: any, self: any): void;
21
+ emit(val: any): void;
22
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "activeItem" | "input" | "update:modelValue")[], "input" | "change" | "activeItem" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ value: {
24
+ type: (StringConstructor | ArrayConstructor)[];
25
+ default: string;
26
+ };
27
+ modelValue: {
28
+ type: (StringConstructor | ArrayConstructor)[];
29
+ default: string;
30
+ };
31
+ accordion: {
32
+ type: (StringConstructor | BooleanConstructor)[];
33
+ default: boolean;
34
+ };
35
+ }>> & {
36
+ onChange?: ((...args: any[]) => any) | undefined;
37
+ onInput?: ((...args: any[]) => any) | undefined;
38
+ onActiveItem?: ((...args: any[]) => any) | undefined;
39
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
40
+ }, {
41
+ value: string | unknown[];
42
+ modelValue: string | unknown[];
43
+ accordion: string | boolean;
44
+ }>;
45
+ export default _default;
@@ -0,0 +1,102 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ title: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ name: {
7
+ type: (StringConstructor | NumberConstructor)[];
8
+ default: string;
9
+ };
10
+ disabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ showAnimation: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ open: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ thumb: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ titleBorder: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ border: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ showArrow: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ }, any, {
39
+ isOpen: boolean;
40
+ isheight: null;
41
+ height: number;
42
+ elId: string;
43
+ nameSync: number;
44
+ }, {}, {
45
+ init(type: any): void;
46
+ uninstall(): void;
47
+ onClick(isOpen: any, type: any): void;
48
+ getCollapseHeight(type: any, index?: number): void;
49
+ getNvueHwight(type: any): void;
50
+ /**
51
+ * 获取父元素实例
52
+ */
53
+ getCollapse(name?: string): false | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
54
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
55
+ title: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ name: {
60
+ type: (StringConstructor | NumberConstructor)[];
61
+ default: string;
62
+ };
63
+ disabled: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ showAnimation: {
68
+ type: BooleanConstructor;
69
+ default: boolean;
70
+ };
71
+ open: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
75
+ thumb: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ titleBorder: {
80
+ type: StringConstructor;
81
+ default: string;
82
+ };
83
+ border: {
84
+ type: BooleanConstructor;
85
+ default: boolean;
86
+ };
87
+ showArrow: {
88
+ type: BooleanConstructor;
89
+ default: boolean;
90
+ };
91
+ }>>, {
92
+ name: string | number;
93
+ title: string;
94
+ border: boolean;
95
+ open: boolean;
96
+ disabled: boolean;
97
+ showAnimation: boolean;
98
+ thumb: string;
99
+ titleBorder: string;
100
+ showArrow: boolean;
101
+ }>;
102
+ export default _default;
@@ -0,0 +1,95 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ border: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ label: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ labelWidth: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ placeholder: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ candidates: {
19
+ type: ArrayConstructor;
20
+ default(): never[];
21
+ };
22
+ emptyTips: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ value: {
27
+ type: (StringConstructor | NumberConstructor)[];
28
+ default: string;
29
+ };
30
+ modelValue: {
31
+ type: (StringConstructor | NumberConstructor)[];
32
+ default: string;
33
+ };
34
+ }, any, {
35
+ showSelector: boolean;
36
+ inputVal: string;
37
+ blurTimer: null;
38
+ }, {
39
+ labelStyle(): string;
40
+ filterCandidates(): unknown[];
41
+ filterCandidatesLength(): number;
42
+ }, {
43
+ toggleSelector(): void;
44
+ onFocus(): void;
45
+ onBlur(): void;
46
+ onScroll(): void;
47
+ onSelectorClick(index: any): void;
48
+ onInput(): void;
49
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "update:modelValue")[], "input" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
50
+ border: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ label: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ labelWidth: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ placeholder: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ candidates: {
67
+ type: ArrayConstructor;
68
+ default(): never[];
69
+ };
70
+ emptyTips: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ value: {
75
+ type: (StringConstructor | NumberConstructor)[];
76
+ default: string;
77
+ };
78
+ modelValue: {
79
+ type: (StringConstructor | NumberConstructor)[];
80
+ default: string;
81
+ };
82
+ }>> & {
83
+ onInput?: ((...args: any[]) => any) | undefined;
84
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
85
+ }, {
86
+ value: string | number;
87
+ label: string;
88
+ border: boolean;
89
+ modelValue: string | number;
90
+ labelWidth: string;
91
+ placeholder: string;
92
+ candidates: unknown[];
93
+ emptyTips: string;
94
+ }>;
95
+ export default _default;
@@ -0,0 +1,21 @@
1
+ declare const _default: {
2
+ en: {
3
+ "uni-countdown.day": string;
4
+ "uni-countdown.h": string;
5
+ "uni-countdown.m": string;
6
+ "uni-countdown.s": string;
7
+ };
8
+ 'zh-Hans': {
9
+ "uni-countdown.day": string;
10
+ "uni-countdown.h": string;
11
+ "uni-countdown.m": string;
12
+ "uni-countdown.s": string;
13
+ };
14
+ 'zh-Hant': {
15
+ "uni-countdown.day": string;
16
+ "uni-countdown.h": string;
17
+ "uni-countdown.m": string;
18
+ "uni-countdown.s": string;
19
+ };
20
+ };
21
+ export default _default;
@@ -0,0 +1,158 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ showDay: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ showColon: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ start: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ backgroundColor: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ color: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ fontSize: {
23
+ type: NumberConstructor;
24
+ default: number;
25
+ };
26
+ splitorColor: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ day: {
31
+ type: NumberConstructor;
32
+ default: number;
33
+ };
34
+ hour: {
35
+ type: NumberConstructor;
36
+ default: number;
37
+ };
38
+ minute: {
39
+ type: NumberConstructor;
40
+ default: number;
41
+ };
42
+ second: {
43
+ type: NumberConstructor;
44
+ default: number;
45
+ };
46
+ timestamp: {
47
+ type: NumberConstructor;
48
+ default: number;
49
+ };
50
+ zeroPad: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }, any, {
55
+ timer: null;
56
+ syncFlag: boolean;
57
+ d: string;
58
+ h: string;
59
+ i: string;
60
+ s: string;
61
+ leftTime: number;
62
+ seconds: number;
63
+ }, {
64
+ dayText(): any;
65
+ hourText(val: any): any;
66
+ minuteText(val: any): any;
67
+ secondText(val: any): any;
68
+ timeStyle(): {
69
+ color: string;
70
+ backgroundColor: string;
71
+ fontSize: string;
72
+ width: string;
73
+ lineHeight: string;
74
+ borderRadius: string;
75
+ };
76
+ splitorStyle(): {
77
+ color: string;
78
+ fontSize: string;
79
+ margin: string;
80
+ };
81
+ }, {
82
+ toSeconds(timestamp: any, day: any, hours: any, minutes: any, seconds: any): any;
83
+ timeUp(): void;
84
+ countDown(): void;
85
+ startData(): void;
86
+ update(): void;
87
+ changeFlag(): void;
88
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "timeup"[], "timeup", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
89
+ showDay: {
90
+ type: BooleanConstructor;
91
+ default: boolean;
92
+ };
93
+ showColon: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
97
+ start: {
98
+ type: BooleanConstructor;
99
+ default: boolean;
100
+ };
101
+ backgroundColor: {
102
+ type: StringConstructor;
103
+ default: string;
104
+ };
105
+ color: {
106
+ type: StringConstructor;
107
+ default: string;
108
+ };
109
+ fontSize: {
110
+ type: NumberConstructor;
111
+ default: number;
112
+ };
113
+ splitorColor: {
114
+ type: StringConstructor;
115
+ default: string;
116
+ };
117
+ day: {
118
+ type: NumberConstructor;
119
+ default: number;
120
+ };
121
+ hour: {
122
+ type: NumberConstructor;
123
+ default: number;
124
+ };
125
+ minute: {
126
+ type: NumberConstructor;
127
+ default: number;
128
+ };
129
+ second: {
130
+ type: NumberConstructor;
131
+ default: number;
132
+ };
133
+ timestamp: {
134
+ type: NumberConstructor;
135
+ default: number;
136
+ };
137
+ zeroPad: {
138
+ type: BooleanConstructor;
139
+ default: boolean;
140
+ };
141
+ }>> & {
142
+ onTimeup?: ((...args: any[]) => any) | undefined;
143
+ }, {
144
+ backgroundColor: string;
145
+ color: string;
146
+ fontSize: number;
147
+ day: number;
148
+ start: boolean;
149
+ hour: number;
150
+ minute: number;
151
+ second: number;
152
+ showDay: boolean;
153
+ showColon: boolean;
154
+ splitorColor: string;
155
+ timestamp: number;
156
+ zeroPad: boolean;
157
+ }>;
158
+ export default _default;