@dckj-npm/dc-material 0.1.244 → 0.1.246

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.
@@ -549,7 +549,7 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
549
549
  name: 'isShoppingCart',
550
550
  description: '是否为购物车列表',
551
551
  setter: {
552
- componentName: 'BooleanSetter',
552
+ componentName: 'BoolSetter',
553
553
  isRequired: true,
554
554
  initialValue: false,
555
555
  },
@@ -101,7 +101,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
101
101
  packageName = '@dckj-npm/dc-material';
102
102
  }
103
103
  if (version === void 0) {
104
- version = '0.1.244';
104
+ version = '0.1.246';
105
105
  }
106
106
  if (basicLibraryVersion === void 0) {
107
107
  basicLibraryVersion = {
@@ -469,7 +469,7 @@ var TeletextListMeta = {
469
469
  name: 'isShoppingCart',
470
470
  description: '是否为购物车列表',
471
471
  setter: {
472
- componentName: 'BooleanSetter',
472
+ componentName: 'BoolSetter',
473
473
  isRequired: true,
474
474
  initialValue: false
475
475
  }
@@ -106,7 +106,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
106
106
  packageName = '@dckj-npm/dc-material';
107
107
  }
108
108
  if (version === void 0) {
109
- version = '0.1.244';
109
+ version = '0.1.246';
110
110
  }
111
111
  if (basicLibraryVersion === void 0) {
112
112
  basicLibraryVersion = {
@@ -474,7 +474,7 @@ var TeletextListMeta = {
474
474
  name: 'isShoppingCart',
475
475
  description: '是否为购物车列表',
476
476
  setter: {
477
- componentName: 'BooleanSetter',
477
+ componentName: 'BoolSetter',
478
478
  isRequired: true,
479
479
  initialValue: false
480
480
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.244",
3
+ "version": "0.1.246",
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.244/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.246/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"