@dckj-npm/dc-material 0.1.7 → 0.1.8

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.
Files changed (139) hide show
  1. package/build/index.js +12 -19
  2. package/build/lowcode/assets-daily.json +11 -11
  3. package/build/lowcode/assets-dev.json +2 -2
  4. package/build/lowcode/assets-prod.json +11 -11
  5. package/build/lowcode/index.js +1 -1
  6. package/build/lowcode/meta.js +1 -1
  7. package/build/lowcode/preview.js +8 -8
  8. package/build/lowcode/render/default/view.css +1 -1
  9. package/build/lowcode/render/default/view.js +10 -10
  10. package/build/lowcode/view.css +1 -1
  11. package/build/lowcode/view.js +8 -8
  12. package/dist/BizComps.css +1 -1
  13. package/dist/BizComps.js +5 -5
  14. package/dist/BizComps.js.map +1 -1
  15. package/es/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  16. package/es/components/bottom-navigation/index.d.ts +3 -3
  17. package/es/components/colorful-button/colorful-button.d.ts +12 -12
  18. package/es/components/colorful-button/index.d.ts +3 -3
  19. package/es/components/colorful-input/colorful-input.d.ts +8 -8
  20. package/es/components/colorful-input/index.d.ts +3 -3
  21. package/es/components/dc-slider/index.d.ts +3 -3
  22. package/es/components/dc-slider/slider.d.ts +32 -32
  23. package/es/components/menu-list/index.d.ts +6 -0
  24. package/es/components/menu-list/index.js +6 -0
  25. package/es/components/menu-list/index.scss +16 -0
  26. package/es/components/menu-list/menu-list-item.d.ts +5 -0
  27. package/es/components/menu-list/menu-list-item.js +32 -0
  28. package/es/components/menu-list/menu-list-item.scss +49 -0
  29. package/es/components/menu-list/menu-list.d.ts +5 -0
  30. package/es/components/menu-list/menu-list.js +25 -0
  31. package/es/components/menu-list/types.d.ts +23 -0
  32. package/es/components/menu-list/types.js +1 -0
  33. package/es/components/teletext-list/index.d.ts +6 -6
  34. package/es/components/teletext-list/index.js +2 -2
  35. package/es/components/teletext-list/index.scss +16 -16
  36. package/es/components/teletext-list/teletext-list-item.d.ts +42 -42
  37. package/es/components/teletext-list/teletext-list-item.js +2 -2
  38. package/es/components/teletext-list/teletext-list-item.scss +74 -74
  39. package/es/components/teletext-list/teletext-list.d.ts +53 -53
  40. package/es/components/teletext-list/teletext-list.js +2 -2
  41. package/es/components/title/index.d.ts +8 -8
  42. package/es/components/title/index.js +2 -2
  43. package/es/components/title/title-1.d.ts +10 -10
  44. package/es/components/title/title-1.scss +26 -26
  45. package/es/components/title/title-2.d.ts +18 -18
  46. package/es/components/title/title-2.scss +22 -22
  47. package/es/index.d.ts +14 -12
  48. package/es/index.js +1 -0
  49. package/es/index.scss +3 -3
  50. package/es/variables.d.ts +2 -2
  51. package/lib/components/bottom-navigation/bottom-navigation.d.ts +13 -13
  52. package/lib/components/bottom-navigation/index.d.ts +3 -3
  53. package/lib/components/colorful-button/colorful-button.d.ts +12 -12
  54. package/lib/components/colorful-button/index.d.ts +3 -3
  55. package/lib/components/colorful-input/colorful-input.d.ts +8 -8
  56. package/lib/components/colorful-input/index.d.ts +3 -3
  57. package/lib/components/dc-slider/index.d.ts +3 -3
  58. package/lib/components/dc-slider/slider.d.ts +32 -32
  59. package/lib/components/menu-list/index.d.ts +6 -0
  60. package/lib/components/{position → menu-list}/index.js +5 -2
  61. package/lib/components/menu-list/index.scss +16 -0
  62. package/lib/components/menu-list/menu-list-item.d.ts +5 -0
  63. package/lib/components/menu-list/menu-list-item.js +37 -0
  64. package/lib/components/menu-list/menu-list-item.scss +49 -0
  65. package/lib/components/menu-list/menu-list.d.ts +5 -0
  66. package/lib/components/menu-list/menu-list.js +30 -0
  67. package/lib/components/menu-list/types.d.ts +23 -0
  68. package/lib/components/menu-list/types.js +3 -0
  69. package/lib/components/teletext-list/index.d.ts +6 -6
  70. package/lib/components/teletext-list/index.js +2 -2
  71. package/lib/components/teletext-list/index.scss +16 -16
  72. package/lib/components/teletext-list/teletext-list-item.d.ts +42 -42
  73. package/lib/components/teletext-list/teletext-list-item.js +2 -2
  74. package/lib/components/teletext-list/teletext-list-item.scss +74 -74
  75. package/lib/components/teletext-list/teletext-list.d.ts +53 -53
  76. package/lib/components/teletext-list/teletext-list.js +2 -2
  77. package/lib/components/title/index.d.ts +8 -8
  78. package/lib/components/title/title-1.d.ts +10 -10
  79. package/lib/components/title/title-1.scss +26 -26
  80. package/lib/components/title/title-2.d.ts +18 -18
  81. package/lib/components/title/title-2.scss +22 -22
  82. package/lib/index.d.ts +14 -12
  83. package/lib/index.js +3 -1
  84. package/lib/index.scss +3 -3
  85. package/lib/variables.d.ts +2 -2
  86. package/lowcode/d-c-slider/meta.ts +1 -1
  87. package/lowcode/d-c-slider/snippets.ts +42 -42
  88. package/lowcode/menu-list/meta.ts +147 -0
  89. package/lowcode/navigation/meta.ts +1 -1
  90. package/lowcode/teletext-list/meta.ts +300 -300
  91. package/lowcode/title1/meta.ts +59 -59
  92. package/lowcode/title2/meta.ts +93 -93
  93. package/lowcode_es/d-c-slider/meta.d.ts +140 -140
  94. package/lowcode_es/d-c-slider/meta.js +1 -1
  95. package/lowcode_es/d-c-slider/snippets.d.ts +36 -36
  96. package/lowcode_es/menu-list/meta.d.ts +22 -0
  97. package/lowcode_es/menu-list/meta.js +128 -0
  98. package/lowcode_es/meta.js +8 -7
  99. package/lowcode_es/navigation/meta.d.ts +22 -22
  100. package/lowcode_es/navigation/meta.js +1 -1
  101. package/lowcode_es/teletext-list/meta.d.ts +22 -22
  102. package/lowcode_es/teletext-list/meta.js +1 -1
  103. package/lowcode_es/title1/meta.d.ts +22 -22
  104. package/lowcode_es/title1/meta.js +1 -1
  105. package/lowcode_es/title2/meta.d.ts +22 -22
  106. package/lowcode_es/title2/meta.js +1 -1
  107. package/lowcode_es/view.js +3 -3
  108. package/lowcode_lib/d-c-slider/meta.d.ts +140 -140
  109. package/lowcode_lib/d-c-slider/meta.js +1 -1
  110. package/lowcode_lib/d-c-slider/snippets.d.ts +36 -36
  111. package/lowcode_lib/menu-list/meta.d.ts +22 -0
  112. package/lowcode_lib/menu-list/meta.js +133 -0
  113. package/lowcode_lib/meta.js +8 -7
  114. package/lowcode_lib/navigation/meta.d.ts +22 -22
  115. package/lowcode_lib/navigation/meta.js +1 -1
  116. package/lowcode_lib/teletext-list/meta.d.ts +22 -22
  117. package/lowcode_lib/teletext-list/meta.js +1 -1
  118. package/lowcode_lib/title1/meta.d.ts +22 -22
  119. package/lowcode_lib/title1/meta.js +1 -1
  120. package/lowcode_lib/title2/meta.d.ts +22 -22
  121. package/lowcode_lib/title2/meta.js +1 -1
  122. package/lowcode_lib/view.js +2 -2
  123. package/package.json +3 -3
  124. package/build/docs/colorful-button.html +0 -48
  125. package/build/docs/colorful-input.html +0 -48
  126. package/build/docs/index.html +0 -48
  127. package/build/docs/umi.7f7df875.css +0 -8
  128. package/build/docs/umi.7face50a.js +0 -1
  129. package/build/docs/~demos/colorful-button-demo.html +0 -47
  130. package/build/docs/~demos/colorful-input-demo.html +0 -47
  131. package/es/components/position/index.d.ts +0 -3
  132. package/es/components/position/index.js +0 -2
  133. package/es/components/position/index.scss +0 -16
  134. package/es/components/position/position.d.ts +0 -13
  135. package/es/components/position/position.js +0 -39
  136. package/lib/components/position/index.d.ts +0 -3
  137. package/lib/components/position/index.scss +0 -16
  138. package/lib/components/position/position.d.ts +0 -13
  139. package/lib/components/position/position.js +0 -46
