btt-ui 1.0.24 → 1.0.26
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/index.mjs +54 -48
- package/es/src/countUp/index.mjs +7 -0
- package/es/src/countUp/src/countUp.mjs +48 -0
- package/es/src/countUp/src/index.mjs +103 -0
- package/es/src/countUp/src/style/index.css +6 -0
- package/es/src/directives/bubble.mjs +12 -7
- package/es/src/gradientText/index.mjs +7 -0
- package/es/src/gradientText/src/style/index.css +9 -0
- package/es/src/gradientText/src/text.mjs +24 -0
- package/es/src/icon/src/svg/approval.mjs +3 -3
- package/es/src/icon/src/svg/console.mjs +20 -20
- package/es/src/icon/src/svg/delete.mjs +3 -3
- package/es/src/icon/src/svg/dictionary.mjs +11 -11
- package/es/src/icon/src/svg/download.mjs +3 -3
- package/es/src/icon/src/svg/edit.mjs +3 -3
- package/es/src/icon/src/svg/export.mjs +5 -5
- package/es/src/icon/src/svg/info.mjs +3 -3
- package/es/src/icon/src/svg/module.mjs +11 -11
- package/es/src/icon/src/svg/msg.mjs +10 -10
- package/es/src/icon/src/svg/notice.mjs +9 -9
- package/es/src/icon/src/svg/plus.mjs +3 -3
- package/es/src/icon/src/svg/print.mjs +5 -5
- package/es/src/icon/src/svg/publish.mjs +5 -5
- package/es/src/icon/src/svg/regenerate.mjs +9 -9
- package/es/src/icon/src/svg/reset.mjs +10 -10
- package/es/src/icon/src/svg/upload.mjs +11 -11
- package/es/src/icon/src/svg/xiajia.mjs +6 -6
- package/es/src/icon/src/svg/xmbb.mjs +10 -10
- package/es/src/index.mjs +78 -69
- package/es/src/numberScroll/index.mjs +7 -0
- package/es/src/numberScroll/src/index.mjs +59 -0
- package/es/src/numberScroll/src/number.mjs +42 -0
- package/es/src/numberScroll/src/style/index.css +32 -0
- package/es/src/wheel/wheel.mjs +10 -10
- package/es/src/xgplay/src/style/index.css +0 -2
- package/lib/index.js +1 -1
- package/lib/src/countUp/index.js +1 -0
- package/lib/src/countUp/src/countUp.js +1 -0
- package/lib/src/countUp/src/index.js +1 -0
- package/lib/src/countUp/src/style/index.css +6 -0
- package/lib/src/directives/bubble.js +1 -1
- package/lib/src/gradientText/index.js +1 -0
- package/lib/src/gradientText/src/style/index.css +9 -0
- package/lib/src/gradientText/src/text.js +1 -0
- package/lib/src/icon/src/svg/approval.js +3 -3
- package/lib/src/icon/src/svg/console.js +20 -20
- package/lib/src/icon/src/svg/delete.js +3 -3
- package/lib/src/icon/src/svg/dictionary.js +11 -11
- package/lib/src/icon/src/svg/download.js +3 -3
- package/lib/src/icon/src/svg/edit.js +3 -3
- package/lib/src/icon/src/svg/export.js +5 -5
- package/lib/src/icon/src/svg/info.js +3 -3
- package/lib/src/icon/src/svg/module.js +10 -10
- package/lib/src/icon/src/svg/msg.js +10 -10
- package/lib/src/icon/src/svg/notice.js +9 -9
- package/lib/src/icon/src/svg/plus.js +3 -3
- package/lib/src/icon/src/svg/print.js +5 -5
- package/lib/src/icon/src/svg/publish.js +5 -5
- package/lib/src/icon/src/svg/regenerate.js +9 -9
- package/lib/src/icon/src/svg/reset.js +10 -10
- package/lib/src/icon/src/svg/upload.js +10 -10
- package/lib/src/icon/src/svg/xiajia.js +6 -6
- package/lib/src/icon/src/svg/xmbb.js +10 -10
- package/lib/src/index.js +1 -1
- package/lib/src/numberScroll/index.js +1 -0
- package/lib/src/numberScroll/src/index.js +14 -0
- package/lib/src/numberScroll/src/number.js +1 -0
- package/lib/src/numberScroll/src/style/index.css +32 -0
- package/lib/src/wheel/wheel.js +1 -1
- package/lib/src/xgplay/src/style/index.css +0 -2
- package/package.json +1 -1
package/lib/src/wheel/wheel.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("better-scroll");require("./style/index.css");const a=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},c=a(s),d=e.defineComponent({name:"k-mouse-wheel"}),f=e.defineComponent({...d,props:{data:{default:()=>[]},scrollbar:{default:()=>
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("better-scroll");require("./style/index.css");const a=t=>t&&typeof t=="object"&&"default"in t?t:{default:t},c=a(s),d=e.defineComponent({name:"k-mouse-wheel"}),f=e.defineComponent({...d,props:{data:{default:()=>[]},scrollbar:{default:()=>({})}},emits:[""],setup(t,{expose:u,emit:i}){const l=e.ref(),o=t;let r;return e.onMounted(()=>{r=new c.default(l.value,{mouseWheel:!0,...o.scrollbar})}),e.watch(()=>o.data,()=>{e.nextTick(()=>{r&&r.refresh()})},{immediate:!0,deep:!0}),u({bs:()=>r}),e.onUnmounted(()=>{r.destroy(),r=null}),(n,m)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"refMouseWheel",ref:l,class:"mouse-wheel-wrapper"},[e.createElementVNode("ul",null,[e.renderSlot(n.$slots,"default")])],512))}});exports.default=f;
|