x-runtime-lib 0.7.11 → 0.7.13
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/{i18n-en.dux6b905.js → i18n-en.kt9hy7ly.js} +3 -0
- package/dist/{i18n-zhHans.ikk18oss.js → i18n-zhHans.d5y1j94g.js} +3 -0
- package/dist/index.js +1562 -1554
- package/dist/types/basic.d.ts +1 -1
- package/dist/types/sandbox.d.ts +1 -0
- package/dist/utils/provideInject.d.ts +2 -0
- package/package.json +1 -1
|
@@ -154,6 +154,9 @@ const e = {
|
|
|
154
154
|
minHeight: "Min Height",
|
|
155
155
|
minWidth: "Min Width",
|
|
156
156
|
mode: "Mode",
|
|
157
|
+
msg: {
|
|
158
|
+
takeEffectOnlyAfterReleased: "It shall take effect only after released"
|
|
159
|
+
},
|
|
157
160
|
multiple: "Multiple",
|
|
158
161
|
multiSort: "Multi Sort",
|
|
159
162
|
name: "Name",
|