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.
@@ -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",
@@ -154,6 +154,9 @@ const e = {
154
154
  minHeight: "最小高度",
155
155
  minWidth: "最小宽度",
156
156
  mode: "模式",
157
+ msg: {
158
+ takeEffectOnlyAfterReleased: "仅当发布后生效"
159
+ },
157
160
  multiple: "多个",
158
161
  multiSort: "多重排序",
159
162
  name: "名称",