fast-crud-ui3 1.5.16-tsc-beta → 1.5.16
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/fast-crud-ui3.cjs.js +7 -7
- package/lib/fast-crud-ui3.es.js +1960 -2003
- package/lib/fast-crud-ui3.umd.js +7 -7
- package/lib/style.css +1 -1
- package/package.json +5 -18
- package/lib/assets/fonts/iconfont.d.ts +0 -0
- package/lib/components/checkbox-group/index.d.ts +0 -2
- package/lib/components/checkbox-group/src/fast-checkbox-group.d.ts +0 -72
- package/lib/components/content-dialog/index.d.ts +0 -2
- package/lib/components/content-dialog/src/fast-cell-content.d.ts +0 -83
- package/lib/components/json-viewer/index.d.ts +0 -2
- package/lib/components/json-viewer/src/fast-json-viewer.d.ts +0 -48
- package/lib/components/mapping.d.ts +0 -5
- package/lib/components/object-picker/index.d.ts +0 -2
- package/lib/components/object-picker/src/fast-object-picker.d.ts +0 -132
- package/lib/components/select/index.d.ts +0 -2
- package/lib/components/select/src/fast-select.d.ts +0 -83
- package/lib/components/table/index.d.ts +0 -2
- package/lib/components/table/src/RowConfirm.d.ts +0 -39
- package/lib/components/table/src/dynamic-filter-form.d.ts +0 -118
- package/lib/components/table/src/dynamic-filter-list.d.ts +0 -57
- package/lib/components/table/src/easy-filter.d.ts +0 -118
- package/lib/components/table/src/export-confirm.d.ts +0 -12
- package/lib/components/table/src/quick-filter-form.d.ts +0 -42
- package/lib/components/table/src/row-form.d.ts +0 -33
- package/lib/components/table/src/stored-filter-manager.d.ts +0 -55
- package/lib/components/table/src/stored-filter.d.ts +0 -37
- package/lib/components/table/src/table-head-cell.d.ts +0 -9
- package/lib/components/table/src/table.d.ts +0 -497
- package/lib/components/table/src/util.d.ts +0 -77
- package/lib/components/table-column/config.d.ts +0 -5
- package/lib/components/table-column/index.d.ts +0 -2
- package/lib/components/table-column/src/table-column.d.ts +0 -256
- package/lib/components/table-column-date-picker/config.d.ts +0 -5
- package/lib/components/table-column-date-picker/index.d.ts +0 -2
- package/lib/components/table-column-date-picker/src/table-column-date-picker.d.ts +0 -173
- package/lib/components/table-column-file/config.d.ts +0 -5
- package/lib/components/table-column-file/index.d.ts +0 -2
- package/lib/components/table-column-file/src/table-column-file.d.ts +0 -285
- package/lib/components/table-column-img/config.d.ts +0 -5
- package/lib/components/table-column-img/index.d.ts +0 -2
- package/lib/components/table-column-img/src/table-column-img.d.ts +0 -285
- package/lib/components/table-column-input/config.d.ts +0 -5
- package/lib/components/table-column-input/index.d.ts +0 -2
- package/lib/components/table-column-input/src/table-column-input.d.ts +0 -173
- package/lib/components/table-column-number/config.d.ts +0 -5
- package/lib/components/table-column-number/index.d.ts +0 -2
- package/lib/components/table-column-number/src/table-column-number.d.ts +0 -173
- package/lib/components/table-column-object/config.d.ts +0 -5
- package/lib/components/table-column-object/index.d.ts +0 -2
- package/lib/components/table-column-object/src/table-column-object.d.ts +0 -315
- package/lib/components/table-column-select/config.d.ts +0 -5
- package/lib/components/table-column-select/index.d.ts +0 -2
- package/lib/components/table-column-select/src/table-column-select.d.ts +0 -276
- package/lib/components/table-column-switch/config.d.ts +0 -5
- package/lib/components/table-column-switch/index.d.ts +0 -2
- package/lib/components/table-column-switch/src/table-column-switch.d.ts +0 -175
- package/lib/components/table-column-textarea/config.d.ts +0 -5
- package/lib/components/table-column-textarea/index.d.ts +0 -2
- package/lib/components/table-column-textarea/src/table-column-textarea.d.ts +0 -173
- package/lib/components/table-column-time-picker/config.d.ts +0 -5
- package/lib/components/table-column-time-picker/index.d.ts +0 -2
- package/lib/components/table-column-time-picker/src/table-column-time-picker.d.ts +0 -173
- package/lib/components/upload/index.d.ts +0 -2
- package/lib/components/upload/src/fast-upload.d.ts +0 -120
- package/lib/global.d.ts +0 -42
- package/lib/index.d.ts +0 -56
- package/lib/mixins/table-column.d.ts +0 -104
- package/lib/mixins/upload.d.ts +0 -15
- package/lib/model/cond.d.ts +0 -25
- package/lib/model/editComponentConfig.d.ts +0 -25
- package/lib/model/fastTableOption.d.ts +0 -355
- package/lib/model/filterComponentConfig.d.ts +0 -57
- package/lib/model/opt.d.ts +0 -20
- package/lib/model/order.d.ts +0 -7
- package/lib/model/pageQuery.d.ts +0 -23
- package/lib/model/query.d.ts +0 -33
- package/lib/model/rel.d.ts +0 -5
- package/lib/util/cache.d.ts +0 -17
- package/lib/util/dialog.d.ts +0 -49
- package/lib/util/escape.d.ts +0 -7
- package/lib/util/http.d.ts +0 -8
- package/lib/util/pick.d.ts +0 -14
- package/lib/util/util.d.ts +0 -252
- package/packages/assets/fonts/iconfont.css +0 -163
- package/packages/assets/fonts/iconfont.js +0 -1
- package/packages/assets/fonts/iconfont.ttf +0 -0
- package/packages/assets/fonts/iconfont.woff +0 -0
- package/packages/assets/fonts/iconfont.woff2 +0 -0
- package/packages/components/checkbox-group/index.js +0 -7
- package/packages/components/checkbox-group/src/fast-checkbox-group.vue +0 -83
- package/packages/components/content-dialog/index.js +0 -7
- package/packages/components/content-dialog/src/fast-cell-content.vue +0 -115
- package/packages/components/json-viewer/index.js +0 -7
- package/packages/components/json-viewer/src/fast-json-viewer.vue +0 -54
- package/packages/components/mapping.js +0 -95
- package/packages/components/object-picker/index.js +0 -7
- package/packages/components/object-picker/src/fast-object-picker.vue +0 -170
- package/packages/components/select/index.js +0 -7
- package/packages/components/select/src/fast-select.vue +0 -89
- package/packages/components/table/index.js +0 -7
- package/packages/components/table/src/RowConfirm.vue +0 -87
- package/packages/components/table/src/dynamic-filter-form.vue +0 -253
- package/packages/components/table/src/dynamic-filter-list.vue +0 -172
- package/packages/components/table/src/easy-filter.vue +0 -129
- package/packages/components/table/src/export-confirm.vue +0 -55
- package/packages/components/table/src/quick-filter-form.vue +0 -140
- package/packages/components/table/src/row-form.vue +0 -137
- package/packages/components/table/src/stored-filter-manager.vue +0 -240
- package/packages/components/table/src/stored-filter.vue +0 -180
- package/packages/components/table/src/table-head-cell.vue +0 -41
- package/packages/components/table/src/table.vue +0 -1309
- package/packages/components/table/src/util.js +0 -496
- package/packages/components/table-column/config.js +0 -64
- package/packages/components/table-column/index.js +0 -7
- package/packages/components/table-column/src/table-column.vue +0 -44
- package/packages/components/table-column-date-picker/config.js +0 -139
- package/packages/components/table-column-date-picker/index.js +0 -7
- package/packages/components/table-column-date-picker/src/table-column-date-picker.vue +0 -54
- package/packages/components/table-column-file/config.js +0 -83
- package/packages/components/table-column-file/index.js +0 -7
- package/packages/components/table-column-file/src/table-column-file.vue +0 -79
- package/packages/components/table-column-img/config.js +0 -83
- package/packages/components/table-column-img/index.js +0 -7
- package/packages/components/table-column-img/src/table-column-img.vue +0 -82
- package/packages/components/table-column-input/config.js +0 -77
- package/packages/components/table-column-input/index.js +0 -7
- package/packages/components/table-column-input/src/table-column-input.vue +0 -60
- package/packages/components/table-column-number/config.js +0 -89
- package/packages/components/table-column-number/index.js +0 -7
- package/packages/components/table-column-number/src/table-column-number.vue +0 -54
- package/packages/components/table-column-object/config.js +0 -66
- package/packages/components/table-column-object/index.js +0 -7
- package/packages/components/table-column-object/src/table-column-object.vue +0 -75
- package/packages/components/table-column-select/config.js +0 -66
- package/packages/components/table-column-select/index.js +0 -7
- package/packages/components/table-column-select/src/table-column-select.vue +0 -101
- package/packages/components/table-column-switch/config.js +0 -55
- package/packages/components/table-column-switch/index.js +0 -7
- package/packages/components/table-column-switch/src/table-column-switch.vue +0 -82
- package/packages/components/table-column-textarea/config.js +0 -77
- package/packages/components/table-column-textarea/index.js +0 -7
- package/packages/components/table-column-textarea/src/table-column-textarea.vue +0 -56
- package/packages/components/table-column-time-picker/config.js +0 -62
- package/packages/components/table-column-time-picker/index.js +0 -7
- package/packages/components/table-column-time-picker/src/table-column-time-picker.vue +0 -53
- package/packages/components/upload/index.js +0 -7
- package/packages/components/upload/src/fast-upload.vue +0 -272
- package/packages/global.d.ts +0 -42
- package/packages/index.js +0 -145
- package/packages/mixins/table-column.js +0 -133
- package/packages/mixins/upload.js +0 -14
- package/packages/model/cond.js +0 -65
- package/packages/model/editComponentConfig.js +0 -72
- package/packages/model/fastTableOption.js +0 -538
- package/packages/model/filterComponentConfig.js +0 -185
- package/packages/model/opt.js +0 -21
- package/packages/model/order.js +0 -16
- package/packages/model/pageQuery.js +0 -31
- package/packages/model/query.js +0 -93
- package/packages/model/rel.js +0 -5
- package/packages/style.scss +0 -5
- package/packages/util/cache.js +0 -92
- package/packages/util/dialog.js +0 -133
- package/packages/util/escape.js +0 -34
- package/packages/util/http.js +0 -18
- package/packages/util/pick.js +0 -92
- package/packages/util/util.js +0 -833
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.fc-checkbox-group[data-v-61f6643f]{display:inline-block;margin-left:10px}.jv-node{position:relative}.jv-node:after{content:","}.jv-node:last-of-type:after{content:""}.jv-node.toggle{margin-left:13px!important}.jv-node .jv-node{margin-left:25px}.jv-container{box-sizing:border-box;position:relative}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px #00000026;border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-dark{background:#282c34;white-space:nowrap;color:#fff;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-dark .jv-ellipsis{color:#f8f8f8;background-color:#2c3e50;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-light .jv-button,.jv-container.jv-dark .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111;margin-right:4px}.jv-container.jv-dark .jv-key{color:#fff;margin-right:4px}.jv-container.jv-dark .jv-item.jv-array{color:#111}.jv-container.jv-dark .jv-item.jv-array{color:#fff}.jv-container.jv-dark .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-function{color:#067bca}.jv-container.jv-dark .jv-item.jv-number{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-object{color:#fff}.jv-container.jv-dark .jv-item.jv-undefined{color:#e08331}.jv-container.jv-dark .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-dark .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-dark .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-dark .jv-code .jv-toggle:hover:before{background:#eee}.jv-container.jv-light .jv-item.jv-array{color:#111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden;padding:30px 20px}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:initial!important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url("data:image/svg+xml,%3csvg%20height='16'%20width='8'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon%20points='0,0%208,8%200,16'%20style='fill:%23666;stroke:purple;stroke-width:0'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;transition:transform .1s}.jv-container .jv-toggle.open{transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;transition:all .1s;transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0000 20%,#e6e6e64d);transition:all .1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:linear-gradient(to bottom,#0000 20%,#e6e6e64d)}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-array:last-of-type{margin-left:12px}.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-array:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-node:last-of-type{margin-left:0}.footer[data-v-2158782b]{display:flex;margin-top:10px}.footer .flex[data-v-2158782b]{flex:1}.fc-ellipsis[data-v-3683bcba],.fc-ellipsis[data-v-3683bcba] *{white-space:nowrap;overflow:hidden;overflow:clip;text-overflow:ellipsis;display:inline-block;width:100%}.fc-fast-upload[data-v-6ccd1f4d] .el-upload-list--picture-card{display:grid;grid-template-columns:repeat(auto-fill,48px);grid-gap:2px}.fc-fast-upload[data-v-6ccd1f4d] .el-upload-list--text .el-upload-list__item{margin:3px 0!important}.fc-fast-upload .el-upload-list__item-actions[data-v-6ccd1f4d]{display:flex;align-items:center;justify-content:space-around}.fc-fast-upload .el-upload-list__item-actions[data-v-6ccd1f4d]>*{margin:0!important}.fc-fast-upload .el-upload-list__item-actions>* i[data-v-6ccd1f4d]{font-size:14px}.fc-fast-upload .el-upload-list__item-actions[data-v-6ccd1f4d]:after{display:none}.fc-fast-upload img[data-v-6ccd1f4d]{height:100%;object-fit:cover}.fc-fast-upload.fc-fast-upload__hidden[data-v-6ccd1f4d] .el-upload{display:none}.fc-fast-upload.fc-fast-upload__disable[data-v-6ccd1f4d]{border:none!important}.fc-quick-filter-form>.el-form-item{margin:0!important}.fc-quick-filter-form .fc-quick-filter-form-btns[data-v-69969c93]{margin-left:10px}.fc-quick-filter-form[data-v-69969c93] .el-form-item__content>*{flex:1}.fc-easy-filter[data-v-0b8cdecb]{display:flex}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb]{width:100px}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-select__wrapper,.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-input__wrapper{box-shadow:inset 0 1px #dcdfe6,inset 0 -1px #dcdfe6,inset 1px 0 #dcdfe6;border-top-right-radius:0;border-bottom-right-radius:0}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb]{width:280px}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb] .el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value.el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value .el-select__wrapper{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.fc-stored-filter-manager .fc-stored-filter-manager-btns[data-v-e940e7e6]{margin-bottom:20px}.fc-stored-filter-manager .fc-stored-filter-item[data-v-e940e7e6]{margin:10px 0}.fc-stored-filter-manager .fc-stored-filter-item[data-v-e940e7e6] .fc-stored-filter-item-header{display:flex;justify-content:space-between}.fc-stored-filter-manager .fc-stored-filter-item .fc-stored-filter-item-label[data-v-e940e7e6]{width:200px}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list[data-v-e940e7e6]{display:flex;flex-wrap:wrap;column-gap:5px;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns[data-v-e940e7e6]{display:flex;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-e940e7e6]{text-decoration:underline}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-e940e7e6]{visibility:visible}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-e940e7e6]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:15px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-e940e7e6]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-e940e7e6]{font-size:13px!important;margin-left:3px}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-e940e7e6]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-e940e7e6] .fc-checkbox-group,.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-e940e7e6] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-form[data-v-dc7bc9f5]>*{margin-bottom:10px}.fc-dynamic-filter-form .title[data-v-dc7bc9f5]{margin-bottom:5px;font-size:13px;display:flex;align-items:center;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-dc7bc9f5],.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-dc7bc9f5]{display:flex;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-dc7bc9f5]>*,.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-dc7bc9f5]>*{flex:1}.fc-dynamic-filter-form .fc-dynamic-filter-component-wrapper[data-v-dc7bc9f5]{margin:20px 0}.fc-dynamic-filter-form .fc-dynamic-filter-distinct[data-v-dc7bc9f5]{border:1px solid #e1e1e1;padding:10px;overflow:auto;max-height:300px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-dc7bc9f5]{margin-top:10px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-dc7bc9f5] .el-checkbox{display:block}.fc-dynamic-filter-form .fc-dynamic-filter-form-btn[data-v-dc7bc9f5]{display:flex}.fc-dynamic-filter-list[data-v-df9e04b8]{display:flex;flex-wrap:wrap;column-gap:5px}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-df9e04b8]{text-decoration:underline}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-df9e04b8]{visibility:visible}.fc-dynamic-filter-list .strikethrough[data-v-df9e04b8]{text-decoration:line-through!important;color:#acacac!important}.fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-df9e04b8]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-df9e04b8]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-df9e04b8]{font-size:13px!important;margin-left:3px}.component.fc-fast-checkbox-group[data-v-df9e04b8]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.component.fc-fast-checkbox-group[data-v-df9e04b8] .fc-checkbox-group,.component.fc-fast-checkbox-group[data-v-df9e04b8] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-footer[data-v-df9e04b8]{display:flex;justify-content:center;margin-top:10px}.fc-table-edit-form-wrapper .fc-table-edit-form-btns[data-v-22940f89]{display:flex;justify-content:right}.fc-fast-table[data-v-50fc372b]{height:100%;box-sizing:border-box;padding:10px;overflow:auto}.fc-fast-table .fc-fast-table-title[data-v-50fc372b]{font-weight:700}.fc-fast-table .fc-quick-filter-wrapper[data-v-50fc372b]{padding-bottom:10px;box-sizing:border-box;border-bottom:1px solid #dfdfdf;margin-bottom:10px}.fc-fast-table .fc-fast-table-divider[data-v-50fc372b]{margin:0 0 10px}.fc-fast-table .fc-fast-table-operation-bar[data-v-50fc372b]{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;position:relative}.fc-fast-table .fc-fast-table-operation-bar[data-v-50fc372b] .el-button--default{padding-left:10px;padding-right:10px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-50fc372b]{display:flex}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-50fc372b]>:not(:first-child){margin-left:5px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter .fc-stored-btn-wrapper[data-v-50fc372b],.fc-fast-table .fc-fast-table-operation-bar .fc-fast-table-operation-more[data-v-50fc372b]{margin-left:10px}.fc-fast-table[data-v-50fc372b] .el-table__cell{padding:0}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell{padding:0 10px}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component{width:100%}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__inner{padding:0 4px}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__decrease,.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__increase{width:15px}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__prefix{display:none}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component input{text-align:left}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item,.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card{width:auto;height:100%;aspect-ratio:1/1;line-height:100%;margin:0}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item .el-icon-plus,.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card .el-icon-plus{font-size:18px;width:18px;height:18px;margin-top:calc(50% - 9px)}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item{margin:0;line-height:1}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item>*{display:inline}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .fc-table-inline-edit-component.fc-valid-error{border:1px dashed #F56C6C}.fc-fast-table[data-v-50fc372b] td.fc-table-column>.cell .el-upload-list__item{transition:none!important}.fc-fast-table .fc-pagination-wrapper[data-v-50fc372b]{display:flex;margin-top:3px;justify-content:space-between}.fc-fast-table .fc-pagination-wrapper .fc-footer-wrapper[data-v-50fc372b]{display:flex;align-items:center}.fc-fast-table .fc-pagination-wrapper .fc-footer-wrapper .fc-check-tip[data-v-50fc372b]{display:flex;margin-right:10px}.fc-table-column-head-cell[data-v-f65c5a37]{display:flex;align-items:center;justify-content:center;white-space:nowrap;height:38px;line-height:38px;margin:0 10px}.fc-table-column-head-cell.filter[data-v-f65c5a37]{cursor:pointer}.sort-icon[data-v-f65c5a37]{color:#409eff}.img-list[data-v-c680920f]{display:flex;flex-wrap:wrap;padding:3px 0}img[data-v-c680920f]{object-fit:cover}.fc-fast-upload-file[data-v-046d9cc0]{display:flex;flex-direction:column;justify-content:center}.fc-dynamic-dialog .el-dialog__body{padding:15px}
|
|
1
|
+
.fc-checkbox-group[data-v-61f6643f]{display:inline-block;margin-left:10px}.jv-node{position:relative}.jv-node:after{content:","}.jv-node:last-of-type:after{content:""}.jv-node.toggle{margin-left:13px!important}.jv-node .jv-node{margin-left:25px}.jv-container{box-sizing:border-box;position:relative}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px #00000026;border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-dark{background:#282c34;white-space:nowrap;color:#fff;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-dark .jv-ellipsis{color:#f8f8f8;background-color:#2c3e50;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-light .jv-button,.jv-container.jv-dark .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111;margin-right:4px}.jv-container.jv-dark .jv-key{color:#fff;margin-right:4px}.jv-container.jv-dark .jv-item.jv-array{color:#111}.jv-container.jv-dark .jv-item.jv-array{color:#fff}.jv-container.jv-dark .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-function{color:#067bca}.jv-container.jv-dark .jv-item.jv-number{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-object{color:#fff}.jv-container.jv-dark .jv-item.jv-undefined{color:#e08331}.jv-container.jv-dark .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-dark .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-dark .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-dark .jv-code .jv-toggle:hover:before{background:#eee}.jv-container.jv-light .jv-item.jv-array{color:#111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden;padding:30px 20px}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:initial!important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url("data:image/svg+xml,%3csvg%20height='16'%20width='8'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon%20points='0,0%208,8%200,16'%20style='fill:%23666;stroke:purple;stroke-width:0'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;transition:transform .1s}.jv-container .jv-toggle.open{transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;transition:all .1s;transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0000 20%,#e6e6e64d);transition:all .1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:linear-gradient(to bottom,#0000 20%,#e6e6e64d)}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-array:last-of-type{margin-left:12px}.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-array:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-node:last-of-type{margin-left:0}.footer[data-v-2158782b]{display:flex;margin-top:10px}.footer .flex[data-v-2158782b]{flex:1}.fc-ellipsis[data-v-6005d337],.fc-ellipsis[data-v-6005d337] *{white-space:nowrap;overflow:hidden;overflow:clip;text-overflow:ellipsis;display:inline-block;width:100%}.fc-fast-upload[data-v-1ee55c85] .el-upload-list--picture-card{display:grid;grid-template-columns:repeat(auto-fill,48px);grid-gap:2px}.fc-fast-upload[data-v-1ee55c85] .el-upload-list--text .el-upload-list__item{margin:3px 0!important}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]{display:flex;align-items:center;justify-content:space-around}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]>*{margin:0!important}.fc-fast-upload .el-upload-list__item-actions>* i[data-v-1ee55c85]{font-size:14px}.fc-fast-upload .el-upload-list__item-actions[data-v-1ee55c85]:after{display:none}.fc-fast-upload img[data-v-1ee55c85]{height:100%;object-fit:cover}.fc-fast-upload.fc-fast-upload__hidden[data-v-1ee55c85] .el-upload{display:none}.fc-fast-upload.fc-fast-upload__disable[data-v-1ee55c85]{border:none!important}.fc-quick-filter-form>.el-form-item{margin:0!important}.fc-quick-filter-form .fc-quick-filter-form-btns[data-v-69969c93]{margin-left:10px}.fc-quick-filter-form[data-v-69969c93] .el-form-item__content>*{flex:1}.fc-easy-filter[data-v-0b8cdecb]{display:flex}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb]{width:100px}.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-select__wrapper,.fc-easy-filter .fc-easy-filter-column[data-v-0b8cdecb] .el-input__wrapper{box-shadow:inset 0 1px #dcdfe6,inset 0 -1px #dcdfe6,inset 1px 0 #dcdfe6;border-top-right-radius:0;border-bottom-right-radius:0}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb]{width:280px}.fc-easy-filter .fc-easy-filter-value[data-v-0b8cdecb] .el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value.el-input__wrapper,.fc-easy-filter[data-v-0b8cdecb] .fc-easy-filter-value .el-select__wrapper{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.fc-stored-filter-manager .fc-stored-filter-manager-btns[data-v-fb40ebc0]{margin-bottom:20px}.fc-stored-filter-manager .fc-stored-filter-item[data-v-fb40ebc0]{margin:10px 0}.fc-stored-filter-manager .fc-stored-filter-item[data-v-fb40ebc0] .fc-stored-filter-item-header{display:flex;justify-content:space-between}.fc-stored-filter-manager .fc-stored-filter-item .fc-stored-filter-item-label[data-v-fb40ebc0]{width:200px}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list[data-v-fb40ebc0]{display:flex;flex-wrap:wrap;column-gap:5px;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns[data-v-fb40ebc0]{display:flex;align-items:center}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-fb40ebc0]{text-decoration:underline}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-fb40ebc0]{visibility:visible}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-fb40ebc0]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:15px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-fb40ebc0]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-stored-filter-manager .fc-stored-filter-item .fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-fb40ebc0]{font-size:13px!important;margin-left:3px}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-fb40ebc0]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-fb40ebc0] .fc-checkbox-group,.fc-stored-filter-manager .fc-stored-filter-item .component[data-v-fb40ebc0] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-form[data-v-3e51a3c1]>*{margin-bottom:10px}.fc-dynamic-filter-form .title[data-v-3e51a3c1]{margin-bottom:5px;font-size:13px;display:flex;align-items:center;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-3e51a3c1],.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-3e51a3c1]{display:flex;justify-content:space-between}.fc-dynamic-filter-form .fc-dynamic-filter-sort-btn[data-v-3e51a3c1]>*,.fc-dynamic-filter-form .fc-dynamic-filter-component[data-v-3e51a3c1]>*{flex:1}.fc-dynamic-filter-form .fc-dynamic-filter-component-wrapper[data-v-3e51a3c1]{margin:20px 0}.fc-dynamic-filter-form .fc-dynamic-filter-distinct[data-v-3e51a3c1]{border:1px solid #e1e1e1;padding:10px;overflow:auto;max-height:300px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-3e51a3c1]{margin-top:10px}.fc-dynamic-filter-form .fc-dynamic-filter-distinct .fc-dynamic-filter-distinct-options[data-v-3e51a3c1] .el-checkbox{display:block}.fc-dynamic-filter-form .fc-dynamic-filter-form-btn[data-v-3e51a3c1]{display:flex}.fc-dynamic-filter-list[data-v-ef59b1ba]{display:flex;flex-wrap:wrap;column-gap:5px}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-open-btn[data-v-ef59b1ba]{text-decoration:underline}.fc-dynamic-filter-list .fc-dynamic-filter-btns:hover .fc-dynamic-filter-del-btn[data-v-ef59b1ba]{visibility:visible}.fc-dynamic-filter-list .strikethrough[data-v-ef59b1ba]{text-decoration:line-through!important;color:#acacac!important}.fc-dynamic-filter-list .fc-dynamic-filter-open-btn[data-v-ef59b1ba]{color:gray;padding:3px 5px;border:1px solid #cacaca;border-radius:3px;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-del-btn[data-v-ef59b1ba]{visibility:hidden;margin-left:5px;padding:5px 0;color:#8d4343;font-size:13px!important}.fc-dynamic-filter-list .fc-dynamic-filter-clear-btn[data-v-ef59b1ba]{font-size:13px!important;margin-left:3px}.component.fc-fast-checkbox-group[data-v-ef59b1ba]{margin:10px 0;max-width:420px;max-height:300px;overflow:auto}.component.fc-fast-checkbox-group[data-v-ef59b1ba] .fc-checkbox-group,.component.fc-fast-checkbox-group[data-v-ef59b1ba] .fc-checkbox-group .el-checkbox{display:block}.fc-dynamic-filter-footer[data-v-ef59b1ba]{display:flex;justify-content:center;margin-top:10px}.fc-table-edit-form-wrapper .fc-table-edit-form-btns[data-v-980f457a]{display:flex;justify-content:right}.fc-fast-table[data-v-78454505]{height:100%;box-sizing:border-box;padding:10px;overflow:auto}.fc-fast-table .fc-fast-table-title[data-v-78454505]{font-weight:700}.fc-fast-table .fc-quick-filter-wrapper[data-v-78454505]{padding-bottom:10px;box-sizing:border-box;border-bottom:1px solid #dfdfdf;margin-bottom:10px}.fc-fast-table .fc-fast-table-divider[data-v-78454505]{margin:0 0 10px}.fc-fast-table .fc-fast-table-operation-bar[data-v-78454505]{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;position:relative}.fc-fast-table .fc-fast-table-operation-bar[data-v-78454505] .el-button--default{padding-left:10px;padding-right:10px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-78454505]{display:flex}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter[data-v-78454505]>:not(:first-child){margin-left:5px}.fc-fast-table .fc-fast-table-operation-bar .fc-operation-filter .fc-stored-btn-wrapper[data-v-78454505],.fc-fast-table .fc-fast-table-operation-bar .fc-fast-table-operation-more[data-v-78454505]{margin-left:10px}.fc-fast-table[data-v-78454505] .el-table__cell{padding:0}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell{padding:0 10px}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component{width:100%}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__inner{padding:0 4px}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__decrease,.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input-number__increase{width:15px}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-input__prefix{display:none}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component input{text-align:left}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item,.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card{width:auto;height:100%;aspect-ratio:1/1;line-height:100%;margin:0}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--picture-card .el-upload-list__item .el-icon-plus,.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload--picture-card .el-icon-plus{font-size:18px;width:18px;height:18px;margin-top:calc(50% - 9px)}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item{margin:0;line-height:1}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component .el-upload-list--text .el-upload-list__item>*{display:inline}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .fc-table-inline-edit-component.fc-valid-error{border:1px dashed #F56C6C}.fc-fast-table[data-v-78454505] td.fc-table-column>.cell .el-upload-list__item{transition:none!important}.fc-fast-table .fc-pagination-wrapper[data-v-78454505]{display:flex;margin-top:3px;justify-content:space-between}.fc-fast-table .fc-pagination-wrapper .fc-footer-wrapper[data-v-78454505]{display:flex;align-items:center}.fc-fast-table .fc-pagination-wrapper .fc-footer-wrapper .fc-check-tip[data-v-78454505]{display:flex;margin-right:10px}.fc-table-column-head-cell[data-v-f65c5a37]{display:flex;align-items:center;justify-content:center;white-space:nowrap;height:38px;line-height:38px;margin:0 10px}.fc-table-column-head-cell.filter[data-v-f65c5a37]{cursor:pointer}.sort-icon[data-v-f65c5a37]{color:#409eff}.img-list[data-v-c680920f]{display:flex;flex-wrap:wrap;padding:3px 0}img[data-v-c680920f]{object-fit:cover}.fc-fast-upload-file[data-v-046d9cc0]{display:flex;flex-direction:column;justify-content:center}.fc-dynamic-dialog .el-dialog__body{padding:15px}
|
package/package.json
CHANGED
|
@@ -1,23 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fast-crud-ui3",
|
|
3
|
-
"version": "1.5.16
|
|
3
|
+
"version": "1.5.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/fast-crud-ui3.cjs.js",
|
|
6
6
|
"module": "lib/fast-crud-ui3.es.js",
|
|
7
|
-
"types": "lib/index.d.ts",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"types": "./lib/index.d.ts",
|
|
11
|
-
"import": "./lib/fast-crud-ui3.es.js",
|
|
12
|
-
"require": "./lib/fast-crud-ui3.cjs.js"
|
|
13
|
-
},
|
|
14
|
-
"./style.css": "./lib/style.css"
|
|
15
|
-
},
|
|
16
7
|
"scripts": {
|
|
17
|
-
"dev:local": "vite --mode
|
|
8
|
+
"dev:local": "vite --mode local",
|
|
18
9
|
"dev:dev": "vite --mode dev",
|
|
19
10
|
"build": "npm run build:lib && npm run build:demo",
|
|
20
|
-
"build:lib": "vite build --mode library
|
|
11
|
+
"build:lib": "vite build --mode library",
|
|
21
12
|
"build:demo": "vite build",
|
|
22
13
|
"preview": "vite preview --port 4173",
|
|
23
14
|
"pub:beta": "npm publish --tag beta --access public --registry https://registry.npmjs.org",
|
|
@@ -50,14 +41,11 @@
|
|
|
50
41
|
"axios": "^1.7.9",
|
|
51
42
|
"element-plus": "^2.3.12",
|
|
52
43
|
"sass": "^1.82.0",
|
|
53
|
-
"typescript": "^5.9.3",
|
|
54
44
|
"unplugin-auto-import": "^0.18.6",
|
|
55
45
|
"unplugin-vue-components": "^0.27.5",
|
|
56
46
|
"vite": "^4.5.5",
|
|
57
|
-
"vite-plugin-dts": "^4.5.4",
|
|
58
47
|
"vitepress": "^1.6.3",
|
|
59
|
-
"vue": "^3.4.0"
|
|
60
|
-
"vue-tsc": "^3.1.8"
|
|
48
|
+
"vue": "^3.4.0"
|
|
61
49
|
},
|
|
62
50
|
"peerDependencies": {
|
|
63
51
|
"axios": "^1.7.9",
|
|
@@ -77,7 +65,6 @@
|
|
|
77
65
|
},
|
|
78
66
|
"files": [
|
|
79
67
|
"lib",
|
|
80
|
-
"README.md"
|
|
81
|
-
"packages"
|
|
68
|
+
"README.md"
|
|
82
69
|
]
|
|
83
70
|
}
|
|
File without changes
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: ArrayConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
options: {
|
|
7
|
-
type: ArrayConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
labelKey: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: () => string;
|
|
13
|
-
};
|
|
14
|
-
valKey: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: () => string;
|
|
17
|
-
};
|
|
18
|
-
showChoseAll: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: () => boolean;
|
|
21
|
-
};
|
|
22
|
-
disableVal: {
|
|
23
|
-
type: ArrayConstructor;
|
|
24
|
-
default: () => any[];
|
|
25
|
-
};
|
|
26
|
-
size: StringConstructor;
|
|
27
|
-
}>, {}, {}, {
|
|
28
|
-
value: {
|
|
29
|
-
get(): unknown[];
|
|
30
|
-
set(val: any): void;
|
|
31
|
-
};
|
|
32
|
-
isIndeterminate(): boolean;
|
|
33
|
-
checkAll(): boolean;
|
|
34
|
-
}, {
|
|
35
|
-
handleCheckAllChange(val: any): void;
|
|
36
|
-
handleChange(val: any): void;
|
|
37
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
38
|
-
modelValue: {
|
|
39
|
-
type: ArrayConstructor;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
options: {
|
|
43
|
-
type: ArrayConstructor;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
labelKey: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: () => string;
|
|
49
|
-
};
|
|
50
|
-
valKey: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: () => string;
|
|
53
|
-
};
|
|
54
|
-
showChoseAll: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: () => boolean;
|
|
57
|
-
};
|
|
58
|
-
disableVal: {
|
|
59
|
-
type: ArrayConstructor;
|
|
60
|
-
default: () => any[];
|
|
61
|
-
};
|
|
62
|
-
size: StringConstructor;
|
|
63
|
-
}>> & Readonly<{
|
|
64
|
-
onChange?: (...args: any[]) => any;
|
|
65
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
66
|
-
}>, {
|
|
67
|
-
labelKey: string;
|
|
68
|
-
valKey: string;
|
|
69
|
-
showChoseAll: boolean;
|
|
70
|
-
disableVal: unknown[];
|
|
71
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
72
|
-
export default _default;
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
value: {
|
|
3
|
-
type: any;
|
|
4
|
-
};
|
|
5
|
-
fatRow: ObjectConstructor;
|
|
6
|
-
linkTo: (StringConstructor | BooleanConstructor)[];
|
|
7
|
-
showLength: {
|
|
8
|
-
type: NumberConstructor;
|
|
9
|
-
default: () => number;
|
|
10
|
-
};
|
|
11
|
-
}>, {}, {}, {
|
|
12
|
-
underline(): false | "never";
|
|
13
|
-
showAsLink(): boolean;
|
|
14
|
-
linkUrl(): any;
|
|
15
|
-
needEllipsis(): boolean;
|
|
16
|
-
row(): any;
|
|
17
|
-
}, {
|
|
18
|
-
handleClick(): void;
|
|
19
|
-
jumpToLink(): void;
|
|
20
|
-
openViewer(): void;
|
|
21
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
-
value: {
|
|
23
|
-
type: any;
|
|
24
|
-
};
|
|
25
|
-
fatRow: ObjectConstructor;
|
|
26
|
-
linkTo: (StringConstructor | BooleanConstructor)[];
|
|
27
|
-
showLength: {
|
|
28
|
-
type: NumberConstructor;
|
|
29
|
-
default: () => number;
|
|
30
|
-
};
|
|
31
|
-
}>> & Readonly<{}>, {
|
|
32
|
-
value: any;
|
|
33
|
-
showLength: number;
|
|
34
|
-
}, {}, {
|
|
35
|
-
FastJsonViewer: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
36
|
-
value: any;
|
|
37
|
-
copyable: {
|
|
38
|
-
type: BooleanConstructor;
|
|
39
|
-
default: () => boolean;
|
|
40
|
-
};
|
|
41
|
-
boxed: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
default: () => boolean;
|
|
44
|
-
};
|
|
45
|
-
expandDepth: {
|
|
46
|
-
type: NumberConstructor;
|
|
47
|
-
default: () => number;
|
|
48
|
-
};
|
|
49
|
-
theme: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: () => string;
|
|
52
|
-
};
|
|
53
|
-
}>, {}, {}, {
|
|
54
|
-
isJson(): boolean;
|
|
55
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
56
|
-
value: any;
|
|
57
|
-
copyable: {
|
|
58
|
-
type: BooleanConstructor;
|
|
59
|
-
default: () => boolean;
|
|
60
|
-
};
|
|
61
|
-
boxed: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
default: () => boolean;
|
|
64
|
-
};
|
|
65
|
-
expandDepth: {
|
|
66
|
-
type: NumberConstructor;
|
|
67
|
-
default: () => number;
|
|
68
|
-
};
|
|
69
|
-
theme: {
|
|
70
|
-
type: StringConstructor;
|
|
71
|
-
default: () => string;
|
|
72
|
-
};
|
|
73
|
-
}>> & Readonly<{}>, {
|
|
74
|
-
value: any;
|
|
75
|
-
expandDepth: number;
|
|
76
|
-
copyable: boolean;
|
|
77
|
-
boxed: boolean;
|
|
78
|
-
theme: string;
|
|
79
|
-
}, {}, {
|
|
80
|
-
JsonViewer: any;
|
|
81
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
82
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
83
|
-
export default _default;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
value: any;
|
|
3
|
-
copyable: {
|
|
4
|
-
type: BooleanConstructor;
|
|
5
|
-
default: () => boolean;
|
|
6
|
-
};
|
|
7
|
-
boxed: {
|
|
8
|
-
type: BooleanConstructor;
|
|
9
|
-
default: () => boolean;
|
|
10
|
-
};
|
|
11
|
-
expandDepth: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: () => number;
|
|
14
|
-
};
|
|
15
|
-
theme: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: () => string;
|
|
18
|
-
};
|
|
19
|
-
}>, {}, {}, {
|
|
20
|
-
isJson(): boolean;
|
|
21
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
-
value: any;
|
|
23
|
-
copyable: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
default: () => boolean;
|
|
26
|
-
};
|
|
27
|
-
boxed: {
|
|
28
|
-
type: BooleanConstructor;
|
|
29
|
-
default: () => boolean;
|
|
30
|
-
};
|
|
31
|
-
expandDepth: {
|
|
32
|
-
type: NumberConstructor;
|
|
33
|
-
default: () => number;
|
|
34
|
-
};
|
|
35
|
-
theme: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: () => string;
|
|
38
|
-
};
|
|
39
|
-
}>> & Readonly<{}>, {
|
|
40
|
-
value: any;
|
|
41
|
-
expandDepth: number;
|
|
42
|
-
copyable: boolean;
|
|
43
|
-
boxed: boolean;
|
|
44
|
-
theme: string;
|
|
45
|
-
}, {}, {
|
|
46
|
-
JsonViewer: any;
|
|
47
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
|
-
export default _default;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { default as FilterComponentConfig } from '../model/filterComponentConfig.js';
|
|
2
|
-
import { default as EditComponentConfig } from '../model/editComponentConfig.js';
|
|
3
|
-
export function getConfigFn(tableColumnComponentName: any, type: any): any | null;
|
|
4
|
-
export function buildFinalQueryComponentConfig(customConfig: any, tableColumnComponentName: any, type: any, tableOption: any): FilterComponentConfig;
|
|
5
|
-
export function buildFinalEditComponentConfig(customConfig: any, tableColumnComponentName: any, type: any, tableOption: any): EditComponentConfig;
|
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { default as FastTableOption } from '../../../model/fastTableOption.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
-
modelValue: {
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
tableOption: {
|
|
7
|
-
type: typeof FastTableOption;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
showField: StringConstructor;
|
|
11
|
-
valKey: StringConstructor;
|
|
12
|
-
labelKey: StringConstructor;
|
|
13
|
-
pickObject: ObjectConstructor;
|
|
14
|
-
pickMap: ObjectConstructor;
|
|
15
|
-
valueCovert: {
|
|
16
|
-
type: FunctionConstructor;
|
|
17
|
-
default: (pickData: any, field: any) => any;
|
|
18
|
-
};
|
|
19
|
-
beforeOpen: {
|
|
20
|
-
type: FunctionConstructor;
|
|
21
|
-
default: () => Promise<void>;
|
|
22
|
-
};
|
|
23
|
-
title: StringConstructor;
|
|
24
|
-
multiple: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: () => boolean;
|
|
27
|
-
};
|
|
28
|
-
placeholder: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: () => string;
|
|
31
|
-
};
|
|
32
|
-
appendToBody: {
|
|
33
|
-
type: BooleanConstructor;
|
|
34
|
-
default: () => boolean;
|
|
35
|
-
};
|
|
36
|
-
disabled: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: () => boolean;
|
|
39
|
-
};
|
|
40
|
-
clearable: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: () => boolean;
|
|
43
|
-
};
|
|
44
|
-
size: StringConstructor;
|
|
45
|
-
dialogWidth: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: () => string;
|
|
48
|
-
};
|
|
49
|
-
options: {
|
|
50
|
-
type: ArrayConstructor;
|
|
51
|
-
default: () => any[];
|
|
52
|
-
};
|
|
53
|
-
}>, {}, {}, {
|
|
54
|
-
value: {
|
|
55
|
-
get(): unknown;
|
|
56
|
-
set(val: any): void;
|
|
57
|
-
};
|
|
58
|
-
}, {
|
|
59
|
-
handleClear(event: any): void;
|
|
60
|
-
handleClick(event: any): void;
|
|
61
|
-
handleFocus(event: any): void;
|
|
62
|
-
openPick(): void;
|
|
63
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "change" | "click" | "focus" | "update:modelValue" | "clear")[], "blur" | "change" | "click" | "focus" | "update:modelValue" | "clear", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
64
|
-
modelValue: {
|
|
65
|
-
required: true;
|
|
66
|
-
};
|
|
67
|
-
tableOption: {
|
|
68
|
-
type: typeof FastTableOption;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
showField: StringConstructor;
|
|
72
|
-
valKey: StringConstructor;
|
|
73
|
-
labelKey: StringConstructor;
|
|
74
|
-
pickObject: ObjectConstructor;
|
|
75
|
-
pickMap: ObjectConstructor;
|
|
76
|
-
valueCovert: {
|
|
77
|
-
type: FunctionConstructor;
|
|
78
|
-
default: (pickData: any, field: any) => any;
|
|
79
|
-
};
|
|
80
|
-
beforeOpen: {
|
|
81
|
-
type: FunctionConstructor;
|
|
82
|
-
default: () => Promise<void>;
|
|
83
|
-
};
|
|
84
|
-
title: StringConstructor;
|
|
85
|
-
multiple: {
|
|
86
|
-
type: BooleanConstructor;
|
|
87
|
-
default: () => boolean;
|
|
88
|
-
};
|
|
89
|
-
placeholder: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
default: () => string;
|
|
92
|
-
};
|
|
93
|
-
appendToBody: {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: () => boolean;
|
|
96
|
-
};
|
|
97
|
-
disabled: {
|
|
98
|
-
type: BooleanConstructor;
|
|
99
|
-
default: () => boolean;
|
|
100
|
-
};
|
|
101
|
-
clearable: {
|
|
102
|
-
type: BooleanConstructor;
|
|
103
|
-
default: () => boolean;
|
|
104
|
-
};
|
|
105
|
-
size: StringConstructor;
|
|
106
|
-
dialogWidth: {
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
default: () => string;
|
|
109
|
-
};
|
|
110
|
-
options: {
|
|
111
|
-
type: ArrayConstructor;
|
|
112
|
-
default: () => any[];
|
|
113
|
-
};
|
|
114
|
-
}>> & Readonly<{
|
|
115
|
-
onChange?: (...args: any[]) => any;
|
|
116
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
117
|
-
onBlur?: (...args: any[]) => any;
|
|
118
|
-
onFocus?: (...args: any[]) => any;
|
|
119
|
-
onClear?: (...args: any[]) => any;
|
|
120
|
-
onClick?: (...args: any[]) => any;
|
|
121
|
-
}>, {
|
|
122
|
-
options: unknown[];
|
|
123
|
-
multiple: boolean;
|
|
124
|
-
disabled: boolean;
|
|
125
|
-
valueCovert: Function;
|
|
126
|
-
beforeOpen: Function;
|
|
127
|
-
placeholder: string;
|
|
128
|
-
appendToBody: boolean;
|
|
129
|
-
clearable: boolean;
|
|
130
|
-
dialogWidth: string;
|
|
131
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
132
|
-
export default _default;
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { default as FastTableOption } from '../../../model/fastTableOption.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
-
modelValue: {
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
options: {
|
|
7
|
-
type: (ArrayConstructor | typeof FastTableOption)[];
|
|
8
|
-
default: () => any[];
|
|
9
|
-
};
|
|
10
|
-
labelKey: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: () => string;
|
|
13
|
-
};
|
|
14
|
-
valKey: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: () => string;
|
|
17
|
-
};
|
|
18
|
-
multiple: {
|
|
19
|
-
type: BooleanConstructor;
|
|
20
|
-
default: () => boolean;
|
|
21
|
-
};
|
|
22
|
-
disableVal: {
|
|
23
|
-
type: ArrayConstructor;
|
|
24
|
-
default: () => any[];
|
|
25
|
-
};
|
|
26
|
-
size: {
|
|
27
|
-
type: StringConstructor;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
}>, {}, {
|
|
31
|
-
nativeOptions: unknown[] | FastTableOption;
|
|
32
|
-
}, {
|
|
33
|
-
value: {
|
|
34
|
-
get(): unknown;
|
|
35
|
-
set(val: any): void;
|
|
36
|
-
};
|
|
37
|
-
}, {
|
|
38
|
-
buildSelectOptions(): void;
|
|
39
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag")[], "blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
40
|
-
modelValue: {
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
options: {
|
|
44
|
-
type: (ArrayConstructor | typeof FastTableOption)[];
|
|
45
|
-
default: () => any[];
|
|
46
|
-
};
|
|
47
|
-
labelKey: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: () => string;
|
|
50
|
-
};
|
|
51
|
-
valKey: {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
default: () => string;
|
|
54
|
-
};
|
|
55
|
-
multiple: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: () => boolean;
|
|
58
|
-
};
|
|
59
|
-
disableVal: {
|
|
60
|
-
type: ArrayConstructor;
|
|
61
|
-
default: () => any[];
|
|
62
|
-
};
|
|
63
|
-
size: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
}>> & Readonly<{
|
|
68
|
-
onChange?: (...args: any[]) => any;
|
|
69
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
70
|
-
onBlur?: (...args: any[]) => any;
|
|
71
|
-
onFocus?: (...args: any[]) => any;
|
|
72
|
-
onClear?: (...args: any[]) => any;
|
|
73
|
-
onVisibleChange?: (...args: any[]) => any;
|
|
74
|
-
onRemoveTag?: (...args: any[]) => any;
|
|
75
|
-
}>, {
|
|
76
|
-
size: string;
|
|
77
|
-
options: unknown[] | FastTableOption;
|
|
78
|
-
labelKey: string;
|
|
79
|
-
valKey: string;
|
|
80
|
-
disableVal: unknown[];
|
|
81
|
-
multiple: boolean;
|
|
82
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
83
|
-
export default _default;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { default as FastTableOption } from '../../../model/fastTableOption.js';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
-
rows: {
|
|
4
|
-
type: ArrayConstructor;
|
|
5
|
-
default: () => any[];
|
|
6
|
-
};
|
|
7
|
-
columnConfigs: ObjectConstructor;
|
|
8
|
-
action: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: () => "view";
|
|
11
|
-
validator: (value: unknown) => boolean;
|
|
12
|
-
};
|
|
13
|
-
}>, {}, {
|
|
14
|
-
tableOption: FastTableOption;
|
|
15
|
-
checkedRows: any[];
|
|
16
|
-
}, {
|
|
17
|
-
columnProps(): any;
|
|
18
|
-
}, {
|
|
19
|
-
handleSelectionChange({ fatRows }: {
|
|
20
|
-
fatRows: any;
|
|
21
|
-
}): void;
|
|
22
|
-
handleRemove(): void;
|
|
23
|
-
getRows(): unknown[];
|
|
24
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
-
rows: {
|
|
26
|
-
type: ArrayConstructor;
|
|
27
|
-
default: () => any[];
|
|
28
|
-
};
|
|
29
|
-
columnConfigs: ObjectConstructor;
|
|
30
|
-
action: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: () => "view";
|
|
33
|
-
validator: (value: unknown) => boolean;
|
|
34
|
-
};
|
|
35
|
-
}>> & Readonly<{}>, {
|
|
36
|
-
rows: unknown[];
|
|
37
|
-
action: string;
|
|
38
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
39
|
-
export default _default;
|