@byteluck-fe/model-driven-controls
TypeScript icon, indicating that this package has built-in type declarations

2.21.0-beta.12 • Public • Published

Controls

主要存放内部控件的实现

└─src
  ├─baseControls // 基础控件
  │  ├─BatchPrintListButton
  │  ├─BatchPrintRecordListButton
  │  ├─BatchSubmissionListButton
  │  ├─Button
  │  ├─CreateFormListButton
  │  ├─Dashboard
  │  ├─Divider
  │  ├─ExportListButton
  │  ├─ExportRecordListButton
  │  ├─FormSelectButton
  │  ├─ImportRecordListButton
  │  ├─InvoiceCheckButton
  │  ├─Link
  │  ├─ListSelectButton
  │  ├─ListViewSelect
  │  ├─Pagination
  │  ├─SubmissionRecordListButton
  │  ├─Text
  │  ├─TextOcrButton
  │  └─Title
  ├─columnControls // 列控件
  │  ├─ArrayColumn
  │  ├─AutoNumberColumn
  │  ├─CustomColumn
  │  ├─DecimalColumn
  │  ├─DepartmentColumn
  │  ├─EmployeeColumn
  │  ├─FileColumn
  │  ├─ImageColumn
  │  ├─LocationColumn
  │  ├─OperationColumn
  │  ├─OrderColumn
  │  ├─PeopleColumn
  │  ├─TextColumn
  │  ├─TimescopeColumn
  │  ├─TimestampColumn
  │  └─VarcharColumn
  ├─formControls // 表单控件
  │  ├─Address
  │  ├─Amount
  │  ├─Attachment
  │  ├─AutoNumber
  │  ├─Calc
  │  ├─Checkbox
  │  ├─DatePicker
  │  ├─DateRange
  │  ├─Department
  │  ├─ElectronicSignature
  │  ├─Employee
  │  ├─Employee2
  │  ├─Image
  │  ├─Input
  │  ├─Number
  │  ├─Radio
  │  ├─RichText
  │  ├─Score
  │  ├─SearchDateRange
  │  ├─SearchInput
  │  ├─SearchNumberRange
  │  ├─Select
  │  ├─SelectMultiple
  │  ├─SelectRelation
  │  ├─Textarea
  │  ├─Tree
  │  ├─VueFormItem
  │  └─WPS
  ├─layoutControls // 布局控件
  │  ├─AdvancedContainer
  │  ├─CardGroup
  │  ├─Col
  │  ├─DataView
  │  ├─Grid
  │  ├─GridRow
  │  ├─GridTableColumn
  │  ├─ListView
  │  ├─Page
  │  ├─Position
  │  ├─PositioningContainer
  │  ├─Row
  │  ├─SubTableColumn
  │  ├─SubTableRow
  │  ├─Tab
  │  ├─TabPane
  │  └─Toolbox
  ├─listControls // 列表控件
  │  ├─GridTable
  │  └─SubTable
  ├─searchControls // 搜索控件
  │  └─SimpleSearch
  ├─framework.ts // 基础工具类
  ├─type.ts // 类型重载
  └─index.ts // 入口文件

Readme

Keywords

none

Package Sidebar

Install

npm i @byteluck-fe/model-driven-controls

Weekly Downloads

224

Version

2.21.0-beta.12

License

ISC

Unpacked Size

2.21 MB

Total Files

947

Last publish

Collaborators

  • byteluck-fe