x-runtime-lib 0.8.57 → 0.8.59

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.
@@ -81,6 +81,7 @@ const e = {
81
81
  controls: "Controls",
82
82
  crossAxisAlign: "Cross Axis Align",
83
83
  custom: "Custom",
84
+ customPropertyChange: "Custom Property Change",
84
85
  dark: "Dark",
85
86
  darkModeChange: "Dark Mode Change",
86
87
  dashed: "Dashed",
@@ -198,6 +199,7 @@ const e = {
198
199
  },
199
200
  multiple: "Multiple",
200
201
  multipleRef: "Multiple Reference",
202
+ multipleRefPropertyChange: "Multiple Reference Property Change",
201
203
  multiSort: "Multi Sort",
202
204
  name: "Name",
203
205
  navigation: "Navigation",
@@ -245,6 +247,7 @@ const e = {
245
247
  rating: "Rating",
246
248
  readonly: "Readonly",
247
249
  reference: "Reference",
250
+ referencePropertyChange: "Reference Property Change",
248
251
  refKey: "Reference Key",
249
252
  regular: "Regular",
250
253
  renderSwitch: "Render Switch",
@@ -273,6 +276,8 @@ const e = {
273
276
  singleLine: "Sinle Line",
274
277
  size: "Size",
275
278
  slider: "Slider",
279
+ slot: "Slot",
280
+ slotPropertyChange: "Slot Property Change",
276
281
  slots: "Slots",
277
282
  small: "Small",
278
283
  solid: "Solid",
@@ -81,6 +81,7 @@ const e = {
81
81
  controls: "控制",
82
82
  crossAxisAlign: "交叉轴对齐",
83
83
  custom: "自定义",
84
+ customPropertyChange: "自定义属性变化",
84
85
  dark: "暗",
85
86
  darkModeChange: "暗模式变化",
86
87
  dashed: "虚线",
@@ -198,6 +199,7 @@ const e = {
198
199
  },
199
200
  multiple: "多个",
200
201
  multipleRef: "多重引用",
202
+ multipleRefPropertyChange: "多重引用属性变化",
201
203
  multiSort: "多重排序",
202
204
  name: "名称",
203
205
  navigation: "导航",
@@ -245,6 +247,7 @@ const e = {
245
247
  rating: "评级",
246
248
  readonly: "只读",
247
249
  reference: "引用",
250
+ referencePropertyChange: "引用属性变化",
248
251
  refKey: "引用键",
249
252
  regular: "常规",
250
253
  renderSwitch: "渲染开关",
@@ -273,6 +276,8 @@ const e = {
273
276
  singleLine: "单行",
274
277
  size: "大小",
275
278
  slider: "滑动条",
279
+ slot: "插槽",
280
+ slotPropertyChange: "插槽属性变化",
276
281
  slots: "插槽",
277
282
  small: "小",
278
283
  solid: "实线",