eoss-ui 0.4.18 → 0.4.20
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/lib/button-group.js +88 -88
- package/lib/button.js +90 -90
- package/lib/card.js +2 -2
- package/lib/cascader.js +2 -2
- package/lib/checkbox-group.js +89 -89
- package/lib/clients.js +2 -2
- package/lib/data-table-form.js +870 -198
- package/lib/data-table.js +91 -91
- package/lib/date-picker.js +90 -90
- package/lib/dialog.js +138 -105
- package/lib/enterprise.js +2 -2
- package/lib/eoss-ui.common.js +1457 -630
- package/lib/error-page.js +2 -2
- package/lib/flow-group.js +112 -95
- package/lib/flow-list.js +92 -92
- package/lib/flow.js +152 -146
- package/lib/form.js +184 -103
- package/lib/handle-user.js +91 -91
- package/lib/handler.js +91 -91
- package/lib/index.js +1 -1
- package/lib/input-number.js +90 -90
- package/lib/input.js +90 -90
- package/lib/label.js +2 -2
- package/lib/login.js +174 -131
- package/lib/main.js +111 -108
- package/lib/mainComp.js +107 -106
- package/lib/menu.js +2 -2
- package/lib/nav.js +90 -90
- package/lib/notify.js +95 -95
- package/lib/page.js +90 -90
- package/lib/pagination.js +2 -2
- package/lib/player.js +90 -90
- package/lib/qr-code.js +97 -97
- package/lib/radio-group.js +91 -91
- package/lib/select-ganged.js +90 -90
- package/lib/select.js +101 -101
- package/lib/selector-panel.js +115 -108
- package/lib/selector.js +91 -91
- package/lib/sizer.js +92 -92
- package/lib/steps.js +90 -90
- package/lib/switch.js +90 -90
- package/lib/table-form.js +97 -97
- package/lib/tabs-panel.js +2 -2
- package/lib/tabs.js +113 -94
- package/lib/theme-chalk/data-table-form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/tips.js +91 -91
- package/lib/toolbar.js +2 -2
- package/lib/tree-group.js +105 -95
- package/lib/tree.js +97 -93
- package/lib/upload.js +175 -125
- package/lib/wujie.js +90 -90
- package/lib/wxlogin.js +90 -90
- package/package.json +2 -2
- package/packages/data-table-form/src/checkbox.vue +101 -0
- package/packages/data-table-form/src/radio.vue +65 -0
- package/packages/data-table-form/src/table.vue +34 -6
- package/packages/data-table-form/src/tbody.vue +139 -25
- package/packages/dialog/src/main.vue +29 -3
- package/packages/flow/src/main.vue +103 -87
- package/packages/flow-group/src/main.vue +22 -13
- package/packages/form/src/main.vue +564 -471
- package/packages/login/src/main.vue +79 -34
- package/packages/main/src/main.vue +3 -1
- package/packages/select/src/main.vue +20 -20
- package/packages/selector-panel/src/main.vue +27 -17
- package/packages/tabs/src/main.vue +20 -12
- package/packages/theme-chalk/lib/data-table-form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/data-table-form.scss +7 -6
- package/packages/theme-chalk/src/index.scss +0 -1
- package/packages/tree/src/main.vue +4 -0
- package/packages/tree-group/src/main.vue +7 -4
- package/packages/upload/src/main.vue +77 -20
- package/src/index.js +1 -4
- package/lib/ca-login.js +0 -326
- package/lib/theme-chalk/ca-login.css +0 -1
- package/packages/ca-login/index.js +0 -5
- package/packages/ca-login/src/main.vue +0 -62
- package/packages/theme-chalk/lib/ca-login.css +0 -1
- package/packages/theme-chalk/src/ca-login.scss +0 -4
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
<es-data-table
|
|
108
108
|
v-if="
|
|
109
109
|
item.type === 'data-table' ||
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
110
|
+
item.type === 'dataTable' ||
|
|
111
|
+
item.type === 'flow-list' ||
|
|
112
|
+
item.type === 'flowList'
|
|
113
113
|
"
|
|
114
114
|
v-bind="
|
|
115
115
|
handleExclAttribute({
|
|
@@ -117,6 +117,7 @@
|
|
|
117
117
|
attrs: ['events', 'visible', 'type']
|
|
118
118
|
})
|
|
119
119
|
"
|
|
120
|
+
:zoom="zoom"
|
|
120
121
|
:display="show"
|
|
121
122
|
:class="{
|
|
122
123
|
'es-flow-group-data-table':
|
|
@@ -163,7 +164,7 @@
|
|
|
163
164
|
<es-tree-group
|
|
164
165
|
v-if="
|
|
165
166
|
item.type === 'tree-group' ||
|
|
166
|
-
|
|
167
|
+
item.type === 'treeGroup'
|
|
167
168
|
"
|
|
168
169
|
v-bind="
|
|
169
170
|
handleExclAttribute({
|
|
@@ -171,6 +172,7 @@
|
|
|
171
172
|
attrs: ['events', 'visible', 'type']
|
|
172
173
|
})
|
|
173
174
|
"
|
|
175
|
+
:zoom="zoom"
|
|
174
176
|
:display="show"
|
|
175
177
|
v-on="{ ...item.events }"
|
|
176
178
|
></es-tree-group>
|
|
@@ -368,14 +370,15 @@
|
|
|
368
370
|
:display="show"
|
|
369
371
|
:key="index"
|
|
370
372
|
:closeDialog="false"
|
|
373
|
+
:zoom="zoom"
|
|
371
374
|
v-on="{ ...item.events }"
|
|
372
375
|
></es-form>
|
|
373
376
|
<es-data-table
|
|
374
377
|
v-if="
|
|
375
378
|
item.type === 'data-table' ||
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
+
item.type === 'dataTable' ||
|
|
380
|
+
item.type === 'flow-list' ||
|
|
381
|
+
item.type === 'flowList'
|
|
379
382
|
"
|
|
380
383
|
v-bind="
|
|
381
384
|
handleExclAttribute({
|
|
@@ -383,6 +386,7 @@
|
|
|
383
386
|
attrs: ['events', 'visible', 'type']
|
|
384
387
|
})
|
|
385
388
|
"
|
|
389
|
+
:zoom="zoom"
|
|
386
390
|
:class="{
|
|
387
391
|
'es-flow-group-data-table':
|
|
388
392
|
item.type === 'data-table' || item.type === 'dataTable',
|
|
@@ -435,6 +439,7 @@
|
|
|
435
439
|
attrs: ['events', 'visible', 'type']
|
|
436
440
|
})
|
|
437
441
|
"
|
|
442
|
+
:zoom="zoom"
|
|
438
443
|
:key="index"
|
|
439
444
|
:display="show"
|
|
440
445
|
v-on="{ ...item.events }"
|
|
@@ -500,14 +505,15 @@
|
|
|
500
505
|
:model.sync="contents.model"
|
|
501
506
|
:display="show"
|
|
502
507
|
:closeDialog="false"
|
|
508
|
+
:zoom="zoom"
|
|
503
509
|
v-on="{ ...contents.events }"
|
|
504
510
|
></es-form>
|
|
505
511
|
<es-data-table
|
|
506
512
|
v-if="
|
|
507
513
|
contents.type === 'data-table' ||
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
514
|
+
contents.type === 'dataTable' ||
|
|
515
|
+
contents.type === 'flow-list' ||
|
|
516
|
+
items.contents.type === 'flowList'
|
|
511
517
|
"
|
|
512
518
|
v-bind="
|
|
513
519
|
handleExclAttribute({
|
|
@@ -561,7 +567,7 @@
|
|
|
561
567
|
<es-tree-group
|
|
562
568
|
v-if="
|
|
563
569
|
contents.type === 'tree-group' ||
|
|
564
|
-
|
|
570
|
+
contents.type === 'treeGroup'
|
|
565
571
|
"
|
|
566
572
|
v-bind="
|
|
567
573
|
handleExclAttribute({
|
|
@@ -570,6 +576,7 @@
|
|
|
570
576
|
})
|
|
571
577
|
"
|
|
572
578
|
:display="show"
|
|
579
|
+
:zoom="zoom"
|
|
573
580
|
v-on="{ ...contents.events }"
|
|
574
581
|
></es-tree-group>
|
|
575
582
|
<iframe
|
|
@@ -637,7 +644,8 @@ export default {
|
|
|
637
644
|
default() {
|
|
638
645
|
return [];
|
|
639
646
|
}
|
|
640
|
-
}
|
|
647
|
+
},
|
|
648
|
+
zoom: false
|
|
641
649
|
},
|
|
642
650
|
watch: {
|
|
643
651
|
activeName(val) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.es-data-table-form{min-width:100%;border-color:#e1e1e1;background-color:#fff;font-size:14px;table-layout:fixed}.es-data-table-form td,.es-data-table-form th{padding:6px;line-height:28px}.es-data-table-form td.numbers,.es-data-table-form th.numbers{text-align:center}.es-data-table-form td .cell,.es-data-table-form th .cell{min-height:28px}.es-data-table-form td .cell.is-textarea,.es-data-table-form th .cell.is-textarea{line-height:20px}.es-data-table-form td .cell.es-required::before,.es-data-table-form th .cell.es-required::before{content:'*';color:#f56c6c}.es-data-table-form td .es-input-box
|
|
1
|
+
@charset "UTF-8";.es-data-form,.es-data-table-form td .es-input-box,.es-data-table-form th .es-input-box{position:relative}.es-data-table-form{min-width:100%;border-color:#e1e1e1;background-color:#fff;font-size:14px;table-layout:fixed}.es-data-table-form td,.es-data-table-form th{padding:6px;line-height:28px}.es-data-table-form td.numbers,.es-data-table-form th.numbers{text-align:center}.es-data-table-form td .cell,.es-data-table-form th .cell{min-height:28px}.es-data-table-form td .cell.is-textarea,.es-data-table-form th .cell.is-textarea{line-height:20px}.es-data-table-form td .cell.es-required::before,.es-data-table-form th .cell.es-required::before{content:'*';color:#f56c6c}.es-data-table-form td .es-input-box .es-select-multiple,.es-data-table-form th .es-input-box .es-select-multiple{height:auto;min-height:40px;line-height:1;padding:4px 6px 4px 0}.es-data-table-form td .es-input-box .es-select-multiple .el-tag,.es-data-table-form th .es-input-box .es-select-multiple .el-tag{margin:2px 0 2px 6px}.es-data-table-form .es-data-form-head{background-color:#f8f8f8}.es-data-form .es-table-page{height:46px;text-align:center;border:1px solid #e1e1e1;padding:8px 12px;margin-top:-1px;background-color:#f8f8f8}.es-data-form .es-data-table-form-handle{position:fixed;opacity:0}
|