@kengic/vue 0.31.16 → 0.32.0
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/CHANGELOG.md +4 -0
- package/bin/postinstall.mjs +0 -1
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +68570 -136020
- package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +0 -13
- package/dist/src/component/KgButton/KgButton.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts +2 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +0 -9
- package/dist/src/component/KgForm/KgForm.d.ts +2 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.DynamicQueryOperator.d.ts +1 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.Modal.d.ts +1 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.d.ts +1 -1
- package/dist/src/component/KgImage/KgImage.d.ts +1 -1
- package/dist/src/component/KgLayoutHeader/KgLayoutHeader.Locale.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +7 -19
- package/dist/src/component/KgModal/KgModal.service.d.ts +4 -3
- package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +0 -29
- package/dist/src/component/KgModal02/KgModal02.d.ts +62 -5
- package/dist/src/component/KgModal02/index.d.ts +1 -1
- package/dist/src/component/KgProgressA/KgProgressA.d.ts +1 -1
- package/dist/src/component/KgResizable/KgResizable.d.ts +1 -1
- package/dist/src/component/KgSearch/KgSearch.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +2 -1
- package/dist/src/component/KgSubmit/KgSubmit.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.BodyCell.d.ts +0 -18
- package/dist/src/component/KgTable/KgTable.HeadCell.d.ts +0 -16
- package/dist/src/component/KgTable/KgTable.Info.d.ts +0 -18
- package/dist/src/component/KgTable/KgTable.Setting.d.ts +0 -6
- package/dist/src/component/KgTable/KgTable.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +0 -22
- package/dist/src/component/KgTable02/KgTable02.d.ts +2 -1
- package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.store.d.ts +15 -12
- package/dist/src/component/KgVarConfig/KgVarConfig$Modal.d.ts +2 -1
- package/dist/src/component/KgVarConfig/KgVarConfig$SelectFormIdModal.d.ts +2 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +14 -13
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +10 -10
- package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +1 -1
- package/dist/src/config/config.event.d.ts +51 -0
- package/dist/src/config/config.hooks.d.ts +9 -1
- package/dist/src/config/config.model.d.ts +11 -0
- package/dist/src/config/index.d.ts +0 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/model/index.d.ts +12 -6
- package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.SqlModal.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Button.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Menu.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Search.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Submit.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Table.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.d.ts +2 -1
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.ResultTab.d.ts +2 -1
- package/dist/src/service/http-client.d.ts +1 -1
- package/package.json +1 -2
- package/dist/caret-right-outlined-Btgsw6a_.1cf00b77.mjs +0 -8
- package/dist/close-outlined-DMcSQWxQ.f7304023.mjs +0 -8
- package/dist/exclamation-circle-outlined-DZrXCnvM.0844874c.mjs +0 -8
- package/dist/fullscreen-exit-outlined-X1iYkFc4.378f8508.mjs +0 -8
- package/dist/fullscreen-outlined-DDBrsRcy.dcf0d8c8.mjs +0 -8
- package/dist/search-outlined-Od1M_oxf.a1041ffc.mjs +0 -8
- package/dist/three-dots-loading-bIlrTJYR.77291e2a.mjs +0 -8
|
@@ -1,8 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const l = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6L877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
l as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const l = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="m290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6l43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6L423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
l as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const t = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1c-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
t as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
width: 24,
|
|
3
|
-
height: 24,
|
|
4
|
-
body: '<circle cx="18" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin=".67" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle><circle cx="12" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin=".33" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle><circle cx="6" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin="0" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
e as default
|
|
8
|
-
};
|