@avilang/practical-ui 0.3.14 → 0.3.16
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 +17708 -17540
- package/dist/style.css +1 -1
- package/package.json +4 -3
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-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:
|
|
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}.p-promised-loading{position:absolute;left:0;right:0;bottom:0;top:0}.p-promised-loading .p-promised-loading-mask{position:absolute;left:0;top:0;z-index:1;width:100%;height:100%;background-color:#fff;opacity:.5}.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:10px;right:12px;width:26px;height:26px;z-index:3;cursor:not-allowed}.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__title.p-dialog-title.p-dialog-title-without-icon{padding-left:16px}.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 14px 0 0;font-size:16px}.n-dialog.n-modal.p-dialog .n-dialog__close:hover{color:#1f2225}.n-dialog.n-modal.p-dialog .n-dialog__close:hover:before{background-color:transparent}.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}.n-dialog.n-modal.p-modal{display:flex;flex-direction:column;padding:0;transition-duration:.15s}.n-dialog.n-modal.p-modal.p-modal-lock:after{content:" ";position:absolute;top:10px;right:12px;width:26px;height:26px;z-index:3;cursor:not-allowed}.n-dialog .n-dialog__title.p-modal-title{line-height:1.6;font-size:14px;padding:12px 16px 10px;border-bottom:1px solid rgb(224,224,230)}.n-dialog .n-dialog__title.p-modal-title-hidden{display:none}.n-dialog .n-dialog__title.p-modal-title-closable{line-height:1;font-size:14px;padding:46px 0 0}.n-dialog.n-modal.p-modal .n-dialog__close{margin:12px 14px 0 0;font-size:16px}.n-dialog.n-modal.p-modal .n-dialog__close:hover{color:#1f2225}.n-dialog.n-modal.p-modal .n-dialog__close:hover:before{background-color:transparent}.n-dialog .n-dialog__content.p-modal-content{flex:1;margin-top:0;margin-bottom:0;line-height:1.6;overflow-y:auto}
|
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.16",
|
|
5
5
|
"description": "Practical UI components created based on vue3",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -30,8 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"grapheme-splitter": "1.0.4",
|
|
33
|
-
"naive-ui": "2.40.
|
|
34
|
-
"vfonts": "0.0.3"
|
|
33
|
+
"naive-ui": "2.40.2",
|
|
34
|
+
"vfonts": "0.0.3",
|
|
35
|
+
"vue-promised": "2.2.0"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
|
37
38
|
"@laynezh/vite-plugin-lib-assets": "^0.5.24",
|