x-runtime-lib 0.8.93 → 0.8.95

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.
@@ -1,6 +1,7 @@
1
1
  const e = {
2
2
  "x-runtime-lib": {
3
3
  adaptSlot: "Adapt Slot",
4
+ adaptSlotPropertyChange: "Adapt Slot Property Change",
4
5
  add: "Add",
5
6
  addIcon: "Add Icon",
6
7
  alias: "Alias",
@@ -83,6 +84,8 @@ const e = {
83
84
  crossAxisAlign: "Cross Axis Align",
84
85
  custom: "Custom",
85
86
  customPropertyChange: "Custom Property Change",
87
+ customSlot: "Custom Slot",
88
+ customSlotPropertyChange: "Custom Slot Property Change",
86
89
  dark: "Dark",
87
90
  darkModeChange: "Dark Mode Change",
88
91
  dashed: "Dashed",
@@ -1,6 +1,7 @@
1
1
  const e = {
2
2
  "x-runtime-lib": {
3
3
  adaptSlot: "适配插槽",
4
+ adaptSlotPropertyChange: "适配插槽属性变化",
4
5
  add: "添加",
5
6
  addIcon: "添加图标",
6
7
  alias: "别名",
@@ -83,6 +84,8 @@ const e = {
83
84
  crossAxisAlign: "交叉轴对齐",
84
85
  custom: "自定义",
85
86
  customPropertyChange: "自定义属性变化",
87
+ customSlot: "自定义插槽",
88
+ customSlotPropertyChange: "自定义插槽属性变化",
86
89
  dark: "暗",
87
90
  darkModeChange: "暗模式变化",
88
91
  dashed: "虚线",