@kengic/vue 0.26.7-beta.8 → 0.26.8-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/exclamation-circle-outlined-DZrXCnvM.4c536b53.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +72156 -52781
- package/dist/search-outlined-Od1M_oxf.cf509d21.mjs +8 -0
- package/dist/src/component/KgModal/KgModal.d.ts +7 -13
- package/dist/src/component/KgModal/hooks/useDragToResize.d.ts +6 -9
- package/dist/src/component/KgModal/index.d.ts +1 -1
- package/dist/src/component/index.d.ts +0 -1
- package/dist/src/const/i18n/en.d.ts +0 -8
- package/dist/src/const/i18n/es_ES.d.ts +0 -8
- package/dist/src/const/i18n/fr_FR.d.ts +0 -8
- package/dist/src/const/i18n/km_KH.d.ts +0 -8
- package/dist/src/const/i18n/ko_KR.d.ts +0 -8
- package/dist/src/const/i18n/vi_VN.d.ts +0 -8
- package/dist/src/const/i18n/zh_CN.d.ts +0 -8
- package/dist/src/const/index.vm.d.ts +1 -1
- package/dist/src/helper/ant-design-vue.d.ts +2 -2
- package/dist/three-dots-loading-bIlrTJYR.79732d08.mjs +8 -0
- package/package.json +2 -3
- package/dist/src/component/KgStation/KgStation.d.ts +0 -47
- package/dist/src/component/KgStation/index.d.ts +0 -3
- package/dist/src/component/KgStation/index.hooks.d.ts +0 -29
- package/dist/src/component/KgStation/index.store.d.ts +0 -45
- /package/dist/{close-outlined-DMcSQWxQ.b4856440.mjs → close-outlined-DMcSQWxQ.d28624ab.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.3fe6825e.mjs → fullscreen-exit-outlined-X1iYkFc4.93965092.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.48440e54.mjs → fullscreen-outlined-DDBrsRcy.634a25dc.mjs} +0 -0
@@ -0,0 +1,8 @@
|
|
1
|
+
const t = {
|
2
|
+
width: 1024,
|
3
|
+
height: 1024,
|
4
|
+
body: '<path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372z"/><path fill="currentColor" d="M464 688a48 48 0 1 0 96 0a48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
t as default
|
8
|
+
};
|