@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.
Files changed (303) hide show
  1. package/README.md +85 -49
  2. package/THIRD_PARTY_LICENSES.json +28 -21
  3. package/THIRD_PARTY_LICENSES.md +6 -1
  4. package/dist/TabelData-DVOxNsS5.cjs +15 -0
  5. package/dist/TabelData-SXpPUn-t.js +8774 -0
  6. package/dist/components.cjs.js +1 -0
  7. package/dist/components.es.js +42 -0
  8. package/dist/index-CsEbGlOa.js +46 -0
  9. package/dist/index-D9djqelm.cjs +1 -0
  10. package/dist/indexedDB.cjs.js +1 -0
  11. package/dist/indexedDB.es.js +141 -0
  12. package/dist/init.cjs.js +1 -1
  13. package/dist/init.es.js +6 -5
  14. package/dist/jsgd-vue-pack.cjs.js +1 -1
  15. package/dist/jsgd-vue-pack.es.js +102 -1671
  16. package/dist/labels-B588RfM1.js +1153 -0
  17. package/dist/labels-BSx9XJ02.cjs +1 -0
  18. package/dist/register-BG47SL5y.js +15 -0
  19. package/dist/register-D85E754B.cjs +1 -0
  20. package/dist/secureFetch.cjs.js +1 -0
  21. package/dist/secureFetch.es.js +30 -0
  22. package/dist/style.css +1 -1
  23. package/dist/types/components/Form/FormFieldRenderer.vue.d.ts +1 -0
  24. package/dist/types/components/Form/FormFieldRenderer.vue.d.ts.map +1 -0
  25. package/dist/types/components/Form/FormModal.vue.d.ts +1 -0
  26. package/dist/types/components/Form/FormModal.vue.d.ts.map +1 -0
  27. package/dist/types/components/Form/composables/index.d.ts +1 -0
  28. package/dist/types/components/Form/composables/index.d.ts.map +1 -0
  29. package/dist/types/components/Form/composables/useFormFieldRenderer.d.ts +1 -0
  30. package/dist/types/components/Form/composables/useFormFieldRenderer.d.ts.map +1 -0
  31. package/dist/types/components/Form/composables/useFormModal.d.ts +1 -0
  32. package/dist/types/components/Form/composables/useFormModal.d.ts.map +1 -0
  33. package/dist/types/components/Form/index.d.ts +1 -0
  34. package/dist/types/components/Form/index.d.ts.map +1 -0
  35. package/dist/types/components/Tabel/TabelData.vue.d.ts +3 -2
  36. package/dist/types/components/Tabel/TabelData.vue.d.ts.map +1 -0
  37. package/dist/types/components/Tabel/composables/index.d.ts +1 -0
  38. package/dist/types/components/Tabel/composables/index.d.ts.map +1 -0
  39. package/dist/types/components/Tabel/composables/useDataNormalization.d.ts +1 -0
  40. package/dist/types/components/Tabel/composables/useDataNormalization.d.ts.map +1 -0
  41. package/dist/types/components/Tabel/composables/useDisplayHelpers.d.ts +1 -0
  42. package/dist/types/components/Tabel/composables/useDisplayHelpers.d.ts.map +1 -0
  43. package/dist/types/components/Tabel/composables/useFormHandling.d.ts +1 -0
  44. package/dist/types/components/Tabel/composables/useFormHandling.d.ts.map +1 -0
  45. package/dist/types/components/Tabel/composables/useTableLogic.d.ts +1 -0
  46. package/dist/types/components/Tabel/composables/useTableLogic.d.ts.map +1 -0
  47. package/dist/types/components/Tabel/index.d.ts +1 -0
  48. package/dist/types/components/Tabel/index.d.ts.map +1 -0
  49. package/dist/types/components/UI/Display/BaseImage.vue.d.ts +1 -0
  50. package/dist/types/components/UI/Display/BaseImage.vue.d.ts.map +1 -0
  51. package/dist/types/components/UI/Display/BaseLabel.vue.d.ts +2 -16
  52. package/dist/types/components/UI/Display/BaseLabel.vue.d.ts.map +1 -0
  53. package/dist/types/components/UI/Display/FieldDetailRenderer.vue.d.ts +1 -0
  54. package/dist/types/components/UI/Display/FieldDetailRenderer.vue.d.ts.map +1 -0
  55. package/dist/types/components/UI/Display/ImagePreview.vue.d.ts +1 -0
  56. package/dist/types/components/UI/Display/ImagePreview.vue.d.ts.map +1 -0
  57. package/dist/types/components/UI/Display/ModalDetailData.vue.d.ts +1 -0
  58. package/dist/types/components/UI/Display/ModalDetailData.vue.d.ts.map +1 -0
  59. package/dist/types/components/UI/Display/SafeHtml.vue.d.ts +1 -0
  60. package/dist/types/components/UI/Display/SafeHtml.vue.d.ts.map +1 -0
  61. package/dist/types/components/UI/Display/Tooltip.vue.d.ts +1 -0
  62. package/dist/types/components/UI/Display/Tooltip.vue.d.ts.map +1 -0
  63. package/dist/types/components/UI/Display/index.d.ts +1 -0
  64. package/dist/types/components/UI/Display/index.d.ts.map +1 -0
  65. package/dist/types/components/UI/Feedback/AlertApp.vue.d.ts +1 -0
  66. package/dist/types/components/UI/Feedback/AlertApp.vue.d.ts.map +1 -0
  67. package/dist/types/components/UI/Feedback/LoaderSuccessError.vue.d.ts +1 -0
  68. package/dist/types/components/UI/Feedback/LoaderSuccessError.vue.d.ts.map +1 -0
  69. package/dist/types/components/UI/Feedback/WarningForm.vue.d.ts +1 -0
  70. package/dist/types/components/UI/Feedback/WarningForm.vue.d.ts.map +1 -0
  71. package/dist/types/components/UI/Feedback/index.d.ts +1 -0
  72. package/dist/types/components/UI/Feedback/index.d.ts.map +1 -0
  73. package/dist/types/components/UI/Inputs/ArrayObject.vue.d.ts +1 -0
  74. package/dist/types/components/UI/Inputs/ArrayObject.vue.d.ts.map +1 -0
  75. package/dist/types/components/UI/Inputs/ColorPicker.vue.d.ts +1 -0
  76. package/dist/types/components/UI/Inputs/ColorPicker.vue.d.ts.map +1 -0
  77. package/dist/types/components/UI/Inputs/ComboboxComponent.vue.d.ts +3 -2
  78. package/dist/types/components/UI/Inputs/ComboboxComponent.vue.d.ts.map +1 -0
  79. package/dist/types/components/UI/Inputs/CurrencyInput.vue.d.ts +1 -0
  80. package/dist/types/components/UI/Inputs/CurrencyInput.vue.d.ts.map +1 -0
  81. package/dist/types/components/UI/Inputs/DateInput.vue.d.ts +1 -0
  82. package/dist/types/components/UI/Inputs/DateInput.vue.d.ts.map +1 -0
  83. package/dist/types/components/UI/Inputs/DateTimeInput.vue.d.ts +1 -0
  84. package/dist/types/components/UI/Inputs/DateTimeInput.vue.d.ts.map +1 -0
  85. package/dist/types/components/UI/Inputs/EmailInput.vue.d.ts +1 -0
  86. package/dist/types/components/UI/Inputs/EmailInput.vue.d.ts.map +1 -0
  87. package/dist/types/components/UI/Inputs/FileArrayInput.vue.d.ts +1 -0
  88. package/dist/types/components/UI/Inputs/FileArrayInput.vue.d.ts.map +1 -0
  89. package/dist/types/components/UI/Inputs/FileInput.vue.d.ts +1 -0
  90. package/dist/types/components/UI/Inputs/FileInput.vue.d.ts.map +1 -0
  91. package/dist/types/components/UI/Inputs/GroupRenderer.vue.d.ts +1 -0
  92. package/dist/types/components/UI/Inputs/GroupRenderer.vue.d.ts.map +1 -0
  93. package/dist/types/components/UI/Inputs/ImageArrayInput.vue.d.ts +1 -0
  94. package/dist/types/components/UI/Inputs/ImageArrayInput.vue.d.ts.map +1 -0
  95. package/dist/types/components/UI/Inputs/ImageInput.vue.d.ts +1 -0
  96. package/dist/types/components/UI/Inputs/ImageInput.vue.d.ts.map +1 -0
  97. package/dist/types/components/UI/Inputs/LocationPicker.vue.d.ts +70 -0
  98. package/dist/types/components/UI/Inputs/LocationPicker.vue.d.ts.map +1 -0
  99. package/dist/types/components/UI/Inputs/NumberInput.vue.d.ts +1 -0
  100. package/dist/types/components/UI/Inputs/NumberInput.vue.d.ts.map +1 -0
  101. package/dist/types/components/UI/Inputs/ObjectInput.vue.d.ts +1 -0
  102. package/dist/types/components/UI/Inputs/ObjectInput.vue.d.ts.map +1 -0
  103. package/dist/types/components/UI/Inputs/PasswordInput.vue.d.ts +1 -0
  104. package/dist/types/components/UI/Inputs/PasswordInput.vue.d.ts.map +1 -0
  105. package/dist/types/components/UI/Inputs/RateInput.vue.d.ts +1 -0
  106. package/dist/types/components/UI/Inputs/RateInput.vue.d.ts.map +1 -0
  107. package/dist/types/components/UI/Inputs/TagInput.vue.d.ts +1 -0
  108. package/dist/types/components/UI/Inputs/TagInput.vue.d.ts.map +1 -0
  109. package/dist/types/components/UI/Inputs/TelInput.vue.d.ts +1 -0
  110. package/dist/types/components/UI/Inputs/TelInput.vue.d.ts.map +1 -0
  111. package/dist/types/components/UI/Inputs/TextAreaInput.vue.d.ts +1 -0
  112. package/dist/types/components/UI/Inputs/TextAreaInput.vue.d.ts.map +1 -0
  113. package/dist/types/components/UI/Inputs/TextAreaQuill.vue.d.ts +2 -1
  114. package/dist/types/components/UI/Inputs/TextAreaQuill.vue.d.ts.map +1 -0
  115. package/dist/types/components/UI/Inputs/TextInput.vue.d.ts +1 -0
  116. package/dist/types/components/UI/Inputs/TextInput.vue.d.ts.map +1 -0
  117. package/dist/types/components/UI/Inputs/TimeInput.vue.d.ts +1 -0
  118. package/dist/types/components/UI/Inputs/TimeInput.vue.d.ts.map +1 -0
  119. package/dist/types/components/UI/Inputs/ToggleInput.vue.d.ts +1 -0
  120. package/dist/types/components/UI/Inputs/ToggleInput.vue.d.ts.map +1 -0
  121. package/dist/types/components/UI/Inputs/UrlInput.vue.d.ts +1 -0
  122. package/dist/types/components/UI/Inputs/UrlInput.vue.d.ts.map +1 -0
  123. package/dist/types/components/UI/Inputs/components/QuillAltModal.vue.d.ts +1 -0
  124. package/dist/types/components/UI/Inputs/components/QuillAltModal.vue.d.ts.map +1 -0
  125. package/dist/types/components/UI/Inputs/components/QuillEmbedModal.vue.d.ts +29 -1
  126. package/dist/types/components/UI/Inputs/components/QuillEmbedModal.vue.d.ts.map +1 -0
  127. package/dist/types/components/UI/Inputs/composables/index.d.ts +1 -0
  128. package/dist/types/components/UI/Inputs/composables/index.d.ts.map +1 -0
  129. package/dist/types/components/UI/Inputs/composables/useArrayObject.d.ts +1 -0
  130. package/dist/types/components/UI/Inputs/composables/useArrayObject.d.ts.map +1 -0
  131. package/dist/types/components/UI/Inputs/composables/useCurrencyInput.d.ts +1 -0
  132. package/dist/types/components/UI/Inputs/composables/useCurrencyInput.d.ts.map +1 -0
  133. package/dist/types/components/UI/Inputs/composables/useSchemaGroupRenderer.d.ts +1 -0
  134. package/dist/types/components/UI/Inputs/composables/useSchemaGroupRenderer.d.ts.map +1 -0
  135. package/dist/types/components/UI/Inputs/composables/useSingleObject.d.ts +1 -0
  136. package/dist/types/components/UI/Inputs/composables/useSingleObject.d.ts.map +1 -0
  137. package/dist/types/components/UI/Inputs/index.d.ts +2 -0
  138. package/dist/types/components/UI/Inputs/index.d.ts.map +1 -0
  139. package/dist/types/components/UI/index.d.ts +1 -0
  140. package/dist/types/components/UI/index.d.ts.map +1 -0
  141. package/dist/types/components/index.d.ts +2 -1
  142. package/dist/types/components/index.d.ts.map +1 -0
  143. package/dist/types/config.d.ts +1 -0
  144. package/dist/types/config.d.ts.map +1 -0
  145. package/dist/types/configs/defaults/index.d.ts +1 -0
  146. package/dist/types/configs/defaults/index.d.ts.map +1 -0
  147. package/dist/types/configs/defaults/table.d.ts +1 -0
  148. package/dist/types/configs/defaults/table.d.ts.map +1 -0
  149. package/dist/types/configs/i18n/errors.d.ts +1 -0
  150. package/dist/types/configs/i18n/errors.d.ts.map +1 -0
  151. package/dist/types/configs/i18n/index.d.ts +1 -0
  152. package/dist/types/configs/i18n/index.d.ts.map +1 -0
  153. package/dist/types/configs/i18n/inputs.d.ts +1 -0
  154. package/dist/types/configs/i18n/inputs.d.ts.map +1 -0
  155. package/dist/types/configs/i18n/labels.d.ts +1 -0
  156. package/dist/types/configs/i18n/labels.d.ts.map +1 -0
  157. package/dist/types/configs/i18n/register.d.ts +1 -0
  158. package/dist/types/configs/i18n/register.d.ts.map +1 -0
  159. package/dist/types/configs/index.d.ts +1 -0
  160. package/dist/types/configs/index.d.ts.map +1 -0
  161. package/dist/types/configs/types/base.types.d.ts +7 -5
  162. package/dist/types/configs/types/base.types.d.ts.map +1 -0
  163. package/dist/types/configs/types/date.types.d.ts +1 -0
  164. package/dist/types/configs/types/date.types.d.ts.map +1 -0
  165. package/dist/types/configs/types/field.types.d.ts +50 -2
  166. package/dist/types/configs/types/field.types.d.ts.map +1 -0
  167. package/dist/types/configs/types/globalText.types.d.ts +1 -0
  168. package/dist/types/configs/types/globalText.types.d.ts.map +1 -0
  169. package/dist/types/configs/types/index.d.ts +1 -0
  170. package/dist/types/configs/types/index.d.ts.map +1 -0
  171. package/dist/types/configs/types/modal-text.types.d.ts +1 -0
  172. package/dist/types/configs/types/modal-text.types.d.ts.map +1 -0
  173. package/dist/types/configs/types/plugin-config.types.d.ts +1 -0
  174. package/dist/types/configs/types/plugin-config.types.d.ts.map +1 -0
  175. package/dist/types/configs/types/props.types.d.ts +53 -1
  176. package/dist/types/configs/types/props.types.d.ts.map +1 -0
  177. package/dist/types/configs/types/schema.types.d.ts +4 -3
  178. package/dist/types/configs/types/schema.types.d.ts.map +1 -0
  179. package/dist/types/configs/types/seo.types.d.ts +1 -0
  180. package/dist/types/configs/types/seo.types.d.ts.map +1 -0
  181. package/dist/types/configs/types/submit-options.types.d.ts +1 -0
  182. package/dist/types/configs/types/submit-options.types.d.ts.map +1 -0
  183. package/dist/types/configs/types/table-data.types.d.ts +1 -0
  184. package/dist/types/configs/types/table-data.types.d.ts.map +1 -0
  185. package/dist/types/fetch/index.d.ts +1 -0
  186. package/dist/types/fetch/index.d.ts.map +1 -0
  187. package/dist/types/fetch/submitData.d.ts +1 -0
  188. package/dist/types/fetch/submitData.d.ts.map +1 -0
  189. package/dist/types/helpers/clientInfo.d.ts +1 -0
  190. package/dist/types/helpers/clientInfo.d.ts.map +1 -0
  191. package/dist/types/helpers/index.d.ts +1 -0
  192. package/dist/types/helpers/index.d.ts.map +1 -0
  193. package/dist/types/helpers/locale.d.ts +1 -0
  194. package/dist/types/helpers/locale.d.ts.map +1 -0
  195. package/dist/types/helpers/message.d.ts +1 -0
  196. package/dist/types/helpers/message.d.ts.map +1 -0
  197. package/dist/types/index.d.ts +1 -1
  198. package/dist/types/index.d.ts.map +1 -0
  199. package/dist/types/init.d.ts +1 -0
  200. package/dist/types/init.d.ts.map +1 -0
  201. package/dist/types/lib/index.d.ts +1 -1
  202. package/dist/types/lib/index.d.ts.map +1 -0
  203. package/dist/types/lib/indexedDB.d.ts +1 -0
  204. package/dist/types/lib/indexedDB.d.ts.map +1 -0
  205. package/dist/types/lib/secureFetch.d.ts +1 -0
  206. package/dist/types/lib/secureFetch.d.ts.map +1 -0
  207. package/dist/types/plugin/vue.plugin.d.ts +1 -0
  208. package/dist/types/plugin/vue.plugin.d.ts.map +1 -0
  209. package/dist/types/untils/index.d.ts +1 -0
  210. package/dist/types/untils/index.d.ts.map +1 -0
  211. package/dist/types/untils/math.d.ts +1 -0
  212. package/dist/types/untils/math.d.ts.map +1 -0
  213. package/dist/types/untils/misc.d.ts +1 -0
  214. package/dist/types/untils/misc.d.ts.map +1 -0
  215. package/dist/types/untils/objectPath.d.ts +1 -0
  216. package/dist/types/untils/objectPath.d.ts.map +1 -0
  217. package/dist/types/untils/regex.d.ts +1 -0
  218. package/dist/types/untils/regex.d.ts.map +1 -0
  219. package/dist/types/untils/seo.d.ts +1 -0
  220. package/dist/types/untils/seo.d.ts.map +1 -0
  221. package/dist/types/validate/index.d.ts +1 -0
  222. package/dist/types/validate/index.d.ts.map +1 -0
  223. package/dist/types/validate/validate.d.ts +1 -0
  224. package/dist/types/validate/validate.d.ts.map +1 -0
  225. package/dist/vue.cjs.js +1 -1
  226. package/dist/vue.es.js +9 -53
  227. package/package.json +48 -2
  228. package/dist/chunks/ArrayObject-0xuEhOhk.cjs.js +0 -1
  229. package/dist/chunks/ArrayObject-DOjuPD1E.es.js +0 -4
  230. package/dist/chunks/ColorPicker-9dL3PtG3.cjs.js +0 -1
  231. package/dist/chunks/ColorPicker-BHhrw8Wl.es.js +0 -4
  232. package/dist/chunks/ComboboxComponent-CCkruI47.es.js +0 -4
  233. package/dist/chunks/ComboboxComponent-CTx8Vw_9.cjs.js +0 -1
  234. package/dist/chunks/CurrencyInput-BtFZho2N.es.js +0 -4
  235. package/dist/chunks/CurrencyInput-ClSyBpnK.cjs.js +0 -1
  236. package/dist/chunks/DateInput-BThmjoqx.cjs.js +0 -1
  237. package/dist/chunks/DateInput-b7NB_vXk.es.js +0 -4
  238. package/dist/chunks/DateTimeInput--FP_u8Yt.es.js +0 -4
  239. package/dist/chunks/DateTimeInput-Cpl1gFSK.cjs.js +0 -1
  240. package/dist/chunks/DateTimeInput.vue_vue_type_script_setup_true_lang-BrkVOH9p.es.js +0 -142
  241. package/dist/chunks/DateTimeInput.vue_vue_type_script_setup_true_lang-CILx0Aq6.cjs.js +0 -2
  242. package/dist/chunks/EmailInput-B9UAysfD.es.js +0 -4
  243. package/dist/chunks/EmailInput-eOIpKbZI.cjs.js +0 -1
  244. package/dist/chunks/FileArrayInput-6mVb0lZm.cjs.js +0 -1
  245. package/dist/chunks/FileArrayInput-YgwwMJ8d.es.js +0 -5
  246. package/dist/chunks/FileArrayInput.vue_vue_type_script_setup_true_lang-CvKWrmWs.cjs.js +0 -2
  247. package/dist/chunks/FileArrayInput.vue_vue_type_script_setup_true_lang-do6gh6pp.es.js +0 -198
  248. package/dist/chunks/FileInput-C0TwpVgG.es.js +0 -4
  249. package/dist/chunks/FileInput-DeYBBEUM.cjs.js +0 -1
  250. package/dist/chunks/GroupRenderer-Cz1hjI-2.es.js +0 -4
  251. package/dist/chunks/GroupRenderer-DCjLcNfJ.cjs.js +0 -1
  252. package/dist/chunks/ImageArrayInput-CQft-D0T.cjs.js +0 -1
  253. package/dist/chunks/ImageArrayInput-D5BB4r2J.es.js +0 -5
  254. package/dist/chunks/ImageArrayInput.vue_vue_type_script_setup_true_lang-BZSS-Tzm.es.js +0 -421
  255. package/dist/chunks/ImageArrayInput.vue_vue_type_script_setup_true_lang-oeMxAliE.cjs.js +0 -2
  256. package/dist/chunks/ImageInput-D1eTYtg7.cjs.js +0 -1
  257. package/dist/chunks/ImageInput-VbEI9JIR.es.js +0 -4
  258. package/dist/chunks/NumberInput-CMTLiG1b.cjs.js +0 -1
  259. package/dist/chunks/NumberInput-DS17O3Cn.es.js +0 -4
  260. package/dist/chunks/ObjectInput-EZWeOXLi.cjs.js +0 -1
  261. package/dist/chunks/ObjectInput-b19oeQba.es.js +0 -4
  262. package/dist/chunks/PasswordInput-CBEbd-Ud.es.js +0 -4
  263. package/dist/chunks/PasswordInput-CiM-mVrk.cjs.js +0 -1
  264. package/dist/chunks/RateInput-3FQoVl8h.es.js +0 -4
  265. package/dist/chunks/RateInput-Cl6JCRpp.cjs.js +0 -1
  266. package/dist/chunks/TabelData-B0Le_B_Q.cjs.js +0 -1
  267. package/dist/chunks/TabelData-BHJC8v6o.es.js +0 -2437
  268. package/dist/chunks/TagInput-CWz-bPwU.cjs.js +0 -1
  269. package/dist/chunks/TagInput-DkB_fD-R.es.js +0 -4
  270. package/dist/chunks/TelInput-DU-SCcTv.es.js +0 -4
  271. package/dist/chunks/TelInput-lfixYiaM.cjs.js +0 -1
  272. package/dist/chunks/TextAreaInput-BUbpY_xl.es.js +0 -4
  273. package/dist/chunks/TextAreaInput-D8RLKe9N.cjs.js +0 -1
  274. package/dist/chunks/TextAreaQuill-Bejqkd4x.es.js +0 -600
  275. package/dist/chunks/TextAreaQuill-DVN0ki8_.cjs.js +0 -1
  276. package/dist/chunks/TextInput-BtfPzo6G.cjs.js +0 -1
  277. package/dist/chunks/TextInput-DThEAetr.es.js +0 -4
  278. package/dist/chunks/TimeInput-DK-OIXEt.cjs.js +0 -1
  279. package/dist/chunks/TimeInput-LUsipRMe.es.js +0 -4
  280. package/dist/chunks/ToggleInput-BA6Q1ZAd.es.js +0 -4
  281. package/dist/chunks/ToggleInput-jjAYu5tM.cjs.js +0 -1
  282. package/dist/chunks/UrlInput-BcVGcszC.cjs.js +0 -1
  283. package/dist/chunks/UrlInput-CGMHyowb.es.js +0 -4
  284. package/dist/chunks/resize-Bn1jzV77.es.js +0 -6010
  285. package/dist/chunks/resize-BvELN8MY.cjs.js +0 -12
  286. package/dist/types/lib/demoData.d.ts +0 -313
  287. package/dist/types/schemas/CQ.d.ts +0 -2
  288. package/dist/types/schemas/TestSchema.d.ts +0 -3
  289. package/dist/types/schemas/categories.d.ts +0 -2
  290. package/dist/types/schemas/colors.d.ts +0 -2
  291. package/dist/types/schemas/expenditure.d.ts +0 -2
  292. package/dist/types/schemas/income.d.ts +0 -9
  293. package/dist/types/schemas/index.d.ts +0 -16
  294. package/dist/types/schemas/model.d.ts +0 -2
  295. package/dist/types/schemas/news.d.ts +0 -2
  296. package/dist/types/schemas/order.d.ts +0 -2
  297. package/dist/types/schemas/page.d.ts +0 -2
  298. package/dist/types/schemas/promo.d.ts +0 -2
  299. package/dist/types/schemas/qna.d.ts +0 -2
  300. package/dist/types/schemas/rate.d.ts +0 -2
  301. package/dist/types/schemas/service.d.ts +0 -2
  302. package/dist/types/schemas/subTools.d.ts +0 -2
  303. package/dist/types/schemas/tools.d.ts +0 -2
