@tsed/tailwind-formio 2.3.2 → 3.0.0-alpha.1
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/build/config.1e3fca3e.json +1 -0
- package/build/css/app.a4ea028b.css +3 -0
- package/build/js/app.5db1c92a.js +2 -0
- package/build/js/app.5db1c92a.js.map +1 -0
- package/build/js/chunk-vendors.6cab5322.js +8 -0
- package/build/js/chunk-vendors.6cab5322.js.map +1 -0
- package/build/tailwind.html +3 -0
- package/dist/ejs.d.js +2 -0
- package/dist/ejs.d.js.map +1 -0
- package/dist/index.d.ts +222 -222
- package/dist/index.js +6 -2018
- package/dist/index.js.map +1 -1
- package/dist/tailwind/colors.d.ts +328 -0
- package/dist/tailwind/colors.js +15 -0
- package/dist/tailwind/colors.js.map +1 -0
- package/dist/tailwind/preset.d.ts +158 -0
- package/dist/tailwind/preset.js +173 -0
- package/dist/tailwind/preset.js.map +1 -0
- package/dist/templates/index.d.ts +219 -219
- package/dist/templates/index.js +8 -0
- package/dist/templates/index.js.map +1 -0
- package/dist/templates/tailwind/address/index.d.ts +4 -5
- package/dist/templates/tailwind/address/index.js +55 -0
- package/dist/templates/tailwind/address/index.js.map +1 -0
- package/dist/templates/tailwind/alert/index.d.ts +4 -5
- package/dist/templates/tailwind/alert/index.js +22 -0
- package/dist/templates/tailwind/alert/index.js.map +1 -0
- package/dist/templates/tailwind/builder/index.d.ts +4 -5
- package/dist/templates/tailwind/builder/index.js +17 -0
- package/dist/templates/tailwind/builder/index.js.map +1 -0
- package/dist/templates/tailwind/builderComponent/index.d.ts +4 -5
- package/dist/templates/tailwind/builderComponent/index.js +70 -0
- package/dist/templates/tailwind/builderComponent/index.js.map +1 -0
- package/dist/templates/tailwind/builderComponents/index.d.ts +4 -5
- package/dist/templates/tailwind/builderComponents/index.js +12 -0
- package/dist/templates/tailwind/builderComponents/index.js.map +1 -0
- package/dist/templates/tailwind/builderEditForm/index.d.ts +4 -5
- package/dist/templates/tailwind/builderEditForm/index.js +73 -0
- package/dist/templates/tailwind/builderEditForm/index.js.map +1 -0
- package/dist/templates/tailwind/builderPlaceholder/index.d.ts +4 -5
- package/dist/templates/tailwind/builderPlaceholder/index.js +18 -0
- package/dist/templates/tailwind/builderPlaceholder/index.js.map +1 -0
- package/dist/templates/tailwind/builderSidebar/index.d.ts +4 -5
- package/dist/templates/tailwind/builderSidebar/index.js +19 -0
- package/dist/templates/tailwind/builderSidebar/index.js.map +1 -0
- package/dist/templates/tailwind/builderSidebarGroup/index.d.ts +4 -5
- package/dist/templates/tailwind/builderSidebarGroup/index.js +58 -0
- package/dist/templates/tailwind/builderSidebarGroup/index.js.map +1 -0
- package/dist/templates/tailwind/builderWizard/index.d.ts +4 -5
- package/dist/templates/tailwind/builderWizard/index.js +33 -0
- package/dist/templates/tailwind/builderWizard/index.js.map +1 -0
- package/dist/templates/tailwind/button/index.d.ts +5 -7
- package/dist/templates/tailwind/button/index.js +36 -0
- package/dist/templates/tailwind/button/index.js.map +1 -0
- package/dist/templates/tailwind/checkbox/index.d.ts +5 -7
- package/dist/templates/tailwind/checkbox/index.js +42 -0
- package/dist/templates/tailwind/checkbox/index.js.map +1 -0
- package/dist/templates/tailwind/columns/index.d.ts +4 -5
- package/dist/templates/tailwind/columns/index.js +21 -0
- package/dist/templates/tailwind/columns/index.js.map +1 -0
- package/dist/templates/tailwind/component/index.d.ts +4 -5
- package/dist/templates/tailwind/component/index.js +15 -0
- package/dist/templates/tailwind/component/index.js.map +1 -0
- package/dist/templates/tailwind/componentModal/index.d.ts +4 -5
- package/dist/templates/tailwind/componentModal/index.js +35 -0
- package/dist/templates/tailwind/componentModal/index.js.map +1 -0
- package/dist/templates/tailwind/components/index.d.ts +4 -5
- package/dist/templates/tailwind/components/index.js +10 -0
- package/dist/templates/tailwind/components/index.js.map +1 -0
- package/dist/templates/tailwind/container/index.d.ts +4 -5
- package/dist/templates/tailwind/container/index.js +12 -0
- package/dist/templates/tailwind/container/index.js.map +1 -0
- package/dist/templates/tailwind/cssClasses.d.ts +7 -7
- package/dist/templates/tailwind/cssClasses.js +10 -0
- package/dist/templates/tailwind/cssClasses.js.map +1 -0
- package/dist/templates/tailwind/datagrid/index.d.ts +5 -7
- package/dist/templates/tailwind/datagrid/index.js +132 -0
- package/dist/templates/tailwind/datagrid/index.js.map +1 -0
- package/dist/templates/tailwind/day/index.d.ts +4 -5
- package/dist/templates/tailwind/day/index.js +53 -0
- package/dist/templates/tailwind/day/index.js.map +1 -0
- package/dist/templates/tailwind/dialog/index.d.ts +4 -5
- package/dist/templates/tailwind/dialog/index.js +16 -0
- package/dist/templates/tailwind/dialog/index.js.map +1 -0
- package/dist/templates/tailwind/editgrid/index.d.ts +5 -7
- package/dist/templates/tailwind/editgrid/index.js +92 -0
- package/dist/templates/tailwind/editgrid/index.js.map +1 -0
- package/dist/templates/tailwind/editgridTable/index.d.ts +5 -7
- package/dist/templates/tailwind/editgridTable/index.js +121 -0
- package/dist/templates/tailwind/editgridTable/index.js.map +1 -0
- package/dist/templates/tailwind/errorsList/index.d.ts +4 -5
- package/dist/templates/tailwind/errorsList/index.js +30 -0
- package/dist/templates/tailwind/errorsList/index.js.map +1 -0
- package/dist/templates/tailwind/field/index.d.ts +5 -7
- package/dist/templates/tailwind/field/index.js +55 -0
- package/dist/templates/tailwind/field/index.js.map +1 -0
- package/dist/templates/tailwind/fieldset/index.d.ts +4 -5
- package/dist/templates/tailwind/fieldset/index.js +25 -0
- package/dist/templates/tailwind/fieldset/index.js.map +1 -0
- package/dist/templates/tailwind/file/index.d.ts +4 -5
- package/dist/templates/tailwind/file/index.js +158 -0
- package/dist/templates/tailwind/file/index.js.map +1 -0
- package/dist/templates/tailwind/html/index.d.ts +4 -5
- package/dist/templates/tailwind/html/index.js +16 -0
- package/dist/templates/tailwind/html/index.js.map +1 -0
- package/dist/templates/tailwind/icon/index.d.ts +4 -5
- package/dist/templates/tailwind/icon/index.js +10 -0
- package/dist/templates/tailwind/icon/index.js.map +1 -0
- package/dist/templates/tailwind/iconClass.d.ts +3 -3
- package/dist/templates/tailwind/iconClass.js +57 -0
- package/dist/templates/tailwind/iconClass.js.map +1 -0
- package/dist/templates/tailwind/index.d.ts +217 -217
- package/dist/templates/tailwind/index.js +145 -0
- package/dist/templates/tailwind/index.js.map +1 -0
- package/dist/templates/tailwind/input/index.d.ts +5 -7
- package/dist/templates/tailwind/input/index.js +78 -0
- package/dist/templates/tailwind/input/index.js.map +1 -0
- package/dist/templates/tailwind/label/index.d.ts +4 -5
- package/dist/templates/tailwind/label/index.js +23 -0
- package/dist/templates/tailwind/label/index.js.map +1 -0
- package/dist/templates/tailwind/loader/index.d.ts +4 -5
- package/dist/templates/tailwind/loader/index.js +14 -0
- package/dist/templates/tailwind/loader/index.js.map +1 -0
- package/dist/templates/tailwind/loading/index.d.ts +4 -5
- package/dist/templates/tailwind/loading/index.js +10 -0
- package/dist/templates/tailwind/loading/index.js.map +1 -0
- package/dist/templates/tailwind/map/index.d.ts +4 -5
- package/dist/templates/tailwind/map/index.js +10 -0
- package/dist/templates/tailwind/map/index.js.map +1 -0
- package/dist/templates/tailwind/message/index.d.ts +4 -5
- package/dist/templates/tailwind/message/index.js +10 -0
- package/dist/templates/tailwind/message/index.js.map +1 -0
- package/dist/templates/tailwind/modalPreview/index.d.ts +4 -5
- package/dist/templates/tailwind/modalPreview/index.js +24 -0
- package/dist/templates/tailwind/modalPreview/index.js.map +1 -0
- package/dist/templates/tailwind/modaldialog/index.d.ts +4 -5
- package/dist/templates/tailwind/modaldialog/index.js +22 -0
- package/dist/templates/tailwind/modaldialog/index.js.map +1 -0
- package/dist/templates/tailwind/modaledit/index.d.ts +4 -5
- package/dist/templates/tailwind/modaledit/index.js +19 -0
- package/dist/templates/tailwind/modaledit/index.js.map +1 -0
- package/dist/templates/tailwind/multiValueRow/index.d.ts +4 -5
- package/dist/templates/tailwind/multiValueRow/index.js +21 -0
- package/dist/templates/tailwind/multiValueRow/index.js.map +1 -0
- package/dist/templates/tailwind/multiValueTable/index.d.ts +4 -5
- package/dist/templates/tailwind/multiValueTable/index.js +21 -0
- package/dist/templates/tailwind/multiValueTable/index.js.map +1 -0
- package/dist/templates/tailwind/multipleMasksInput/index.d.ts +4 -5
- package/dist/templates/tailwind/multipleMasksInput/index.js +34 -0
- package/dist/templates/tailwind/multipleMasksInput/index.js.map +1 -0
- package/dist/templates/tailwind/panel/index.d.ts +4 -5
- package/dist/templates/tailwind/panel/index.js +39 -0
- package/dist/templates/tailwind/panel/index.js.map +1 -0
- package/dist/templates/tailwind/pdf/index.d.ts +4 -5
- package/dist/templates/tailwind/pdf/index.js +19 -0
- package/dist/templates/tailwind/pdf/index.js.map +1 -0
- package/dist/templates/tailwind/pdfBuilder/index.d.ts +4 -5
- package/dist/templates/tailwind/pdfBuilder/index.js +18 -0
- package/dist/templates/tailwind/pdfBuilder/index.js.map +1 -0
- package/dist/templates/tailwind/pdfBuilderUpload/index.d.ts +4 -5
- package/dist/templates/tailwind/pdfBuilderUpload/index.js +25 -0
- package/dist/templates/tailwind/pdfBuilderUpload/index.js.map +1 -0
- package/dist/templates/tailwind/radio/index.d.ts +5 -7
- package/dist/templates/tailwind/radio/index.js +66 -0
- package/dist/templates/tailwind/radio/index.js.map +1 -0
- package/dist/templates/tailwind/resourceAdd/index.d.ts +4 -5
- package/dist/templates/tailwind/resourceAdd/index.js +26 -0
- package/dist/templates/tailwind/resourceAdd/index.js.map +1 -0
- package/dist/templates/tailwind/select/index.d.ts +5 -7
- package/dist/templates/tailwind/select/index.js +40 -0
- package/dist/templates/tailwind/select/index.js.map +1 -0
- package/dist/templates/tailwind/selectOption/index.d.ts +5 -7
- package/dist/templates/tailwind/selectOption/index.js +25 -0
- package/dist/templates/tailwind/selectOption/index.js.map +1 -0
- package/dist/templates/tailwind/signature/index.d.ts +5 -7
- package/dist/templates/tailwind/signature/index.js +37 -0
- package/dist/templates/tailwind/signature/index.js.map +1 -0
- package/dist/templates/tailwind/survey/index.d.ts +5 -7
- package/dist/templates/tailwind/survey/index.js +71 -0
- package/dist/templates/tailwind/survey/index.js.map +1 -0
- package/dist/templates/tailwind/tab/index.d.ts +5 -7
- package/dist/templates/tailwind/tab/index.js +60 -0
- package/dist/templates/tailwind/tab/index.js.map +1 -0
- package/dist/templates/tailwind/table/index.d.ts +4 -5
- package/dist/templates/tailwind/table/index.js +41 -0
- package/dist/templates/tailwind/table/index.js.map +1 -0
- package/dist/templates/tailwind/tableComponents/index.d.ts +4 -5
- package/dist/templates/tailwind/tableComponents/index.js +16 -0
- package/dist/templates/tailwind/tableComponents/index.js.map +1 -0
- package/dist/templates/tailwind/tree/index.d.ts +4 -5
- package/dist/templates/tailwind/tree/index.js +29 -0
- package/dist/templates/tailwind/tree/index.js.map +1 -0
- package/dist/templates/tailwind/tree/partials/index.d.ts +9 -11
- package/dist/templates/tailwind/tree/partials/index.js +53 -0
- package/dist/templates/tailwind/tree/partials/index.js.map +1 -0
- package/dist/templates/tailwind/webform/index.d.ts +5 -7
- package/dist/templates/tailwind/webform/index.js +15 -0
- package/dist/templates/tailwind/webform/index.js.map +1 -0
- package/dist/templates/tailwind/well/index.d.ts +4 -5
- package/dist/templates/tailwind/well/index.js +14 -0
- package/dist/templates/tailwind/well/index.js.map +1 -0
- package/dist/templates/tailwind/wizard/index.d.ts +5 -7
- package/dist/templates/tailwind/wizard/index.js +44 -0
- package/dist/templates/tailwind/wizard/index.js.map +1 -0
- package/dist/templates/tailwind/wizardHeader/index.d.ts +4 -5
- package/dist/templates/tailwind/wizardHeader/index.js +25 -0
- package/dist/templates/tailwind/wizardHeader/index.js.map +1 -0
- package/dist/templates/tailwind/wizardHeaderClassic/index.d.ts +4 -5
- package/dist/templates/tailwind/wizardHeaderClassic/index.js +27 -0
- package/dist/templates/tailwind/wizardHeaderClassic/index.js.map +1 -0
- package/dist/templates/tailwind/wizardHeaderVertical/index.d.ts +4 -5
- package/dist/templates/tailwind/wizardHeaderVertical/index.js +25 -0
- package/dist/templates/tailwind/wizardHeaderVertical/index.js.map +1 -0
- package/dist/templates/tailwind/wizardNav/index.d.ts +4 -5
- package/dist/templates/tailwind/wizardNav/index.js +39 -0
- package/dist/templates/tailwind/wizardNav/index.js.map +1 -0
- package/package.json +34 -17
- package/readme.md +9 -125
- package/src/tailwind/colors.ts +20 -0
- package/src/tailwind/preset.ts +163 -0
- package/src/templates/stories/alert.stories.jsx +1 -1
- package/src/templates/stories/badge.stories.jsx +1 -1
- package/src/templates/stories/breadcrumbs.stories.jsx +5 -1
- package/src/templates/stories/pagination.stories.jsx +6 -1
- package/src/templates/tailwind/address/index.ts +1 -1
- package/src/templates/tailwind/alert/index.ts +3 -0
- package/src/templates/tailwind/builder/index.ts +1 -1
- package/src/templates/tailwind/builderComponent/index.ts +1 -1
- package/src/templates/tailwind/builderComponents/index.ts +1 -1
- package/src/templates/tailwind/builderEditForm/form.ejs +4 -2
- package/src/templates/tailwind/builderEditForm/index.ts +1 -1
- package/src/templates/tailwind/builderPlaceholder/index.ts +1 -1
- package/src/templates/tailwind/builderSidebar/index.ts +1 -1
- package/src/templates/tailwind/builderSidebarGroup/form.ejs +1 -1
- package/src/templates/tailwind/builderSidebarGroup/index.ts +1 -1
- package/src/templates/tailwind/builderWizard/index.ts +1 -1
- package/src/templates/tailwind/button/button.stories.jsx +2 -2
- package/src/templates/tailwind/button/index.ts +2 -2
- package/src/templates/tailwind/checkbox/index.ts +2 -2
- package/src/templates/tailwind/columns/index.ts +1 -1
- package/src/templates/tailwind/component/index.ts +1 -1
- package/src/templates/tailwind/componentModal/index.ts +1 -1
- package/src/templates/tailwind/components/index.ts +1 -1
- package/src/templates/tailwind/container/index.ts +1 -1
- package/src/templates/tailwind/datagrid/index.ts +2 -2
- package/src/templates/tailwind/day/index.ts +1 -1
- package/src/templates/tailwind/dialog/index.ts +1 -1
- package/src/templates/tailwind/editgrid/index.ts +2 -2
- package/src/templates/tailwind/editgridTable/index.ts +2 -2
- package/src/templates/tailwind/errorsList/index.ts +1 -1
- package/src/templates/tailwind/field/index.ts +2 -2
- package/src/templates/tailwind/fieldset/index.ts +1 -1
- package/src/templates/tailwind/file/index.ts +1 -1
- package/src/templates/tailwind/html/index.ts +1 -1
- package/src/templates/tailwind/icon/index.ts +1 -1
- package/src/templates/tailwind/index.ts +0 -1
- package/src/templates/tailwind/input/index.ts +2 -2
- package/src/templates/tailwind/label/index.ts +1 -1
- package/src/templates/tailwind/loader/index.ts +1 -1
- package/src/templates/tailwind/loading/index.ts +1 -1
- package/src/templates/tailwind/map/index.ts +1 -1
- package/src/templates/tailwind/message/index.ts +1 -1
- package/src/templates/tailwind/modalPreview/index.ts +1 -1
- package/src/templates/tailwind/modaldialog/index.ts +1 -1
- package/src/templates/tailwind/modaledit/index.ts +1 -1
- package/src/templates/tailwind/multiValueRow/index.ts +1 -1
- package/src/templates/tailwind/multiValueTable/index.ts +1 -1
- package/src/templates/tailwind/multipleMasksInput/index.ts +1 -1
- package/src/templates/tailwind/panel/index.ts +1 -1
- package/src/templates/tailwind/pdf/index.ts +1 -1
- package/src/templates/tailwind/pdfBuilder/index.ts +1 -1
- package/src/templates/tailwind/pdfBuilderUpload/index.ts +1 -1
- package/src/templates/tailwind/radio/index.ts +2 -2
- package/src/templates/tailwind/resourceAdd/index.ts +1 -1
- package/src/templates/tailwind/select/index.ts +2 -2
- package/src/templates/tailwind/selectOption/index.ts +2 -2
- package/src/templates/tailwind/signature/index.ts +2 -2
- package/src/templates/tailwind/survey/index.ts +2 -2
- package/src/templates/tailwind/tab/index.ts +2 -2
- package/src/templates/tailwind/table/index.ts +1 -1
- package/src/templates/tailwind/tableComponents/index.ts +1 -1
- package/src/templates/tailwind/tree/index.ts +1 -1
- package/src/templates/tailwind/tree/partials/index.ts +2 -2
- package/src/templates/tailwind/webform/index.ts +2 -2
- package/src/templates/tailwind/well/index.ts +1 -1
- package/src/templates/tailwind/wizard/index.ts +2 -2
- package/src/templates/tailwind/wizardHeader/index.ts +1 -1
- package/src/templates/tailwind/wizardHeaderClassic/index.ts +1 -1
- package/src/templates/tailwind/wizardHeaderVertical/index.ts +1 -1
- package/src/templates/tailwind/wizardNav/index.ts +1 -1
- package/styles/modal.css +1 -0
- package/tsconfig.app.json +11 -0
- package/tsconfig.json +5 -6
- package/vite.config.mts +85 -0
- package/.eslintignore +0 -14
- package/.eslintrc.js +0 -7
- package/dist/index.modern.js +0 -2021
- package/dist/index.modern.js.map +0 -1
- package/dist/templates/stories/alert.stories.d.ts +0 -17
- package/dist/templates/stories/badge.stories.d.ts +0 -17
- package/dist/templates/stories/breadcrumbs.stories.d.ts +0 -37
- package/dist/templates/stories/builder.stories.d.ts +0 -3057
- package/dist/templates/stories/pagination.stories.d.ts +0 -17
- package/dist/templates/stories/progress.stories.d.ts +0 -22
- package/dist/templates/stories/wizard.stories.d.ts +0 -3057
- package/dist/templates/tailwind/address/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/address/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/alert/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builder/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builderComponent/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builderComponents/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builderEditForm/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builderPlaceholder/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builderSidebar/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builderSidebarGroup/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/builderWizard/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/button/button.stories.d.ts +0 -22
- package/dist/templates/tailwind/button/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/button/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/checkbox/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/checkbox/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/columns/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/component/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/componentModal/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/components/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/container/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/datagrid/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/datagrid/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/day/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/dialog/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/editgrid/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/editgrid/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/editgridTable/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/editgridTable/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/errorsList/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/field/align.ejs.d.ts +0 -1
- package/dist/templates/tailwind/field/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/fieldset/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/file/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/html/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/icon/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/input/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/input/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/label/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/loader/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/loading/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/map/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/message/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/modalPreview/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/modaldialog/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/modaledit/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/multiValueRow/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/multiValueTable/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/multipleMasksInput/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/panel/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/pdf/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/pdfBuilder/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/pdfBuilderUpload/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/radio/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/radio/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/resourceAdd/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/select/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/select/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/selectOption/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/selectOption/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/signature/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/signature/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/survey/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/survey/html.ejs.d.ts +0 -1
- package/dist/templates/tailwind/tab/flat.ejs.d.ts +0 -1
- package/dist/templates/tailwind/tab/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/table/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/tableComponents/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/tree/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/tree/partials/edit.ejs.d.ts +0 -1
- package/dist/templates/tailwind/tree/partials/view.ejs.d.ts +0 -1
- package/dist/templates/tailwind/webform/builder.ejs.d.ts +0 -1
- package/dist/templates/tailwind/webform/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/well/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/wizard/builder.ejs.d.ts +0 -1
- package/dist/templates/tailwind/wizard/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/wizardHeader/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/wizardHeaderClassic/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/wizardHeaderVertical/form.ejs.d.ts +0 -1
- package/dist/templates/tailwind/wizardNav/form.ejs.d.ts +0 -1
- package/gulpfile.js +0 -25
- package/src/templates/tailwind/address/form.ejs.js +0 -58
- package/src/templates/tailwind/address/html.ejs.js +0 -13
- package/src/templates/tailwind/alert/form.ejs.js +0 -24
- package/src/templates/tailwind/alert/index.js +0 -3
- package/src/templates/tailwind/builder/form.ejs.js +0 -9
- package/src/templates/tailwind/builderComponent/form.ejs.js +0 -24
- package/src/templates/tailwind/builderComponents/form.ejs.js +0 -11
- package/src/templates/tailwind/builderEditForm/form.ejs.js +0 -50
- package/src/templates/tailwind/builderPlaceholder/form.ejs.js +0 -9
- package/src/templates/tailwind/builderSidebar/form.ejs.js +0 -16
- package/src/templates/tailwind/builderSidebarGroup/form.ejs.js +0 -60
- package/src/templates/tailwind/builderWizard/form.ejs.js +0 -30
- package/src/templates/tailwind/button/form.ejs.js +0 -52
- package/src/templates/tailwind/button/html.ejs.js +0 -5
- package/src/templates/tailwind/checkbox/form.ejs.js +0 -50
- package/src/templates/tailwind/checkbox/html.ejs.js +0 -22
- package/src/templates/tailwind/columns/form.ejs.js +0 -30
- package/src/templates/tailwind/component/form.ejs.js +0 -22
- package/src/templates/tailwind/componentModal/form.ejs.js +0 -44
- package/src/templates/tailwind/components/form.ejs.js +0 -7
- package/src/templates/tailwind/container/form.ejs.js +0 -9
- package/src/templates/tailwind/datagrid/form.ejs.js +0 -144
- package/src/templates/tailwind/datagrid/html.ejs.js +0 -46
- package/src/templates/tailwind/day/form.ejs.js +0 -98
- package/src/templates/tailwind/dialog/form.ejs.js +0 -5
- package/src/templates/tailwind/editgrid/form.ejs.js +0 -62
- package/src/templates/tailwind/editgrid/html.ejs.js +0 -52
- package/src/templates/tailwind/editgridTable/form.ejs.js +0 -66
- package/src/templates/tailwind/editgridTable/html.ejs.js +0 -56
- package/src/templates/tailwind/errorsList/form.ejs.js +0 -22
- package/src/templates/tailwind/field/align.ejs.js +0 -38
- package/src/templates/tailwind/field/form.ejs.js +0 -36
- package/src/templates/tailwind/fieldset/form.ejs.js +0 -30
- package/src/templates/tailwind/file/form.ejs.js +0 -224
- package/src/templates/tailwind/html/form.ejs.js +0 -25
- package/src/templates/tailwind/icon/form.ejs.js +0 -13
- package/src/templates/tailwind/input/form.ejs.js +0 -108
- package/src/templates/tailwind/input/html.ejs.js +0 -13
- package/src/templates/tailwind/label/form.ejs.js +0 -32
- package/src/templates/tailwind/loader/form.ejs.js +0 -5
- package/src/templates/tailwind/loading/form.ejs.js +0 -7
- package/src/templates/tailwind/map/form.ejs.js +0 -7
- package/src/templates/tailwind/message/form.ejs.js +0 -13
- package/src/templates/tailwind/modalPreview/form.ejs.js +0 -21
- package/src/templates/tailwind/modaldialog/form.ejs.js +0 -7
- package/src/templates/tailwind/modaledit/form.ejs.js +0 -9
- package/src/templates/tailwind/multiValueRow/form.ejs.js +0 -14
- package/src/templates/tailwind/multiValueTable/form.ejs.js +0 -16
- package/src/templates/tailwind/multipleMasksInput/form.ejs.js +0 -30
- package/src/templates/tailwind/panel/form.ejs.js +0 -58
- package/src/templates/tailwind/pdf/form.ejs.js +0 -13
- package/src/templates/tailwind/pdfBuilder/form.ejs.js +0 -9
- package/src/templates/tailwind/pdfBuilderUpload/form.ejs.js +0 -13
- package/src/templates/tailwind/radio/form.ejs.js +0 -84
- package/src/templates/tailwind/radio/html.ejs.js +0 -10
- package/src/templates/tailwind/resourceAdd/form.ejs.js +0 -11
- package/src/templates/tailwind/select/form.ejs.js +0 -46
- package/src/templates/tailwind/select/html.ejs.js +0 -13
- package/src/templates/tailwind/selectOption/form.ejs.js +0 -20
- package/src/templates/tailwind/selectOption/html.ejs.js +0 -11
- package/src/templates/tailwind/signature/form.ejs.js +0 -30
- package/src/templates/tailwind/signature/html.ejs.js +0 -5
- package/src/templates/tailwind/survey/form.ejs.js +0 -52
- package/src/templates/tailwind/survey/html.ejs.js +0 -22
- package/src/templates/tailwind/tab/flat.ejs.js +0 -16
- package/src/templates/tailwind/tab/form.ejs.js +0 -38
- package/src/templates/tailwind/table/form.ejs.js +0 -48
- package/src/templates/tailwind/tableComponents/form.ejs.js +0 -12
- package/src/templates/tailwind/tree/form.ejs.js +0 -32
- package/src/templates/tailwind/tree/partials/edit.ejs.js +0 -16
- package/src/templates/tailwind/tree/partials/view.ejs.js +0 -34
- package/src/templates/tailwind/webform/builder.ejs.js +0 -7
- package/src/templates/tailwind/webform/form.ejs.js +0 -9
- package/src/templates/tailwind/well/form.ejs.js +0 -9
- package/src/templates/tailwind/wizard/builder.ejs.js +0 -7
- package/src/templates/tailwind/wizard/form.ejs.js +0 -42
- package/src/templates/tailwind/wizardHeader/form.ejs.js +0 -32
- package/src/templates/tailwind/wizardHeaderClassic/form.ejs.js +0 -26
- package/src/templates/tailwind/wizardHeaderVertical/form.ejs.js +0 -28
- package/src/templates/tailwind/wizardNav/form.ejs.js +0 -64
- package/tsconfig.node.json +0 -8
|
@@ -1,219 +1,219 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
tailwind: {
|
|
3
|
-
webform: {
|
|
4
|
-
form:
|
|
5
|
-
builder:
|
|
6
|
-
};
|
|
7
|
-
well: {
|
|
8
|
-
form:
|
|
9
|
-
};
|
|
10
|
-
wizard: {
|
|
11
|
-
form:
|
|
12
|
-
builder:
|
|
13
|
-
};
|
|
14
|
-
wizardHeader: {
|
|
15
|
-
form:
|
|
16
|
-
};
|
|
17
|
-
wizardHeaderClassic: {
|
|
18
|
-
form:
|
|
19
|
-
};
|
|
20
|
-
wizardHeaderVertical: {
|
|
21
|
-
form:
|
|
22
|
-
};
|
|
23
|
-
wizardNav: {
|
|
24
|
-
form:
|
|
25
|
-
};
|
|
26
|
-
errorsList: {
|
|
27
|
-
form:
|
|
28
|
-
};
|
|
29
|
-
alert: {
|
|
30
|
-
form:
|
|
31
|
-
};
|
|
32
|
-
treeView: {
|
|
33
|
-
form:
|
|
34
|
-
};
|
|
35
|
-
treeEdit: {
|
|
36
|
-
form:
|
|
37
|
-
};
|
|
38
|
-
ICONS: Record<string, any>;
|
|
39
|
-
transform(type: string, text: string): any;
|
|
40
|
-
defaultIconset: string;
|
|
41
|
-
iconClass: (iconset: string | undefined, name: string, spinning?: boolean
|
|
42
|
-
cssClasses: {
|
|
43
|
-
"border-default": string;
|
|
44
|
-
"formio-tab-panel-active": string;
|
|
45
|
-
"formio-tab-link-active": string;
|
|
46
|
-
"formio-tab-link-container-active": string;
|
|
47
|
-
};
|
|
48
|
-
address: {
|
|
49
|
-
form:
|
|
50
|
-
};
|
|
51
|
-
builder: {
|
|
52
|
-
form:
|
|
53
|
-
};
|
|
54
|
-
builderComponent: {
|
|
55
|
-
form:
|
|
56
|
-
};
|
|
57
|
-
builderComponents: {
|
|
58
|
-
form:
|
|
59
|
-
};
|
|
60
|
-
builderEditForm: {
|
|
61
|
-
form:
|
|
62
|
-
};
|
|
63
|
-
builderPlaceholder: {
|
|
64
|
-
form:
|
|
65
|
-
};
|
|
66
|
-
builderSidebar: {
|
|
67
|
-
form:
|
|
68
|
-
};
|
|
69
|
-
builderSidebarGroup: {
|
|
70
|
-
form:
|
|
71
|
-
};
|
|
72
|
-
builderWizard: {
|
|
73
|
-
form:
|
|
74
|
-
};
|
|
75
|
-
button: {
|
|
76
|
-
form:
|
|
77
|
-
html:
|
|
78
|
-
};
|
|
79
|
-
checkbox: {
|
|
80
|
-
form:
|
|
81
|
-
html:
|
|
82
|
-
};
|
|
83
|
-
columns: {
|
|
84
|
-
form:
|
|
85
|
-
};
|
|
86
|
-
component: {
|
|
87
|
-
form:
|
|
88
|
-
};
|
|
89
|
-
componentModal: {
|
|
90
|
-
form:
|
|
91
|
-
};
|
|
92
|
-
components: {
|
|
93
|
-
form:
|
|
94
|
-
};
|
|
95
|
-
tableComponents: {
|
|
96
|
-
form:
|
|
97
|
-
};
|
|
98
|
-
container: {
|
|
99
|
-
form:
|
|
100
|
-
};
|
|
101
|
-
datagrid: {
|
|
102
|
-
form:
|
|
103
|
-
html:
|
|
104
|
-
};
|
|
105
|
-
day: {
|
|
106
|
-
form:
|
|
107
|
-
};
|
|
108
|
-
dialog: {
|
|
109
|
-
form:
|
|
110
|
-
};
|
|
111
|
-
editgrid: {
|
|
112
|
-
form:
|
|
113
|
-
html:
|
|
114
|
-
};
|
|
115
|
-
editgridTable: {
|
|
116
|
-
form:
|
|
117
|
-
html:
|
|
118
|
-
};
|
|
119
|
-
field: {
|
|
120
|
-
form:
|
|
121
|
-
align:
|
|
122
|
-
};
|
|
123
|
-
fieldset: {
|
|
124
|
-
form:
|
|
125
|
-
};
|
|
126
|
-
file: {
|
|
127
|
-
form:
|
|
128
|
-
};
|
|
129
|
-
html: {
|
|
130
|
-
form:
|
|
131
|
-
};
|
|
132
|
-
icon: {
|
|
133
|
-
form:
|
|
134
|
-
};
|
|
135
|
-
input: {
|
|
136
|
-
form:
|
|
137
|
-
html:
|
|
138
|
-
};
|
|
139
|
-
label: {
|
|
140
|
-
form:
|
|
141
|
-
};
|
|
142
|
-
loader: {
|
|
143
|
-
form:
|
|
144
|
-
};
|
|
145
|
-
loading: {
|
|
146
|
-
form:
|
|
147
|
-
};
|
|
148
|
-
map: {
|
|
149
|
-
form:
|
|
150
|
-
};
|
|
151
|
-
message: {
|
|
152
|
-
form:
|
|
153
|
-
};
|
|
154
|
-
modaledit: {
|
|
155
|
-
form:
|
|
156
|
-
};
|
|
157
|
-
modaldialog: {
|
|
158
|
-
form:
|
|
159
|
-
};
|
|
160
|
-
modalPreview: {
|
|
161
|
-
form:
|
|
162
|
-
};
|
|
163
|
-
multipleMasksInput: {
|
|
164
|
-
form:
|
|
165
|
-
};
|
|
166
|
-
multiValueRow: {
|
|
167
|
-
form:
|
|
168
|
-
};
|
|
169
|
-
multiValueTable: {
|
|
170
|
-
form:
|
|
171
|
-
};
|
|
172
|
-
panel: {
|
|
173
|
-
form:
|
|
174
|
-
};
|
|
175
|
-
pdf: {
|
|
176
|
-
form:
|
|
177
|
-
};
|
|
178
|
-
pdfBuilder: {
|
|
179
|
-
form:
|
|
180
|
-
};
|
|
181
|
-
pdfBuilderUpload: {
|
|
182
|
-
form:
|
|
183
|
-
};
|
|
184
|
-
radio: {
|
|
185
|
-
form:
|
|
186
|
-
html:
|
|
187
|
-
};
|
|
188
|
-
resourceAdd: {
|
|
189
|
-
form:
|
|
190
|
-
};
|
|
191
|
-
select: {
|
|
192
|
-
form:
|
|
193
|
-
html:
|
|
194
|
-
};
|
|
195
|
-
selectOption: {
|
|
196
|
-
form:
|
|
197
|
-
html:
|
|
198
|
-
};
|
|
199
|
-
signature: {
|
|
200
|
-
form:
|
|
201
|
-
html:
|
|
202
|
-
};
|
|
203
|
-
survey: {
|
|
204
|
-
form:
|
|
205
|
-
html:
|
|
206
|
-
};
|
|
207
|
-
tab: {
|
|
208
|
-
flat:
|
|
209
|
-
form:
|
|
210
|
-
};
|
|
211
|
-
table: {
|
|
212
|
-
form:
|
|
213
|
-
};
|
|
214
|
-
tree: {
|
|
215
|
-
form:
|
|
216
|
-
};
|
|
217
|
-
};
|
|
218
|
-
};
|
|
219
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
tailwind: {
|
|
3
|
+
webform: {
|
|
4
|
+
form: string;
|
|
5
|
+
builder: string;
|
|
6
|
+
};
|
|
7
|
+
well: {
|
|
8
|
+
form: string;
|
|
9
|
+
};
|
|
10
|
+
wizard: {
|
|
11
|
+
form: string;
|
|
12
|
+
builder: string;
|
|
13
|
+
};
|
|
14
|
+
wizardHeader: {
|
|
15
|
+
form: string;
|
|
16
|
+
};
|
|
17
|
+
wizardHeaderClassic: {
|
|
18
|
+
form: string;
|
|
19
|
+
};
|
|
20
|
+
wizardHeaderVertical: {
|
|
21
|
+
form: string;
|
|
22
|
+
};
|
|
23
|
+
wizardNav: {
|
|
24
|
+
form: string;
|
|
25
|
+
};
|
|
26
|
+
errorsList: {
|
|
27
|
+
form: string;
|
|
28
|
+
};
|
|
29
|
+
alert: {
|
|
30
|
+
form: string;
|
|
31
|
+
};
|
|
32
|
+
treeView: {
|
|
33
|
+
form: string;
|
|
34
|
+
};
|
|
35
|
+
treeEdit: {
|
|
36
|
+
form: string;
|
|
37
|
+
};
|
|
38
|
+
ICONS: Record<string, any>;
|
|
39
|
+
transform(type: string, text: string): any;
|
|
40
|
+
defaultIconset: string;
|
|
41
|
+
iconClass: (iconset: string | undefined, name: string, spinning?: boolean) => string;
|
|
42
|
+
cssClasses: {
|
|
43
|
+
"border-default": string;
|
|
44
|
+
"formio-tab-panel-active": string;
|
|
45
|
+
"formio-tab-link-active": string;
|
|
46
|
+
"formio-tab-link-container-active": string;
|
|
47
|
+
};
|
|
48
|
+
address: {
|
|
49
|
+
form: string;
|
|
50
|
+
};
|
|
51
|
+
builder: {
|
|
52
|
+
form: string;
|
|
53
|
+
};
|
|
54
|
+
builderComponent: {
|
|
55
|
+
form: string;
|
|
56
|
+
};
|
|
57
|
+
builderComponents: {
|
|
58
|
+
form: string;
|
|
59
|
+
};
|
|
60
|
+
builderEditForm: {
|
|
61
|
+
form: string;
|
|
62
|
+
};
|
|
63
|
+
builderPlaceholder: {
|
|
64
|
+
form: string;
|
|
65
|
+
};
|
|
66
|
+
builderSidebar: {
|
|
67
|
+
form: string;
|
|
68
|
+
};
|
|
69
|
+
builderSidebarGroup: {
|
|
70
|
+
form: string;
|
|
71
|
+
};
|
|
72
|
+
builderWizard: {
|
|
73
|
+
form: string;
|
|
74
|
+
};
|
|
75
|
+
button: {
|
|
76
|
+
form: string;
|
|
77
|
+
html: string;
|
|
78
|
+
};
|
|
79
|
+
checkbox: {
|
|
80
|
+
form: string;
|
|
81
|
+
html: string;
|
|
82
|
+
};
|
|
83
|
+
columns: {
|
|
84
|
+
form: string;
|
|
85
|
+
};
|
|
86
|
+
component: {
|
|
87
|
+
form: string;
|
|
88
|
+
};
|
|
89
|
+
componentModal: {
|
|
90
|
+
form: string;
|
|
91
|
+
};
|
|
92
|
+
components: {
|
|
93
|
+
form: string;
|
|
94
|
+
};
|
|
95
|
+
tableComponents: {
|
|
96
|
+
form: string;
|
|
97
|
+
};
|
|
98
|
+
container: {
|
|
99
|
+
form: string;
|
|
100
|
+
};
|
|
101
|
+
datagrid: {
|
|
102
|
+
form: string;
|
|
103
|
+
html: string;
|
|
104
|
+
};
|
|
105
|
+
day: {
|
|
106
|
+
form: string;
|
|
107
|
+
};
|
|
108
|
+
dialog: {
|
|
109
|
+
form: string;
|
|
110
|
+
};
|
|
111
|
+
editgrid: {
|
|
112
|
+
form: string;
|
|
113
|
+
html: string;
|
|
114
|
+
};
|
|
115
|
+
editgridTable: {
|
|
116
|
+
form: string;
|
|
117
|
+
html: string;
|
|
118
|
+
};
|
|
119
|
+
field: {
|
|
120
|
+
form: string;
|
|
121
|
+
align: string;
|
|
122
|
+
};
|
|
123
|
+
fieldset: {
|
|
124
|
+
form: string;
|
|
125
|
+
};
|
|
126
|
+
file: {
|
|
127
|
+
form: string;
|
|
128
|
+
};
|
|
129
|
+
html: {
|
|
130
|
+
form: string;
|
|
131
|
+
};
|
|
132
|
+
icon: {
|
|
133
|
+
form: string;
|
|
134
|
+
};
|
|
135
|
+
input: {
|
|
136
|
+
form: string;
|
|
137
|
+
html: string;
|
|
138
|
+
};
|
|
139
|
+
label: {
|
|
140
|
+
form: string;
|
|
141
|
+
};
|
|
142
|
+
loader: {
|
|
143
|
+
form: string;
|
|
144
|
+
};
|
|
145
|
+
loading: {
|
|
146
|
+
form: string;
|
|
147
|
+
};
|
|
148
|
+
map: {
|
|
149
|
+
form: string;
|
|
150
|
+
};
|
|
151
|
+
message: {
|
|
152
|
+
form: string;
|
|
153
|
+
};
|
|
154
|
+
modaledit: {
|
|
155
|
+
form: string;
|
|
156
|
+
};
|
|
157
|
+
modaldialog: {
|
|
158
|
+
form: string;
|
|
159
|
+
};
|
|
160
|
+
modalPreview: {
|
|
161
|
+
form: string;
|
|
162
|
+
};
|
|
163
|
+
multipleMasksInput: {
|
|
164
|
+
form: string;
|
|
165
|
+
};
|
|
166
|
+
multiValueRow: {
|
|
167
|
+
form: string;
|
|
168
|
+
};
|
|
169
|
+
multiValueTable: {
|
|
170
|
+
form: string;
|
|
171
|
+
};
|
|
172
|
+
panel: {
|
|
173
|
+
form: string;
|
|
174
|
+
};
|
|
175
|
+
pdf: {
|
|
176
|
+
form: string;
|
|
177
|
+
};
|
|
178
|
+
pdfBuilder: {
|
|
179
|
+
form: string;
|
|
180
|
+
};
|
|
181
|
+
pdfBuilderUpload: {
|
|
182
|
+
form: string;
|
|
183
|
+
};
|
|
184
|
+
radio: {
|
|
185
|
+
form: string;
|
|
186
|
+
html: string;
|
|
187
|
+
};
|
|
188
|
+
resourceAdd: {
|
|
189
|
+
form: string;
|
|
190
|
+
};
|
|
191
|
+
select: {
|
|
192
|
+
form: string;
|
|
193
|
+
html: string;
|
|
194
|
+
};
|
|
195
|
+
selectOption: {
|
|
196
|
+
form: string;
|
|
197
|
+
html: string;
|
|
198
|
+
};
|
|
199
|
+
signature: {
|
|
200
|
+
form: string;
|
|
201
|
+
html: string;
|
|
202
|
+
};
|
|
203
|
+
survey: {
|
|
204
|
+
form: string;
|
|
205
|
+
html: string;
|
|
206
|
+
};
|
|
207
|
+
tab: {
|
|
208
|
+
flat: string;
|
|
209
|
+
form: string;
|
|
210
|
+
};
|
|
211
|
+
table: {
|
|
212
|
+
form: string;
|
|
213
|
+
};
|
|
214
|
+
tree: {
|
|
215
|
+
form: string;
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../src/templates/index.ts"],"sourcesContent":["import tailwind from \"./tailwind\";\n\nexport default {\n tailwind\n};\n"],"names":["templates","tailwind"],"mappings":";AAEA,MAAeA,IAAA;AAAA,EACb,UAAAC;AACF;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
form: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
function i(e) {
|
|
2
|
+
var n, l = "";
|
|
3
|
+
if (e.mode.autocomplete) {
|
|
4
|
+
l += `
|
|
5
|
+
<div class="address-autocomplete-container">
|
|
6
|
+
<input
|
|
7
|
+
ref="` + ((n = e.ref.searchInput) == null ? "" : n) + `"
|
|
8
|
+
`;
|
|
9
|
+
for (var a in e.inputAttributes)
|
|
10
|
+
l += `
|
|
11
|
+
` + ((n = a) == null ? "" : n) + '="' + ((n = e.inputAttributes[a]) == null ? "" : n) + `"
|
|
12
|
+
`;
|
|
13
|
+
l += `
|
|
14
|
+
value="` + ((n = e.displayValue) == null ? "" : n) + `"
|
|
15
|
+
autocomplete="off"
|
|
16
|
+
aria-label="` + ((n = e.t("autocomplete")) == null ? "" : n) + `"
|
|
17
|
+
>
|
|
18
|
+
`, e.component.disableClearIcon || (l += `
|
|
19
|
+
<i
|
|
20
|
+
class="address-autocomplete-remove-value-icon fa fa-times"
|
|
21
|
+
tabindex="` + ((n = e.inputAttributes.tabindex) == null ? "" : n) + `"
|
|
22
|
+
ref="` + ((n = e.ref.removeValueIcon) == null ? "" : n) + `"
|
|
23
|
+
></i>
|
|
24
|
+
`), l += `
|
|
25
|
+
</div>
|
|
26
|
+
`;
|
|
27
|
+
}
|
|
28
|
+
return l += `
|
|
29
|
+
`, e.self.manualModeEnabled && (l += `
|
|
30
|
+
<div class="form-check checkbox">
|
|
31
|
+
<label class="form-check-label">
|
|
32
|
+
<input
|
|
33
|
+
ref="` + ((n = e.ref.modeSwitcher) == null ? "" : n) + `"
|
|
34
|
+
type="checkbox"
|
|
35
|
+
class="form-check-input"
|
|
36
|
+
tabindex="` + ((n = e.inputAttributes.tabindex) == null ? "" : n) + `"
|
|
37
|
+
`, e.mode.manual && (l += "checked=true"), l += `
|
|
38
|
+
`, e.disabled && (l += "disabled=true"), l += `
|
|
39
|
+
>
|
|
40
|
+
<span>` + ((n = e.component.switchToManualModeLabel) == null ? "" : n) + `</span>
|
|
41
|
+
</label>
|
|
42
|
+
</div>
|
|
43
|
+
`), l += `
|
|
44
|
+
`, e.self.manualMode && (l += `
|
|
45
|
+
<div ref="` + ((n = e.nestedKey) == null ? "" : n) + `">
|
|
46
|
+
` + ((n = e.children) == null ? "" : n) + `
|
|
47
|
+
</div>
|
|
48
|
+
`), l += `
|
|
49
|
+
`, l;
|
|
50
|
+
}
|
|
51
|
+
const u = { form: i };
|
|
52
|
+
export {
|
|
53
|
+
u as default
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/address/form.ejs","../../../../src/templates/tailwind/address/index.ts"],"sourcesContent":["{% if (ctx.mode.autocomplete) { %}\n <div class=\"address-autocomplete-container\">\n <input\n ref=\"{{ ctx.ref.searchInput }}\"\n {% for (var attr in ctx.inputAttributes) { %}\n {{attr}}=\"{{ctx.inputAttributes[attr]}}\"\n {% } %}\n value=\"{{ ctx.displayValue }}\"\n autocomplete=\"off\"\n aria-label=\"{{ctx.t('autocomplete')}}\"\n >\n {% if (!ctx.component.disableClearIcon) { %}\n <i\n class=\"address-autocomplete-remove-value-icon fa fa-times\"\n tabindex=\"{{ ctx.inputAttributes.tabindex }}\"\n ref=\"{{ ctx.ref.removeValueIcon }}\"\n ></i>\n {% } %}\n </div>\n{% } %}\n{% if (ctx.self.manualModeEnabled) { %}\n <div class=\"form-check checkbox\">\n <label class=\"form-check-label\">\n <input\n ref=\"{{ ctx.ref.modeSwitcher }}\"\n type=\"checkbox\"\n class=\"form-check-input\"\n tabindex=\"{{ ctx.inputAttributes.tabindex }}\"\n {% if (ctx.mode.manual) { %}checked=true{% } %}\n {% if (ctx.disabled) { %}disabled=true{% } %}\n >\n <span>{{ ctx.component.switchToManualModeLabel }}</span>\n </label>\n </div>\n{% } %}\n{% if (ctx.self.manualMode) { %}\n <div ref=\"{{ ctx.nestedKey }}\">\n {{ ctx.children }}\n </div>\n{% } %}\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","attr","address"],"mappings":"AAAe,SAAQA,EAACC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAGd,MAAIF,EAAI,KAAK,cAAc;AAC5B,IAAAE,KAAO;AAAA;AAAA;AAAA,iBACLD,IAAQD,EAAI,IAAI,gBAAkB,OAAO,KAAKC,KAChD;AAAA;AACC,aAASE,KAAQH,EAAI;AACtB,MAAAE,KAAO;AAAA,cACLD,IAAOE,MAAU,OAAO,KAAKF,KAC/B,SACEA,IAAOD,EAAI,gBAAgBG,CAAI,MAAO,OAAO,KAAKF,KACpD;AAAA;AAEA,IAAAC,KAAO;AAAA,mBACLD,IAAQD,EAAI,iBAAmB,OAAO,KAAKC,KAC7C;AAAA;AAAA,wBACEA,IAAOD,EAAI,EAAE,cAAc,MAAO,OAAO,KAAKC,KAChD;AAAA;AAAA,OACMD,EAAI,UAAU,qBACpBE,KAAO;AAAA;AAAA;AAAA,wBACLD,IAAQD,EAAI,gBAAgB,aAAe,OAAO,KAAKC,KACzD;AAAA,mBACEA,IAAQD,EAAI,IAAI,oBAAsB,OAAO,KAAKC,KACpD;AAAA;AAAA,QAEAC,KAAO;AAAA;AAAA;AAAA,EAEP;AAAA,SAAAA,KAAO;AAAA,GACFF,EAAI,KAAK,sBACdE,KAAO;AAAA;AAAA;AAAA;AAAA,mBACLD,IAAQD,EAAI,IAAI,iBAAmB,OAAO,KAAKC,KACjD;AAAA;AAAA;AAAA,wBACEA,IAAQD,EAAI,gBAAgB,aAAe,OAAO,KAAKC,KACzD;AAAA,WACKD,EAAI,KAAK,WACdE,KAAO,iBAEPA,KAAO;AAAA,WACFF,EAAI,aACTE,KAAO,kBAEPA,KAAO;AAAA;AAAA,kBACLD,IAAQD,EAAI,UAAU,4BAA8B,OAAO,KAAKC,KAClE;AAAA;AAAA;AAAA,IAEAC,KAAO;AAAA,GACFF,EAAI,KAAK,eACdE,KAAO;AAAA,kBACLD,IAAQD,EAAI,cAAgB,OAAO,KAAKC,KAC1C;AAAA,UACEA,IAAQD,EAAI,aAAe,OAAO,KAAKC,KACzC;AAAA;AAAA,IAEAC,KAAO;AAAA,GACAA;AACP;ACvDA,MAAeE,IAAA,EAAE,MAAAL,EAAK;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
}
|
|
4
|
-
export default _default;
|
|
5
|
-
import form from "./form.ejs.js";
|
|
1
|
+
declare const _default: {
|
|
2
|
+
form: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
function o(l) {
|
|
2
|
+
var n, r = "";
|
|
3
|
+
r += `<div
|
|
4
|
+
`;
|
|
5
|
+
for (var s in l.attrs)
|
|
6
|
+
r += `
|
|
7
|
+
` + ((n = s) == null ? "" : n) + '="' + ((n = l.attrs[s]) == null ? "" : n) + `"
|
|
8
|
+
`;
|
|
9
|
+
return r += `
|
|
10
|
+
>
|
|
11
|
+
` + ((n = l.message) == null ? "" : n) + `
|
|
12
|
+
`, l.options.vpat && (r += `
|
|
13
|
+
<span class="sr-only" id="hotkey-i-` + ((n = l.form._id) == null ? "" : n) + '">' + ((n = l.t("errorListHotkey")) == null ? "" : n) + `</span>
|
|
14
|
+
`), r += `
|
|
15
|
+
</div>
|
|
16
|
+
`, r;
|
|
17
|
+
}
|
|
18
|
+
const a = { form: o };
|
|
19
|
+
export {
|
|
20
|
+
a as default
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/alert/form.ejs","../../../../src/templates/tailwind/alert/index.ts"],"sourcesContent":["<div\n {% for (var attr in ctx.attrs) { %}\n {{attr}}=\"{{ctx.attrs[attr]}}\"\n {% } %}\n>\n {{ctx.message}}\n {% if (ctx.options.vpat) { %}\n <span class=\"sr-only\" id=\"hotkey-i-{{ctx.form._id}}\">{{ctx.t('errorListHotkey')}}</span>\n {% } %}\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","attr","alert"],"mappings":"AAAe,SAAQA,EAACC,GAAK;AAC1B,MAACC,GAAKC,IAAM;AAEf,EAAAA,KAAO;AAAA;AACN,WAASC,KAAQH,EAAI;AACtB,IAAAE,KAAO;AAAA,UACLD,IAAOE,MAAU,OAAO,KAAKF,KAC/B,SACEA,IAAOD,EAAI,MAAMG,CAAI,MAAO,OAAO,KAAKF,KAC1C;AAAA;AAEA,SAAAC,KAAO;AAAA;AAAA,QACLD,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA,KACKD,EAAI,QAAQ,SACjBE,KAAO;AAAA,6CACLD,IAAOD,EAAI,KAAK,QAAS,OAAO,KAAKC,KACvC,SACEA,IAAOD,EAAI,EAAE,iBAAiB,MAAO,OAAO,KAAKC,KACnD;AAAA,MAEAC,KAAO;AAAA;AAAA,GACAA;AACP;ACrBA,MAAeE,IAAA,EAAE,MAAAL,EAAK;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
form: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
function l(s) {
|
|
2
|
+
var n, o = "";
|
|
3
|
+
return o += `<div class="formio builder grid grid-cols-12 gap-4 formbuilder">
|
|
4
|
+
<div class="col-span-12 xs:col-span-4 sm:col-span-3 md:col-span-2 formcomponents">
|
|
5
|
+
` + ((n = s.sidebar) == null ? "" : n) + `
|
|
6
|
+
</div>
|
|
7
|
+
<div class="col-span-12 xs:col-span-8 sm:col-span-9 md:col-span-10 formarea" ref="form">
|
|
8
|
+
` + ((n = s.form) == null ? "" : n) + `
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
`, o;
|
|
12
|
+
}
|
|
13
|
+
const r = { form: l };
|
|
14
|
+
export {
|
|
15
|
+
r as default
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../src/templates/tailwind/builder/form.ejs","../../../../src/templates/tailwind/builder/index.ts"],"sourcesContent":["<div class=\"formio builder grid grid-cols-12 gap-4 formbuilder\">\n <div class=\"col-span-12 xs:col-span-4 sm:col-span-3 md:col-span-2 formcomponents\">\n {{ctx.sidebar}}\n </div>\n <div class=\"col-span-12 xs:col-span-8 sm:col-span-9 md:col-span-10 formarea\" ref=\"form\">\n {{ctx.form}}\n </div>\n</div>\n","import form from \"./form.ejs\";\n\nexport default { form };\n"],"names":["form","ctx","__t","__p","builder"],"mappings":"AAAe,SAAQA,EAACC,GAAK;AAC7B,MAAIC,GAAKC,IAAM;AACf,SAAAA,KAAO;AAAA;AAAA,UACLD,IAAOD,EAAI,YAAa,OAAO,KAAKC,KACtC;AAAA;AAAA;AAAA,UACEA,IAAOD,EAAI,SAAU,OAAO,KAAKC,KACnC;AAAA;AAAA;AAAA,GACOC;AACP;ACNA,MAAeC,IAAA,EAAE,MAAAJ,EAAK;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
form: string;
|
|
3
|
+
};
|
|
4
|
+
export default _default;
|