@blueking/ai-ui-sdk 0.2.0-beta.9 → 0.2.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/render-auth/auth-dialog.script.vue.js.js +12 -14
- package/dist/components/render-auto-height-textarea/index.script.vue.js.js +5 -5
- package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-auto-refresh/index.script.vue.js.js +8 -6
- package/dist/components/render-auto-refresh/index.vue.css +8 -8
- package/dist/components/render-auto-refresh/index.vue.js +1 -1
- package/dist/components/render-checkbox/index.script.vue.js.js +18 -12
- package/dist/components/render-checkbox/index.vue.css +9 -9
- package/dist/components/render-checkbox/index.vue.d.ts +3 -0
- package/dist/components/render-checkbox/index.vue.js +1 -1
- package/dist/components/render-choose-tag/index.script.vue.js.js +15 -11
- package/dist/components/render-choose-tag/index.vue.css +7 -7
- package/dist/components/render-choose-tag/index.vue.js +1 -1
- package/dist/components/render-collapse/index.script.vue.js.js +3 -3
- package/dist/components/render-collapse/index.vue.css +2 -2
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.script.vue.js +39 -29
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/batch-delete-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.script.vue.js.js +33 -35
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.css +1 -1
- package/dist/components/render-dataset/components/batch-edit-valid-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/batch-review-dataset-data/index.script.vue.js.js +40 -46
- package/dist/components/render-dataset/components/dataset-data-level/index.script.vue.js +22 -18
- package/dist/components/render-dataset/components/dataset-data-status/index.script.vue.js.js +4 -4
- package/dist/components/render-dataset/components/dataset-data-tool-icons/index.script.vue.js +25 -19
- package/dist/components/render-dataset/components/dataset-data-valid/index.script.vue.js.js +32 -34
- package/dist/components/render-dataset/components/dataset-data-valid/index.vue.css +1 -1
- package/dist/components/render-dataset/components/dataset-data-valid/index.vue.js +1 -1
- package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +19 -25
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +3 -3
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/index.script.vue.js.js +5 -5
- package/dist/components/render-dataset/components/operation-record/index.vue.css +4 -4
- package/dist/components/render-dataset/components/operation-record/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.script.vue.js +105 -65
- package/dist/components/render-dataset/components/operation-record/table/index.vue.css +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.js +1 -1
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.script.vue.js.js +4 -4
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +2 -2
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset/dataset-footer.script.vue.js.js +12 -14
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.script.vue.js +198 -133
- package/dist/components/render-dataset/components/plus-dataset/index.script.vue.js.js +15 -15
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.script.vue.js.js +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/api.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/category.script.vue.js.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.script.vue.js.js +3 -3
- package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +25 -30
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.script.vue.js.js +14 -16
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.script.vue.js.js +15 -15
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -2
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js +3 -3
- package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +12 -13
- package/dist/components/render-dataset/components/review-dataset-data/index.script.vue.js.js +32 -40
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.css +10 -10
- package/dist/components/render-dataset/components/review-dataset-data/index.vue.js +1 -1
- package/dist/components/render-dataset/components/search-dataset/index.script.vue.js.js +3 -2
- package/dist/components/render-dataset/components/search-dataset/index.vue.d.ts +1 -0
- package/dist/components/render-dataset/components/search-dataset-data/index.script.vue.js.js +1 -1
- package/dist/components/render-dataset/components/search-operation-record/index.script.vue.js.js +1 -1
- package/dist/components/render-dataset-detail/components/header.script.vue.js.js +4 -8
- package/dist/components/render-dataset-detail/index.script.vue.js.js +4 -4
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +18 -21
- package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js +375 -218
- package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +31 -33
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
- package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
- package/dist/components/render-dataset-list/components/header.script.vue.js.js +1 -1
- package/dist/components/render-dataset-list/components/main.script.vue.js.js +30 -28
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.d.ts +1 -0
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.script.vue.js +278 -169
- package/dist/components/render-dataset-list/index.script.vue.js.js +25 -22
- package/dist/components/render-dataset-list/index.vue.css +2 -2
- package/dist/components/render-dataset-list/index.vue.d.ts +1 -0
- package/dist/components/render-dataset-list/index.vue.js +1 -1
- package/dist/components/render-file-card/index.script.vue.js.js +3 -3
- package/dist/components/render-file-card/index.vue.css +11 -11
- package/dist/components/render-file-card/index.vue.js +1 -1
- package/dist/components/render-file-type-icon/index.script.vue.js.js +1 -1
- package/dist/components/render-file-type-icon/index.vue.css +5 -5
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-header/index.vue.css +3 -3
- package/dist/components/render-header/index.vue.js +1 -1
- package/dist/components/render-like/index.script.vue.js.js +16 -21
- package/dist/components/render-like/index.vue.css +5 -5
- package/dist/components/render-like/index.vue.js +1 -1
- package/dist/components/render-router-tab/index.script.vue.js.js +1 -1
- package/dist/components/render-router-tab/index.vue.css +3 -3
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/components/render-search-empty/index.script.vue.js.js +1 -1
- package/dist/components/render-search-select/index.script.vue.js.js +5 -5
- package/dist/components/render-t-table/index.script.vue.js +236 -153
- package/dist/components/render-t-table/index.vue.css +27 -27
- package/dist/components/render-t-table/index.vue.js +1 -1
- package/dist/components/render-tag-tree/index.vue.css +7 -7
- package/dist/components/render-tag-tree/index.vue.js +1 -1
- package/dist/components/render-tree/index.script.vue.js +118 -62
- package/dist/css/tailwind.css +15 -3
- package/dist/hooks/use-chat.d.ts +2 -0
- package/dist/hooks/use-display-name.d.ts +3 -0
- package/dist/hooks/use-display-name.ts.js +14 -0
- package/dist/hooks/use-ellipsis-tooltip.ts.js +6 -2
- package/dist/hooks/use-member-http.d.ts +2 -1
- package/dist/hooks/use-member-http.ts.js +23 -22
- package/dist/hooks.d.ts +1 -0
- package/dist/hooks.ts.js +1 -0
- package/dist/http/fetch/index.d.ts +2 -0
- package/dist/http/fetch/index.ts.js +4 -1
- package/dist/http/fetch/success-interceptor.ts.js +5 -1
- package/dist/http/helper/tool.ts.js +2 -1
- package/dist/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
- package/dist/node_modules/@babel/runtime/helpers/defineProperty.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
- package/dist/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
- package/dist/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/typeof.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +9 -0
- package/dist/node_modules/core-js/internals/a-callable.js +11 -0
- package/dist/node_modules/core-js/internals/a-constructor.js +11 -0
- package/dist/node_modules/core-js/internals/a-possible-prototype.js +10 -0
- package/dist/node_modules/core-js/internals/add-to-unscopables.js +21 -0
- package/dist/node_modules/core-js/internals/advance-string-index.js +8 -0
- package/dist/node_modules/core-js/internals/an-instance.js +9 -0
- package/dist/node_modules/core-js/internals/an-object.js +11 -0
- package/dist/node_modules/core-js/internals/array-buffer-non-extensible.js +11 -0
- package/dist/node_modules/core-js/internals/array-for-each.js +12 -0
- package/dist/node_modules/core-js/internals/array-includes.js +34 -0
- package/dist/node_modules/core-js/internals/array-iteration.js +72 -0
- package/dist/node_modules/core-js/internals/array-method-has-species-support.js +20 -0
- package/dist/node_modules/core-js/internals/array-method-is-strict.js +10 -0
- package/dist/node_modules/core-js/internals/array-set-length.js +27 -0
- package/dist/node_modules/core-js/internals/array-slice.js +4 -0
- package/dist/node_modules/core-js/internals/array-species-constructor.js +23 -0
- package/dist/node_modules/core-js/internals/array-species-create.js +8 -0
- package/dist/node_modules/core-js/internals/check-correctness-of-iteration.js +43 -0
- package/dist/node_modules/core-js/internals/classof-raw.js +9 -0
- package/dist/node_modules/core-js/internals/classof.js +30 -0
- package/dist/node_modules/core-js/internals/collection-strong.js +206 -0
- package/dist/node_modules/core-js/internals/collection.js +106 -0
- package/dist/node_modules/core-js/internals/copy-constructor-properties.js +17 -0
- package/dist/node_modules/core-js/internals/correct-is-regexp-logic.js +16 -0
- package/dist/node_modules/core-js/internals/correct-prototype-getter.js +9 -0
- package/dist/node_modules/core-js/internals/create-iter-result-object.js +6 -0
- package/dist/node_modules/core-js/internals/create-non-enumerable-property.js +11 -0
- package/dist/node_modules/core-js/internals/create-property-descriptor.js +9 -0
- package/dist/node_modules/core-js/internals/create-property.js +9 -0
- package/dist/node_modules/core-js/internals/define-built-in-accessor.js +9 -0
- package/dist/node_modules/core-js/internals/define-built-in.js +28 -0
- package/dist/node_modules/core-js/internals/define-built-ins.js +7 -0
- package/dist/node_modules/core-js/internals/define-global-property.js +13 -0
- package/dist/node_modules/core-js/internals/descriptors.js +8 -0
- package/dist/node_modules/core-js/internals/document-create-element.js +11 -0
- package/dist/node_modules/core-js/internals/does-not-exceed-safe-integer.js +8 -0
- package/dist/node_modules/core-js/internals/dom-iterables.js +36 -0
- package/dist/node_modules/core-js/internals/dom-token-list-prototype.js +8 -0
- package/dist/node_modules/core-js/internals/enum-bug-keys.js +11 -0
- package/dist/node_modules/core-js/internals/environment-is-ios-pebble.js +4 -0
- package/dist/node_modules/core-js/internals/environment-is-ios.js +4 -0
- package/dist/node_modules/core-js/internals/environment-is-node.js +4 -0
- package/dist/node_modules/core-js/internals/environment-is-webos-webkit.js +4 -0
- package/dist/node_modules/core-js/internals/environment-user-agent.js +7 -0
- package/dist/node_modules/core-js/internals/environment-v8-version.js +28 -0
- package/dist/node_modules/core-js/internals/environment.js +21 -0
- package/dist/node_modules/core-js/internals/export.js +55 -0
- package/dist/node_modules/core-js/internals/fails.js +8 -0
- package/dist/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js +78 -0
- package/dist/node_modules/core-js/internals/freezing.js +7 -0
- package/dist/node_modules/core-js/internals/function-apply.js +11 -0
- package/dist/node_modules/core-js/internals/function-bind-context.js +14 -0
- package/dist/node_modules/core-js/internals/function-bind-native.js +9 -0
- package/dist/node_modules/core-js/internals/function-call.js +8 -0
- package/dist/node_modules/core-js/internals/function-name.js +18 -0
- package/dist/node_modules/core-js/internals/function-uncurry-this-accessor.js +10 -0
- package/dist/node_modules/core-js/internals/function-uncurry-this-clause.js +10 -0
- package/dist/node_modules/core-js/internals/function-uncurry-this.js +13 -0
- package/dist/node_modules/core-js/internals/get-built-in.js +11 -0
- package/dist/node_modules/core-js/internals/get-iterator-method.js +14 -0
- package/dist/node_modules/core-js/internals/get-iterator.js +14 -0
- package/dist/node_modules/core-js/internals/get-method.js +10 -0
- package/dist/node_modules/core-js/internals/global-this.js +16 -0
- package/dist/node_modules/core-js/internals/has-own-property.js +12 -0
- package/dist/node_modules/core-js/internals/hidden-keys.js +2 -0
- package/dist/node_modules/core-js/internals/host-report-errors.js +7 -0
- package/dist/node_modules/core-js/internals/html.js +4 -0
- package/dist/node_modules/core-js/internals/ie8-dom-define.js +12 -0
- package/dist/node_modules/core-js/internals/indexed-object.js +16 -0
- package/dist/node_modules/core-js/internals/inherit-if-required.js +19 -0
- package/dist/node_modules/core-js/internals/inspect-source.js +15 -0
- package/dist/node_modules/core-js/internals/internal-metadata.js +91 -0
- package/dist/node_modules/core-js/internals/internal-state.js +71 -0
- package/dist/node_modules/core-js/internals/is-array-iterator-method.js +11 -0
- package/dist/node_modules/core-js/internals/is-array.js +9 -0
- package/dist/node_modules/core-js/internals/is-callable.js +12 -0
- package/dist/node_modules/core-js/internals/is-constructor.js +52 -0
- package/dist/node_modules/core-js/internals/is-forced.js +23 -0
- package/dist/node_modules/core-js/internals/is-null-or-undefined.js +6 -0
- package/dist/node_modules/core-js/internals/is-object.js +6 -0
- package/dist/node_modules/core-js/internals/is-possible-prototype.js +6 -0
- package/dist/node_modules/core-js/internals/is-pure.js +2 -0
- package/dist/node_modules/core-js/internals/is-raw-json.js +9 -0
- package/dist/node_modules/core-js/internals/is-regexp.js +13 -0
- package/dist/node_modules/core-js/internals/is-symbol.js +14 -0
- package/dist/node_modules/core-js/internals/iterate.js +74 -0
- package/dist/node_modules/core-js/internals/iterator-close.js +24 -0
- package/dist/node_modules/core-js/internals/iterator-create-constructor.js +16 -0
- package/dist/node_modules/core-js/internals/iterator-define.js +102 -0
- package/dist/node_modules/core-js/internals/iterators-core.js +49 -0
- package/dist/node_modules/core-js/internals/iterators.js +2 -0
- package/dist/node_modules/core-js/internals/length-of-array-like.js +8 -0
- package/dist/node_modules/core-js/internals/make-built-in.js +55 -0
- package/dist/node_modules/core-js/internals/math-trunc.js +11 -0
- package/dist/node_modules/core-js/internals/microtask.js +79 -0
- package/dist/node_modules/core-js/internals/native-raw-json.js +11 -0
- package/dist/node_modules/core-js/internals/new-promise-capability.js +21 -0
- package/dist/node_modules/core-js/internals/not-a-regexp.js +10 -0
- package/dist/node_modules/core-js/internals/object-assign.js +58 -0
- package/dist/node_modules/core-js/internals/object-create.js +85 -0
- package/dist/node_modules/core-js/internals/object-define-properties.js +21 -0
- package/dist/node_modules/core-js/internals/object-define-property.js +44 -0
- package/dist/node_modules/core-js/internals/object-get-own-property-descriptor.js +23 -0
- package/dist/node_modules/core-js/internals/object-get-own-property-names-external.js +24 -0
- package/dist/node_modules/core-js/internals/object-get-own-property-names.js +12 -0
- package/dist/node_modules/core-js/internals/object-get-own-property-symbols.js +3 -0
- package/dist/node_modules/core-js/internals/object-get-prototype-of.js +22 -0
- package/dist/node_modules/core-js/internals/object-is-extensible.js +17 -0
- package/dist/node_modules/core-js/internals/object-is-prototype-of.js +4 -0
- package/dist/node_modules/core-js/internals/object-keys-internal.js +21 -0
- package/dist/node_modules/core-js/internals/object-keys.js +10 -0
- package/dist/node_modules/core-js/internals/object-property-is-enumerable.js +14 -0
- package/dist/node_modules/core-js/internals/object-set-prototype-of.js +29 -0
- package/dist/node_modules/core-js/internals/object-to-array.js +49 -0
- package/dist/node_modules/core-js/internals/object-to-string.js +9 -0
- package/dist/node_modules/core-js/internals/ordinary-to-primitive.js +16 -0
- package/dist/node_modules/core-js/internals/own-keys.js +15 -0
- package/dist/node_modules/core-js/internals/parse-json-string.js +56 -0
- package/dist/node_modules/core-js/internals/path.js +4 -0
- package/dist/node_modules/core-js/internals/perform.js +8 -0
- package/dist/node_modules/core-js/internals/promise-constructor-detection.js +47 -0
- package/dist/node_modules/core-js/internals/promise-native-constructor.js +4 -0
- package/dist/node_modules/core-js/internals/promise-resolve.js +13 -0
- package/dist/node_modules/core-js/internals/promise-statics-incorrect-iteration.js +8 -0
- package/dist/node_modules/core-js/internals/queue.js +25 -0
- package/dist/node_modules/core-js/internals/regexp-exec-abstract.js +21 -0
- package/dist/node_modules/core-js/internals/regexp-exec.js +124 -0
- package/dist/node_modules/core-js/internals/regexp-flags-detection.js +47 -0
- package/dist/node_modules/core-js/internals/regexp-flags.js +18 -0
- package/dist/node_modules/core-js/internals/regexp-get-flags.js +16 -0
- package/dist/node_modules/core-js/internals/regexp-sticky-helpers.js +31 -0
- package/dist/node_modules/core-js/internals/regexp-unsupported-dot-all.js +11 -0
- package/dist/node_modules/core-js/internals/regexp-unsupported-ncg.js +12 -0
- package/dist/node_modules/core-js/internals/require-object-coercible.js +11 -0
- package/dist/node_modules/core-js/internals/safe-get-built-in.js +13 -0
- package/dist/node_modules/core-js/internals/same-value.js +8 -0
- package/dist/node_modules/core-js/internals/set-species.js +18 -0
- package/dist/node_modules/core-js/internals/set-to-string-tag.js +13 -0
- package/dist/node_modules/core-js/internals/shared-key.js +9 -0
- package/dist/node_modules/core-js/internals/shared-store.js +15 -0
- package/dist/node_modules/core-js/internals/shared.js +6 -0
- package/dist/node_modules/core-js/internals/species-constructor.js +15 -0
- package/dist/node_modules/core-js/internals/string-multibyte.js +37 -0
- package/dist/node_modules/core-js/internals/symbol-constructor-detection.js +19 -0
- package/dist/node_modules/core-js/internals/symbol-define-to-primitive.js +21 -0
- package/dist/node_modules/core-js/internals/symbol-registry-detection.js +5 -0
- package/dist/node_modules/core-js/internals/task.js +117 -0
- package/dist/node_modules/core-js/internals/to-absolute-index.js +13 -0
- package/dist/node_modules/core-js/internals/to-indexed-object.js +8 -0
- package/dist/node_modules/core-js/internals/to-integer-or-infinity.js +10 -0
- package/dist/node_modules/core-js/internals/to-length.js +11 -0
- package/dist/node_modules/core-js/internals/to-object.js +10 -0
- package/dist/node_modules/core-js/internals/to-primitive.js +26 -0
- package/dist/node_modules/core-js/internals/to-property-key.js +10 -0
- package/dist/node_modules/core-js/internals/to-string-tag-support.js +9 -0
- package/dist/node_modules/core-js/internals/to-string.js +9 -0
- package/dist/node_modules/core-js/internals/try-to-string.js +10 -0
- package/dist/node_modules/core-js/internals/uid.js +10 -0
- package/dist/node_modules/core-js/internals/use-symbol-as-uid.js +7 -0
- package/dist/node_modules/core-js/internals/v8-prototype-define-bug.js +13 -0
- package/dist/node_modules/core-js/internals/validate-arguments-length.js +7 -0
- package/dist/node_modules/core-js/internals/weak-map-basic-detection.js +7 -0
- package/dist/node_modules/core-js/internals/well-known-symbol-define.js +12 -0
- package/dist/node_modules/core-js/internals/well-known-symbol-wrapped.js +4 -0
- package/dist/node_modules/core-js/internals/well-known-symbol.js +19 -0
- package/dist/node_modules/core-js/modules/es.array.concat.js +59 -0
- package/dist/node_modules/core-js/modules/es.array.filter.js +15 -0
- package/dist/node_modules/core-js/modules/es.array.find-index.js +22 -0
- package/dist/node_modules/core-js/modules/es.array.find.js +22 -0
- package/dist/node_modules/core-js/modules/es.array.includes.js +28 -0
- package/dist/node_modules/core-js/modules/es.array.iterator.js +62 -0
- package/dist/node_modules/core-js/modules/es.array.join.js +19 -0
- package/dist/node_modules/core-js/modules/es.array.map.js +15 -0
- package/dist/node_modules/core-js/modules/es.function.name.js +26 -0
- package/dist/node_modules/core-js/modules/es.json.stringify.js +135 -0
- package/dist/node_modules/core-js/modules/es.object.assign.js +10 -0
- package/dist/node_modules/core-js/modules/es.object.entries.js +11 -0
- package/dist/node_modules/core-js/modules/es.object.get-own-property-symbols.js +19 -0
- package/dist/node_modules/core-js/modules/es.object.keys.js +15 -0
- package/dist/node_modules/core-js/modules/es.object.to-string.js +10 -0
- package/dist/node_modules/core-js/modules/es.promise.all.js +39 -0
- package/dist/node_modules/core-js/modules/es.promise.catch.js +26 -0
- package/dist/node_modules/core-js/modules/es.promise.constructor.js +293 -0
- package/dist/node_modules/core-js/modules/es.promise.finally.js +43 -0
- package/dist/node_modules/core-js/modules/es.promise.js +8 -0
- package/dist/node_modules/core-js/modules/es.promise.race.js +26 -0
- package/dist/node_modules/core-js/modules/es.promise.reject.js +15 -0
- package/dist/node_modules/core-js/modules/es.promise.resolve.js +18 -0
- package/dist/node_modules/core-js/modules/es.regexp.exec.js +9 -0
- package/dist/node_modules/core-js/modules/es.set.constructor.js +9 -0
- package/dist/node_modules/core-js/modules/es.set.js +3 -0
- package/dist/node_modules/core-js/modules/es.string.includes.js +21 -0
- package/dist/node_modules/core-js/modules/es.string.iterator.js +31 -0
- package/dist/node_modules/core-js/modules/es.string.search.js +38 -0
- package/dist/node_modules/core-js/modules/es.string.split.js +113 -0
- package/dist/node_modules/core-js/modules/es.symbol.constructor.js +264 -0
- package/dist/node_modules/core-js/modules/es.symbol.description.js +69 -0
- package/dist/node_modules/core-js/modules/es.symbol.for.js +23 -0
- package/dist/node_modules/core-js/modules/es.symbol.js +7 -0
- package/dist/node_modules/core-js/modules/es.symbol.key-for.js +18 -0
- package/dist/node_modules/core-js/modules/web.dom-collections.for-each.js +23 -0
- package/dist/node_modules/core-js/modules/web.dom-collections.iterator.js +37 -0
- package/dist/node_modules/regenerator-runtime/runtime.js +761 -0
- package/dist/types/enum.d.ts +1 -0
- package/dist/types/enum.ts.js +1 -0
- package/dist/types/tool.d.ts +2 -0
- package/package.json +4 -3
package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js
CHANGED
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var _interopRequireDefault = require('../../../../node_modules/@babel/runtime/helpers/interopRequireDefault.js');
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
require('../../../../node_modules/regenerator-runtime/runtime.js');
|
|
8
|
+
var _vue = require("vue");
|
|
9
|
+
var _toConsumableArray2 = _interopRequireDefault(require('../../../../node_modules/@babel/runtime/helpers/toConsumableArray.js'));
|
|
10
|
+
var _defineProperty2 = _interopRequireDefault(require('../../../../node_modules/@babel/runtime/helpers/defineProperty.js'));
|
|
11
|
+
require('../../../../node_modules/core-js/modules/es.array.concat.js');
|
|
12
|
+
require('../../../../node_modules/core-js/modules/es.array.filter.js');
|
|
13
|
+
require('../../../../node_modules/core-js/modules/es.array.map.js');
|
|
14
|
+
require('../../../../node_modules/core-js/modules/es.object.assign.js');
|
|
15
|
+
require('../../../../node_modules/core-js/modules/es.object.keys.js');
|
|
16
|
+
require('../../../../node_modules/core-js/modules/es.object.to-string.js');
|
|
17
|
+
require('../../../../node_modules/core-js/modules/es.promise.js');
|
|
18
|
+
require('../../../../node_modules/core-js/modules/es.regexp.exec.js');
|
|
19
|
+
require('../../../../node_modules/core-js/modules/es.string.search.js');
|
|
20
|
+
require('../../../../node_modules/core-js/modules/web.dom-collections.for-each.js');
|
|
21
|
+
var _index = _interopRequireDefault(require('../../../render-checkbox/index.vue.js'));
|
|
22
|
+
var _index2 = _interopRequireDefault(require('../../../render-dataset/components/dataset-data-level/index.vue.js'));
|
|
23
|
+
var _index3 = _interopRequireDefault(require('../../../render-dataset/components/dataset-data-status/index.vue.js'));
|
|
24
|
+
var _index4 = _interopRequireDefault(require('../../../render-dataset/components/dataset-data-valid/index.vue.js'));
|
|
25
|
+
var _index5 = _interopRequireDefault(require('../../../render-dataset/components/edit-dataset-data/index.vue.js'));
|
|
26
|
+
var _index6 = _interopRequireDefault(require('../../../render-dataset/components/operation-record/index.vue.js'));
|
|
27
|
+
var _index7 = _interopRequireDefault(require('../../../render-dataset/components/review-dataset-data/index.vue.js'));
|
|
28
|
+
var _index8 = _interopRequireDefault(require('../../../render-dropdown/index.vue.js'));
|
|
29
|
+
var _index9 = _interopRequireDefault(require('../../../render-t-table/index.vue.js'));
|
|
30
|
+
var _useDatasetHttp2 = require('../../../../hooks/use-dataset-http.ts.js');
|
|
31
|
+
var _usePermission2 = require('../../../../hooks/use-permission.ts.js');
|
|
32
|
+
var _useTTable2 = require('../../../../hooks/use-t-table.ts.js');
|
|
33
|
+
var _enum = require('../../../../types/enum.ts.js');
|
|
34
|
+
var __awaiter = (void 0) && (void 0).__awaiter || function(thisArg, _arguments, P, generator) {
|
|
2
35
|
function adopt(value) {
|
|
3
36
|
return value instanceof P ? value : new P(function(resolve) {
|
|
4
37
|
resolve(value);
|
|
@@ -25,23 +58,7 @@ var __awaiter = this && this.__awaiter || function(thisArg, _arguments, P, gener
|
|
|
25
58
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
26
59
|
});
|
|
27
60
|
};
|
|
28
|
-
|
|
29
|
-
import { unref as _unref, createVNode as _createVNode, Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
30
|
-
import { ref, toRef, watch } from 'vue';
|
|
31
|
-
import RenderCheckbox from '../../../render-checkbox/index.vue.js';
|
|
32
|
-
import DatasetDataLevel from '../../../render-dataset/components/dataset-data-level/index.vue.js';
|
|
33
|
-
import DatasetDataStatus from '../../../render-dataset/components/dataset-data-status/index.vue.js';
|
|
34
|
-
import DatasetDataValid from '../../../render-dataset/components/dataset-data-valid/index.vue.js';
|
|
35
|
-
import EditDatasetData from '../../../render-dataset/components/edit-dataset-data/index.vue.js';
|
|
36
|
-
import OperationRecord from '../../../render-dataset/components/operation-record/index.vue.js';
|
|
37
|
-
import ReviewDatasetData from '../../../render-dataset/components/review-dataset-data/index.vue.js';
|
|
38
|
-
import RenderDropdown from '../../../render-dropdown/index.vue.js';
|
|
39
|
-
import RenderTTable from '../../../render-t-table/index.vue.js';
|
|
40
|
-
import { useDatasetHttp } from '../../../../hooks/use-dataset-http.ts.js';
|
|
41
|
-
import { usePermission } from '../../../../hooks/use-permission.ts.js';
|
|
42
|
-
import { useTTable } from '../../../../hooks/use-t-table.ts.js';
|
|
43
|
-
import { DatasetDataReviewStatus, DatasetDataSourceType, ResourcePermissionAction } from '../../../../types/enum.ts.js';
|
|
44
|
-
export default /*@__PURE__*/ _defineComponent({
|
|
61
|
+
var _default2 = exports.default = /*@__PURE__*/ (0, _vue.defineComponent)({
|
|
45
62
|
props: {
|
|
46
63
|
apiPrefix: {},
|
|
47
64
|
datasetId: {},
|
|
@@ -64,26 +81,24 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
64
81
|
"update",
|
|
65
82
|
"update:search"
|
|
66
83
|
],
|
|
67
|
-
setup (__props,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
[
|
|
85
|
-
};
|
|
86
|
-
const getColumns = ()=>[
|
|
84
|
+
setup: function setup(__props, _ref) {
|
|
85
|
+
var _this = this;
|
|
86
|
+
var __expose = _ref.expose, __emit = _ref.emit;
|
|
87
|
+
var props = __props;
|
|
88
|
+
var emits = __emit;
|
|
89
|
+
var _useDatasetHttp = (0, _useDatasetHttp2.useDatasetHttp)(props.apiPrefix, (0, _vue.toRef)(props, 'spaceId')), getDatasetDataIds = _useDatasetHttp.getDatasetDataIds, getDatasetDataList = _useDatasetHttp.getDatasetDataList, deleteDatasetData = _useDatasetHttp.deleteDatasetData, batchRetryReviewDatasetData = _useDatasetHttp.batchRetryReviewDatasetData;
|
|
90
|
+
var _usePermission = (0, _usePermission2.usePermission)(props.apiPrefix, (0, _vue.toRef)(props, 'spaceId'), '#4d4f56'), handleMouseEnter = _usePermission.handleMouseEnter, handleMouseMove = _usePermission.handleMouseMove, handleMouseLeave = _usePermission.handleMouseLeave, handleMouseClick = _usePermission.handleMouseClick;
|
|
91
|
+
var _useTTable = (0, _useTTable2.useTTable)(), isLoading = _useTTable.isLoading, triggerApi = _useTTable.triggerApi, pagination = _useTTable.pagination, tableData = _useTTable.tableData, initHook = _useTTable.initHook, resetPagination = _useTTable.resetPagination, handleSortChange = _useTTable.handleSortChange, handlePageChange = _useTTable.handlePageChange, handlePageSizeChange = _useTTable.handlePageSizeChange;
|
|
92
|
+
var isShowEditDatasetData = (0, _vue.ref)(false);
|
|
93
|
+
var isShowOperationRecord = (0, _vue.ref)(false);
|
|
94
|
+
var isShowReviewDatasetData = (0, _vue.ref)(false);
|
|
95
|
+
var tempDatasetData = (0, _vue.ref)();
|
|
96
|
+
var tempDatasetDataIndex = (0, _vue.ref)();
|
|
97
|
+
var deleteRef = (0, _vue.ref)({});
|
|
98
|
+
var popoverRef = (0, _vue.ref)({});
|
|
99
|
+
var dataSourceMap = (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, _enum.DatasetDataSourceType.UploadFile, '文件上传'), _enum.DatasetDataSourceType.ApiReport, 'API上报'), _enum.DatasetDataSourceType.KnowledgebaseImport, '知识库导入'), _enum.DatasetDataSourceType.ManualImport, '手动录入');
|
|
100
|
+
var getColumns = function getColumns() {
|
|
101
|
+
return [
|
|
87
102
|
{
|
|
88
103
|
colKey: 'checkbox',
|
|
89
104
|
defaultShow: true,
|
|
@@ -92,10 +107,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
92
107
|
fixed: 'left',
|
|
93
108
|
align: 'center',
|
|
94
109
|
width: '80',
|
|
95
|
-
cell: (h,
|
|
110
|
+
cell: function cell(h, _ref2) {
|
|
111
|
+
var row = _ref2.row;
|
|
112
|
+
return (0, _vue.createVNode)(_index.default, {
|
|
96
113
|
"checked": isDatasetDataSelected(row),
|
|
97
|
-
"onChange": (checked)
|
|
98
|
-
|
|
114
|
+
"onChange": function onChange(checked) {
|
|
115
|
+
return handleSelect(row, checked);
|
|
116
|
+
}
|
|
117
|
+
}, null);
|
|
118
|
+
}
|
|
99
119
|
},
|
|
100
120
|
{
|
|
101
121
|
colKey: 'id',
|
|
@@ -103,15 +123,22 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
103
123
|
defaultShow: true,
|
|
104
124
|
fixed: 'left',
|
|
105
125
|
title: 'ID',
|
|
106
|
-
cell: (h,
|
|
126
|
+
cell: function cell(h, _ref3) {
|
|
127
|
+
var row = _ref3.row, rowIndex = _ref3.rowIndex;
|
|
128
|
+
return (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-button"), {
|
|
107
129
|
"text": true,
|
|
108
130
|
"theme": "primary",
|
|
109
|
-
"onClick": ()
|
|
131
|
+
"onClick": function onClick() {
|
|
132
|
+
return handleShowEditDatasetData(row, rowIndex);
|
|
133
|
+
}
|
|
110
134
|
}, {
|
|
111
|
-
default: ()
|
|
135
|
+
default: function _default() {
|
|
136
|
+
return [
|
|
112
137
|
row.id
|
|
113
|
-
]
|
|
114
|
-
|
|
138
|
+
];
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
}
|
|
115
142
|
},
|
|
116
143
|
{
|
|
117
144
|
colKey: 'status',
|
|
@@ -119,27 +146,35 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
119
146
|
title: '审核状态',
|
|
120
147
|
defaultShow: true,
|
|
121
148
|
width: 120,
|
|
122
|
-
cell: (h,
|
|
149
|
+
cell: function cell(h, _ref4) {
|
|
150
|
+
var row = _ref4.row;
|
|
151
|
+
return (0, _vue.createVNode)(_index3.default, {
|
|
123
152
|
"status": props.reviewDataset ? row.reviewStatus : row.status,
|
|
124
153
|
"name": props.reviewDataset ? row.reviewStatusName : row.statusName
|
|
125
|
-
}, null)
|
|
154
|
+
}, null);
|
|
155
|
+
}
|
|
126
156
|
},
|
|
127
157
|
{
|
|
128
158
|
colKey: 'level',
|
|
129
159
|
ellipsis: true,
|
|
130
160
|
title: '质量等级',
|
|
131
161
|
defaultShow: true,
|
|
132
|
-
cell: (h,
|
|
162
|
+
cell: function cell(h, _ref5) {
|
|
163
|
+
var row = _ref5.row;
|
|
164
|
+
return (0, _vue.createVNode)(_index2.default, {
|
|
133
165
|
"level": props.reviewDataset ? row.reviewLevel : row.level,
|
|
134
166
|
"reviewReason": row.reviewReason
|
|
135
|
-
}, null)
|
|
167
|
+
}, null);
|
|
168
|
+
}
|
|
136
169
|
},
|
|
137
170
|
{
|
|
138
171
|
colKey: 'isValid',
|
|
139
172
|
ellipsis: true,
|
|
140
173
|
title: '有效性',
|
|
141
174
|
defaultShow: true,
|
|
142
|
-
cell: (h,
|
|
175
|
+
cell: function cell(h, _ref6) {
|
|
176
|
+
var row = _ref6.row;
|
|
177
|
+
return (0, _vue.createVNode)(_index4.default, {
|
|
143
178
|
"id": row.id,
|
|
144
179
|
"isValid": row.isValid,
|
|
145
180
|
"datasetId": props.datasetId,
|
|
@@ -148,40 +183,49 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
148
183
|
"manageDataset": props.manageDataset,
|
|
149
184
|
"isInternal": props.isInternal,
|
|
150
185
|
"onUpdate": handleUpdate
|
|
151
|
-
}, null)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
186
|
+
}, null);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
].concat((0, _toConsumableArray2.default)(Object.keys(props.schema).map(function(key) {
|
|
190
|
+
return {
|
|
191
|
+
colKey: key,
|
|
192
|
+
title: key,
|
|
193
|
+
defaultShow: true,
|
|
194
|
+
ellipsis: false,
|
|
195
|
+
cell: function cell(h, _ref7) {
|
|
196
|
+
var row = _ref7.row;
|
|
197
|
+
var _a, _b;
|
|
198
|
+
return (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-popover"), {
|
|
199
|
+
"arrow": false,
|
|
200
|
+
"theme": "light",
|
|
201
|
+
"placement": "left",
|
|
202
|
+
"ext-cls": "g-max-width-400 g-white-space-pre-line g-max-height-80vh g-scrollbar-page",
|
|
203
|
+
"content": (0, _vue.createVNode)("section", null, [
|
|
204
|
+
((_a = row.data) === null || _a === void 0 ? void 0 : _a[key]) || '--'
|
|
205
|
+
])
|
|
206
|
+
}, {
|
|
207
|
+
default: function _default() {
|
|
208
|
+
return [
|
|
209
|
+
(0, _vue.createVNode)("section", {
|
|
210
|
+
"class": "g-max-truncate"
|
|
211
|
+
}, [
|
|
212
|
+
((_b = row.data) === null || _b === void 0 ? void 0 : _b[key]) || '--'
|
|
213
|
+
])
|
|
214
|
+
];
|
|
215
|
+
}
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
})), [
|
|
179
220
|
{
|
|
180
221
|
colKey: 'sourceType',
|
|
181
222
|
ellipsis: true,
|
|
182
223
|
defaultShow: true,
|
|
183
224
|
title: '数据来源',
|
|
184
|
-
cell: (h,
|
|
225
|
+
cell: function cell(h, _ref8) {
|
|
226
|
+
var row = _ref8.row;
|
|
227
|
+
return dataSourceMap[row.sourceType] || '--';
|
|
228
|
+
}
|
|
185
229
|
},
|
|
186
230
|
{
|
|
187
231
|
colKey: 'updatedAt',
|
|
@@ -195,7 +239,13 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
195
239
|
{
|
|
196
240
|
colKey: 'updatedBy',
|
|
197
241
|
ellipsis: true,
|
|
198
|
-
title: '更新人'
|
|
242
|
+
title: '更新人',
|
|
243
|
+
cell: function cell(h, _ref9) {
|
|
244
|
+
var row = _ref9.row;
|
|
245
|
+
return (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-user-display-name"), {
|
|
246
|
+
"user-id": row.updatedBy
|
|
247
|
+
}, null);
|
|
248
|
+
}
|
|
199
249
|
},
|
|
200
250
|
{
|
|
201
251
|
colKey: 'createdAt',
|
|
@@ -209,7 +259,13 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
209
259
|
colKey: 'createdBy',
|
|
210
260
|
ellipsis: true,
|
|
211
261
|
title: '创建人',
|
|
212
|
-
sortKey: 'created_at'
|
|
262
|
+
sortKey: 'created_at',
|
|
263
|
+
cell: function cell(h, _ref0) {
|
|
264
|
+
var row = _ref0.row;
|
|
265
|
+
return (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-user-display-name"), {
|
|
266
|
+
"user-id": row.createdBy
|
|
267
|
+
}, null);
|
|
268
|
+
}
|
|
213
269
|
},
|
|
214
270
|
{
|
|
215
271
|
colKey: 'operations',
|
|
@@ -218,139 +274,195 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
218
274
|
title: '操作',
|
|
219
275
|
fixed: 'right',
|
|
220
276
|
width: '250',
|
|
221
|
-
cell: (h,
|
|
222
|
-
|
|
277
|
+
cell: function cell(h, _ref1) {
|
|
278
|
+
var row = _ref1.row, rowIndex = _ref1.rowIndex;
|
|
279
|
+
return (0, _vue.createVNode)(_vue.Fragment, null, [
|
|
280
|
+
(0, _vue.createVNode)((0, _vue.resolveComponent)("bk-button"), {
|
|
223
281
|
"class": {
|
|
224
282
|
'g-disabled': !handleCalcHasManagePermission()
|
|
225
283
|
},
|
|
226
284
|
"text": true,
|
|
227
285
|
"theme": "primary",
|
|
228
|
-
"onMouseenter": ()
|
|
229
|
-
|
|
286
|
+
"onMouseenter": function onMouseenter() {
|
|
287
|
+
return handleMouseEnter(handleCalcHasManagePermission());
|
|
288
|
+
},
|
|
289
|
+
"onMousemove": function onMousemove(event) {
|
|
290
|
+
return handleMouseMove(event, handleCalcHasManagePermission());
|
|
291
|
+
},
|
|
230
292
|
"onMouseleave": handleMouseLeave,
|
|
231
|
-
"onClick":
|
|
293
|
+
"onClick": function onClick() {
|
|
294
|
+
return handlePermissionMouseClick(row, function() {
|
|
295
|
+
return handleShowEditDatasetData(row, rowIndex);
|
|
296
|
+
});
|
|
297
|
+
}
|
|
232
298
|
}, {
|
|
233
|
-
default: ()
|
|
234
|
-
|
|
235
|
-
|
|
299
|
+
default: function _default() {
|
|
300
|
+
return [
|
|
301
|
+
(0, _vue.createTextVNode)("\u7F16\u8F91")
|
|
302
|
+
];
|
|
303
|
+
}
|
|
236
304
|
}),
|
|
237
|
-
props.reviewDataset && props.isInternal && row.reviewStatus !== DatasetDataReviewStatus.AIReviewing &&
|
|
305
|
+
props.reviewDataset && props.isInternal && row.reviewStatus !== _enum.DatasetDataReviewStatus.AIReviewing && (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-button"), {
|
|
238
306
|
"class": "g-ml-10",
|
|
239
307
|
"text": true,
|
|
240
308
|
"theme": "primary",
|
|
241
|
-
"onClick": ()
|
|
309
|
+
"onClick": function onClick() {
|
|
310
|
+
return handleReviewDatasetData(rowIndex);
|
|
311
|
+
}
|
|
242
312
|
}, {
|
|
243
|
-
default: ()
|
|
244
|
-
|
|
245
|
-
|
|
313
|
+
default: function _default() {
|
|
314
|
+
return [
|
|
315
|
+
(0, _vue.createTextVNode)("\u4EBA\u5DE5\u5BA1\u6838")
|
|
316
|
+
];
|
|
317
|
+
}
|
|
246
318
|
}),
|
|
247
|
-
props.reviewDataset && props.isInternal && row.reviewStatus === DatasetDataReviewStatus.AIReviewFailed &&
|
|
319
|
+
props.reviewDataset && props.isInternal && row.reviewStatus === _enum.DatasetDataReviewStatus.AIReviewFailed && (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-button"), {
|
|
248
320
|
"class": "g-ml-10",
|
|
249
321
|
"text": true,
|
|
250
322
|
"theme": "primary",
|
|
251
|
-
"onClick": ()
|
|
323
|
+
"onClick": function onClick() {
|
|
324
|
+
return handleRetryReviewDatasetData(row);
|
|
325
|
+
}
|
|
252
326
|
}, {
|
|
253
|
-
default: ()
|
|
254
|
-
|
|
255
|
-
|
|
327
|
+
default: function _default() {
|
|
328
|
+
return [
|
|
329
|
+
(0, _vue.createTextVNode)("\u91CD\u8BD5")
|
|
330
|
+
];
|
|
331
|
+
}
|
|
256
332
|
}),
|
|
257
|
-
|
|
333
|
+
(0, _vue.createVNode)(_index8.default, {
|
|
258
334
|
"placement": "bottom-start",
|
|
259
335
|
"theme": "light",
|
|
260
|
-
"ref": (el)
|
|
336
|
+
"ref": function ref(el) {
|
|
337
|
+
return popoverRef.value[row.id] = el;
|
|
338
|
+
}
|
|
261
339
|
}, {
|
|
262
|
-
content: ()
|
|
340
|
+
content: function content() {
|
|
341
|
+
return (0, _vue.createVNode)("ul", {
|
|
263
342
|
"class": [
|
|
264
343
|
'g-more-menu',
|
|
265
|
-
|
|
344
|
+
"dataset-data-origin-table-".concat(row.id)
|
|
266
345
|
]
|
|
267
346
|
}, [
|
|
268
|
-
|
|
269
|
-
"onClick": ()
|
|
347
|
+
(0, _vue.createVNode)("li", {
|
|
348
|
+
"onClick": function onClick() {
|
|
349
|
+
return handleHidePopover(row);
|
|
350
|
+
}
|
|
270
351
|
}, [
|
|
271
|
-
|
|
352
|
+
(0, _vue.createVNode)((0, _vue.resolveComponent)("bk-button"), {
|
|
272
353
|
"text": true,
|
|
273
354
|
"class": {
|
|
274
355
|
'g-disabled': !handleCalcHasManagePermission()
|
|
275
356
|
},
|
|
276
|
-
"onMouseenter": ()
|
|
277
|
-
|
|
357
|
+
"onMouseenter": function onMouseenter() {
|
|
358
|
+
return handleMouseEnter(handleCalcHasManagePermission());
|
|
359
|
+
},
|
|
360
|
+
"onMousemove": function onMousemove(event) {
|
|
361
|
+
return handleMouseMove(event, handleCalcHasManagePermission());
|
|
362
|
+
},
|
|
278
363
|
"onMouseleave": handleMouseLeave,
|
|
279
|
-
"onClick": ()
|
|
364
|
+
"onClick": function onClick() {
|
|
365
|
+
return handlePermissionMouseClick(row, function() {
|
|
366
|
+
return handleShowOperationRecord(row);
|
|
367
|
+
});
|
|
368
|
+
}
|
|
280
369
|
}, {
|
|
281
|
-
default: ()
|
|
282
|
-
|
|
283
|
-
|
|
370
|
+
default: function _default() {
|
|
371
|
+
return [
|
|
372
|
+
(0, _vue.createTextVNode)("\u64CD\u4F5C\u8BB0\u5F55")
|
|
373
|
+
];
|
|
374
|
+
}
|
|
284
375
|
})
|
|
285
376
|
]),
|
|
286
|
-
|
|
377
|
+
(0, _vue.createVNode)((0, _vue.resolveComponent)("bk-pop-confirm"), {
|
|
287
378
|
"trigger": "manual",
|
|
288
379
|
"title": "\u786E\u8BA4\u5220\u9664\uFF1F",
|
|
289
380
|
"content": "\u5220\u9664\u64CD\u4F5C\u65E0\u6CD5\u64A4\u56DE\uFF0C\u8BF7\u8C28\u614E\u64CD\u4F5C\uFF01",
|
|
290
381
|
"placement": "left",
|
|
291
382
|
"extCls": "g-confirm-delete",
|
|
292
383
|
"width": 280,
|
|
293
|
-
"boundary":
|
|
294
|
-
"ref": (el)
|
|
295
|
-
|
|
296
|
-
|
|
384
|
+
"boundary": ".dataset-data-origin-table-".concat(row.id),
|
|
385
|
+
"ref": function ref(el) {
|
|
386
|
+
return deleteRef.value[row.id] = el;
|
|
387
|
+
},
|
|
388
|
+
"onConfirm": function onConfirm() {
|
|
389
|
+
return handleDeleteDatasetData(row);
|
|
390
|
+
},
|
|
391
|
+
"onCancel": function onCancel() {
|
|
392
|
+
return handleHidePopover(row);
|
|
393
|
+
}
|
|
297
394
|
}, {
|
|
298
|
-
default: ()
|
|
299
|
-
|
|
395
|
+
default: function _default() {
|
|
396
|
+
return [
|
|
397
|
+
(0, _vue.createVNode)("li", {
|
|
300
398
|
"class": {
|
|
301
399
|
'g-disabled': !handleCalcHasManagePermission()
|
|
302
400
|
},
|
|
303
|
-
"onMouseenter": ()
|
|
304
|
-
|
|
401
|
+
"onMouseenter": function onMouseenter() {
|
|
402
|
+
return handleMouseEnter(handleCalcHasManagePermission());
|
|
403
|
+
},
|
|
404
|
+
"onMousemove": function onMousemove(event) {
|
|
405
|
+
return handleMouseMove(event, handleCalcHasManagePermission());
|
|
406
|
+
},
|
|
305
407
|
"onMouseleave": handleMouseLeave,
|
|
306
|
-
"onClick": ()
|
|
408
|
+
"onClick": function onClick() {
|
|
409
|
+
return handlePermissionMouseClick(row, function() {
|
|
410
|
+
return handleShowDelete(row);
|
|
411
|
+
});
|
|
412
|
+
}
|
|
307
413
|
}, [
|
|
308
|
-
|
|
414
|
+
(0, _vue.createTextVNode)("\u5220\u9664")
|
|
309
415
|
])
|
|
310
|
-
]
|
|
416
|
+
];
|
|
417
|
+
}
|
|
311
418
|
})
|
|
312
|
-
])
|
|
313
|
-
|
|
419
|
+
]);
|
|
420
|
+
},
|
|
421
|
+
trigger: function trigger() {
|
|
422
|
+
return (0, _vue.createVNode)("i", {
|
|
314
423
|
"class": [
|
|
315
424
|
'ai-ui-sdk-icon ai-ui-sdk-gengduo-2',
|
|
316
425
|
'g-text-16 g-p-2 g-ml-12 g-text-blue g-cursor-pointer',
|
|
317
426
|
'g-hover-bg-light-gray g-hover-round'
|
|
318
427
|
]
|
|
319
|
-
}, null)
|
|
428
|
+
}, null);
|
|
429
|
+
}
|
|
320
430
|
})
|
|
321
|
-
])
|
|
431
|
+
]);
|
|
432
|
+
}
|
|
322
433
|
}
|
|
323
|
-
];
|
|
324
|
-
|
|
434
|
+
]);
|
|
435
|
+
};
|
|
436
|
+
var handleUpdateSearch = function handleUpdateSearch(search) {
|
|
325
437
|
emits('update:search', search);
|
|
326
438
|
};
|
|
327
|
-
|
|
439
|
+
var handleCalcHasManagePermission = function handleCalcHasManagePermission() {
|
|
328
440
|
return !props.isInternal || props.manageDataset;
|
|
329
441
|
};
|
|
330
|
-
|
|
442
|
+
var handlePermissionMouseClick = function handlePermissionMouseClick(row, callBack) {
|
|
331
443
|
handleMouseClick(callBack, handleCalcHasManagePermission(), [
|
|
332
|
-
ResourcePermissionAction.ManageDataset
|
|
444
|
+
_enum.ResourcePermissionAction.ManageDataset
|
|
333
445
|
], props.datasetId);
|
|
334
446
|
};
|
|
335
|
-
|
|
447
|
+
var handleShowEditDatasetData = function handleShowEditDatasetData(row, index) {
|
|
336
448
|
isShowEditDatasetData.value = true;
|
|
337
449
|
tempDatasetData.value = row;
|
|
338
450
|
tempDatasetDataIndex.value = index + (pagination.value.current - 1) * pagination.value.limit;
|
|
339
451
|
};
|
|
340
|
-
|
|
452
|
+
var handleShowOperationRecord = function handleShowOperationRecord(row) {
|
|
341
453
|
isShowOperationRecord.value = true;
|
|
342
454
|
tempDatasetData.value = row;
|
|
343
455
|
};
|
|
344
|
-
|
|
456
|
+
var handleReviewDatasetData = function handleReviewDatasetData(index) {
|
|
345
457
|
isShowReviewDatasetData.value = true;
|
|
346
458
|
tempDatasetDataIndex.value = index + (pagination.value.current - 1) * pagination.value.limit;
|
|
347
459
|
};
|
|
348
|
-
|
|
460
|
+
var handleUpdate = function handleUpdate() {
|
|
349
461
|
// 通知父元素进行更新
|
|
350
462
|
emits('update');
|
|
351
463
|
};
|
|
352
|
-
|
|
353
|
-
|
|
464
|
+
var handleRetryReviewDatasetData = function handleRetryReviewDatasetData(row) {
|
|
465
|
+
var data = {
|
|
354
466
|
datasetId: props.datasetId,
|
|
355
467
|
datasetItemIds: [
|
|
356
468
|
row.id
|
|
@@ -358,101 +470,140 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
358
470
|
};
|
|
359
471
|
batchRetryReviewDatasetData(data).then(handleUpdate);
|
|
360
472
|
};
|
|
361
|
-
|
|
473
|
+
var handleHidePopover = function handleHidePopover(row) {
|
|
362
474
|
popoverRef.value[row.id].hide();
|
|
363
475
|
};
|
|
364
|
-
|
|
476
|
+
var handleShowDelete = function handleShowDelete(row) {
|
|
365
477
|
deleteRef.value[row.id].popoverRef.show();
|
|
366
478
|
};
|
|
367
|
-
|
|
479
|
+
var handleDeleteDatasetData = function handleDeleteDatasetData(row) {
|
|
368
480
|
handleHidePopover(row);
|
|
369
481
|
deleteDatasetData(row.id).then(handleUpdate);
|
|
370
482
|
};
|
|
371
|
-
|
|
372
|
-
return props.selectedDatasetDataIds.some((selectedDatasetDataId)
|
|
483
|
+
var isDatasetDataSelected = function isDatasetDataSelected(data) {
|
|
484
|
+
return props.selectedDatasetDataIds.some(function(selectedDatasetDataId) {
|
|
485
|
+
return data.id === selectedDatasetDataId;
|
|
486
|
+
});
|
|
373
487
|
};
|
|
374
|
-
|
|
488
|
+
var getSelectionLabel = function getSelectionLabel() {
|
|
375
489
|
// 全选
|
|
376
|
-
|
|
490
|
+
var checked = tableData.value.length > 0 ? tableData.value.every(function(item) {
|
|
491
|
+
return isDatasetDataSelected(item);
|
|
492
|
+
}) : false;
|
|
377
493
|
// 半选
|
|
378
|
-
|
|
494
|
+
var indeterminate = !checked && tableData.value.some(function(item) {
|
|
495
|
+
return isDatasetDataSelected(item);
|
|
496
|
+
});
|
|
379
497
|
// 是否选择了全部数据
|
|
380
|
-
|
|
381
|
-
return
|
|
498
|
+
var isAllChecked = props.selectedDatasetDataIds.length >= pagination.value.count;
|
|
499
|
+
return (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-dropdown"), {
|
|
382
500
|
"popoverOptions": {
|
|
383
501
|
hideIgnoreReference: true
|
|
384
502
|
},
|
|
385
503
|
"placement": "bottom-start"
|
|
386
504
|
}, {
|
|
387
|
-
default: ()
|
|
505
|
+
default: function _default() {
|
|
506
|
+
return (0, _vue.createVNode)(_index.default, {
|
|
388
507
|
"checked": checked,
|
|
389
508
|
"indeterminate": indeterminate
|
|
390
|
-
}, null)
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
509
|
+
}, null);
|
|
510
|
+
},
|
|
511
|
+
content: function content() {
|
|
512
|
+
return (0, _vue.createVNode)((0, _vue.resolveComponent)("bk-dropdown-menu"), null, {
|
|
513
|
+
default: function _default() {
|
|
514
|
+
return [
|
|
515
|
+
(0, _vue.createVNode)((0, _vue.resolveComponent)("bk-dropdown-item"), {
|
|
516
|
+
"onClick": function onClick() {
|
|
517
|
+
return handleSelectPageAll(!checked);
|
|
518
|
+
}
|
|
395
519
|
}, {
|
|
396
|
-
default: ()
|
|
520
|
+
default: function _default() {
|
|
521
|
+
return [
|
|
397
522
|
checked ? '取消选择本页' : '选择本页'
|
|
398
|
-
]
|
|
523
|
+
];
|
|
524
|
+
}
|
|
399
525
|
}),
|
|
400
|
-
|
|
401
|
-
"onClick": ()
|
|
526
|
+
(0, _vue.createVNode)((0, _vue.resolveComponent)("bk-dropdown-item"), {
|
|
527
|
+
"onClick": function onClick() {
|
|
528
|
+
return handleSelectAll(!isAllChecked);
|
|
529
|
+
}
|
|
402
530
|
}, {
|
|
403
|
-
default: ()
|
|
531
|
+
default: function _default() {
|
|
532
|
+
return [
|
|
404
533
|
isAllChecked ? '取消选择全部' : '选择全部'
|
|
405
|
-
]
|
|
534
|
+
];
|
|
535
|
+
}
|
|
406
536
|
})
|
|
407
|
-
]
|
|
408
|
-
|
|
537
|
+
];
|
|
538
|
+
}
|
|
539
|
+
});
|
|
540
|
+
}
|
|
409
541
|
});
|
|
410
542
|
};
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
...props.selectedDatasetDataIds
|
|
414
|
-
];
|
|
543
|
+
var handleSelect = function handleSelect(row, checked) {
|
|
544
|
+
var selectedDatasetDataIds = (0, _toConsumableArray2.default)(props.selectedDatasetDataIds);
|
|
415
545
|
if (checked) {
|
|
416
546
|
selectedDatasetDataIds.push(row.id);
|
|
417
547
|
} else {
|
|
418
|
-
selectedDatasetDataIds = selectedDatasetDataIds.filter((selectedDatasetDataId)
|
|
548
|
+
selectedDatasetDataIds = selectedDatasetDataIds.filter(function(selectedDatasetDataId) {
|
|
549
|
+
return selectedDatasetDataId !== row.id;
|
|
550
|
+
});
|
|
419
551
|
}
|
|
420
552
|
emits('update:selectedDatasetDataIds', selectedDatasetDataIds);
|
|
421
553
|
};
|
|
422
|
-
|
|
554
|
+
var clearSelected = function clearSelected() {
|
|
423
555
|
emits('update:selectedDatasetDataIds', []);
|
|
424
556
|
};
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
];
|
|
429
|
-
tableData.value.forEach((data)=>{
|
|
557
|
+
var handleSelectPageAll = function handleSelectPageAll(checked) {
|
|
558
|
+
var selectedDatasetDataIds = (0, _toConsumableArray2.default)(props.selectedDatasetDataIds);
|
|
559
|
+
tableData.value.forEach(function(data) {
|
|
430
560
|
// 全选
|
|
431
561
|
if (!isDatasetDataSelected(data) && checked) {
|
|
432
562
|
selectedDatasetDataIds.push(data.id);
|
|
433
563
|
}
|
|
434
564
|
// 取消全选
|
|
435
565
|
if (isDatasetDataSelected(data) && !checked) {
|
|
436
|
-
selectedDatasetDataIds = selectedDatasetDataIds.filter((id)
|
|
566
|
+
selectedDatasetDataIds = selectedDatasetDataIds.filter(function(id) {
|
|
567
|
+
return id !== data.id;
|
|
568
|
+
});
|
|
437
569
|
}
|
|
438
570
|
});
|
|
439
571
|
emits('update:selectedDatasetDataIds', selectedDatasetDataIds);
|
|
440
572
|
};
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
573
|
+
var handleSelectAll = function handleSelectAll(checked) {
|
|
574
|
+
return __awaiter(_this, void 0, void 0, /*#__PURE__*/ regeneratorRuntime.mark(function _callee() {
|
|
575
|
+
var selectedDatasetDataIds;
|
|
576
|
+
return regeneratorRuntime.wrap(function(_context) {
|
|
577
|
+
while(1)switch(_context.prev = _context.next){
|
|
578
|
+
case 0:
|
|
579
|
+
selectedDatasetDataIds = [];
|
|
580
|
+
if (!checked) {
|
|
581
|
+
_context.next = 2;
|
|
582
|
+
break;
|
|
583
|
+
}
|
|
584
|
+
_context.next = 1;
|
|
585
|
+
return getDatasetDataIds(Object.assign({
|
|
586
|
+
datasetId: props.datasetId
|
|
587
|
+
}, props.search));
|
|
588
|
+
case 1:
|
|
589
|
+
selectedDatasetDataIds = _context.sent;
|
|
590
|
+
case 2:
|
|
591
|
+
emits('update:selectedDatasetDataIds', selectedDatasetDataIds);
|
|
592
|
+
case 3:
|
|
593
|
+
case "end":
|
|
594
|
+
return _context.stop();
|
|
595
|
+
}
|
|
596
|
+
}, _callee);
|
|
597
|
+
}));
|
|
598
|
+
};
|
|
599
|
+
var handleGetDatasetDataList = function handleGetDatasetDataList(params) {
|
|
451
600
|
return getDatasetDataList(Object.assign(Object.assign({
|
|
452
601
|
datasetId: props.datasetId
|
|
453
602
|
}, props.search), params));
|
|
454
603
|
};
|
|
455
|
-
watch(()
|
|
604
|
+
(0, _vue.watch)(function() {
|
|
605
|
+
return props.search;
|
|
606
|
+
}, function() {
|
|
456
607
|
clearSelected();
|
|
457
608
|
initHook(handleGetDatasetDataList, true);
|
|
458
609
|
resetPagination();
|
|
@@ -462,24 +613,24 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
462
613
|
deep: true
|
|
463
614
|
});
|
|
464
615
|
__expose({
|
|
465
|
-
triggerApi
|
|
616
|
+
triggerApi: triggerApi
|
|
466
617
|
});
|
|
467
|
-
return (_ctx, _cache)
|
|
618
|
+
return function(_ctx, _cache) {
|
|
468
619
|
var _a;
|
|
469
|
-
return
|
|
470
|
-
|
|
620
|
+
return (0, _vue.openBlock)(), (0, _vue.createElementBlock)(_vue.Fragment, null, [
|
|
621
|
+
(0, _vue.createVNode)(_index9.default, {
|
|
471
622
|
"row-key": "id",
|
|
472
623
|
class: "g-white-footer-table g-gray-header-table",
|
|
473
624
|
height: "calc(100% - 48px)",
|
|
474
625
|
"row-class-name": "g-height-56",
|
|
475
|
-
search:
|
|
476
|
-
pagination:
|
|
626
|
+
search: __props.search,
|
|
627
|
+
pagination: (0, _vue.unref)(pagination),
|
|
477
628
|
columns: getColumns(),
|
|
478
|
-
"is-loading":
|
|
479
|
-
"table-data":
|
|
480
|
-
onPageChange:
|
|
481
|
-
onPageSizeChange:
|
|
482
|
-
onSortChange:
|
|
629
|
+
"is-loading": (0, _vue.unref)(isLoading),
|
|
630
|
+
"table-data": (0, _vue.unref)(tableData),
|
|
631
|
+
onPageChange: (0, _vue.unref)(handlePageChange),
|
|
632
|
+
onPageSizeChange: (0, _vue.unref)(handlePageSizeChange),
|
|
633
|
+
onSortChange: (0, _vue.unref)(handleSortChange),
|
|
483
634
|
"onUpdate:search": handleUpdateSearch
|
|
484
635
|
}, null, 8 /* PROPS */ , [
|
|
485
636
|
"search",
|
|
@@ -491,13 +642,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
491
642
|
"onPageSizeChange",
|
|
492
643
|
"onSortChange"
|
|
493
644
|
]),
|
|
494
|
-
|
|
645
|
+
(0, _vue.createVNode)(_index6.default, {
|
|
495
646
|
modelValue: isShowOperationRecord.value,
|
|
496
|
-
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event)
|
|
497
|
-
|
|
647
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = function($event) {
|
|
648
|
+
return isShowOperationRecord.value = $event;
|
|
649
|
+
}),
|
|
650
|
+
"dataset-id": __props.datasetId,
|
|
498
651
|
"dataset-data-id": (_a = tempDatasetData.value) === null || _a === void 0 ? void 0 : _a.id,
|
|
499
|
-
"api-prefix":
|
|
500
|
-
"space-id":
|
|
652
|
+
"api-prefix": __props.apiPrefix,
|
|
653
|
+
"space-id": __props.spaceId
|
|
501
654
|
}, null, 8 /* PROPS */ , [
|
|
502
655
|
"modelValue",
|
|
503
656
|
"dataset-id",
|
|
@@ -505,17 +658,19 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
505
658
|
"api-prefix",
|
|
506
659
|
"space-id"
|
|
507
660
|
]),
|
|
508
|
-
|
|
661
|
+
(0, _vue.createVNode)(_index5.default, {
|
|
509
662
|
modelValue: isShowEditDatasetData.value,
|
|
510
|
-
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event)
|
|
663
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = function($event) {
|
|
664
|
+
return isShowEditDatasetData.value = $event;
|
|
665
|
+
}),
|
|
511
666
|
index: tempDatasetDataIndex.value,
|
|
512
|
-
"dataset-id":
|
|
513
|
-
search:
|
|
514
|
-
"api-prefix":
|
|
515
|
-
"space-id":
|
|
516
|
-
schema:
|
|
517
|
-
"manage-dataset":
|
|
518
|
-
"is-internal":
|
|
667
|
+
"dataset-id": __props.datasetId,
|
|
668
|
+
search: __props.search,
|
|
669
|
+
"api-prefix": __props.apiPrefix,
|
|
670
|
+
"space-id": __props.spaceId,
|
|
671
|
+
schema: __props.schema,
|
|
672
|
+
"manage-dataset": __props.manageDataset,
|
|
673
|
+
"is-internal": __props.isInternal,
|
|
519
674
|
onSuccessEdit: handleUpdate
|
|
520
675
|
}, null, 8 /* PROPS */ , [
|
|
521
676
|
"modelValue",
|
|
@@ -528,14 +683,16 @@ export default /*@__PURE__*/ _defineComponent({
|
|
|
528
683
|
"manage-dataset",
|
|
529
684
|
"is-internal"
|
|
530
685
|
]),
|
|
531
|
-
|
|
686
|
+
(0, _vue.createVNode)(_index7.default, {
|
|
532
687
|
modelValue: isShowReviewDatasetData.value,
|
|
533
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event)
|
|
688
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = function($event) {
|
|
689
|
+
return isShowReviewDatasetData.value = $event;
|
|
690
|
+
}),
|
|
534
691
|
index: tempDatasetDataIndex.value,
|
|
535
|
-
"dataset-id":
|
|
536
|
-
search:
|
|
537
|
-
"api-prefix":
|
|
538
|
-
"space-id":
|
|
692
|
+
"dataset-id": __props.datasetId,
|
|
693
|
+
search: __props.search,
|
|
694
|
+
"api-prefix": __props.apiPrefix,
|
|
695
|
+
"space-id": __props.spaceId,
|
|
539
696
|
onSuccessReview: handleUpdate
|
|
540
697
|
}, null, 8 /* PROPS */ , [
|
|
541
698
|
"modelValue",
|