🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mamba-le/plugin-next

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba-le/plugin-next

next 包聚合

latest
npmnpm
Version
0.3.7
Version published
Weekly downloads
12
200%
Maintainers
1
Weekly downloads
 
Created
Source

plugin-umi

说明

umi 扩展插件库

扩展组件库 目录介绍 和 Vue 类同

components
├── actions                                                 # 操作按钮
│   ├── index.tsx
│   └── style.less
├── designPro                                               # Pro 组件扩展 引入mobx绑定
│   ├── field.tsx
│   ├── icons.ts
│   └── index.tsx
├── grid                                                    # Aggird 数据扩展
│   ├── defaultOptions.ts                                   # Aggird 默认配置
│   ├── frameworks                                          # Aggird 显示组件扩展
│   │   ├── image.tsx
│   │   ├── index.ts
│   │   ├── loadingOverlayComponent.tsx
│   │   ├── noRowsOverlayComponent.tsx
│   │   └── style.less
│   ├── grid.tsx                                            # Aggird 组件引用 懒加载
│   ├── index.tsx                                           # 组件导出 扩展 配合控制器使用 
│   └── style.less
├── locales                                                 # 多语言
│   ├── en
│   │   ├── action.ts
│   │   ├── index.ts
│   │   ├── other.ts
│   │   └── tips.ts
│   ├── index.ts
│   └── zh
│       ├── action.ts
│       ├── index.ts
│       ├── other.ts
│       └── tips.ts
├── views                                                   # pages 视图扩展
│   ├── details.tsx                                         # 详情表单
│   ├── filter.tsx                                          # 搜索表单
│   ├── style.module.less
│   └── view.tsx                                            # 弹出框视图 路由参数扩展版本
├── global.d.ts
├── index.ts                                                # 统一的导出文件
├── patchRoutes.ts
├── prototype.ts                                            # 原型方法扩展
├── userAgent.ts                                            # 浏览器环境


Keywords

mamba-le

FAQs

Package last updated on 06 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts