@dckj-npm/dc-material 0.1.148 → 0.1.149

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,16 +1,16 @@
1
1
  import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
2
2
 
3
- const DCFormMeta: IPublicTypeComponentMetadata = {
3
+ const FormMeta: IPublicTypeComponentMetadata = {
4
4
  group: '低代码组件',
5
- componentName: 'DCForm',
5
+ componentName: 'Form',
6
6
  title: '表单',
7
7
  docUrl: '',
8
8
  screenshot: '',
9
9
  devMode: 'proCode',
10
10
  npm: {
11
11
  package: '@dckj-npm/dc-material',
12
- version: '0.1.123',
13
- exportName: 'DCForm',
12
+ version: '0.1.148',
13
+ exportName: 'Form',
14
14
  main: 'src\\index.tsx',
15
15
  destructuring: true,
16
16
  subName: '',
@@ -56,13 +56,13 @@ const snippets: IPublicTypeSnippet[] = [
56
56
  title: '表单',
57
57
  screenshot: '',
58
58
  schema: {
59
- componentName: 'DCForm',
59
+ componentName: 'Form',
60
60
  props: {},
61
61
  },
62
62
  },
63
63
  ]
64
64
 
65
65
  export default {
66
- ...DCFormMeta,
66
+ ...FormMeta,
67
67
  snippets,
68
68
  }
@@ -1,15 +1,15 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- var DCFormMeta = {
2
+ var FormMeta = {
3
3
  group: '低代码组件',
4
- componentName: 'DCForm',
4
+ componentName: 'Form',
5
5
  title: '表单',
6
6
  docUrl: '',
7
7
  screenshot: '',
8
8
  devMode: 'proCode',
9
9
  npm: {
10
10
  "package": '@dckj-npm/dc-material',
11
- version: '0.1.123',
12
- exportName: 'DCForm',
11
+ version: '0.1.148',
12
+ exportName: 'Form',
13
13
  main: 'src\\index.tsx',
14
14
  destructuring: true,
15
15
  subName: ''
@@ -69,10 +69,10 @@ var snippets = [{
69
69
  title: '表单',
70
70
  screenshot: '',
71
71
  schema: {
72
- componentName: 'DCForm',
72
+ componentName: 'Form',
73
73
  props: {}
74
74
  }
75
75
  }];
76
- export default _extends({}, DCFormMeta, {
76
+ export default _extends({}, FormMeta, {
77
77
  snippets: snippets
78
78
  });
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import Button2Meta from 'D:/project/company2/lowcode-material/lowcode/button2/meta';
3
3
  import CustomRadioGroupItemMeta from 'D:/project/company2/lowcode-material/lowcode/custom-radio-group-item/meta';
4
4
  import CustomRadioGroupMeta from 'D:/project/company2/lowcode-material/lowcode/custom-radio-group/meta';
5
- import DCFormMeta from 'D:/project/company2/lowcode-material/lowcode/d-c-form/meta';
6
5
  import DCSliderMeta from 'D:/project/company2/lowcode-material/lowcode/d-c-slider/meta';
6
+ import FormMeta from 'D:/project/company2/lowcode-material/lowcode/form/meta';
7
7
  import GoodsCardListCommonMeta from 'D:/project/company2/lowcode-material/lowcode/goods-card-list-common/meta';
8
8
  import GoodsCardListMeta from 'D:/project/company2/lowcode-material/lowcode/goods-card-list/meta';
9
9
  import GridNavMeta from 'D:/project/company2/lowcode-material/lowcode/grid-nav/meta';
@@ -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.148';
98
+ version = '0.1.149';
99
99
  }
100
100
  if (basicLibraryVersion === void 0) {
101
101
  basicLibraryVersion = {
@@ -122,7 +122,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
122
122
  }
123
123
  return meta;
124
124
  }
125
- var componentMetas = [Button2Meta, CustomRadioGroupItemMeta, CustomRadioGroupMeta, DCFormMeta, DCSliderMeta, GoodsCardListCommonMeta, GoodsCardListMeta, GridNavMeta, IntegralTaskMeta, MenuListMeta, MessageListMeta, NavigationMeta, NoticeBarMeta, PositionMeta, RichTextMeta, SearchBarMeta, StreamListMeta, SwiperMeta, TabContainerItemMeta, TabContainerMeta, TabMessageMeta, TagCMeta, TeletextListMeta, Title1Meta, Title2Meta];
125
+ var componentMetas = [Button2Meta, CustomRadioGroupItemMeta, CustomRadioGroupMeta, DCSliderMeta, FormMeta, GoodsCardListCommonMeta, GoodsCardListMeta, GridNavMeta, IntegralTaskMeta, MenuListMeta, MessageListMeta, NavigationMeta, NoticeBarMeta, PositionMeta, RichTextMeta, SearchBarMeta, StreamListMeta, SwiperMeta, TabContainerItemMeta, TabContainerMeta, TabMessageMeta, TagCMeta, TeletextListMeta, Title1Meta, Title2Meta];
126
126
  var components = [];
127
127
  var npmInfo = {};
128
128
  componentMetas.forEach(function (meta) {
@@ -4,17 +4,17 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  exports.__esModule = true;
5
5
  exports["default"] = void 0;
6
6
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
7
- var DCFormMeta = {
7
+ var FormMeta = {
8
8
  group: '低代码组件',
9
- componentName: 'DCForm',
9
+ componentName: 'Form',
10
10
  title: '表单',
11
11
  docUrl: '',
12
12
  screenshot: '',
13
13
  devMode: 'proCode',
14
14
  npm: {
15
15
  "package": '@dckj-npm/dc-material',
16
- version: '0.1.123',
17
- exportName: 'DCForm',
16
+ version: '0.1.148',
17
+ exportName: 'Form',
18
18
  main: 'src\\index.tsx',
19
19
  destructuring: true,
20
20
  subName: ''
@@ -74,10 +74,10 @@ var snippets = [{
74
74
  title: '表单',
75
75
  screenshot: '',
76
76
  schema: {
77
- componentName: 'DCForm',
77
+ componentName: 'Form',
78
78
  props: {}
79
79
  }
80
80
  }];
81
- var _default = exports["default"] = (0, _extends2["default"])({}, DCFormMeta, {
81
+ var _default = exports["default"] = (0, _extends2["default"])({}, FormMeta, {
82
82
  snippets: snippets
83
83
  });
@@ -7,8 +7,8 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
7
7
  var _meta = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/button2/meta"));
8
8
  var _meta2 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/custom-radio-group-item/meta"));
9
9
  var _meta3 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/custom-radio-group/meta"));
10
- var _meta4 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/d-c-form/meta"));
11
- var _meta5 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/d-c-slider/meta"));
10
+ var _meta4 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/d-c-slider/meta"));
11
+ var _meta5 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/form/meta"));
12
12
  var _meta6 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/goods-card-list-common/meta"));
13
13
  var _meta7 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/goods-card-list/meta"));
14
14
  var _meta8 = _interopRequireDefault(require("D:/project/company2/lowcode-material/lowcode/grid-nav/meta"));
@@ -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.148';
103
+ version = '0.1.149';
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.148",
3
+ "version": "0.1.149",
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.148/build/lowcode/assets-prod.json"
106
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.149/build/lowcode/assets-prod.json"
107
107
  },
108
108
  "lcMeta": {
109
109
  "type": "component"
File without changes
File without changes