bm-admin-ui 1.0.96-alpha → 1.0.97-alpha

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.
@@ -174,7 +174,7 @@ const _hoisted_2 = { class: "bm-select-header-btn" };
174
174
  const _hoisted_3 = ["onClick"];
175
175
  const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", { class: "checkbox-label" }, "\u5168\u9009", -1);
176
176
  const _hoisted_5 = ["onClick"];
177
- const _hoisted_6 = { class: "checkbox-label" };
177
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", { class: "checkbox-label" }, "\u53CD\u9009", -1);
178
178
  const _hoisted_7 = { key: 0 };
179
179
  const _hoisted_8 = { class: "blue" };
180
180
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
@@ -345,7 +345,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
345
345
  checked: state.search.checkedReverse,
346
346
  "onUpdate:checked": _cache[2] || (_cache[2] = ($event) => state.search.checkedReverse = $event)
347
347
  }, null, 8, ["checked"]),
348
- createElementVNode("span", _hoisted_6, toDisplayString(state.search.checkedReverse) + "\u53CD\u9009", 1)
348
+ _hoisted_6
349
349
  ], 40, _hoisted_5)
350
350
  ])
351
351
  ]),
@@ -184,7 +184,7 @@ const _hoisted_2 = { class: "bm-select-header-btn" };
184
184
  const _hoisted_3 = ["onClick"];
185
185
  const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("span", { class: "checkbox-label" }, "\u5168\u9009", -1);
186
186
  const _hoisted_5 = ["onClick"];
187
- const _hoisted_6 = { class: "checkbox-label" };
187
+ const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("span", { class: "checkbox-label" }, "\u53CD\u9009", -1);
188
188
  const _hoisted_7 = { key: 0 };
189
189
  const _hoisted_8 = { class: "blue" };
190
190
  const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
@@ -355,7 +355,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
355
355
  checked: state.search.checkedReverse,
356
356
  "onUpdate:checked": _cache[2] || (_cache[2] = ($event) => state.search.checkedReverse = $event)
357
357
  }, null, 8, ["checked"]),
358
- vue.createElementVNode("span", _hoisted_6, vue.toDisplayString(state.search.checkedReverse) + "\u53CD\u9009", 1)
358
+ _hoisted_6
359
359
  ], 40, _hoisted_5)
360
360
  ])
361
361
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bm-admin-ui",
3
- "version": "1.0.96-alpha",
3
+ "version": "1.0.97-alpha",
4
4
  "private": false,
5
5
  "description": "An Admin Component Library for Bm",
6
6
  "license": "UNLICENSED",