@plasmicpkgs/antd5 0.0.321 → 0.0.323
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.
- package/dist/.tsbuildinfo +1 -1
- package/dist/registerMenu.d.ts +1 -1
- package/package.json +8 -8
- package/skinny/registerMenu.d.ts +1 -1
package/dist/registerMenu.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Menu as AntdMenu } from "antd";
|
|
|
3
3
|
import { Registerable } from "./utils";
|
|
4
4
|
export { AntdMenu };
|
|
5
5
|
export declare const AntdMenuDivider: import("react").FC<import("antd/es/menu").MenuDividerProps>;
|
|
6
|
-
export declare const AntdMenuItem: Omit<import("react").FunctionComponent<import("antd").MenuItemProps>, ""> & (<T extends import("antd").MenuItemProps>(props: T extends infer U extends import("antd").MenuItemProps ? unknown extends U ? import("antd").MenuItemProps : U : import("antd").MenuItemProps,
|
|
6
|
+
export declare const AntdMenuItem: Omit<import("react").FunctionComponent<import("antd").MenuItemProps>, ""> & (<T extends import("antd").MenuItemProps>(props: T extends infer U extends import("antd").MenuItemProps ? unknown extends U ? import("antd").MenuItemProps : U : import("antd").MenuItemProps, deprecatedLegacyContext?: any) => import("react").ReactNode);
|
|
7
7
|
export declare const AntdMenuItemGroup: typeof AntdMenu.ItemGroup;
|
|
8
8
|
export declare const AntdSubMenu: import("react").FC<import("antd").SubMenuProps>;
|
|
9
9
|
export declare const MENU_ITEM_TYPE: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasmicpkgs/antd5",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.323",
|
|
4
4
|
"description": "Plasmic registration calls for antd components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -66,17 +66,17 @@
|
|
|
66
66
|
"@babel/preset-env": "^7.22.15",
|
|
67
67
|
"@babel/preset-react": "^7.22.15",
|
|
68
68
|
"@babel/preset-typescript": "^7.22.15",
|
|
69
|
-
"@plasmicapp/data-sources": "0.1.
|
|
70
|
-
"@plasmicapp/host": "1.0.
|
|
71
|
-
"@plasmicapp/query": "0.1.
|
|
72
|
-
"@plasmicapp/react-web": "0.2.
|
|
69
|
+
"@plasmicapp/data-sources": "0.1.201",
|
|
70
|
+
"@plasmicapp/host": "1.0.236",
|
|
71
|
+
"@plasmicapp/query": "0.1.83",
|
|
72
|
+
"@plasmicapp/react-web": "0.2.417",
|
|
73
73
|
"@rollup/plugin-commonjs": "^11.0.0",
|
|
74
74
|
"@rollup/plugin-json": "^4.0.0",
|
|
75
75
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
76
76
|
"@types/lodash": "^4.14.200",
|
|
77
77
|
"@types/node": "^14.0.26",
|
|
78
|
-
"@types/react": "^18
|
|
79
|
-
"@types/react-dom": "^18
|
|
78
|
+
"@types/react": "^18",
|
|
79
|
+
"@types/react-dom": "^18",
|
|
80
80
|
"glob": "^8.1.0",
|
|
81
81
|
"rc-input-number": "^8.1.0",
|
|
82
82
|
"rc-menu": "^9.12.2",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
"publishConfig": {
|
|
97
97
|
"access": "public"
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "fa74df4b34ddcda455a67582f64d2a2e35ec9c12"
|
|
100
100
|
}
|
package/skinny/registerMenu.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Menu as AntdMenu } from "antd";
|
|
|
3
3
|
import { Registerable } from "./utils";
|
|
4
4
|
export { AntdMenu };
|
|
5
5
|
export declare const AntdMenuDivider: import("react").FC<import("antd/es/menu").MenuDividerProps>;
|
|
6
|
-
export declare const AntdMenuItem: Omit<import("react").FunctionComponent<import("antd").MenuItemProps>, ""> & (<T extends import("antd").MenuItemProps>(props: T extends infer U extends import("antd").MenuItemProps ? unknown extends U ? import("antd").MenuItemProps : U : import("antd").MenuItemProps,
|
|
6
|
+
export declare const AntdMenuItem: Omit<import("react").FunctionComponent<import("antd").MenuItemProps>, ""> & (<T extends import("antd").MenuItemProps>(props: T extends infer U extends import("antd").MenuItemProps ? unknown extends U ? import("antd").MenuItemProps : U : import("antd").MenuItemProps, deprecatedLegacyContext?: any) => import("react").ReactNode);
|
|
7
7
|
export declare const AntdMenuItemGroup: typeof AntdMenu.ItemGroup;
|
|
8
8
|
export declare const AntdSubMenu: import("react").FC<import("antd").SubMenuProps>;
|
|
9
9
|
export declare const MENU_ITEM_TYPE: {
|