@dckj-npm/dc-material 0.1.347 → 0.1.349

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.
@@ -567,6 +567,16 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
567
567
  initialValue: false,
568
568
  },
569
569
  },
570
+ {
571
+ title: '是否为愿望单列表',
572
+ name: 'isWishList',
573
+ description: '是否为愿望单列表',
574
+ setter: {
575
+ componentName: 'BoolSetter',
576
+ isRequired: true,
577
+ initialValue: false,
578
+ },
579
+ },
570
580
  {
571
581
  title: '是否为用户菜单列表',
572
582
  name: 'isUserMenu',
@@ -112,7 +112,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
112
112
  packageName = '@dckj-npm/dc-material';
113
113
  }
114
114
  if (version === void 0) {
115
- version = '0.1.347';
115
+ version = '0.1.349';
116
116
  }
117
117
  if (basicLibraryVersion === void 0) {
118
118
  basicLibraryVersion = {
@@ -489,6 +489,15 @@ var TeletextListMeta = {
489
489
  isRequired: true,
490
490
  initialValue: false
491
491
  }
492
+ }, {
493
+ title: '是否为愿望单列表',
494
+ name: 'isWishList',
495
+ description: '是否为愿望单列表',
496
+ setter: {
497
+ componentName: 'BoolSetter',
498
+ isRequired: true,
499
+ initialValue: false
500
+ }
492
501
  }, {
493
502
  title: '是否为用户菜单列表',
494
503
  name: 'isUserMenu',
@@ -117,7 +117,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
117
117
  packageName = '@dckj-npm/dc-material';
118
118
  }
119
119
  if (version === void 0) {
120
- version = '0.1.347';
120
+ version = '0.1.349';
121
121
  }
122
122
  if (basicLibraryVersion === void 0) {
123
123
  basicLibraryVersion = {
@@ -494,6 +494,15 @@ var TeletextListMeta = {
494
494
  isRequired: true,
495
495
  initialValue: false
496
496
  }
497
+ }, {
498
+ title: '是否为愿望单列表',
499
+ name: 'isWishList',
500
+ description: '是否为愿望单列表',
501
+ setter: {
502
+ componentName: 'BoolSetter',
503
+ isRequired: true,
504
+ initialValue: false
505
+ }
497
506
  }, {
498
507
  title: '是否为用户菜单列表',
499
508
  name: 'isUserMenu',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.347",
3
+ "version": "0.1.349",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "componentConfig": {
108
108
  "isComponentLibrary": true,
109
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.347/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.349/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"