@kengic/vue 0.28.2-beta.21 → 0.28.2-beta.22
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/clock-circle-outline.c90a0ae1.mjs +8 -0
- package/dist/file-text-outline.bae206dd.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +24506 -23189
- package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/SqlClientController/index.d.ts +1 -0
- package/dist/src/api/WMS/models.d.ts +2 -0
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +9 -3
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +2 -2
- package/dist/src/component/KgTable/KgTable.service.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +11 -1
- package/dist/src/component/KgVar/KgVar.store.d.ts +47 -32
- package/dist/src/config/config.hooks.d.ts +10 -0
- package/dist/src/config/config.store.d.ts +3 -1
- package/dist/src/const/const.vm.d.ts +20 -0
- package/dist/src/i18n/cs_CZ.d.ts +9 -0
- package/dist/src/i18n/en.d.ts +10 -1
- package/dist/src/i18n/es_ES.d.ts +9 -0
- package/dist/src/i18n/fr_FR.d.ts +9 -0
- package/dist/src/i18n/km_KH.d.ts +9 -0
- package/dist/src/i18n/ko_KR.d.ts +9 -0
- package/dist/src/i18n/vi_VN.d.ts +9 -0
- package/dist/src/i18n/zh_CN.d.ts +22 -13
- package/dist/src/page/KgCircleVis/KgPageCircleVis.d.ts +11 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +5 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +5 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts +36 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +5 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +5 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +5 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +29 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.store.d.ts +226 -0
- package/dist/src/page/KgCircleVis/components/KgCircleVis.vm.d.ts +110 -0
- package/dist/src/page/KgCircleVis/index.d.ts +1 -0
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.Editor.d.ts +3 -1
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.Toolbar.Top.d.ts +7 -0
- package/dist/src/page/index.d.ts +1 -0
- package/dist/src/project/src/api/sys/menu.d.ts +2 -2
- package/dist/src/store/index.d.ts +1 -1
- package/package.json +2 -1
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.Toolbar.d.ts +0 -7
@@ -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="M686.7 638.6L544.1 535.5V288c0-4.4-3.6-8-8-8H488c-4.4 0-8 3.6-8 8v275.4c0 2.6 1.2 5 3.3 6.5l165.4 120.6c3.6 2.6 8.6 1.8 11.2-1.7l28.6-39c2.6-3.7 1.8-8.7-1.8-11.2z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
t as default
|
8
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const c = {
|
2
|
+
width: 1024,
|
3
|
+
height: 1024,
|
4
|
+
body: '<path fill="currentColor" d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
c as default
|
8
|
+
};
|