vxe-pc-ui 1.7.0 → 1.7.2
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/es/components.js +3 -0
- package/es/form-design/render/index.js +4 -4
- package/es/icon/style/{iconfont.1716467772060.ttf → iconfont.1716540802393.ttf} +0 -0
- package/es/icon/style/iconfont.1716540802393.woff +0 -0
- package/es/icon/style/iconfont.1716540802393.woff2 +0 -0
- package/es/icon/style.css +61 -544
- package/es/icon/style.min.css +1 -1
- package/{lib/icon/style/iconfont.1716467772060.ttf → es/iconfont.1716540802393.ttf} +0 -0
- package/es/iconfont.1716540802393.woff +0 -0
- package/es/iconfont.1716540802393.woff2 +0 -0
- package/es/link/src/link.js +34 -15
- package/es/menu/src/menu.js +2 -2
- package/es/menu/style.css +6 -5
- package/es/menu/style.min.css +1 -1
- package/es/modal/style.css +1 -1
- package/es/modal/style.min.css +1 -1
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/tips/index.js +10 -0
- package/es/tips/src/tips.js +79 -0
- package/es/tips/style.css +80 -0
- package/es/tips/style.min.css +1 -0
- package/es/ui/index.js +4 -1
- package/es/vxe-icon/style.css +61 -544
- package/es/vxe-icon/style.min.css +1 -1
- package/es/vxe-menu/style.css +6 -5
- package/es/vxe-menu/style.min.css +1 -1
- package/es/vxe-modal/style.css +1 -1
- package/es/vxe-modal/style.min.css +1 -1
- package/es/vxe-tips/index.js +3 -0
- package/es/vxe-tips/style.css +80 -0
- package/es/vxe-tips/style.min.css +1 -0
- package/lib/components.js +13 -1
- package/lib/components.min.js +1 -1
- package/lib/form-design/render/index.js +4 -4
- package/lib/form-design/render/index.min.js +1 -1
- package/lib/{iconfont.1716467772060.ttf → icon/style/iconfont.1716540802393.ttf} +0 -0
- package/lib/icon/style/iconfont.1716540802393.woff +0 -0
- package/lib/icon/style/iconfont.1716540802393.woff2 +0 -0
- package/lib/icon/style/style.css +61 -544
- package/lib/icon/style/style.min.css +61 -544
- package/{es/iconfont.1716467772060.ttf → lib/iconfont.1716540802393.ttf} +0 -0
- package/lib/iconfont.1716540802393.woff +0 -0
- package/lib/iconfont.1716540802393.woff2 +0 -0
- package/lib/index.umd.js +166 -31
- package/lib/index.umd.min.js +1 -1
- package/lib/link/src/link.js +33 -12
- package/lib/link/src/link.min.js +1 -1
- package/lib/menu/src/menu.js +2 -3
- package/lib/menu/src/menu.min.js +1 -1
- package/lib/menu/style/style.css +6 -5
- package/lib/menu/style/style.min.css +1 -1
- package/lib/modal/style/style.css +1 -1
- package/lib/modal/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/tips/index.js +17 -0
- package/lib/tips/index.min.js +1 -0
- package/lib/tips/src/tips.js +79 -0
- package/lib/tips/src/tips.min.js +1 -0
- package/lib/tips/style/index.js +1 -0
- package/lib/tips/style/style.css +80 -0
- package/lib/tips/style/style.min.css +1 -0
- package/lib/ui/index.js +4 -1
- package/lib/ui/index.min.js +1 -1
- package/lib/vxe-icon/style/style.css +61 -544
- package/lib/vxe-icon/style/style.min.css +1 -1
- package/lib/vxe-menu/style/style.css +6 -5
- package/lib/vxe-menu/style/style.min.css +1 -1
- package/lib/vxe-modal/style/style.css +1 -1
- package/lib/vxe-modal/style/style.min.css +1 -1
- package/lib/vxe-tips/index.js +22 -0
- package/lib/vxe-tips/index.min.js +1 -0
- package/lib/vxe-tips/style/index.js +1 -0
- package/lib/vxe-tips/style/style.css +80 -0
- package/lib/vxe-tips/style/style.min.css +1 -0
- package/package.json +2 -2
- package/packages/components.ts +3 -0
- package/packages/form-design/render/index.ts +4 -4
- package/packages/link/src/link.ts +35 -15
- package/packages/menu/src/menu.ts +2 -2
- package/packages/tips/index.ts +14 -0
- package/packages/tips/src/tips.ts +94 -0
- package/packages/ui/index.ts +3 -0
- package/styles/all.scss +1 -0
- package/styles/components/icon.scss +61 -4
- package/styles/components/menu.scss +11 -5
- package/styles/components/modal.scss +1 -1
- package/styles/components/tips.scss +83 -0
- package/styles/icon/iconfont.ttf +0 -0
- package/styles/icon/iconfont.woff +0 -0
- package/styles/icon/iconfont.woff2 +0 -0
- package/styles/theme/base.scss +13 -5
- package/types/all.d.ts +3 -0
- package/types/components/tips.d.ts +79 -0
- package/types/ui/global-config.d.ts +2 -0
- package/es/icon/style/iconfont.1716467772060.woff +0 -0
- package/es/icon/style/iconfont.1716467772060.woff2 +0 -0
- package/es/iconfont.1716467772060.woff +0 -0
- package/es/iconfont.1716467772060.woff2 +0 -0
- package/lib/icon/style/iconfont.1716467772060.woff +0 -0
- package/lib/icon/style/iconfont.1716467772060.woff2 +0 -0
- package/lib/iconfont.1716467772060.woff +0 -0
- package/lib/iconfont.1716467772060.woff2 +0 -0
package/es/components.js
CHANGED
|
@@ -49,6 +49,7 @@ import VxeSwitch from './switch';
|
|
|
49
49
|
import VxeTabPane from './tab-pane';
|
|
50
50
|
import VxeTabs from './tabs';
|
|
51
51
|
import VxeTextarea from './textarea';
|
|
52
|
+
import VxeTips from './tips';
|
|
52
53
|
import VxeTooltip from './tooltip';
|
|
53
54
|
import VxeTree from './tree';
|
|
54
55
|
import VxeTreeSelect from './tree-select';
|
|
@@ -104,6 +105,7 @@ const components = [
|
|
|
104
105
|
VxeTabPane,
|
|
105
106
|
VxeTabs,
|
|
106
107
|
VxeTextarea,
|
|
108
|
+
VxeTips,
|
|
107
109
|
VxeTooltip,
|
|
108
110
|
VxeTree,
|
|
109
111
|
VxeTreeSelect,
|
|
@@ -165,6 +167,7 @@ export * from './switch';
|
|
|
165
167
|
export * from './tab-pane';
|
|
166
168
|
export * from './tabs';
|
|
167
169
|
export * from './textarea';
|
|
170
|
+
export * from './tips';
|
|
168
171
|
export * from './tooltip';
|
|
169
172
|
export * from './tree';
|
|
170
173
|
export * from './tree-select';
|
|
@@ -14,7 +14,7 @@ const defaultFormDesignWidgetName = (params) => {
|
|
|
14
14
|
renderer.mixin({
|
|
15
15
|
row: {
|
|
16
16
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
17
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
17
|
+
formDesignWidgetIcon: 'vxe-icon-row-col',
|
|
18
18
|
formDesignWidgetGroup: 'layout',
|
|
19
19
|
renderFormDesignWidgetEdit(renderOpts, renderParams) {
|
|
20
20
|
return h(WidgetRowEditComponent, { renderOpts, renderParams });
|
|
@@ -29,7 +29,7 @@ renderer.mixin({
|
|
|
29
29
|
},
|
|
30
30
|
input: {
|
|
31
31
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
32
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
32
|
+
formDesignWidgetIcon: 'vxe-icon-input',
|
|
33
33
|
renderFormDesignWidgetView(renderOpts, renderParams) {
|
|
34
34
|
return h(WidgetInputViewComponent, { renderOpts, renderParams });
|
|
35
35
|
},
|
|
@@ -41,7 +41,7 @@ renderer.mixin({
|
|
|
41
41
|
},
|
|
42
42
|
textarea: {
|
|
43
43
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
44
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
44
|
+
formDesignWidgetIcon: 'vxe-icon-textarea',
|
|
45
45
|
renderFormDesignWidgetView(renderOpts, renderParams) {
|
|
46
46
|
return h(WidgetTextareaViewComponent, { renderOpts, renderParams });
|
|
47
47
|
},
|
|
@@ -52,7 +52,7 @@ renderer.mixin({
|
|
|
52
52
|
},
|
|
53
53
|
select: {
|
|
54
54
|
formDesignWidgetName: defaultFormDesignWidgetName,
|
|
55
|
-
formDesignWidgetIcon: 'vxe-icon-
|
|
55
|
+
formDesignWidgetIcon: 'vxe-icon-select',
|
|
56
56
|
renderFormDesignWidgetView(renderOpts, renderParams) {
|
|
57
57
|
return h(WidgetSelectViewComponent, { renderOpts, renderParams });
|
|
58
58
|
},
|
|
Binary file
|
|
Binary file
|
|
Binary file
|