@next-core/brick-kit 2.183.1 → 2.183.2
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.
|
@@ -32,7 +32,7 @@ export declare function SingleBrickAsComponentFactory(React: typeof _React): Rea
|
|
|
32
32
|
* @param props - 属性。
|
|
33
33
|
*/
|
|
34
34
|
export declare const SingleBrickAsComponent: React.MemoExoticComponent<({ useBrick, data, refCallback, immediatelyRefCallback, }: SingleBrickAsComponentProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>>;
|
|
35
|
-
export declare function BrickAsComponentFactory(React: typeof _React): (
|
|
35
|
+
export declare function BrickAsComponentFactory(React: typeof _React): (props: BrickAsComponentProps) => React.ReactElement;
|
|
36
36
|
/**
|
|
37
37
|
* 可以渲染 `useBrick` 的 React 组件。
|
|
38
38
|
*
|
|
@@ -51,7 +51,7 @@ export declare function BrickAsComponentFactory(React: typeof _React): ({ useBri
|
|
|
51
51
|
*
|
|
52
52
|
* @param props - 属性。
|
|
53
53
|
*/
|
|
54
|
-
export declare const BrickAsComponent: (
|
|
54
|
+
export declare const BrickAsComponent: (props: BrickAsComponentProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
55
55
|
export declare function ForwardRefSingleBrickAsComponentFactory(React: typeof _React): React.MemoExoticComponent<React.ForwardRefExoticComponent<SingleBrickAsComponentProps & React.RefAttributes<HTMLElement>>>;
|
|
56
56
|
export declare const ForwardRefSingleBrickAsComponent: React.MemoExoticComponent<React.ForwardRefExoticComponent<SingleBrickAsComponentProps & React.RefAttributes<HTMLElement>>>;
|
|
57
57
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrickAsComponent.d.ts","sourceRoot":"","sources":["../../src/BrickAsComponent.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,MAAM,MAAM,OAAO,CAAC;AAEhC,OAAO,EACL,YAAY,EACZ,kBAAkB,EAQnB,MAAM,wBAAwB,CAAC;AAgDhC,UAAU,qBAAqB;IAC7B,QAAQ,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;CAC7D;AAED,UAAU,2BAA4B,SAAQ,qBAAqB;IACjE,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAC7C,sBAAsB,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;CACzD;AA+ED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,OAAO,MAAM,wFAM7D,2BAA2B,KAAG,MAAM,YAAY,EAsSpD;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,sBAAsB,uFAxT9B,2BAA2B,wEAwT0C,CAAC;AAE3E,wBAAgB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"BrickAsComponent.d.ts","sourceRoot":"","sources":["../../src/BrickAsComponent.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,MAAM,MAAM,OAAO,CAAC;AAEhC,OAAO,EACL,YAAY,EACZ,kBAAkB,EAQnB,MAAM,wBAAwB,CAAC;AAgDhC,UAAU,qBAAqB;IAC7B,QAAQ,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;OAEG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC;CAC7D;AAED,UAAU,2BAA4B,SAAQ,qBAAqB;IACjE,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,WAAW,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAC7C,sBAAsB,CAAC,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;CACzD;AA+ED,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,OAAO,MAAM,wFAM7D,2BAA2B,KAAG,MAAM,YAAY,EAsSpD;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,sBAAsB,uFAxT9B,2BAA2B,wEAwT0C,CAAC;AAE3E,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,OAAO,MAAM,GACnB,CAAC,KAAK,EAAE,qBAAqB,KAAK,KAAK,CAAC,YAAY,CAiBtD;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,gBAAgB,UArClB,qBAAqB,uEAqC8B,CAAC;AAgC/D,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,OAAO,MAAM,8HAwS3E;AAED,eAAO,MAAM,gCAAgC,4HACG,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-kit",
|
|
3
|
-
"version": "2.183.
|
|
3
|
+
"version": "2.183.2",
|
|
4
4
|
"description": "Kernel",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-kit",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"react-dom": "*",
|
|
85
85
|
"react-i18next": "*"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "e5bc433cd407edacbf89e48d0857e43050450fd1"
|
|
88
88
|
}
|