@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.
- package/bin/postinstall.mjs +1 -1
- package/dist/kengic-vue.js +6027 -5999
- package/dist/src/component/KgAppSelect/KgAppSelect.event.d.ts +1 -1
- package/dist/src/component/KgAppSelect/KgAppSelect.hooks.d.ts +1 -1
- package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.event.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.hooks.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.store.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +1 -1
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +1 -1
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.event.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.hooks.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.store.d.ts +1 -1
- package/dist/src/component/KgSearch/KgSearch.event.d.ts +1 -1
- package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +1 -1
- package/dist/src/component/KgSearch/KgSearch.store.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.event.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.hooks.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.store.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.store.d.ts +4 -3
- package/dist/src/component/KgVarConfig/KgVarConfig$Modal$Table$VarGridMaster.service.d.ts +4 -4
- package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +1 -1
- package/dist/src/config/config.event.d.ts +1 -1
- package/dist/src/config/config.hooks.d.ts +1 -1
- package/dist/src/config/config.store.d.ts +2 -1
- package/dist/src/config/index.d.ts +1 -1
- package/dist/src/i18n/i18n.setup.d.ts +9 -9
- package/dist/src/model/index.d.ts +55 -60
- package/dist/src/page/KgPageDda/KgPageDda.Create.store.d.ts +1 -1
- package/dist/src/project/src/locales/useLocale.d.ts +1 -1
- package/dist/src/project/types/config.d.ts +1 -1
- package/dist/src/util/kg.util.d.ts +1 -1
- package/package.json +2 -2