0.1.18 • Published 9 months ago

roy-responsive-config v0.1.18

Weekly downloads
-
License
-
Repository
-
Last release
9 months 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

10 months ago

0.1.16

10 months ago

0.1.17

10 months ago

0.1.18

9 months ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago