@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/dist/jsgd-vue-pack.es.js
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { b as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
import { default as ga } from "./chunks/TextAreaQuill-Bejqkd4x.es.js";
|
|
8
|
-
import "vue";
|
|
9
|
-
import "dompurify";
|
|
10
|
-
import "lodash.isequal";
|
|
11
|
-
import "zod";
|
|
12
|
-
const m = [
|
|
1
|
+
import { d as o, a as i, i as n } from "./labels-B588RfM1.js";
|
|
2
|
+
import { _ as u, a as d, b as m, c as p, d as g, e as I, D as f, f as c, g as T, h as D, i as x, F as y, j as A, k as E, l as b, m as F, n as M, o as R, p as S, q as B, L as h, r as j, M as v, s as C, t as O, u as w, v as G, w as L, x as N, T as P, y as q, z as X, A as _, B as k, C as K, E as U, G as V, H as z, I as H, J as Q, W, K as Z, N as J, O as Y, P as $, Q as ee, R as ae, S as te, U as se, V as re, X as oe, Y as ie, Z as ne, $ as le, a0 as ue, a1 as de, a2 as me, a3 as pe, a4 as ge, a5 as Ie, a6 as fe, a7 as ce, a8 as Te, a9 as De, aa as xe, ab as ye, ac as Ae, ad as Ee, ae as be, af as Fe, ag as Me, ah as Re, ai as Se } from "./TabelData-SXpPUn-t.js";
|
|
3
|
+
import { clearStore as he, configureIndexedDB as je, deleteItemFromStore as ve, getFromIndexedDB as Ce, getItemById as Oe, getSingleFromIndexedDB as we, isStoreArray as Ge, removeFromIndexedDB as Le, saveToIndexedDB as Ne, updateItemInStore as Pe } from "./indexedDB.es.js";
|
|
4
|
+
import { r as Xe, a as _e, b as ke } from "./register-BG47SL5y.js";
|
|
5
|
+
import { secureFetch as Ue } from "./secureFetch.es.js";
|
|
6
|
+
const e = [
|
|
13
7
|
"png",
|
|
14
8
|
"jpg",
|
|
15
9
|
"jpeg",
|
|
@@ -24,7 +18,7 @@ const m = [
|
|
|
24
18
|
"avif",
|
|
25
19
|
"ico",
|
|
26
20
|
"jfif"
|
|
27
|
-
],
|
|
21
|
+
], a = [
|
|
28
22
|
"text",
|
|
29
23
|
"email",
|
|
30
24
|
"password",
|
|
@@ -50,1664 +44,101 @@ const m = [
|
|
|
50
44
|
"textArea",
|
|
51
45
|
"currency",
|
|
52
46
|
"rate",
|
|
53
|
-
"tel"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
idKey: "id",
|
|
57
|
-
idsKey: "ids",
|
|
58
|
-
nameKey: "name"
|
|
59
|
-
},
|
|
60
|
-
base: {
|
|
61
|
-
source: {
|
|
62
|
-
DB_NAME: "tools",
|
|
63
|
-
connect: [
|
|
64
|
-
{
|
|
65
|
-
key: "typeId",
|
|
66
|
-
connectKey: "id",
|
|
67
|
-
DB_NAME: "type"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
DB_NAME: "model",
|
|
71
|
-
connectKey: "id",
|
|
72
|
-
key: "modelId"
|
|
73
|
-
}
|
|
74
|
-
]
|
|
75
|
-
},
|
|
76
|
-
dataTabelDisplay: {
|
|
77
|
-
Nama: "name",
|
|
78
|
-
Gambar: "image",
|
|
79
|
-
Harga: "price",
|
|
80
|
-
Kategory: "type.name",
|
|
81
|
-
Model: "model.name"
|
|
82
|
-
},
|
|
83
|
-
lang: "id",
|
|
84
|
-
schema: {
|
|
85
|
-
global: {
|
|
86
|
-
name: {
|
|
87
|
-
type: "text",
|
|
88
|
-
label: "Nama Produk",
|
|
89
|
-
validate: {
|
|
90
|
-
duplicate: !0
|
|
91
|
-
},
|
|
92
|
-
required: !0
|
|
93
|
-
},
|
|
94
|
-
typeName: {
|
|
95
|
-
type: "select",
|
|
96
|
-
label: "Kategory",
|
|
97
|
-
options: {
|
|
98
|
-
DB_NAME: "type",
|
|
99
|
-
valueKey: "name"
|
|
100
|
-
},
|
|
101
|
-
required: !0,
|
|
102
|
-
DB_NAME: "type",
|
|
103
|
-
baseKey: {
|
|
104
|
-
base: "typeId",
|
|
105
|
-
name: "name"
|
|
106
|
-
},
|
|
107
|
-
withCreate: {
|
|
108
|
-
DB_NAME: "type",
|
|
109
|
-
endPoint: "/api/admin/type/create",
|
|
110
|
-
schema: {
|
|
111
|
-
name: {
|
|
112
|
-
type: "text",
|
|
113
|
-
label: "Nama Kategori Produk",
|
|
114
|
-
validate: {
|
|
115
|
-
duplicate: !0
|
|
116
|
-
},
|
|
117
|
-
required: !0
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
modelName: {
|
|
123
|
-
type: "select",
|
|
124
|
-
label: "Model",
|
|
125
|
-
required: !0,
|
|
126
|
-
DB_NAME: "model",
|
|
127
|
-
options: {
|
|
128
|
-
DB_NAME: "model",
|
|
129
|
-
valueKey: "name"
|
|
130
|
-
},
|
|
131
|
-
baseKey: {
|
|
132
|
-
base: "modelId",
|
|
133
|
-
name: "name"
|
|
134
|
-
},
|
|
135
|
-
withCreate: {
|
|
136
|
-
DB_NAME: "model",
|
|
137
|
-
endPoint: "/api/admin/model/create",
|
|
138
|
-
schema: {
|
|
139
|
-
name: {
|
|
140
|
-
type: "text",
|
|
141
|
-
label: "Nama Model Produk",
|
|
142
|
-
validate: {
|
|
143
|
-
duplicate: !0
|
|
144
|
-
},
|
|
145
|
-
required: !0
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
},
|
|
150
|
-
description: {
|
|
151
|
-
type: "textArea",
|
|
152
|
-
label: "Description"
|
|
153
|
-
},
|
|
154
|
-
price: {
|
|
155
|
-
type: "currency",
|
|
156
|
-
label: "Harga",
|
|
157
|
-
required: !0
|
|
158
|
-
},
|
|
159
|
-
image: {
|
|
160
|
-
type: "image",
|
|
161
|
-
label: "Gambar Produk",
|
|
162
|
-
validate: {
|
|
163
|
-
maxSize: 1048,
|
|
164
|
-
ratio: {
|
|
165
|
-
Width: 3,
|
|
166
|
-
Height: 2
|
|
167
|
-
}
|
|
168
|
-
},
|
|
169
|
-
required: !0
|
|
170
|
-
},
|
|
171
|
-
optionGroupSchema: {
|
|
172
|
-
label: "Pilihan Tipe Barang",
|
|
173
|
-
typeDesign: "cekbox",
|
|
174
|
-
type: "optionGroupSchema",
|
|
175
|
-
options: {
|
|
176
|
-
"Input Ukuran Produk?": {
|
|
177
|
-
sizeX: {
|
|
178
|
-
type: "number",
|
|
179
|
-
label: "Panjang Produk",
|
|
180
|
-
required: !0
|
|
181
|
-
},
|
|
182
|
-
sizeY: {
|
|
183
|
-
type: "number",
|
|
184
|
-
label: "Lebar Produk",
|
|
185
|
-
required: !0
|
|
186
|
-
},
|
|
187
|
-
sizeZ: {
|
|
188
|
-
type: "number",
|
|
189
|
-
label: "Tebal Produk",
|
|
190
|
-
required: !1
|
|
191
|
-
},
|
|
192
|
-
unitOfMeasure: {
|
|
193
|
-
type: "select",
|
|
194
|
-
label: "Satuan Ukuran",
|
|
195
|
-
options: ["cm", "m", "inch", "feet", "yard"],
|
|
196
|
-
optionsView: ["Sentimeter", "Meter", "Inci", "Kaki", "Yard"],
|
|
197
|
-
required: !0
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"Input Dimensi Produk?": {
|
|
201
|
-
dimensions: {
|
|
202
|
-
type: "number",
|
|
203
|
-
label: "Dimensi Produk",
|
|
204
|
-
required: !0
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
endPoints: {
|
|
213
|
-
create: "/api/admin/tool/create",
|
|
214
|
-
update: "/api/admin/tool/update",
|
|
215
|
-
delete: "/api/admin/tool/delete/:id",
|
|
216
|
-
deleteMany: "/api/admin/tool/delete"
|
|
217
|
-
}
|
|
218
|
-
}, b = {
|
|
219
|
-
keys: {
|
|
220
|
-
idKey: "id",
|
|
221
|
-
idsKey: "ids"
|
|
222
|
-
},
|
|
223
|
-
base: {
|
|
224
|
-
source: {
|
|
225
|
-
DB_NAME: "type",
|
|
226
|
-
connect: [
|
|
227
|
-
{
|
|
228
|
-
key: "id",
|
|
229
|
-
DB_NAME: "tools",
|
|
230
|
-
connectKey: "typeId"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
key: "id",
|
|
234
|
-
DB_NAME: "subTool",
|
|
235
|
-
connectKey: "typeId"
|
|
236
|
-
}
|
|
237
|
-
]
|
|
238
|
-
},
|
|
239
|
-
lang: "id",
|
|
240
|
-
dataTabelDisplay: {
|
|
241
|
-
Nama: "name",
|
|
242
|
-
"Terhubung Dengan Produk": "tools.name",
|
|
243
|
-
"Sub Barang yang terhubung": "subTool.name"
|
|
244
|
-
},
|
|
245
|
-
schema: {
|
|
246
|
-
global: {
|
|
247
|
-
name: {
|
|
248
|
-
type: "text",
|
|
249
|
-
label: "Nama Kategori Produk",
|
|
250
|
-
validate: {
|
|
251
|
-
duplicate: !0
|
|
252
|
-
},
|
|
253
|
-
required: !0
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
},
|
|
258
|
-
endPoints: {
|
|
259
|
-
create: "/api/admin/type/create",
|
|
260
|
-
update: "/api/admin/type/update",
|
|
261
|
-
delete: "/api/admin/type/delete/:id",
|
|
262
|
-
deleteMany: "/api/admin/type/delete"
|
|
263
|
-
}
|
|
264
|
-
}, g = {
|
|
265
|
-
keys: {
|
|
266
|
-
idKey: "id",
|
|
267
|
-
idsKey: "ids"
|
|
268
|
-
},
|
|
269
|
-
base: {
|
|
270
|
-
source: {
|
|
271
|
-
DB_NAME: "color",
|
|
272
|
-
connect: [
|
|
273
|
-
{
|
|
274
|
-
key: "id",
|
|
275
|
-
DB_NAME: "subTool",
|
|
276
|
-
connectKey: "images.colorToolsId"
|
|
277
|
-
}
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
lang: "id",
|
|
281
|
-
dataTabelDisplay: {
|
|
282
|
-
Nama: "name",
|
|
283
|
-
"Opsi pilih warna": "options",
|
|
284
|
-
Warna: "colors",
|
|
285
|
-
"Sub Barang yang tehubung": "subTool.name"
|
|
286
|
-
},
|
|
287
|
-
schema: {
|
|
288
|
-
global: {
|
|
289
|
-
name: {
|
|
290
|
-
type: "text",
|
|
291
|
-
label: "Nama Grup Warna",
|
|
292
|
-
validate: {
|
|
293
|
-
duplicate: !0
|
|
294
|
-
},
|
|
295
|
-
required: !0
|
|
296
|
-
},
|
|
297
|
-
options: {
|
|
298
|
-
type: "number",
|
|
299
|
-
label: "Opsi memilih warna",
|
|
300
|
-
required: !0,
|
|
301
|
-
validate: {
|
|
302
|
-
min: 1,
|
|
303
|
-
max: 10,
|
|
304
|
-
integer: !0
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
colors: {
|
|
308
|
-
type: "color",
|
|
309
|
-
label: "Pilih Warna",
|
|
310
|
-
required: !0
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
endPoints: {
|
|
316
|
-
create: "/api/admin/tool/color/create",
|
|
317
|
-
update: "/api/admin/tool/color/update",
|
|
318
|
-
delete: "/api/admin/tool/color/delete/:id",
|
|
319
|
-
deleteMany: "/api/admin/tool/color/delete"
|
|
320
|
-
}
|
|
321
|
-
}, D = {
|
|
322
|
-
keys: {
|
|
323
|
-
idKey: "id",
|
|
324
|
-
idsKey: "ids"
|
|
325
|
-
},
|
|
326
|
-
base: {
|
|
327
|
-
source: {
|
|
328
|
-
DB_NAME: "subTool",
|
|
329
|
-
connect: [
|
|
330
|
-
{
|
|
331
|
-
key: "toolsId",
|
|
332
|
-
DB_NAME: "tools",
|
|
333
|
-
connectKey: "id"
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
key: "modelId",
|
|
337
|
-
DB_NAME: "model",
|
|
338
|
-
connectKey: "id"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
key: "typeId",
|
|
342
|
-
DB_NAME: "type",
|
|
343
|
-
connectKey: "id"
|
|
344
|
-
}
|
|
345
|
-
]
|
|
346
|
-
},
|
|
347
|
-
dataTabelDisplay: {
|
|
348
|
-
Nama: "name",
|
|
349
|
-
Harga: "price",
|
|
350
|
-
Deskripsi: "description",
|
|
351
|
-
"🔗 Produk": "tools.name",
|
|
352
|
-
"🔗 Model": "model.name",
|
|
353
|
-
"🔗 Kategori": "type.name",
|
|
354
|
-
"Gambar Sub Produk": "images.image"
|
|
355
|
-
},
|
|
356
|
-
lang: "id",
|
|
357
|
-
schema: {
|
|
358
|
-
global: {
|
|
359
|
-
name: { type: "text", label: "Nama", required: !0 },
|
|
360
|
-
price: {
|
|
361
|
-
type: "number",
|
|
362
|
-
label: "Harga",
|
|
363
|
-
required: !0
|
|
364
|
-
},
|
|
365
|
-
description: { type: "textArea", label: "Deskripsi", required: !1 },
|
|
366
|
-
optionGroupSchema: {
|
|
367
|
-
label: "Pilihan Sub Produk Untuk ?",
|
|
368
|
-
typeDesign: "cekbox",
|
|
369
|
-
type: "optionGroupSchema",
|
|
370
|
-
required: !0,
|
|
371
|
-
options: {
|
|
372
|
-
"Tautkan dengan Kategori": {
|
|
373
|
-
typeName: {
|
|
374
|
-
type: "select",
|
|
375
|
-
label: "Sub Produk untuk Kategory",
|
|
376
|
-
DB_NAME: "type",
|
|
377
|
-
baseKey: {
|
|
378
|
-
base: "typeId",
|
|
379
|
-
name: "name"
|
|
380
|
-
},
|
|
381
|
-
options: {
|
|
382
|
-
DB_NAME: "type",
|
|
383
|
-
valueKey: "name"
|
|
384
|
-
},
|
|
385
|
-
required: !0
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
"Tautkan dengan Model": {
|
|
389
|
-
modelName: {
|
|
390
|
-
type: "select",
|
|
391
|
-
label: "Sub Produk untuk Model",
|
|
392
|
-
DB_NAME: "model",
|
|
393
|
-
baseKey: {
|
|
394
|
-
base: "modelId",
|
|
395
|
-
name: "name"
|
|
396
|
-
},
|
|
397
|
-
options: {
|
|
398
|
-
DB_NAME: "model",
|
|
399
|
-
valueKey: "name"
|
|
400
|
-
},
|
|
401
|
-
required: !0
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
"Tautkan dengan Produk": {
|
|
405
|
-
toolName: {
|
|
406
|
-
type: "select",
|
|
407
|
-
label: "Sub Produk untuk Produk",
|
|
408
|
-
DB_NAME: "tools",
|
|
409
|
-
baseKey: {
|
|
410
|
-
base: "toolsId",
|
|
411
|
-
name: "name"
|
|
412
|
-
},
|
|
413
|
-
options: {
|
|
414
|
-
DB_NAME: "tools",
|
|
415
|
-
valueKey: "name"
|
|
416
|
-
},
|
|
417
|
-
required: !0
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
},
|
|
422
|
-
images: {
|
|
423
|
-
type: "arrayObject",
|
|
424
|
-
label: "List Sub Gambar",
|
|
425
|
-
endPoint: {
|
|
426
|
-
deleteMany: "/api/admin/tool/sub/sti/delete"
|
|
427
|
-
},
|
|
428
|
-
required: !0,
|
|
429
|
-
schema: {
|
|
430
|
-
name: { type: "text", label: "Nama Gambar", required: !0 },
|
|
431
|
-
optionGroupSchema: {
|
|
432
|
-
label: "Pilihan Type Warna",
|
|
433
|
-
typeDesign: "select",
|
|
434
|
-
type: "optionGroupSchema",
|
|
435
|
-
required: !0,
|
|
436
|
-
options: {
|
|
437
|
-
"Tautkan Dengan Grup Warna": {
|
|
438
|
-
colorToolsId: {
|
|
439
|
-
type: "select",
|
|
440
|
-
label: "Pilih Grup Warna",
|
|
441
|
-
options: {
|
|
442
|
-
DB_NAME: "color",
|
|
443
|
-
valueKey: "id",
|
|
444
|
-
viewKey: "name"
|
|
445
|
-
},
|
|
446
|
-
withCreate: {
|
|
447
|
-
DB_NAME: "color",
|
|
448
|
-
endPoint: "/api/admin/tool/color/create",
|
|
449
|
-
schema: {
|
|
450
|
-
name: {
|
|
451
|
-
type: "text",
|
|
452
|
-
label: "Nama Grup Warna",
|
|
453
|
-
validate: { duplicate: !0 },
|
|
454
|
-
required: !0
|
|
455
|
-
},
|
|
456
|
-
options: {
|
|
457
|
-
type: "number",
|
|
458
|
-
label: "Opsi memilih warna",
|
|
459
|
-
required: !0
|
|
460
|
-
},
|
|
461
|
-
colors: {
|
|
462
|
-
type: "color",
|
|
463
|
-
label: "Pilih Warna",
|
|
464
|
-
required: !0
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
optionsIsNumber: !0,
|
|
469
|
-
required: !0
|
|
470
|
-
}
|
|
471
|
-
},
|
|
472
|
-
"Warna Tetap": {
|
|
473
|
-
colors: {
|
|
474
|
-
type: "color",
|
|
475
|
-
label: "Pilih Warna",
|
|
476
|
-
required: !0
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
},
|
|
481
|
-
image: {
|
|
482
|
-
type: "image",
|
|
483
|
-
label: "Gambar Sub Produk",
|
|
484
|
-
validate: {
|
|
485
|
-
maxSize: 1048,
|
|
486
|
-
ratio: {
|
|
487
|
-
Width: 1,
|
|
488
|
-
Height: 1
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
required: !0
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
endPoints: {
|
|
499
|
-
create: "/api/admin/tool/sub/create",
|
|
500
|
-
update: "/api/admin/tool/sub/update",
|
|
501
|
-
delete: "/api/admin/tool/sub/delete/:id",
|
|
502
|
-
deleteMany: "/api/admin/tool/sub/delete"
|
|
503
|
-
}
|
|
504
|
-
}, h = {
|
|
505
|
-
keys: {
|
|
506
|
-
idKey: "id",
|
|
507
|
-
idsKey: "ids"
|
|
508
|
-
},
|
|
509
|
-
base: {
|
|
510
|
-
source: {
|
|
511
|
-
DB_NAME: "model",
|
|
512
|
-
connect: [
|
|
513
|
-
{
|
|
514
|
-
key: "id",
|
|
515
|
-
DB_NAME: "tools",
|
|
516
|
-
connectKey: "modelId"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
key: "id",
|
|
520
|
-
DB_NAME: "subTool",
|
|
521
|
-
connectKey: "modelId"
|
|
522
|
-
}
|
|
523
|
-
]
|
|
524
|
-
},
|
|
525
|
-
dataTabelDisplay: {
|
|
526
|
-
Nama: "name",
|
|
527
|
-
"Terhubung Dengan Produk": "tools.name",
|
|
528
|
-
"Sub Barang yang terhubung": "subTool.name"
|
|
529
|
-
},
|
|
530
|
-
lang: "id",
|
|
531
|
-
schema: {
|
|
532
|
-
global: {
|
|
533
|
-
name: {
|
|
534
|
-
type: "text",
|
|
535
|
-
label: "Nama Kategori Produk",
|
|
536
|
-
validate: {
|
|
537
|
-
duplicate: !0
|
|
538
|
-
},
|
|
539
|
-
required: !0
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
endPoints: {
|
|
545
|
-
create: "/api/admin/model/create",
|
|
546
|
-
update: "/api/admin/model/update",
|
|
547
|
-
delete: "/api/admin/model/delete/:id",
|
|
548
|
-
deleteMany: "/api/admin/model/delete"
|
|
549
|
-
}
|
|
550
|
-
}, k = {
|
|
551
|
-
keys: {
|
|
552
|
-
idKey: "id",
|
|
553
|
-
idsKey: "ids"
|
|
554
|
-
},
|
|
555
|
-
base: {
|
|
556
|
-
seoDisplay: "seoScore",
|
|
557
|
-
source: {
|
|
558
|
-
DB_NAME: "news"
|
|
559
|
-
},
|
|
560
|
-
dataTabelDisplay: {
|
|
561
|
-
Judul: "title",
|
|
562
|
-
"Gambar Berita": { valueKey: "image", type: "image" },
|
|
563
|
-
Berita: "news",
|
|
564
|
-
tags: { valueKey: "seo.tag", type: "tag" }
|
|
565
|
-
},
|
|
566
|
-
lang: "id",
|
|
567
|
-
schema: {
|
|
568
|
-
SeoDisplay: {
|
|
569
|
-
scorePath: "seoScore",
|
|
570
|
-
analysisPath: "seoAnalysis",
|
|
571
|
-
contentType: "article",
|
|
572
|
-
meta: {
|
|
573
|
-
description: "meta.description",
|
|
574
|
-
title: "meta.title",
|
|
575
|
-
focusKeyword: "meta.focusKeyword"
|
|
576
|
-
},
|
|
577
|
-
content: {
|
|
578
|
-
body: "news",
|
|
579
|
-
image: "image",
|
|
580
|
-
tags: "seo.tag",
|
|
581
|
-
author: "author"
|
|
582
|
-
},
|
|
583
|
-
social: {
|
|
584
|
-
ogTitle: "meta.title",
|
|
585
|
-
ogDescription: "meta.description",
|
|
586
|
-
ogImage: "image"
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
|
-
global: {
|
|
590
|
-
title: {
|
|
591
|
-
type: "text",
|
|
592
|
-
label: "Judul Berita",
|
|
593
|
-
validate: {
|
|
594
|
-
duplicate: !0
|
|
595
|
-
},
|
|
596
|
-
required: !0
|
|
597
|
-
},
|
|
598
|
-
image: {
|
|
599
|
-
type: "image",
|
|
600
|
-
label: "Gambar Berita",
|
|
601
|
-
watermark: {
|
|
602
|
-
url: "upload",
|
|
603
|
-
position: "bottom-right",
|
|
604
|
-
transparant: 50
|
|
605
|
-
},
|
|
606
|
-
validate: {
|
|
607
|
-
maxSize: 2048,
|
|
608
|
-
allowedTypes: ["jpeg", "png", "jpg"]
|
|
609
|
-
},
|
|
610
|
-
required: !0
|
|
611
|
-
},
|
|
612
|
-
altImage: {
|
|
613
|
-
type: "text",
|
|
614
|
-
label: "Alt Gambar Berita",
|
|
615
|
-
required: !1
|
|
616
|
-
},
|
|
617
|
-
news: {
|
|
618
|
-
type: "quillEditor",
|
|
619
|
-
label: "Berita",
|
|
620
|
-
required: !0
|
|
621
|
-
},
|
|
622
|
-
seo: {
|
|
623
|
-
type: "object",
|
|
624
|
-
label: "Konfigurasi SEO",
|
|
625
|
-
schema: {
|
|
626
|
-
metaTitle: {
|
|
627
|
-
type: "text",
|
|
628
|
-
label: "Meta Title (Google)",
|
|
629
|
-
placeholder: "Judul pendek max 60 char...",
|
|
630
|
-
required: !1
|
|
631
|
-
// Jika kosong, ambil dari Judul Berita utama
|
|
632
|
-
},
|
|
633
|
-
metaDescription: {
|
|
634
|
-
type: "textArea",
|
|
635
|
-
// Sebaiknya textarea, bukan text biasa
|
|
636
|
-
label: "Meta Description",
|
|
637
|
-
required: !1,
|
|
638
|
-
validate: {
|
|
639
|
-
maxLength: 160
|
|
640
|
-
// Validasi panjang karakter
|
|
641
|
-
}
|
|
642
|
-
},
|
|
643
|
-
keywords: {
|
|
644
|
-
type: "text",
|
|
645
|
-
label: "Focus Keyword",
|
|
646
|
-
// Ubah label jadi Tunggal biar jelas
|
|
647
|
-
placeholder: "Kata kunci utama...",
|
|
648
|
-
required: !1
|
|
649
|
-
},
|
|
650
|
-
canonicalUrl: {
|
|
651
|
-
// Tambahan untuk Advanced SEO
|
|
652
|
-
type: "url",
|
|
653
|
-
label: "Canonical URL (Opsional)",
|
|
654
|
-
placeholder: "Isi jika ini konten duplikat/syndication",
|
|
655
|
-
required: !1
|
|
656
|
-
},
|
|
657
|
-
tag: {
|
|
658
|
-
type: "tag",
|
|
659
|
-
label: "Tags / Topik",
|
|
660
|
-
required: !1
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
required: !0
|
|
664
|
-
},
|
|
665
|
-
category: {
|
|
666
|
-
type: "text",
|
|
667
|
-
label: "Kategori",
|
|
668
|
-
required: !1
|
|
669
|
-
},
|
|
670
|
-
author: {
|
|
671
|
-
type: "text",
|
|
672
|
-
label: "Author",
|
|
673
|
-
required: !1
|
|
674
|
-
},
|
|
675
|
-
source: {
|
|
676
|
-
type: "arrayObject",
|
|
677
|
-
label: "Daftar Referensi",
|
|
678
|
-
schema: {
|
|
679
|
-
category: {
|
|
680
|
-
type: "select",
|
|
681
|
-
label: "Jenis Sumber",
|
|
682
|
-
options: ["Buku", "Jurnal", "Berita/Artikel Web"],
|
|
683
|
-
required: !0
|
|
684
|
-
},
|
|
685
|
-
name: {
|
|
686
|
-
type: "text",
|
|
687
|
-
label: "Judul (Buku/Artikel/Jurnal)",
|
|
688
|
-
required: !0
|
|
689
|
-
},
|
|
690
|
-
author: {
|
|
691
|
-
// Penting untuk Buku & Jurnal
|
|
692
|
-
type: "text",
|
|
693
|
-
label: "Penulis / Kontributor",
|
|
694
|
-
required: !1
|
|
695
|
-
},
|
|
696
|
-
url: {
|
|
697
|
-
type: "url",
|
|
698
|
-
label: "Link (Kosongkan jika Buku Fisik)",
|
|
699
|
-
required: !1
|
|
700
|
-
// Diubah jadi false agar buku fisik bisa masuk
|
|
701
|
-
},
|
|
702
|
-
identifier: {
|
|
703
|
-
// Untuk ISBN (Buku) atau DOI (Jurnal)
|
|
704
|
-
type: "text",
|
|
705
|
-
label: "Identitas Tambahan (ISBN/DOI/Penerbit)",
|
|
706
|
-
required: !1
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
required: !1
|
|
710
|
-
},
|
|
711
|
-
orderCode: {
|
|
712
|
-
type: "select",
|
|
713
|
-
label: "Terhubung dengan Pesanan",
|
|
714
|
-
options: {
|
|
715
|
-
DB_NAME: "rate",
|
|
716
|
-
valueKey: "orderCode"
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
show: {
|
|
720
|
-
type: "toggle",
|
|
721
|
-
label: "Tampilkan Berita",
|
|
722
|
-
value: !0
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
},
|
|
727
|
-
endPoints: {
|
|
728
|
-
create: "/api/admin/news/create",
|
|
729
|
-
update: "/api/admin/news/update",
|
|
730
|
-
delete: "/api/admin/news/delete/:id",
|
|
731
|
-
deleteMany: "/api/admin/news/delete"
|
|
732
|
-
}
|
|
733
|
-
}, q = {
|
|
734
|
-
keys: {
|
|
735
|
-
idKey: "id",
|
|
736
|
-
idsKey: "ids"
|
|
737
|
-
},
|
|
738
|
-
base: {
|
|
739
|
-
source: {
|
|
740
|
-
DB_NAME: "promo"
|
|
741
|
-
},
|
|
742
|
-
dataTabelDisplay: {
|
|
743
|
-
Judul: "title",
|
|
744
|
-
"Gambar Promo": "image",
|
|
745
|
-
Deskripsi: "description",
|
|
746
|
-
Mulai: "promoStartDate",
|
|
747
|
-
Selesai: "promoEndDate",
|
|
748
|
-
"Tipe Promo": "type"
|
|
749
|
-
},
|
|
750
|
-
lang: "id",
|
|
751
|
-
schema: {
|
|
752
|
-
global: {
|
|
753
|
-
title: {
|
|
754
|
-
type: "text",
|
|
755
|
-
label: "Judul Promo",
|
|
756
|
-
validate: {
|
|
757
|
-
duplicate: !0,
|
|
758
|
-
maxLength: 50
|
|
759
|
-
},
|
|
760
|
-
required: !0
|
|
761
|
-
},
|
|
762
|
-
image: {
|
|
763
|
-
type: "image",
|
|
764
|
-
label: "Gambar Promo",
|
|
765
|
-
required: !0,
|
|
766
|
-
validate: {
|
|
767
|
-
maxSize: 2048,
|
|
768
|
-
allowedTypes: ["jpeg", "png", "jpg"],
|
|
769
|
-
ratio: {
|
|
770
|
-
Width: 13,
|
|
771
|
-
Height: 6
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
description: {
|
|
776
|
-
type: "textArea",
|
|
777
|
-
label: "Deskripsi Promo",
|
|
778
|
-
required: !0,
|
|
779
|
-
validate: {
|
|
780
|
-
maxLength: 300
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
keywords: {
|
|
784
|
-
type: "tag",
|
|
785
|
-
label: "Kata Kunci Promo",
|
|
786
|
-
required: !1
|
|
787
|
-
},
|
|
788
|
-
tags: {
|
|
789
|
-
type: "tag",
|
|
790
|
-
label: "Tags Promo",
|
|
791
|
-
required: !1
|
|
792
|
-
},
|
|
793
|
-
couponCode: {
|
|
794
|
-
type: "text",
|
|
795
|
-
label: "Kode Coupon",
|
|
796
|
-
required: !1
|
|
797
|
-
},
|
|
798
|
-
type: {
|
|
799
|
-
type: "optionGroupSchema",
|
|
800
|
-
label: "Tipe Promo",
|
|
801
|
-
typeDesign: "select",
|
|
802
|
-
required: !0,
|
|
803
|
-
withValue: !0,
|
|
804
|
-
optionsLabels: {
|
|
805
|
-
DISCOUNT: "Diskon",
|
|
806
|
-
DAY_RENT: "Promo Sewa Harian",
|
|
807
|
-
FREE_SHIPPING: "Ongkir Gratis"
|
|
808
|
-
},
|
|
809
|
-
options: {
|
|
810
|
-
DISCOUNT: {
|
|
811
|
-
details: {
|
|
812
|
-
type: "object",
|
|
813
|
-
label: "Detail",
|
|
814
|
-
schema: {
|
|
815
|
-
discountModel: {
|
|
816
|
-
type: "optionGroupSchema",
|
|
817
|
-
label: "Tipe Diskon",
|
|
818
|
-
typeDesign: "select",
|
|
819
|
-
required: !0,
|
|
820
|
-
withValue: !0,
|
|
821
|
-
optionsLabels: {
|
|
822
|
-
RateDiscount: "Diskon Persen",
|
|
823
|
-
NominalDiscount: "Diskon Nominal"
|
|
824
|
-
},
|
|
825
|
-
options: {
|
|
826
|
-
RateDiscount: {
|
|
827
|
-
discount: {
|
|
828
|
-
type: "number",
|
|
829
|
-
label: "Diskon (%)",
|
|
830
|
-
required: !0
|
|
831
|
-
},
|
|
832
|
-
minPrice: {
|
|
833
|
-
type: "number",
|
|
834
|
-
label: "Minimal Total Harga",
|
|
835
|
-
required: !0
|
|
836
|
-
},
|
|
837
|
-
maximumDiscount: {
|
|
838
|
-
type: "number",
|
|
839
|
-
label: "Maksimal Diskon (Rp)",
|
|
840
|
-
required: !1
|
|
841
|
-
}
|
|
842
|
-
},
|
|
843
|
-
NominalDiscount: {
|
|
844
|
-
discount: {
|
|
845
|
-
type: "number",
|
|
846
|
-
label: "Diskon (Rp)",
|
|
847
|
-
required: !0
|
|
848
|
-
},
|
|
849
|
-
minPrice: {
|
|
850
|
-
type: "number",
|
|
851
|
-
label: "Minimal Total Harga",
|
|
852
|
-
required: !0
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
}
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
DAY_RENT: {
|
|
861
|
-
details: {
|
|
862
|
-
type: "object",
|
|
863
|
-
label: "Detail",
|
|
864
|
-
schema: {
|
|
865
|
-
discountModel: {
|
|
866
|
-
type: "optionGroupSchema",
|
|
867
|
-
label: "Tipe Diskon",
|
|
868
|
-
typeDesign: "select",
|
|
869
|
-
withValue: !0,
|
|
870
|
-
required: !0,
|
|
871
|
-
optionsLabels: {
|
|
872
|
-
RateDiscount: "Diskon Persen",
|
|
873
|
-
NominalDiscount: "Diskon Nominal"
|
|
874
|
-
},
|
|
875
|
-
options: {
|
|
876
|
-
RateDiscount: {
|
|
877
|
-
discount: {
|
|
878
|
-
type: "number",
|
|
879
|
-
label: "Diskon (%)",
|
|
880
|
-
required: !0
|
|
881
|
-
},
|
|
882
|
-
minPrice: {
|
|
883
|
-
type: "number",
|
|
884
|
-
label: "Minimal Total Harga",
|
|
885
|
-
required: !0
|
|
886
|
-
},
|
|
887
|
-
maximumDiscount: {
|
|
888
|
-
type: "number",
|
|
889
|
-
label: "Maksimal Diskon (Rp)",
|
|
890
|
-
required: !1
|
|
891
|
-
},
|
|
892
|
-
minDay: {
|
|
893
|
-
type: "number",
|
|
894
|
-
label: "Minimal Hari Sewa",
|
|
895
|
-
required: !0
|
|
896
|
-
}
|
|
897
|
-
},
|
|
898
|
-
NominalDiscount: {
|
|
899
|
-
discount: {
|
|
900
|
-
type: "number",
|
|
901
|
-
label: "Diskon (Rp)",
|
|
902
|
-
required: !0
|
|
903
|
-
},
|
|
904
|
-
minPrice: {
|
|
905
|
-
type: "number",
|
|
906
|
-
label: "Minimal Total Harga",
|
|
907
|
-
required: !0
|
|
908
|
-
},
|
|
909
|
-
minDay: {
|
|
910
|
-
type: "number",
|
|
911
|
-
label: "Minimal Hari Sewa",
|
|
912
|
-
required: !0
|
|
913
|
-
}
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
FREE_SHIPPING: {
|
|
921
|
-
details: {
|
|
922
|
-
type: "object",
|
|
923
|
-
label: "Detail",
|
|
924
|
-
schema: {
|
|
925
|
-
discountModel: {
|
|
926
|
-
type: "optionGroupSchema",
|
|
927
|
-
label: "Tipe Diskon",
|
|
928
|
-
typeDesign: "select",
|
|
929
|
-
required: !0,
|
|
930
|
-
withValue: !0,
|
|
931
|
-
optionsLabels: {
|
|
932
|
-
RateDiscount: "Diskon Persen",
|
|
933
|
-
NominalDiscount: "Diskon Nominal"
|
|
934
|
-
},
|
|
935
|
-
options: {
|
|
936
|
-
RateDiscount: {
|
|
937
|
-
discount: {
|
|
938
|
-
type: "number",
|
|
939
|
-
label: "Diskon (%)",
|
|
940
|
-
required: !0
|
|
941
|
-
},
|
|
942
|
-
minPrice: {
|
|
943
|
-
type: "number",
|
|
944
|
-
label: "Minimal Total Harga",
|
|
945
|
-
required: !0
|
|
946
|
-
},
|
|
947
|
-
maximumDiscount: {
|
|
948
|
-
type: "number",
|
|
949
|
-
label: "Maksimal Diskon (Rp)",
|
|
950
|
-
required: !1
|
|
951
|
-
},
|
|
952
|
-
maxDistance: {
|
|
953
|
-
type: "number",
|
|
954
|
-
label: "Maksimal Jarak (Km)",
|
|
955
|
-
required: !0
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
NominalDiscount: {
|
|
959
|
-
discount: {
|
|
960
|
-
type: "number",
|
|
961
|
-
label: "Diskon (Rp)",
|
|
962
|
-
required: !0
|
|
963
|
-
},
|
|
964
|
-
minPrice: {
|
|
965
|
-
type: "number",
|
|
966
|
-
label: "Minimal Total Harga",
|
|
967
|
-
required: !0
|
|
968
|
-
},
|
|
969
|
-
maxDistance: {
|
|
970
|
-
type: "number",
|
|
971
|
-
label: "Maksimal Jarak (Km)",
|
|
972
|
-
required: !0
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
promoStartDate: {
|
|
983
|
-
type: "dateTime",
|
|
984
|
-
label: "Tanggal Mulai Promo",
|
|
985
|
-
required: !1,
|
|
986
|
-
outputFormat: "utc"
|
|
987
|
-
},
|
|
988
|
-
promoEndDate: {
|
|
989
|
-
type: "dateTime",
|
|
990
|
-
label: "Tanggal Selesai Promo",
|
|
991
|
-
required: !1,
|
|
992
|
-
outputFormat: "utc"
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
}
|
|
996
|
-
},
|
|
997
|
-
endPoints: {
|
|
998
|
-
create: "/api/admin/promo/create",
|
|
999
|
-
update: "/api/admin/promo/update",
|
|
1000
|
-
delete: "/api/admin/promo/delete/:id",
|
|
1001
|
-
deleteMany: "/api/admin/promo/delete"
|
|
1002
|
-
}
|
|
1003
|
-
}, P = {
|
|
1004
|
-
keys: {
|
|
1005
|
-
idKey: "id",
|
|
1006
|
-
idsKey: "ids"
|
|
1007
|
-
},
|
|
1008
|
-
base: {
|
|
1009
|
-
source: {
|
|
1010
|
-
DB_NAME: "QandA"
|
|
1011
|
-
},
|
|
1012
|
-
dataTabelDisplay: {
|
|
1013
|
-
judul: "title",
|
|
1014
|
-
Pertanyaan: "question",
|
|
1015
|
-
Jawaban: "answer"
|
|
1016
|
-
},
|
|
1017
|
-
lang: "id",
|
|
1018
|
-
schema: {
|
|
1019
|
-
global: {
|
|
1020
|
-
category: {
|
|
1021
|
-
type: "text",
|
|
1022
|
-
label: "Kategori",
|
|
1023
|
-
required: !0
|
|
1024
|
-
},
|
|
1025
|
-
question: {
|
|
1026
|
-
type: "textArea",
|
|
1027
|
-
label: "Pertanyaan",
|
|
1028
|
-
required: !0
|
|
1029
|
-
},
|
|
1030
|
-
answer: {
|
|
1031
|
-
type: "textArea",
|
|
1032
|
-
label: "Jawaban",
|
|
1033
|
-
required: !0
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
}
|
|
1037
|
-
},
|
|
1038
|
-
endPoints: {
|
|
1039
|
-
create: "/api/admin/qanda/create",
|
|
1040
|
-
update: "/api/admin/qanda/update",
|
|
1041
|
-
delete: "/api/admin/qanda/delete/:id",
|
|
1042
|
-
deleteMany: "/api/admin/qanda/delete"
|
|
1043
|
-
}
|
|
1044
|
-
}, T = {
|
|
1045
|
-
feature: {
|
|
1046
|
-
createActive: !1,
|
|
1047
|
-
deleteActive: !1,
|
|
1048
|
-
updateActive: !0,
|
|
1049
|
-
displayActive: !0,
|
|
1050
|
-
searchQueryActive: !0
|
|
1051
|
-
},
|
|
1052
|
-
keys: {
|
|
1053
|
-
idKey: "id",
|
|
1054
|
-
idsKey: "ids"
|
|
1055
|
-
},
|
|
1056
|
-
base: {
|
|
1057
|
-
source: {
|
|
1058
|
-
DB_NAME: "page"
|
|
1059
|
-
},
|
|
1060
|
-
dataTabelDisplay: {
|
|
1061
|
-
Nama: "name",
|
|
1062
|
-
"Gambar Hero Halaman": "image",
|
|
1063
|
-
"Slug Halaman": "slug",
|
|
1064
|
-
Deskripsi: "description"
|
|
1065
|
-
},
|
|
1066
|
-
lang: "id",
|
|
1067
|
-
schema: {
|
|
1068
|
-
global: {
|
|
1069
|
-
name: {
|
|
1070
|
-
type: "text",
|
|
1071
|
-
label: "Nama Halaman",
|
|
1072
|
-
placeholder: "Masukkan nama halaman",
|
|
1073
|
-
validate: {
|
|
1074
|
-
duplicate: !0
|
|
1075
|
-
},
|
|
1076
|
-
required: !0
|
|
1077
|
-
},
|
|
1078
|
-
image: {
|
|
1079
|
-
type: "image",
|
|
1080
|
-
label: "Gambar Halaman",
|
|
1081
|
-
required: !0
|
|
1082
|
-
},
|
|
1083
|
-
slug: {
|
|
1084
|
-
type: "text",
|
|
1085
|
-
label: "Slug (URL)",
|
|
1086
|
-
placeholder: "contoh: /beranda",
|
|
1087
|
-
validate: {
|
|
1088
|
-
duplicate: !0
|
|
1089
|
-
},
|
|
1090
|
-
required: !0
|
|
1091
|
-
},
|
|
1092
|
-
description: {
|
|
1093
|
-
type: "textArea",
|
|
1094
|
-
label: "Deskripsi Singkat",
|
|
1095
|
-
placeholder: "Masukkan deskripsi singkat halaman",
|
|
1096
|
-
required: !0
|
|
1097
|
-
},
|
|
1098
|
-
active: {
|
|
1099
|
-
type: "toggle",
|
|
1100
|
-
label: "Tampilkan di Website",
|
|
1101
|
-
value: !0
|
|
1102
|
-
}
|
|
1103
|
-
}
|
|
1104
|
-
}
|
|
1105
|
-
},
|
|
1106
|
-
endPoints: {
|
|
1107
|
-
update: "/api/admin/page/update"
|
|
1108
|
-
}
|
|
1109
|
-
}, A = {
|
|
1110
|
-
keys: {
|
|
1111
|
-
idKey: "id",
|
|
1112
|
-
idsKey: "ids"
|
|
1113
|
-
},
|
|
1114
|
-
base: {
|
|
1115
|
-
source: {
|
|
1116
|
-
DB_NAME: "orders"
|
|
1117
|
-
},
|
|
1118
|
-
dataTabelDisplay: {
|
|
1119
|
-
"Nama Pelanggan": "customer",
|
|
1120
|
-
Status: "status",
|
|
1121
|
-
Acara: "eventDate",
|
|
1122
|
-
"Acara Selesai": "eventEnds",
|
|
1123
|
-
Total: { valueKey: "totalPrice", type: "currency" }
|
|
1124
|
-
},
|
|
1125
|
-
lang: "id",
|
|
1126
|
-
schema: {
|
|
1127
|
-
global: {
|
|
1128
|
-
customer: {
|
|
1129
|
-
type: "text",
|
|
1130
|
-
label: "Nama Pelanggan",
|
|
1131
|
-
required: !0
|
|
1132
|
-
},
|
|
1133
|
-
address: {
|
|
1134
|
-
type: "textArea",
|
|
1135
|
-
label: "Alamat",
|
|
1136
|
-
required: !0
|
|
1137
|
-
},
|
|
1138
|
-
phone: {
|
|
1139
|
-
type: "tel",
|
|
1140
|
-
label: "Nomor Telepon",
|
|
1141
|
-
required: !0
|
|
1142
|
-
},
|
|
1143
|
-
promoShippingCode: {
|
|
1144
|
-
type: "text",
|
|
1145
|
-
label: "Kode Promo",
|
|
1146
|
-
required: !1
|
|
1147
|
-
},
|
|
1148
|
-
promoDiscountCode: {
|
|
1149
|
-
type: "text",
|
|
1150
|
-
label: "Kode Diskon",
|
|
1151
|
-
required: !1
|
|
1152
|
-
},
|
|
1153
|
-
email: {
|
|
1154
|
-
type: "email",
|
|
1155
|
-
label: "Email"
|
|
1156
|
-
},
|
|
1157
|
-
orderTools: {
|
|
1158
|
-
type: "arrayObject",
|
|
1159
|
-
label: "Daftar Pesanan",
|
|
1160
|
-
schema: {
|
|
1161
|
-
toolId: {
|
|
1162
|
-
type: "select",
|
|
1163
|
-
label: "Nama Produk",
|
|
1164
|
-
DB_NAME: "tools",
|
|
1165
|
-
baseKey: {
|
|
1166
|
-
base: "toolId",
|
|
1167
|
-
name: "name"
|
|
1168
|
-
},
|
|
1169
|
-
options: {
|
|
1170
|
-
DB_NAME: "tools",
|
|
1171
|
-
valueKey: "name"
|
|
1172
|
-
},
|
|
1173
|
-
required: !0
|
|
1174
|
-
},
|
|
1175
|
-
quantity: {
|
|
1176
|
-
type: "number",
|
|
1177
|
-
label: "Jumlah",
|
|
1178
|
-
required: !0
|
|
1179
|
-
},
|
|
1180
|
-
accessories: {
|
|
1181
|
-
type: "arrayObject",
|
|
1182
|
-
label: "Aksesoris",
|
|
1183
|
-
schema: {
|
|
1184
|
-
subToolId: {
|
|
1185
|
-
type: "select",
|
|
1186
|
-
label: "Nama Aksesoris",
|
|
1187
|
-
DB_NAME: "subtool",
|
|
1188
|
-
baseKey: {
|
|
1189
|
-
base: "subToolId",
|
|
1190
|
-
name: "name"
|
|
1191
|
-
},
|
|
1192
|
-
options: {
|
|
1193
|
-
DB_NAME: "subtool",
|
|
1194
|
-
valueKey: "name"
|
|
1195
|
-
},
|
|
1196
|
-
required: !0
|
|
1197
|
-
},
|
|
1198
|
-
quantity: {
|
|
1199
|
-
type: "number",
|
|
1200
|
-
label: "Jumlah",
|
|
1201
|
-
required: !0
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1206
|
-
},
|
|
1207
|
-
distance: {
|
|
1208
|
-
type: "number",
|
|
1209
|
-
label: "Jarak (Km)",
|
|
1210
|
-
required: !1
|
|
1211
|
-
},
|
|
1212
|
-
image: {
|
|
1213
|
-
type: "image",
|
|
1214
|
-
label: "Gambar Jarak",
|
|
1215
|
-
required: !1
|
|
1216
|
-
},
|
|
1217
|
-
status: {
|
|
1218
|
-
type: "select",
|
|
1219
|
-
options: [
|
|
1220
|
-
"pending",
|
|
1221
|
-
"checkStok",
|
|
1222
|
-
"survey",
|
|
1223
|
-
"waitingDpPayment",
|
|
1224
|
-
"dpPaid",
|
|
1225
|
-
"installing",
|
|
1226
|
-
"eventOngoing",
|
|
1227
|
-
"eventEnds",
|
|
1228
|
-
"unloading",
|
|
1229
|
-
"waitingRepayment",
|
|
1230
|
-
"completed",
|
|
1231
|
-
"canceled",
|
|
1232
|
-
"failedPayment"
|
|
1233
|
-
],
|
|
1234
|
-
optionsView: [
|
|
1235
|
-
"Pending",
|
|
1236
|
-
"Check Stok",
|
|
1237
|
-
"Survey",
|
|
1238
|
-
"Waiting DP Payment",
|
|
1239
|
-
"DP Paid",
|
|
1240
|
-
"Installing",
|
|
1241
|
-
"Event Ongoing",
|
|
1242
|
-
"Event Ends",
|
|
1243
|
-
"Unloading",
|
|
1244
|
-
"Waiting Repayment",
|
|
1245
|
-
"Completed",
|
|
1246
|
-
"Canceled",
|
|
1247
|
-
"Failed Payment"
|
|
1248
|
-
],
|
|
1249
|
-
label: "Status",
|
|
1250
|
-
required: !0
|
|
1251
|
-
},
|
|
1252
|
-
eventDate: {
|
|
1253
|
-
type: "dateTime",
|
|
1254
|
-
label: "Tanggal Acara",
|
|
1255
|
-
required: !0
|
|
1256
|
-
},
|
|
1257
|
-
eventEnds: {
|
|
1258
|
-
type: "dateTime",
|
|
1259
|
-
label: "Tanggal Selesai",
|
|
1260
|
-
required: !0
|
|
1261
|
-
}
|
|
1262
|
-
}
|
|
1263
|
-
}
|
|
1264
|
-
},
|
|
1265
|
-
endPoints: {
|
|
1266
|
-
create: "/api/admin/order/create",
|
|
1267
|
-
update: "/api/admin/order/update",
|
|
1268
|
-
delete: "/api/admin/order/delete/:id",
|
|
1269
|
-
deleteMany: "/api/admin/order/delete"
|
|
1270
|
-
}
|
|
1271
|
-
}, S = {
|
|
1272
|
-
keys: {
|
|
1273
|
-
idKey: "id",
|
|
1274
|
-
idsKey: "ids"
|
|
1275
|
-
},
|
|
1276
|
-
base: {
|
|
1277
|
-
source: {
|
|
1278
|
-
fetchApi: {
|
|
1279
|
-
get: "/api/admin/order/income",
|
|
1280
|
-
getAll: "/api/admin/order/income"
|
|
1281
|
-
// autoRefresh: {
|
|
1282
|
-
// time: 60000
|
|
1283
|
-
// }
|
|
1284
|
-
}
|
|
1285
|
-
},
|
|
1286
|
-
lang: "id",
|
|
1287
|
-
dataTabelDisplay: {
|
|
1288
|
-
"Kode Pesanan": "order.orderCode",
|
|
1289
|
-
nominal: "pay",
|
|
1290
|
-
"Status Pembayaran": "status",
|
|
1291
|
-
"di Bayar": "createdAt",
|
|
1292
|
-
"di Acc": "updatedAt"
|
|
1293
|
-
},
|
|
1294
|
-
schema: {
|
|
1295
|
-
global: {
|
|
1296
|
-
orderId: {
|
|
1297
|
-
type: "select",
|
|
1298
|
-
label: "Kode Pesanan",
|
|
1299
|
-
required: !0,
|
|
1300
|
-
baseKey: {
|
|
1301
|
-
base: "orderId",
|
|
1302
|
-
name: "orderCode"
|
|
1303
|
-
},
|
|
1304
|
-
options: {
|
|
1305
|
-
DB_NAME: "orders",
|
|
1306
|
-
valueKey: "id",
|
|
1307
|
-
viewKey: "orderCode"
|
|
1308
|
-
},
|
|
1309
|
-
optionsIsNumber: !0
|
|
1310
|
-
},
|
|
1311
|
-
pay: {
|
|
1312
|
-
label: "Nominal",
|
|
1313
|
-
type: "number",
|
|
1314
|
-
required: !0
|
|
1315
|
-
},
|
|
1316
|
-
source: {
|
|
1317
|
-
label: "Sumber Pendapatan",
|
|
1318
|
-
type: "text"
|
|
1319
|
-
},
|
|
1320
|
-
image: {
|
|
1321
|
-
type: "image",
|
|
1322
|
-
label: "Bukti Pembayaran",
|
|
1323
|
-
required: !0
|
|
1324
|
-
},
|
|
1325
|
-
note: {
|
|
1326
|
-
type: "textArea",
|
|
1327
|
-
label: "Catatan"
|
|
1328
|
-
},
|
|
1329
|
-
status: {
|
|
1330
|
-
type: "select",
|
|
1331
|
-
options: ["pending", "paid", "failed", "canceled"],
|
|
1332
|
-
value: "paid",
|
|
1333
|
-
required: !0
|
|
1334
|
-
}
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
},
|
|
1338
|
-
customActions: [
|
|
1339
|
-
{
|
|
1340
|
-
key: "acceptPayment",
|
|
1341
|
-
label: "Acc Pembayaran",
|
|
1342
|
-
icon: '<span class="i-mdi:check-circle-outline inline-block align-middle text-md"/>',
|
|
1343
|
-
class: "bg-green-500 text-white text-md"
|
|
1344
|
-
}
|
|
1345
|
-
],
|
|
1346
|
-
endPoints: {
|
|
1347
|
-
create: "/api/admin/order/payment/create",
|
|
1348
|
-
update: "/api/admin/order/payment/update"
|
|
1349
|
-
}
|
|
1350
|
-
}, M = async (e) => {
|
|
1351
|
-
switch (e.key) {
|
|
1352
|
-
case "acceptPayment":
|
|
1353
|
-
try {
|
|
1354
|
-
if (e.item["Status Pembayaran"] === "paid")
|
|
1355
|
-
return {
|
|
1356
|
-
mode: "error",
|
|
1357
|
-
message: "Pembayaran Sudah Di ACC"
|
|
1358
|
-
};
|
|
1359
|
-
const a = {
|
|
1360
|
-
id: e.item.id,
|
|
1361
|
-
status: "paid"
|
|
1362
|
-
}, t = await r("/api/admin/order/payment/update/status", {
|
|
1363
|
-
method: "PATCH",
|
|
1364
|
-
headers: {
|
|
1365
|
-
"Content-Type": "application/json"
|
|
1366
|
-
},
|
|
1367
|
-
body: JSON.stringify(a)
|
|
1368
|
-
});
|
|
1369
|
-
if (!t.ok)
|
|
1370
|
-
return {
|
|
1371
|
-
mode: "error",
|
|
1372
|
-
message: "Gagal Mengupdate Status Pembayaran"
|
|
1373
|
-
};
|
|
1374
|
-
const i = await t.json();
|
|
1375
|
-
return await l("income", i.data), {
|
|
1376
|
-
mode: "success",
|
|
1377
|
-
message: "Status Pembayaran Berhasil Diupdate"
|
|
1378
|
-
};
|
|
1379
|
-
} catch (a) {
|
|
1380
|
-
return console.error(a), {
|
|
1381
|
-
mode: "error",
|
|
1382
|
-
message: "Terjadi Kesalahan"
|
|
1383
|
-
};
|
|
1384
|
-
}
|
|
1385
|
-
default:
|
|
1386
|
-
return {
|
|
1387
|
-
mode: "success",
|
|
1388
|
-
message: "Status Pembayaran Berhasil Diupdate"
|
|
1389
|
-
};
|
|
1390
|
-
}
|
|
1391
|
-
}, K = {
|
|
1392
|
-
keys: {
|
|
1393
|
-
idKey: "id",
|
|
1394
|
-
idsKey: "ids"
|
|
1395
|
-
},
|
|
1396
|
-
base: {
|
|
1397
|
-
source: {
|
|
1398
|
-
DB_NAME: "cqs"
|
|
1399
|
-
},
|
|
1400
|
-
lang: "id",
|
|
1401
|
-
dataTabelDisplay: {
|
|
1402
|
-
name: "name",
|
|
1403
|
-
subject: { valueKey: "subject", type: "select" },
|
|
1404
|
-
pertanyaan: "message",
|
|
1405
|
-
jawaban: "reply",
|
|
1406
|
-
publikasi: { valueKey: "published", type: "boolean" }
|
|
1407
|
-
},
|
|
1408
|
-
schema: {
|
|
1409
|
-
global: {
|
|
1410
|
-
name: {
|
|
1411
|
-
label: "Nama",
|
|
1412
|
-
type: "text",
|
|
1413
|
-
required: !0
|
|
1414
|
-
},
|
|
1415
|
-
phone: {
|
|
1416
|
-
label: "Telepon",
|
|
1417
|
-
type: "tel",
|
|
1418
|
-
required: !0
|
|
1419
|
-
},
|
|
1420
|
-
email: {
|
|
1421
|
-
label: "Email",
|
|
1422
|
-
type: "email",
|
|
1423
|
-
required: !0
|
|
1424
|
-
},
|
|
1425
|
-
subject: {
|
|
1426
|
-
label: "Subjek",
|
|
1427
|
-
type: "text",
|
|
1428
|
-
required: !0
|
|
1429
|
-
},
|
|
1430
|
-
message: {
|
|
1431
|
-
type: "textArea",
|
|
1432
|
-
label: "Pertanyaan",
|
|
1433
|
-
required: !0
|
|
1434
|
-
},
|
|
1435
|
-
reply: {
|
|
1436
|
-
label: "Jawaban",
|
|
1437
|
-
type: "textArea",
|
|
1438
|
-
required: !0
|
|
1439
|
-
}
|
|
1440
|
-
}
|
|
1441
|
-
}
|
|
1442
|
-
},
|
|
1443
|
-
endPoints: {
|
|
1444
|
-
create: "/api/admin/questions/create",
|
|
1445
|
-
update: "/api/admin/questions/update",
|
|
1446
|
-
delete: "/api/admin/questions/delete/:id",
|
|
1447
|
-
deleteMany: "/api/admin/questions/delete"
|
|
1448
|
-
}
|
|
1449
|
-
}, N = {
|
|
1450
|
-
keys: {
|
|
1451
|
-
idKey: "id",
|
|
1452
|
-
idsKey: "ids"
|
|
1453
|
-
},
|
|
1454
|
-
base: {
|
|
1455
|
-
source: {
|
|
1456
|
-
DB_NAME: "expenditure"
|
|
1457
|
-
},
|
|
1458
|
-
lang: "id",
|
|
1459
|
-
dataTabelDisplay: {
|
|
1460
|
-
pengeluaran: "pay",
|
|
1461
|
-
catatan: "note",
|
|
1462
|
-
"di Buat": "createdAt",
|
|
1463
|
-
"di Update": "updatedAt"
|
|
1464
|
-
},
|
|
1465
|
-
schema: {
|
|
1466
|
-
global: {
|
|
1467
|
-
pay: {
|
|
1468
|
-
label: "Nominal",
|
|
1469
|
-
type: "number",
|
|
1470
|
-
required: !0
|
|
1471
|
-
},
|
|
1472
|
-
note: {
|
|
1473
|
-
type: "textArea",
|
|
1474
|
-
label: "Catatan"
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1479
|
-
endPoints: {
|
|
1480
|
-
create: "/api/admin/expenditure/create",
|
|
1481
|
-
update: "/api/admin/expenditure/update",
|
|
1482
|
-
delete: "/api/admin/expenditure/delete/:id",
|
|
1483
|
-
deleteMany: "/api/admin/expenditure/delete"
|
|
1484
|
-
}
|
|
1485
|
-
}, x = {
|
|
1486
|
-
keys: {
|
|
1487
|
-
idKey: "id",
|
|
1488
|
-
idsKey: "ids"
|
|
1489
|
-
},
|
|
1490
|
-
base: {
|
|
1491
|
-
source: {
|
|
1492
|
-
DB_NAME: "service"
|
|
1493
|
-
},
|
|
1494
|
-
lang: "id",
|
|
1495
|
-
dataTabelDisplay: {
|
|
1496
|
-
Judul: "title",
|
|
1497
|
-
Gambar: "image",
|
|
1498
|
-
deskripsi: "description"
|
|
1499
|
-
},
|
|
1500
|
-
schema: {
|
|
1501
|
-
global: {
|
|
1502
|
-
title: {
|
|
1503
|
-
type: "text",
|
|
1504
|
-
label: "Judul",
|
|
1505
|
-
required: !0,
|
|
1506
|
-
validate: {
|
|
1507
|
-
maxLength: 20,
|
|
1508
|
-
minLength: 5,
|
|
1509
|
-
duplicate: !0
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
image: {
|
|
1513
|
-
type: "image",
|
|
1514
|
-
label: "Gambar",
|
|
1515
|
-
required: !0
|
|
1516
|
-
},
|
|
1517
|
-
description: {
|
|
1518
|
-
type: "textArea",
|
|
1519
|
-
label: "Deskripsi",
|
|
1520
|
-
required: !0,
|
|
1521
|
-
validate: {
|
|
1522
|
-
maxLength: 200,
|
|
1523
|
-
minLength: 10
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
|
-
endPoints: {
|
|
1530
|
-
create: "/api/admin/service/create",
|
|
1531
|
-
update: "/api/admin/service/update",
|
|
1532
|
-
delete: "/api/admin/service/delete/:id",
|
|
1533
|
-
deleteMany: "/api/admin/service/delete"
|
|
1534
|
-
}
|
|
1535
|
-
}, f = {
|
|
1536
|
-
keys: {
|
|
1537
|
-
idKey: "id",
|
|
1538
|
-
idsKey: "ids"
|
|
1539
|
-
},
|
|
1540
|
-
base: {
|
|
1541
|
-
source: {
|
|
1542
|
-
DB_NAME: "rate"
|
|
1543
|
-
},
|
|
1544
|
-
dataTabelDisplay: {
|
|
1545
|
-
"Code Pesanan": { valueKey: "orderCode", type: "text" },
|
|
1546
|
-
"Rating Kepuasan": { valueKey: "rate", type: "rate" }
|
|
1547
|
-
},
|
|
1548
|
-
lang: "id",
|
|
1549
|
-
schema: {
|
|
1550
|
-
global: {
|
|
1551
|
-
orderCode: {
|
|
1552
|
-
type: "select",
|
|
1553
|
-
label: "Terhubung dengan Pesanan",
|
|
1554
|
-
options: {
|
|
1555
|
-
DB_NAME: "orders",
|
|
1556
|
-
valueKey: "orderCode"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
photoCustomer: {
|
|
1560
|
-
type: "image",
|
|
1561
|
-
label: "Foto Customer",
|
|
1562
|
-
required: !1
|
|
1563
|
-
},
|
|
1564
|
-
photoProject: {
|
|
1565
|
-
type: "image",
|
|
1566
|
-
label: "Foto Proyek",
|
|
1567
|
-
required: !1
|
|
1568
|
-
},
|
|
1569
|
-
rate: {
|
|
1570
|
-
type: "rate",
|
|
1571
|
-
label: "Rating",
|
|
1572
|
-
required: !0,
|
|
1573
|
-
validate: {
|
|
1574
|
-
min: 1,
|
|
1575
|
-
max: 5
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
message: {
|
|
1579
|
-
type: "text",
|
|
1580
|
-
label: "Pesan",
|
|
1581
|
-
required: !1
|
|
1582
|
-
},
|
|
1583
|
-
published: {
|
|
1584
|
-
type: "toggle",
|
|
1585
|
-
label: "Diterbitkan",
|
|
1586
|
-
value: !1
|
|
1587
|
-
},
|
|
1588
|
-
newsPublished: {
|
|
1589
|
-
type: "toggle",
|
|
1590
|
-
label: "Diterbitkan di Berita",
|
|
1591
|
-
value: !1
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
endPoints: {
|
|
1597
|
-
create: "/api/admin/rate/create",
|
|
1598
|
-
update: "/api/admin/rate/update",
|
|
1599
|
-
delete: "/api/admin/rate/delete/:id",
|
|
1600
|
-
deleteMany: "/api/admin/rate/delete"
|
|
1601
|
-
}
|
|
1602
|
-
};
|
|
47
|
+
"tel",
|
|
48
|
+
"mapPicker"
|
|
49
|
+
], t = ["form", "news"];
|
|
1603
50
|
export {
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
U as PasswordInput,
|
|
1637
|
-
q as PromoSchema,
|
|
1638
|
-
P as QnASchema,
|
|
1639
|
-
z as RateInput,
|
|
1640
|
-
f as RateSchema,
|
|
1641
|
-
Ve as SafeHtml,
|
|
1642
|
-
V as SelectedOptions,
|
|
1643
|
-
x as ServiceSchema,
|
|
1644
|
-
D as SubToolSchema,
|
|
1645
|
-
Q as TIME_REGEX,
|
|
1646
|
-
Qe as TabelData,
|
|
51
|
+
u as AlertApp,
|
|
52
|
+
d as ArrayObjectInput,
|
|
53
|
+
m as BaseImage,
|
|
54
|
+
p as BaseLabel,
|
|
55
|
+
g as ColorInput,
|
|
56
|
+
I as CurrencyInput,
|
|
57
|
+
f as DATETIME_REGEX,
|
|
58
|
+
c as DATE_REGEX,
|
|
59
|
+
T as DateInput,
|
|
60
|
+
D as DateTimeInput,
|
|
61
|
+
x as EmailInput,
|
|
62
|
+
y as FieldDetailRenderer,
|
|
63
|
+
A as FileArrayInput,
|
|
64
|
+
E as FileInput,
|
|
65
|
+
b as FormFieldRenderer,
|
|
66
|
+
F as FormModal,
|
|
67
|
+
M as GroupRendererInput,
|
|
68
|
+
R as ImageArrayInput,
|
|
69
|
+
S as ImageInput,
|
|
70
|
+
B as ImagePreview,
|
|
71
|
+
e as ImageTypes,
|
|
72
|
+
h as Loader,
|
|
73
|
+
j as MapPicker,
|
|
74
|
+
v as ModalDetailData,
|
|
75
|
+
C as NumberInput,
|
|
76
|
+
O as ObjectInput,
|
|
77
|
+
w as PasswordInput,
|
|
78
|
+
G as RateInput,
|
|
79
|
+
L as SafeHtml,
|
|
80
|
+
N as SelectedOptions,
|
|
81
|
+
P as TIME_REGEX,
|
|
82
|
+
q as TabelData,
|
|
1647
83
|
X as TagInput,
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
se as
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
ge as
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
Re as toDateTimeString,
|
|
1709
|
-
je as toTimeOnly,
|
|
1710
|
-
He as unsetNested,
|
|
1711
|
-
l as updateItemInStore,
|
|
1712
|
-
Oe as validate
|
|
84
|
+
_ as TelInput,
|
|
85
|
+
k as TextAreaInput,
|
|
86
|
+
K as TextAreaQuillInput,
|
|
87
|
+
U as TextInput,
|
|
88
|
+
V as TimeInput,
|
|
89
|
+
z as ToggleInput,
|
|
90
|
+
H as Tooltip,
|
|
91
|
+
Q as UrlInput,
|
|
92
|
+
W as WarningForm,
|
|
93
|
+
Z as calculateSeo,
|
|
94
|
+
he as clearStore,
|
|
95
|
+
je as configureIndexedDB,
|
|
96
|
+
J as defaultEndpoints,
|
|
97
|
+
Y as defaultFeatureToggles,
|
|
98
|
+
$ as defaultKeys,
|
|
99
|
+
ee as defaultManualControl,
|
|
100
|
+
o as defaultMessagesErrorRequired,
|
|
101
|
+
ae as defaultPagination,
|
|
102
|
+
te as defaultSubmitAuth,
|
|
103
|
+
i as defaultTextLabelsMap,
|
|
104
|
+
se as defaultValidation,
|
|
105
|
+
ve as deleteItemFromStore,
|
|
106
|
+
re as deleteNestedAndCleanup,
|
|
107
|
+
oe as emailRegex,
|
|
108
|
+
a as fieldTypes,
|
|
109
|
+
t as formDesign,
|
|
110
|
+
ie as formatDate,
|
|
111
|
+
ne as formatDateTime,
|
|
112
|
+
le as formatTime,
|
|
113
|
+
ue as gcd,
|
|
114
|
+
de as getClientLocaleAndTimeZone,
|
|
115
|
+
me as getCommonRatio,
|
|
116
|
+
Ce as getFromIndexedDB,
|
|
117
|
+
Oe as getItemById,
|
|
118
|
+
pe as getMessage,
|
|
119
|
+
ge as getNested,
|
|
120
|
+
we as getSingleFromIndexedDB,
|
|
121
|
+
Ie as hasAnyError,
|
|
122
|
+
n as inputMessages,
|
|
123
|
+
fe as isSameMessage,
|
|
124
|
+
Ge as isStoreArray,
|
|
125
|
+
ce as normalizeKey,
|
|
126
|
+
Xe as registerErrorMessageRequired,
|
|
127
|
+
_e as registerInputMessages,
|
|
128
|
+
ke as registerLanguage,
|
|
129
|
+
Le as removeFromIndexedDB,
|
|
130
|
+
Te as safeValidate,
|
|
131
|
+
Ne as saveToIndexedDB,
|
|
132
|
+
Ue as secureFetch,
|
|
133
|
+
De as setNested,
|
|
134
|
+
xe as setUID,
|
|
135
|
+
ye as simplifyRatio,
|
|
136
|
+
Ae as submitData,
|
|
137
|
+
Ee as telRegex,
|
|
138
|
+
be as toDateOnly,
|
|
139
|
+
Fe as toDateTimeString,
|
|
140
|
+
Me as toTimeOnly,
|
|
141
|
+
Re as unsetNested,
|
|
142
|
+
Pe as updateItemInStore,
|
|
143
|
+
Se as validate
|
|
1713
144
|
};
|