0.0.125 • Published 12 months ago

@myun/business-component v0.0.125

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

@myun-design/commonComponent

TODO: description

Usage

const commoncomponent = require('@myun-design/commonComponent');

// TODO: DEMONSTRATE API
business-component
├─ .DS_Store
├─ .fatherrc.ts
├─ README.md
├─ __tests__
│  └─ commonComponent.test.js
├─ dist
│  └─ umd
│     └─ index.min.js
├─ package.json
├─ src
│  ├─ apis
│  │  ├─ live.ts
│  │  ├─ product
│  │  │  ├─ operation.ts
│  │  │  └─ product-manage.ts
│  │  └─ product.ts
│  ├─ common
│  │  ├─ IconFont
│  │  │  └─ index.tsx
│  │  ├─ MyunProvider
│  │  │  └─ index.tsx
│  │  └─ m-form-table
│  │     └─ index.tsx
│  ├─ h5Components
│  │  ├─ ColumnCard
│  │  │  ├─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ CourseCard
│  │  │  ├─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ DiamondPosition
│  │  │  ├─ demos
│  │  │  │  └─ index.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ Image
│  │  │  ├─ demos
│  │  │  │  └─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ Product
│  │  │  ├─ category
│  │  │  │  ├─ CategoryTree.tsx
│  │  │  │  └─ index.tsx
│  │  │  ├─ course.tsx
│  │  │  ├─ demos
│  │  │  │  ├─ demo.tsx
│  │  │  │  └─ demo2.tsx
│  │  │  ├─ filterBottom.tsx
│  │  │  ├─ index.md
│  │  │  ├─ index.tsx
│  │  │  ├─ live.tsx
│  │  │  └─ menu.tsx
│  │  ├─ Swiper
│  │  │  ├─ demos
│  │  │  │  └─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ TabCard
│  │  │  ├─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ container
│  │  │  ├─ demos
│  │  │  │  └─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  └─ index.ts
│  ├─ index.ts
│  ├─ pcComponent
│  │  ├─ .DS_Store
│  │  ├─ ColumnCard
│  │  │  ├─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ CourseCard
│  │  │  ├─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ Image
│  │  │  ├─ .DS_Store
│  │  │  ├─ demos
│  │  │  │  └─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ Product
│  │  │  ├─ components
│  │  │  │  ├─ CategoryTree
│  │  │  │  │  └─ index.tsx
│  │  │  │  ├─ GradeFilter
│  │  │  │  │  └─ index.tsx
│  │  │  │  ├─ MultiSeriateProduct
│  │  │  │  │  └─ index.tsx
│  │  │  │  └─ SingleColProduct
│  │  │  │     └─ index.tsx
│  │  │  ├─ demos
│  │  │  │  └─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ Swiper
│  │  │  ├─ demos
│  │  │  │  └─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  ├─ TabCard
│  │  │  ├─ demo.tsx
│  │  │  ├─ index.md
│  │  │  └─ index.tsx
│  │  └─ index.ts
│  ├─ rightConfig
│  │  ├─ ColumnCard
│  │  │  ├─ h5.tsx
│  │  │  ├─ index.tsx
│  │  │  └─ pc.tsx
│  │  ├─ CourseCard
│  │  │  ├─ h5.tsx
│  │  │  ├─ index.tsx
│  │  │  └─ pc.tsx
│  │  ├─ DiamondPosition
│  │  │  └─ h5.tsx
│  │  ├─ Image
│  │  │  ├─ h5.tsx
│  │  │  ├─ index.tsx
│  │  │  └─ pc.tsx
│  │  ├─ Product
│  │  │  ├─ h5.tsx
│  │  │  ├─ index.tsx
│  │  │  └─ pc.tsx
│  │  ├─ Swiper
│  │  │  ├─ components
│  │  │  │  └─ nav-config.tsx
│  │  │  ├─ h5.tsx
│  │  │  └─ pc.tsx
│  │  ├─ TabCard
│  │  │  ├─ h5.tsx
│  │  │  ├─ index.tsx
│  │  │  └─ pc.tsx
│  │  └─ common
│  │     ├─ banner-pro-select
│  │     │  └─ index.tsx
│  │     ├─ link-config
│  │     │  └─ index.tsx
│  │     ├─ select-content-page
│  │     │  └─ index.tsx
│  │     ├─ select-modal
│  │     │  └─ index.tsx
│  │     ├─ sort-package-modal
│  │     │  └─ index.tsx
│  │     ├─ sort-product-drag-modal
│  │     │  └─ index.tsx
│  │     └─ sort-product-modal
│  │        └─ index.tsx
│  ├─ styles
│  │  ├─ common.less
│  │  ├─ function.less
│  │  ├─ h5Components
│  │  │  ├─ ColumnCard
│  │  │  │  └─ index.less
│  │  │  ├─ CourseCard
│  │  │  │  └─ index.less
│  │  │  ├─ Diamond
│  │  │  │  └─ index.less
│  │  │  ├─ Image
│  │  │  │  └─ index.less
│  │  │  ├─ Product
│  │  │  │  ├─ category.less
│  │  │  │  └─ index.less
│  │  │  ├─ Swiper
│  │  │  │  └─ index.less
│  │  │  └─ TabCard
│  │  │     └─ index.less
│  │  ├─ index.less
│  │  ├─ pcComponents
│  │  │  ├─ ColumnCard
│  │  │  │  └─ index.less
│  │  │  ├─ CourseCard
│  │  │  │  └─ index.less
│  │  │  ├─ Image
│  │  │  │  └─ index.less
│  │  │  ├─ Product
│  │  │  │  ├─ categoryTree.less
│  │  │  │  ├─ gradeFilter.less
│  │  │  │  ├─ index.less
│  │  │  │  ├─ multiSeriateProduct.less
│  │  │  │  └─ singleColProduct.less
│  │  │  ├─ Swiper
│  │  │  │  └─ index.less
│  │  │  └─ TabCard
│  │  │     └─ index.less
│  │  ├─ rightConfig
│  │  │  ├─ common
│  │  │  │  ├─ card-setting.less
│  │  │  │  ├─ m-form-table.less
│  │  │  │  ├─ select-modal.less
│  │  │  │  ├─ sort-package-modal.less
│  │  │  │  └─ sort-product-modal.less
│  │  │  ├─ diamond.less
│  │  │  ├─ image.less
│  │  │  ├─ swiper.less
│  │  │  └─ tabCard.less
│  │  └─ variables.less
│  ├─ types
│  │  ├─ columnCard.ts
│  │  ├─ common
│  │  │  ├─ banner-pro-select.ts
│  │  │  ├─ page-management.ts
│  │  │  └─ select-modal.ts
│  │  ├─ common.ts
│  │  ├─ courseCard.ts
│  │  ├─ diamond.d.ts
│  │  ├─ global.d.ts
│  │  ├─ image.d.ts
│  │  ├─ index.d.ts
│  │  ├─ product
│  │  │  ├─ categoryTree.ts
│  │  │  ├─ index.ts
│  │  │  ├─ multiSeriateProduct.ts
│  │  │  ├─ operation.ts
│  │  │  └─ singleColProduct.ts
│  │  ├─ swiper.d.ts
│  │  └─ tabCard.d.ts
│  └─ utils
│     ├─ common-tsx.tsx
│     ├─ common.ts
│     ├─ commonFunc.ts
│     ├─ handleCourse.ts
│     ├─ index.ts
│     ├─ request.ts
│     └─ validation.ts
├─ tsconfig.json
└─ typings.d.ts