@web-utils/component 2.30.1 → 2.40.0
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/address-input/index.mjs +9 -9
- package/address-input/style.css +1 -1
- package/affix/index.mjs +1 -1
- package/affix/style.css +1 -1
- package/aside-menu/index.mjs +20 -20
- package/aside-menu/style.css +1 -1
- package/avatar/index.mjs +1 -1
- package/avatar/style.css +1 -1
- package/awesome-button/index.mjs +1 -1
- package/base.css +1 -1
- package/capsule-tab/index.mjs +10 -10
- package/capsule-tab/style.css +1 -1
- package/card/index.mjs +23 -23
- package/card/style.css +1 -1
- package/carousel/index.mjs +5 -5
- package/carousel/style.css +1 -1
- package/chat/index.mjs +5 -3
- package/chat/style.css +1 -1
- package/chunk-file-uploader/index.mjs +3 -3
- package/chunk-file-uploader/style.css +1 -1
- package/chunks/{FormTemp.FX8xmbVB.mjs → FormTemp.7f91629d.mjs} +4 -4
- package/chunks/{confirmable-mixin.rTUMhoRH.mjs → confirmable-mixin.817b542f.mjs} +16 -6
- package/chunks/{dataformat.X_61lMA7.mjs → dataformat.f995e2f9.mjs} +1 -1
- package/chunks/{dic.6tk91Dmq.mjs → dic.eaac0823.mjs} +8 -10
- package/chunks/{event.NHA7rYFE.mjs → event.b5d855dd.mjs} +3 -3
- package/chunks/{form-input-mixin.IKogWBfn.mjs → form-input-mixin.4632ad36.mjs} +2 -2
- package/chunks/{form-item-mixin.BilKDUlK.mjs → form-item-mixin.ad148e7b.mjs} +1 -1
- package/chunks/{init.Ac4dKUJB.mjs → init.47f219b4.mjs} +3 -3
- package/chunks/{util.C2Bhx22L.mjs → util.ae730cde.mjs} +24 -18
- package/code-mirror-editor/index.mjs +404 -175
- package/code-mirror-editor/style.css +1 -1
- package/color-picker/index.mjs +1 -1
- package/comment/index.mjs +18 -18
- package/comment/style.css +1 -1
- package/confirm-button/index.mjs +2 -2
- package/confirmable/index.mjs +2 -2
- package/context-menu/index.mjs +9 -9
- package/context-menu/style.css +1 -1
- package/count-up/index.mjs +6 -10
- package/custom-scrollbar/index.mjs +5 -9
- package/data-box/index.mjs +8 -8
- package/data-box/style.css +1 -1
- package/data-card/index.mjs +19 -19
- package/data-card/style.css +1 -1
- package/data-cardtext/index.mjs +22 -22
- package/data-cardtext/style.css +1 -1
- package/data-display/index.mjs +24 -24
- package/data-display/style.css +1 -1
- package/data-icons/index.mjs +13 -13
- package/data-icons/style.css +1 -1
- package/data-imgtext/index.mjs +18 -18
- package/data-imgtext/style.css +1 -1
- package/data-operatext/index.mjs +28 -28
- package/data-operatext/style.css +1 -1
- package/data-panel/index.mjs +15 -15
- package/data-panel/style.css +1 -1
- package/data-pay/index.mjs +7 -7
- package/data-pay/style.css +1 -1
- package/data-price/index.mjs +5 -5
- package/data-price/style.css +1 -1
- package/data-progress/index.mjs +16 -16
- package/data-progress/style.css +1 -1
- package/data-rotate/index.mjs +7 -7
- package/data-rotate/style.css +1 -1
- package/data-table-picker/index.mjs +2 -2
- package/data-tabs/index.mjs +6 -6
- package/data-tabs/style.css +1 -1
- package/dialog-form/index.mjs +47 -47
- package/dialog-form/style.css +1 -1
- package/dynamic-table/index.mjs +15 -15
- package/dynamic-table/style.css +1 -1
- package/e-charts/index.mjs +7 -7
- package/e-charts/style.css +1 -1
- package/easy-popup/index.mjs +15 -15
- package/easy-popup/style.css +1 -1
- package/editable-progress/index.mjs +1 -1
- package/editable-progress/style.css +1 -1
- package/editable-tree/index.mjs +5 -5
- package/editable-tree/style.css +1 -1
- package/egd-collapse/index.mjs +1 -1
- package/egd-collapse-item/index.mjs +1 -1
- package/element-dialog/index.mjs +13 -9
- package/element-dialog/style.css +1 -1
- package/empty-view/index.mjs +9 -9
- package/empty-view/style.css +1 -1
- package/error-view/index.mjs +13 -13
- package/error-view/style.css +1 -1
- package/flex-column/index.mjs +2 -2
- package/flex-item/index.mjs +12 -6
- package/flex-row/index.mjs +2 -2
- package/flex-scroller/index.mjs +5 -5
- package/flex-scroller/style.css +1 -1
- package/flow/index.mjs +23 -9
- package/flow/style.css +1 -1
- package/flow-designer/index.mjs +156 -63
- package/flow-designer/style.css +1 -1
- package/flow-node/index.mjs +2 -2
- package/flow-viewer/index.mjs +20 -11
- package/flow-viewer/style.css +1 -1
- package/form-block/index.mjs +23 -20
- package/form-block/style.css +1 -1
- package/form-button/index.mjs +1 -1
- package/form-cascader/index.mjs +7 -5
- package/form-checkbox-group/index.mjs +9 -7
- package/form-checkbox-group/style.css +1 -1
- package/form-date-picker/index.mjs +41 -12
- package/form-holder/index.mjs +6 -3
- package/form-input/index.mjs +6 -4
- package/form-input-email/index.mjs +12 -8
- package/form-input-id-card/index.mjs +12 -8
- package/form-input-number/index.mjs +10 -8
- package/form-input-number/style.css +1 -1
- package/form-input-phone-number/index.mjs +12 -8
- package/form-input-tag/index.mjs +3 -3
- package/form-input-time/index.mjs +6 -4
- package/form-item/index.mjs +43 -37
- package/form-item/style.css +1 -1
- package/form-item-config-provider/index.mjs +1 -1
- package/form-item-group/index.mjs +15 -12
- package/form-item-group/style.css +1 -1
- package/form-radio-group/index.mjs +40 -38
- package/form-radio-group/style.css +1 -1
- package/form-select/index.mjs +7 -5
- package/form-switch/index.mjs +6 -4
- package/form-textarea/index.mjs +6 -4
- package/form-view/index.mjs +32 -10
- package/form-view/style.css +1 -1
- package/fy-array/index.mjs +9 -9
- package/fy-array/style.css +1 -1
- package/fy-article/index.mjs +7 -7
- package/fy-article/style.css +1 -1
- package/fy-cascader/index.mjs +2 -2
- package/fy-checkbox/index.mjs +6 -6
- package/fy-checkbox/style.css +1 -1
- package/fy-code/index.mjs +2 -2
- package/fy-curd/index.mjs +117 -99
- package/fy-curd/style.css +1 -1
- package/fy-date/index.mjs +8 -8
- package/fy-date/style.css +1 -1
- package/fy-draggable/index.mjs +3 -3
- package/fy-draggable/style.css +1 -1
- package/fy-dynamic/index.mjs +51 -43
- package/fy-dynamic/style.css +1 -1
- package/fy-empty/index.mjs +10 -10
- package/fy-empty/style.css +1 -1
- package/fy-form/index.mjs +42 -42
- package/fy-form/style.css +1 -1
- package/fy-form-design/index.mjs +539 -421
- package/fy-form-design/style.css +1 -1
- package/fy-input/index.mjs +2 -2
- package/fy-input-color/index.mjs +2 -2
- package/fy-input-icon/index.mjs +5 -5
- package/fy-input-icon/style.css +1 -1
- package/fy-input-map/index.mjs +21 -15
- package/fy-input-map/style.css +1 -1
- package/fy-input-number/index.mjs +2 -2
- package/fy-input-table/index.mjs +13 -10
- package/fy-input-table/style.css +1 -1
- package/fy-input-tree/index.mjs +6 -6
- package/fy-input-tree/style.css +1 -1
- package/fy-progress/index.mjs +1 -1
- package/fy-radio/index.mjs +6 -6
- package/fy-radio/style.css +1 -1
- package/fy-rate/index.mjs +4 -4
- package/fy-rate/style.css +1 -1
- package/fy-select/index.mjs +27 -27
- package/fy-select/style.css +1 -1
- package/fy-slider/index.mjs +3 -3
- package/fy-switch/index.mjs +2 -2
- package/fy-tabs/index.mjs +1 -1
- package/fy-time/index.mjs +2 -2
- package/fy-title/index.mjs +14 -14
- package/fy-title/style.css +1 -1
- package/fy-tree/index.mjs +6 -9
- package/fy-tree/style.css +1 -1
- package/fy-u-editor/index.mjs +34 -32
- package/fy-u-editor/style.css +1 -1
- package/fy-upload/index.mjs +27 -27
- package/fy-upload/style.css +1 -1
- package/guide-steps/index.mjs +12 -12
- package/guide-steps/style.css +1 -1
- package/highlight-j-s/index.mjs +1 -1
- package/highlight-j-s/style.css +1 -1
- package/icon-card/index.mjs +9 -9
- package/icon-card/style.css +1 -1
- package/icon-temp/index.mjs +16 -16
- package/icon-temp/style.css +1 -1
- package/iframe-window/index.mjs +5 -5
- package/iframe-window/style.css +1 -1
- package/image-cropper/index.mjs +10 -10
- package/image-cropper/style.css +1 -1
- package/image-preview/index.mjs +7 -7
- package/image-preview/style.css +1 -1
- package/image-viewer/index.mjs +5 -5
- package/image-viewer/style.css +1 -1
- package/input-number/index.mjs +2 -2
- package/input-number/style.css +1 -1
- package/input-number-range/index.mjs +7 -7
- package/input-number-range/style.css +1 -1
- package/keep-view-alive/index.mjs +6 -2
- package/keyboard/index.mjs +21 -20
- package/keyboard/style.css +1 -1
- package/license/index.mjs +2 -2
- package/loading-view/index.mjs +5 -5
- package/loading-view/style.css +1 -1
- package/login/index.mjs +4 -4
- package/login/style.css +1 -1
- package/monaco-editor/index.mjs +2 -2
- package/name-avatar/index.mjs +6 -6
- package/name-avatar/style.css +1 -1
- package/nav-bar/index.mjs +8 -8
- package/nav-bar/style.css +1 -1
- package/not-implement/index.mjs +15 -15
- package/not-implement/style.css +1 -1
- package/notice/index.mjs +5 -5
- package/notice/style.css +1 -1
- package/package.json +1 -1
- package/page/index.mjs +8 -8
- package/page/style.css +1 -1
- package/page-header/index.mjs +6 -6
- package/page-header/style.css +1 -1
- package/page-index/index.mjs +19 -19
- package/page-index/style.css +1 -1
- package/page-index-top/index.mjs +1 -1
- package/page-skeleton/index.mjs +21 -21
- package/page-skeleton/style.css +1 -1
- package/page-skeleton-new/index.mjs +3 -3
- package/page-skeleton-new/style.css +1 -1
- package/pageable-table/index.mjs +21 -26
- package/pageable-table/style.css +1 -1
- package/pageable-view/index.mjs +37 -42
- package/pageable-view/style.css +1 -1
- package/photo-swipe/index.mjs +4 -2
- package/present-view/index.mjs +31 -9
- package/present-view/style.css +1 -1
- package/queue/index.mjs +4 -4
- package/queue/style.css +1 -1
- package/record-video/index.mjs +14 -14
- package/record-video/style.css +1 -1
- package/resize-observer/index.mjs +6 -6
- package/resize-observer/style.css +1 -1
- package/search/index.mjs +7 -7
- package/search/style.css +1 -1
- package/search-popover/index.mjs +6 -6
- package/search-popover/style.css +1 -1
- package/sign/index.mjs +31 -31
- package/sign/style.css +1 -1
- package/sign-panel/index.mjs +8 -8
- package/sign-panel/style.css +1 -1
- package/skeleton/index.mjs +10 -10
- package/skeleton/style.css +1 -1
- package/split-pane/index.mjs +19 -22
- package/split-pane/style.css +1 -1
- package/stateful/index.mjs +12 -12
- package/stateful/style.css +1 -1
- package/static-pageable-table/index.mjs +9 -9
- package/static-pageable-table/style.css +1 -1
- package/swiper/index.mjs +7 -7
- package/swiper/style.css +1 -1
- package/tab/index.mjs +2 -2
- package/tab/style.css +1 -1
- package/tab-item/index.mjs +2 -2
- package/table-column/index.mjs +10 -6
- package/table-view/index.mjs +28 -8
- package/table-view/style.css +1 -1
- package/tag-render/index.mjs +29 -29
- package/tag-render/style.css +1 -1
- package/text-ellipsis/index.mjs +9 -12
- package/text-ellipsis/style.css +1 -1
- package/tinymce-editor/index.mjs +77 -77
- package/tinymce-editor/style.css +1 -1
- package/toolbar/index.mjs +1 -1
- package/toolbar/style.css +1 -1
- package/toolbar-button/index.mjs +6 -6
- package/toolbar-button/style.css +1 -1
- package/verify/index.mjs +10 -10
- package/verify/style.css +1 -1
- package/vue-cron/index.mjs +1 -1
- package/vue-cron/style.css +1 -1
- package/vue-qr-code/index.mjs +1 -1
- package/vue-quill-editor/index.mjs +3 -3
- package/vue-quill-editor/style.css +1 -1
- package/vue-tags-input/index.mjs +1 -1
- package/vue-tags-input/style.css +1 -1
- package/vue-tree-select/index.mjs +25 -22
- package/vue-tree-select/style.css +1 -1
- package/vue-video-player/index.mjs +32 -29
- package/vue-video-player/style.css +1 -1
- package/watermark/index.mjs +11 -11
- package/watermark/style.css +1 -1
- package/web-types.json +31 -31
- package/x-input-tag/index.mjs +13 -13
- package/x-input-tag/style.css +1 -1
- /package/chunks/{form-pick-mixin.y-qhZJi6.mjs → form-pick-mixin.61ad06b2.mjs} +0 -0
- /package/chunks/{index.LGsb2aDq.mjs → index.57f871af.mjs} +0 -0
- /package/chunks/{input-number-mixin.GE2zr_3s.mjs → input-number-mixin.41a066be.mjs} +0 -0
- /package/chunks/{json-beautifier.fUZFSW5j.mjs → json-beautifier.21cfffea.mjs} +0 -0
- /package/chunks/{packages.v6r2Hr7E.mjs → packages.1fc9ccba.mjs} +0 -0
- /package/chunks/{permission.E9kZbW48.mjs → permission.ce5d2121.mjs} +0 -0
- /package/chunks/{slot.j1uMmBnG.mjs → slot.4b391395.mjs} +0 -0
- /package/chunks/{tab-mixin.tM9jcRT8.mjs → tab-mixin.e2b9c6a4.mjs} +0 -0
- /package/chunks/{vueComponentNormalizer.JwmUNtgn.mjs → vueComponentNormalizer.446f5dc4.mjs} +0 -0
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@web-utils/component",
|
|
5
|
-
"version": "2.
|
|
5
|
+
"version": "2.40.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"kind": "expression",
|
|
316
316
|
"type": "object"
|
|
317
317
|
},
|
|
318
|
-
"default": "() => {
|
|
318
|
+
"default": "() => {}"
|
|
319
319
|
}
|
|
320
320
|
]
|
|
321
321
|
},
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
"kind": "expression",
|
|
1043
1043
|
"type": "func"
|
|
1044
1044
|
},
|
|
1045
|
-
"default": "() => {
|
|
1045
|
+
"default": "() => {}"
|
|
1046
1046
|
}
|
|
1047
1047
|
]
|
|
1048
1048
|
},
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
"kind": "expression",
|
|
1116
1116
|
"type": "object"
|
|
1117
1117
|
},
|
|
1118
|
-
"default": "() => {
|
|
1118
|
+
"default": "() => {}"
|
|
1119
1119
|
}
|
|
1120
1120
|
]
|
|
1121
1121
|
},
|
|
@@ -1129,7 +1129,7 @@
|
|
|
1129
1129
|
"kind": "expression",
|
|
1130
1130
|
"type": "object"
|
|
1131
1131
|
},
|
|
1132
|
-
"default": "() => {
|
|
1132
|
+
"default": "() => {}"
|
|
1133
1133
|
}
|
|
1134
1134
|
]
|
|
1135
1135
|
},
|
|
@@ -1143,7 +1143,7 @@
|
|
|
1143
1143
|
"kind": "expression",
|
|
1144
1144
|
"type": "object"
|
|
1145
1145
|
},
|
|
1146
|
-
"default": "() => {
|
|
1146
|
+
"default": "() => {}"
|
|
1147
1147
|
}
|
|
1148
1148
|
]
|
|
1149
1149
|
},
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
"kind": "expression",
|
|
1158
1158
|
"type": "object"
|
|
1159
1159
|
},
|
|
1160
|
-
"default": "() => {
|
|
1160
|
+
"default": "() => {}"
|
|
1161
1161
|
}
|
|
1162
1162
|
]
|
|
1163
1163
|
},
|
|
@@ -1171,7 +1171,7 @@
|
|
|
1171
1171
|
"kind": "expression",
|
|
1172
1172
|
"type": "object"
|
|
1173
1173
|
},
|
|
1174
|
-
"default": "() => {
|
|
1174
|
+
"default": "() => {}"
|
|
1175
1175
|
}
|
|
1176
1176
|
]
|
|
1177
1177
|
},
|
|
@@ -1185,7 +1185,7 @@
|
|
|
1185
1185
|
"kind": "expression",
|
|
1186
1186
|
"type": "object"
|
|
1187
1187
|
},
|
|
1188
|
-
"default": "() => {
|
|
1188
|
+
"default": "() => {}"
|
|
1189
1189
|
}
|
|
1190
1190
|
]
|
|
1191
1191
|
},
|
|
@@ -1199,7 +1199,7 @@
|
|
|
1199
1199
|
"kind": "expression",
|
|
1200
1200
|
"type": "object"
|
|
1201
1201
|
},
|
|
1202
|
-
"default": "() => {
|
|
1202
|
+
"default": "() => {}"
|
|
1203
1203
|
}
|
|
1204
1204
|
]
|
|
1205
1205
|
},
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
"kind": "expression",
|
|
1214
1214
|
"type": "object"
|
|
1215
1215
|
},
|
|
1216
|
-
"default": "() => {
|
|
1216
|
+
"default": "() => {}"
|
|
1217
1217
|
}
|
|
1218
1218
|
]
|
|
1219
1219
|
},
|
|
@@ -1227,7 +1227,7 @@
|
|
|
1227
1227
|
"kind": "expression",
|
|
1228
1228
|
"type": "object"
|
|
1229
1229
|
},
|
|
1230
|
-
"default": "() => {
|
|
1230
|
+
"default": "() => {}"
|
|
1231
1231
|
}
|
|
1232
1232
|
]
|
|
1233
1233
|
},
|
|
@@ -1241,7 +1241,7 @@
|
|
|
1241
1241
|
"kind": "expression",
|
|
1242
1242
|
"type": "object"
|
|
1243
1243
|
},
|
|
1244
|
-
"default": "() => {
|
|
1244
|
+
"default": "() => {}"
|
|
1245
1245
|
}
|
|
1246
1246
|
]
|
|
1247
1247
|
},
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
"kind": "expression",
|
|
1256
1256
|
"type": "object"
|
|
1257
1257
|
},
|
|
1258
|
-
"default": "() => {
|
|
1258
|
+
"default": "() => {}"
|
|
1259
1259
|
}
|
|
1260
1260
|
]
|
|
1261
1261
|
},
|
|
@@ -1269,7 +1269,7 @@
|
|
|
1269
1269
|
"kind": "expression",
|
|
1270
1270
|
"type": "object"
|
|
1271
1271
|
},
|
|
1272
|
-
"default": "() => {
|
|
1272
|
+
"default": "() => {}"
|
|
1273
1273
|
}
|
|
1274
1274
|
]
|
|
1275
1275
|
},
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
"kind": "expression",
|
|
1332
1332
|
"type": "object"
|
|
1333
1333
|
},
|
|
1334
|
-
"default": "() => {
|
|
1334
|
+
"default": "() => {}"
|
|
1335
1335
|
},
|
|
1336
1336
|
{
|
|
1337
1337
|
"name": "multiple",
|
|
@@ -1366,7 +1366,7 @@
|
|
|
1366
1366
|
"kind": "expression",
|
|
1367
1367
|
"type": "object"
|
|
1368
1368
|
},
|
|
1369
|
-
"default": "() => {
|
|
1369
|
+
"default": "() => {}"
|
|
1370
1370
|
}
|
|
1371
1371
|
]
|
|
1372
1372
|
},
|
|
@@ -8152,7 +8152,7 @@
|
|
|
8152
8152
|
"kind": "expression",
|
|
8153
8153
|
"type": "object"
|
|
8154
8154
|
},
|
|
8155
|
-
"default": "() => {
|
|
8155
|
+
"default": "() => {}"
|
|
8156
8156
|
},
|
|
8157
8157
|
{
|
|
8158
8158
|
"name": "toolbarListeners",
|
|
@@ -11143,7 +11143,7 @@
|
|
|
11143
11143
|
"kind": "expression",
|
|
11144
11144
|
"type": "func"
|
|
11145
11145
|
},
|
|
11146
|
-
"default": "() => {
|
|
11146
|
+
"default": "() => {}"
|
|
11147
11147
|
},
|
|
11148
11148
|
{
|
|
11149
11149
|
"name": "prepend",
|
|
@@ -11159,7 +11159,7 @@
|
|
|
11159
11159
|
"kind": "expression",
|
|
11160
11160
|
"type": "func"
|
|
11161
11161
|
},
|
|
11162
|
-
"default": "() => {
|
|
11162
|
+
"default": "() => {}"
|
|
11163
11163
|
},
|
|
11164
11164
|
{
|
|
11165
11165
|
"name": "append",
|
|
@@ -18417,7 +18417,7 @@
|
|
|
18417
18417
|
"kind": "expression",
|
|
18418
18418
|
"type": "object"
|
|
18419
18419
|
},
|
|
18420
|
-
"default": "() => {
|
|
18420
|
+
"default": "() => {}"
|
|
18421
18421
|
},
|
|
18422
18422
|
{
|
|
18423
18423
|
"name": "toolbarListeners",
|
|
@@ -18875,7 +18875,7 @@
|
|
|
18875
18875
|
"kind": "expression",
|
|
18876
18876
|
"type": "array|boolean"
|
|
18877
18877
|
},
|
|
18878
|
-
"default": "() =>
|
|
18878
|
+
"default": "() => []"
|
|
18879
18879
|
},
|
|
18880
18880
|
{
|
|
18881
18881
|
"name": "doing",
|
|
@@ -18883,7 +18883,7 @@
|
|
|
18883
18883
|
"kind": "expression",
|
|
18884
18884
|
"type": "array|boolean"
|
|
18885
18885
|
},
|
|
18886
|
-
"default": "() =>
|
|
18886
|
+
"default": "() => []"
|
|
18887
18887
|
},
|
|
18888
18888
|
{
|
|
18889
18889
|
"name": "overdue",
|
|
@@ -18891,7 +18891,7 @@
|
|
|
18891
18891
|
"kind": "expression",
|
|
18892
18892
|
"type": "array|boolean"
|
|
18893
18893
|
},
|
|
18894
|
-
"default": "() =>
|
|
18894
|
+
"default": "() => []"
|
|
18895
18895
|
},
|
|
18896
18896
|
{
|
|
18897
18897
|
"name": "error",
|
|
@@ -18899,7 +18899,7 @@
|
|
|
18899
18899
|
"kind": "expression",
|
|
18900
18900
|
"type": "array|boolean"
|
|
18901
18901
|
},
|
|
18902
|
-
"default": "() =>
|
|
18902
|
+
"default": "() => []"
|
|
18903
18903
|
},
|
|
18904
18904
|
{
|
|
18905
18905
|
"name": "done",
|
|
@@ -18907,7 +18907,7 @@
|
|
|
18907
18907
|
"kind": "expression",
|
|
18908
18908
|
"type": "array|boolean"
|
|
18909
18909
|
},
|
|
18910
|
-
"default": "() =>
|
|
18910
|
+
"default": "() => []"
|
|
18911
18911
|
},
|
|
18912
18912
|
{
|
|
18913
18913
|
"name": "closed",
|
|
@@ -18915,7 +18915,7 @@
|
|
|
18915
18915
|
"kind": "expression",
|
|
18916
18916
|
"type": "array|boolean"
|
|
18917
18917
|
},
|
|
18918
|
-
"default": "() =>
|
|
18918
|
+
"default": "() => []"
|
|
18919
18919
|
},
|
|
18920
18920
|
{
|
|
18921
18921
|
"name": "type",
|
|
@@ -19384,7 +19384,7 @@
|
|
|
19384
19384
|
"kind": "expression",
|
|
19385
19385
|
"type": "object"
|
|
19386
19386
|
},
|
|
19387
|
-
"default": "() => {
|
|
19387
|
+
"default": "() => {}"
|
|
19388
19388
|
},
|
|
19389
19389
|
{
|
|
19390
19390
|
"name": "toolbarAttrs",
|
|
@@ -19392,7 +19392,7 @@
|
|
|
19392
19392
|
"kind": "expression",
|
|
19393
19393
|
"type": "object"
|
|
19394
19394
|
},
|
|
19395
|
-
"default": "() => {
|
|
19395
|
+
"default": "() => {}"
|
|
19396
19396
|
},
|
|
19397
19397
|
{
|
|
19398
19398
|
"name": "toolbarListeners",
|
|
@@ -19408,7 +19408,7 @@
|
|
|
19408
19408
|
"kind": "expression",
|
|
19409
19409
|
"type": "object"
|
|
19410
19410
|
},
|
|
19411
|
-
"default": "() => {
|
|
19411
|
+
"default": "() => {}"
|
|
19412
19412
|
},
|
|
19413
19413
|
{
|
|
19414
19414
|
"name": "treeListeners",
|
|
@@ -19440,7 +19440,7 @@
|
|
|
19440
19440
|
"kind": "expression",
|
|
19441
19441
|
"type": "object"
|
|
19442
19442
|
},
|
|
19443
|
-
"default": "() => {
|
|
19443
|
+
"default": "() => {}"
|
|
19444
19444
|
},
|
|
19445
19445
|
{
|
|
19446
19446
|
"name": "deleteApi",
|
package/x-input-tag/index.mjs
CHANGED
|
@@ -10,28 +10,28 @@ var h = (t, s, e) => s in t ? f(t, s, { enumerable: !0, configurable: !0, writab
|
|
|
10
10
|
y.call(s, e) && h(t, e, s[e]);
|
|
11
11
|
return t;
|
|
12
12
|
}, c = (t, s) => _(t, b(s));
|
|
13
|
-
var r = (t, s, e) => new Promise((a,
|
|
14
|
-
var o = (
|
|
13
|
+
var r = (t, s, e) => new Promise((a, i) => {
|
|
14
|
+
var o = (n) => {
|
|
15
15
|
try {
|
|
16
|
-
l(e.next(
|
|
16
|
+
l(e.next(n));
|
|
17
17
|
} catch (u) {
|
|
18
|
-
|
|
18
|
+
i(u);
|
|
19
19
|
}
|
|
20
|
-
}, g = (
|
|
20
|
+
}, g = (n) => {
|
|
21
21
|
try {
|
|
22
|
-
l(e.throw(
|
|
22
|
+
l(e.throw(n));
|
|
23
23
|
} catch (u) {
|
|
24
|
-
|
|
24
|
+
i(u);
|
|
25
25
|
}
|
|
26
|
-
}, l = (
|
|
26
|
+
}, l = (n) => n.done ? a(n.value) : Promise.resolve(n.value).then(o, g);
|
|
27
27
|
l((e = e.apply(t, s)).next());
|
|
28
28
|
});
|
|
29
|
-
import { n as V } from "../chunks/vueComponentNormalizer.
|
|
29
|
+
import { n as V } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
|
|
30
30
|
var w = function() {
|
|
31
31
|
var t = this, s = t.$createElement, e = t._self._c || s;
|
|
32
32
|
return e("div", {
|
|
33
33
|
staticClass: "x-input-tag"
|
|
34
|
-
}, [t.tags && t.tags.length && t.tags[0] ? t._l(t.tags, function(a,
|
|
34
|
+
}, [t.tags && t.tags.length && t.tags[0] ? t._l(t.tags, function(a, i) {
|
|
35
35
|
return e("ElTag", {
|
|
36
36
|
key: a.id || a,
|
|
37
37
|
attrs: {
|
|
@@ -41,7 +41,7 @@ var w = function() {
|
|
|
41
41
|
},
|
|
42
42
|
on: {
|
|
43
43
|
close: function(o) {
|
|
44
|
-
return t.handleClose(a,
|
|
44
|
+
return t.handleClose(a, i);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}, [t._v(" " + t._s(a.name || a) + " ")]);
|
|
@@ -186,12 +186,12 @@ var I = /* @__PURE__ */ V(
|
|
|
186
186
|
w,
|
|
187
187
|
x,
|
|
188
188
|
!1,
|
|
189
|
-
|
|
189
|
+
T,
|
|
190
190
|
null,
|
|
191
191
|
null,
|
|
192
192
|
null
|
|
193
193
|
);
|
|
194
|
-
function
|
|
194
|
+
function T(t) {
|
|
195
195
|
for (let s in m)
|
|
196
196
|
this[s] = m[s];
|
|
197
197
|
}
|
package/x-input-tag/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.el-form-item.is-error .x-input-tag{border-color:#f56c6c}.x-input-tag{border:1px solid var(--border-color);border-radius:4px;height:120px;padding-top:4px;padding-right:4px;line-height:0;overflow:auto}.x-input-tag .el-tag .el-tag__close:hover{background-color:#ee8677}.x-input-tag .el-tag,.x-input-tag .button-new-tag{margin-bottom:4px;margin-left:4px}.x-input-tag .el-input.input-new-tag{width:120px;margin-bottom:4px;margin-left:4px}.x-input-tag .tags-count{color:#b7b7b7;font-size:.9em;position:absolute;bottom:10px;right:6px}
|
|
1
|
+
.el-form-item.is-error .x-input-tag{border-color:#f56c6c}.x-input-tag{border:1px solid var(--border-color);border-radius:4px;height:120px;padding-top:4px;padding-right:4px;line-height:0;overflow:auto}.x-input-tag .el-tag .el-tag__close:hover{background-color:#ee8677}.x-input-tag .el-tag,.x-input-tag .button-new-tag{margin-bottom:4px;margin-left:4px}.x-input-tag .el-input.input-new-tag{width:120px;margin-bottom:4px;margin-left:4px}.x-input-tag .tags-count{color:#b7b7b7;font-size:.9em;position:absolute;bottom:10px;right:6px}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|