@hbdlzy/ui 0.1.6 → 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.
- package/AI-USAGE.md +3 -0
- package/README.md +3 -0
- package/package.json +2 -2
- package/package.manifest.json +8 -1
package/AI-USAGE.md
CHANGED
|
@@ -35,6 +35,7 @@ node_modules/@hbdlzy/ui/AI-USAGE.md
|
|
|
35
35
|
- `BaseCard`
|
|
36
36
|
- `BaseEChart`
|
|
37
37
|
- `BaseExportButton`
|
|
38
|
+
- `SvgIcon`
|
|
38
39
|
- `OutlinedInput`
|
|
39
40
|
- `OutlinedSelect`
|
|
40
41
|
- `OutlinedDatePicker`
|
|
@@ -58,6 +59,7 @@ import {
|
|
|
58
59
|
BaseCard,
|
|
59
60
|
BaseEChart,
|
|
60
61
|
BaseExportButton,
|
|
62
|
+
SvgIcon,
|
|
61
63
|
OutlinedInput,
|
|
62
64
|
OutlinedSelect,
|
|
63
65
|
OutlinedDatePicker,
|
|
@@ -78,6 +80,7 @@ import {
|
|
|
78
80
|
- 不要在页面里重复写 ECharts 初始化、resize、dispose 逻辑,优先使用 `BaseEChart`
|
|
79
81
|
- 不要在页面里重复写卡片外层容器、标题区、右侧时间和导出触发区,优先使用 `BaseCard`
|
|
80
82
|
- 不要在页面里重复写导出按钮 loading、成功失败提示和文件下载逻辑,优先使用 `BaseExportButton`
|
|
83
|
+
- 不要在页面里重复写 SVG symbol 或外链 SVG 图标展示壳子,优先使用 `SvgIcon`
|
|
81
84
|
- 不要在页面里重复写浮动标签输入框、数值基础校验和输入框实例方法暴露逻辑,优先使用 `OutlinedInput`
|
|
82
85
|
- 不要在页面里重复写基础下拉的浮动标签、选项映射和焦点态逻辑,优先使用 `OutlinedSelect`
|
|
83
86
|
- 不要在页面里重复写基础日期控件的浮动标签、禁用日期和焦点态逻辑,优先使用 `OutlinedDatePicker`
|
package/README.md
CHANGED
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
BaseCard,
|
|
25
25
|
BaseEChart,
|
|
26
26
|
BaseExportButton,
|
|
27
|
+
SvgIcon,
|
|
27
28
|
OutlinedInput,
|
|
28
29
|
OutlinedSelect,
|
|
29
30
|
OutlinedDatePicker,
|
|
@@ -52,6 +53,7 @@ import {
|
|
|
52
53
|
- `BaseCard`
|
|
53
54
|
- `BaseEChart`
|
|
54
55
|
- `BaseExportButton`
|
|
56
|
+
- `SvgIcon`
|
|
55
57
|
- `OutlinedInput`
|
|
56
58
|
- `OutlinedSelect`
|
|
57
59
|
- `OutlinedDatePicker`
|
|
@@ -74,6 +76,7 @@ import {
|
|
|
74
76
|
- `BaseCard` 文档:[../ui-core/src/components/BaseCard/README.md](../ui-core/src/components/BaseCard/README.md)
|
|
75
77
|
- `BaseEChart` 文档:[../ui-core/src/components/BaseEChart/README.md](../ui-core/src/components/BaseEChart/README.md)
|
|
76
78
|
- `BaseExportButton` 文档:[../ui-core/src/components/BaseExportButton/README.md](../ui-core/src/components/BaseExportButton/README.md)
|
|
79
|
+
- `SvgIcon` 文档:[../ui-core/src/components/SvgIcon/README.md](../ui-core/src/components/SvgIcon/README.md)
|
|
77
80
|
- `OutlinedInput` 文档:[../ui-core/src/components/OutlinedInput/README.md](../ui-core/src/components/OutlinedInput/README.md)
|
|
78
81
|
- `OutlinedSelect` 文档:[../ui-core/src/components/OutlinedSelect/README.md](../ui-core/src/components/OutlinedSelect/README.md)
|
|
79
82
|
- `OutlinedDatePicker` 文档:[../ui-core/src/components/OutlinedDatePicker/README.md](../ui-core/src/components/OutlinedDatePicker/README.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hbdlzy/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Company unified UI entry package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@hbdlzy/tokens": "0.1.2",
|
|
33
|
-
"@hbdlzy/ui-core": "0.1.
|
|
33
|
+
"@hbdlzy/ui-core": "0.1.7",
|
|
34
34
|
"@hbdlzy/ui-energy": "0.1.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
package/package.manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hbdlzy/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"entry": "@hbdlzy/ui",
|
|
5
5
|
"readme": "README.md",
|
|
6
6
|
"aiGuide": "AI-USAGE.md",
|
|
@@ -37,6 +37,12 @@
|
|
|
37
37
|
"importName": "BaseExportButton",
|
|
38
38
|
"docs": "../ui-core/src/components/BaseExportButton/README.md"
|
|
39
39
|
},
|
|
40
|
+
{
|
|
41
|
+
"name": "SvgIcon",
|
|
42
|
+
"from": "@hbdlzy/ui-core",
|
|
43
|
+
"importName": "SvgIcon",
|
|
44
|
+
"docs": "../ui-core/src/components/SvgIcon/README.md"
|
|
45
|
+
},
|
|
40
46
|
{
|
|
41
47
|
"name": "OutlinedInput",
|
|
42
48
|
"from": "@hbdlzy/ui-core",
|
|
@@ -140,6 +146,7 @@
|
|
|
140
146
|
"../ui-core/src/components/BaseCard/README.md",
|
|
141
147
|
"../ui-core/src/components/BaseEChart/README.md",
|
|
142
148
|
"../ui-core/src/components/BaseExportButton/README.md",
|
|
149
|
+
"../ui-core/src/components/SvgIcon/README.md",
|
|
143
150
|
"../ui-core/src/components/OutlinedInput/README.md",
|
|
144
151
|
"../ui-core/src/components/OutlinedSelect/README.md",
|
|
145
152
|
"../ui-core/src/components/OutlinedDatePicker/README.md",
|