@tsed/tailwind-formio 2.3.2 → 3.0.0-alpha.2
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 +7 -5
- package/tsconfig.node.json +9 -4
- package/vite.config.mts +86 -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
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>tailwind-config-viewer</title><script>window.__TCV_CONFIG = {
|
|
2
|
+
configPath: './config.1e3fca3e.json'
|
|
3
|
+
}</script><link href=css/app.a4ea028b.css rel=preload as=style><link href=js/app.5db1c92a.js rel=preload as=script><link href=js/chunk-vendors.6cab5322.js rel=preload as=script><link href=css/app.a4ea028b.css rel=stylesheet></head><body><noscript><strong>We're sorry but tailwind-config-viewer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.6cab5322.js></script><script src=js/app.5db1c92a.js></script></body></html>
|
package/dist/ejs.d.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ejs.d.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,222 +1,222 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
framework: string;
|
|
3
|
-
templates: {
|
|
4
|
-
tailwind: {
|
|
5
|
-
webform: {
|
|
6
|
-
form:
|
|
7
|
-
builder:
|
|
8
|
-
};
|
|
9
|
-
well: {
|
|
10
|
-
form:
|
|
11
|
-
};
|
|
12
|
-
wizard: {
|
|
13
|
-
form:
|
|
14
|
-
builder:
|
|
15
|
-
};
|
|
16
|
-
wizardHeader: {
|
|
17
|
-
form:
|
|
18
|
-
};
|
|
19
|
-
wizardHeaderClassic: {
|
|
20
|
-
form:
|
|
21
|
-
};
|
|
22
|
-
wizardHeaderVertical: {
|
|
23
|
-
form:
|
|
24
|
-
};
|
|
25
|
-
wizardNav: {
|
|
26
|
-
form:
|
|
27
|
-
};
|
|
28
|
-
errorsList: {
|
|
29
|
-
form:
|
|
30
|
-
};
|
|
31
|
-
alert: {
|
|
32
|
-
form:
|
|
33
|
-
};
|
|
34
|
-
treeView: {
|
|
35
|
-
form:
|
|
36
|
-
};
|
|
37
|
-
treeEdit: {
|
|
38
|
-
form:
|
|
39
|
-
};
|
|
40
|
-
ICONS: Record<string, any>;
|
|
41
|
-
transform(type: string, text: string): any;
|
|
42
|
-
defaultIconset: string;
|
|
43
|
-
iconClass: (iconset: string | undefined, name: string, spinning?: boolean
|
|
44
|
-
cssClasses: {
|
|
45
|
-
"border-default": string;
|
|
46
|
-
"formio-tab-panel-active": string;
|
|
47
|
-
"formio-tab-link-active": string;
|
|
48
|
-
"formio-tab-link-container-active": string;
|
|
49
|
-
};
|
|
50
|
-
address: {
|
|
51
|
-
form:
|
|
52
|
-
};
|
|
53
|
-
builder: {
|
|
54
|
-
form:
|
|
55
|
-
};
|
|
56
|
-
builderComponent: {
|
|
57
|
-
form:
|
|
58
|
-
};
|
|
59
|
-
builderComponents: {
|
|
60
|
-
form:
|
|
61
|
-
};
|
|
62
|
-
builderEditForm: {
|
|
63
|
-
form:
|
|
64
|
-
};
|
|
65
|
-
builderPlaceholder: {
|
|
66
|
-
form:
|
|
67
|
-
};
|
|
68
|
-
builderSidebar: {
|
|
69
|
-
form:
|
|
70
|
-
};
|
|
71
|
-
builderSidebarGroup: {
|
|
72
|
-
form:
|
|
73
|
-
};
|
|
74
|
-
builderWizard: {
|
|
75
|
-
form:
|
|
76
|
-
};
|
|
77
|
-
button: {
|
|
78
|
-
form:
|
|
79
|
-
html:
|
|
80
|
-
};
|
|
81
|
-
checkbox: {
|
|
82
|
-
form:
|
|
83
|
-
html:
|
|
84
|
-
};
|
|
85
|
-
columns: {
|
|
86
|
-
form:
|
|
87
|
-
};
|
|
88
|
-
component: {
|
|
89
|
-
form:
|
|
90
|
-
};
|
|
91
|
-
componentModal: {
|
|
92
|
-
form:
|
|
93
|
-
};
|
|
94
|
-
components: {
|
|
95
|
-
form:
|
|
96
|
-
};
|
|
97
|
-
tableComponents: {
|
|
98
|
-
form:
|
|
99
|
-
};
|
|
100
|
-
container: {
|
|
101
|
-
form:
|
|
102
|
-
};
|
|
103
|
-
datagrid: {
|
|
104
|
-
form:
|
|
105
|
-
html:
|
|
106
|
-
};
|
|
107
|
-
day: {
|
|
108
|
-
form:
|
|
109
|
-
};
|
|
110
|
-
dialog: {
|
|
111
|
-
form:
|
|
112
|
-
};
|
|
113
|
-
editgrid: {
|
|
114
|
-
form:
|
|
115
|
-
html:
|
|
116
|
-
};
|
|
117
|
-
editgridTable: {
|
|
118
|
-
form:
|
|
119
|
-
html:
|
|
120
|
-
};
|
|
121
|
-
field: {
|
|
122
|
-
form:
|
|
123
|
-
align:
|
|
124
|
-
};
|
|
125
|
-
fieldset: {
|
|
126
|
-
form:
|
|
127
|
-
};
|
|
128
|
-
file: {
|
|
129
|
-
form:
|
|
130
|
-
};
|
|
131
|
-
html: {
|
|
132
|
-
form:
|
|
133
|
-
};
|
|
134
|
-
icon: {
|
|
135
|
-
form:
|
|
136
|
-
};
|
|
137
|
-
input: {
|
|
138
|
-
form:
|
|
139
|
-
html:
|
|
140
|
-
};
|
|
141
|
-
label: {
|
|
142
|
-
form:
|
|
143
|
-
};
|
|
144
|
-
loader: {
|
|
145
|
-
form:
|
|
146
|
-
};
|
|
147
|
-
loading: {
|
|
148
|
-
form:
|
|
149
|
-
};
|
|
150
|
-
map: {
|
|
151
|
-
form:
|
|
152
|
-
};
|
|
153
|
-
message: {
|
|
154
|
-
form:
|
|
155
|
-
};
|
|
156
|
-
modaledit: {
|
|
157
|
-
form:
|
|
158
|
-
};
|
|
159
|
-
modaldialog: {
|
|
160
|
-
form:
|
|
161
|
-
};
|
|
162
|
-
modalPreview: {
|
|
163
|
-
form:
|
|
164
|
-
};
|
|
165
|
-
multipleMasksInput: {
|
|
166
|
-
form:
|
|
167
|
-
};
|
|
168
|
-
multiValueRow: {
|
|
169
|
-
form:
|
|
170
|
-
};
|
|
171
|
-
multiValueTable: {
|
|
172
|
-
form:
|
|
173
|
-
};
|
|
174
|
-
panel: {
|
|
175
|
-
form:
|
|
176
|
-
};
|
|
177
|
-
pdf: {
|
|
178
|
-
form:
|
|
179
|
-
};
|
|
180
|
-
pdfBuilder: {
|
|
181
|
-
form:
|
|
182
|
-
};
|
|
183
|
-
pdfBuilderUpload: {
|
|
184
|
-
form:
|
|
185
|
-
};
|
|
186
|
-
radio: {
|
|
187
|
-
form:
|
|
188
|
-
html:
|
|
189
|
-
};
|
|
190
|
-
resourceAdd: {
|
|
191
|
-
form:
|
|
192
|
-
};
|
|
193
|
-
select: {
|
|
194
|
-
form:
|
|
195
|
-
html:
|
|
196
|
-
};
|
|
197
|
-
selectOption: {
|
|
198
|
-
form:
|
|
199
|
-
html:
|
|
200
|
-
};
|
|
201
|
-
signature: {
|
|
202
|
-
form:
|
|
203
|
-
html:
|
|
204
|
-
};
|
|
205
|
-
survey: {
|
|
206
|
-
form:
|
|
207
|
-
html:
|
|
208
|
-
};
|
|
209
|
-
tab: {
|
|
210
|
-
flat:
|
|
211
|
-
form:
|
|
212
|
-
};
|
|
213
|
-
table: {
|
|
214
|
-
form:
|
|
215
|
-
};
|
|
216
|
-
tree: {
|
|
217
|
-
form:
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
framework: string;
|
|
3
|
+
templates: {
|
|
4
|
+
tailwind: {
|
|
5
|
+
webform: {
|
|
6
|
+
form: string;
|
|
7
|
+
builder: string;
|
|
8
|
+
};
|
|
9
|
+
well: {
|
|
10
|
+
form: string;
|
|
11
|
+
};
|
|
12
|
+
wizard: {
|
|
13
|
+
form: string;
|
|
14
|
+
builder: string;
|
|
15
|
+
};
|
|
16
|
+
wizardHeader: {
|
|
17
|
+
form: string;
|
|
18
|
+
};
|
|
19
|
+
wizardHeaderClassic: {
|
|
20
|
+
form: string;
|
|
21
|
+
};
|
|
22
|
+
wizardHeaderVertical: {
|
|
23
|
+
form: string;
|
|
24
|
+
};
|
|
25
|
+
wizardNav: {
|
|
26
|
+
form: string;
|
|
27
|
+
};
|
|
28
|
+
errorsList: {
|
|
29
|
+
form: string;
|
|
30
|
+
};
|
|
31
|
+
alert: {
|
|
32
|
+
form: string;
|
|
33
|
+
};
|
|
34
|
+
treeView: {
|
|
35
|
+
form: string;
|
|
36
|
+
};
|
|
37
|
+
treeEdit: {
|
|
38
|
+
form: string;
|
|
39
|
+
};
|
|
40
|
+
ICONS: Record<string, any>;
|
|
41
|
+
transform(type: string, text: string): any;
|
|
42
|
+
defaultIconset: string;
|
|
43
|
+
iconClass: (iconset: string | undefined, name: string, spinning?: boolean) => string;
|
|
44
|
+
cssClasses: {
|
|
45
|
+
"border-default": string;
|
|
46
|
+
"formio-tab-panel-active": string;
|
|
47
|
+
"formio-tab-link-active": string;
|
|
48
|
+
"formio-tab-link-container-active": string;
|
|
49
|
+
};
|
|
50
|
+
address: {
|
|
51
|
+
form: string;
|
|
52
|
+
};
|
|
53
|
+
builder: {
|
|
54
|
+
form: string;
|
|
55
|
+
};
|
|
56
|
+
builderComponent: {
|
|
57
|
+
form: string;
|
|
58
|
+
};
|
|
59
|
+
builderComponents: {
|
|
60
|
+
form: string;
|
|
61
|
+
};
|
|
62
|
+
builderEditForm: {
|
|
63
|
+
form: string;
|
|
64
|
+
};
|
|
65
|
+
builderPlaceholder: {
|
|
66
|
+
form: string;
|
|
67
|
+
};
|
|
68
|
+
builderSidebar: {
|
|
69
|
+
form: string;
|
|
70
|
+
};
|
|
71
|
+
builderSidebarGroup: {
|
|
72
|
+
form: string;
|
|
73
|
+
};
|
|
74
|
+
builderWizard: {
|
|
75
|
+
form: string;
|
|
76
|
+
};
|
|
77
|
+
button: {
|
|
78
|
+
form: string;
|
|
79
|
+
html: string;
|
|
80
|
+
};
|
|
81
|
+
checkbox: {
|
|
82
|
+
form: string;
|
|
83
|
+
html: string;
|
|
84
|
+
};
|
|
85
|
+
columns: {
|
|
86
|
+
form: string;
|
|
87
|
+
};
|
|
88
|
+
component: {
|
|
89
|
+
form: string;
|
|
90
|
+
};
|
|
91
|
+
componentModal: {
|
|
92
|
+
form: string;
|
|
93
|
+
};
|
|
94
|
+
components: {
|
|
95
|
+
form: string;
|
|
96
|
+
};
|
|
97
|
+
tableComponents: {
|
|
98
|
+
form: string;
|
|
99
|
+
};
|
|
100
|
+
container: {
|
|
101
|
+
form: string;
|
|
102
|
+
};
|
|
103
|
+
datagrid: {
|
|
104
|
+
form: string;
|
|
105
|
+
html: string;
|
|
106
|
+
};
|
|
107
|
+
day: {
|
|
108
|
+
form: string;
|
|
109
|
+
};
|
|
110
|
+
dialog: {
|
|
111
|
+
form: string;
|
|
112
|
+
};
|
|
113
|
+
editgrid: {
|
|
114
|
+
form: string;
|
|
115
|
+
html: string;
|
|
116
|
+
};
|
|
117
|
+
editgridTable: {
|
|
118
|
+
form: string;
|
|
119
|
+
html: string;
|
|
120
|
+
};
|
|
121
|
+
field: {
|
|
122
|
+
form: string;
|
|
123
|
+
align: string;
|
|
124
|
+
};
|
|
125
|
+
fieldset: {
|
|
126
|
+
form: string;
|
|
127
|
+
};
|
|
128
|
+
file: {
|
|
129
|
+
form: string;
|
|
130
|
+
};
|
|
131
|
+
html: {
|
|
132
|
+
form: string;
|
|
133
|
+
};
|
|
134
|
+
icon: {
|
|
135
|
+
form: string;
|
|
136
|
+
};
|
|
137
|
+
input: {
|
|
138
|
+
form: string;
|
|
139
|
+
html: string;
|
|
140
|
+
};
|
|
141
|
+
label: {
|
|
142
|
+
form: string;
|
|
143
|
+
};
|
|
144
|
+
loader: {
|
|
145
|
+
form: string;
|
|
146
|
+
};
|
|
147
|
+
loading: {
|
|
148
|
+
form: string;
|
|
149
|
+
};
|
|
150
|
+
map: {
|
|
151
|
+
form: string;
|
|
152
|
+
};
|
|
153
|
+
message: {
|
|
154
|
+
form: string;
|
|
155
|
+
};
|
|
156
|
+
modaledit: {
|
|
157
|
+
form: string;
|
|
158
|
+
};
|
|
159
|
+
modaldialog: {
|
|
160
|
+
form: string;
|
|
161
|
+
};
|
|
162
|
+
modalPreview: {
|
|
163
|
+
form: string;
|
|
164
|
+
};
|
|
165
|
+
multipleMasksInput: {
|
|
166
|
+
form: string;
|
|
167
|
+
};
|
|
168
|
+
multiValueRow: {
|
|
169
|
+
form: string;
|
|
170
|
+
};
|
|
171
|
+
multiValueTable: {
|
|
172
|
+
form: string;
|
|
173
|
+
};
|
|
174
|
+
panel: {
|
|
175
|
+
form: string;
|
|
176
|
+
};
|
|
177
|
+
pdf: {
|
|
178
|
+
form: string;
|
|
179
|
+
};
|
|
180
|
+
pdfBuilder: {
|
|
181
|
+
form: string;
|
|
182
|
+
};
|
|
183
|
+
pdfBuilderUpload: {
|
|
184
|
+
form: string;
|
|
185
|
+
};
|
|
186
|
+
radio: {
|
|
187
|
+
form: string;
|
|
188
|
+
html: string;
|
|
189
|
+
};
|
|
190
|
+
resourceAdd: {
|
|
191
|
+
form: string;
|
|
192
|
+
};
|
|
193
|
+
select: {
|
|
194
|
+
form: string;
|
|
195
|
+
html: string;
|
|
196
|
+
};
|
|
197
|
+
selectOption: {
|
|
198
|
+
form: string;
|
|
199
|
+
html: string;
|
|
200
|
+
};
|
|
201
|
+
signature: {
|
|
202
|
+
form: string;
|
|
203
|
+
html: string;
|
|
204
|
+
};
|
|
205
|
+
survey: {
|
|
206
|
+
form: string;
|
|
207
|
+
html: string;
|
|
208
|
+
};
|
|
209
|
+
tab: {
|
|
210
|
+
flat: string;
|
|
211
|
+
form: string;
|
|
212
|
+
};
|
|
213
|
+
table: {
|
|
214
|
+
form: string;
|
|
215
|
+
};
|
|
216
|
+
tree: {
|
|
217
|
+
form: string;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
export default _default;
|