@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,52 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<table class="table table-striped table-bordered" aria-labelledby="l-' +
|
|
5
|
-
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
6
|
-
'-' +
|
|
7
|
-
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
8
|
-
'">\n <thead>\n <tr>\n <th></th>\n ';
|
|
9
|
-
ctx.component.values.forEach(function(value) { ;
|
|
10
|
-
__p += '\n <th style="text-align: center;">\n ' +
|
|
11
|
-
((__t = (ctx.t(value.label, { _userInput: true }))) == null ? '' : __t) +
|
|
12
|
-
'\n ';
|
|
13
|
-
if (value.tooltip) { ;
|
|
14
|
-
__p += '\n <i ref="tooltip" class="' +
|
|
15
|
-
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
16
|
-
' text-muted" data-tooltip="' +
|
|
17
|
-
((__t = (value.tooltip)) == null ? '' : __t) +
|
|
18
|
-
'"></i>\n ';
|
|
19
|
-
} ;
|
|
20
|
-
__p += '\n </th>\n ';
|
|
21
|
-
}) ;
|
|
22
|
-
__p += '\n </tr>\n </thead>\n <tbody>\n ';
|
|
23
|
-
ctx.component.questions.forEach(function(question) { ;
|
|
24
|
-
__p += '\n <tr>\n <td>\n ' +
|
|
25
|
-
((__t = (ctx.t(question.label))) == null ? '' : __t) +
|
|
26
|
-
'\n ';
|
|
27
|
-
if (question.tooltip) { ;
|
|
28
|
-
__p += '\n <i ref="tooltip" class="' +
|
|
29
|
-
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
30
|
-
' text-muted" data-tooltip="' +
|
|
31
|
-
((__t = (question.tooltip)) == null ? '' : __t) +
|
|
32
|
-
'"></i>\n ';
|
|
33
|
-
} ;
|
|
34
|
-
__p += '\n </td>\n ';
|
|
35
|
-
ctx.component.values.forEach(function(value) { ;
|
|
36
|
-
__p += '\n <td style="text-align: center;">\n <input type="radio" name="' +
|
|
37
|
-
((__t = ( ctx.self.getInputName(question) )) == null ? '' : __t) +
|
|
38
|
-
'" value="' +
|
|
39
|
-
((__t = (value.value)) == null ? '' : __t) +
|
|
40
|
-
'" id="' +
|
|
41
|
-
((__t = (ctx.key)) == null ? '' : __t) +
|
|
42
|
-
'-' +
|
|
43
|
-
((__t = (question.value)) == null ? '' : __t) +
|
|
44
|
-
'-' +
|
|
45
|
-
((__t = (value.value)) == null ? '' : __t) +
|
|
46
|
-
'" ref="input">\n </td>\n ';
|
|
47
|
-
}) ;
|
|
48
|
-
__p += '\n </tr>\n ';
|
|
49
|
-
}) ;
|
|
50
|
-
__p += '\n </tbody>\n</table>\n';
|
|
51
|
-
return __p
|
|
52
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<table class="table table-striped table-bordered">\n <tbody>\n ';
|
|
5
|
-
ctx.component.questions.forEach(function(question) { ;
|
|
6
|
-
__p += '\n <tr>\n <th>' +
|
|
7
|
-
((__t = (ctx.t(question.label))) == null ? '' : __t) +
|
|
8
|
-
'</th>\n <td>\n ';
|
|
9
|
-
ctx.component.values.forEach(function(item) { ;
|
|
10
|
-
__p += '\n ';
|
|
11
|
-
if (ctx.value && ctx.value.hasOwnProperty(question.value) && ctx.value[question.value] === item.value) { ;
|
|
12
|
-
__p += '\n ' +
|
|
13
|
-
((__t = (ctx.t(item.label))) == null ? '' : __t) +
|
|
14
|
-
'\n ';
|
|
15
|
-
} ;
|
|
16
|
-
__p += '\n ';
|
|
17
|
-
}) ;
|
|
18
|
-
__p += '\n </td>\n </tr>\n ';
|
|
19
|
-
}) ;
|
|
20
|
-
__p += '\n </tbody>\n</table>\n';
|
|
21
|
-
return __p
|
|
22
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
|
|
5
|
-
ctx.component.components.forEach(function(tab, index) { ;
|
|
6
|
-
__p += '\n <div class="mb-2 card border">\n <div class="card-header bg-default">\n <h4 class="mb-0 card-title">' +
|
|
7
|
-
((__t = ( ctx.t(tab.label, { _userInput: true }) )) == null ? '' : __t) +
|
|
8
|
-
'</h4>\n </div>\n <div\n class="card-body"\n ref="' +
|
|
9
|
-
((__t = (ctx.tabKey)) == null ? '' : __t) +
|
|
10
|
-
'"\n >\n ' +
|
|
11
|
-
((__t = ( ctx.tabComponents[index] )) == null ? '' : __t) +
|
|
12
|
-
'\n </div>\n </div>\n';
|
|
13
|
-
}) ;
|
|
14
|
-
__p += '\n';
|
|
15
|
-
return __p
|
|
16
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<div class="card card-tabs { ctx.component.verticalLayout ? \' card-vertical\' : \'\'}}">\n <div class="card-header card-header-tabs">\n <ul class="nav nav-tabs ' +
|
|
5
|
-
((__t = ( ctx.component.verticalLayout ? ' nav-tabs-vertical' : '')) == null ? '' : __t) +
|
|
6
|
-
'" role="tablist">\n ';
|
|
7
|
-
ctx.component.components.forEach(function(tab, index) { ;
|
|
8
|
-
__p += '\n <li class="nav-item ' +
|
|
9
|
-
((__t = ( ctx.currentTab === index ? ' active' : '')) == null ? '' : __t) +
|
|
10
|
-
'" role="tab" ref="' +
|
|
11
|
-
((__t = (ctx.tabLikey)) == null ? '' : __t) +
|
|
12
|
-
'">\n <a\n class="nav-link' +
|
|
13
|
-
((__t = ( ctx.currentTab === index ? ' active' : '')) == null ? '' : __t) +
|
|
14
|
-
'' +
|
|
15
|
-
((__t = ( ctx.component.verticalLayout ? ' nav-link-vertical' : '')) == null ? '' : __t) +
|
|
16
|
-
'"\n href="#' +
|
|
17
|
-
((__t = (tab.key)) == null ? '' : __t) +
|
|
18
|
-
'"\n ref="' +
|
|
19
|
-
((__t = (ctx.tabLinkKey)) == null ? '' : __t) +
|
|
20
|
-
'"\n >\n ' +
|
|
21
|
-
((__t = (ctx.t(tab.label, { _userInput: true }))) == null ? '' : __t) +
|
|
22
|
-
'\n </a>\n <div class="nav-border"></div>\n </li>\n ';
|
|
23
|
-
}) ;
|
|
24
|
-
__p += '\n </ul>\n </div>\n ';
|
|
25
|
-
ctx.component.components.forEach(function(tab, index) { ;
|
|
26
|
-
__p += '\n <div\n role="tabpanel"\n class="card-body tab-pane' +
|
|
27
|
-
((__t = ( ctx.currentTab === index ? ' active' : '')) == null ? '' : __t) +
|
|
28
|
-
'"\n style="display: ' +
|
|
29
|
-
((__t = (ctx.currentTab === index ? 'block' : 'none')) == null ? '' : __t) +
|
|
30
|
-
'"\n ref="' +
|
|
31
|
-
((__t = (ctx.tabKey)) == null ? '' : __t) +
|
|
32
|
-
'"\n >\n ' +
|
|
33
|
-
((__t = (ctx.tabComponents[index])) == null ? '' : __t) +
|
|
34
|
-
'\n </div>\n ';
|
|
35
|
-
}) ;
|
|
36
|
-
__p += '\n</div>\n';
|
|
37
|
-
return __p
|
|
38
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<table class="table\n ' +
|
|
5
|
-
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
6
|
-
'\n ' +
|
|
7
|
-
((__t = ( ctx.component.bordered ? 'table-bordered' : '')) == null ? '' : __t) +
|
|
8
|
-
'\n ' +
|
|
9
|
-
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
10
|
-
'\n ' +
|
|
11
|
-
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
12
|
-
'\n ">\n <caption class="sr-only">' +
|
|
13
|
-
((__t = (ctx.t(ctx.component.label))) == null ? '' : __t) +
|
|
14
|
-
'</caption>\n ';
|
|
15
|
-
if (ctx.component.header && ctx.component.header.length > 0) { ;
|
|
16
|
-
__p += '\n <thead>\n <tr>\n ';
|
|
17
|
-
ctx.component.header.forEach(function(header) { ;
|
|
18
|
-
__p += '\n <th>' +
|
|
19
|
-
((__t = (ctx.t(header))) == null ? '' : __t) +
|
|
20
|
-
'</th>\n ';
|
|
21
|
-
}) ;
|
|
22
|
-
__p += '\n </tr>\n </thead>\n ';
|
|
23
|
-
} ;
|
|
24
|
-
__p += '\n <tbody>\n ';
|
|
25
|
-
ctx.tableComponents.forEach(function(row, rowIndex) { ;
|
|
26
|
-
__p += '\n <tr ref="row-' +
|
|
27
|
-
((__t = (ctx.id)) == null ? '' : __t) +
|
|
28
|
-
'">\n ';
|
|
29
|
-
row.forEach(function(column, colIndex) { ;
|
|
30
|
-
__p += '\n <td ref="' +
|
|
31
|
-
((__t = (ctx.tableKey)) == null ? '' : __t) +
|
|
32
|
-
'-' +
|
|
33
|
-
((__t = (rowIndex)) == null ? '' : __t) +
|
|
34
|
-
'"';
|
|
35
|
-
if (ctx.cellClassName) { ;
|
|
36
|
-
__p += ' class="' +
|
|
37
|
-
((__t = (ctx.cellClassName)) == null ? '' : __t) +
|
|
38
|
-
'"';
|
|
39
|
-
} ;
|
|
40
|
-
__p += '>' +
|
|
41
|
-
((__t = (column)) == null ? '' : __t) +
|
|
42
|
-
'</td>\n ';
|
|
43
|
-
}) ;
|
|
44
|
-
__p += '\n </tr>\n ';
|
|
45
|
-
}) ;
|
|
46
|
-
__p += '\n </tbody>\n</table>\n';
|
|
47
|
-
return __p
|
|
48
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
|
|
5
|
-
ctx.children.forEach(function(component) { ;
|
|
6
|
-
__p += '\n <td class="editgrid-table-column">\n ' +
|
|
7
|
-
((__t = ( component )) == null ? '' : __t) +
|
|
8
|
-
'\n </td>\n';
|
|
9
|
-
}) ;
|
|
10
|
-
__p += '\n';
|
|
11
|
-
return __p
|
|
12
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
|
|
5
|
-
if (ctx.node.isRoot) { ;
|
|
6
|
-
__p += '\n <div ref="root" class="list-group-item">\n';
|
|
7
|
-
} else { ;
|
|
8
|
-
__p += '\n <li ref="node" class="list-group-item sm:col-span-12 tree__level tree__level_' +
|
|
9
|
-
((__t = ( ctx.odd ? 'odd' : 'even' )) == null ? '' : __t) +
|
|
10
|
-
'">\n';
|
|
11
|
-
} ;
|
|
12
|
-
__p += '\n ';
|
|
13
|
-
if (ctx.content) { ;
|
|
14
|
-
__p += '\n <div ref="content" class="tree__node-content">\n ' +
|
|
15
|
-
((__t = ( ctx.content )) == null ? '' : __t) +
|
|
16
|
-
'\n </div>\n ';
|
|
17
|
-
} ;
|
|
18
|
-
__p += '\n ';
|
|
19
|
-
if (ctx.childNodes && ctx.childNodes.length) { ;
|
|
20
|
-
__p += '\n <ul ref="childNodes" class="tree__node-children list-group grid grid-cols-12 gap-4">\n ' +
|
|
21
|
-
((__t = ( ctx.childNodes.join('') )) == null ? '' : __t) +
|
|
22
|
-
'\n </ul>\n ';
|
|
23
|
-
} ;
|
|
24
|
-
__p += '\n';
|
|
25
|
-
if (ctx.node.isRoot) { ;
|
|
26
|
-
__p += '\n </div>\n';
|
|
27
|
-
} else { ;
|
|
28
|
-
__p += '\n </li>\n';
|
|
29
|
-
} ;
|
|
30
|
-
__p += '\n';
|
|
31
|
-
return __p
|
|
32
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<div class="node-edit">\n <div ref="nodeEdit">' +
|
|
5
|
-
((__t = ( ctx.children )) == null ? '' : __t) +
|
|
6
|
-
'</div>\n ';
|
|
7
|
-
if (!ctx.readOnly) { ;
|
|
8
|
-
__p += '\n <div class="node-actions">\n <button ref="saveNode" class="btn btn-primary saveNode">' +
|
|
9
|
-
((__t = ( ctx.t('Save') )) == null ? '' : __t) +
|
|
10
|
-
'</button>\n <button ref="cancelNode" class="btn btn-danger cancelNode">' +
|
|
11
|
-
((__t = ( ctx.t('Cancel') )) == null ? '' : __t) +
|
|
12
|
-
'</button>\n </div>\n ';
|
|
13
|
-
} ;
|
|
14
|
-
__p += '\n</div>\n';
|
|
15
|
-
return __p
|
|
16
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<div class="grid grid-cols-12 gap-4">\n ';
|
|
5
|
-
ctx.values.forEach(function(value) { ;
|
|
6
|
-
__p += '\n <div class="sm:col-span-2">\n ' +
|
|
7
|
-
((__t = ( value )) == null ? '' : __t) +
|
|
8
|
-
'\n </div>\n ';
|
|
9
|
-
}) ;
|
|
10
|
-
__p += '\n <div class="sm:col-span-3">\n <div class="btn-group pull-right">\n ';
|
|
11
|
-
if (ctx.node.hasChildren) { ;
|
|
12
|
-
__p += '\n <button ref="toggleNode" class="btn btn-default btn-sm toggleNode">' +
|
|
13
|
-
((__t = ( ctx.t(ctx.node.collapsed ? 'Expand' : 'Collapse') )) == null ? '' : __t) +
|
|
14
|
-
'</button>\n ';
|
|
15
|
-
} ;
|
|
16
|
-
__p += '\n ';
|
|
17
|
-
if (!ctx.readOnly) { ;
|
|
18
|
-
__p += '\n <button ref="addChild" class="btn btn-default btn-sm addChild">' +
|
|
19
|
-
((__t = ( ctx.t('Add') )) == null ? '' : __t) +
|
|
20
|
-
'</button>\n <button ref="editNode" class="btn btn-default btn-sm editNode">' +
|
|
21
|
-
((__t = ( ctx.t('Edit') )) == null ? '' : __t) +
|
|
22
|
-
'</button>\n <button ref="removeNode" class="btn btn-danger btn-sm removeNode">' +
|
|
23
|
-
((__t = ( ctx.t('Delete') )) == null ? '' : __t) +
|
|
24
|
-
'</button>\n ';
|
|
25
|
-
if (ctx.node.revertAvailable) { ;
|
|
26
|
-
__p += '\n <button ref="revertNode" class="btn btn-danger btn-sm revertNode">' +
|
|
27
|
-
((__t = ( ctx.t('Revert') )) == null ? '' : __t) +
|
|
28
|
-
'</button>\n ';
|
|
29
|
-
} ;
|
|
30
|
-
__p += '\n ';
|
|
31
|
-
} ;
|
|
32
|
-
__p += '\n </div>\n </div>\n</div>\n';
|
|
33
|
-
return __p
|
|
34
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '';
|
|
3
|
-
__p += '<div class="border-1 border-solid border-gray-300 bg-gray-200 shadow-inner p-5 rounded">\n <div ref="' +
|
|
4
|
-
((__t = (ctx.nestedKey)) == null ? '' : __t) +
|
|
5
|
-
'">\n ' +
|
|
6
|
-
((__t = (ctx.children)) == null ? '' : __t) +
|
|
7
|
-
'\n </div>\n</div>\n';
|
|
8
|
-
return __p
|
|
9
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<div class="' +
|
|
5
|
-
((__t = (ctx.className)) == null ? '' : __t) +
|
|
6
|
-
'">\n <div style="position: relative;">\n ';
|
|
7
|
-
if (ctx.wizardHeaderType === 'wizardHeaderVertical') { ;
|
|
8
|
-
__p += '\n <div class="row">\n ';
|
|
9
|
-
if (ctx.wizardHeaderLocation !== 'right') { ;
|
|
10
|
-
__p += '\n <div class="col-sm-2">\n ' +
|
|
11
|
-
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
|
|
12
|
-
'\n </div>\n ';
|
|
13
|
-
} ;
|
|
14
|
-
__p += '\n <div class="wizard-page col-sm-10" ref="' +
|
|
15
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
16
|
-
'">\n ' +
|
|
17
|
-
((__t = (ctx.components)) == null ? '' : __t) +
|
|
18
|
-
'\n </div>\n ';
|
|
19
|
-
if (ctx.wizardHeaderLocation === 'right') { ;
|
|
20
|
-
__p += '\n <div class="col-sm-2">\n ' +
|
|
21
|
-
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
|
|
22
|
-
'\n </div>\n ';
|
|
23
|
-
} ;
|
|
24
|
-
__p += '\n </div>\n <div class="col-sm-offset-2 col-sm-10 ' +
|
|
25
|
-
((__t = (ctx.wizardHeaderLocation === 'right' ? 'col-sm-offset-0 col-md-offset-0' : '')) == null ? '' : __t) +
|
|
26
|
-
'">\n ' +
|
|
27
|
-
((__t = ( ctx.wizardNav )) == null ? '' : __t) +
|
|
28
|
-
'\n </div>\n ';
|
|
29
|
-
} else { ;
|
|
30
|
-
__p += '\n ' +
|
|
31
|
-
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
|
|
32
|
-
'\n <div class="wizard-page" ref="' +
|
|
33
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
34
|
-
'">\n ' +
|
|
35
|
-
((__t = (ctx.components)) == null ? '' : __t) +
|
|
36
|
-
'\n </div>\n ' +
|
|
37
|
-
((__t = ( ctx.wizardNav )) == null ? '' : __t) +
|
|
38
|
-
'\n ';
|
|
39
|
-
} ;
|
|
40
|
-
__p += '\n </div>\n</div>\n';
|
|
41
|
-
return __p
|
|
42
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<nav aria-label="Wizard navigation" id="' +
|
|
5
|
-
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
6
|
-
'-header" ref="' +
|
|
7
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
8
|
-
'-header">\n <ul class="pagination" role="tablist">\n ';
|
|
9
|
-
ctx.panels.forEach(function(panel, index) { ;
|
|
10
|
-
__p += '\n <li class="page-item' +
|
|
11
|
-
((__t = (ctx.currentPage === index ? ' active' : '')) == null ? '' : __t) +
|
|
12
|
-
'" style="cursor: pointer;">\n <button tabindex="0" data-index="' +
|
|
13
|
-
((__t = (index)) == null ? '' : __t) +
|
|
14
|
-
'" role="tab" class="page-link" ref="' +
|
|
15
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
16
|
-
'-link">\n ' +
|
|
17
|
-
((__t = (ctx.t(panel.title, { _userInput: true }))) == null ? '' : __t) +
|
|
18
|
-
'\n ';
|
|
19
|
-
if (panel.tooltip && ctx.currentPage === index) { ;
|
|
20
|
-
__p += '\n <i ref="' +
|
|
21
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
22
|
-
'-tooltip" class="' +
|
|
23
|
-
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
24
|
-
' text-muted" data-tooltip="' +
|
|
25
|
-
((__t = (panel.tooltip)) == null ? '' : __t) +
|
|
26
|
-
'"></i>\n ';
|
|
27
|
-
} ;
|
|
28
|
-
__p += '\n </button>\n </li>\n ';
|
|
29
|
-
}) ;
|
|
30
|
-
__p += '\n </ul>\n</nav>\n';
|
|
31
|
-
return __p
|
|
32
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<nav aria-label="navigation" id="' +
|
|
5
|
-
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
6
|
-
'-header">\n <div class="classic-pagination row justify-content-center" style="border-bottom:0;">\n ';
|
|
7
|
-
ctx.panels.forEach(function(panel, index) { ;
|
|
8
|
-
__p += '\n <div class="classic-pagination-page col-xs-12 col-sm-6 col-md-3\n ' +
|
|
9
|
-
((__t = (ctx.currentPage < index ? ' disabled' : '')) == null ? '' : __t) +
|
|
10
|
-
'\n ' +
|
|
11
|
-
((__t = (ctx.currentPage === index ? ' active' : '')) == null ? '' : __t) +
|
|
12
|
-
'\n ' +
|
|
13
|
-
((__t = (ctx.currentPage > index ? ' complete' : '')) == null ? '' : __t) +
|
|
14
|
-
'">\n <div class="text-center classic-pagination-title">' +
|
|
15
|
-
((__t = (ctx.t(panel.title, { _userInput: true }))) == null ? '' : __t) +
|
|
16
|
-
'</div>\n ';
|
|
17
|
-
if (ctx.panels.length > 1) { ;
|
|
18
|
-
__p += '\n <div class="progress"><div class="progress-bar"></div></div>\n ';
|
|
19
|
-
} ;
|
|
20
|
-
__p += ' \n <span ref="' +
|
|
21
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
22
|
-
'-link" class="classic-pagination-dot"></span>\n </div>\n ';
|
|
23
|
-
}) ;
|
|
24
|
-
__p += '\n </div>\n</nav>\n';
|
|
25
|
-
return __p
|
|
26
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<nav aria-label="navigation" id="' +
|
|
5
|
-
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
6
|
-
'-header">\n <ul class="pagination flex-column">\n ';
|
|
7
|
-
ctx.panels.forEach(function(panel, index) { ;
|
|
8
|
-
__p += '\n <li class="col-xs-12 page-item' +
|
|
9
|
-
((__t = (ctx.currentPage === index ? ' active' : '')) == null ? '' : __t) +
|
|
10
|
-
'" style="cursor: pointer;">\n <span class="page-link" ref="' +
|
|
11
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
12
|
-
'-link" style="margin-left: 0px;">\n ' +
|
|
13
|
-
((__t = (ctx.t(panel.title, { _userInput: true }))) == null ? '' : __t) +
|
|
14
|
-
'\n ';
|
|
15
|
-
if (panel.tooltip && ctx.currentPage === index) { ;
|
|
16
|
-
__p += '\n <i ref="' +
|
|
17
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
18
|
-
'-tooltip" class="' +
|
|
19
|
-
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
20
|
-
' text-muted" data-tooltip="' +
|
|
21
|
-
((__t = (panel.tooltip)) == null ? '' : __t) +
|
|
22
|
-
'"></i>\n ';
|
|
23
|
-
} ;
|
|
24
|
-
__p += '\n </span>\n </li>\n ';
|
|
25
|
-
}) ;
|
|
26
|
-
__p += '\n </ul>\n</nav>\n';
|
|
27
|
-
return __p
|
|
28
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
export default function(ctx) {
|
|
2
|
-
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
-
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<ul class="formio-wizard-nav-container list-inline" id="' +
|
|
5
|
-
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
6
|
-
'-nav">\n ';
|
|
7
|
-
ctx.buttonOrder.forEach(function(button) { ;
|
|
8
|
-
__p += '\n ';
|
|
9
|
-
if (button === 'cancel' && ctx.buttons.cancel) { ;
|
|
10
|
-
__p += '\n <li>\n <button class="btn btn-secondary btn-wizard-nav-cancel" ref="' +
|
|
11
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
12
|
-
'-cancel" aria-label="' +
|
|
13
|
-
((__t = (ctx.t('cancelButtonAriaLabel'))) == null ? '' : __t) +
|
|
14
|
-
'">' +
|
|
15
|
-
((__t = (ctx.t('cancel'))) == null ? '' : __t) +
|
|
16
|
-
'</button>\n </li>\n ';
|
|
17
|
-
} ;
|
|
18
|
-
__p += '\n ';
|
|
19
|
-
if (button === 'previous' && ctx.buttons.previous) { ;
|
|
20
|
-
__p += '\n <li>\n <button class="btn btn-primary btn-wizard-nav-previous" ref="' +
|
|
21
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
22
|
-
'-previous" aria-label="' +
|
|
23
|
-
((__t = (ctx.t('previousButtonAriaLabel'))) == null ? '' : __t) +
|
|
24
|
-
'">' +
|
|
25
|
-
((__t = (ctx.t('previous'))) == null ? '' : __t) +
|
|
26
|
-
'</button>\n </li>\n ';
|
|
27
|
-
} ;
|
|
28
|
-
__p += '\n ';
|
|
29
|
-
if (button === 'next' && ctx.buttons.next) { ;
|
|
30
|
-
__p += '\n <li>\n <button class="btn btn-primary btn-wizard-nav-next" ref="' +
|
|
31
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
32
|
-
'-next" aria-label="' +
|
|
33
|
-
((__t = (ctx.t('nextButtonAriaLabel'))) == null ? '' : __t) +
|
|
34
|
-
'">' +
|
|
35
|
-
((__t = (ctx.t('next'))) == null ? '' : __t) +
|
|
36
|
-
'</button>\n </li>\n ';
|
|
37
|
-
} ;
|
|
38
|
-
__p += '\n ';
|
|
39
|
-
if (button === 'submit' && ctx.buttons.submit) { ;
|
|
40
|
-
__p += '\n <li>\n ';
|
|
41
|
-
if (ctx.disableWizardSubmit){ ;
|
|
42
|
-
__p += '\n <button disabled class="btn btn-primary btn-wizard-nav-submit" ref="' +
|
|
43
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
44
|
-
'-submit" aria-label="' +
|
|
45
|
-
((__t = (ctx.t('submitButtonAriaLabel'))) == null ? '' : __t) +
|
|
46
|
-
'">' +
|
|
47
|
-
((__t = (ctx.t('submit'))) == null ? '' : __t) +
|
|
48
|
-
'</button>\n ';
|
|
49
|
-
} else { ;
|
|
50
|
-
__p += '\n <button class="btn btn-primary btn-wizard-nav-submit" ref="' +
|
|
51
|
-
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
52
|
-
'-submit" aria-label="' +
|
|
53
|
-
((__t = (ctx.t('submitButtonAriaLabel'))) == null ? '' : __t) +
|
|
54
|
-
'">' +
|
|
55
|
-
((__t = (ctx.t('submit'))) == null ? '' : __t) +
|
|
56
|
-
'</button>\n ';
|
|
57
|
-
} ;
|
|
58
|
-
__p += '\n </li>\n ';
|
|
59
|
-
} ;
|
|
60
|
-
__p += '\n ';
|
|
61
|
-
}) ;
|
|
62
|
-
__p += '\n</ul>\n';
|
|
63
|
-
return __p
|
|
64
|
-
}
|