package/README.md CHANGED
@@ -2,98 +2,134 @@
2
2
 
3
3
  [![NPM Version](https://img.shields.io/npm/v/@jsg-developer/vue-pack?style=flat-square)](https://www.npmjs.com/package/@jsg-developer/vue-pack)
4
4
  [![Build Status](https://img.shields.io/github/actions/workflow/status/JSGDevelompent/@jsg-developer/vue-pack/main.yml?branch=main&style=flat-square)](https://github.com/JSGDevelompent/@jsg-developer/vue-pack/actions)
5
+ [![Status](https://img.shields.io/badge/status-Beta-orange?style=flat-square)]()
5
6
  [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](./LICENSE)
6
7
 
7
- **@jsg-developer/vue-pack** is a comprehensive Vue 3 component library, built with TypeScript and Vite.
8
- It is designed to accelerate development by providing a rich set of ready-to-use UI components, ranging from complex data tables and modal forms to various types of input fields.
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
- - **Complete Component Collection**: Includes `TabelData`, `FormModal`, `FormFieldRenderer`, and more than 30+ other UI and input components.
15
- - **TypeScript First**: Fully built with TypeScript for _type-safety_ and a great development experience with _auto-complete_ support.
16
- - **Highly Configurable**: Easily customize the behavior of the library through a `jsgd.config.ts` file.
17
- - **Internationalization (i18n)**: Built-in support for multiple languages including English, Indonesian, Spanish, French, German, and more.
18
- - **Modern Automation**: Uses a custom Vite plugin to auto-generate module entries, making maintenance easier.
19
- - **Styling with UnoCSS**: Integrated with UnoCSS for fast and efficient utility-first styling.
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 this package using npm:
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
- Here’s how to integrate and use `@jsg-developer/vue-pack` in your Vite + Vue 3 project.
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
- ```typescript
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
- ### 2. Register Global Components
41
+ ### 1. Global Registration (Vue Plugin)
57
42
 
58
- In your main entry file (`main.ts`), use the Vue plugin to register all components globally.
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
- import JsgdComponents from '@jsg-developer/vue-pack/vue' // <-- Import Vue plugin
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
- app.use(JsgdComponents) // <-- Register all components
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
- ## 📦 Available Components
83
+ ### 2. Standalone Utilities (Tree-Shaking)
74
84
 
75
- This library covers a wide range of component categories, including:
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
- - **Data Display**: `TabelData`, `FieldDetailRenderer`, `BaseImage`, `ModalDetailData`
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
- ## 📜 License
92
+ // Save data automatically
93
+ await saveToIndexedDB({ tools: myToolsArray })
85
94
 
86
- This project is licensed under the **MIT License**.
95
+ // Retrieve data
96
+ const tools = await getFromIndexedDB('tools')
97
+ ```
87
98
 
88
- You are free to use, modify, and distribute this software in your projects, both personal and commercial.
99
+ #### Secure Fetch API
100
+
101
+ ```typescript
102
+ import { secureFetch } from '@jsg-developer/vue-pack/secureFetch'
89
103
 
90
- See the [LICENSE](https://www.google.com/search?q=./LICENSE) file for full details.
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
- ## ⚖️ Third-Party Licenses
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 [THIRD_PARTY_LICENSES.md](https://www.google.com/search?q=./THIRD_PARTY_LICENSES.md) file.
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.28.6": {
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.28.6": {
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.26": {
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.26": {
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.26": {
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.26": {
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.26": {
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.26": {
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.26": {
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.26": {
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.26": {
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.7": {
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.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.1": {
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.6": {
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.0-beta.0": {
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.26": {
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.5": {
285
+ "zod@4.3.6": {
279
286
  "licenses": "MIT",
280
287
  "repository": "https://github.com/colinhacks/zod",
281
288
  "publisher": "Colin McDonnell",
@@ -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**: Unknown
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