xyvcard-goods 0.0.15 → 0.0.16

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,6 @@
1
1
  import { defineComponent as te, ref as b, computed as se, watch as D, resolveComponent as i, openBlock as m, createElementBlock as g, Fragment as k, unref as O, createVNode as o, withCtx as a, createCommentVNode as I, renderList as y, createElementVNode as S, toDisplayString as Y, createTextVNode as w, createBlock as P } from "vue";
2
- import { C as E, D as ue, S as H, a as ne } from "./index-DZJVaUh3.mjs";
3
- import { s as de, _ as re } from "./skuTable-YDBH_oRN.mjs";
2
+ import { C as E, D as ue, S as H, a as ne } from "./index-CmKF2zdn.mjs";
3
+ import { s as de, _ as re } from "./skuTable-DbNThlFG.mjs";
4
4
  const pe = { key: 0 }, ce = {
5
5
  key: 1,
6
6
  class: "w-full"
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as O, ref as C, computed as q, watch as $, resolveComponent as v, openBlock as _, createElementBlock as U, createElementVNode as g, createVNode as n, withCtx as d, createTextVNode as S, createCommentVNode as F, Fragment as M, renderList as G, createBlock as x, toDisplayString as D, unref as z } from "vue";
2
- import { D as K } from "./index-DZJVaUh3.mjs";
2
+ import { D as K } from "./index-CmKF2zdn.mjs";
3
3
  import { fileApi as E } from "jmash-core";
4
4
  const H = (a, h) => {
5
5
  const s = a.__vccOpts || a;
package/dts/api/dict.d.ts CHANGED
@@ -13,7 +13,7 @@ export declare class ShopInfoBizDict extends BizDict {
13
13
  useValues(): Promise<Entry[]>;
14
14
  }
15
15
  export declare class GoodsCategoryListBizLayDict extends BizLayDict {
16
- useValues(excludeId?: string): Promise<LayEntry[]>;
16
+ useValues(): Promise<LayEntry[]>;
17
17
  }
18
18
  export declare class SpecInfoBizDict extends BizDict {
19
19
  useValues(): Promise<Entry[]>;
@@ -49,7 +49,7 @@ export interface GoodsSpuKeyList extends EntityKeyList {
49
49
  }
50
50
  export interface GoodsSpuCreateReq extends EntityCreateReq {
51
51
  shopId?: string;
52
- categoryId?: string;
52
+ categoryId?: Array<string>;
53
53
  freightType?: string;
54
54
  freightAmount?: number;
55
55
  spuCode?: string;
@@ -67,7 +67,7 @@ export interface GoodsSpuCreateReq extends EntityCreateReq {
67
67
  export interface GoodsSpuUpdateReq extends EntityUpdateReq {
68
68
  spuId?: string;
69
69
  shopId?: string;
70
- categoryId?: string;
70
+ categoryId?: Array<string>;
71
71
  freightType?: string;
72
72
  freightAmount?: number;
73
73
  spuCode?: string;
@@ -0,0 +1,2 @@
1
+ import type { LayEntry } from 'jmash-core';
2
+ export declare function returnBizLay(list: any, label: string, value: string): LayEntry[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xyvcard-goods",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "private": false,
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dts/index.d.ts",