qidian-vue-ui 1.0.73 → 1.0.75
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/service/types.d.ts +5 -2
- package/dist/{en-US-Bn_vxxsU.js → en-US-B1cQ1yLB.js} +2 -2
- package/dist/{en-US-Bn_vxxsU.js.map → en-US-B1cQ1yLB.js.map} +1 -1
- package/dist/{en-US-eFFubRMn.mjs → en-US-CvOwuGrd.mjs} +2 -2
- package/dist/{en-US-eFFubRMn.mjs.map → en-US-CvOwuGrd.mjs.map} +1 -1
- package/dist/{index-CIDRZ5Z2.js → index-BaW5qmGW.js} +108 -9
- package/dist/{index-CIDRZ5Z2.js.map → index-BaW5qmGW.js.map} +1 -1
- package/dist/{index-DJv7PdD8.mjs → index-CtGgmcHz.mjs} +108 -9
- package/dist/{index-DJv7PdD8.mjs.map → index-CtGgmcHz.mjs.map} +1 -1
- package/dist/qidian-vue-ui.css +8 -8
- package/dist/qidian-vue-ui.js +1 -1
- package/dist/qidian-vue-ui.mjs +1 -1
- package/dist/{zh-TW-BSOP99L6.mjs → zh-TW-BN9Qqcf5.mjs} +2 -2
- package/dist/{zh-TW-BSOP99L6.mjs.map → zh-TW-BN9Qqcf5.mjs.map} +1 -1
- package/dist/{zh-TW-DX8ooDaX.js → zh-TW-DuWUTXX9.js} +2 -2
- package/dist/{zh-TW-DX8ooDaX.js.map → zh-TW-DuWUTXX9.js.map} +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Ref, UnwrapRef } from 'vue';
|
|
2
2
|
import type { ServicePaginationOptions, ServicePagination, ServicePageParams, ServicePageRes, useServicePagination, ServicePageLoadMoreOptions, useServiceLoadMore } from 'qidian-shared';
|
|
3
|
-
import type { TableRowData, TdEnhancedTableProps, TableTreeNodeExpandOptions, EnhancedTableInstanceFunctions, SelectOption, TdSelectProps, TdListProps, ListInstanceFunctions, LoadingProps } from 'tdesign-vue-next';
|
|
3
|
+
import type { TableRowData, TdEnhancedTableProps, TableTreeNodeExpandOptions, EnhancedTableInstanceFunctions, SelectOption, TdSelectProps, TdListProps, ListInstanceFunctions, LoadingProps, TScroll } from 'tdesign-vue-next';
|
|
4
4
|
export interface QdServiceTableProps<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> extends Omit<TdEnhancedTableProps<D>, 'rowKey' | 'pagination' | 'tree'>, ServicePaginationOptions<D, R, P, TP, Pag> {
|
|
5
5
|
rowKey?: string;
|
|
6
6
|
selectType?: 'single' | 'multiple';
|
|
@@ -30,10 +30,13 @@ export interface QdServiceSelectProps<D extends SelectOption = SelectOption, R =
|
|
|
30
30
|
} & ServicePageParams : UnwrapRef<Pag> extends false ? undefined : ServicePageParams) => TP | Promise<TP>;
|
|
31
31
|
}
|
|
32
32
|
export type QdServiceSelectInstanceFunctions<D extends SelectOption = SelectOption, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> = Pick<ReturnType<typeof useServiceLoadMore<D, R, P, TP, Pag>>, 'firstLoad' | 'manualTriggerLoad' | 'loading' | 'loadingMore' | 'noMore' | 'error' | 'refresh' | 'refreshAsync' | 'cancel' | 'loadMore' | 'loadMoreAsync' | 'mutate'>;
|
|
33
|
-
export interface QdServiceListProps<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> extends Omit<TdListProps, 'onLoadMore' | 'onScroll'>, ServicePageLoadMoreOptions<D, R, P, TP, Pag> {
|
|
33
|
+
export interface QdServiceListProps<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> extends Omit<TdListProps, 'scroll' | 'onLoadMore' | 'onScroll'>, ServicePageLoadMoreOptions<D, R, P, TP, Pag> {
|
|
34
34
|
data?: D[];
|
|
35
35
|
loading?: boolean;
|
|
36
36
|
loadingProps?: LoadingProps;
|
|
37
|
+
scroll?: TScroll & {
|
|
38
|
+
target?: string | Element;
|
|
39
|
+
};
|
|
37
40
|
}
|
|
38
41
|
export interface QdServiceListInstanceFunctions<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> extends ListInstanceFunctions, Pick<ReturnType<typeof useServiceLoadMore<D, R, P, TP, Pag>>, 'firstLoad' | 'manualTriggerLoad' | 'loading' | 'loadingMore' | 'noMore' | 'error' | 'refresh' | 'refreshAsync' | 'cancel' | 'loadMore' | 'loadMoreAsync' | 'mutate'> {
|
|
39
42
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
3
|
+
const index = require("./index-BaW5qmGW.js");
|
|
4
4
|
/**
|
|
5
5
|
* tdesign v1.17.1
|
|
6
6
|
* (c) 2025 tdesign
|
|
@@ -323,4 +323,4 @@ const enUS = {
|
|
|
323
323
|
}
|
|
324
324
|
};
|
|
325
325
|
exports.default = enUS;
|
|
326
|
-
//# sourceMappingURL=en-US-
|
|
326
|
+
//# sourceMappingURL=en-US-B1cQ1yLB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US-Bn_vxxsU.js","sources":["../../../node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs","../src/locales/en-US.ts"],"sourcesContent":["/**\n * tdesign v1.17.1\n * (c) 2025 tdesign\n * @license MIT\n */\n\nimport { c as commonjsGlobal, g as getDefaultExportFromCjs } from '../_chunks/dep-8c6ad426.mjs';\n\nvar en$2 = {exports: {}};\n\nvar en = en$2.exports;\n(function (module, exports) {\n !function (e, n) {\n \"object\" == 'object' && \"undefined\" != 'object' ? module.exports = n() : \"function\" == typeof undefined && undefined.amd ? undefined(n) : (e = \"undefined\" != typeof globalThis ? globalThis : e || self).dayjs_locale_en = n();\n }(commonjsGlobal, function () {\n \"use strict\";\n\n return {\n name: \"en\",\n weekdays: \"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),\n months: \"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),\n ordinal: function ordinal(e) {\n var n = [\"th\", \"st\", \"nd\", \"rd\"],\n t = e % 100;\n return \"[\" + e + (n[(t - 20) % 10] || n[t] || n[0]) + \"]\";\n }\n };\n });\n})(en$2, en$2.exports);\nvar enExports = en$2.exports;\nvar en$1 = /*@__PURE__*/getDefaultExportFromCjs(enExports);\n\nvar enUs = {\n autoComplete: {\n empty: \"Empty Data\"\n },\n pagination: {\n itemsPerPage: \"{size} / page\",\n jumpTo: \"Jump to\",\n page: \"\",\n total: \"no items | 1 item | {count} items\"\n },\n cascader: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n calendar: {\n yearSelection: \"{year}\",\n monthSelection: \"{month}\",\n yearRadio: \"year\",\n monthRadio: \"month\",\n hideWeekend: \"Hide Week\",\n showWeekend: \"Show Week\",\n today: \"Today\",\n thisMonth: \"This Month\",\n week: \"Monday,Tuesday,Wedsday,Thuresday,Friday,Saturday,Sunday\",\n cellMonth: \"January,February,March,April,May,June,July,August,September,October,November,December\"\n },\n transfer: {\n title: \"{checked} / {total}\",\n empty: \"Empty Data\",\n placeholder: \"enter keyword to search\"\n },\n timePicker: {\n dayjsLocale: \"en\",\n now: \"Now\",\n confirm: \"Confirm\",\n anteMeridiem: \"AM\",\n postMeridiem: \"PM\",\n placeholder: \"please select\"\n },\n dialog: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n drawer: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n popconfirm: {\n confirm: {\n content: \"OK\"\n },\n cancel: {\n content: \"Cancel\"\n }\n },\n table: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\",\n filterInputPlaceholder: \"\",\n sortAscendingOperationText: \"click to sort ascending\",\n sortCancelOperationText: \"click to cancel sorting\",\n sortDescendingOperationText: \"click to sort descending\",\n clearFilterResultButtonText: \"Clear\",\n columnConfigButtonText: \"Column Config\",\n columnConfigTitleText: \"Table Column Config\",\n columnConfigDescriptionText: \"Please select columns to show them in the table\",\n confirmText: \"Confirm\",\n cancelText: \"Cancel\",\n resetText: \"Reset\",\n selectAllText: \"Select All\",\n searchResultText: 'Search \"{result}\". Found no items. | Search \"{result}\". Found 1 item. | Search \"{result}\". Found {count} items.'\n },\n select: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n tree: {\n empty: \"Empty Data\"\n },\n treeSelect: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n datePicker: {\n dayjsLocale: \"en\",\n placeholder: {\n date: \"select date\",\n month: \"select month\",\n year: \"select year\",\n quarter: \"select quarter\",\n week: \"select week\"\n },\n weekdays: [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"],\n months: [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"],\n quarters: [\"Q1\", \"Q2\", \"Q3\", \"Q4\"],\n rangeSeparator: \" - \",\n direction: \"ltr\",\n format: \"YYYY-MM-DD\",\n dayAriaLabel: \"D\",\n yearAriaLabel: \"Y\",\n monthAriaLabel: \"M\",\n weekAbbreviation: \"W\",\n confirm: \"Confirm\",\n selectTime: \"Select Time\",\n selectDate: \"Select Date\",\n nextYear: \"Next Year\",\n preYear: \"Last Year\",\n nextMonth: \"Next Month\",\n preMonth: \"Last Month\",\n preDecade: \"Last Decade\",\n nextDecade: \"Next Decade\",\n now: \"Now\"\n },\n upload: {\n sizeLimitMessage: \"File is too large to upload. {sizeLimit}\",\n cancelUploadText: \"Cancel\",\n triggerUploadText: {\n fileInput: \"Upload\",\n image: \"Click to upload\",\n normal: \"Upload\",\n reupload: \"ReUpload\",\n continueUpload: \"Continue Upload\",\n \"delete\": \"Delete\",\n uploading: \"Uploading\"\n },\n dragger: {\n dragDropText: \"Drop here\",\n draggingText: \"Drag file to this area to upload\",\n clickAndDragText: 'Click \"Upload\" or Drag file to this area to upload'\n },\n file: {\n fileNameText: \"filename\",\n fileSizeText: \"size\",\n fileStatusText: \"status\",\n fileOperationText: \"operation\",\n fileOperationDateText: \"date\"\n },\n progress: {\n uploadingText: \"Uploading\",\n waitingText: \"Waiting\",\n failText: \"Failed\",\n successText: \"Success\"\n }\n },\n form: {\n errorMessage: {\n date: \"${name} is invalid\",\n url: \"${name} is invalid\",\n required: \"${name} is required\",\n whitespace: \"${name} cannot be empty\",\n max: \"${name} must be at least ${validate} characters\",\n min: \"${name} cannot be longer than ${validate} characters\",\n len: \"${name} must be exactly ${validate} characters\",\n \"enum\": \"${name} must be one of ${validate}\",\n idcard: \"${name} is invalid\",\n telnumber: \"${name} is invalid\",\n pattern: \"${name} is invalid\",\n validator: \"${name} is invalid\",\n \"boolean\": \"${name} is not a boolean\",\n number: \"${name} must be a number\"\n },\n colonText: \":\"\n },\n input: {\n placeholder: \"please enter\"\n },\n list: {\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\"\n },\n alert: {\n expandText: \"expand\",\n collapseText: \"collapse\"\n },\n anchor: {\n copySuccessText: \"copy the link successfully\",\n copyText: \"copy link\"\n },\n colorPicker: {\n swatchColorTitle: \"System Default\",\n recentColorTitle: \"Recently Used\",\n clearConfirmText: \"Clear recently used colors?\",\n singleColor: \"Single\",\n gradientColor: \"Gradient\"\n },\n guide: {\n finishButtonProps: {\n content: \"Finish\",\n theme: \"primary\"\n },\n nextButtonProps: {\n content: \"Next Step\",\n theme: \"primary\"\n },\n skipButtonProps: {\n content: \"Skip\",\n theme: \"default\"\n },\n prevButtonProps: {\n content: \"Last Step\",\n theme: \"default\"\n }\n },\n image: {\n errorText: \"unable to load\",\n loadingText: \"loading\"\n },\n imageViewer: {\n errorText: \"unable to load\",\n mirrorTipText: \"mirror\",\n rotateTipText: \"rotate\",\n originalSizeTipText: \"original\"\n },\n typography: {\n expandText: \"more\",\n collapseText: \"collapse\",\n copiedText: \"copied\"\n },\n rate: {\n rateText: [\"terrible\", \"disappointed\", \"normal\", \"satisfied\", \"surprised\"]\n },\n empty: {\n titleText: {\n maintenance: \"Under Construction\",\n success: \"Success\",\n fail: \"Failure\",\n empty: \"No Data\",\n networkError: \"Network Error\"\n }\n },\n descriptions: {\n colonText: \":\"\n },\n chat: {\n placeholder: \"please enter message...\",\n stopBtnText: \"stop\",\n refreshTipText: \"regenerate\",\n copyTipText: \"copy\",\n likeTipText: \"like\",\n dislikeTipText: \"dislike\",\n copyCodeBtnText: \"copy code\",\n copyCodeSuccessText: \"copied\",\n clearHistoryBtnText: \"clear history\",\n copyTextSuccess: \"copied\",\n copyTextFail: \"copy failed\",\n confirmClearHistory: \"Are you sure to clear all messages?\",\n loadingText: \"thinking...\",\n loadingEndText: \"deep thinking end\",\n uploadImageText: \"upload image\",\n uploadAttachmentText: \"upload attachment\"\n },\n qrcode: {\n expiredText: \"expired\",\n refreshText: \"refresh\",\n scannedText: \"scanned\"\n }\n};\n\nexport { enUs as default };\n//# sourceMappingURL=en_US.mjs.map\n","import enUS from 'tdesign-vue-next/es/locale/en_US'\n\nexport default {\n ...enUS,\n loading: {\n text: 'loading'\n },\n crud: {\n emptyText: 'No data available',\n searchText: 'Search',\n resetText: 'Reset',\n addText: 'Add',\n viewText: 'View',\n editText: 'Edit',\n deleteText: 'Delete',\n operationText: 'Operation',\n closeText: 'Close',\n\n deleteSuccessText: 'Delete Success',\n deleteHasChildrenText: 'Please clear the child data items of the selected data item first.',\n operationSuccessText: 'Operation Success',\n deleteWrapperBodyText: 'Are you sure you want to delete the selected data items?',\n\n collapseSearchText: 'Collapse Search',\n expandSearchText: 'Expand Search',\n refreshText: 'Refresh',\n collapseTreeText: 'Collapse all',\n expandTreeText: 'Expand all',\n columnControllerText: 'Column Configuration'\n },\n modal: {\n systemPromptText: 'System Prompt'\n },\n upload: {\n ...enUS.upload,\n fileFormatNotSupportedMessage: ['File format not supported, please upload', 'format file'],\n maxUploadMessage: ['The number of files exceeds the limit (',') , only upload files that do not exceed the limit'],\n sameNameMessage: 'Uploading files with the same name is not allowed',\n fileSizeExceedsLimit: 'file size exceeded limit, automatically filtered',\n fileUploadFailed: 'file upload failed',\n viewFileText: 'View file'\n }\n}\n"],"names":["module","exports","commonjsGlobal","enUS"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"en-US-B1cQ1yLB.js","sources":["../../../node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs","../src/locales/en-US.ts"],"sourcesContent":["/**\n * tdesign v1.17.1\n * (c) 2025 tdesign\n * @license MIT\n */\n\nimport { c as commonjsGlobal, g as getDefaultExportFromCjs } from '../_chunks/dep-8c6ad426.mjs';\n\nvar en$2 = {exports: {}};\n\nvar en = en$2.exports;\n(function (module, exports) {\n !function (e, n) {\n \"object\" == 'object' && \"undefined\" != 'object' ? module.exports = n() : \"function\" == typeof undefined && undefined.amd ? undefined(n) : (e = \"undefined\" != typeof globalThis ? globalThis : e || self).dayjs_locale_en = n();\n }(commonjsGlobal, function () {\n \"use strict\";\n\n return {\n name: \"en\",\n weekdays: \"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),\n months: \"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),\n ordinal: function ordinal(e) {\n var n = [\"th\", \"st\", \"nd\", \"rd\"],\n t = e % 100;\n return \"[\" + e + (n[(t - 20) % 10] || n[t] || n[0]) + \"]\";\n }\n };\n });\n})(en$2, en$2.exports);\nvar enExports = en$2.exports;\nvar en$1 = /*@__PURE__*/getDefaultExportFromCjs(enExports);\n\nvar enUs = {\n autoComplete: {\n empty: \"Empty Data\"\n },\n pagination: {\n itemsPerPage: \"{size} / page\",\n jumpTo: \"Jump to\",\n page: \"\",\n total: \"no items | 1 item | {count} items\"\n },\n cascader: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n calendar: {\n yearSelection: \"{year}\",\n monthSelection: \"{month}\",\n yearRadio: \"year\",\n monthRadio: \"month\",\n hideWeekend: \"Hide Week\",\n showWeekend: \"Show Week\",\n today: \"Today\",\n thisMonth: \"This Month\",\n week: \"Monday,Tuesday,Wedsday,Thuresday,Friday,Saturday,Sunday\",\n cellMonth: \"January,February,March,April,May,June,July,August,September,October,November,December\"\n },\n transfer: {\n title: \"{checked} / {total}\",\n empty: \"Empty Data\",\n placeholder: \"enter keyword to search\"\n },\n timePicker: {\n dayjsLocale: \"en\",\n now: \"Now\",\n confirm: \"Confirm\",\n anteMeridiem: \"AM\",\n postMeridiem: \"PM\",\n placeholder: \"please select\"\n },\n dialog: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n drawer: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n popconfirm: {\n confirm: {\n content: \"OK\"\n },\n cancel: {\n content: \"Cancel\"\n }\n },\n table: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\",\n filterInputPlaceholder: \"\",\n sortAscendingOperationText: \"click to sort ascending\",\n sortCancelOperationText: \"click to cancel sorting\",\n sortDescendingOperationText: \"click to sort descending\",\n clearFilterResultButtonText: \"Clear\",\n columnConfigButtonText: \"Column Config\",\n columnConfigTitleText: \"Table Column Config\",\n columnConfigDescriptionText: \"Please select columns to show them in the table\",\n confirmText: \"Confirm\",\n cancelText: \"Cancel\",\n resetText: \"Reset\",\n selectAllText: \"Select All\",\n searchResultText: 'Search \"{result}\". Found no items. | Search \"{result}\". Found 1 item. | Search \"{result}\". Found {count} items.'\n },\n select: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n tree: {\n empty: \"Empty Data\"\n },\n treeSelect: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n datePicker: {\n dayjsLocale: \"en\",\n placeholder: {\n date: \"select date\",\n month: \"select month\",\n year: \"select year\",\n quarter: \"select quarter\",\n week: \"select week\"\n },\n weekdays: [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"],\n months: [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"],\n quarters: [\"Q1\", \"Q2\", \"Q3\", \"Q4\"],\n rangeSeparator: \" - \",\n direction: \"ltr\",\n format: \"YYYY-MM-DD\",\n dayAriaLabel: \"D\",\n yearAriaLabel: \"Y\",\n monthAriaLabel: \"M\",\n weekAbbreviation: \"W\",\n confirm: \"Confirm\",\n selectTime: \"Select Time\",\n selectDate: \"Select Date\",\n nextYear: \"Next Year\",\n preYear: \"Last Year\",\n nextMonth: \"Next Month\",\n preMonth: \"Last Month\",\n preDecade: \"Last Decade\",\n nextDecade: \"Next Decade\",\n now: \"Now\"\n },\n upload: {\n sizeLimitMessage: \"File is too large to upload. {sizeLimit}\",\n cancelUploadText: \"Cancel\",\n triggerUploadText: {\n fileInput: \"Upload\",\n image: \"Click to upload\",\n normal: \"Upload\",\n reupload: \"ReUpload\",\n continueUpload: \"Continue Upload\",\n \"delete\": \"Delete\",\n uploading: \"Uploading\"\n },\n dragger: {\n dragDropText: \"Drop here\",\n draggingText: \"Drag file to this area to upload\",\n clickAndDragText: 'Click \"Upload\" or Drag file to this area to upload'\n },\n file: {\n fileNameText: \"filename\",\n fileSizeText: \"size\",\n fileStatusText: \"status\",\n fileOperationText: \"operation\",\n fileOperationDateText: \"date\"\n },\n progress: {\n uploadingText: \"Uploading\",\n waitingText: \"Waiting\",\n failText: \"Failed\",\n successText: \"Success\"\n }\n },\n form: {\n errorMessage: {\n date: \"${name} is invalid\",\n url: \"${name} is invalid\",\n required: \"${name} is required\",\n whitespace: \"${name} cannot be empty\",\n max: \"${name} must be at least ${validate} characters\",\n min: \"${name} cannot be longer than ${validate} characters\",\n len: \"${name} must be exactly ${validate} characters\",\n \"enum\": \"${name} must be one of ${validate}\",\n idcard: \"${name} is invalid\",\n telnumber: \"${name} is invalid\",\n pattern: \"${name} is invalid\",\n validator: \"${name} is invalid\",\n \"boolean\": \"${name} is not a boolean\",\n number: \"${name} must be a number\"\n },\n colonText: \":\"\n },\n input: {\n placeholder: \"please enter\"\n },\n list: {\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\"\n },\n alert: {\n expandText: \"expand\",\n collapseText: \"collapse\"\n },\n anchor: {\n copySuccessText: \"copy the link successfully\",\n copyText: \"copy link\"\n },\n colorPicker: {\n swatchColorTitle: \"System Default\",\n recentColorTitle: \"Recently Used\",\n clearConfirmText: \"Clear recently used colors?\",\n singleColor: \"Single\",\n gradientColor: \"Gradient\"\n },\n guide: {\n finishButtonProps: {\n content: \"Finish\",\n theme: \"primary\"\n },\n nextButtonProps: {\n content: \"Next Step\",\n theme: \"primary\"\n },\n skipButtonProps: {\n content: \"Skip\",\n theme: \"default\"\n },\n prevButtonProps: {\n content: \"Last Step\",\n theme: \"default\"\n }\n },\n image: {\n errorText: \"unable to load\",\n loadingText: \"loading\"\n },\n imageViewer: {\n errorText: \"unable to load\",\n mirrorTipText: \"mirror\",\n rotateTipText: \"rotate\",\n originalSizeTipText: \"original\"\n },\n typography: {\n expandText: \"more\",\n collapseText: \"collapse\",\n copiedText: \"copied\"\n },\n rate: {\n rateText: [\"terrible\", \"disappointed\", \"normal\", \"satisfied\", \"surprised\"]\n },\n empty: {\n titleText: {\n maintenance: \"Under Construction\",\n success: \"Success\",\n fail: \"Failure\",\n empty: \"No Data\",\n networkError: \"Network Error\"\n }\n },\n descriptions: {\n colonText: \":\"\n },\n chat: {\n placeholder: \"please enter message...\",\n stopBtnText: \"stop\",\n refreshTipText: \"regenerate\",\n copyTipText: \"copy\",\n likeTipText: \"like\",\n dislikeTipText: \"dislike\",\n copyCodeBtnText: \"copy code\",\n copyCodeSuccessText: \"copied\",\n clearHistoryBtnText: \"clear history\",\n copyTextSuccess: \"copied\",\n copyTextFail: \"copy failed\",\n confirmClearHistory: \"Are you sure to clear all messages?\",\n loadingText: \"thinking...\",\n loadingEndText: \"deep thinking end\",\n uploadImageText: \"upload image\",\n uploadAttachmentText: \"upload attachment\"\n },\n qrcode: {\n expiredText: \"expired\",\n refreshText: \"refresh\",\n scannedText: \"scanned\"\n }\n};\n\nexport { enUs as default };\n//# sourceMappingURL=en_US.mjs.map\n","import enUS from 'tdesign-vue-next/es/locale/en_US'\n\nexport default {\n ...enUS,\n loading: {\n text: 'loading'\n },\n crud: {\n emptyText: 'No data available',\n searchText: 'Search',\n resetText: 'Reset',\n addText: 'Add',\n viewText: 'View',\n editText: 'Edit',\n deleteText: 'Delete',\n operationText: 'Operation',\n closeText: 'Close',\n\n deleteSuccessText: 'Delete Success',\n deleteHasChildrenText: 'Please clear the child data items of the selected data item first.',\n operationSuccessText: 'Operation Success',\n deleteWrapperBodyText: 'Are you sure you want to delete the selected data items?',\n\n collapseSearchText: 'Collapse Search',\n expandSearchText: 'Expand Search',\n refreshText: 'Refresh',\n collapseTreeText: 'Collapse all',\n expandTreeText: 'Expand all',\n columnControllerText: 'Column Configuration'\n },\n modal: {\n systemPromptText: 'System Prompt'\n },\n upload: {\n ...enUS.upload,\n fileFormatNotSupportedMessage: ['File format not supported, please upload', 'format file'],\n maxUploadMessage: ['The number of files exceeds the limit (',') , only upload files that do not exceed the limit'],\n sameNameMessage: 'Uploading files with the same name is not allowed',\n fileSizeExceedsLimit: 'file size exceeded limit, automatically filtered',\n fileUploadFailed: 'file upload failed',\n viewFileText: 'View file'\n }\n}\n"],"names":["module","exports","commonjsGlobal","enUS"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as commonjsGlobal } from "./index-
|
|
1
|
+
import { c as commonjsGlobal } from "./index-CtGgmcHz.mjs";
|
|
2
2
|
/**
|
|
3
3
|
* tdesign v1.17.1
|
|
4
4
|
* (c) 2025 tdesign
|
|
@@ -323,4 +323,4 @@ const enUS = {
|
|
|
323
323
|
export {
|
|
324
324
|
enUS as default
|
|
325
325
|
};
|
|
326
|
-
//# sourceMappingURL=en-US-
|
|
326
|
+
//# sourceMappingURL=en-US-CvOwuGrd.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US-eFFubRMn.mjs","sources":["../../../node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs","../src/locales/en-US.ts"],"sourcesContent":["/**\n * tdesign v1.17.1\n * (c) 2025 tdesign\n * @license MIT\n */\n\nimport { c as commonjsGlobal, g as getDefaultExportFromCjs } from '../_chunks/dep-8c6ad426.mjs';\n\nvar en$2 = {exports: {}};\n\nvar en = en$2.exports;\n(function (module, exports) {\n !function (e, n) {\n \"object\" == 'object' && \"undefined\" != 'object' ? module.exports = n() : \"function\" == typeof undefined && undefined.amd ? undefined(n) : (e = \"undefined\" != typeof globalThis ? globalThis : e || self).dayjs_locale_en = n();\n }(commonjsGlobal, function () {\n \"use strict\";\n\n return {\n name: \"en\",\n weekdays: \"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),\n months: \"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),\n ordinal: function ordinal(e) {\n var n = [\"th\", \"st\", \"nd\", \"rd\"],\n t = e % 100;\n return \"[\" + e + (n[(t - 20) % 10] || n[t] || n[0]) + \"]\";\n }\n };\n });\n})(en$2, en$2.exports);\nvar enExports = en$2.exports;\nvar en$1 = /*@__PURE__*/getDefaultExportFromCjs(enExports);\n\nvar enUs = {\n autoComplete: {\n empty: \"Empty Data\"\n },\n pagination: {\n itemsPerPage: \"{size} / page\",\n jumpTo: \"Jump to\",\n page: \"\",\n total: \"no items | 1 item | {count} items\"\n },\n cascader: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n calendar: {\n yearSelection: \"{year}\",\n monthSelection: \"{month}\",\n yearRadio: \"year\",\n monthRadio: \"month\",\n hideWeekend: \"Hide Week\",\n showWeekend: \"Show Week\",\n today: \"Today\",\n thisMonth: \"This Month\",\n week: \"Monday,Tuesday,Wedsday,Thuresday,Friday,Saturday,Sunday\",\n cellMonth: \"January,February,March,April,May,June,July,August,September,October,November,December\"\n },\n transfer: {\n title: \"{checked} / {total}\",\n empty: \"Empty Data\",\n placeholder: \"enter keyword to search\"\n },\n timePicker: {\n dayjsLocale: \"en\",\n now: \"Now\",\n confirm: \"Confirm\",\n anteMeridiem: \"AM\",\n postMeridiem: \"PM\",\n placeholder: \"please select\"\n },\n dialog: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n drawer: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n popconfirm: {\n confirm: {\n content: \"OK\"\n },\n cancel: {\n content: \"Cancel\"\n }\n },\n table: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\",\n filterInputPlaceholder: \"\",\n sortAscendingOperationText: \"click to sort ascending\",\n sortCancelOperationText: \"click to cancel sorting\",\n sortDescendingOperationText: \"click to sort descending\",\n clearFilterResultButtonText: \"Clear\",\n columnConfigButtonText: \"Column Config\",\n columnConfigTitleText: \"Table Column Config\",\n columnConfigDescriptionText: \"Please select columns to show them in the table\",\n confirmText: \"Confirm\",\n cancelText: \"Cancel\",\n resetText: \"Reset\",\n selectAllText: \"Select All\",\n searchResultText: 'Search \"{result}\". Found no items. | Search \"{result}\". Found 1 item. | Search \"{result}\". Found {count} items.'\n },\n select: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n tree: {\n empty: \"Empty Data\"\n },\n treeSelect: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n datePicker: {\n dayjsLocale: \"en\",\n placeholder: {\n date: \"select date\",\n month: \"select month\",\n year: \"select year\",\n quarter: \"select quarter\",\n week: \"select week\"\n },\n weekdays: [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"],\n months: [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"],\n quarters: [\"Q1\", \"Q2\", \"Q3\", \"Q4\"],\n rangeSeparator: \" - \",\n direction: \"ltr\",\n format: \"YYYY-MM-DD\",\n dayAriaLabel: \"D\",\n yearAriaLabel: \"Y\",\n monthAriaLabel: \"M\",\n weekAbbreviation: \"W\",\n confirm: \"Confirm\",\n selectTime: \"Select Time\",\n selectDate: \"Select Date\",\n nextYear: \"Next Year\",\n preYear: \"Last Year\",\n nextMonth: \"Next Month\",\n preMonth: \"Last Month\",\n preDecade: \"Last Decade\",\n nextDecade: \"Next Decade\",\n now: \"Now\"\n },\n upload: {\n sizeLimitMessage: \"File is too large to upload. {sizeLimit}\",\n cancelUploadText: \"Cancel\",\n triggerUploadText: {\n fileInput: \"Upload\",\n image: \"Click to upload\",\n normal: \"Upload\",\n reupload: \"ReUpload\",\n continueUpload: \"Continue Upload\",\n \"delete\": \"Delete\",\n uploading: \"Uploading\"\n },\n dragger: {\n dragDropText: \"Drop here\",\n draggingText: \"Drag file to this area to upload\",\n clickAndDragText: 'Click \"Upload\" or Drag file to this area to upload'\n },\n file: {\n fileNameText: \"filename\",\n fileSizeText: \"size\",\n fileStatusText: \"status\",\n fileOperationText: \"operation\",\n fileOperationDateText: \"date\"\n },\n progress: {\n uploadingText: \"Uploading\",\n waitingText: \"Waiting\",\n failText: \"Failed\",\n successText: \"Success\"\n }\n },\n form: {\n errorMessage: {\n date: \"${name} is invalid\",\n url: \"${name} is invalid\",\n required: \"${name} is required\",\n whitespace: \"${name} cannot be empty\",\n max: \"${name} must be at least ${validate} characters\",\n min: \"${name} cannot be longer than ${validate} characters\",\n len: \"${name} must be exactly ${validate} characters\",\n \"enum\": \"${name} must be one of ${validate}\",\n idcard: \"${name} is invalid\",\n telnumber: \"${name} is invalid\",\n pattern: \"${name} is invalid\",\n validator: \"${name} is invalid\",\n \"boolean\": \"${name} is not a boolean\",\n number: \"${name} must be a number\"\n },\n colonText: \":\"\n },\n input: {\n placeholder: \"please enter\"\n },\n list: {\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\"\n },\n alert: {\n expandText: \"expand\",\n collapseText: \"collapse\"\n },\n anchor: {\n copySuccessText: \"copy the link successfully\",\n copyText: \"copy link\"\n },\n colorPicker: {\n swatchColorTitle: \"System Default\",\n recentColorTitle: \"Recently Used\",\n clearConfirmText: \"Clear recently used colors?\",\n singleColor: \"Single\",\n gradientColor: \"Gradient\"\n },\n guide: {\n finishButtonProps: {\n content: \"Finish\",\n theme: \"primary\"\n },\n nextButtonProps: {\n content: \"Next Step\",\n theme: \"primary\"\n },\n skipButtonProps: {\n content: \"Skip\",\n theme: \"default\"\n },\n prevButtonProps: {\n content: \"Last Step\",\n theme: \"default\"\n }\n },\n image: {\n errorText: \"unable to load\",\n loadingText: \"loading\"\n },\n imageViewer: {\n errorText: \"unable to load\",\n mirrorTipText: \"mirror\",\n rotateTipText: \"rotate\",\n originalSizeTipText: \"original\"\n },\n typography: {\n expandText: \"more\",\n collapseText: \"collapse\",\n copiedText: \"copied\"\n },\n rate: {\n rateText: [\"terrible\", \"disappointed\", \"normal\", \"satisfied\", \"surprised\"]\n },\n empty: {\n titleText: {\n maintenance: \"Under Construction\",\n success: \"Success\",\n fail: \"Failure\",\n empty: \"No Data\",\n networkError: \"Network Error\"\n }\n },\n descriptions: {\n colonText: \":\"\n },\n chat: {\n placeholder: \"please enter message...\",\n stopBtnText: \"stop\",\n refreshTipText: \"regenerate\",\n copyTipText: \"copy\",\n likeTipText: \"like\",\n dislikeTipText: \"dislike\",\n copyCodeBtnText: \"copy code\",\n copyCodeSuccessText: \"copied\",\n clearHistoryBtnText: \"clear history\",\n copyTextSuccess: \"copied\",\n copyTextFail: \"copy failed\",\n confirmClearHistory: \"Are you sure to clear all messages?\",\n loadingText: \"thinking...\",\n loadingEndText: \"deep thinking end\",\n uploadImageText: \"upload image\",\n uploadAttachmentText: \"upload attachment\"\n },\n qrcode: {\n expiredText: \"expired\",\n refreshText: \"refresh\",\n scannedText: \"scanned\"\n }\n};\n\nexport { enUs as default };\n//# sourceMappingURL=en_US.mjs.map\n","import enUS from 'tdesign-vue-next/es/locale/en_US'\n\nexport default {\n ...enUS,\n loading: {\n text: 'loading'\n },\n crud: {\n emptyText: 'No data available',\n searchText: 'Search',\n resetText: 'Reset',\n addText: 'Add',\n viewText: 'View',\n editText: 'Edit',\n deleteText: 'Delete',\n operationText: 'Operation',\n closeText: 'Close',\n\n deleteSuccessText: 'Delete Success',\n deleteHasChildrenText: 'Please clear the child data items of the selected data item first.',\n operationSuccessText: 'Operation Success',\n deleteWrapperBodyText: 'Are you sure you want to delete the selected data items?',\n\n collapseSearchText: 'Collapse Search',\n expandSearchText: 'Expand Search',\n refreshText: 'Refresh',\n collapseTreeText: 'Collapse all',\n expandTreeText: 'Expand all',\n columnControllerText: 'Column Configuration'\n },\n modal: {\n systemPromptText: 'System Prompt'\n },\n upload: {\n ...enUS.upload,\n fileFormatNotSupportedMessage: ['File format not supported, please upload', 'format file'],\n maxUploadMessage: ['The number of files exceeds the limit (',') , only upload files that do not exceed the limit'],\n sameNameMessage: 'Uploading files with the same name is not allowed',\n fileSizeExceedsLimit: 'file size exceeded limit, automatically filtered',\n fileUploadFailed: 'file upload failed',\n viewFileText: 'View file'\n }\n}\n"],"names":["enUS"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"en-US-CvOwuGrd.mjs","sources":["../../../node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs","../src/locales/en-US.ts"],"sourcesContent":["/**\n * tdesign v1.17.1\n * (c) 2025 tdesign\n * @license MIT\n */\n\nimport { c as commonjsGlobal, g as getDefaultExportFromCjs } from '../_chunks/dep-8c6ad426.mjs';\n\nvar en$2 = {exports: {}};\n\nvar en = en$2.exports;\n(function (module, exports) {\n !function (e, n) {\n \"object\" == 'object' && \"undefined\" != 'object' ? module.exports = n() : \"function\" == typeof undefined && undefined.amd ? undefined(n) : (e = \"undefined\" != typeof globalThis ? globalThis : e || self).dayjs_locale_en = n();\n }(commonjsGlobal, function () {\n \"use strict\";\n\n return {\n name: \"en\",\n weekdays: \"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday\".split(\"_\"),\n months: \"January_February_March_April_May_June_July_August_September_October_November_December\".split(\"_\"),\n ordinal: function ordinal(e) {\n var n = [\"th\", \"st\", \"nd\", \"rd\"],\n t = e % 100;\n return \"[\" + e + (n[(t - 20) % 10] || n[t] || n[0]) + \"]\";\n }\n };\n });\n})(en$2, en$2.exports);\nvar enExports = en$2.exports;\nvar en$1 = /*@__PURE__*/getDefaultExportFromCjs(enExports);\n\nvar enUs = {\n autoComplete: {\n empty: \"Empty Data\"\n },\n pagination: {\n itemsPerPage: \"{size} / page\",\n jumpTo: \"Jump to\",\n page: \"\",\n total: \"no items | 1 item | {count} items\"\n },\n cascader: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n calendar: {\n yearSelection: \"{year}\",\n monthSelection: \"{month}\",\n yearRadio: \"year\",\n monthRadio: \"month\",\n hideWeekend: \"Hide Week\",\n showWeekend: \"Show Week\",\n today: \"Today\",\n thisMonth: \"This Month\",\n week: \"Monday,Tuesday,Wedsday,Thuresday,Friday,Saturday,Sunday\",\n cellMonth: \"January,February,March,April,May,June,July,August,September,October,November,December\"\n },\n transfer: {\n title: \"{checked} / {total}\",\n empty: \"Empty Data\",\n placeholder: \"enter keyword to search\"\n },\n timePicker: {\n dayjsLocale: \"en\",\n now: \"Now\",\n confirm: \"Confirm\",\n anteMeridiem: \"AM\",\n postMeridiem: \"PM\",\n placeholder: \"please select\"\n },\n dialog: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n drawer: {\n confirm: \"Confirm\",\n cancel: \"Cancel\"\n },\n popconfirm: {\n confirm: {\n content: \"OK\"\n },\n cancel: {\n content: \"Cancel\"\n }\n },\n table: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\",\n filterInputPlaceholder: \"\",\n sortAscendingOperationText: \"click to sort ascending\",\n sortCancelOperationText: \"click to cancel sorting\",\n sortDescendingOperationText: \"click to sort descending\",\n clearFilterResultButtonText: \"Clear\",\n columnConfigButtonText: \"Column Config\",\n columnConfigTitleText: \"Table Column Config\",\n columnConfigDescriptionText: \"Please select columns to show them in the table\",\n confirmText: \"Confirm\",\n cancelText: \"Cancel\",\n resetText: \"Reset\",\n selectAllText: \"Select All\",\n searchResultText: 'Search \"{result}\". Found no items. | Search \"{result}\". Found 1 item. | Search \"{result}\". Found {count} items.'\n },\n select: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n tree: {\n empty: \"Empty Data\"\n },\n treeSelect: {\n empty: \"Empty Data\",\n loadingText: \"loading...\",\n placeholder: \"please select\"\n },\n datePicker: {\n dayjsLocale: \"en\",\n placeholder: {\n date: \"select date\",\n month: \"select month\",\n year: \"select year\",\n quarter: \"select quarter\",\n week: \"select week\"\n },\n weekdays: [\"Mon\", \"Tue\", \"Wed\", \"Thu\", \"Fri\", \"Sat\", \"Sun\"],\n months: [\"Jan\", \"Feb\", \"Mar\", \"Apr\", \"May\", \"Jun\", \"Jul\", \"Aug\", \"Sep\", \"Oct\", \"Nov\", \"Dec\"],\n quarters: [\"Q1\", \"Q2\", \"Q3\", \"Q4\"],\n rangeSeparator: \" - \",\n direction: \"ltr\",\n format: \"YYYY-MM-DD\",\n dayAriaLabel: \"D\",\n yearAriaLabel: \"Y\",\n monthAriaLabel: \"M\",\n weekAbbreviation: \"W\",\n confirm: \"Confirm\",\n selectTime: \"Select Time\",\n selectDate: \"Select Date\",\n nextYear: \"Next Year\",\n preYear: \"Last Year\",\n nextMonth: \"Next Month\",\n preMonth: \"Last Month\",\n preDecade: \"Last Decade\",\n nextDecade: \"Next Decade\",\n now: \"Now\"\n },\n upload: {\n sizeLimitMessage: \"File is too large to upload. {sizeLimit}\",\n cancelUploadText: \"Cancel\",\n triggerUploadText: {\n fileInput: \"Upload\",\n image: \"Click to upload\",\n normal: \"Upload\",\n reupload: \"ReUpload\",\n continueUpload: \"Continue Upload\",\n \"delete\": \"Delete\",\n uploading: \"Uploading\"\n },\n dragger: {\n dragDropText: \"Drop here\",\n draggingText: \"Drag file to this area to upload\",\n clickAndDragText: 'Click \"Upload\" or Drag file to this area to upload'\n },\n file: {\n fileNameText: \"filename\",\n fileSizeText: \"size\",\n fileStatusText: \"status\",\n fileOperationText: \"operation\",\n fileOperationDateText: \"date\"\n },\n progress: {\n uploadingText: \"Uploading\",\n waitingText: \"Waiting\",\n failText: \"Failed\",\n successText: \"Success\"\n }\n },\n form: {\n errorMessage: {\n date: \"${name} is invalid\",\n url: \"${name} is invalid\",\n required: \"${name} is required\",\n whitespace: \"${name} cannot be empty\",\n max: \"${name} must be at least ${validate} characters\",\n min: \"${name} cannot be longer than ${validate} characters\",\n len: \"${name} must be exactly ${validate} characters\",\n \"enum\": \"${name} must be one of ${validate}\",\n idcard: \"${name} is invalid\",\n telnumber: \"${name} is invalid\",\n pattern: \"${name} is invalid\",\n validator: \"${name} is invalid\",\n \"boolean\": \"${name} is not a boolean\",\n number: \"${name} must be a number\"\n },\n colonText: \":\"\n },\n input: {\n placeholder: \"please enter\"\n },\n list: {\n loadingText: \"loading...\",\n loadingMoreText: \"loading more\"\n },\n alert: {\n expandText: \"expand\",\n collapseText: \"collapse\"\n },\n anchor: {\n copySuccessText: \"copy the link successfully\",\n copyText: \"copy link\"\n },\n colorPicker: {\n swatchColorTitle: \"System Default\",\n recentColorTitle: \"Recently Used\",\n clearConfirmText: \"Clear recently used colors?\",\n singleColor: \"Single\",\n gradientColor: \"Gradient\"\n },\n guide: {\n finishButtonProps: {\n content: \"Finish\",\n theme: \"primary\"\n },\n nextButtonProps: {\n content: \"Next Step\",\n theme: \"primary\"\n },\n skipButtonProps: {\n content: \"Skip\",\n theme: \"default\"\n },\n prevButtonProps: {\n content: \"Last Step\",\n theme: \"default\"\n }\n },\n image: {\n errorText: \"unable to load\",\n loadingText: \"loading\"\n },\n imageViewer: {\n errorText: \"unable to load\",\n mirrorTipText: \"mirror\",\n rotateTipText: \"rotate\",\n originalSizeTipText: \"original\"\n },\n typography: {\n expandText: \"more\",\n collapseText: \"collapse\",\n copiedText: \"copied\"\n },\n rate: {\n rateText: [\"terrible\", \"disappointed\", \"normal\", \"satisfied\", \"surprised\"]\n },\n empty: {\n titleText: {\n maintenance: \"Under Construction\",\n success: \"Success\",\n fail: \"Failure\",\n empty: \"No Data\",\n networkError: \"Network Error\"\n }\n },\n descriptions: {\n colonText: \":\"\n },\n chat: {\n placeholder: \"please enter message...\",\n stopBtnText: \"stop\",\n refreshTipText: \"regenerate\",\n copyTipText: \"copy\",\n likeTipText: \"like\",\n dislikeTipText: \"dislike\",\n copyCodeBtnText: \"copy code\",\n copyCodeSuccessText: \"copied\",\n clearHistoryBtnText: \"clear history\",\n copyTextSuccess: \"copied\",\n copyTextFail: \"copy failed\",\n confirmClearHistory: \"Are you sure to clear all messages?\",\n loadingText: \"thinking...\",\n loadingEndText: \"deep thinking end\",\n uploadImageText: \"upload image\",\n uploadAttachmentText: \"upload attachment\"\n },\n qrcode: {\n expiredText: \"expired\",\n refreshText: \"refresh\",\n scannedText: \"scanned\"\n }\n};\n\nexport { enUs as default };\n//# sourceMappingURL=en_US.mjs.map\n","import enUS from 'tdesign-vue-next/es/locale/en_US'\n\nexport default {\n ...enUS,\n loading: {\n text: 'loading'\n },\n crud: {\n emptyText: 'No data available',\n searchText: 'Search',\n resetText: 'Reset',\n addText: 'Add',\n viewText: 'View',\n editText: 'Edit',\n deleteText: 'Delete',\n operationText: 'Operation',\n closeText: 'Close',\n\n deleteSuccessText: 'Delete Success',\n deleteHasChildrenText: 'Please clear the child data items of the selected data item first.',\n operationSuccessText: 'Operation Success',\n deleteWrapperBodyText: 'Are you sure you want to delete the selected data items?',\n\n collapseSearchText: 'Collapse Search',\n expandSearchText: 'Expand Search',\n refreshText: 'Refresh',\n collapseTreeText: 'Collapse all',\n expandTreeText: 'Expand all',\n columnControllerText: 'Column Configuration'\n },\n modal: {\n systemPromptText: 'System Prompt'\n },\n upload: {\n ...enUS.upload,\n fileFormatNotSupportedMessage: ['File format not supported, please upload', 'format file'],\n maxUploadMessage: ['The number of files exceeds the limit (',') , only upload files that do not exceed the limit'],\n sameNameMessage: 'Uploading files with the same name is not allowed',\n fileSizeExceedsLimit: 'file size exceeded limit, automatically filtered',\n fileUploadFailed: 'file upload failed',\n viewFileText: 'View file'\n }\n}\n"],"names":["enUS"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -12022,8 +12022,8 @@ const QdConfigProvider = vue.defineComponent({
|
|
|
12022
12022
|
vue.watchEffect(async () => {
|
|
12023
12023
|
const localeMap = {
|
|
12024
12024
|
"zh-CN": () => Promise.resolve().then(() => zhCN$1),
|
|
12025
|
-
"zh-TW": () => Promise.resolve().then(() => require("./zh-TW-
|
|
12026
|
-
"en-US": () => Promise.resolve().then(() => require("./en-US-
|
|
12025
|
+
"zh-TW": () => Promise.resolve().then(() => require("./zh-TW-DuWUTXX9.js")),
|
|
12026
|
+
"en-US": () => Promise.resolve().then(() => require("./en-US-B1cQ1yLB.js"))
|
|
12027
12027
|
};
|
|
12028
12028
|
const loadLocale = localeMap[props.locale] || localeMap["zh-CN"];
|
|
12029
12029
|
const [err, res] = await to(
|
|
@@ -14643,6 +14643,10 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
14643
14643
|
} = useConfig("crud");
|
|
14644
14644
|
const tableRef = vue.useTemplateRef("table");
|
|
14645
14645
|
const treeLoadIds = vue.ref([]);
|
|
14646
|
+
const scrollRecord = {
|
|
14647
|
+
top: 0,
|
|
14648
|
+
left: 0
|
|
14649
|
+
};
|
|
14646
14650
|
const reProps = vue.computed(() => {
|
|
14647
14651
|
const {
|
|
14648
14652
|
service,
|
|
@@ -14672,6 +14676,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
14672
14676
|
selectOnRowClick,
|
|
14673
14677
|
expandOnRowClick,
|
|
14674
14678
|
tree,
|
|
14679
|
+
onScroll,
|
|
14675
14680
|
...tableOptions
|
|
14676
14681
|
} = props;
|
|
14677
14682
|
const reTableOptions = tableOptions;
|
|
@@ -14811,13 +14816,25 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
14811
14816
|
}
|
|
14812
14817
|
}
|
|
14813
14818
|
const reSelectOnRowClick = selectOnRowClick ?? (!expandOnRowClick && !reTree?.expandTreeNodeOnClick);
|
|
14819
|
+
const reOnScroll = (params) => {
|
|
14820
|
+
onScroll?.(params);
|
|
14821
|
+
const target = params.e.target;
|
|
14822
|
+
if (!target) return;
|
|
14823
|
+
const {
|
|
14824
|
+
scrollTop,
|
|
14825
|
+
scrollLeft
|
|
14826
|
+
} = target;
|
|
14827
|
+
scrollRecord.top = scrollTop;
|
|
14828
|
+
scrollRecord.left = scrollLeft;
|
|
14829
|
+
};
|
|
14814
14830
|
return {
|
|
14815
14831
|
tableOptions: {
|
|
14816
14832
|
...reTableOptions,
|
|
14817
14833
|
columns: reColumns,
|
|
14818
14834
|
selectOnRowClick: reSelectOnRowClick,
|
|
14819
14835
|
expandOnRowClick,
|
|
14820
|
-
tree: reTree
|
|
14836
|
+
tree: reTree,
|
|
14837
|
+
onScroll: reOnScroll
|
|
14821
14838
|
},
|
|
14822
14839
|
externalLoad: loading2,
|
|
14823
14840
|
serviceOptions: {
|
|
@@ -14886,6 +14903,25 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
14886
14903
|
if (index2 === -1) return;
|
|
14887
14904
|
treeLoadIds.value.splice(index2, 1);
|
|
14888
14905
|
}
|
|
14906
|
+
function resumeScrollRecord() {
|
|
14907
|
+
const el = tableRef.value?.$el;
|
|
14908
|
+
if (!el) return;
|
|
14909
|
+
const scrollEl = el.querySelector(".t-table__content");
|
|
14910
|
+
if (!scrollEl) return;
|
|
14911
|
+
const {
|
|
14912
|
+
scrollTop,
|
|
14913
|
+
scrollLeft
|
|
14914
|
+
} = scrollEl;
|
|
14915
|
+
const {
|
|
14916
|
+
top,
|
|
14917
|
+
left
|
|
14918
|
+
} = scrollRecord;
|
|
14919
|
+
if (top === scrollTop && left === scrollLeft) return;
|
|
14920
|
+
scrollEl.scrollTo({
|
|
14921
|
+
top,
|
|
14922
|
+
left
|
|
14923
|
+
});
|
|
14924
|
+
}
|
|
14889
14925
|
const expose = {
|
|
14890
14926
|
tableLoad,
|
|
14891
14927
|
firstLoad,
|
|
@@ -14903,6 +14939,9 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
14903
14939
|
vue.onMounted(() => {
|
|
14904
14940
|
Object.assign(expose, tableRef.value);
|
|
14905
14941
|
});
|
|
14942
|
+
vue.onActivated(() => {
|
|
14943
|
+
resumeScrollRecord();
|
|
14944
|
+
});
|
|
14906
14945
|
__expose(expose);
|
|
14907
14946
|
return (_ctx, _cache) => {
|
|
14908
14947
|
return vue.openBlock(), vue.createBlock(vue.unref(tdesignVueNext.EnhancedTable), vue.mergeProps({
|
|
@@ -14943,7 +14982,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
14943
14982
|
};
|
|
14944
14983
|
}
|
|
14945
14984
|
});
|
|
14946
|
-
const QdServiceTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-
|
|
14985
|
+
const QdServiceTable = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-3b89ba8f"]]);
|
|
14947
14986
|
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
14948
14987
|
...{
|
|
14949
14988
|
name: "QdServiceList"
|
|
@@ -14953,11 +14992,11 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
14953
14992
|
data: {},
|
|
14954
14993
|
loading: { type: Boolean },
|
|
14955
14994
|
loadingProps: {},
|
|
14995
|
+
scroll: {},
|
|
14956
14996
|
asyncLoading: {},
|
|
14957
14997
|
footer: {},
|
|
14958
14998
|
header: {},
|
|
14959
14999
|
layout: {},
|
|
14960
|
-
scroll: {},
|
|
14961
15000
|
size: {},
|
|
14962
15001
|
split: { type: Boolean },
|
|
14963
15002
|
stripe: { type: Boolean },
|
|
@@ -14978,6 +15017,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
14978
15017
|
const { data } = /* @__PURE__ */ useVModels(props, emit, { passive: true });
|
|
14979
15018
|
const { t } = useConfig("crud");
|
|
14980
15019
|
const listRef = vue.useTemplateRef("list");
|
|
15020
|
+
let scrollTopRecord = 0;
|
|
14981
15021
|
const reProps = vue.computed(() => {
|
|
14982
15022
|
const {
|
|
14983
15023
|
service,
|
|
@@ -14992,12 +15032,17 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
14992
15032
|
data: data2,
|
|
14993
15033
|
loading: externalLoad,
|
|
14994
15034
|
asyncLoading: externalAsyncLoad,
|
|
15035
|
+
scroll,
|
|
14995
15036
|
...listOptions
|
|
14996
15037
|
} = props;
|
|
14997
15038
|
return {
|
|
15039
|
+
scrollTarget: scroll?.target,
|
|
14998
15040
|
externalLoad,
|
|
14999
15041
|
externalAsyncLoad,
|
|
15000
|
-
listOptions
|
|
15042
|
+
listOptions: {
|
|
15043
|
+
...listOptions,
|
|
15044
|
+
scroll
|
|
15045
|
+
},
|
|
15001
15046
|
serviceOptions: {
|
|
15002
15047
|
service,
|
|
15003
15048
|
manual,
|
|
@@ -15051,13 +15096,56 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
15051
15096
|
return "";
|
|
15052
15097
|
});
|
|
15053
15098
|
function onScroll({
|
|
15099
|
+
scrollTop,
|
|
15054
15100
|
scrollBottom
|
|
15055
15101
|
}) {
|
|
15102
|
+
scrollTopRecord = scrollTop;
|
|
15056
15103
|
if (loading.value || noMore.value || scrollBottom > (reProps.value.listOptions.scroll?.rowHeight ?? 100)) {
|
|
15057
15104
|
return;
|
|
15058
15105
|
}
|
|
15059
15106
|
loadMore();
|
|
15060
15107
|
}
|
|
15108
|
+
function getScrollTargetEl() {
|
|
15109
|
+
const { scrollTarget } = reProps.value;
|
|
15110
|
+
if (!scrollTarget) return null;
|
|
15111
|
+
if (typeof scrollTarget !== "string") return scrollTarget;
|
|
15112
|
+
return document.querySelector(scrollTarget);
|
|
15113
|
+
}
|
|
15114
|
+
function onTargetScroll(evt) {
|
|
15115
|
+
const { scrollHeight, clientHeight, scrollTop } = evt.target;
|
|
15116
|
+
const scrollBottom = scrollHeight - clientHeight - scrollTop;
|
|
15117
|
+
onScroll({ scrollTop, scrollBottom });
|
|
15118
|
+
}
|
|
15119
|
+
function addListerTarget() {
|
|
15120
|
+
const el = getScrollTargetEl();
|
|
15121
|
+
if (!el) return;
|
|
15122
|
+
removeListerTarget();
|
|
15123
|
+
el.addEventListener("scroll", onTargetScroll);
|
|
15124
|
+
}
|
|
15125
|
+
function removeListerTarget() {
|
|
15126
|
+
const el = getScrollTargetEl();
|
|
15127
|
+
if (!el) return;
|
|
15128
|
+
el.removeEventListener("scroll", onTargetScroll);
|
|
15129
|
+
}
|
|
15130
|
+
function resumeScrollTopRecord() {
|
|
15131
|
+
let el = getScrollTargetEl();
|
|
15132
|
+
if (!el) el = listRef.value?.$el;
|
|
15133
|
+
if (!el) return;
|
|
15134
|
+
const { scrollTop } = el;
|
|
15135
|
+
const currentScrollTopRecord = scrollTopRecord;
|
|
15136
|
+
if (currentScrollTopRecord === scrollTop) return;
|
|
15137
|
+
const core2 = () => {
|
|
15138
|
+
el.scrollTo({ top: currentScrollTopRecord });
|
|
15139
|
+
setTimeout(() => {
|
|
15140
|
+
if (!el) return;
|
|
15141
|
+
const { scrollTop: scrollTop2, scrollHeight } = el;
|
|
15142
|
+
if (scrollHeight < currentScrollTopRecord) return;
|
|
15143
|
+
if (scrollTop2 >= currentScrollTopRecord) return;
|
|
15144
|
+
core2();
|
|
15145
|
+
});
|
|
15146
|
+
};
|
|
15147
|
+
core2();
|
|
15148
|
+
}
|
|
15061
15149
|
const expose = {
|
|
15062
15150
|
data: serviceData,
|
|
15063
15151
|
firstLoad,
|
|
@@ -15074,8 +15162,19 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
15074
15162
|
mutate
|
|
15075
15163
|
};
|
|
15076
15164
|
vue.onMounted(() => {
|
|
15165
|
+
addListerTarget();
|
|
15077
15166
|
Object.assign(expose, listRef.value);
|
|
15078
15167
|
});
|
|
15168
|
+
vue.onActivated(() => {
|
|
15169
|
+
resumeScrollTopRecord();
|
|
15170
|
+
addListerTarget();
|
|
15171
|
+
});
|
|
15172
|
+
vue.onDeactivated(() => {
|
|
15173
|
+
removeListerTarget();
|
|
15174
|
+
});
|
|
15175
|
+
vue.onBeforeUnmount(() => {
|
|
15176
|
+
removeListerTarget();
|
|
15177
|
+
});
|
|
15079
15178
|
__expose(expose);
|
|
15080
15179
|
return (_ctx, _cache) => {
|
|
15081
15180
|
const _directive_loading = vue.resolveDirective("loading");
|
|
@@ -15109,7 +15208,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
15109
15208
|
};
|
|
15110
15209
|
}
|
|
15111
15210
|
});
|
|
15112
|
-
const QdServiceList = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-
|
|
15211
|
+
const QdServiceList = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-7fcb430a"]]);
|
|
15113
15212
|
const qdDictConvStrSeparator = ",";
|
|
15114
15213
|
const qdDictSelectProps = {
|
|
15115
15214
|
showArrow: true,
|
|
@@ -17481,11 +17580,11 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
17481
17580
|
type: Boolean
|
|
17482
17581
|
},
|
|
17483
17582
|
loadingProps: {},
|
|
17583
|
+
scroll: {},
|
|
17484
17584
|
asyncLoading: {},
|
|
17485
17585
|
footer: {},
|
|
17486
17586
|
header: {},
|
|
17487
17587
|
layout: {},
|
|
17488
|
-
scroll: {},
|
|
17489
17588
|
size: {},
|
|
17490
17589
|
split: {
|
|
17491
17590
|
type: Boolean
|
|
@@ -18864,4 +18963,4 @@ exports.useDictDynamic = useDictDynamic;
|
|
|
18864
18963
|
exports.useDisabled = useDisabled;
|
|
18865
18964
|
exports.useModal = useModal;
|
|
18866
18965
|
exports.useReadonly = useReadonly;
|
|
18867
|
-
//# sourceMappingURL=index-
|
|
18966
|
+
//# sourceMappingURL=index-BaW5qmGW.js.map
|