@chamn/render 0.0.34 → 0.0.35

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.
@@ -22,3 +22,4 @@ export declare const getMatchVal: (val: string, regArr: RegExp[]) => string[];
22
22
  export declare const getComponentsLibs: (libs: Record<string, any>, list: ComponentMetaType[]) => Record<string, any>;
23
23
  export declare const getThirdLibs: (libs: Record<string, any>, list: LibMetaType[]) => Record<string, any>;
24
24
  export declare const getNodeCssClassName: (node: CNode | CRootNode) => string;
25
+ export declare const findComponentByChainRefer: (componentReferPath: string, components: Record<string, any>) => () => string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "dist"
6
6
  ],
7
- "version": "0.0.34",
7
+ "version": "0.0.35",
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
@@ -25,16 +25,16 @@
25
25
  "react-dom": ">=16.9.0"
26
26
  },
27
27
  "dependencies": {
28
- "@chamn/model": "^0.0.34",
28
+ "@chamn/model": "^0.0.35",
29
29
  "html-tag-names": "^2.0.1",
30
30
  "loadjs": "4.3.0-rc1",
31
31
  "lodash-es": "^4.17.21",
32
32
  "zustand": "^4.3.8"
33
33
  },
34
34
  "devDependencies": {
35
- "@chamn/build-script": "^0.0.34",
36
- "@chamn/demo-page": "^0.0.34",
37
- "@chamn/material": "^0.0.34",
35
+ "@chamn/build-script": "^0.0.35",
36
+ "@chamn/demo-page": "^0.0.35",
37
+ "@chamn/material": "^0.0.35",
38
38
  "@types/loadjs": "^4.0.1",
39
39
  "@types/lodash-es": "^4.17.6",
40
40
  "@types/node": "^18.15.9",
@@ -49,5 +49,5 @@
49
49
  "vite-plugin-dts": "^2.1.0"
50
50
  },
51
51
  "config": {},
52
- "gitHead": "0d0c2421882660710b5c5a85c61f21d7e45aff69"
52
+ "gitHead": "639e02ae24aa1a6dae1ad1ca41e499623f1eb59c"
53
53
  }