0.1.18 • Published 2 years ago

roy-responsive-config v0.1.18

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

roy-responsive-config

responsive data wrapper that could automatically generate config interface

Build Setup

# install dependencies
npm install

# start development server for debug
npm run dev

# build in production
npm run build
  1. 新加的表单项,里面没有建立成功:相应数据的监听器
  2. 从select切回text会报options找不到

demo

实际程序运行中使用的配置数据结构

{
  control1: true,
  control2: false,
  attributes: [
    {
      key: 'P1',
      name: '属性1',
      type: 'select',
      required: false,
      properties: {
        defaultValue: '',
        placeholder: '',
        options: [
          { value: '0', name: '0000' },
          { value: '1', name: '1111' }
        ]
      },
      condition: [
        { field: 'P2', value: '1' }
      ]
    },
    {
      key: 'P2',
      name: '属性2',
      type: 'text',
      required: false,
      properties: {
        defaultValue: '',
        placeholder: ''
      }
    }
  ]
}
0.1.15

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago