@dckj-npm/dc-material 0.1.202 → 0.1.204

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.
@@ -322,7 +322,7 @@ const TeletextListMeta: IPublicTypeComponentMetadata = {
322
322
  extraProps: {
323
323
  setValue(target, value) {
324
324
  target.getProps().setPropValue('textLines', value)
325
- //获取组件schema
325
+ // 获取组件schema
326
326
  const schema = target?.node?.schema
327
327
  const currentLength =
328
328
  schema?.children?.filter(
@@ -99,7 +99,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
99
99
  packageName = '@dckj-npm/dc-material';
100
100
  }
101
101
  if (version === void 0) {
102
- version = '0.1.202';
102
+ version = '0.1.204';
103
103
  }
104
104
  if (basicLibraryVersion === void 0) {
105
105
  basicLibraryVersion = {
@@ -280,7 +280,7 @@ var TeletextListMeta = {
280
280
  setValue: function setValue(target, value) {
281
281
  var _target$node, _schema$children, _schema$children$filt;
282
282
  target.getProps().setPropValue('textLines', value);
283
- //获取组件schema
283
+ // 获取组件schema
284
284
  var schema = target === null || target === void 0 ? void 0 : (_target$node = target.node) === null || _target$node === void 0 ? void 0 : _target$node.schema;
285
285
  var currentLength = (schema === null || schema === void 0 ? void 0 : (_schema$children = schema.children) === null || _schema$children === void 0 ? void 0 : (_schema$children$filt = _schema$children.filter(function (child) {
286
286
  var _child$props$key;
@@ -104,7 +104,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
104
104
  packageName = '@dckj-npm/dc-material';
105
105
  }
106
106
  if (version === void 0) {
107
- version = '0.1.202';
107
+ version = '0.1.204';
108
108
  }
109
109
  if (basicLibraryVersion === void 0) {
110
110
  basicLibraryVersion = {
@@ -285,7 +285,7 @@ var TeletextListMeta = {
285
285
  setValue: function setValue(target, value) {
286
286
  var _target$node, _schema$children, _schema$children$filt;
287
287
  target.getProps().setPropValue('textLines', value);
288
- //获取组件schema
288
+ // 获取组件schema
289
289
  var schema = target === null || target === void 0 ? void 0 : (_target$node = target.node) === null || _target$node === void 0 ? void 0 : _target$node.schema;
290
290
  var currentLength = (schema === null || schema === void 0 ? void 0 : (_schema$children = schema.children) === null || _schema$children === void 0 ? void 0 : (_schema$children$filt = _schema$children.filter(function (child) {
291
291
  var _child$props$key;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.202",
3
+ "version": "0.1.204",
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.202/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.204/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"