gds-plus-design-vue 1.1.63 → 1.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +78 -78
- package/lib/{index.841c99a5.mjs → index.32120001.mjs} +3098 -2520
- package/lib/{main.4ac5b69f.mjs → main.665d9127.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +2 -1
- package/locale/id_ID.js +2 -1
- package/locale/vi_VN.js +2 -1
- package/locale/zh_CN.js +2 -1
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -2533,7 +2533,8 @@ export default {
|
|
|
2533
2533
|
advancedcomponents: {
|
|
2534
2534
|
customComponent: "Custom Component",
|
|
2535
2535
|
approval: "Approval",
|
|
2536
|
-
auditLog: "Audit Log"
|
|
2536
|
+
auditLog: "Audit Log",
|
|
2537
|
+
approvalHistory: "Approval History"
|
|
2537
2538
|
},
|
|
2538
2539
|
/*页面组件*/
|
|
2539
2540
|
pagecomponents: {
|
package/locale/id_ID.js
CHANGED
package/locale/vi_VN.js
CHANGED
package/locale/zh_CN.js
CHANGED