@zscreate/form-component 1.1.643 → 1.1.644

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.644"};
75357
75389
 
75358
75390
  /***/ }),
75359
75391
 
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.644",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/form-component.umd.js",