@wise/dynamic-flow-client-internal 5.17.0 → 5.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/i18n/zh_CN.json +2 -2
- package/build/main.js +287 -233
- package/build/main.mjs +249 -195
- package/build/tsconfig.types.tsbuildinfo +1 -1
- package/build/types/dynamicFlow/DynamicFlowWiseProps.d.ts +1 -1
- package/build/types/dynamicFlow/DynamicFlowWiseProps.d.ts.map +1 -1
- package/build/types/dynamicFlow/context-menu/useDFContextMenu.d.ts.map +1 -1
- package/build/types/dynamicFlow/telemetry/dispatchAnalyticsEvent.d.ts +9 -0
- package/build/types/dynamicFlow/telemetry/dispatchAnalyticsEvent.d.ts.map +1 -0
- package/build/types/dynamicFlow/telemetry/getTrackEvent.d.ts.map +1 -1
- package/build/types/dynamicFlow/useCreateSnackBar.d.ts +7 -0
- package/build/types/dynamicFlow/useCreateSnackBar.d.ts.map +1 -0
- package/build/types/dynamicFlow/useWiseToCoreProps.d.ts +1 -1
- package/build/types/dynamicFlow/useWiseToCoreProps.d.ts.map +1 -1
- package/package.json +28 -28
package/build/i18n/zh_CN.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"df.wise.ControlFeedback.required": "请填写此字段。",
|
|
18
18
|
"df.wise.ControlFeedback.type": "类型错误",
|
|
19
19
|
"df.wise.CopyFeedback.copy": "已复制到剪贴板",
|
|
20
|
-
"df.wise.CopyFeedback.copyFailed": "
|
|
20
|
+
"df.wise.CopyFeedback.copyFailed": "无法复制到剪贴板",
|
|
21
21
|
"df.wise.DynamicParagraph.copied": "已复制到剪贴板",
|
|
22
22
|
"df.wise.DynamicParagraph.copy": "复制",
|
|
23
23
|
"df.wise.ErrorBoundary.errorAlert": "出错了。",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"df.wise.MultipleFileUploadSchema.maxItemsError": "请上传不超过 {maxItems} 个文件。",
|
|
33
33
|
"df.wise.MultipleFileUploadSchema.minItemsError": "请上传至少 {minItems} 个文件。",
|
|
34
34
|
"df.wise.PersistAsyncSchema.genericError": "出错了,请重试。",
|
|
35
|
-
"df.wise.SearchLayout.loading": "
|
|
35
|
+
"df.wise.SearchLayout.loading": "正在加载……",
|
|
36
36
|
"df.wise.back.label": "返回",
|
|
37
37
|
"df.wise.filter.noResults": "暂无结果",
|
|
38
38
|
"df.wise.filter.placeholder": "开始输入以搜索",
|