@dckj-npm/dc-material 0.1.144 → 0.1.145

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.
@@ -1,8 +1,9 @@
1
1
  import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
2
2
 
3
3
  const DCFormMeta: IPublicTypeComponentMetadata = {
4
+ group: '低代码组件',
4
5
  componentName: 'DCForm',
5
- title: 'DCForm',
6
+ title: '表单',
6
7
  docUrl: '',
7
8
  screenshot: '',
8
9
  devMode: 'proCode',
@@ -52,7 +53,7 @@ const DCFormMeta: IPublicTypeComponentMetadata = {
52
53
  }
53
54
  const snippets: IPublicTypeSnippet[] = [
54
55
  {
55
- title: 'DCForm',
56
+ title: '表单',
56
57
  screenshot: '',
57
58
  schema: {
58
59
  componentName: 'DCForm',
@@ -1,7 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  var DCFormMeta = {
3
+ group: '低代码组件',
3
4
  componentName: 'DCForm',
4
- title: 'DCForm',
5
+ title: '表单',
5
6
  docUrl: '',
6
7
  screenshot: '',
7
8
  devMode: 'proCode',
@@ -65,7 +66,7 @@ var DCFormMeta = {
65
66
  }
66
67
  };
67
68
  var snippets = [{
68
- title: 'DCForm',
69
+ title: '表单',
69
70
  screenshot: '',
70
71
  schema: {
71
72
  componentName: 'DCForm',
@@ -95,7 +95,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
95
95
  packageName = '@dckj-npm/dc-material';
96
96
  }
97
97
  if (version === void 0) {
98
- version = '0.1.144';
98
+ version = '0.1.145';
99
99
  }
100
100
  if (basicLibraryVersion === void 0) {
101
101
  basicLibraryVersion = {
@@ -5,8 +5,9 @@ exports.__esModule = true;
5
5
  exports["default"] = void 0;
6
6
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
7
7
  var DCFormMeta = {
8
+ group: '低代码组件',
8
9
  componentName: 'DCForm',
9
- title: 'DCForm',
10
+ title: '表单',
10
11
  docUrl: '',
11
12
  screenshot: '',
12
13
  devMode: 'proCode',
@@ -70,7 +71,7 @@ var DCFormMeta = {
70
71
  }
71
72
  };
72
73
  var snippets = [{
73
- title: 'DCForm',
74
+ title: '表单',
74
75
  screenshot: '',
75
76
  schema: {
76
77
  componentName: 'DCForm',
@@ -100,7 +100,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
100
100
  packageName = '@dckj-npm/dc-material';
101
101
  }
102
102
  if (version === void 0) {
103
- version = '0.1.144';
103
+ version = '0.1.145';
104
104
  }
105
105
  if (basicLibraryVersion === void 0) {
106
106
  basicLibraryVersion = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.144",
3
+ "version": "0.1.145",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -103,7 +103,7 @@
103
103
  },
104
104
  "componentConfig": {
105
105
  "isComponentLibrary": true,
106
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.144/build/lowcode/assets-prod.json"
106
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.145/build/lowcode/assets-prod.json"
107
107
  },
108
108
  "lcMeta": {
109
109
  "type": "component"