@zscreate/form-component 1.1.643 → 1.1.645

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13716,6 +13716,38 @@ const config = [{
13716
13716
  canView: true,
13717
13717
  disabled: false
13718
13718
  }
13719
+ }, {
13720
+ type: 'barcode',
13721
+ name: '条形码',
13722
+ icon: 'icon-input',
13723
+ dataColumns: [],
13724
+ model: 'barcode',
13725
+ options: {
13726
+ defaultValue: "",
13727
+ canEdit: true,
13728
+ width: '100%',
13729
+ height: 50,
13730
+ placeholder: '查询会议室占用',
13731
+ defaulcanView: true,
13732
+ canView: true,
13733
+ disabled: false
13734
+ }
13735
+ }, {
13736
+ type: 'carousel',
13737
+ name: '图片轮播',
13738
+ icon: 'icon-tupian',
13739
+ dataColumns: [],
13740
+ model: 'carousel',
13741
+ options: {
13742
+ defaultValue: "",
13743
+ canEdit: true,
13744
+ width: '100%',
13745
+ height: 50,
13746
+ placeholder: '查询会议室占用',
13747
+ defaulcanView: true,
13748
+ canView: true,
13749
+ disabled: false
13750
+ }
13719
13751
  }];
13720
13752
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (config);
13721
13753
  const HnKjTypes = Array.from(new Set(config.map(item => item.type)));
@@ -75353,7 +75385,7 @@ const getSignature = params => (0,_form_api_manage__WEBPACK_IMPORTED_MODULE_0__/
75353
75385
  /***/ ((module) => {
75354
75386
 
75355
75387
  "use strict";
75356
- module.exports = {"rE":"1.1.643"};
75388
+ module.exports = {"rE":"1.1.645"};
75357
75389
 
75358
75390
  /***/ }),
75359
75391
 
@@ -173294,7 +173326,7 @@ const layoutComponents = [{
173294
173326
  }
173295
173327
  }, {
173296
173328
  type: 'grid-lay-out',
173297
- name: '网格布局',
173329
+ name: '表格布局',
173298
173330
  icon: 'icon-wanggebuju',
173299
173331
  columns: [{
173300
173332
  x: 0,
@@ -173368,7 +173400,7 @@ const layoutComponents = [{
173368
173400
  rules: []
173369
173401
  }, {
173370
173402
  type: 'placeholder',
173371
- name: '占位字段',
173403
+ name: '分割线',
173372
173404
  bgc: undefined,
173373
173405
  space: 0,
173374
173406
  wordsize: undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/form-component",
3
- "version": "1.1.643",
3
+ "version": "1.1.645",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",