s-material-react 0.1.61 → 0.1.63

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,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const AddressItem: ({ itemData, delAddress, setDefault, fontSize, iconSize }: any) => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface CardItemType {
3
2
  dataPic: string;
4
3
  goodsName: number;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const EvaluateItem: ({ starColor, starSize, itemData }: any) => JSX.Element;
3
2
  export default EvaluateItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const QjMobileIcon: ({ className, prefixClass, onClick, style, value }: {
3
2
  className?: string | any[] | undefined;
4
3
  prefixClass?: string | undefined;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function CartItem({ list }: {
3
2
  list: Array<any>;
4
3
  }): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface unusedType {
3
2
  coe: number;
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface unusedType {
3
2
  coe: number;
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface unusedType {
3
2
  coe: number;
4
3
  }
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const ClassifySkeleton: () => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const EvaluateEntry: () => JSX.Element;
3
2
  export default EvaluateEntry;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GoodsDetailCollection: ({ checkCollectionObj, setCheckCollectionObj, goods }: any) => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GoodsDetailCoupon: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GoodsDetailEvaluate: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GoodsDetailHandleBar: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GoodsDetailInfo: ({ tabActive, goods }: any) => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GoodsDetailPromotion: ({ promotionList }: any) => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const MenuList: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const OrderEntry: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface OrderType {
3
2
  contractBillcode: string;
4
3
  goodsList: Array<OrderGoodsItem>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface AddressType {
3
2
  provinceName: string;
4
3
  cityName: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const ShopJsx: ({ goodsList }: {
3
2
  goodsList: Array<any>;
4
3
  }) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "s-material-react",
3
- "version": "0.1.61",
3
+ "version": "0.1.63",
4
4
  "description": "'组件库'",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": [
@@ -27,14 +27,14 @@
27
27
  "author": "",
28
28
  "license": "ISC",
29
29
  "dependencies": {
30
- "@brushes/simulate-component": "^0.1.10",
31
- "@brushes/utils": "^0.0.11",
30
+ "@brushes/simulate-component": "^0.1.11",
31
+ "@brushes/utils": "^0.0.12",
32
32
  "@stencil/core": "^3.1.0",
33
33
  "china-division": "^2.6.0",
34
34
  "classnames": "^2.3.2",
35
35
  "lodash-es": "^4.17.21",
36
- "qj-b2c-api": "^1.0.15",
37
- "qj-mobile-store": "^1.0.33",
36
+ "qj-b2c-api": "^1.0.17",
37
+ "qj-mobile-store": "^1.0.35",
38
38
  "react": "^18.2.0"
39
39
  },
40
40
  "devDependencies": {