@kengic/vue 0.32.23 → 0.32.24

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.
Files changed (52) hide show
  1. package/bin/postinstall.mjs +1 -1
  2. package/dist/kengic-vue.js +6027 -5999
  3. package/dist/src/component/KgAppSelect/KgAppSelect.event.d.ts +1 -1
  4. package/dist/src/component/KgAppSelect/KgAppSelect.hooks.d.ts +1 -1
  5. package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +1 -1
  6. package/dist/src/component/KgButton/KgButton.event.d.ts +1 -1
  7. package/dist/src/component/KgButton/KgButton.hooks.d.ts +1 -1
  8. package/dist/src/component/KgButton/KgButton.store.d.ts +2 -1
  9. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +1 -1
  10. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +1 -1
  11. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
  12. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +1 -1
  13. package/dist/src/component/KgForm/KgForm.event.d.ts +1 -1
  14. package/dist/src/component/KgForm/KgForm.hooks.d.ts +1 -1
  15. package/dist/src/component/KgForm/KgForm.store.d.ts +1 -1
  16. package/dist/src/component/KgSearch/KgSearch.event.d.ts +1 -1
  17. package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +1 -1
  18. package/dist/src/component/KgSearch/KgSearch.store.d.ts +1 -1
  19. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +1 -1
  20. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +1 -1
  21. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +1 -1
  22. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +1 -1
  23. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
  24. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +1 -1
  25. package/dist/src/component/KgTable/KgTable.event.d.ts +1 -1
  26. package/dist/src/component/KgTable/KgTable.hooks.d.ts +1 -1
  27. package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
  28. package/dist/src/component/KgTable02/KgTable02.event.d.ts +1 -1
  29. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +1 -1
  30. package/dist/src/component/KgTable02/KgTable02.store.d.ts +1 -1
  31. package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
  32. package/dist/src/component/KgVar/KgVar.hooks.d.ts +1 -1
  33. package/dist/src/component/KgVar/KgVar.store.d.ts +4 -3
  34. package/dist/src/component/KgVarConfig/KgVarConfig$Modal$Table$VarGridMaster.service.d.ts +4 -4
  35. package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +1 -1
  36. package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +1 -1
  37. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
  38. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +1 -1
  39. package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +1 -1
  40. package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
  41. package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +1 -1
  42. package/dist/src/config/config.event.d.ts +1 -1
  43. package/dist/src/config/config.hooks.d.ts +1 -1
  44. package/dist/src/config/config.store.d.ts +2 -1
  45. package/dist/src/config/index.d.ts +1 -1
  46. package/dist/src/i18n/i18n.setup.d.ts +9 -9
  47. package/dist/src/model/index.d.ts +55 -60
  48. package/dist/src/page/KgPageDda/KgPageDda.Create.store.d.ts +1 -1
  49. package/dist/src/project/src/locales/useLocale.d.ts +1 -1
  50. package/dist/src/project/types/config.d.ts +1 -1
  51. package/dist/src/util/kg.util.d.ts +1 -1
  52. package/package.json +2 -2
@@ -63,7 +63,7 @@ const EXCLUDE_PACKAGE_LIST = [
63
63
  '@iconify-icons/material-symbols',
64
64
  '@iconify-icons/mdi',
65
65
  '@iconify-icons/ph',
66
- '@kengic/core.core',
66
+ '@kengic/core',
67
67
  '@thymine/xunee',
68
68
  '@types/md5',
69
69
  '@types/qs',