@next-bricks/basic-bricks 1.249.9 → 1.249.10
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/stories.json
CHANGED
|
@@ -6165,7 +6165,8 @@
|
|
|
6165
6165
|
"author": "steve",
|
|
6166
6166
|
"slots": null,
|
|
6167
6167
|
"history": null,
|
|
6168
|
-
"
|
|
6168
|
+
"deprecated": true,
|
|
6169
|
+
"memo": "该构件已迁移至 `nav-legacy` 包中维护,后续版本将不再维护该构件,请使用 `nav-legacy.menu-bar` 构件\n\n\n> Tips: 因为绝对定位的原因,当前菜单被覆盖,右侧即为效果图,如果需要返回开发者中心,请点击浏览器返回\n```typescript\nexport interface SidebarMenu {\n title: string;\n icon?: MenuIcon;\n link?: LocationDescriptor;\n defaultCollapsed?: boolean;\n menuItems: SidebarMenuItem[];\n}\nexport declare type SidebarMenuItem = SidebarMenuSimpleItem | SidebarMenuGroup;\nexport interface SidebarMenuSimpleItem {\n text: string;\n to: LocationDescriptor;\n icon?: MenuIcon;\n type?: \"default\";\n exact?: boolean;\n activeIncludes?: string[];\n activeExcludes?: string[];\n key?: string;\n}\nexport interface SidebarMenuGroup {\n type: \"group\" | \"subMenu\";\n title: string;\n items: SidebarMenuItem[];\n key?: string;\n}\nexport declare type MenuIcon = AntdIcon | FaIcon | EasyopsIcon;\nexport interface AntdIcon {\n lib: \"antd\";\n type: string;\n theme?: ThemeType;\n}\nexport interface FaIcon {\n lib: \"fa\";\n icon: IconName;\n prefix?: IconPrefix;\n}\nexport interface EasyopsIcon {\n lib: \"easyops\";\n icon: string;\n category?: string;\n}\n```",
|
|
6169
6170
|
"properties": [
|
|
6170
6171
|
{
|
|
6171
6172
|
"name": "menu",
|
|
@@ -6190,7 +6191,8 @@
|
|
|
6190
6191
|
}
|
|
6191
6192
|
],
|
|
6192
6193
|
"interface": []
|
|
6193
|
-
}
|
|
6194
|
+
},
|
|
6195
|
+
"deprecated": true
|
|
6194
6196
|
},
|
|
6195
6197
|
{
|
|
6196
6198
|
"storyId": "basic-bricks.micro-app",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/basic-bricks",
|
|
3
|
-
"version": "1.249.
|
|
3
|
+
"version": "1.249.10",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-basics/tree/master/bricks/basic-bricks",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"immutability-helper": "^3.1.1"
|
|
53
53
|
},
|
|
54
54
|
"sideEffects": true,
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "4d1b0bb758085af497039119d17aa9183ca113a7"
|
|
56
56
|
}
|