@dckj-npm/dc-material 0.1.313 → 0.1.314
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.
- package/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/meta.design.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/lowcode/search-history-list/meta.ts +3 -3
- package/lowcode_es/meta.js +1 -1
- package/lowcode_es/search-history-list/meta.js +3 -3
- package/lowcode_lib/meta.js +1 -1
- package/lowcode_lib/search-history-list/meta.js +3 -3
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@ import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode
|
|
|
2
2
|
|
|
3
3
|
const SearchHistoryListMeta: IPublicTypeComponentMetadata = {
|
|
4
4
|
group: '低代码组件',
|
|
5
|
-
componentName: '
|
|
5
|
+
componentName: 'SearchHistoryList',
|
|
6
6
|
title: '搜索历史列表',
|
|
7
7
|
docUrl: '',
|
|
8
8
|
screenshot: '',
|
|
@@ -10,7 +10,7 @@ const SearchHistoryListMeta: IPublicTypeComponentMetadata = {
|
|
|
10
10
|
npm: {
|
|
11
11
|
package: '@dckj-npm/dc-material',
|
|
12
12
|
version: '0.1.275',
|
|
13
|
-
exportName: '
|
|
13
|
+
exportName: 'SearchHistoryList',
|
|
14
14
|
main: 'src/index.tsx',
|
|
15
15
|
destructuring: true,
|
|
16
16
|
subName: '',
|
|
@@ -60,7 +60,7 @@ const snippets: IPublicTypeSnippet[] = [
|
|
|
60
60
|
title: '搜索历史列表',
|
|
61
61
|
screenshot: '',
|
|
62
62
|
schema: {
|
|
63
|
-
componentName: '
|
|
63
|
+
componentName: 'SearchHistoryList',
|
|
64
64
|
props: {
|
|
65
65
|
iconSrc: '',
|
|
66
66
|
dataList: [],
|
package/lowcode_es/meta.js
CHANGED
|
@@ -110,7 +110,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
110
110
|
packageName = '@dckj-npm/dc-material';
|
|
111
111
|
}
|
|
112
112
|
if (version === void 0) {
|
|
113
|
-
version = '0.1.
|
|
113
|
+
version = '0.1.314';
|
|
114
114
|
}
|
|
115
115
|
if (basicLibraryVersion === void 0) {
|
|
116
116
|
basicLibraryVersion = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
var SearchHistoryListMeta = {
|
|
3
3
|
group: '低代码组件',
|
|
4
|
-
componentName: '
|
|
4
|
+
componentName: 'SearchHistoryList',
|
|
5
5
|
title: '搜索历史列表',
|
|
6
6
|
docUrl: '',
|
|
7
7
|
screenshot: '',
|
|
@@ -9,7 +9,7 @@ var SearchHistoryListMeta = {
|
|
|
9
9
|
npm: {
|
|
10
10
|
"package": '@dckj-npm/dc-material',
|
|
11
11
|
version: '0.1.275',
|
|
12
|
-
exportName: '
|
|
12
|
+
exportName: 'SearchHistoryList',
|
|
13
13
|
main: 'src/index.tsx',
|
|
14
14
|
destructuring: true,
|
|
15
15
|
subName: ''
|
|
@@ -53,7 +53,7 @@ var snippets = [{
|
|
|
53
53
|
title: '搜索历史列表',
|
|
54
54
|
screenshot: '',
|
|
55
55
|
schema: {
|
|
56
|
-
componentName: '
|
|
56
|
+
componentName: 'SearchHistoryList',
|
|
57
57
|
props: {
|
|
58
58
|
iconSrc: '',
|
|
59
59
|
dataList: [],
|
package/lowcode_lib/meta.js
CHANGED
|
@@ -115,7 +115,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
|
|
|
115
115
|
packageName = '@dckj-npm/dc-material';
|
|
116
116
|
}
|
|
117
117
|
if (version === void 0) {
|
|
118
|
-
version = '0.1.
|
|
118
|
+
version = '0.1.314';
|
|
119
119
|
}
|
|
120
120
|
if (basicLibraryVersion === void 0) {
|
|
121
121
|
basicLibraryVersion = {
|
|
@@ -6,7 +6,7 @@ exports["default"] = void 0;
|
|
|
6
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
7
7
|
var SearchHistoryListMeta = {
|
|
8
8
|
group: '低代码组件',
|
|
9
|
-
componentName: '
|
|
9
|
+
componentName: 'SearchHistoryList',
|
|
10
10
|
title: '搜索历史列表',
|
|
11
11
|
docUrl: '',
|
|
12
12
|
screenshot: '',
|
|
@@ -14,7 +14,7 @@ var SearchHistoryListMeta = {
|
|
|
14
14
|
npm: {
|
|
15
15
|
"package": '@dckj-npm/dc-material',
|
|
16
16
|
version: '0.1.275',
|
|
17
|
-
exportName: '
|
|
17
|
+
exportName: 'SearchHistoryList',
|
|
18
18
|
main: 'src/index.tsx',
|
|
19
19
|
destructuring: true,
|
|
20
20
|
subName: ''
|
|
@@ -58,7 +58,7 @@ var snippets = [{
|
|
|
58
58
|
title: '搜索历史列表',
|
|
59
59
|
screenshot: '',
|
|
60
60
|
schema: {
|
|
61
|
-
componentName: '
|
|
61
|
+
componentName: 'SearchHistoryList',
|
|
62
62
|
props: {
|
|
63
63
|
iconSrc: '',
|
|
64
64
|
dataList: [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dckj-npm/dc-material",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.314",
|
|
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.
|
|
109
|
+
"materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.314/build/lowcode/assets-prod.json"
|
|
110
110
|
},
|
|
111
111
|
"lcMeta": {
|
|
112
112
|
"type": "component"
|