@kengic/vue 0.16.1 → 0.16.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2870,7 +2870,7 @@ const emptyIcon = {
2870
2870
  ...t.data
2871
2871
  }, r);
2872
2872
  }
2873
- }), name = "@kengic/vue", version = "0.16.1", data$1 = {
2873
+ }), name = "@kengic/vue", version = "0.16.2", data$1 = {
2874
2874
  width: 24,
2875
2875
  height: 24,
2876
2876
  body: '<path fill="currentColor" d="M5 21q-.825 0-1.413-.588T3 19V5q0-.825.588-1.413T5 3h11.175q.4 0 .763.15t.637.425l2.85 2.85q.275.275.425.638t.15.762V12.3q-.475-.2-.988-.263T19 12.05V7.825L16.175 5H5v14h6v2H5ZM5 5v14V5Zm8 17v-1.65q0-.2.075-.388t.225-.337l5.225-5.2q.225-.225.5-.325t.55-.1q.3 0 .575.113t.5.337l.925.925q.2.225.313.5t.112.55q0 .275-.1.563t-.325.512l-5.2 5.2q-.15.15-.338.225T15.65 23H14q-.425 0-.712-.287T13 22Zm7.5-5.575l-.925-.925l.925.925Zm-6 5.075h.95l3.025-3.05l-.45-.475l-.475-.45l-3.05 3.025v.95Zm3.525-3.525l-.475-.45l.925.925l-.45-.475ZM7 10h7q.425 0 .713-.288T15 9V7q0-.425-.288-.713T14 6H7q-.425 0-.713.288T6 7v2q0 .425.288.713T7 10Zm5 8h.1l2.9-2.875V15q0-1.25-.875-2.125T12 12q-1.25 0-2.125.875T9 15q0 1.25.875 2.125T12 18Z"/>'
@@ -17158,7 +17158,7 @@ const KgWarehouse$1 = "", getProps = () => ({
17158
17158
  const I = k;
17159
17159
  return createVNode("div", null, [createVNode("div", null, [(C = I.whDsc) != null ? C : " ", createTextVNode(" - "), (R = I.whId) != null ? R : " "]), createVNode("div", {
17160
17160
  class: "address"
17161
- }, [(A = I.adrId) != null ? A : " "])]);
17161
+ }, [(A = I.adrnam) != null ? A : " "])]);
17162
17162
  }
17163
17163
  }]), c = ref([]), u = computed(() => {
17164
17164
  var I;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "publish:all:beta": "npm run bump-version:beta && npm run publish:all",
@@ -16,7 +16,7 @@
16
16
  "copy-to:luotao.wms-vue3--focus": "npm run build && tsx scripts/copy-to.luotao.wms-vue3.focus.ts",
17
17
  "- ------------------------------------------------": "",
18
18
  "cnpm:sync": "npm run switch-node-version && cnpm sync @kengic/vue",
19
- "switch-node-version": "nvm use 18.16.0 && corepack enable && corepack prepare pnpm@7.30.5 --activate",
19
+ "switch-node-version": "nvm use 18.18.0 && corepack enable && corepack prepare pnpm@7.30.5 --activate",
20
20
  "-- -----------------------------------------------": "",
21
21
  "bump-version:beta": "npm run switch-node-version && tsx scripts/bump.ts beta",
22
22
  "bump-version:major": "npm run switch-node-version && tsx scripts/bump.ts major",
@@ -24,7 +24,7 @@
24
24
  "bump-version:patch": "npm run switch-node-version && tsx scripts/bump.ts patch",
25
25
  "---- ---------------------------------------------": "",
26
26
  "publish:all": "npm run switch-node-version && tsx scripts/publish.ts",
27
- "publish:npm": "npm run switch-node-version && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public"
27
+ "publish:npm": "npm run switch-node-version && npmrc default && npm publish ./ --registry https://registry.npmjs.org/ --access public"
28
28
  },
29
29
  "peerDependencies": {
30
30
  "vue": "3.2.43"