@fangzhongya/fang-ui 0.0.58 → 0.0.60
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/dist/components/array/src/data.cjs +3 -3
- package/dist/components/array/src/data.d.ts +0 -3
- package/dist/components/array/src/data.js +3 -3
- package/dist/components/array/src/index2.cjs +27 -11
- package/dist/components/array/src/index2.js +23 -7
- package/dist/components/common/use.cjs +1 -1
- package/dist/components/common/use.js +1 -1
- package/dist/components/dialogs/src/data.cjs +2 -4
- package/dist/components/dialogs/src/data.d.ts +0 -2
- package/dist/components/dialogs/src/data.js +2 -4
- package/dist/components/dialogs/src/index2.cjs +24 -12
- package/dist/components/dialogs/src/index2.js +17 -5
- package/dist/components/forms/index.css +3 -0
- package/dist/components/forms/index.scss +3 -0
- package/dist/components/forms/src/index2.cjs +16 -14
- package/dist/components/forms/src/index2.js +3 -1
- package/dist/components/forms/src/setup.cjs +11 -5
- package/dist/components/forms/src/setup.d.ts +1 -1
- package/dist/components/forms/src/setup.js +11 -5
- package/dist/components/forms/src/util.cjs +5 -4
- package/dist/components/forms/src/util.d.ts +1 -1
- package/dist/components/forms/src/util.js +5 -4
- package/dist/components/forms-drag/src/index2.cjs +96 -45
- package/dist/components/forms-drag/src/index2.js +91 -40
- package/dist/components/icon-picker/index.css +1 -0
- package/dist/components/icon-picker/index.scss +1 -0
- package/dist/components/iframe/index.css +4 -0
- package/dist/components/iframe/index.scss +4 -0
- package/dist/components/iframe/src/index2.cjs +19 -7
- package/dist/components/iframe/src/index2.js +20 -8
- package/dist/components/iframe/style/index2.scss +3 -0
- package/dist/components/index.cjs +110 -108
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.scss +2 -1
- package/dist/components/index2.scss +3 -2
- package/dist/components/input-history/index.css +7 -17
- package/dist/components/input-history/index.scss +34 -42
- package/dist/components/input-history/src/index2.cjs +3 -12
- package/dist/components/input-history/src/index2.js +3 -12
- package/dist/components/inputs/src/index2.cjs +11 -9
- package/dist/components/inputs/src/index2.js +3 -1
- package/dist/components/keep-com/src/data.d.ts +3 -0
- package/dist/components/lists/index.css +0 -5
- package/dist/components/lists/index.scss +0 -5
- package/dist/components/lists/src/index2.cjs +2 -5
- package/dist/components/lists/src/index2.js +3 -6
- package/dist/components/listsp/index.css +1 -5
- package/dist/components/listsp/src/index2.cjs +11 -9
- package/dist/components/listsp/src/index2.js +3 -1
- package/dist/components/no-data/index.cjs +9 -0
- package/dist/components/no-data/index.css +19 -0
- package/dist/components/no-data/index.d.ts +4 -0
- package/dist/components/no-data/index.js +9 -0
- package/dist/components/no-data/index.scss +8 -0
- package/dist/components/no-data/src/data.cjs +24 -0
- package/dist/components/no-data/src/data.d.ts +26 -0
- package/dist/components/no-data/src/data.js +24 -0
- package/dist/components/no-data/src/index.cjs +4 -0
- package/dist/components/no-data/src/index.js +4 -0
- package/dist/components/no-data/src/index2.cjs +34 -0
- package/dist/components/no-data/src/index2.js +34 -0
- package/dist/components/page/index.css +4 -0
- package/dist/components/page/set-column.css +8 -8
- package/dist/components/page/src/index2.cjs +41 -39
- package/dist/components/page/src/index2.js +15 -13
- package/dist/components/page/src/set-column.cjs +1 -1
- package/dist/components/page/src/set-column.js +1 -1
- package/dist/components/page/src/set-column2.cjs +3 -6
- package/dist/components/page/src/set-column2.js +4 -7
- package/dist/components/paging/index.css +1 -0
- package/dist/components/paging/index.scss +1 -0
- package/dist/components/paging/src/index2.cjs +18 -10
- package/dist/components/paging/src/index2.js +12 -4
- package/dist/components/selector/src/index2.cjs +17 -15
- package/dist/components/selector/src/index2.js +8 -6
- package/dist/components/tables/common/pagin.cjs +3 -3
- package/dist/components/tables/common/pagin.d.ts +1 -1
- package/dist/components/tables/common/pagin.js +3 -3
- package/dist/components/tables/src/index2.cjs +4 -7
- package/dist/components/tables/src/index2.js +3 -6
- package/dist/components/tablesp/index.css +1 -0
- package/dist/components/tablesp/src/index2.cjs +11 -9
- package/dist/components/tablesp/src/index2.js +3 -1
- package/dist/components/tabless/src/index2.cjs +11 -9
- package/dist/components/tabless/src/index2.js +3 -1
- package/dist/components/tablesv/src/index2.cjs +2 -5
- package/dist/components/tablesv/src/index2.js +3 -6
- package/dist/components/tablesvp/index.css +1 -0
- package/dist/components/tablesvp/src/index2.cjs +9 -7
- package/dist/components/tablesvp/src/index2.js +3 -1
- package/dist/css/forms.css +3 -0
- package/dist/css/icon-picker.css +1 -0
- package/dist/css/iframe.css +4 -0
- package/dist/css/index.css +44 -22
- package/dist/css/input-history.css +7 -17
- package/dist/css/lists.css +0 -5
- package/dist/css/listsp.css +1 -5
- package/dist/css/no-data.css +19 -0
- package/dist/css/page/set-column.css +8 -8
- package/dist/css/page.css +4 -0
- package/dist/css/paging.css +1 -0
- package/dist/css/tablesp.css +1 -0
- package/dist/css/tablesvp.css +1 -0
- package/dist/expand/{chunk-ID2WVA6N.js → chunk-3HYUAX6P.js} +2 -0
- package/dist/expand/{chunk-NEHCZ3EJ.cjs → chunk-IPHLXLMM.cjs} +2 -0
- package/dist/expand/components.cjs +5 -5
- package/dist/expand/components.js +1 -1
- package/dist/expand/config.cjs +2 -2
- package/dist/expand/config.js +1 -1
- package/dist/hooks/index.cjs +2 -0
- package/dist/hooks/index.js +3 -1
- package/dist/hooks/locale/index.cjs +51 -2
- package/dist/hooks/locale/index.d.ts +64 -3
- package/dist/hooks/locale/index.js +51 -2
- package/dist/icons/index.css +31 -31
- package/dist/icons/index.json +7 -7
- package/dist/index.cjs +128 -126
- package/dist/index.css +44 -22
- package/dist/index.js +2 -0
- package/dist/locale/en.cjs +38 -15
- package/dist/locale/en.d.ts +27 -4
- package/dist/locale/en.js +38 -15
- package/dist/locale/zh-cn.cjs +24 -3
- package/dist/locale/zh-cn.d.ts +23 -2
- package/dist/locale/zh-cn.js +24 -3
- package/dist/types/locale.d.ts +1 -1
- package/package.json +11 -11
- /package/dist/components/{forms-item → forms-items}/index.css +0 -0
- /package/dist/components/{option → keep-com}/index.css +0 -0
- /package/dist/css/{forms-item.css → forms-items.css} +0 -0
- /package/dist/css/{option.css → keep-com.css} +0 -0
package/dist/icons/index.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--icon-svg-bar: url("data:image/svg+xml;utf8,%3Csvg id='icon-bar' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z' %3E%3C/path%3E %3C/svg%3E");
|
|
3
|
+
--icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
4
|
+
--icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
|
|
3
5
|
--icon-svg-bottom-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 768h416a32 32 0 1 1 0 64H224a32 32 0 0 1-32-32V352a32 32 0 0 1 64 0v416z'/%3E%3Cpath fill='currentColor' d='M246.656 822.656a32 32 0 0 1-45.312-45.312l544-544a32 32 0 0 1 45.312 45.312l-544 544z'/%3E%3C/svg%3E");
|
|
4
6
|
--icon-svg-bicycle: url("data:image/svg+xml;utf8,%3Csvg id='icon-bicycle' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z'/%3E%3Cpath fill='currentColor' d='M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z'/%3E%3Cpath fill='currentColor' d='M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z'/%3E%3Cpath fill='currentColor' d='m373.376 599.808-42.752-47.616 320-288 42.752 47.616z'/%3E%3C/svg%3E");
|
|
5
|
-
--icon-svg-below: url("data:image/svg+xml;utf8,%3Csvg id='icon-below' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
6
7
|
--icon-svg-bottom: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z'/%3E%3C/svg%3E");
|
|
7
|
-
--icon-svg-bottom-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-bottom-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' d='M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z'/%3E%3Cpath fill='currentColor' d='M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z'/%3E%3C/svg%3E");
|
|
8
8
|
--icon-svg-clear: url("data:image/svg+xml;utf8,%3Csvg id='icon-clear' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z' %3E%3C/path%3E %3C/svg%3E");
|
|
9
9
|
--icon-svg-close: url("data:image/svg+xml;utf8,%3Csvg id='icon-close' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z' %3E%3C/path%3E %3C/svg%3E");
|
|
10
|
-
--icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
11
|
-
--icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
12
10
|
--icon-svg-frame: url("data:image/svg+xml;utf8,%3Csvg id='icon-frame' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z' %3E%3C/path%3E %3C/svg%3E");
|
|
11
|
+
--icon-svg-edit: url("data:image/svg+xml;utf8,%3Csvg id='icon-edit' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='currentColor' d='M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z' %3E%3C/path%3E %3Cpath fill='currentColor' d='m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
13
12
|
--icon-svg-left: url("data:image/svg+xml;utf8,%3Csvg id='icon-left' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
13
|
+
--icon-svg-right: url("data:image/svg+xml;utf8,%3Csvg id='icon-right' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' %3E %3Cpath fill='currentColor' d='M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z' %3E%3C/path%3E %3C/svg%3E");
|
|
14
14
|
--icon-svg-star: url("data:image/svg+xml;utf8,%3Csvg id='icon-star' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' data-v-ea893728='' %3E %3Cpath fill='currentColor' d='m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z' %3E%3C/path%3E %3C/svg%3E");
|
|
15
15
|
}
|
|
16
16
|
.icon-bar {
|
|
@@ -23,52 +23,52 @@
|
|
|
23
23
|
mask-size: 100% 100%;
|
|
24
24
|
color: inherit;
|
|
25
25
|
}
|
|
26
|
-
.icon-
|
|
26
|
+
.icon-below {
|
|
27
27
|
height: 1em;
|
|
28
28
|
width: 1em;
|
|
29
29
|
background-color: currentColor;
|
|
30
|
-
-webkit-mask: var(--icon-svg-
|
|
31
|
-
mask: var(--icon-svg-
|
|
30
|
+
-webkit-mask: var(--icon-svg-below) no-repeat;
|
|
31
|
+
mask: var(--icon-svg-below) no-repeat;
|
|
32
32
|
-webkit-mask-size: 100% 100%;
|
|
33
33
|
mask-size: 100% 100%;
|
|
34
34
|
color: inherit;
|
|
35
35
|
}
|
|
36
|
-
.icon-
|
|
36
|
+
.icon-bottom-right {
|
|
37
37
|
height: 1em;
|
|
38
38
|
width: 1em;
|
|
39
39
|
background-color: currentColor;
|
|
40
|
-
-webkit-mask: var(--icon-svg-
|
|
41
|
-
mask: var(--icon-svg-
|
|
40
|
+
-webkit-mask: var(--icon-svg-bottom-right) no-repeat;
|
|
41
|
+
mask: var(--icon-svg-bottom-right) no-repeat;
|
|
42
42
|
-webkit-mask-size: 100% 100%;
|
|
43
43
|
mask-size: 100% 100%;
|
|
44
44
|
color: inherit;
|
|
45
45
|
}
|
|
46
|
-
.icon-
|
|
46
|
+
.icon-bottom-left {
|
|
47
47
|
height: 1em;
|
|
48
48
|
width: 1em;
|
|
49
49
|
background-color: currentColor;
|
|
50
|
-
-webkit-mask: var(--icon-svg-
|
|
51
|
-
mask: var(--icon-svg-
|
|
50
|
+
-webkit-mask: var(--icon-svg-bottom-left) no-repeat;
|
|
51
|
+
mask: var(--icon-svg-bottom-left) no-repeat;
|
|
52
52
|
-webkit-mask-size: 100% 100%;
|
|
53
53
|
mask-size: 100% 100%;
|
|
54
54
|
color: inherit;
|
|
55
55
|
}
|
|
56
|
-
.icon-
|
|
56
|
+
.icon-bicycle {
|
|
57
57
|
height: 1em;
|
|
58
58
|
width: 1em;
|
|
59
59
|
background-color: currentColor;
|
|
60
|
-
-webkit-mask: var(--icon-svg-
|
|
61
|
-
mask: var(--icon-svg-
|
|
60
|
+
-webkit-mask: var(--icon-svg-bicycle) no-repeat;
|
|
61
|
+
mask: var(--icon-svg-bicycle) no-repeat;
|
|
62
62
|
-webkit-mask-size: 100% 100%;
|
|
63
63
|
mask-size: 100% 100%;
|
|
64
64
|
color: inherit;
|
|
65
65
|
}
|
|
66
|
-
.icon-bottom
|
|
66
|
+
.icon-bottom {
|
|
67
67
|
height: 1em;
|
|
68
68
|
width: 1em;
|
|
69
69
|
background-color: currentColor;
|
|
70
|
-
-webkit-mask: var(--icon-svg-bottom
|
|
71
|
-
mask: var(--icon-svg-bottom
|
|
70
|
+
-webkit-mask: var(--icon-svg-bottom) no-repeat;
|
|
71
|
+
mask: var(--icon-svg-bottom) no-repeat;
|
|
72
72
|
-webkit-mask-size: 100% 100%;
|
|
73
73
|
mask-size: 100% 100%;
|
|
74
74
|
color: inherit;
|
|
@@ -93,42 +93,42 @@
|
|
|
93
93
|
mask-size: 100% 100%;
|
|
94
94
|
color: inherit;
|
|
95
95
|
}
|
|
96
|
-
.icon-
|
|
96
|
+
.icon-frame {
|
|
97
97
|
height: 1em;
|
|
98
98
|
width: 1em;
|
|
99
99
|
background-color: currentColor;
|
|
100
|
-
-webkit-mask: var(--icon-svg-
|
|
101
|
-
mask: var(--icon-svg-
|
|
100
|
+
-webkit-mask: var(--icon-svg-frame) no-repeat;
|
|
101
|
+
mask: var(--icon-svg-frame) no-repeat;
|
|
102
102
|
-webkit-mask-size: 100% 100%;
|
|
103
103
|
mask-size: 100% 100%;
|
|
104
104
|
color: inherit;
|
|
105
105
|
}
|
|
106
|
-
.icon-
|
|
106
|
+
.icon-edit {
|
|
107
107
|
height: 1em;
|
|
108
108
|
width: 1em;
|
|
109
109
|
background-color: currentColor;
|
|
110
|
-
-webkit-mask: var(--icon-svg-
|
|
111
|
-
mask: var(--icon-svg-
|
|
110
|
+
-webkit-mask: var(--icon-svg-edit) no-repeat;
|
|
111
|
+
mask: var(--icon-svg-edit) no-repeat;
|
|
112
112
|
-webkit-mask-size: 100% 100%;
|
|
113
113
|
mask-size: 100% 100%;
|
|
114
114
|
color: inherit;
|
|
115
115
|
}
|
|
116
|
-
.icon-
|
|
116
|
+
.icon-left {
|
|
117
117
|
height: 1em;
|
|
118
118
|
width: 1em;
|
|
119
119
|
background-color: currentColor;
|
|
120
|
-
-webkit-mask: var(--icon-svg-
|
|
121
|
-
mask: var(--icon-svg-
|
|
120
|
+
-webkit-mask: var(--icon-svg-left) no-repeat;
|
|
121
|
+
mask: var(--icon-svg-left) no-repeat;
|
|
122
122
|
-webkit-mask-size: 100% 100%;
|
|
123
123
|
mask-size: 100% 100%;
|
|
124
124
|
color: inherit;
|
|
125
125
|
}
|
|
126
|
-
.icon-
|
|
126
|
+
.icon-right {
|
|
127
127
|
height: 1em;
|
|
128
128
|
width: 1em;
|
|
129
129
|
background-color: currentColor;
|
|
130
|
-
-webkit-mask: var(--icon-svg-
|
|
131
|
-
mask: var(--icon-svg-
|
|
130
|
+
-webkit-mask: var(--icon-svg-right) no-repeat;
|
|
131
|
+
mask: var(--icon-svg-right) no-repeat;
|
|
132
132
|
-webkit-mask-size: 100% 100%;
|
|
133
133
|
mask-size: 100% 100%;
|
|
134
134
|
color: inherit;
|
package/dist/icons/index.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prefix": "fang-ui",
|
|
3
3
|
"info": {},
|
|
4
|
-
"lastModified":
|
|
4
|
+
"lastModified": 1758617402825,
|
|
5
5
|
"icons": {
|
|
6
6
|
"bar": {
|
|
7
7
|
"body": " <path fill=\"currentColor\" d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\" ></path> "
|
|
8
8
|
},
|
|
9
|
+
"bottom-right": {
|
|
10
|
+
"body": "<path fill=\"currentColor\" d=\"M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z\"/><path fill=\"currentColor\" d=\"M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z\"/>"
|
|
11
|
+
},
|
|
9
12
|
"bicycle": {
|
|
10
13
|
"body": "<path fill=\"currentColor\" d=\"M256 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M288 672h320q32 0 32 32t-32 32H288q-32 0-32-32t32-32z\"/><path fill=\"currentColor\" d=\"M768 832a128 128 0 1 0 0-256 128 128 0 0 0 0 256zm0 64a192 192 0 1 1 0-384 192 192 0 0 1 0 384z\"/><path fill=\"currentColor\" d=\"M480 192a32 32 0 0 1 0-64h160a32 32 0 0 1 31.04 24.256l96 384a32 32 0 0 1-62.08 15.488L615.04 192H480zM96 384a32 32 0 0 1 0-64h128a32 32 0 0 1 30.336 21.888l64 192a32 32 0 1 1-60.672 20.224L200.96 384H96z\"/><path fill=\"currentColor\" d=\"m373.376 599.808-42.752-47.616 320-288 42.752 47.616z\"/>"
|
|
11
14
|
},
|
|
12
|
-
"bottom": {
|
|
13
|
-
"body": "<path fill=\"currentColor\" d=\"M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z\"/>"
|
|
14
|
-
},
|
|
15
15
|
"clear": {
|
|
16
16
|
"body": " <path fill=\"currentColor\" d=\"m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z\" ></path> <path fill=\"currentColor\" d=\"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z\" ></path> "
|
|
17
17
|
},
|
|
18
|
-
"edit": {
|
|
19
|
-
"body": " <path fill=\"currentColor\" d=\"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640V512z\" ></path> <path fill=\"currentColor\" d=\"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z\" ></path> "
|
|
20
|
-
},
|
|
21
18
|
"frame": {
|
|
22
19
|
"body": " <path fill=\"currentColor\" d=\"m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z\" ></path> "
|
|
23
20
|
},
|
|
21
|
+
"left": {
|
|
22
|
+
"body": " <path fill=\"currentColor\" d=\"M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z\" ></path> "
|
|
23
|
+
},
|
|
24
24
|
"star": {
|
|
25
25
|
"body": " <path fill=\"currentColor\" d=\"m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z\" ></path> "
|
|
26
26
|
}
|
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const index$
|
|
4
|
-
const index$
|
|
5
|
-
const index$
|
|
3
|
+
const index$1X = require("./components/index.cjs");
|
|
4
|
+
const index$1Y = require("./directives/index.cjs");
|
|
5
|
+
const index$1Z = require("./icons/index.cjs");
|
|
6
6
|
const index$1 = require("./components/button/index.cjs");
|
|
7
7
|
const index$2 = require("./components/card/index.cjs");
|
|
8
8
|
const index$3 = require("./components/collapse-item/index.cjs");
|
|
@@ -64,79 +64,80 @@ const index$W = require("./components/box-teleport/index.cjs");
|
|
|
64
64
|
const index$X = require("./components/box-title/index.cjs");
|
|
65
65
|
const index$Y = require("./components/box/index.cjs");
|
|
66
66
|
const index$Z = require("./components/dialogs/index.cjs");
|
|
67
|
-
const index$_ = require("./components/
|
|
68
|
-
const index$$ = require("./components/
|
|
69
|
-
const index$10 = require("./components/
|
|
70
|
-
const index$11 = require("./components/
|
|
71
|
-
const index$12 = require("./components/stick-
|
|
72
|
-
const index$13 = require("./components/stick-
|
|
73
|
-
const index$14 = require("./components/window/index.cjs");
|
|
74
|
-
const index$15 = require("./components/
|
|
75
|
-
const index$16 = require("./components/
|
|
76
|
-
const index$17 = require("./components/icon/index.cjs");
|
|
77
|
-
const index$18 = require("./components/
|
|
78
|
-
const index$19 = require("./components/
|
|
79
|
-
const index$1a = require("./components/
|
|
80
|
-
const index$1b = require("./components/
|
|
81
|
-
const index$1c = require("./components/
|
|
82
|
-
const index$1d = require("./components/
|
|
83
|
-
const index$1e = require("./components/
|
|
84
|
-
const index$1f = require("./components/
|
|
85
|
-
const index$1g = require("./components/
|
|
86
|
-
const index$1h = require("./components/select
|
|
87
|
-
const index$1i = require("./components/select-
|
|
88
|
-
const index$1j = require("./components/
|
|
89
|
-
const index$1k = require("./components/
|
|
90
|
-
const index$1l = require("./components/
|
|
91
|
-
const index$1m = require("./components/
|
|
92
|
-
const index$1n = require("./components/
|
|
93
|
-
const index$1o = require("./components/
|
|
94
|
-
const index$1p = require("./components/
|
|
95
|
-
const index$1q = require("./components/dates-
|
|
96
|
-
const index$1r = require("./components/dates/index.cjs");
|
|
97
|
-
const index$1s = require("./components/
|
|
98
|
-
const index$1t = require("./components/edit/index.cjs");
|
|
99
|
-
const index$1u = require("./components/
|
|
100
|
-
const index$1v = require("./components/
|
|
101
|
-
const index$1w = require("./components/
|
|
102
|
-
const index$1x = require("./components/input-
|
|
103
|
-
const index$1y = require("./components/input-
|
|
104
|
-
const index$1z = require("./components/input-
|
|
105
|
-
const index$1A = require("./components/
|
|
106
|
-
const index$1B = require("./components/
|
|
107
|
-
const index$1C = require("./components/
|
|
108
|
-
const index$1D = require("./components/
|
|
109
|
-
const index$1E = require("./components/
|
|
110
|
-
const index$1F = require("./components/
|
|
111
|
-
const index$1G = require("./components/
|
|
112
|
-
const index$1H = require("./components/
|
|
113
|
-
const index$1I = require("./components/
|
|
114
|
-
const index$1J = require("./components/
|
|
115
|
-
const index$1K = require("./components/
|
|
116
|
-
const index$1L = require("./components/
|
|
117
|
-
const index$1M = require("./components/
|
|
118
|
-
const index$1N = require("./components/
|
|
119
|
-
const index$1O = require("./components/
|
|
120
|
-
const index$1P = require("./components/
|
|
121
|
-
const index$1Q = require("./
|
|
122
|
-
const index$1R = require("./directives/
|
|
123
|
-
const index$1S = require("./directives/
|
|
124
|
-
const index$1T = require("./directives/
|
|
125
|
-
const index$1U = require("./directives/
|
|
126
|
-
const index$1V = require("./directives/
|
|
67
|
+
const index$_ = require("./components/no-data/index.cjs");
|
|
68
|
+
const index$$ = require("./components/popup/index.cjs");
|
|
69
|
+
const index$10 = require("./components/right-key/index.cjs");
|
|
70
|
+
const index$11 = require("./components/seamless-scroll/index.cjs");
|
|
71
|
+
const index$12 = require("./components/stick-div/index.cjs");
|
|
72
|
+
const index$13 = require("./components/stick-edge/index.cjs");
|
|
73
|
+
const index$14 = require("./components/stick-window/index.cjs");
|
|
74
|
+
const index$15 = require("./components/window/index.cjs");
|
|
75
|
+
const index$16 = require("./components/global-config/index.cjs");
|
|
76
|
+
const index$17 = require("./components/icon-picker/index.cjs");
|
|
77
|
+
const index$18 = require("./components/icon/index.cjs");
|
|
78
|
+
const index$19 = require("./components/iframe/index.cjs");
|
|
79
|
+
const index$1a = require("./components/keep-com/index.cjs");
|
|
80
|
+
const index$1b = require("./components/menus/index.cjs");
|
|
81
|
+
const index$1c = require("./components/page/index.cjs");
|
|
82
|
+
const index$1d = require("./components/retract/index.cjs");
|
|
83
|
+
const index$1e = require("./components/choice-select/index.cjs");
|
|
84
|
+
const index$1f = require("./components/company-select/index.cjs");
|
|
85
|
+
const index$1g = require("./components/department-select/index.cjs");
|
|
86
|
+
const index$1h = require("./components/role-select/index.cjs");
|
|
87
|
+
const index$1i = require("./components/select-dialog/index.cjs");
|
|
88
|
+
const index$1j = require("./components/select-popover/index.cjs");
|
|
89
|
+
const index$1k = require("./components/tree-select-box/index.cjs");
|
|
90
|
+
const index$1l = require("./components/user-select/index.cjs");
|
|
91
|
+
const index$1m = require("./components/array/index.cjs");
|
|
92
|
+
const index$1n = require("./components/buttons/index.cjs");
|
|
93
|
+
const index$1o = require("./components/cascaders/index.cjs");
|
|
94
|
+
const index$1p = require("./components/checks/index.cjs");
|
|
95
|
+
const index$1q = require("./components/dates-divide/index.cjs");
|
|
96
|
+
const index$1r = require("./components/dates-picker/index.cjs");
|
|
97
|
+
const index$1s = require("./components/dates/index.cjs");
|
|
98
|
+
const index$1t = require("./components/edit-float/index.cjs");
|
|
99
|
+
const index$1u = require("./components/edit/index.cjs");
|
|
100
|
+
const index$1v = require("./components/history/index.cjs");
|
|
101
|
+
const index$1w = require("./components/images/index.cjs");
|
|
102
|
+
const index$1x = require("./components/input-array/index.cjs");
|
|
103
|
+
const index$1y = require("./components/input-history/index.cjs");
|
|
104
|
+
const index$1z = require("./components/input-num/index.cjs");
|
|
105
|
+
const index$1A = require("./components/input-select/index.cjs");
|
|
106
|
+
const index$1B = require("./components/inputs/index.cjs");
|
|
107
|
+
const index$1C = require("./components/labels/index.cjs");
|
|
108
|
+
const index$1D = require("./components/select-scroll/index.cjs");
|
|
109
|
+
const index$1E = require("./components/selector/index.cjs");
|
|
110
|
+
const index$1F = require("./components/selects/index.cjs");
|
|
111
|
+
const index$1G = require("./components/switchs/index.cjs");
|
|
112
|
+
const index$1H = require("./components/text/index.cjs");
|
|
113
|
+
const index$1I = require("./components/list/index.cjs");
|
|
114
|
+
const index$1J = require("./components/lists/index.cjs");
|
|
115
|
+
const index$1K = require("./components/listsp/index.cjs");
|
|
116
|
+
const index$1L = require("./components/paging/index.cjs");
|
|
117
|
+
const index$1M = require("./components/tables/index.cjs");
|
|
118
|
+
const index$1N = require("./components/tablesp/index.cjs");
|
|
119
|
+
const index$1O = require("./components/tabless/index.cjs");
|
|
120
|
+
const index$1P = require("./components/tablesv/index.cjs");
|
|
121
|
+
const index$1Q = require("./components/tablesvp/index.cjs");
|
|
122
|
+
const index$1R = require("./directives/adjust/index.cjs");
|
|
123
|
+
const index$1S = require("./directives/drag/index.cjs");
|
|
124
|
+
const index$1T = require("./directives/expose/index.cjs");
|
|
125
|
+
const index$1U = require("./directives/locus/index.cjs");
|
|
126
|
+
const index$1V = require("./directives/scroll/index.cjs");
|
|
127
|
+
const index$1W = require("./directives/stick/index.cjs");
|
|
127
128
|
const index = {
|
|
128
129
|
install: function(app) {
|
|
129
|
-
const com = index$
|
|
130
|
+
const com = index$1X;
|
|
130
131
|
Object.keys(com).forEach((key) => {
|
|
131
132
|
if (com[key].install) {
|
|
132
133
|
com[key].install(app);
|
|
133
134
|
}
|
|
134
135
|
});
|
|
135
|
-
const dire = index$
|
|
136
|
+
const dire = index$1Y;
|
|
136
137
|
Object.keys(dire).forEach((key) => {
|
|
137
138
|
app.directive(key, dire[key]);
|
|
138
139
|
});
|
|
139
|
-
index$
|
|
140
|
+
index$1Z.default(app);
|
|
140
141
|
}
|
|
141
142
|
};
|
|
142
143
|
exports.Button = index$1.Button;
|
|
@@ -201,64 +202,65 @@ exports.BoxTeleport = index$W.BoxTeleport;
|
|
|
201
202
|
exports.BoxTitle = index$X.BoxTitle;
|
|
202
203
|
exports.Box = index$Y.Box;
|
|
203
204
|
exports.Dialogs = index$Z.Dialogs;
|
|
204
|
-
exports.
|
|
205
|
-
exports.
|
|
206
|
-
exports.
|
|
207
|
-
exports.
|
|
208
|
-
exports.
|
|
209
|
-
exports.
|
|
210
|
-
exports.
|
|
211
|
-
exports.
|
|
212
|
-
exports.
|
|
213
|
-
exports.
|
|
214
|
-
exports.
|
|
215
|
-
exports.
|
|
216
|
-
exports.
|
|
217
|
-
exports.
|
|
218
|
-
exports.
|
|
219
|
-
exports.
|
|
220
|
-
exports.
|
|
221
|
-
exports.
|
|
222
|
-
exports.
|
|
223
|
-
exports.
|
|
224
|
-
exports.
|
|
225
|
-
exports.
|
|
226
|
-
exports.
|
|
227
|
-
exports.
|
|
228
|
-
exports.
|
|
229
|
-
exports.
|
|
230
|
-
exports.
|
|
231
|
-
exports.
|
|
232
|
-
exports.
|
|
233
|
-
exports.
|
|
234
|
-
exports.
|
|
235
|
-
exports.
|
|
236
|
-
exports.
|
|
237
|
-
exports.
|
|
238
|
-
exports.
|
|
239
|
-
exports.
|
|
240
|
-
exports.
|
|
241
|
-
exports.
|
|
242
|
-
exports.
|
|
243
|
-
exports.
|
|
244
|
-
exports.
|
|
245
|
-
exports.
|
|
246
|
-
exports.
|
|
247
|
-
exports.
|
|
248
|
-
exports.
|
|
249
|
-
exports.
|
|
250
|
-
exports.
|
|
251
|
-
exports.
|
|
252
|
-
exports.
|
|
253
|
-
exports.
|
|
254
|
-
exports.
|
|
255
|
-
exports.
|
|
256
|
-
exports.
|
|
257
|
-
exports.
|
|
258
|
-
exports.
|
|
259
|
-
exports.
|
|
260
|
-
exports.
|
|
261
|
-
exports.
|
|
262
|
-
exports.
|
|
263
|
-
exports.
|
|
205
|
+
exports.NoData = index$_.NoData;
|
|
206
|
+
exports.Popup = index$$.Popup;
|
|
207
|
+
exports.RightKey = index$10.RightKey;
|
|
208
|
+
exports.SeamlessScroll = index$11.SeamlessScroll;
|
|
209
|
+
exports.StickDiv = index$12.StickDiv;
|
|
210
|
+
exports.StickEdge = index$13.StickEdge;
|
|
211
|
+
exports.StickWindow = index$14.StickWindow;
|
|
212
|
+
exports.Window = index$15.Window;
|
|
213
|
+
exports.GlobalConfig = index$16.GlobalConfig;
|
|
214
|
+
exports.IconPicker = index$17.IconPicker;
|
|
215
|
+
exports.Icon = index$18.Icon;
|
|
216
|
+
exports.Iframe = index$19.Iframe;
|
|
217
|
+
exports.KeepCom = index$1a.KeepCom;
|
|
218
|
+
exports.Menus = index$1b.Menus;
|
|
219
|
+
exports.Page = index$1c.Page;
|
|
220
|
+
exports.Retract = index$1d.Retract;
|
|
221
|
+
exports.ChoiceSelect = index$1e.ChoiceSelect;
|
|
222
|
+
exports.CompanySelect = index$1f.CompanySelect;
|
|
223
|
+
exports.DepartmentSelect = index$1g.DepartmentSelect;
|
|
224
|
+
exports.RoleSelect = index$1h.RoleSelect;
|
|
225
|
+
exports.SelectDialog = index$1i.SelectDialog;
|
|
226
|
+
exports.SelectPopover = index$1j.SelectPopover;
|
|
227
|
+
exports.TreeSelectBox = index$1k.TreeSelectBox;
|
|
228
|
+
exports.UserSelect = index$1l.UserSelect;
|
|
229
|
+
exports.Array = index$1m.Array;
|
|
230
|
+
exports.Buttons = index$1n.Buttons;
|
|
231
|
+
exports.Cascaders = index$1o.Cascaders;
|
|
232
|
+
exports.Checks = index$1p.Checks;
|
|
233
|
+
exports.DatesDivide = index$1q.DatesDivide;
|
|
234
|
+
exports.DatesPicker = index$1r.DatesPicker;
|
|
235
|
+
exports.Dates = index$1s.Dates;
|
|
236
|
+
exports.EditFloat = index$1t.EditFloat;
|
|
237
|
+
exports.Edit = index$1u.Edit;
|
|
238
|
+
exports.History = index$1v.History;
|
|
239
|
+
exports.Images = index$1w.Images;
|
|
240
|
+
exports.InputArray = index$1x.InputArray;
|
|
241
|
+
exports.InputHistory = index$1y.InputHistory;
|
|
242
|
+
exports.InputNum = index$1z.InputNum;
|
|
243
|
+
exports.InputSelect = index$1A.InputSelect;
|
|
244
|
+
exports.Inputs = index$1B.Inputs;
|
|
245
|
+
exports.Labels = index$1C.Labels;
|
|
246
|
+
exports.SelectScroll = index$1D.SelectScroll;
|
|
247
|
+
exports.Selector = index$1E.Selector;
|
|
248
|
+
exports.Selects = index$1F.Selects;
|
|
249
|
+
exports.Switchs = index$1G.Switchs;
|
|
250
|
+
exports.Text = index$1H.Text;
|
|
251
|
+
exports.List = index$1I.List;
|
|
252
|
+
exports.Lists = index$1J.Lists;
|
|
253
|
+
exports.Listsp = index$1K.Listsp;
|
|
254
|
+
exports.Paging = index$1L.Paging;
|
|
255
|
+
exports.Tables = index$1M.Tables;
|
|
256
|
+
exports.Tablesp = index$1N.Tablesp;
|
|
257
|
+
exports.Tabless = index$1O.Tabless;
|
|
258
|
+
exports.Tablesv = index$1P.Tablesv;
|
|
259
|
+
exports.Tablesvp = index$1Q.Tablesvp;
|
|
260
|
+
exports.Adjust = index$1R.default;
|
|
261
|
+
exports.Drag = index$1S.default;
|
|
262
|
+
exports.Expose = index$1T.default;
|
|
263
|
+
exports.Locus = index$1U.default;
|
|
264
|
+
exports.Scroll = index$1V.default;
|
|
265
|
+
exports.Stick = index$1W.default;
|
|
264
266
|
exports.default = index;
|
package/dist/index.css
CHANGED
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
.forms-elf.center .el-form-item__label {
|
|
100
100
|
justify-content: center;
|
|
101
101
|
}
|
|
102
|
+
.forms .forms-li.forms-buts {
|
|
103
|
+
margin-right: 0;
|
|
104
|
+
}
|
|
102
105
|
.forms-buts-div .el-button {
|
|
103
106
|
height: inherit;
|
|
104
107
|
}
|
|
@@ -234,6 +237,12 @@
|
|
|
234
237
|
padding: 20px 20px;
|
|
235
238
|
}
|
|
236
239
|
|
|
240
|
+
.no-data {
|
|
241
|
+
text-align: center;
|
|
242
|
+
margin-top: 20px;
|
|
243
|
+
color: #999;
|
|
244
|
+
}
|
|
245
|
+
|
|
237
246
|
.popup {
|
|
238
247
|
position: fixed;
|
|
239
248
|
width: 100vw;
|
|
@@ -420,6 +429,7 @@
|
|
|
420
429
|
cursor: pointer;
|
|
421
430
|
}
|
|
422
431
|
.icon-picker .icon-picker-dialog-list-item:hover {
|
|
432
|
+
background-color: #e5e5e5;
|
|
423
433
|
color: var(--on-icon-picker);
|
|
424
434
|
}
|
|
425
435
|
.icon-picker .icon-picker-dialog-list-icon {
|
|
@@ -463,6 +473,10 @@
|
|
|
463
473
|
width: 100%;
|
|
464
474
|
height: 100%;
|
|
465
475
|
}
|
|
476
|
+
.iframe > iframe {
|
|
477
|
+
width: 100%;
|
|
478
|
+
height: 100%;
|
|
479
|
+
}
|
|
466
480
|
|
|
467
481
|
.menus .menu-li-item {
|
|
468
482
|
display: flex;
|
|
@@ -584,6 +598,7 @@
|
|
|
584
598
|
}
|
|
585
599
|
.paging-slot > span {
|
|
586
600
|
margin-right: 10px;
|
|
601
|
+
white-space: nowrap;
|
|
587
602
|
}
|
|
588
603
|
.paging .el-pagination__total {
|
|
589
604
|
font-size: 14px;
|
|
@@ -940,7 +955,7 @@
|
|
|
940
955
|
padding: 0;
|
|
941
956
|
box-sizing: border-box;
|
|
942
957
|
}
|
|
943
|
-
.input-history-select-li {
|
|
958
|
+
.input-history-select-ul .input-history-select-li {
|
|
944
959
|
padding: 0 32px 0 20px;
|
|
945
960
|
position: relative;
|
|
946
961
|
white-space: nowrap;
|
|
@@ -952,36 +967,26 @@
|
|
|
952
967
|
box-sizing: border-box;
|
|
953
968
|
cursor: pointer;
|
|
954
969
|
}
|
|
955
|
-
.input-history-select-li.hover, .input-history-select-li:hover {
|
|
970
|
+
.input-history-select-ul .input-history-select-li.hover, .input-history-select-ul .input-history-select-li:hover {
|
|
956
971
|
background-color: #f5f7fa;
|
|
957
972
|
}
|
|
958
|
-
.input-history-select-li.hover .input-history-select-li-clean, .input-history-select-li:hover .input-history-select-li-clean {
|
|
973
|
+
.input-history-select-ul .input-history-select-li.hover .input-history-select-li-clean, .input-history-select-ul .input-history-select-li:hover .input-history-select-li-clean {
|
|
959
974
|
display: inline-flex;
|
|
960
975
|
}
|
|
961
|
-
.input-history-select-li.selected {
|
|
976
|
+
.input-history-select-ul .input-history-select-li.selected {
|
|
962
977
|
color: var(--bv-color-primary);
|
|
963
978
|
font-weight: 700;
|
|
964
979
|
}
|
|
965
|
-
.input-history-select-li.is-disabled {
|
|
980
|
+
.input-history-select-ul .input-history-select-li.is-disabled {
|
|
966
981
|
background-color: #ffffff;
|
|
967
982
|
color: #a8abb2;
|
|
968
983
|
cursor: not-allowed;
|
|
969
984
|
}
|
|
970
|
-
.input-history-select-li-clean {
|
|
971
|
-
position: absolute;
|
|
985
|
+
.input-history-select-ul .input-history-select-li-clean {
|
|
972
986
|
align-items: center;
|
|
973
987
|
justify-content: center;
|
|
974
|
-
right: 16px;
|
|
975
|
-
height: 100%;
|
|
976
988
|
display: none;
|
|
977
|
-
|
|
978
|
-
.input-history-select-clean {
|
|
979
|
-
padding: 0 20px;
|
|
980
|
-
}
|
|
981
|
-
.input-history-select-clean-but {
|
|
982
|
-
float: right;
|
|
983
|
-
color: #ccc;
|
|
984
|
-
cursor: pointer;
|
|
989
|
+
margin-left: 5px;
|
|
985
990
|
}
|
|
986
991
|
|
|
987
992
|
.input-num-input {
|
|
@@ -1190,11 +1195,6 @@
|
|
|
1190
1195
|
.lists-list-item .el-card {
|
|
1191
1196
|
background-color: transparent;
|
|
1192
1197
|
}
|
|
1193
|
-
.lists-list .lists-no-data {
|
|
1194
|
-
text-align: center;
|
|
1195
|
-
margin-top: 20px;
|
|
1196
|
-
color: #999;
|
|
1197
|
-
}
|
|
1198
1198
|
|
|
1199
1199
|
.listsp {
|
|
1200
1200
|
width: 100%;
|
|
@@ -1324,4 +1324,26 @@
|
|
|
1324
1324
|
left: 0;
|
|
1325
1325
|
z-index: 1;
|
|
1326
1326
|
opacity: 0;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
.tablesvp {
|
|
1330
|
+
width: 100%;
|
|
1331
|
+
height: var(--tablesvp-height);
|
|
1332
|
+
display: flex;
|
|
1333
|
+
flex-direction: column;
|
|
1334
|
+
}
|
|
1335
|
+
.tablesvp-main {
|
|
1336
|
+
display: flex;
|
|
1337
|
+
flex-direction: column;
|
|
1338
|
+
flex: 1;
|
|
1339
|
+
width: 100%;
|
|
1340
|
+
}
|
|
1341
|
+
.tablesvp-main.is-radio .el-table__header .el-table-column--selection .el-checkbox {
|
|
1342
|
+
display: none;
|
|
1343
|
+
}
|
|
1344
|
+
.tablesvp-paginat {
|
|
1345
|
+
overflow: hidden;
|
|
1346
|
+
}
|
|
1347
|
+
.tablesvp-paginat .el-pagination {
|
|
1348
|
+
justify-content: flex-end;
|
|
1327
1349
|
}
|
package/dist/index.js
CHANGED
|
@@ -62,6 +62,7 @@ import { BoxTeleport } from "./components/box-teleport/index.js";
|
|
|
62
62
|
import { BoxTitle } from "./components/box-title/index.js";
|
|
63
63
|
import { Box } from "./components/box/index.js";
|
|
64
64
|
import { Dialogs } from "./components/dialogs/index.js";
|
|
65
|
+
import { NoData } from "./components/no-data/index.js";
|
|
65
66
|
import { Popup } from "./components/popup/index.js";
|
|
66
67
|
import { RightKey } from "./components/right-key/index.js";
|
|
67
68
|
import { SeamlessScroll } from "./components/seamless-scroll/index.js";
|
|
@@ -212,6 +213,7 @@ export {
|
|
|
212
213
|
Menus,
|
|
213
214
|
Message,
|
|
214
215
|
MessageBox,
|
|
216
|
+
NoData,
|
|
215
217
|
Option,
|
|
216
218
|
OptionGroup,
|
|
217
219
|
Page,
|