@fmdevui/fm-dev 1.0.10 → 1.0.12
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/component.mjs +6 -1
- package/es/core/hook/useVxeTableOptionsHook.d.ts +4 -4
- package/es/core/index.d.ts +1 -0
- package/es/core/ui/components/index.d.ts +4 -0
- package/es/core/ui/components/noticeBar/index.vue.d.ts +114 -0
- package/es/core/ui/components/noticeBar/style/css.d.ts +1 -0
- package/es/core/ui/components/noticeBar/style/index.d.ts +1 -0
- package/es/core/ui/components/svgIcon/index.d.ts +7 -0
- package/es/core/ui/components/svgIcon/svgicon.vue.d.ts +27 -0
- package/es/core/ui/components/transfer/index.vue.d.ts +59 -0
- package/es/core/ui/components/transfer/style/css.d.ts +1 -0
- package/es/core/ui/components/transfer/style/index.d.ts +1 -0
- package/es/index.mjs +3 -0
- package/es/make-installer.mjs +4 -0
- package/es/packages/core/index.mjs +4 -0
- package/es/packages/core/ui/components/index.mjs +5 -0
- package/es/packages/core/ui/components/noticeBar/index.vue.mjs +5 -0
- package/es/packages/core/ui/components/noticeBar/index.vue2.mjs +126 -0
- package/es/packages/core/ui/components/noticeBar/style/css.mjs +1 -0
- package/es/packages/core/ui/components/noticeBar/style/index.mjs +1 -0
- package/es/packages/core/ui/components/svgIcon/index.mjs +13 -0
- package/es/packages/core/ui/components/svgIcon/svgicon.vue.mjs +5 -0
- package/es/packages/core/ui/components/svgIcon/svgicon.vue2.mjs +87 -0
- package/es/packages/core/ui/components/transfer/index.vue.mjs +5 -0
- package/es/packages/core/ui/components/transfer/index.vue2.mjs +370 -0
- package/es/packages/core/ui/components/transfer/style/css.mjs +1 -0
- package/es/packages/core/ui/components/transfer/style/index.mjs +1 -0
- package/index.css +1 -0
- package/index.js +6647 -2
- package/index.min.js +30 -25
- package/index.min.mjs +29 -24
- package/index.mjs +6646 -4
- package/lib/component.js +6 -1
- package/lib/core/hook/useVxeTableOptionsHook.d.ts +4 -4
- package/lib/core/index.d.ts +1 -0
- package/lib/core/ui/components/index.d.ts +4 -0
- package/lib/core/ui/components/noticeBar/index.vue.d.ts +114 -0
- package/lib/core/ui/components/noticeBar/style/css.d.ts +1 -0
- package/lib/core/ui/components/noticeBar/style/index.d.ts +1 -0
- package/lib/core/ui/components/svgIcon/index.d.ts +7 -0
- package/lib/core/ui/components/svgIcon/svgicon.vue.d.ts +27 -0
- package/lib/core/ui/components/transfer/index.vue.d.ts +59 -0
- package/lib/core/ui/components/transfer/style/css.d.ts +1 -0
- package/lib/core/ui/components/transfer/style/index.d.ts +1 -0
- package/lib/index.js +51 -45
- package/lib/make-installer.js +4 -0
- package/lib/packages/core/index.js +52 -45
- package/lib/packages/core/ui/components/index.js +13 -0
- package/lib/packages/core/ui/components/noticeBar/index.vue.js +9 -0
- package/lib/packages/core/ui/components/noticeBar/index.vue2.js +130 -0
- package/lib/packages/core/ui/components/noticeBar/style/css.js +4 -0
- package/lib/packages/core/ui/components/noticeBar/style/index.js +4 -0
- package/lib/packages/core/ui/components/svgIcon/index.js +34 -0
- package/lib/packages/core/ui/components/svgIcon/svgicon.vue.js +9 -0
- package/lib/packages/core/ui/components/svgIcon/svgicon.vue2.js +91 -0
- package/lib/packages/core/ui/components/transfer/index.vue.js +9 -0
- package/lib/packages/core/ui/components/transfer/index.vue2.js +374 -0
- package/lib/packages/core/ui/components/transfer/style/css.js +4 -0
- package/lib/packages/core/ui/components/transfer/style/index.js +4 -0
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -0
- package/theme-chalk/src/index.scss +2 -0
- package/theme-chalk/src/t-noticebar.scss +32 -0
- package/theme-chalk/src/t-transfer.scss +46 -0
- package/theme-chalk/t-t-noticebar.css +1 -0
- package/theme-chalk/t-t-transfer.css +1 -0
package/theme-chalk/index.css
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.fm-transfer-panel{box-sizing:border-box;display:inline-block;max-height:100%;overflow:hidden;position:relative;text-align:left;vertical-align:middle}.fm-transfer-panel,.fm-transfer-panel__header{box-shadow:0 0 0 1px var(--el-border-color,var(--el-border-color)) inset;width:100%}.fm-transfer-panel__header{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:3px 6px}.fm-transfer-panel__body{height:400px}.fm-transfer-panel__body .transfer-panel__filter{padding:6px}.fm-transfer-panel__body .transfer-panel__list{height:calc(100% - 36px);overflow:auto;padding-top:10px}.fm-transfer-panel__body .transfer-panel__list .transfer-panel__item{display:block!important;padding-left:6px}.fm-transfer-buttons{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.fm-transfer-buttons__item{padding-top:10px;width:100%}.fm-notice-bar{border-radius:4px;padding:0 15px;width:100%}.fm-notice-bar .notice-bar-warp{align-items:center;display:flex;height:inherit;width:100%}.fm-notice-bar .notice-bar-warp .notice-bar-warp-text-box{align-items:center;display:flex;flex:1;height:inherit;margin-right:35px;overflow:hidden;position:relative}.fm-notice-bar .notice-bar-warp .notice-bar-warp-left-icon{font-size:inherit!important;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon{font-size:inherit!important;text-align:right;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon:hover{cursor:pointer}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
.fm-notice-bar {
|
|
2
|
+
padding: 0 15px;
|
|
3
|
+
width: 100%;
|
|
4
|
+
border-radius: 4px;
|
|
5
|
+
.notice-bar-warp {
|
|
6
|
+
display: flex;
|
|
7
|
+
align-items: center;
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: inherit;
|
|
10
|
+
.notice-bar-warp-text-box {
|
|
11
|
+
flex: 1;
|
|
12
|
+
height: inherit;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
position: relative;
|
|
17
|
+
margin-right: 35px;
|
|
18
|
+
}
|
|
19
|
+
.notice-bar-warp-left-icon {
|
|
20
|
+
width: 24px;
|
|
21
|
+
font-size: inherit !important;
|
|
22
|
+
}
|
|
23
|
+
.notice-bar-warp-right-icon {
|
|
24
|
+
width: 24px;
|
|
25
|
+
text-align: right;
|
|
26
|
+
font-size: inherit !important;
|
|
27
|
+
&:hover {
|
|
28
|
+
cursor: pointer;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.fm-transfer-panel {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
text-align: left;
|
|
5
|
+
vertical-align: middle;
|
|
6
|
+
width: 100%;
|
|
7
|
+
max-height: 100%;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
position: relative;
|
|
10
|
+
box-shadow: 0 0 0 1px var(--el-border-color, var(--el-border-color)) inset;
|
|
11
|
+
&__header {
|
|
12
|
+
width: 100%;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
flex-wrap: nowrap;
|
|
17
|
+
padding: 3px 6px;
|
|
18
|
+
box-shadow: 0 0 0 1px var(--el-border-color, var(--el-border-color)) inset;
|
|
19
|
+
}
|
|
20
|
+
&__body {
|
|
21
|
+
height: 400px;
|
|
22
|
+
.transfer-panel__filter {
|
|
23
|
+
padding: 6px;
|
|
24
|
+
}
|
|
25
|
+
.transfer-panel__list {
|
|
26
|
+
overflow: auto;
|
|
27
|
+
height: calc(100% - 36px);
|
|
28
|
+
padding-top: 10px;
|
|
29
|
+
.transfer-panel__item {
|
|
30
|
+
display: block !important;
|
|
31
|
+
padding-left: 6px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.fm-transfer-buttons {
|
|
37
|
+
display: flex;
|
|
38
|
+
flex-direction: column;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
align-items: center;
|
|
41
|
+
text-align: center;
|
|
42
|
+
&__item {
|
|
43
|
+
padding-top: 10px;
|
|
44
|
+
width: 100%;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.fm-notice-bar{border-radius:4px;padding:0 15px;width:100%}.fm-notice-bar .notice-bar-warp{align-items:center;display:flex;height:inherit;width:100%}.fm-notice-bar .notice-bar-warp .notice-bar-warp-text-box{align-items:center;display:flex;flex:1;height:inherit;margin-right:35px;overflow:hidden;position:relative}.fm-notice-bar .notice-bar-warp .notice-bar-warp-left-icon{font-size:inherit!important;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon{font-size:inherit!important;text-align:right;width:24px}.fm-notice-bar .notice-bar-warp .notice-bar-warp-right-icon:hover{cursor:pointer}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.fm-transfer-panel{box-sizing:border-box;display:inline-block;max-height:100%;overflow:hidden;position:relative;text-align:left;vertical-align:middle}.fm-transfer-panel,.fm-transfer-panel__header{box-shadow:0 0 0 1px var(--el-border-color,var(--el-border-color)) inset;width:100%}.fm-transfer-panel__header{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:3px 6px}.fm-transfer-panel__body{height:400px}.fm-transfer-panel__body .transfer-panel__filter{padding:6px}.fm-transfer-panel__body .transfer-panel__list{height:calc(100% - 36px);overflow:auto;padding-top:10px}.fm-transfer-panel__body .transfer-panel__list .transfer-panel__item{display:block!important;padding-left:6px}.fm-transfer-buttons{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.fm-transfer-buttons__item{padding-top:10px;width:100%}
|