@kengic/uni 0.3.2-beta.11 → 0.3.2-beta.13
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/uni/uni-ui/index.ts +50 -1
- package/dist/uni/uni-ui/uni-breadcrumb/uni-breadcrumb.vue +34 -34
- package/dist/uni/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue +111 -107
- package/dist/uni/uni-ui/uni-calendar/uni-calendar.vue +557 -558
- package/dist/uni/uni-ui/uni-data-checkbox/uni-data-checkbox.vue +2 -2
- package/dist/uni/uni-ui/uni-data-select/uni-data-select.vue +1 -1
- package/package.json +63 -12
- package/dist/src/consts/i18n/en.d.ts +0 -45
- package/dist/src/consts/i18n/index.d.ts +0 -90
- package/dist/src/consts/i18n/zh_CN.d.ts +0 -45
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
*/
|
|
67
67
|
|
|
68
68
|
export default {
|
|
69
|
-
name: '
|
|
69
|
+
name: 'UniDataCheckbox',
|
|
70
70
|
mixins: [uniCloud.mixinDatacom || {}],
|
|
71
71
|
emits:['input','update:modelValue','change'],
|
|
72
72
|
props: {
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
let selectedColor = this.selectedColor?this.selectedColor:'#2979ff'
|
|
406
406
|
styles['background-color'] = item.selected?selectedColor:'#fff'
|
|
407
407
|
styles['border-color'] = item.selected?selectedColor:'#DCDFE6'
|
|
408
|
-
|
|
408
|
+
|
|
409
409
|
if(!item.selected && item.disabled){
|
|
410
410
|
styles['background-color'] = '#F2F6FC'
|
|
411
411
|
styles['border-color'] = item.selected?selectedColor:'#DCDFE6'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/uni",
|
|
3
|
-
"version": "0.3.2-beta.
|
|
3
|
+
"version": "0.3.2-beta.13",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build:dev": "rimraf dist && vue-tsc && vite build --mode development",
|
|
@@ -68,16 +68,66 @@
|
|
|
68
68
|
},
|
|
69
69
|
"./dist/index.css": "./dist/index.css",
|
|
70
70
|
"./dist/uni": "./dist/uni/index.ts",
|
|
71
|
-
"./uni/uni-ui/uni-
|
|
72
|
-
"./uni/uni-ui/uni-
|
|
73
|
-
"./uni/uni-ui/uni-
|
|
74
|
-
"./uni/uni-ui/uni-
|
|
75
|
-
"./uni/uni-ui/uni-
|
|
76
|
-
"./uni/uni-ui/uni-
|
|
77
|
-
"./uni/uni-ui/uni-
|
|
78
|
-
"./uni/uni-ui/uni-
|
|
79
|
-
"./uni/uni-ui/uni-
|
|
80
|
-
"./uni/uni-ui/uni-
|
|
71
|
+
"./dist/uni/uni-ui/uni-badge/uni-badge.vue": "./dist/uni/uni-ui/uni-badge/uni-badge.vue",
|
|
72
|
+
"./dist/uni/uni-ui/uni-breadcrumb/uni-breadcrumb.vue": "./dist/uni/uni-ui/uni-breadcrumb/uni-breadcrumb.vue",
|
|
73
|
+
"./dist/uni/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue": "./dist/uni/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue",
|
|
74
|
+
"./dist/uni/uni-ui/uni-calendar/uni-calendar.vue": "./dist/uni/uni-ui/uni-calendar/uni-calendar.vue",
|
|
75
|
+
"./dist/uni/uni-ui/uni-card/uni-card.vue": "./dist/uni/uni-ui/uni-card/uni-card.vue",
|
|
76
|
+
"./dist/uni/uni-ui/uni-col/uni-col.vue": "./dist/uni/uni-ui/uni-col/uni-col.vue",
|
|
77
|
+
"./dist/uni/uni-ui/uni-collapse/uni-collapse.vue": "./dist/uni/uni-ui/uni-collapse/uni-collapse.vue",
|
|
78
|
+
"./dist/uni/uni-ui/uni-collapse-item/uni-collapse-item.vue": "./dist/uni/uni-ui/uni-collapse-item/uni-collapse-item.vue",
|
|
79
|
+
"./dist/uni/uni-ui/uni-combox/uni-combox.vue": "./dist/uni/uni-ui/uni-combox/uni-combox.vue",
|
|
80
|
+
"./dist/uni/uni-ui/uni-countdown/uni-countdown.vue": "./dist/uni/uni-ui/uni-countdown/uni-countdown.vue",
|
|
81
|
+
"./dist/uni/uni-ui/uni-data-checkbox/uni-data-checkbox.vue": "./dist/uni/uni-ui/uni-data-checkbox/uni-data-checkbox.vue",
|
|
82
|
+
"./dist/uni/uni-ui/uni-data-picker/uni-data-picker.vue": "./dist/uni/uni-ui/uni-data-picker/uni-data-picker.vue",
|
|
83
|
+
"./dist/uni/uni-ui/uni-data-pickerview/uni-data-pickerview.vue": "./dist/uni/uni-ui/uni-data-pickerview/uni-data-pickerview.vue",
|
|
84
|
+
"./dist/uni/uni-ui/uni-data-select/uni-data-select.vue": "./dist/uni/uni-ui/uni-data-select/uni-data-select.vue",
|
|
85
|
+
"./dist/uni/uni-ui/uni-dateformat/uni-dateformat.vue": "./dist/uni/uni-ui/uni-dateformat/uni-dateformat.vue",
|
|
86
|
+
"./dist/uni/uni-ui/uni-datetime-picker/uni-datetime-picker.vue": "./dist/uni/uni-ui/uni-datetime-picker/uni-datetime-picker.vue",
|
|
87
|
+
"./dist/uni/uni-ui/uni-drawer/uni-drawer.vue": "./dist/uni/uni-ui/uni-drawer/uni-drawer.vue",
|
|
88
|
+
"./dist/uni/uni-ui/uni-easyinput/uni-easyinput.vue": "./dist/uni/uni-ui/uni-easyinput/uni-easyinput.vue",
|
|
89
|
+
"./dist/uni/uni-ui/uni-fab/uni-fab.vue": "./dist/uni/uni-ui/uni-fab/uni-fab.vue",
|
|
90
|
+
"./dist/uni/uni-ui/uni-fav/uni-fav.vue": "./dist/uni/uni-ui/uni-fav/uni-fav.vue",
|
|
91
|
+
"./dist/uni/uni-ui/uni-file-picker/uni-file-picker.vue": "./dist/uni/uni-ui/uni-file-picker/uni-file-picker.vue",
|
|
92
|
+
"./dist/uni/uni-ui/uni-forms/uni-forms.vue": "./dist/uni/uni-ui/uni-forms/uni-forms.vue",
|
|
93
|
+
"./dist/uni/uni-ui/uni-forms-item/uni-forms-item.vue": "./dist/uni/uni-ui/uni-forms-item/uni-forms-item.vue",
|
|
94
|
+
"./dist/uni/uni-ui/uni-goods-nav/uni-goods-nav.vue": "./dist/uni/uni-ui/uni-goods-nav/uni-goods-nav.vue",
|
|
95
|
+
"./dist/uni/uni-ui/uni-grid/uni-grid.vue": "./dist/uni/uni-ui/uni-grid/uni-grid.vue",
|
|
96
|
+
"./dist/uni/uni-ui/uni-grid-item/uni-grid-item.vue": "./dist/uni/uni-ui/uni-grid-item/uni-grid-item.vue",
|
|
97
|
+
"./dist/uni/uni-ui/uni-group/uni-group.vue": "./dist/uni/uni-ui/uni-group/uni-group.vue",
|
|
98
|
+
"./dist/uni/uni-ui/uni-icons/uni-icons.vue": "./dist/uni/uni-ui/uni-icons/uni-icons.vue",
|
|
99
|
+
"./dist/uni/uni-ui/uni-indexed-list/uni-indexed-list.vue": "./dist/uni/uni-ui/uni-indexed-list/uni-indexed-list.vue",
|
|
100
|
+
"./dist/uni/uni-ui/uni-link/uni-link.vue": "./dist/uni/uni-ui/uni-link/uni-link.vue",
|
|
101
|
+
"./dist/uni/uni-ui/uni-list/uni-list.vue": "./dist/uni/uni-ui/uni-list/uni-list.vue",
|
|
102
|
+
"./dist/uni/uni-ui/uni-list-ad/uni-list-ad.vue": "./dist/uni/uni-ui/uni-list-ad/uni-list-ad.vue",
|
|
103
|
+
"./dist/uni/uni-ui/uni-list-chat/uni-list-chat.vue": "./dist/uni/uni-ui/uni-list-chat/uni-list-chat.vue",
|
|
104
|
+
"./dist/uni/uni-ui/uni-list-item/uni-list-item.vue": "./dist/uni/uni-ui/uni-list-item/uni-list-item.vue",
|
|
105
|
+
"./dist/uni/uni-ui/uni-load-more/uni-load-more.vue": "./dist/uni/uni-ui/uni-load-more/uni-load-more.vue",
|
|
106
|
+
"./dist/uni/uni-ui/uni-nav-bar/uni-nav-bar.vue": "./dist/uni/uni-ui/uni-nav-bar/uni-nav-bar.vue",
|
|
107
|
+
"./dist/uni/uni-ui/uni-notice-bar/uni-notice-bar.vue": "./dist/uni/uni-ui/uni-notice-bar/uni-notice-bar.vue",
|
|
108
|
+
"./dist/uni/uni-ui/uni-number-box/uni-number-box.vue": "./dist/uni/uni-ui/uni-number-box/uni-number-box.vue",
|
|
109
|
+
"./dist/uni/uni-ui/uni-pagination/uni-pagination.vue": "./dist/uni/uni-ui/uni-pagination/uni-pagination.vue",
|
|
110
|
+
"./dist/uni/uni-ui/uni-popup/uni-popup.vue": "./dist/uni/uni-ui/uni-popup/uni-popup.vue",
|
|
111
|
+
"./dist/uni/uni-ui/uni-popup-dialog/uni-popup-dialog.vue": "./dist/uni/uni-ui/uni-popup-dialog/uni-popup-dialog.vue",
|
|
112
|
+
"./dist/uni/uni-ui/uni-popup-message/uni-popup-message.vue": "./dist/uni/uni-ui/uni-popup-message/uni-popup-message.vue",
|
|
113
|
+
"./dist/uni/uni-ui/uni-popup-share/uni-popup-share.vue": "./dist/uni/uni-ui/uni-popup-share/uni-popup-share.vue",
|
|
114
|
+
"./dist/uni/uni-ui/uni-search-bar/uni-search-bar.vue": "./dist/uni/uni-ui/uni-search-bar/uni-search-bar.vue",
|
|
115
|
+
"./dist/uni/uni-ui/uni-section/uni-section.vue": "./dist/uni/uni-ui/uni-section/uni-section.vue",
|
|
116
|
+
"./dist/uni/uni-ui/uni-segmented-control/uni-segmented-control.vue": "./dist/uni/uni-ui/uni-segmented-control/uni-segmented-control.vue",
|
|
117
|
+
"./dist/uni/uni-ui/uni-steps/uni-steps.vue": "./dist/uni/uni-ui/uni-steps/uni-steps.vue",
|
|
118
|
+
"./dist/uni/uni-ui/uni-swipe-action/uni-swipe-action.vue": "./dist/uni/uni-ui/uni-swipe-action/uni-swipe-action.vue",
|
|
119
|
+
"./dist/uni/uni-ui/uni-swipe-action-item/uni-swipe-action-item.vue": "./dist/uni/uni-ui/uni-swipe-action-item/uni-swipe-action-item.vue",
|
|
120
|
+
"./dist/uni/uni-ui/uni-swiper-dot/uni-swiper-dot.vue": "./dist/uni/uni-ui/uni-swiper-dot/uni-swiper-dot.vue",
|
|
121
|
+
"./dist/uni/uni-ui/uni-table/uni-table.vue": "./dist/uni/uni-ui/uni-table/uni-table.vue",
|
|
122
|
+
"./dist/uni/uni-ui/uni-tag/uni-tag.vue": "./dist/uni/uni-ui/uni-tag/uni-tag.vue",
|
|
123
|
+
"./dist/uni/uni-ui/uni-tbody/uni-tbody.vue": "./dist/uni/uni-ui/uni-tbody/uni-tbody.vue",
|
|
124
|
+
"./dist/uni/uni-ui/uni-td/uni-td.vue": "./dist/uni/uni-ui/uni-td/uni-td.vue",
|
|
125
|
+
"./dist/uni/uni-ui/uni-th/uni-th.vue": "./dist/uni/uni-ui/uni-th/uni-th.vue",
|
|
126
|
+
"./dist/uni/uni-ui/uni-thead/uni-thead.vue": "./dist/uni/uni-ui/uni-thead/uni-thead.vue",
|
|
127
|
+
"./dist/uni/uni-ui/uni-title/uni-title.vue": "./dist/uni/uni-ui/uni-title/uni-title.vue",
|
|
128
|
+
"./dist/uni/uni-ui/uni-tooltip/uni-tooltip.vue": "./dist/uni/uni-ui/uni-tooltip/uni-tooltip.vue",
|
|
129
|
+
"./dist/uni/uni-ui/uni-tr/uni-tr.vue": "./dist/uni/uni-ui/uni-tr/uni-tr.vue",
|
|
130
|
+
"./dist/uni/uni-ui/uni-transition/uni-transition.vue": "./dist/uni/uni-ui/uni-transition/uni-transition.vue"
|
|
81
131
|
},
|
|
82
132
|
"prettier": {
|
|
83
133
|
"endOfLine": "auto",
|
|
@@ -85,6 +135,7 @@
|
|
|
85
135
|
"semi": true,
|
|
86
136
|
"singleQuote": true,
|
|
87
137
|
"tabWidth": 4,
|
|
88
|
-
"trailingComma": "all"
|
|
138
|
+
"trailingComma": "all",
|
|
139
|
+
"vueIndentScriptAndStyle": true
|
|
89
140
|
}
|
|
90
141
|
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
kg: {
|
|
3
|
-
KgSearch: {
|
|
4
|
-
title: string;
|
|
5
|
-
};
|
|
6
|
-
KgTable: {
|
|
7
|
-
column: string;
|
|
8
|
-
emptyText: string;
|
|
9
|
-
totalText: string;
|
|
10
|
-
};
|
|
11
|
-
KgTableInfo: {
|
|
12
|
-
check: string;
|
|
13
|
-
clearCheck: string;
|
|
14
|
-
clearTable: string;
|
|
15
|
-
locate: string;
|
|
16
|
-
row: string;
|
|
17
|
-
};
|
|
18
|
-
action: string;
|
|
19
|
-
add: string;
|
|
20
|
-
button: string;
|
|
21
|
-
cancel: string;
|
|
22
|
-
confirm: string;
|
|
23
|
-
confirmDelete: string;
|
|
24
|
-
copy: string;
|
|
25
|
-
create: string;
|
|
26
|
-
delete: string;
|
|
27
|
-
deleteSuccess: string;
|
|
28
|
-
edit: string;
|
|
29
|
-
emptyText: string;
|
|
30
|
-
export: string;
|
|
31
|
-
import: string;
|
|
32
|
-
lookup: string;
|
|
33
|
-
no: string;
|
|
34
|
-
query: string;
|
|
35
|
-
required: string;
|
|
36
|
-
reset: string;
|
|
37
|
-
save: string;
|
|
38
|
-
search: string;
|
|
39
|
-
show: string;
|
|
40
|
-
tip: string;
|
|
41
|
-
update: string;
|
|
42
|
-
yes: string;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export default _default;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
export declare const KG_I18N: {
|
|
2
|
-
en: {
|
|
3
|
-
kg: {
|
|
4
|
-
KgSearch: {
|
|
5
|
-
title: string;
|
|
6
|
-
};
|
|
7
|
-
KgTable: {
|
|
8
|
-
column: string;
|
|
9
|
-
emptyText: string;
|
|
10
|
-
totalText: string;
|
|
11
|
-
};
|
|
12
|
-
KgTableInfo: {
|
|
13
|
-
check: string;
|
|
14
|
-
clearCheck: string;
|
|
15
|
-
clearTable: string;
|
|
16
|
-
locate: string;
|
|
17
|
-
row: string;
|
|
18
|
-
};
|
|
19
|
-
action: string;
|
|
20
|
-
add: string;
|
|
21
|
-
button: string;
|
|
22
|
-
cancel: string;
|
|
23
|
-
confirm: string;
|
|
24
|
-
confirmDelete: string;
|
|
25
|
-
copy: string;
|
|
26
|
-
create: string;
|
|
27
|
-
delete: string;
|
|
28
|
-
deleteSuccess: string;
|
|
29
|
-
edit: string;
|
|
30
|
-
emptyText: string;
|
|
31
|
-
export: string;
|
|
32
|
-
import: string;
|
|
33
|
-
lookup: string;
|
|
34
|
-
no: string;
|
|
35
|
-
query: string;
|
|
36
|
-
required: string;
|
|
37
|
-
reset: string;
|
|
38
|
-
save: string;
|
|
39
|
-
search: string;
|
|
40
|
-
show: string;
|
|
41
|
-
tip: string;
|
|
42
|
-
update: string;
|
|
43
|
-
yes: string;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
|
-
zh_CN: {
|
|
47
|
-
kg: {
|
|
48
|
-
KgSearch: {
|
|
49
|
-
title: string;
|
|
50
|
-
};
|
|
51
|
-
KgTable: {
|
|
52
|
-
column: string;
|
|
53
|
-
emptyText: string;
|
|
54
|
-
totalText: string;
|
|
55
|
-
};
|
|
56
|
-
KgTableInfo: {
|
|
57
|
-
check: string;
|
|
58
|
-
clearCheck: string;
|
|
59
|
-
clearTable: string;
|
|
60
|
-
locate: string;
|
|
61
|
-
row: string;
|
|
62
|
-
};
|
|
63
|
-
action: string;
|
|
64
|
-
add: string;
|
|
65
|
-
button: string;
|
|
66
|
-
cancel: string;
|
|
67
|
-
confirm: string;
|
|
68
|
-
confirmDelete: string;
|
|
69
|
-
copy: string;
|
|
70
|
-
create: string;
|
|
71
|
-
delete: string;
|
|
72
|
-
deleteSuccess: string;
|
|
73
|
-
edit: string;
|
|
74
|
-
emptyText: string;
|
|
75
|
-
export: string;
|
|
76
|
-
import: string;
|
|
77
|
-
lookup: string;
|
|
78
|
-
no: string;
|
|
79
|
-
query: string;
|
|
80
|
-
required: string;
|
|
81
|
-
reset: string;
|
|
82
|
-
save: string;
|
|
83
|
-
search: string;
|
|
84
|
-
show: string;
|
|
85
|
-
tip: string;
|
|
86
|
-
update: string;
|
|
87
|
-
yes: string;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
kg: {
|
|
3
|
-
KgSearch: {
|
|
4
|
-
title: string;
|
|
5
|
-
};
|
|
6
|
-
KgTable: {
|
|
7
|
-
column: string;
|
|
8
|
-
emptyText: string;
|
|
9
|
-
totalText: string;
|
|
10
|
-
};
|
|
11
|
-
KgTableInfo: {
|
|
12
|
-
check: string;
|
|
13
|
-
clearCheck: string;
|
|
14
|
-
clearTable: string;
|
|
15
|
-
locate: string;
|
|
16
|
-
row: string;
|
|
17
|
-
};
|
|
18
|
-
action: string;
|
|
19
|
-
add: string;
|
|
20
|
-
button: string;
|
|
21
|
-
cancel: string;
|
|
22
|
-
confirm: string;
|
|
23
|
-
confirmDelete: string;
|
|
24
|
-
copy: string;
|
|
25
|
-
create: string;
|
|
26
|
-
delete: string;
|
|
27
|
-
deleteSuccess: string;
|
|
28
|
-
edit: string;
|
|
29
|
-
emptyText: string;
|
|
30
|
-
export: string;
|
|
31
|
-
import: string;
|
|
32
|
-
lookup: string;
|
|
33
|
-
no: string;
|
|
34
|
-
query: string;
|
|
35
|
-
required: string;
|
|
36
|
-
reset: string;
|
|
37
|
-
save: string;
|
|
38
|
-
search: string;
|
|
39
|
-
show: string;
|
|
40
|
-
tip: string;
|
|
41
|
-
update: string;
|
|
42
|
-
yes: string;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
export default _default;
|