@kengic/vue 0.30.1-beta.83 → 0.30.1-beta.84
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/index.css +1 -1
- package/dist/kengic-vue.js +80180 -80197
- package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +2 -2
- package/dist/src/component/KgButton/KgButton.Copy.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Create.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Delete.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Export.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Import.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.ImportTemplate.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Item.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Other.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Search.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Update.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.model.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.store.d.ts +2 -2
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +2 -2
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +2 -2
- package/dist/src/component/KgForm/KgForm.d.ts +36 -36
- package/dist/src/component/KgForm/KgForm.event.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.store.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Checkbox.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.CheckboxGroup.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Date.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.DateRange.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Image.d.ts +6 -6
- package/dist/src/component/KgForm.Item/KgForm.Item.Input.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.InputNumber.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.InputPassword.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Link.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.RadioGroup.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Select.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Switch.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.TextArea.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +1 -1
- package/dist/src/component/KgImage/KgImage.d.ts +6 -6
- package/dist/src/component/KgModal/KgModal.d.ts +3 -3
- package/dist/src/component/KgSearch/KgSearch.store.d.ts +3 -3
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +2 -2
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.model.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +2 -2
- package/dist/src/component/KgTable/KgTable.store.d.ts +2 -2
- package/dist/src/component/KgTable02/KgTable02.store.d.ts +2 -2
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.store.d.ts +2 -2
- package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +2 -2
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +2 -2
- package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +44 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +27 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +28 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +37 -0
- package/dist/src/component/KgWorkStation/index.d.ts +3 -0
- package/dist/src/component/index.d.ts +4 -3
- package/dist/src/config/config.hooks.d.ts +2 -2
- package/dist/src/config/config.store.d.ts +12 -15
- package/dist/src/config/index.d.ts +14 -14
- package/dist/src/i18n/i18n.setup.d.ts +11 -13
- package/dist/src/i18n/index.d.ts +1 -2
- package/dist/src/index.d.ts +1 -1
- package/dist/src/{const/const.model.d.ts → model/index.d.ts} +419 -219
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +2 -2
- package/dist/src/project/src/locales/helper.d.ts +3 -4
- package/dist/src/project/src/locales/useLocale.d.ts +3 -3
- package/dist/src/project/src/store/modules/locale.d.ts +9 -9
- package/dist/src/project/types/config.d.ts +6 -17
- package/dist/src/util/ant-design-vue.d.ts +15 -15
- package/dist/src/util/kg.util.d.ts +35 -37
- package/package.json +5 -5
- package/dist/src/const/form-id.const.d.ts +0 -44
- package/dist/src/const/index.d.ts +0 -2
- /package/dist/{caret-right-outlined-Btgsw6a_.0434903b.mjs → caret-right-outlined-Btgsw6a_.7ce8e8fe.mjs} +0 -0
- /package/dist/{close-outlined-DMcSQWxQ.5c3bee6f.mjs → close-outlined-DMcSQWxQ.ce961fd1.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.d94561db.mjs → exclamation-circle-outlined-DZrXCnvM.07559897.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.a1640595.mjs → fullscreen-exit-outlined-X1iYkFc4.d7884311.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.b9f9d4a1.mjs → fullscreen-outlined-DDBrsRcy.d174b06a.mjs} +0 -0
- /package/dist/{search-outlined-Od1M_oxf.71fb0c01.mjs → search-outlined-Od1M_oxf.4a68e7e4.mjs} +0 -0
- /package/dist/{three-dots-loading-bIlrTJYR.f189f620.mjs → three-dots-loading-bIlrTJYR.ebceb73e.mjs} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.