@opentiny/vue-theme 3.8.0 → 3.8.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/button-group/index.css +1 -1
- package/button-group/smb-theme.js +29 -0
- package/checkbox/index.css +1 -1
- package/checkbox/smb-theme.js +6 -1
- package/checkbox-button/index.css +1 -1
- package/checkbox-button/smb-theme.js +23 -1
- package/checkbox-group/index.css +1 -1
- package/checkbox-group/smb-theme.js +2 -1
- package/collapse-item/index.css +1 -1
- package/collapse-item/smb-theme.js +1 -2
- package/dialog-box/index.css +1 -1
- package/dialog-box/smb-theme.js +2 -0
- package/drop-roles/index.css +1 -1
- package/dropdown/index.css +1 -1
- package/dropdown/smb-theme.js +12 -0
- package/dropdown-item/index.css +1 -1
- package/dropdown-item/smb-theme.js +11 -3
- package/dropdown-menu/index.css +1 -1
- package/dropdown-menu/smb-theme.js +4 -0
- package/grid/index.css +1 -1
- package/grid/smb-theme.js +9 -5
- package/index.css +1 -1
- package/loading/index.css +1 -1
- package/lowcode.css +1 -1
- package/notify/index.css +1 -1
- package/notify/smb-theme.js +1 -1
- package/package.json +1 -1
- package/pager/index.css +1 -1
- package/select/index.css +1 -1
- package/steps/index.css +1 -1
- package/steps/smb-theme.js +7 -4
- package/svgs/down-ward.svg +10 -0
- package/svgs/left-frozen.svg +1 -1
- package/svgs/left-ward-arrow.svg +11 -0
- package/svgs/loading-shadow.svg +19 -0
- package/svgs/prompt-exclamation.svg +7 -0
- package/svgs/right-frozen.svg +1 -1
- package/svgs/sort-triangle-ascending.svg +9 -0
- package/svgs/sort-triangle-descending.svg +9 -0
- package/svgs/sort-triangle.svg +12 -0
- package/svgs/up-ward.svg +11 -0
- package/theme/smb-theme/component.js +5 -2
- package/theme/smb-theme/index.js +2 -2
- package/theme-tool.js +1 -1
- package/action-menu/index.js +0 -13
- package/alert/index.js +0 -40
- package/anchor/index.js +0 -20
- package/autocomplete/index.js +0 -25
- package/breadcrumb/index.js +0 -24
- package/breadcrumb-item/index.js +0 -15
- package/button/index.js +0 -105
- package/button-group/index.js +0 -34
- package/carousel/index.js +0 -39
- package/cascader/index.js +0 -41
- package/cascader-menu/index.js +0 -20
- package/cascader-node/index.js +0 -25
- package/cascader-panel/index.js +0 -22
- package/collapse/index.js +0 -15
- package/collapse-item/index.js +0 -32
- package/crop/index.js +0 -31
- package/detail-page/index.js +0 -25
- package/dialog-box/index.js +0 -38
- package/drop-times/index.js +0 -15
- package/dropdown/index.js +0 -15
- package/dropdown-item/index.js +0 -27
- package/dropdown-menu/index.js +0 -18
- package/fall-menu/index.js +0 -27
- package/file-upload/index.js +0 -15
- package/floatbar/index.js +0 -21
- package/form/index.js +0 -15
- package/form-item/index.js +0 -24
- package/fullscreen/index.js +0 -15
- package/grid/index.js +0 -65
- package/image/index.js +0 -17
- package/index.js +0 -16
- package/input/index.js +0 -34
- package/ip-address/index.js +0 -25
- package/link/index.js +0 -41
- package/link-menu/index.js +0 -24
- package/loading/index.js +0 -21
- package/milestone/index.js +0 -26
- package/modal/index.js +0 -47
- package/nav-menu/index.js +0 -28
- package/notify/index.js +0 -41
- package/numeric/index.js +0 -26
- package/option/index.js +0 -26
- package/option-group/index.js +0 -18
- package/pager/index.js +0 -40
- package/popover/index.js +0 -30
- package/progress/index.js +0 -23
- package/radio/index.js +0 -42
- package/rate/index.js +0 -18
- package/scrollbar/index.js +0 -15
- package/search/index.js +0 -34
- package/select/index.js +0 -27
- package/select-dropdown/index.js +0 -33
- package/slide-bar/index.js +0 -20
- package/slider/index.js +0 -52
- package/split/index.js +0 -23
- package/steps/index.js +0 -49
- package/switch/index.js +0 -29
- package/tabs/index.js +0 -60
- package/tag/index.js +0 -54
- package/text-popup/index.js +0 -18
- package/toggle-menu/index.js +0 -24
- package/tooltip/index.js +0 -41
- package/transfer/index.js +0 -47
- package/tree/index.js +0 -27
- package/tree-menu/index.js +0 -22
- package/upload/index.js +0 -22
- package/upload-dragger/index.js +0 -26
- package/upload-list/index.js +0 -28
- package/vars/index.js +0 -169
- package/wizard/index.js +0 -21
package/loading/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.tiny-loading{--ti-loading-text-color:var(--ti-common-color-icon-active);--ti-loading-mask-bg-color:var(--ti-common-bg-minor);--ti-loading-text-font-size:var(--ti-common-font-size-1);--ti-loading-spinner-margin-top:calc(var(--ti-common-space-0) - 21px);--ti-loading-text-margin-vertical:calc(var(--ti-common-space-base) - 1px);--ti-loading-text-margin-horizontal:var(--ti-common-space-0);--ti-loading-fullscreen-small-width:var(--ti-common-size-4x);--ti-loading-fullscreen-medium-width:var(--ti-common-size-8x);--ti-loading-fullscreen-large-width:var(--ti-common-size-10x);--ti-loading-fullscreen-small-height:var(--ti-common-size-4x);--ti-loading-fullscreen-medium-height:var(--ti-common-size-8x);--ti-loading-fullscreen-large-height:var(--ti-common-size-10x);--ti-loading-spinner-small-height:var(--ti-common-size-4x);--ti-loading-spinner-medium-height:var(--ti-common-size-8x);--ti-loading-spinner-large-height:var(--ti-common-size-10x);--ti-loading-spinner-small-width:var(--ti-common-size-4x);--ti-loading-spinner-medium-width:var(--ti-common-size-8x);--ti-loading-spinner-large-width:var(--ti-common-size-10x)}.tiny-loading__mask{position:absolute;z-index:2000;background-color:var(--ti-loading-mask-bg-color);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.tiny-loading__mask.is-fullscreen{position:fixed}.tiny-loading__mask.is-fullscreen .tiny-loading__spinner{margin-top:-25px}.tiny-loading__mask.is-fullscreen .tiny-loading__spinner-small
|
|
1
|
+
.tiny-loading{--ti-loading-text-color:var(--ti-common-color-icon-active);--ti-loading-mask-bg-color:var(--ti-common-bg-minor);--ti-loading-text-font-size:var(--ti-common-font-size-1);--ti-loading-spinner-margin-top:calc(var(--ti-common-space-0) - 21px);--ti-loading-text-margin-vertical:calc(var(--ti-common-space-base) - 1px);--ti-loading-text-margin-horizontal:var(--ti-common-space-0);--ti-loading-fullscreen-small-width:var(--ti-common-size-4x);--ti-loading-fullscreen-medium-width:var(--ti-common-size-8x);--ti-loading-fullscreen-large-width:var(--ti-common-size-10x);--ti-loading-fullscreen-small-height:var(--ti-common-size-4x);--ti-loading-fullscreen-medium-height:var(--ti-common-size-8x);--ti-loading-fullscreen-large-height:var(--ti-common-size-10x);--ti-loading-spinner-small-height:var(--ti-common-size-4x);--ti-loading-spinner-medium-height:var(--ti-common-size-8x);--ti-loading-spinner-large-height:var(--ti-common-size-10x);--ti-loading-spinner-small-width:var(--ti-common-size-4x);--ti-loading-spinner-medium-width:var(--ti-common-size-8x);--ti-loading-spinner-large-width:var(--ti-common-size-10x)}.tiny-loading__mask{position:absolute;z-index:2000;background-color:var(--ti-loading-mask-bg-color);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.tiny-loading__mask.is-fullscreen{position:fixed}.tiny-loading__mask.is-fullscreen .tiny-loading__spinner{margin-top:-25px}.tiny-loading__mask.is-fullscreen .tiny-loading__spinner-small svg{height:var(--ti-loading-fullscreen-small-height);width:var(--ti-loading-fullscreen-small-width)}.tiny-loading__mask.is-fullscreen .tiny-loading__spinner-medium svg{height:var(--ti-loading-fullscreen-medium-height);width:var(--ti-loading-fullscreen-medium-width)}.tiny-loading__mask.is-fullscreen .tiny-loading__spinner-large svg{height:var(--ti-loading-fullscreen-large-height);width:var(--ti-loading-fullscreen-large-width)}.tiny-loading__spinner{top:50%;margin-top:var(--ti-loading-spinner-margin-top);width:100%;text-align:center;position:absolute}.tiny-loading__spinner .tiny-loading__text{color:var(--ti-loading-text-color);margin:var(--ti-loading-text-margin-vertical) var(--ti-loading-text-margin-horizontal);font-size:var(--ti-loading-text-font-size)}.tiny-loading__spinner-small svg{height:var(--ti-loading-spinner-small-height);width:var(--ti-loading-spinner-small-width)}.tiny-loading__spinner-medium svg{height:var(--ti-loading-spinner-medium-height);width:var(--ti-loading-spinner-medium-width)}.tiny-loading__spinner-large svg{height:var(--ti-loading-spinner-large-height);width:var(--ti-loading-spinner-large-width)}.tiny-loading__spinner .circular{-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.tiny-loading__spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:var(--ti-loading-text-color);stroke-linecap:round}.tiny-loading__spinner svg{fill:var(--ti-loading-text-color)}.tiny-loading__parent-relative{position:relative!important}.tiny-loading__parent-hidden{overflow:hidden!important}.tiny-loading-fade-enter,.tiny-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.tiny-icon-loading{font-size:var(--ti-common-font-size-1);line-height:1;vertical-align:text-top;-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}
|