@jsg-developer/vue-pack 0.0.9 → 0.0.10
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/README.md +85 -49
- package/THIRD_PARTY_LICENSES.json +28 -21
- package/THIRD_PARTY_LICENSES.md +6 -1
- package/dist/TabelData-DVOxNsS5.cjs +15 -0
- package/dist/TabelData-SXpPUn-t.js +8774 -0
- package/dist/components.cjs.js +1 -0
- package/dist/components.es.js +42 -0
- package/dist/index-CsEbGlOa.js +46 -0
- package/dist/index-D9djqelm.cjs +1 -0
- package/dist/indexedDB.cjs.js +1 -0
- package/dist/indexedDB.es.js +141 -0
- package/dist/init.cjs.js +1 -1
- package/dist/init.es.js +6 -5
- package/dist/jsgd-vue-pack.cjs.js +1 -1
- package/dist/jsgd-vue-pack.es.js +102 -1671
- package/dist/labels-B588RfM1.js +1153 -0
- package/dist/labels-BSx9XJ02.cjs +1 -0
- package/dist/register-BG47SL5y.js +15 -0
- package/dist/register-D85E754B.cjs +1 -0
- package/dist/secureFetch.cjs.js +1 -0
- package/dist/secureFetch.es.js +30 -0
- package/dist/style.css +1 -1
- package/dist/types/components/Form/FormFieldRenderer.vue.d.ts +1 -0
- package/dist/types/components/Form/FormFieldRenderer.vue.d.ts.map +1 -0
- package/dist/types/components/Form/FormModal.vue.d.ts +1 -0
- package/dist/types/components/Form/FormModal.vue.d.ts.map +1 -0
- package/dist/types/components/Form/composables/index.d.ts +1 -0
- package/dist/types/components/Form/composables/index.d.ts.map +1 -0
- package/dist/types/components/Form/composables/useFormFieldRenderer.d.ts +1 -0
- package/dist/types/components/Form/composables/useFormFieldRenderer.d.ts.map +1 -0
- package/dist/types/components/Form/composables/useFormModal.d.ts +1 -0
- package/dist/types/components/Form/composables/useFormModal.d.ts.map +1 -0
- package/dist/types/components/Form/index.d.ts +1 -0
- package/dist/types/components/Form/index.d.ts.map +1 -0
- package/dist/types/components/Tabel/TabelData.vue.d.ts +3 -2
- package/dist/types/components/Tabel/TabelData.vue.d.ts.map +1 -0
- package/dist/types/components/Tabel/composables/index.d.ts +1 -0
- package/dist/types/components/Tabel/composables/index.d.ts.map +1 -0
- package/dist/types/components/Tabel/composables/useDataNormalization.d.ts +1 -0
- package/dist/types/components/Tabel/composables/useDataNormalization.d.ts.map +1 -0
- package/dist/types/components/Tabel/composables/useDisplayHelpers.d.ts +1 -0
- package/dist/types/components/Tabel/composables/useDisplayHelpers.d.ts.map +1 -0
- package/dist/types/components/Tabel/composables/useFormHandling.d.ts +1 -0
- package/dist/types/components/Tabel/composables/useFormHandling.d.ts.map +1 -0
- package/dist/types/components/Tabel/composables/useTableLogic.d.ts +1 -0
- package/dist/types/components/Tabel/composables/useTableLogic.d.ts.map +1 -0
- package/dist/types/components/Tabel/index.d.ts +1 -0
- package/dist/types/components/Tabel/index.d.ts.map +1 -0
- package/dist/types/components/UI/Display/BaseImage.vue.d.ts +1 -0
- package/dist/types/components/UI/Display/BaseImage.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Display/BaseLabel.vue.d.ts +2 -16
- package/dist/types/components/UI/Display/BaseLabel.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Display/FieldDetailRenderer.vue.d.ts +1 -0
- package/dist/types/components/UI/Display/FieldDetailRenderer.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Display/ImagePreview.vue.d.ts +1 -0
- package/dist/types/components/UI/Display/ImagePreview.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Display/ModalDetailData.vue.d.ts +1 -0
- package/dist/types/components/UI/Display/ModalDetailData.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Display/SafeHtml.vue.d.ts +1 -0
- package/dist/types/components/UI/Display/SafeHtml.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Display/Tooltip.vue.d.ts +1 -0
- package/dist/types/components/UI/Display/Tooltip.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Display/index.d.ts +1 -0
- package/dist/types/components/UI/Display/index.d.ts.map +1 -0
- package/dist/types/components/UI/Feedback/AlertApp.vue.d.ts +1 -0
- package/dist/types/components/UI/Feedback/AlertApp.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Feedback/LoaderSuccessError.vue.d.ts +1 -0
- package/dist/types/components/UI/Feedback/LoaderSuccessError.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Feedback/WarningForm.vue.d.ts +1 -0
- package/dist/types/components/UI/Feedback/WarningForm.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Feedback/index.d.ts +1 -0
- package/dist/types/components/UI/Feedback/index.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/ArrayObject.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/ArrayObject.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/ColorPicker.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/ColorPicker.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/ComboboxComponent.vue.d.ts +3 -2
- package/dist/types/components/UI/Inputs/ComboboxComponent.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/CurrencyInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/CurrencyInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/DateInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/DateInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/DateTimeInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/DateTimeInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/EmailInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/EmailInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/FileArrayInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/FileArrayInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/FileInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/FileInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/GroupRenderer.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/GroupRenderer.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/ImageArrayInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/ImageArrayInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/ImageInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/ImageInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/LocationPicker.vue.d.ts +70 -0
- package/dist/types/components/UI/Inputs/LocationPicker.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/NumberInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/NumberInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/ObjectInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/ObjectInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/PasswordInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/PasswordInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/RateInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/RateInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/TagInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/TagInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/TelInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/TelInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/TextAreaInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/TextAreaInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/TextAreaQuill.vue.d.ts +2 -1
- package/dist/types/components/UI/Inputs/TextAreaQuill.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/TextInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/TextInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/TimeInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/TimeInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/ToggleInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/ToggleInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/UrlInput.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/UrlInput.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/components/QuillAltModal.vue.d.ts +1 -0
- package/dist/types/components/UI/Inputs/components/QuillAltModal.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/components/QuillEmbedModal.vue.d.ts +29 -1
- package/dist/types/components/UI/Inputs/components/QuillEmbedModal.vue.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/composables/index.d.ts +1 -0
- package/dist/types/components/UI/Inputs/composables/index.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/composables/useArrayObject.d.ts +1 -0
- package/dist/types/components/UI/Inputs/composables/useArrayObject.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/composables/useCurrencyInput.d.ts +1 -0
- package/dist/types/components/UI/Inputs/composables/useCurrencyInput.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/composables/useSchemaGroupRenderer.d.ts +1 -0
- package/dist/types/components/UI/Inputs/composables/useSchemaGroupRenderer.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/composables/useSingleObject.d.ts +1 -0
- package/dist/types/components/UI/Inputs/composables/useSingleObject.d.ts.map +1 -0
- package/dist/types/components/UI/Inputs/index.d.ts +2 -0
- package/dist/types/components/UI/Inputs/index.d.ts.map +1 -0
- package/dist/types/components/UI/index.d.ts +1 -0
- package/dist/types/components/UI/index.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +2 -1
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/types/config.d.ts +1 -0
- package/dist/types/config.d.ts.map +1 -0
- package/dist/types/configs/defaults/index.d.ts +1 -0
- package/dist/types/configs/defaults/index.d.ts.map +1 -0
- package/dist/types/configs/defaults/table.d.ts +1 -0
- package/dist/types/configs/defaults/table.d.ts.map +1 -0
- package/dist/types/configs/i18n/errors.d.ts +1 -0
- package/dist/types/configs/i18n/errors.d.ts.map +1 -0
- package/dist/types/configs/i18n/index.d.ts +1 -0
- package/dist/types/configs/i18n/index.d.ts.map +1 -0
- package/dist/types/configs/i18n/inputs.d.ts +1 -0
- package/dist/types/configs/i18n/inputs.d.ts.map +1 -0
- package/dist/types/configs/i18n/labels.d.ts +1 -0
- package/dist/types/configs/i18n/labels.d.ts.map +1 -0
- package/dist/types/configs/i18n/register.d.ts +1 -0
- package/dist/types/configs/i18n/register.d.ts.map +1 -0
- package/dist/types/configs/index.d.ts +1 -0
- package/dist/types/configs/index.d.ts.map +1 -0
- package/dist/types/configs/types/base.types.d.ts +7 -5
- package/dist/types/configs/types/base.types.d.ts.map +1 -0
- package/dist/types/configs/types/date.types.d.ts +1 -0
- package/dist/types/configs/types/date.types.d.ts.map +1 -0
- package/dist/types/configs/types/field.types.d.ts +50 -2
- package/dist/types/configs/types/field.types.d.ts.map +1 -0
- package/dist/types/configs/types/globalText.types.d.ts +1 -0
- package/dist/types/configs/types/globalText.types.d.ts.map +1 -0
- package/dist/types/configs/types/index.d.ts +1 -0
- package/dist/types/configs/types/index.d.ts.map +1 -0
- package/dist/types/configs/types/modal-text.types.d.ts +1 -0
- package/dist/types/configs/types/modal-text.types.d.ts.map +1 -0
- package/dist/types/configs/types/plugin-config.types.d.ts +1 -0
- package/dist/types/configs/types/plugin-config.types.d.ts.map +1 -0
- package/dist/types/configs/types/props.types.d.ts +53 -1
- package/dist/types/configs/types/props.types.d.ts.map +1 -0
- package/dist/types/configs/types/schema.types.d.ts +4 -3
- package/dist/types/configs/types/schema.types.d.ts.map +1 -0
- package/dist/types/configs/types/seo.types.d.ts +1 -0
- package/dist/types/configs/types/seo.types.d.ts.map +1 -0
- package/dist/types/configs/types/submit-options.types.d.ts +1 -0
- package/dist/types/configs/types/submit-options.types.d.ts.map +1 -0
- package/dist/types/configs/types/table-data.types.d.ts +1 -0
- package/dist/types/configs/types/table-data.types.d.ts.map +1 -0
- package/dist/types/fetch/index.d.ts +1 -0
- package/dist/types/fetch/index.d.ts.map +1 -0
- package/dist/types/fetch/submitData.d.ts +1 -0
- package/dist/types/fetch/submitData.d.ts.map +1 -0
- package/dist/types/helpers/clientInfo.d.ts +1 -0
- package/dist/types/helpers/clientInfo.d.ts.map +1 -0
- package/dist/types/helpers/index.d.ts +1 -0
- package/dist/types/helpers/index.d.ts.map +1 -0
- package/dist/types/helpers/locale.d.ts +1 -0
- package/dist/types/helpers/locale.d.ts.map +1 -0
- package/dist/types/helpers/message.d.ts +1 -0
- package/dist/types/helpers/message.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/init.d.ts +1 -0
- package/dist/types/init.d.ts.map +1 -0
- package/dist/types/lib/index.d.ts +1 -1
- package/dist/types/lib/index.d.ts.map +1 -0
- package/dist/types/lib/indexedDB.d.ts +1 -0
- package/dist/types/lib/indexedDB.d.ts.map +1 -0
- package/dist/types/lib/secureFetch.d.ts +1 -0
- package/dist/types/lib/secureFetch.d.ts.map +1 -0
- package/dist/types/plugin/vue.plugin.d.ts +1 -0
- package/dist/types/plugin/vue.plugin.d.ts.map +1 -0
- package/dist/types/untils/index.d.ts +1 -0
- package/dist/types/untils/index.d.ts.map +1 -0
- package/dist/types/untils/math.d.ts +1 -0
- package/dist/types/untils/math.d.ts.map +1 -0
- package/dist/types/untils/misc.d.ts +1 -0
- package/dist/types/untils/misc.d.ts.map +1 -0
- package/dist/types/untils/objectPath.d.ts +1 -0
- package/dist/types/untils/objectPath.d.ts.map +1 -0
- package/dist/types/untils/regex.d.ts +1 -0
- package/dist/types/untils/regex.d.ts.map +1 -0
- package/dist/types/untils/seo.d.ts +1 -0
- package/dist/types/untils/seo.d.ts.map +1 -0
- package/dist/types/validate/index.d.ts +1 -0
- package/dist/types/validate/index.d.ts.map +1 -0
- package/dist/types/validate/validate.d.ts +1 -0
- package/dist/types/validate/validate.d.ts.map +1 -0
- package/dist/vue.cjs.js +1 -1
- package/dist/vue.es.js +9 -53
- package/package.json +48 -2
- package/dist/chunks/ArrayObject-0xuEhOhk.cjs.js +0 -1
- package/dist/chunks/ArrayObject-DOjuPD1E.es.js +0 -4
- package/dist/chunks/ColorPicker-9dL3PtG3.cjs.js +0 -1
- package/dist/chunks/ColorPicker-BHhrw8Wl.es.js +0 -4
- package/dist/chunks/ComboboxComponent-CCkruI47.es.js +0 -4
- package/dist/chunks/ComboboxComponent-CTx8Vw_9.cjs.js +0 -1
- package/dist/chunks/CurrencyInput-BtFZho2N.es.js +0 -4
- package/dist/chunks/CurrencyInput-ClSyBpnK.cjs.js +0 -1
- package/dist/chunks/DateInput-BThmjoqx.cjs.js +0 -1
- package/dist/chunks/DateInput-b7NB_vXk.es.js +0 -4
- package/dist/chunks/DateTimeInput--FP_u8Yt.es.js +0 -4
- package/dist/chunks/DateTimeInput-Cpl1gFSK.cjs.js +0 -1
- package/dist/chunks/DateTimeInput.vue_vue_type_script_setup_true_lang-BrkVOH9p.es.js +0 -142
- package/dist/chunks/DateTimeInput.vue_vue_type_script_setup_true_lang-CILx0Aq6.cjs.js +0 -2
- package/dist/chunks/EmailInput-B9UAysfD.es.js +0 -4
- package/dist/chunks/EmailInput-eOIpKbZI.cjs.js +0 -1
- package/dist/chunks/FileArrayInput-6mVb0lZm.cjs.js +0 -1
- package/dist/chunks/FileArrayInput-YgwwMJ8d.es.js +0 -5
- package/dist/chunks/FileArrayInput.vue_vue_type_script_setup_true_lang-CvKWrmWs.cjs.js +0 -2
- package/dist/chunks/FileArrayInput.vue_vue_type_script_setup_true_lang-do6gh6pp.es.js +0 -198
- package/dist/chunks/FileInput-C0TwpVgG.es.js +0 -4
- package/dist/chunks/FileInput-DeYBBEUM.cjs.js +0 -1
- package/dist/chunks/GroupRenderer-Cz1hjI-2.es.js +0 -4
- package/dist/chunks/GroupRenderer-DCjLcNfJ.cjs.js +0 -1
- package/dist/chunks/ImageArrayInput-CQft-D0T.cjs.js +0 -1
- package/dist/chunks/ImageArrayInput-D5BB4r2J.es.js +0 -5
- package/dist/chunks/ImageArrayInput.vue_vue_type_script_setup_true_lang-BZSS-Tzm.es.js +0 -421
- package/dist/chunks/ImageArrayInput.vue_vue_type_script_setup_true_lang-oeMxAliE.cjs.js +0 -2
- package/dist/chunks/ImageInput-D1eTYtg7.cjs.js +0 -1
- package/dist/chunks/ImageInput-VbEI9JIR.es.js +0 -4
- package/dist/chunks/NumberInput-CMTLiG1b.cjs.js +0 -1
- package/dist/chunks/NumberInput-DS17O3Cn.es.js +0 -4
- package/dist/chunks/ObjectInput-EZWeOXLi.cjs.js +0 -1
- package/dist/chunks/ObjectInput-b19oeQba.es.js +0 -4
- package/dist/chunks/PasswordInput-CBEbd-Ud.es.js +0 -4
- package/dist/chunks/PasswordInput-CiM-mVrk.cjs.js +0 -1
- package/dist/chunks/RateInput-3FQoVl8h.es.js +0 -4
- package/dist/chunks/RateInput-Cl6JCRpp.cjs.js +0 -1
- package/dist/chunks/TabelData-B0Le_B_Q.cjs.js +0 -1
- package/dist/chunks/TabelData-BHJC8v6o.es.js +0 -2437
- package/dist/chunks/TagInput-CWz-bPwU.cjs.js +0 -1
- package/dist/chunks/TagInput-DkB_fD-R.es.js +0 -4
- package/dist/chunks/TelInput-DU-SCcTv.es.js +0 -4
- package/dist/chunks/TelInput-lfixYiaM.cjs.js +0 -1
- package/dist/chunks/TextAreaInput-BUbpY_xl.es.js +0 -4
- package/dist/chunks/TextAreaInput-D8RLKe9N.cjs.js +0 -1
- package/dist/chunks/TextAreaQuill-Bejqkd4x.es.js +0 -600
- package/dist/chunks/TextAreaQuill-DVN0ki8_.cjs.js +0 -1
- package/dist/chunks/TextInput-BtfPzo6G.cjs.js +0 -1
- package/dist/chunks/TextInput-DThEAetr.es.js +0 -4
- package/dist/chunks/TimeInput-DK-OIXEt.cjs.js +0 -1
- package/dist/chunks/TimeInput-LUsipRMe.es.js +0 -4
- package/dist/chunks/ToggleInput-BA6Q1ZAd.es.js +0 -4
- package/dist/chunks/ToggleInput-jjAYu5tM.cjs.js +0 -1
- package/dist/chunks/UrlInput-BcVGcszC.cjs.js +0 -1
- package/dist/chunks/UrlInput-CGMHyowb.es.js +0 -4
- package/dist/chunks/resize-Bn1jzV77.es.js +0 -6010
- package/dist/chunks/resize-BvELN8MY.cjs.js +0 -12
- package/dist/types/lib/demoData.d.ts +0 -313
- package/dist/types/schemas/CQ.d.ts +0 -2
- package/dist/types/schemas/TestSchema.d.ts +0 -3
- package/dist/types/schemas/categories.d.ts +0 -2
- package/dist/types/schemas/colors.d.ts +0 -2
- package/dist/types/schemas/expenditure.d.ts +0 -2
- package/dist/types/schemas/income.d.ts +0 -9
- package/dist/types/schemas/index.d.ts +0 -16
- package/dist/types/schemas/model.d.ts +0 -2
- package/dist/types/schemas/news.d.ts +0 -2
- package/dist/types/schemas/order.d.ts +0 -2
- package/dist/types/schemas/page.d.ts +0 -2
- package/dist/types/schemas/promo.d.ts +0 -2
- package/dist/types/schemas/qna.d.ts +0 -2
- package/dist/types/schemas/rate.d.ts +0 -2
- package/dist/types/schemas/service.d.ts +0 -2
- package/dist/types/schemas/subTools.d.ts +0 -2
- package/dist/types/schemas/tools.d.ts +0 -2
package/README.md
CHANGED
|
@@ -2,98 +2,134 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@jsg-developer/vue-pack)
|
|
4
4
|
[](https://github.com/JSGDevelompent/@jsg-developer/vue-pack/actions)
|
|
5
|
+
[]()
|
|
5
6
|
[](./LICENSE)
|
|
6
7
|
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
> 🚧 **Status: Beta** > This library is currently in active development and testing. The GitHub repository is temporarily private to ensure code stability and will be made fully public upon the first stable release. Feedback and issue reports via npm are welcome!
|
|
9
|
+
|
|
10
|
+
**@jsg-developer/vue-pack** is a comprehensive, highly modular Vue 3 component library built with TypeScript and Vite.
|
|
11
|
+
It is designed to drastically accelerate enterprise development by providing a rich set of data-driven UI components, schema-based form generators, advanced data tables with CRUD capabilities, and standalone utility functions.
|
|
9
12
|
|
|
10
13
|
---
|
|
11
14
|
|
|
12
15
|
## ✨ Features
|
|
13
16
|
|
|
14
|
-
- **
|
|
15
|
-
- **
|
|
16
|
-
- **
|
|
17
|
-
- **
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
17
|
+
- **Schema-Driven UI**: Generate complex forms and data tables automatically by simply defining a JSON/TypeScript schema (`FormModal`, `TabelData`).
|
|
18
|
+
- **Complete Input Collection**: Over 30+ input types supported, including Map Pickers (Leaflet/Geoapify), Rich Text (Quill), Color Pickers, and Array/Object nested inputs.
|
|
19
|
+
- **Tree-Shakable Architecture**: Import only what you need. Vue components, TypeScript types, and utility functions (`indexedDB`, `secureFetch`) are fully decoupled.
|
|
20
|
+
- **Built-in IndexedDB Engine**: Powerful, dynamic client-side storage management out-of-the-box.
|
|
21
|
+
- **SEO & Validation Engine**: Built-in Zod validation and dynamic SEO score calculation.
|
|
22
|
+
- **Internationalization (i18n)**: Deeply customizable text, supporting multi-language overrides out of the box.
|
|
23
|
+
- **Styling with UnoCSS**: Fast, utility-first styling with zero-runtime overhead.
|
|
20
24
|
|
|
21
25
|
---
|
|
22
26
|
|
|
23
27
|
## 🚀 Installation
|
|
24
28
|
|
|
25
|
-
Install
|
|
29
|
+
Install the package alongside its peer dependencies:
|
|
26
30
|
|
|
27
31
|
```bash
|
|
28
32
|
npm install @jsg-developer/vue-pack
|
|
29
|
-
|
|
30
33
|
```
|
|
31
34
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
## Usage
|
|
35
|
+
> **Note:** Ensure you have `vue`, `zod`, and `leaflet` installed in your project as they are required peer dependencies.
|
|
35
36
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### 1. Configure the Plugin
|
|
39
|
-
|
|
40
|
-
Update your `vite.config.ts` file to include the Vite plugin from this library.
|
|
37
|
+
---
|
|
41
38
|
|
|
42
|
-
|
|
43
|
-
// vite.config.ts
|
|
44
|
-
import { defineConfig } from 'vite'
|
|
45
|
-
import vue from '@vitejs/plugin-vue'
|
|
46
|
-
import JsgdVuePack from '@jsg-developer/vue-pack/vite' // <-- Import Vite plugin
|
|
47
|
-
|
|
48
|
-
export default defineConfig({
|
|
49
|
-
plugins: [
|
|
50
|
-
vue(),
|
|
51
|
-
JsgdVuePack(), // <-- Use the plugin
|
|
52
|
-
],
|
|
53
|
-
})
|
|
54
|
-
```
|
|
39
|
+
## 💻 Usage
|
|
55
40
|
|
|
56
|
-
###
|
|
41
|
+
### 1. Global Registration (Vue Plugin)
|
|
57
42
|
|
|
58
|
-
In your main entry file (`main.ts`),
|
|
43
|
+
In your main entry file (`main.ts`), import the CSS and register the Vue plugin. You can also pass global configurations here.
|
|
59
44
|
|
|
60
45
|
```typescript
|
|
61
46
|
// main.ts
|
|
62
47
|
import { createApp } from 'vue'
|
|
63
48
|
import App from './App.vue'
|
|
49
|
+
|
|
50
|
+
// 1. Import Library CSS
|
|
64
51
|
import '@jsg-developer/vue-pack/style.css'
|
|
65
|
-
|
|
52
|
+
|
|
53
|
+
// 2. Import the Vue Plugin
|
|
54
|
+
import JsgdVuePack from '@jsg-developer/vue-pack/vue'
|
|
66
55
|
|
|
67
56
|
const app = createApp(App)
|
|
68
57
|
|
|
69
|
-
|
|
58
|
+
// 3. Register with Optional Global Configuration
|
|
59
|
+
app.use(JsgdVuePack, {
|
|
60
|
+
indexedDB: {
|
|
61
|
+
dbName: 'MyAwesomeAppDB',
|
|
62
|
+
dbVersion: 1,
|
|
63
|
+
storeSingle: ['userProfile', 'appSettings'],
|
|
64
|
+
storeArray: ['tools', 'subTools', 'promo'],
|
|
65
|
+
},
|
|
66
|
+
i18n: {
|
|
67
|
+
// Override default component texts here
|
|
68
|
+
},
|
|
69
|
+
modalConfig: {
|
|
70
|
+
displayNullValue: false,
|
|
71
|
+
labels: {
|
|
72
|
+
btn: {
|
|
73
|
+
submit: { create: 'Save New Item', update: 'Update Item' },
|
|
74
|
+
cancel: 'Discard',
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
},
|
|
78
|
+
})
|
|
79
|
+
|
|
70
80
|
app.mount('#app')
|
|
71
81
|
```
|
|
72
82
|
|
|
73
|
-
|
|
83
|
+
### 2. Standalone Utilities (Tree-Shaking)
|
|
74
84
|
|
|
75
|
-
|
|
85
|
+
You don't need to load the UI components if you only want to use the library's powerful utility functions. They are exported via sub-paths:
|
|
76
86
|
|
|
77
|
-
|
|
78
|
-
- **Forms & Modals**: `FormModal`, `FormFieldRenderer`
|
|
79
|
-
- **Feedback**: `AlertApp`, `Loader`, `WarningForm`
|
|
80
|
-
- **Inputs**: `TextInput`, `NumberInput`, `ImageInput`, `ColorPicker`, `TextAreaQuill`, `ComboboxComponent`, `TagInput`, and many more.
|
|
87
|
+
#### IndexedDB Management
|
|
81
88
|
|
|
82
|
-
|
|
89
|
+
```typescript
|
|
90
|
+
import { saveToIndexedDB, getFromIndexedDB } from '@jsg-developer/vue-pack/indexedDB'
|
|
83
91
|
|
|
84
|
-
|
|
92
|
+
// Save data automatically
|
|
93
|
+
await saveToIndexedDB({ tools: myToolsArray })
|
|
85
94
|
|
|
86
|
-
|
|
95
|
+
// Retrieve data
|
|
96
|
+
const tools = await getFromIndexedDB('tools')
|
|
97
|
+
```
|
|
87
98
|
|
|
88
|
-
|
|
99
|
+
#### Secure Fetch API
|
|
100
|
+
|
|
101
|
+
```typescript
|
|
102
|
+
import { secureFetch } from '@jsg-developer/vue-pack/secureFetch'
|
|
89
103
|
|
|
90
|
-
|
|
104
|
+
const response = await secureFetch('[https://api.example.com/data](https://api.example.com/data)', {
|
|
105
|
+
authType: 'bearer',
|
|
106
|
+
token: 'your-jwt-token',
|
|
107
|
+
})
|
|
108
|
+
const data = await response.json()
|
|
109
|
+
```
|
|
91
110
|
|
|
92
111
|
---
|
|
93
112
|
|
|
94
|
-
##
|
|
113
|
+
## 📦 Component Categories
|
|
114
|
+
|
|
115
|
+
This library covers a wide range of components, easily imported via `@jsg-developer/vue-pack/components`:
|
|
116
|
+
|
|
117
|
+
- **Data Presentation**: `TabelData`, `FieldDetailRenderer`, `BaseImage`, `ModalDetailData`
|
|
118
|
+
- **Forms & Generators**: `FormModal`, `FormFieldRenderer`
|
|
119
|
+
- **Feedback & Loaders**: `AlertApp`, `LoaderSuccessError`, `WarningForm`
|
|
120
|
+
- **Inputs**: `TextInput`, `CurrencyInput`, `MapPicker`, `ImageArrayInput`, `ColorPicker`, `TextAreaQuill`, `TagInput`, and many more.
|
|
121
|
+
|
|
122
|
+
---
|
|
123
|
+
|
|
124
|
+
## ⚖️ License
|
|
125
|
+
|
|
126
|
+
This project is licensed under the **MIT License**.
|
|
127
|
+
|
|
128
|
+
You are free to use, modify, and distribute this software in your projects, both personal and commercial. See the `LICENSE` file for full details.
|
|
129
|
+
|
|
130
|
+
### Third-Party Licenses
|
|
95
131
|
|
|
96
|
-
This project utilizes third-party open-source software. The licenses for these dependencies are available in the
|
|
132
|
+
This project utilizes third-party open-source software (such as Leaflet, Quill, DOMPurify). The licenses for these dependencies are generated automatically and available in the `THIRD_PARTY_LICENSES.md` file within the distributed package.
|
|
97
133
|
|
|
98
134
|
---
|
|
99
135
|
|
|
@@ -101,4 +137,4 @@ This project utilizes third-party open-source software. The licenses for these d
|
|
|
101
137
|
|
|
102
138
|
Developed by **JSGDevelompent**.
|
|
103
139
|
|
|
104
|
-
- **GitHub**: [JSGDevelompent](https://github.com/JSGDevelompent)
|
|
140
|
+
- **GitHub**: [JSGDevelompent](https://github.com/JSGDevelompent) _(Repository will be public upon stable v1.0 release)_
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@babel/helper-validator-identifier",
|
|
14
14
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@babel/helper-validator-identifier/LICENSE"
|
|
15
15
|
},
|
|
16
|
-
"@babel/parser@7.
|
|
16
|
+
"@babel/parser@7.29.0": {
|
|
17
17
|
"licenses": "MIT",
|
|
18
18
|
"repository": "https://github.com/babel/babel",
|
|
19
19
|
"publisher": "The Babel Team",
|
|
20
20
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@babel/parser",
|
|
21
21
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@babel/parser/LICENSE"
|
|
22
22
|
},
|
|
23
|
-
"@babel/types@7.
|
|
23
|
+
"@babel/types@7.29.0": {
|
|
24
24
|
"licenses": "MIT",
|
|
25
25
|
"repository": "https://github.com/babel/babel",
|
|
26
26
|
"publisher": "The Babel Team",
|
|
@@ -47,8 +47,9 @@
|
|
|
47
47
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@jridgewell/sourcemap-codec",
|
|
48
48
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@jridgewell/sourcemap-codec/LICENSE"
|
|
49
49
|
},
|
|
50
|
-
"@jsg-developer/vue-pack@0.0.9": {
|
|
50
|
+
"@jsg-developer/vue-pack@0.0.9-beta-9": {
|
|
51
51
|
"licenses": "MIT",
|
|
52
|
+
"repository": "https://github.com/JSGDevelompent/vue-pack",
|
|
52
53
|
"path": ".",
|
|
53
54
|
"licenseFile": "LICENSE"
|
|
54
55
|
},
|
|
@@ -58,63 +59,63 @@
|
|
|
58
59
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@types/trusted-types",
|
|
59
60
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@types/trusted-types/LICENSE"
|
|
60
61
|
},
|
|
61
|
-
"@vue/compiler-core@3.5.
|
|
62
|
+
"@vue/compiler-core@3.5.29": {
|
|
62
63
|
"licenses": "MIT",
|
|
63
64
|
"repository": "https://github.com/vuejs/core",
|
|
64
65
|
"publisher": "Evan You",
|
|
65
66
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-core",
|
|
66
67
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-core/LICENSE"
|
|
67
68
|
},
|
|
68
|
-
"@vue/compiler-dom@3.5.
|
|
69
|
+
"@vue/compiler-dom@3.5.29": {
|
|
69
70
|
"licenses": "MIT",
|
|
70
71
|
"repository": "https://github.com/vuejs/core",
|
|
71
72
|
"publisher": "Evan You",
|
|
72
73
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-dom",
|
|
73
74
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-dom/LICENSE"
|
|
74
75
|
},
|
|
75
|
-
"@vue/compiler-sfc@3.5.
|
|
76
|
+
"@vue/compiler-sfc@3.5.29": {
|
|
76
77
|
"licenses": "MIT",
|
|
77
78
|
"repository": "https://github.com/vuejs/core",
|
|
78
79
|
"publisher": "Evan You",
|
|
79
80
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-sfc",
|
|
80
81
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-sfc/LICENSE"
|
|
81
82
|
},
|
|
82
|
-
"@vue/compiler-ssr@3.5.
|
|
83
|
+
"@vue/compiler-ssr@3.5.29": {
|
|
83
84
|
"licenses": "MIT",
|
|
84
85
|
"repository": "https://github.com/vuejs/core",
|
|
85
86
|
"publisher": "Evan You",
|
|
86
87
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-ssr",
|
|
87
88
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-ssr/LICENSE"
|
|
88
89
|
},
|
|
89
|
-
"@vue/reactivity@3.5.
|
|
90
|
+
"@vue/reactivity@3.5.29": {
|
|
90
91
|
"licenses": "MIT",
|
|
91
92
|
"repository": "https://github.com/vuejs/core",
|
|
92
93
|
"publisher": "Evan You",
|
|
93
94
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/reactivity",
|
|
94
95
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/reactivity/LICENSE"
|
|
95
96
|
},
|
|
96
|
-
"@vue/runtime-core@3.5.
|
|
97
|
+
"@vue/runtime-core@3.5.29": {
|
|
97
98
|
"licenses": "MIT",
|
|
98
99
|
"repository": "https://github.com/vuejs/core",
|
|
99
100
|
"publisher": "Evan You",
|
|
100
101
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/runtime-core",
|
|
101
102
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/runtime-core/LICENSE"
|
|
102
103
|
},
|
|
103
|
-
"@vue/runtime-dom@3.5.
|
|
104
|
+
"@vue/runtime-dom@3.5.29": {
|
|
104
105
|
"licenses": "MIT",
|
|
105
106
|
"repository": "https://github.com/vuejs/core",
|
|
106
107
|
"publisher": "Evan You",
|
|
107
108
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/runtime-dom",
|
|
108
109
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/runtime-dom/LICENSE"
|
|
109
110
|
},
|
|
110
|
-
"@vue/server-renderer@3.5.
|
|
111
|
+
"@vue/server-renderer@3.5.29": {
|
|
111
112
|
"licenses": "MIT",
|
|
112
113
|
"repository": "https://github.com/vuejs/core",
|
|
113
114
|
"publisher": "Evan You",
|
|
114
115
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/server-renderer",
|
|
115
116
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/server-renderer/LICENSE"
|
|
116
117
|
},
|
|
117
|
-
"@vue/shared@3.5.
|
|
118
|
+
"@vue/shared@3.5.29": {
|
|
118
119
|
"licenses": "MIT",
|
|
119
120
|
"repository": "https://github.com/vuejs/core",
|
|
120
121
|
"publisher": "Evan You",
|
|
@@ -129,7 +130,7 @@
|
|
|
129
130
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/csstype",
|
|
130
131
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/csstype/LICENSE"
|
|
131
132
|
},
|
|
132
|
-
"dompurify@3.2
|
|
133
|
+
"dompurify@3.3.2": {
|
|
133
134
|
"licenses": "(MPL-2.0 OR Apache-2.0)",
|
|
134
135
|
"repository": "https://github.com/cure53/DOMPurify",
|
|
135
136
|
"publisher": "Dr.-Ing. Mario Heiderich, Cure53",
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/dompurify",
|
|
138
139
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/dompurify/LICENSE"
|
|
139
140
|
},
|
|
140
|
-
"entities@7.0.
|
|
141
|
+
"entities@7.0.1": {
|
|
141
142
|
"licenses": "BSD-2-Clause",
|
|
142
143
|
"repository": "https://github.com/fb55/entities",
|
|
143
144
|
"publisher": "Felix Boehm",
|
|
@@ -149,10 +150,10 @@
|
|
|
149
150
|
"licenses": "MIT",
|
|
150
151
|
"repository": "https://github.com/Rich-Harris/estree-walker",
|
|
151
152
|
"publisher": "Rich Harris",
|
|
152
|
-
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/estree-walker",
|
|
153
|
-
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/estree-walker/LICENSE"
|
|
153
|
+
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-sfc/node_modules/estree-walker",
|
|
154
|
+
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@vue/compiler-sfc/node_modules/estree-walker/LICENSE"
|
|
154
155
|
},
|
|
155
|
-
"eventemitter3@5.0.
|
|
156
|
+
"eventemitter3@5.0.4": {
|
|
156
157
|
"licenses": "MIT",
|
|
157
158
|
"repository": "https://github.com/primus/eventemitter3",
|
|
158
159
|
"publisher": "Arnout Kazemier",
|
|
@@ -167,6 +168,12 @@
|
|
|
167
168
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/fast-diff",
|
|
168
169
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/fast-diff/LICENSE"
|
|
169
170
|
},
|
|
171
|
+
"leaflet@1.9.4": {
|
|
172
|
+
"licenses": "BSD-2-Clause",
|
|
173
|
+
"repository": "https://github.com/Leaflet/Leaflet",
|
|
174
|
+
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/leaflet",
|
|
175
|
+
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/leaflet/LICENSE"
|
|
176
|
+
},
|
|
170
177
|
"lodash-es@4.17.23": {
|
|
171
178
|
"licenses": "MIT",
|
|
172
179
|
"repository": "https://github.com/lodash/lodash",
|
|
@@ -221,7 +228,7 @@
|
|
|
221
228
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/picocolors",
|
|
222
229
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/picocolors/LICENSE"
|
|
223
230
|
},
|
|
224
|
-
"postcss@8.5.
|
|
231
|
+
"postcss@8.5.8": {
|
|
225
232
|
"licenses": "MIT",
|
|
226
233
|
"repository": "https://github.com/postcss/postcss",
|
|
227
234
|
"publisher": "Andrey Sitnik",
|
|
@@ -237,7 +244,7 @@
|
|
|
237
244
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/quill-delta",
|
|
238
245
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/quill-delta/LICENSE"
|
|
239
246
|
},
|
|
240
|
-
"quill-resize-module@2.1.
|
|
247
|
+
"quill-resize-module@2.1.3": {
|
|
241
248
|
"licenses": "MIT",
|
|
242
249
|
"repository": "https://github.com/mudoo/quill-resize-module",
|
|
243
250
|
"publisher": "mudoo",
|
|
@@ -268,14 +275,14 @@
|
|
|
268
275
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/typescript",
|
|
269
276
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/typescript/LICENSE.txt"
|
|
270
277
|
},
|
|
271
|
-
"vue@3.5.
|
|
278
|
+
"vue@3.5.29": {
|
|
272
279
|
"licenses": "MIT",
|
|
273
280
|
"repository": "https://github.com/vuejs/core",
|
|
274
281
|
"publisher": "Evan You",
|
|
275
282
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/vue",
|
|
276
283
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/vue/LICENSE"
|
|
277
284
|
},
|
|
278
|
-
"zod@4.3.
|
|
285
|
+
"zod@4.3.6": {
|
|
279
286
|
"licenses": "MIT",
|
|
280
287
|
"repository": "https://github.com/colinhacks/zod",
|
|
281
288
|
"publisher": "Colin McDonnell",
|
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -39,7 +39,7 @@ This project utilizes the following open-source software:
|
|
|
39
39
|
|
|
40
40
|
## @jsg-developer/vue-pack
|
|
41
41
|
* **License**: MIT
|
|
42
|
-
* **Repository**:
|
|
42
|
+
* **Repository**: https://github.com/JSGDevelompent/vue-pack
|
|
43
43
|
* **Publisher**: Unknown
|
|
44
44
|
|
|
45
45
|
## @types/trusted-types
|
|
@@ -122,6 +122,11 @@ This project utilizes the following open-source software:
|
|
|
122
122
|
* **Repository**: https://github.com/jhchen/fast-diff
|
|
123
123
|
* **Publisher**: Jason Chen
|
|
124
124
|
|
|
125
|
+
## leaflet
|
|
126
|
+
* **License**: BSD-2-Clause
|
|
127
|
+
* **Repository**: https://github.com/Leaflet/Leaflet
|
|
128
|
+
* **Publisher**: Unknown
|
|
129
|
+
|
|
125
130
|
## lodash-es
|
|
126
131
|
* **License**: MIT
|
|
127
132
|
* **Repository**: https://github.com/lodash/lodash
|