@quec/panel-model-component-kit
v0.0.3
Published
QuecComponentsKit: Panel components Kit for QuecPanel
Readme
📦 @quec/panel-model-component-kit
QUEC Panel Model Components Kit - 面板物模型专用组件库
服务于物模型的组件库,用于快速开发物模型。
goal
- TODO 提供不同种类的物模型的自定义下发或者读取组件
- TODO 提供物模型数组列表的下发或者读取组件
Prepare 组件命名方式: [物模型类型].[组件类型]
A. 基础物模型 (text、enum、number、bool、date)
Text
- Cell
- Dialog.Input
Number
- Cell
- Dialog.input
- Stepper
- Slider
- Slider(弧形) (滞后)(彩色)(不急)
Bool
- Cell -switch
- Cell -single check box
- Dialog.Option
Enum
- Cell
- Cell - (multiple check box) (TODO)
- Slider - (步骤、进程) (TODO)
- Dialog.Option
- Dialog.Wheel (TODO)
Date
- Cell
- Dialog.Wheel (TODO)
B. 复杂型物模型 (struct、array<basic>、array<struct>)
Struct
- Cell
- Page
Array.Basic
- Cell
- Page
Array.Struct
- Cell
- Page
C. 物模型列表 AnyTSL[]
- Cell.List
- Block.List