@@ -0,0 +1,22 @@
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -0,0 +1,128 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ var MenuListMeta = {
3
+ "group": "低代码组件",
4
+ "componentName": "MenuList",
5
+ "title": "列表菜单组件",
6
+ "docUrl": "",
7
+ "screenshot": "",
8
+ "devMode": "proCode",
9
+ "npm": {
10
+ "package": "@dckj-npm/dc-material",
11
+ "version": "0.1.8",
12
+ "exportName": "MenuList",
13
+ "main": "src/index.tsx",
14
+ "destructuring": true,
15
+ "subName": ""
16
+ },
17
+ "configure": {
18
+ "props": [{
19
+ "title": {
20
+ "label": {
21
+ "type": "i18n",
22
+ "en-US": "dataList",
23
+ "zh-CN": "数据"
24
+ },
25
+ "tip": "dataList | 数据"
26
+ },
27
+ "name": "dataList",
28
+ "description": "数据",
29
+ "setter": {
30
+ "componentName": "ArraySetter",
31
+ "props": {
32
+ "itemSetter": {
33
+ "componentName": "ObjectSetter",
34
+ "props": {
35
+ "config": {
36
+ "items": [{
37
+ "title": {
38
+ "label": {
39
+ "type": "i18n",
40
+ "en-US": "title",
41
+ "zh-CN": "title"
42
+ }
43
+ },
44
+ "name": "title",
45
+ "description": "菜单名称",
46
+ "setter": {
47
+ "componentName": "StringSetter",
48
+ "isRequired": true,
49
+ "initialValue": ""
50
+ }
51
+ }, {
52
+ "title": {
53
+ "label": {
54
+ "type": "i18n",
55
+ "en-US": "iconUrl",
56
+ "zh-CN": "iconUrl"
57
+ }
58
+ },
59
+ "name": "iconUrl",
60
+ "description": "菜单图标",
61
+ "setter": {
62
+ "componentName": "CustomImageSetter",
63
+ "isRequired": false,
64
+ "initialValue": ""
65
+ }
66
+ }, {
67
+ "title": {
68
+ "label": {
69
+ "type": "i18n",
70
+ "en-US": "click",
71
+ "zh-CN": "点击事件"
72
+ }
73
+ },
74
+ "name": "handleClick",
75
+ "description": "菜单点击事件",
76
+ "setter": {
77
+ "componentName": "FunctionSetter",
78
+ "isRequired": false,
79
+ "initialValue": ""
80
+ }
81
+ }],
82
+ "extraSetter": {
83
+ "componentName": "MixedSetter",
84
+ "isRequired": false,
85
+ "props": {}
86
+ }
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "initialValue": [{
92
+ title: '我的名片',
93
+ iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/139d14911a124bfc956a7f725e9470e1.png'
94
+ }, {
95
+ title: '邀请人名片',
96
+ iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/50cdc578b82f48a2af504b283fd3c8e5.png'
97
+ }, {
98
+ title: '在线留言',
99
+ iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/204802207fff4aaca5b002adebfa4b94.png'
100
+ }, {
101
+ title: '联系我们',
102
+ iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/70a8c6d97c084484a1e19bb7ff1489d3.png'
103
+ }, {
104
+ title: '帮助中心',
105
+ iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/02b52f9fe2294cd68b5a1f09a229194f.png'
106
+ }, {
107
+ title: '退出登录',
108
+ iconUrl: 'http://122.225.55.70:18084/files/upload/2024/09/12/15ac6db27c84409fbacb2ee7826c31ab.png'
109
+ }]
110
+ }
111
+ }],
112
+ "supports": {
113
+ "style": true
114
+ },
115
+ "component": {}
116
+ }
117
+ };
118
+ var snippets = [{
119
+ "title": "列表菜单组件",
120
+ "screenshot": "",
121
+ "schema": {
122
+ "componentName": "MenuList",
123
+ "props": {}
124
+ }
125
+ }];
126
+ export default _extends({}, MenuListMeta, {
127
+ snippets: snippets
128
+ });
@@ -1,9 +1,10 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import DCSliderMeta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/d-c-slider/meta';
3
- import NavigationMeta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/navigation/meta';
4
- import TeletextListMeta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/teletext-list/meta';
5
- import Title1Meta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/title1/meta';
6
- import Title2Meta from 'G:/Project/Company/DongChen/lowcode/dc-material/lowcode/title2/meta';
2
+ import DCSliderMeta from "./d-c-slider/meta";
3
+ import MenuListMeta from "./menu-list/meta";
4
+ import NavigationMeta from "./navigation/meta";
5
+ import TeletextListMeta from "./teletext-list/meta";
6
+ import Title1Meta from "./title1/meta";
7
+ import Title2Meta from "./title2/meta";
7
8
  var componentCategorySort = {};
8
9
  ["基础元素", "布局容器类", "表格类", "表单详情类", "帮助类", "对话框类", "业务类", "通用", "引导", "信息输入", "信息展示", "信息反馈"].reverse().forEach(function (item, index) {
9
10
  componentCategorySort[item] = ++index;
@@ -75,7 +76,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
75
76
  packageName = '@dckj-npm/dc-material';
76
77
  }
77
78
  if (version === void 0) {
78
- version = '0.1.7';
79
+ version = '0.1.8';
79
80
  }
80
81
  if (basicLibraryVersion === void 0) {
81
82
  basicLibraryVersion = {
@@ -102,7 +103,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
102
103
  }
103
104
  return meta;
104
105
  }
105
- var componentMetas = [DCSliderMeta, NavigationMeta, TeletextListMeta, Title1Meta, Title2Meta];
106
+ var componentMetas = [DCSliderMeta, MenuListMeta, NavigationMeta, TeletextListMeta, Title1Meta, Title2Meta];
106
107
  var components = [];
107
108
  var npmInfo = {};
108
109
  componentMetas.forEach(function (meta) {
@@ -1,22 +1,22 @@
1
- import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
- declare const _default: {
3
- snippets: IPublicTypeSnippet[];
4
- componentName: string;
5
- uri?: string;
6
- title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
- tags?: string[];
9
- description?: string;
10
- docUrl?: string;
11
- screenshot?: string;
12
- devMode?: "proCode" | "lowCode";
13
- npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
- props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
- experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
- schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
- group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
- category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
- priority?: number;
21
- };
22
- export default _default;
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -13,7 +13,7 @@ var NavigationMeta = {
13
13
  "devMode": "proCode",
14
14
  "npm": {
15
15
  "package": "@dckj-npm/dc-material",
16
- "version": "0.1.7",
16
+ "version": "0.1.8",
17
17
  "exportName": "Navigation",
18
18
  "main": "src\\index.tsx",
19
19
  "destructuring": true,
@@ -1,22 +1,22 @@
1
- import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
- declare const _default: {
3
- snippets: IPublicTypeSnippet[];
4
- componentName: string;
5
- uri?: string;
6
- title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
- tags?: string[];
9
- description?: string;
10
- docUrl?: string;
11
- screenshot?: string;
12
- devMode?: "proCode" | "lowCode";
13
- npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
- props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
- experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
- schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
- group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
- category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
- priority?: number;
21
- };
22
- export default _default;
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -8,7 +8,7 @@ var TeletextListMeta = {
8
8
  "devMode": "proCode",
9
9
  "npm": {
10
10
  "package": "@dckj-npm/dc-material",
11
- "version": "0.1.0",
11
+ "version": "0.1.8",
12
12
  "exportName": "TeletextList",
13
13
  "main": "src/index.tsx",
14
14
  "destructuring": true,
@@ -1,22 +1,22 @@
1
- import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
- declare const _default: {
3
- snippets: IPublicTypeSnippet[];
4
- componentName: string;
5
- uri?: string;
6
- title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
- tags?: string[];
9
- description?: string;
10
- docUrl?: string;
11
- screenshot?: string;
12
- devMode?: "proCode" | "lowCode";
13
- npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
- props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
- experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
- schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
- group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
- category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
- priority?: number;
21
- };
22
- export default _default;
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -8,7 +8,7 @@ var Title1Meta = {
8
8
  "devMode": "proCode",
9
9
  "npm": {
10
10
  "package": "@dckj-npm/dc-material",
11
- "version": "0.1.7",
11
+ "version": "0.1.8",
12
12
  "exportName": "Title1",
13
13
  "main": "src/index.tsx",
14
14
  "destructuring": true,
@@ -1,22 +1,22 @@
1
- import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
- declare const _default: {
3
- snippets: IPublicTypeSnippet[];
4
- componentName: string;
5
- uri?: string;
6
- title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
- icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
- tags?: string[];
9
- description?: string;
10
- docUrl?: string;
11
- screenshot?: string;
12
- devMode?: "proCode" | "lowCode";
13
- npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
- props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
- experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
- schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
- group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
- category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
- priority?: number;
21
- };
22
- export default _default;
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
+ declare const _default: {
3
+ snippets: IPublicTypeSnippet[];
4
+ componentName: string;
5
+ uri?: string;
6
+ title?: import("@alilc/lowcode-types").IPublicTypeTitleContent;
7
+ icon?: import("@alilc/lowcode-types").IPublicTypeIconType;
8
+ tags?: string[];
9
+ description?: string;
10
+ docUrl?: string;
11
+ screenshot?: string;
12
+ devMode?: "proCode" | "lowCode";
13
+ npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
+ props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
+ experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
+ schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
+ group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
19
+ category?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
20
+ priority?: number;
21
+ };
22
+ export default _default;
@@ -8,7 +8,7 @@ var Title2Meta = {
8
8
  "devMode": "proCode",
9
9
  "npm": {
10
10
  "package": "@dckj-npm/dc-material",
11
- "version": "0.1.7",
11
+ "version": "0.1.8",
12
12
  "exportName": "Title2",
13
13
  "main": "src/index.tsx",
14
14
  "destructuring": true,
@@ -1,8 +1,8 @@
1
- import * as componentInstances from 'G:/Project/Company/DongChen/lowcode/dc-material/src/index';
2
- import 'G:/Project/Company/DongChen/lowcode/dc-material/src/index.scss';
1
+ import * as componentInstances from "../es/index";
2
+ import "../es/index.scss";
3
3
  var entryDefault = componentInstances["default"];
4
4
  export { entryDefault as default };
5
- export * from 'G:/Project/Company/DongChen/lowcode/dc-material/src/index';
5
+ export * from "../es/index";
6
6
  var coveredComponents = {};
7
7
  var library = 'BizComps';
8
8
  var execCompile = !!true;