@avilang/practical-ui 0.3.12 → 0.3.14
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/index.js +2481 -2376
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-family:v-sans;font-weight:400;src:url(./assets/LatoLatin-Regular.woff2)}@font-face{font-family:v-sans;font-weight:600;src:url(./assets/LatoLatin-Semibold.woff2)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div{display:block;box-sizing:border-box}body{text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background-color:#fff;color:#333639;font-size:14px;font-family:v-sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;line-height:1.6;transition:color .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.n-form-item-feedback-wrapper.p-form-item-feedback-s{min-height:12px}.n-form-item .n-form-item-feedback-wrapper.p-form-item-feedback-s:not(:empty){padding-bottom:4px}.n-dialog.n-modal.p-dialog{padding:12px 0;transition-duration:.15s}.n-dialog.n-modal.p-dialog.p-dialog-loading:after{content:" ";position:absolute;top:8px;right:11px;width:30px;height:30px;z-index:3}.n-dialog .n-dialog__title.p-dialog-title{line-height:1.6;font-size:14px;padding:0 16px 10px 14px;border-bottom:1px solid rgb(224,224,230)}.n-dialog .n-dialog__content.p-dialog-content{margin-top:10px;margin-bottom:10px;line-height:1.6;padding:0 16px;min-height:68px}.n-dialog.n-modal.p-dialog .n-dialog__close{margin:12px 15px 0 0}.n-dialog.n-modal.p-dialog .n-dialog__icon{font-size:20px}.n-dialog .n-dialog__action.p-dialog-action{padding:12px 16px 0;border-top:1px solid rgb(224,224,230)}.n-dialog.n-modal.p-dialog .n-dialog__action>*:not(:last-child){margin-right:10px}.n-dialog.n-modal.p-dialog .n-dialog__action .n-button{min-width:60px}
|
|
1
|
+
@font-face{font-family:v-sans;font-weight:400;src:url(./assets/LatoLatin-Regular.woff2)}@font-face{font-family:v-sans;font-weight:600;src:url(./assets/LatoLatin-Semibold.woff2)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div{display:block;box-sizing:border-box}body{text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background-color:#fff;color:#333639;font-size:14px;font-family:v-sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;line-height:1.6;transition:color .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.n-form-item-feedback-wrapper.p-form-item-feedback-s{min-height:12px}.n-form-item .n-form-item-feedback-wrapper.p-form-item-feedback-s:not(:empty){padding-bottom:4px}.n-button.n-button--small-type.p-button-xs{height:24px}.n-button.n-button--default-type.p-button-default-success{--n-ripple-color: #18a058;--n-text-color: rgb(51, 54, 57);--n-text-color-hover: #36ad6a;--n-text-color-pressed: #0c7a43;--n-text-color-focus: #36ad6a;--n-text-color-disabled: rgb(51, 54, 57);--n-border: 1px solid rgb(224, 224, 230);--n-border-hover: 1px solid #36ad6a;--n-border-pressed: 1px solid #0c7a43;--n-border-focus: 1px solid #36ad6a;--n-border-disabled: 1px solid rgb(224, 224, 230)}.n-button.n-button--default-type.p-button-default-warning{--n-ripple-color: #f0a020;--n-text-color: rgb(51, 54, 57);--n-text-color-hover: #fcb040;--n-text-color-pressed: #c97c10;--n-text-color-focus: #fcb040;--n-text-color-disabled: #f0a020;--n-border: 1px solid rgb(224, 224, 230);--n-border-hover: 1px solid #fcb040;--n-border-pressed: 1px solid #c97c10;--n-border-focus: 1px solid #fcb040;--n-border-disabled: 1px solid #f0a020}.n-button.n-button--default-type.p-button-default-error{--n-ripple-color: #d03050;--n-text-color: rgb(51, 54, 57);--n-text-color-hover: #de576d;--n-text-color-pressed: #ab1f3f;--n-text-color-focus: #de576d;--n-text-color-disabled: #d03050;--n-border: 1px solid rgb(224, 224, 230);--n-border-hover: 1px solid #de576d;--n-border-pressed: 1px solid #ab1f3f;--n-border-focus: 1px solid #de576d;--n-border-disabled: 1px solid #d03050}.n-popover.p-popconfirm:not(.n-popover--raw):not(.n-popover--scrollable):not(.n-popover--show-header-or-footer){padding:0}.n-popover.p-popconfirm .n-popconfirm__body{min-width:180px;padding:9px 12px;line-height:1.5;border-bottom:1px solid rgb(224,224,230)}.n-popover.p-popconfirm .n-popconfirm__action{margin-top:0;padding:8px 12px}.n-popover.p-popconfirm.p-popconfirm-none-action .n-popconfirm__body{border-bottom:none;min-width:auto}.n-popover.p-popconfirm.p-popconfirm-none-action .n-popconfirm__action{padding:0}.n-dialog.n-modal.p-dialog{padding:12px 0;transition-duration:.15s}.n-dialog.n-modal.p-dialog.p-dialog-loading:after{content:" ";position:absolute;top:8px;right:11px;width:30px;height:30px;z-index:3}.n-dialog .n-dialog__title.p-dialog-title{line-height:1.6;font-size:14px;padding:0 16px 10px 14px;border-bottom:1px solid rgb(224,224,230)}.n-dialog .n-dialog__content.p-dialog-content{margin-top:10px;margin-bottom:10px;line-height:1.6;padding:0 16px;min-height:68px}.n-dialog.n-modal.p-dialog .n-dialog__close{margin:12px 15px 0 0}.n-dialog.n-modal.p-dialog .n-dialog__icon{font-size:20px}.n-dialog .n-dialog__action.p-dialog-action{padding:12px 16px 0;border-top:1px solid rgb(224,224,230)}.n-dialog.n-modal.p-dialog .n-dialog__action>*:not(:last-child){margin-right:10px}.n-dialog.n-modal.p-dialog .n-dialog__action .n-button{min-width:60px}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avilang/practical-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.14",
|
|
5
5
|
"description": "Practical UI components created based on vue3",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@laynezh/vite-plugin-lib-assets": "^0.5.24",
|
|
38
38
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
39
|
+
"@vitejs/plugin-vue-jsx": "^4.1.0",
|
|
39
40
|
"vite": "^5.4.8"
|
|
40
41
|
},
|
|
41
42
|
"author": "avilang <1985945885@qq.com> (https://github.com/avilang)",
|