y-p-h-in 1.0.10 → 1.0.11

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/demo-ui.js CHANGED
@@ -46206,6 +46206,10 @@ const i2 = (e, t) => {
46206
46206
  setup(e, { emit: t }) {
46207
46207
  const { locale: n } = eo();
46208
46208
  let l = D("English"), r = D([
46209
+ {
46210
+ value: "English",
46211
+ label: "English"
46212
+ },
46209
46213
  {
46210
46214
  value: "Chinese",
46211
46215
  label: "简体中文"
@@ -46213,10 +46217,6 @@ const i2 = (e, t) => {
46213
46217
  {
46214
46218
  value: "zh-TW",
46215
46219
  label: "繁體中文"
46216
- },
46217
- {
46218
- value: "English",
46219
- label: "English"
46220
46220
  }
46221
46221
  ]);
46222
46222
  return at(() => {
@@ -46257,7 +46257,7 @@ function _R(e, t, n, l, r, o) {
46257
46257
  _: 1
46258
46258
  }, 8, ["modelValue", "onChange"]);
46259
46259
  }
46260
- const qR = /* @__PURE__ */ i2(WR, [["render", _R], ["__scopeId", "data-v-4355df3c"]]), YR = { class: "bq-header" }, UR = { class: "bq-header-left" }, KR = { class: "bq-header-left-product" }, GR = {
46260
+ const qR = /* @__PURE__ */ i2(WR, [["render", _R], ["__scopeId", "data-v-dc3126aa"]]), YR = { class: "bq-header" }, UR = { class: "bq-header-left" }, KR = { class: "bq-header-left-product" }, GR = {
46261
46261
  "data-v-78982076": "",
46262
46262
  viewBox: "0 0 48 48",
46263
46263
  fill: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "y-p-h-in",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "demo-ui.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"