@kengic/vue 0.26.5-beta.6 → 0.26.5-beta.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/fit-screen-outline.7341560f.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +29407 -21692
- package/dist/one-to-one-outlined.4f97e62a.mjs +8 -0
- package/dist/reload-outlined.abae07b1.mjs +8 -0
- package/dist/src/components/KgAppSelect/index.store.d.ts +2 -2
- package/dist/src/components/KgButton/index.store.d.ts +2 -2
- package/dist/src/components/KgCanvas/KgCanvas.ContextMenu.d.ts +104 -0
- package/dist/src/components/KgCanvas/KgCanvas.service.d.ts +32 -1
- package/dist/src/components/KgCanvas/index.d.ts +2 -0
- package/dist/src/components/KgCanvas/index.hooks.d.ts +38 -2
- package/dist/src/components/KgCanvas/index.store.d.ts +156 -8
- package/dist/src/components/KgForm/index.store.d.ts +2 -2
- package/dist/src/components/KgSearch/index.store.d.ts +2 -2
- package/dist/src/components/KgSubmit/index.store.d.ts +2 -2
- package/dist/src/components/KgTable/index.store.d.ts +2 -2
- package/dist/src/components/KgVar/index.store.d.ts +2 -2
- package/dist/src/components/KgWarehouse/index.store.d.ts +2 -2
- package/package.json +4 -4
@@ -0,0 +1,8 @@
|
|
1
|
+
const h = {
|
2
|
+
width: 24,
|
3
|
+
height: 24,
|
4
|
+
body: '<path fill="currentColor" d="M20 9V6h-3V4h3q.825 0 1.413.588T22 6v3h-2ZM2 9V6q0-.825.588-1.413T4 4h3v2H4v3H2Zm15 11v-2h3v-3h2v3q0 .825-.588 1.413T20 20h-3ZM4 20q-.825 0-1.413-.588T2 18v-3h2v3h3v2H4Zm2-4V8h12v8H6Zm2-2h8v-4H8v4Zm0 0v-4v4Z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
h as default
|
8
|
+
};
|