@opencitylabs/bootstrap-italia 0.0.9
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/LICENSE +21 -0
- package/Readme.md +26 -0
- package/dist/bootstrapItalia.js +1 -0
- package/dist/ocl.css +0 -0
- package/dist/ocl.min.css +0 -0
- package/lib/cjs/bootstrapItalia.d.ts +232 -0
- package/lib/cjs/bootstrapItalia.js +9 -0
- package/lib/cjs/package.json +3 -0
- package/lib/cjs/templates/bootstrapItalia/address/form.ejs.js +61 -0
- package/lib/cjs/templates/bootstrapItalia/address/html.ejs.js +16 -0
- package/lib/cjs/templates/bootstrapItalia/address/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/address/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/alert/form.ejs.js +31 -0
- package/lib/cjs/templates/bootstrapItalia/alert/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/alert/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builder/form.ejs.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/builder/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builder/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderComponent/form.ejs.js +35 -0
- package/lib/cjs/templates/bootstrapItalia/builderComponent/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderComponent/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderComponents/form.ejs.js +14 -0
- package/lib/cjs/templates/bootstrapItalia/builderComponents/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderComponents/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderEditForm/form.ejs.js +65 -0
- package/lib/cjs/templates/bootstrapItalia/builderEditForm/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderEditForm/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/form.ejs.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderPlaceholder/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderSidebar/form.ejs.js +19 -0
- package/lib/cjs/templates/bootstrapItalia/builderSidebar/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderSidebar/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/form.ejs.js +71 -0
- package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderSidebarGroup/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderWizard/form.ejs.js +33 -0
- package/lib/cjs/templates/bootstrapItalia/builderWizard/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/builderWizard/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/button/form.ejs.js +51 -0
- package/lib/cjs/templates/bootstrapItalia/button/html.ejs.js +8 -0
- package/lib/cjs/templates/bootstrapItalia/button/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/button/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/checkbox/form.ejs.js +57 -0
- package/lib/cjs/templates/bootstrapItalia/checkbox/html.ejs.js +25 -0
- package/lib/cjs/templates/bootstrapItalia/checkbox/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/checkbox/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/columns/form.ejs.js +25 -0
- package/lib/cjs/templates/bootstrapItalia/columns/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/columns/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/component/form.ejs.js +25 -0
- package/lib/cjs/templates/bootstrapItalia/component/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/component/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/componentModal/form.ejs.js +47 -0
- package/lib/cjs/templates/bootstrapItalia/componentModal/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/componentModal/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/components/form.ejs.js +10 -0
- package/lib/cjs/templates/bootstrapItalia/components/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/components/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/container/form.ejs.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/container/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/container/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/cssClasses.d.ts +17 -0
- package/lib/cjs/templates/bootstrapItalia/cssClasses.js +18 -0
- package/lib/cjs/templates/bootstrapItalia/datagrid/form.ejs.js +145 -0
- package/lib/cjs/templates/bootstrapItalia/datagrid/html.ejs.js +49 -0
- package/lib/cjs/templates/bootstrapItalia/datagrid/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/datagrid/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/day/form.ejs.js +101 -0
- package/lib/cjs/templates/bootstrapItalia/day/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/day/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/dialog/form.ejs.js +8 -0
- package/lib/cjs/templates/bootstrapItalia/dialog/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/dialog/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/editgrid/form.ejs.js +65 -0
- package/lib/cjs/templates/bootstrapItalia/editgrid/html.ejs.js +55 -0
- package/lib/cjs/templates/bootstrapItalia/editgrid/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/editgrid/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/editgridTable/form.ejs.js +69 -0
- package/lib/cjs/templates/bootstrapItalia/editgridTable/html.ejs.js +59 -0
- package/lib/cjs/templates/bootstrapItalia/editgridTable/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/editgridTable/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/errorsList/form.ejs.js +25 -0
- package/lib/cjs/templates/bootstrapItalia/errorsList/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/errorsList/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/field/align.ejs.js +41 -0
- package/lib/cjs/templates/bootstrapItalia/field/form.ejs.js +39 -0
- package/lib/cjs/templates/bootstrapItalia/field/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/field/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/fieldset/form.ejs.js +31 -0
- package/lib/cjs/templates/bootstrapItalia/fieldset/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/fieldset/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/file/form.ejs.js +345 -0
- package/lib/cjs/templates/bootstrapItalia/file/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/file/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/html/form.ejs.js +28 -0
- package/lib/cjs/templates/bootstrapItalia/html/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/html/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/icon/form.ejs.js +16 -0
- package/lib/cjs/templates/bootstrapItalia/icon/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/icon/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/iconClass.d.ts +2 -0
- package/lib/cjs/templates/bootstrapItalia/iconClass.js +137 -0
- package/lib/cjs/templates/bootstrapItalia/index.d.ts +227 -0
- package/lib/cjs/templates/bootstrapItalia/index.js +144 -0
- package/lib/cjs/templates/bootstrapItalia/input/form.ejs.js +129 -0
- package/lib/cjs/templates/bootstrapItalia/input/html.ejs.js +16 -0
- package/lib/cjs/templates/bootstrapItalia/input/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/input/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/label/form.ejs.js +41 -0
- package/lib/cjs/templates/bootstrapItalia/label/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/label/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/loader/form.ejs.js +8 -0
- package/lib/cjs/templates/bootstrapItalia/loader/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/loader/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/loading/form.ejs.js +8 -0
- package/lib/cjs/templates/bootstrapItalia/loading/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/loading/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/map/form.ejs.js +10 -0
- package/lib/cjs/templates/bootstrapItalia/map/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/map/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/message/form.ejs.js +16 -0
- package/lib/cjs/templates/bootstrapItalia/message/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/message/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/modalPreview/form.ejs.js +24 -0
- package/lib/cjs/templates/bootstrapItalia/modalPreview/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/modalPreview/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/modaldialog/form.ejs.js +10 -0
- package/lib/cjs/templates/bootstrapItalia/modaldialog/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/modaldialog/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/modaledit/form.ejs.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/modaledit/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/modaledit/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/multiValueRow/form.ejs.js +17 -0
- package/lib/cjs/templates/bootstrapItalia/multiValueRow/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/multiValueRow/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/multiValueTable/form.ejs.js +19 -0
- package/lib/cjs/templates/bootstrapItalia/multiValueTable/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/multiValueTable/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/form.ejs.js +33 -0
- package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/multipleMasksInput/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/panel/form.ejs.js +61 -0
- package/lib/cjs/templates/bootstrapItalia/panel/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/panel/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/pdf/form.ejs.js +16 -0
- package/lib/cjs/templates/bootstrapItalia/pdf/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/pdf/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/pdfBuilder/form.ejs.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/pdfBuilder/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/pdfBuilder/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/form.ejs.js +16 -0
- package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/pdfBuilderUpload/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/radio/form.ejs.js +97 -0
- package/lib/cjs/templates/bootstrapItalia/radio/html.ejs.js +13 -0
- package/lib/cjs/templates/bootstrapItalia/radio/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/radio/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/resourceAdd/form.ejs.js +14 -0
- package/lib/cjs/templates/bootstrapItalia/resourceAdd/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/resourceAdd/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/select/form.ejs.js +49 -0
- package/lib/cjs/templates/bootstrapItalia/select/html.ejs.js +16 -0
- package/lib/cjs/templates/bootstrapItalia/select/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/select/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/selectOption/form.ejs.js +23 -0
- package/lib/cjs/templates/bootstrapItalia/selectOption/html.ejs.js +14 -0
- package/lib/cjs/templates/bootstrapItalia/selectOption/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/selectOption/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/signature/form.ejs.js +33 -0
- package/lib/cjs/templates/bootstrapItalia/signature/html.ejs.js +8 -0
- package/lib/cjs/templates/bootstrapItalia/signature/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/signature/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/survey/form.ejs.js +55 -0
- package/lib/cjs/templates/bootstrapItalia/survey/html.ejs.js +25 -0
- package/lib/cjs/templates/bootstrapItalia/survey/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/survey/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/tab/flat.ejs.js +19 -0
- package/lib/cjs/templates/bootstrapItalia/tab/form.ejs.js +41 -0
- package/lib/cjs/templates/bootstrapItalia/tab/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/tab/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/table/form.ejs.js +51 -0
- package/lib/cjs/templates/bootstrapItalia/table/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/table/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/tableComponents/form.ejs.js +15 -0
- package/lib/cjs/templates/bootstrapItalia/tableComponents/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/tableComponents/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/tree/form.ejs.js +35 -0
- package/lib/cjs/templates/bootstrapItalia/tree/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/tree/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/tree/partials/edit.ejs.js +19 -0
- package/lib/cjs/templates/bootstrapItalia/tree/partials/index.d.ts +9 -0
- package/lib/cjs/templates/bootstrapItalia/tree/partials/index.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/tree/partials/view.ejs.js +37 -0
- package/lib/cjs/templates/bootstrapItalia/webform/builder.ejs.js +10 -0
- package/lib/cjs/templates/bootstrapItalia/webform/form.ejs.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/webform/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/webform/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/well/form.ejs.js +12 -0
- package/lib/cjs/templates/bootstrapItalia/well/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/well/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizard/builder.ejs.js +10 -0
- package/lib/cjs/templates/bootstrapItalia/wizard/form.ejs.js +45 -0
- package/lib/cjs/templates/bootstrapItalia/wizard/index.d.ts +5 -0
- package/lib/cjs/templates/bootstrapItalia/wizard/index.js +5 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeader/form.ejs.js +35 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeader/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeader/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/form.ejs.js +29 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeaderClassic/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/form.ejs.js +31 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizardHeaderVertical/index.js +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizardNav/form.ejs.js +67 -0
- package/lib/cjs/templates/bootstrapItalia/wizardNav/index.d.ts +4 -0
- package/lib/cjs/templates/bootstrapItalia/wizardNav/index.js +4 -0
- package/lib/cjs/templates/components/editgrid/header.ejs.js +19 -0
- package/lib/cjs/templates/components/editgrid/index.d.ts +5 -0
- package/lib/cjs/templates/components/editgrid/index.js +5 -0
- package/lib/cjs/templates/components/editgrid/row.ejs.js +27 -0
- package/lib/cjs/templates/components/index.d.ts +2 -0
- package/lib/cjs/templates/components/index.js +5 -0
- package/lib/css/styles.css +0 -0
- package/lib/mjs/bootstrapItalia.d.ts +232 -0
- package/lib/mjs/bootstrapItalia.js +7 -0
- package/lib/mjs/package.json +3 -0
- package/lib/mjs/templates/bootstrapItalia/address/form.ejs.js +58 -0
- package/lib/mjs/templates/bootstrapItalia/address/html.ejs.js +13 -0
- package/lib/mjs/templates/bootstrapItalia/address/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/address/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/alert/form.ejs.js +28 -0
- package/lib/mjs/templates/bootstrapItalia/alert/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/alert/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builder/form.ejs.js +9 -0
- package/lib/mjs/templates/bootstrapItalia/builder/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builder/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builderComponent/form.ejs.js +32 -0
- package/lib/mjs/templates/bootstrapItalia/builderComponent/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builderComponent/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builderComponents/form.ejs.js +11 -0
- package/lib/mjs/templates/bootstrapItalia/builderComponents/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builderComponents/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builderEditForm/form.ejs.js +62 -0
- package/lib/mjs/templates/bootstrapItalia/builderEditForm/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builderEditForm/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/form.ejs.js +9 -0
- package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builderPlaceholder/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builderSidebar/form.ejs.js +16 -0
- package/lib/mjs/templates/bootstrapItalia/builderSidebar/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builderSidebar/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/form.ejs.js +68 -0
- package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builderSidebarGroup/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/builderWizard/form.ejs.js +30 -0
- package/lib/mjs/templates/bootstrapItalia/builderWizard/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/builderWizard/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/button/form.ejs.js +48 -0
- package/lib/mjs/templates/bootstrapItalia/button/html.ejs.js +5 -0
- package/lib/mjs/templates/bootstrapItalia/button/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/button/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/checkbox/form.ejs.js +54 -0
- package/lib/mjs/templates/bootstrapItalia/checkbox/html.ejs.js +22 -0
- package/lib/mjs/templates/bootstrapItalia/checkbox/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/checkbox/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/columns/form.ejs.js +22 -0
- package/lib/mjs/templates/bootstrapItalia/columns/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/columns/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/component/form.ejs.js +22 -0
- package/lib/mjs/templates/bootstrapItalia/component/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/component/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/componentModal/form.ejs.js +44 -0
- package/lib/mjs/templates/bootstrapItalia/componentModal/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/componentModal/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/components/form.ejs.js +7 -0
- package/lib/mjs/templates/bootstrapItalia/components/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/components/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/container/form.ejs.js +9 -0
- package/lib/mjs/templates/bootstrapItalia/container/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/container/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/cssClasses.d.ts +17 -0
- package/lib/mjs/templates/bootstrapItalia/cssClasses.js +16 -0
- package/lib/mjs/templates/bootstrapItalia/datagrid/form.ejs.js +142 -0
- package/lib/mjs/templates/bootstrapItalia/datagrid/html.ejs.js +46 -0
- package/lib/mjs/templates/bootstrapItalia/datagrid/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/datagrid/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/day/form.ejs.js +98 -0
- package/lib/mjs/templates/bootstrapItalia/day/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/day/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/dialog/form.ejs.js +5 -0
- package/lib/mjs/templates/bootstrapItalia/dialog/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/dialog/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/editgrid/form.ejs.js +62 -0
- package/lib/mjs/templates/bootstrapItalia/editgrid/html.ejs.js +52 -0
- package/lib/mjs/templates/bootstrapItalia/editgrid/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/editgrid/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/editgridTable/form.ejs.js +66 -0
- package/lib/mjs/templates/bootstrapItalia/editgridTable/html.ejs.js +56 -0
- package/lib/mjs/templates/bootstrapItalia/editgridTable/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/editgridTable/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/errorsList/form.ejs.js +22 -0
- package/lib/mjs/templates/bootstrapItalia/errorsList/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/errorsList/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/field/align.ejs.js +38 -0
- package/lib/mjs/templates/bootstrapItalia/field/form.ejs.js +36 -0
- package/lib/mjs/templates/bootstrapItalia/field/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/field/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/fieldset/form.ejs.js +28 -0
- package/lib/mjs/templates/bootstrapItalia/fieldset/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/fieldset/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/file/form.ejs.js +342 -0
- package/lib/mjs/templates/bootstrapItalia/file/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/file/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/html/form.ejs.js +25 -0
- package/lib/mjs/templates/bootstrapItalia/html/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/html/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/icon/form.ejs.js +13 -0
- package/lib/mjs/templates/bootstrapItalia/icon/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/icon/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/iconClass.d.ts +2 -0
- package/lib/mjs/templates/bootstrapItalia/iconClass.js +135 -0
- package/lib/mjs/templates/bootstrapItalia/index.d.ts +227 -0
- package/lib/mjs/templates/bootstrapItalia/index.js +148 -0
- package/lib/mjs/templates/bootstrapItalia/input/form.ejs.js +126 -0
- package/lib/mjs/templates/bootstrapItalia/input/html.ejs.js +13 -0
- package/lib/mjs/templates/bootstrapItalia/input/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/input/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/label/form.ejs.js +38 -0
- package/lib/mjs/templates/bootstrapItalia/label/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/label/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/loader/form.ejs.js +5 -0
- package/lib/mjs/templates/bootstrapItalia/loader/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/loader/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/loading/form.ejs.js +5 -0
- package/lib/mjs/templates/bootstrapItalia/loading/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/loading/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/map/form.ejs.js +7 -0
- package/lib/mjs/templates/bootstrapItalia/map/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/map/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/message/form.ejs.js +13 -0
- package/lib/mjs/templates/bootstrapItalia/message/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/message/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/modalPreview/form.ejs.js +21 -0
- package/lib/mjs/templates/bootstrapItalia/modalPreview/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/modalPreview/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/modaldialog/form.ejs.js +7 -0
- package/lib/mjs/templates/bootstrapItalia/modaldialog/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/modaldialog/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/modaledit/form.ejs.js +9 -0
- package/lib/mjs/templates/bootstrapItalia/modaledit/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/modaledit/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/multiValueRow/form.ejs.js +14 -0
- package/lib/mjs/templates/bootstrapItalia/multiValueRow/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/multiValueRow/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/multiValueTable/form.ejs.js +16 -0
- package/lib/mjs/templates/bootstrapItalia/multiValueTable/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/multiValueTable/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/form.ejs.js +30 -0
- package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/multipleMasksInput/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/panel/form.ejs.js +58 -0
- package/lib/mjs/templates/bootstrapItalia/panel/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/panel/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/pdf/form.ejs.js +13 -0
- package/lib/mjs/templates/bootstrapItalia/pdf/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/pdf/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/pdfBuilder/form.ejs.js +9 -0
- package/lib/mjs/templates/bootstrapItalia/pdfBuilder/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/pdfBuilder/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/form.ejs.js +13 -0
- package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/pdfBuilderUpload/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/radio/form.ejs.js +94 -0
- package/lib/mjs/templates/bootstrapItalia/radio/html.ejs.js +10 -0
- package/lib/mjs/templates/bootstrapItalia/radio/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/radio/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/resourceAdd/form.ejs.js +11 -0
- package/lib/mjs/templates/bootstrapItalia/resourceAdd/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/resourceAdd/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/select/form.ejs.js +46 -0
- package/lib/mjs/templates/bootstrapItalia/select/html.ejs.js +13 -0
- package/lib/mjs/templates/bootstrapItalia/select/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/select/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/selectOption/form.ejs.js +20 -0
- package/lib/mjs/templates/bootstrapItalia/selectOption/html.ejs.js +11 -0
- package/lib/mjs/templates/bootstrapItalia/selectOption/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/selectOption/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/signature/form.ejs.js +30 -0
- package/lib/mjs/templates/bootstrapItalia/signature/html.ejs.js +5 -0
- package/lib/mjs/templates/bootstrapItalia/signature/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/signature/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/survey/form.ejs.js +52 -0
- package/lib/mjs/templates/bootstrapItalia/survey/html.ejs.js +22 -0
- package/lib/mjs/templates/bootstrapItalia/survey/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/survey/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/tab/flat.ejs.js +16 -0
- package/lib/mjs/templates/bootstrapItalia/tab/form.ejs.js +38 -0
- package/lib/mjs/templates/bootstrapItalia/tab/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/tab/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/table/form.ejs.js +48 -0
- package/lib/mjs/templates/bootstrapItalia/table/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/table/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/tableComponents/form.ejs.js +12 -0
- package/lib/mjs/templates/bootstrapItalia/tableComponents/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/tableComponents/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/tree/form.ejs.js +32 -0
- package/lib/mjs/templates/bootstrapItalia/tree/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/tree/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/tree/partials/edit.ejs.js +16 -0
- package/lib/mjs/templates/bootstrapItalia/tree/partials/index.d.ts +9 -0
- package/lib/mjs/templates/bootstrapItalia/tree/partials/index.js +10 -0
- package/lib/mjs/templates/bootstrapItalia/tree/partials/view.ejs.js +34 -0
- package/lib/mjs/templates/bootstrapItalia/webform/builder.ejs.js +7 -0
- package/lib/mjs/templates/bootstrapItalia/webform/form.ejs.js +9 -0
- package/lib/mjs/templates/bootstrapItalia/webform/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/webform/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/well/form.ejs.js +9 -0
- package/lib/mjs/templates/bootstrapItalia/well/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/well/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/wizard/builder.ejs.js +7 -0
- package/lib/mjs/templates/bootstrapItalia/wizard/form.ejs.js +42 -0
- package/lib/mjs/templates/bootstrapItalia/wizard/index.d.ts +5 -0
- package/lib/mjs/templates/bootstrapItalia/wizard/index.js +3 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeader/form.ejs.js +32 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeader/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeader/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/form.ejs.js +26 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeaderClassic/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/form.ejs.js +28 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/wizardHeaderVertical/index.js +2 -0
- package/lib/mjs/templates/bootstrapItalia/wizardNav/form.ejs.js +64 -0
- package/lib/mjs/templates/bootstrapItalia/wizardNav/index.d.ts +4 -0
- package/lib/mjs/templates/bootstrapItalia/wizardNav/index.js +2 -0
- package/lib/mjs/templates/components/editgrid/header.ejs.js +16 -0
- package/lib/mjs/templates/components/editgrid/index.d.ts +5 -0
- package/lib/mjs/templates/components/editgrid/index.js +3 -0
- package/lib/mjs/templates/components/editgrid/row.ejs.js +24 -0
- package/lib/mjs/templates/components/index.d.ts +2 -0
- package/lib/mjs/templates/components/index.js +2 -0
- package/lib/sass/styles.scss +0 -0
- package/package.json +93 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '';
|
|
3
|
+
__p += '<div class="builder-components drag-container formio-builder-' +
|
|
4
|
+
((__t = (ctx.type)) == null ? '' : __t) +
|
|
5
|
+
'" ref="' +
|
|
6
|
+
((__t = (ctx.key)) == null ? '' : __t) +
|
|
7
|
+
'-container">\n ' +
|
|
8
|
+
((__t = (ctx.html)) == null ? '' : __t) +
|
|
9
|
+
'\n</div>\n';
|
|
10
|
+
return __p
|
|
11
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div class="row">\n <div class="col col-sm-6">\n <p class="lead">' +
|
|
5
|
+
((__t = (ctx.t(ctx.componentInfo.title, { _userInput: true }))) == null ? '' : __t) +
|
|
6
|
+
' ' +
|
|
7
|
+
((__t = (ctx.t('Component'))) == null ? '' : __t) +
|
|
8
|
+
'</p>\n </div>\n ';
|
|
9
|
+
if (ctx.helplinks) { ;
|
|
10
|
+
__p += '\n <div class="col col-sm-6">\n <div class="float-end" style="margin-right: 20px; margin-top: 10px">\n <a href="' +
|
|
11
|
+
((__t = (ctx.t(ctx.helplinks + ctx.componentInfo.documentation))) == null ? '' : __t) +
|
|
12
|
+
'" target="_blank" rel="noopener noreferrer">\n <i class="' +
|
|
13
|
+
((__t = (ctx.iconClass('new-window'))) == null ? '' : __t) +
|
|
14
|
+
'"></i> ' +
|
|
15
|
+
((__t = (ctx.t('Help'))) == null ? '' : __t) +
|
|
16
|
+
'\n </a>\n </div>\n </div>\n ';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n</div>\n<div class="row">\n <div class="col component-edit-tabs ' +
|
|
19
|
+
((__t = ( (ctx.preview && ctx.showPreview) ? 'col-sm-6' : 'col-sm-12' )) == null ? '' : __t) +
|
|
20
|
+
'">\n <div ref="editForm">\n ' +
|
|
21
|
+
((__t = (ctx.editForm)) == null ? '' : __t) +
|
|
22
|
+
'\n </div>\n ';
|
|
23
|
+
if (!ctx.showPreview) { ;
|
|
24
|
+
__p += '\n <div style="margin-top: 10px;">\n <button class="btn btn-success" style="margin-right: 10px;" ref="saveButton">' +
|
|
25
|
+
((__t = (ctx.t('Save'))) == null ? '' : __t) +
|
|
26
|
+
'</button>\n <button class="btn btn-secondary" style="margin-right: 10px;" ref="cancelButton">' +
|
|
27
|
+
((__t = (ctx.t('Cancel'))) == null ? '' : __t) +
|
|
28
|
+
'</button>\n <button class="btn btn-danger" ref="removeButton">' +
|
|
29
|
+
((__t = (ctx.t('Remove'))) == null ? '' : __t) +
|
|
30
|
+
'</button>\n ';
|
|
31
|
+
if (ctx.preview) { ;
|
|
32
|
+
__p += '\n <button class="btn btn-primary float-right" ref="previewButton">' +
|
|
33
|
+
((__t = (ctx.t('Show preview'))) == null ? '' : __t) +
|
|
34
|
+
'</button>\n ';
|
|
35
|
+
} ;
|
|
36
|
+
__p += '\n </div>\n ';
|
|
37
|
+
} ;
|
|
38
|
+
__p += '\n </div>\n ';
|
|
39
|
+
if (ctx.showPreview && ctx.preview) { ;
|
|
40
|
+
__p += '\n <div class="col col-sm-6">\n <div class="card panel preview-panel">\n <div class="card-header">\n <h4 class="card-title mb-0">' +
|
|
41
|
+
((__t = (ctx.t('Preview'))) == null ? '' : __t) +
|
|
42
|
+
'</h4>\n </div>\n <div class="card-body">\n <div class="component-preview" ref="preview">\n ' +
|
|
43
|
+
((__t = (ctx.preview)) == null ? '' : __t) +
|
|
44
|
+
'\n </div>\n </div>\n </div>\n ';
|
|
45
|
+
if (ctx.componentInfo.help) { ;
|
|
46
|
+
__p += '\n <div class="card card-body bg-light formio-settings-help">\n ' +
|
|
47
|
+
((__t = ( ctx.t(ctx.componentInfo.help) )) == null ? '' : __t) +
|
|
48
|
+
'\n </div>\n ';
|
|
49
|
+
} ;
|
|
50
|
+
__p += '\n <div style="margin-top: 10px;">\n <button class="btn btn-success" style="margin-right: 10px;" ref="saveButton">' +
|
|
51
|
+
((__t = (ctx.t('Save'))) == null ? '' : __t) +
|
|
52
|
+
'</button>\n <button class="btn btn-secondary" style="margin-right: 10px;" ref="cancelButton">' +
|
|
53
|
+
((__t = (ctx.t('Cancel'))) == null ? '' : __t) +
|
|
54
|
+
'</button>\n <button class="btn btn-danger" ref="removeButton">' +
|
|
55
|
+
((__t = (ctx.t('Remove'))) == null ? '' : __t) +
|
|
56
|
+
'</button>\n <button class="btn btn-primary float-right" ref="previewButton">' +
|
|
57
|
+
((__t = (ctx.t('Hide preview'))) == null ? '' : __t) +
|
|
58
|
+
'</button>\n </div>\n </div>\n ';
|
|
59
|
+
} ;
|
|
60
|
+
__p += '\n</div>\n';
|
|
61
|
+
return __p
|
|
62
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '';
|
|
3
|
+
__p += '<div\n class="drag-and-drop-alert alert alert-info no-drag"\n style="text-align:center;"\n role="alert"\n data-noattach="true"\n data-position="' +
|
|
4
|
+
((__t = (ctx.position)) == null ? '' : __t) +
|
|
5
|
+
'"\n>\n ' +
|
|
6
|
+
((__t = (ctx.t('Drag and Drop a form component'))) == null ? '' : __t) +
|
|
7
|
+
'\n</div>\n';
|
|
8
|
+
return __p
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div id="' +
|
|
5
|
+
((__t = (ctx.groupId)) == null ? '' : __t) +
|
|
6
|
+
'" class="accordion builder-sidebar' +
|
|
7
|
+
((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) +
|
|
8
|
+
'" ref="sidebar" role="tablist">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div ref="sidebar-groups">\n ';
|
|
9
|
+
ctx.groups.forEach(function(group) { ;
|
|
10
|
+
__p += '\n ' +
|
|
11
|
+
((__t = ( group )) == null ? '' : __t) +
|
|
12
|
+
'\n ';
|
|
13
|
+
}) ;
|
|
14
|
+
__p += '\n </div>\n</div>\n';
|
|
15
|
+
return __p
|
|
16
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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 form-builder-panel accordion-item" ref="group-panel-' +
|
|
5
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
6
|
+
'">\n <div class="card-header form-builder-group-header" id="heading-' +
|
|
7
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
8
|
+
'">\n <h5 class="mb-0 mt-0 d-grid accordion-header">\n <button\n class="btn builder-group-button"\n type="button"\n data-bs-toggle="collapse"\n data-toggle="collapse"\n data-bs-target="#group-' +
|
|
9
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
10
|
+
'"\n data-target="#group-' +
|
|
11
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
12
|
+
'"\n data-parent="#' +
|
|
13
|
+
((__t = (ctx.groupId)) == null ? '' : __t) +
|
|
14
|
+
'"\n data-bs-parent="#' +
|
|
15
|
+
((__t = (ctx.groupId)) == null ? '' : __t) +
|
|
16
|
+
'"\n aria-expanded="' +
|
|
17
|
+
((__t = (ctx.group.default)) == null ? '' : __t) +
|
|
18
|
+
'"\n aria-controls="group-' +
|
|
19
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
20
|
+
'"\n ref="sidebar-anchor"\n >\n ' +
|
|
21
|
+
((__t = (ctx.t(ctx.group.title, { _userInput: true }))) == null ? '' : __t) +
|
|
22
|
+
'\n </button>\n </h5>\n </div>\n <div\n id="group-' +
|
|
23
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
24
|
+
'"\n class="accordion-collapse collapse ' +
|
|
25
|
+
((__t = (ctx.group.default ? ' show' : '')) == null ? '' : __t) +
|
|
26
|
+
'"\n data-bs-parent="#' +
|
|
27
|
+
((__t = (ctx.groupId)) == null ? '' : __t) +
|
|
28
|
+
'"\n data-parent="#' +
|
|
29
|
+
((__t = (ctx.groupId)) == null ? '' : __t) +
|
|
30
|
+
'"\n data-default="' +
|
|
31
|
+
((__t = (ctx.group.default)) == null ? '' : __t) +
|
|
32
|
+
'"\n aria-labelledby="heading-' +
|
|
33
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
34
|
+
'"\n ref="sidebar-group"\n >\n <div id="group-container-' +
|
|
35
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
36
|
+
'" class="d-grid gap-1 no-drop p-2 w-100" ref="sidebar-container">\n ';
|
|
37
|
+
if (ctx.group.componentOrder.length || ctx.subgroups.length) { ;
|
|
38
|
+
__p += '\n ';
|
|
39
|
+
!ctx.group.componentOrder || ctx.group.componentOrder.forEach(function(componentKey) { ;
|
|
40
|
+
__p += '\n <span\n ref="sidebar-component"\n data-group="' +
|
|
41
|
+
((__t = (ctx.groupKey)) == null ? '' : __t) +
|
|
42
|
+
'"\n data-key="' +
|
|
43
|
+
((__t = (ctx.group.components[componentKey].key)) == null ? '' : __t) +
|
|
44
|
+
'"\n data-type="' +
|
|
45
|
+
((__t = (ctx.group.components[componentKey].schema.type)) == null ? '' : __t) +
|
|
46
|
+
'"\n class="btn btn-outline-primary btn-sm formcomponent drag-copy m-0"\n tabindex="' +
|
|
47
|
+
((__t = (ctx.keyboardActionsEnabled ? -1 : 0)) == null ? '' : __t) +
|
|
48
|
+
'"\n >\n ';
|
|
49
|
+
if (ctx.group.components[componentKey].icon) { ;
|
|
50
|
+
__p += '\n <i class="' +
|
|
51
|
+
((__t = (ctx.iconClass(ctx.group.components[componentKey].icon))) == null ? '' : __t) +
|
|
52
|
+
'" style="margin-right: 5px;"></i>\n ';
|
|
53
|
+
} ;
|
|
54
|
+
__p += '\n ' +
|
|
55
|
+
((__t = (ctx.t(ctx.group.components[componentKey].title, { _userInput: true }))) == null ? '' : __t) +
|
|
56
|
+
'\n </span>\n ';
|
|
57
|
+
}) ;
|
|
58
|
+
__p += '\n ' +
|
|
59
|
+
((__t = (ctx.subgroups.join(''))) == null ? '' : __t) +
|
|
60
|
+
'\n ';
|
|
61
|
+
} else { ;
|
|
62
|
+
__p += '\n <div>' +
|
|
63
|
+
((__t = (ctx.t('No Matches Found'))) == null ? '' : __t) +
|
|
64
|
+
'</div>\n ';
|
|
65
|
+
} ;
|
|
66
|
+
__p += '\n </div>\n </div>\n</div>\n';
|
|
67
|
+
return __p
|
|
68
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div class="formio builder row formbuilder">\n <div class="col-xs-4 col-sm-3 col-md-2 formcomponents">\n ' +
|
|
5
|
+
((__t = (ctx.sidebar)) == null ? '' : __t) +
|
|
6
|
+
'\n </div>\n <div class="col-xs-8 col-sm-9 col-md-10 formarea">\n <ol class="breadcrumb wizard-pages">\n ';
|
|
7
|
+
ctx.pages.forEach(function(page, pageIndex) { ;
|
|
8
|
+
__p += '\n <li>\n <span title="' +
|
|
9
|
+
((__t = (page.title)) == null ? '' : __t) +
|
|
10
|
+
'" class="me-2 badge ';
|
|
11
|
+
if (pageIndex === ctx.self.page) { ;
|
|
12
|
+
__p += 'bg-primary';
|
|
13
|
+
} else { ;
|
|
14
|
+
__p += 'bg-info';
|
|
15
|
+
} ;
|
|
16
|
+
__p += ' wizard-page-label" ref="gotoPage">' +
|
|
17
|
+
((__t = (page.title)) == null ? '' : __t) +
|
|
18
|
+
'</span>\n </li>\n ';
|
|
19
|
+
}) ;
|
|
20
|
+
__p += '\n <li class="wizard-add-page">\n <span title="' +
|
|
21
|
+
((__t = (ctx.t('Create Page'))) == null ? '' : __t) +
|
|
22
|
+
'" class="me-2 badge bg-success wizard-page-label" ref="addPage">\n <i class="' +
|
|
23
|
+
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
|
|
24
|
+
'"></i> ' +
|
|
25
|
+
((__t = (ctx.t('Page'))) == null ? '' : __t) +
|
|
26
|
+
'\n </span>\n </li>\n </ol>\n <div ref="form">\n ' +
|
|
27
|
+
((__t = (ctx.form)) == null ? '' : __t) +
|
|
28
|
+
'\n </div>\n </div>\n</div>\n';
|
|
29
|
+
return __p
|
|
30
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<' +
|
|
5
|
+
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
6
|
+
'\n ref="button"\n ';
|
|
7
|
+
for (var attr in ctx.input.attr) { ;
|
|
8
|
+
__p += '\n ' +
|
|
9
|
+
((__t = (attr)) == null ? '' : __t) +
|
|
10
|
+
'="' +
|
|
11
|
+
((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
|
|
12
|
+
'"\n ';
|
|
13
|
+
} ;
|
|
14
|
+
__p += '\n ';
|
|
15
|
+
if (ctx.component.description) { ;
|
|
16
|
+
__p += '\n aria-describedby="d-' +
|
|
17
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
18
|
+
'-' +
|
|
19
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
20
|
+
'"\n ';
|
|
21
|
+
} ;
|
|
22
|
+
__p += '\n>\n';
|
|
23
|
+
if (ctx.component.leftIcon) { ;
|
|
24
|
+
__p += '<span class="' +
|
|
25
|
+
((__t = (ctx.component.leftIcon)) == null ? '' : __t) +
|
|
26
|
+
'"></span> ';
|
|
27
|
+
} ;
|
|
28
|
+
__p += '\n' +
|
|
29
|
+
((__t = (ctx.input.content)) == null ? '' : __t) +
|
|
30
|
+
'\n';
|
|
31
|
+
if (ctx.component.tooltip) { ;
|
|
32
|
+
__p += '\n <i ref="tooltip" class="' +
|
|
33
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
34
|
+
' text-muted" data-tooltip="' +
|
|
35
|
+
((__t = (ctx.component.tooltip)) == null ? '' : __t) +
|
|
36
|
+
'"></i>\n';
|
|
37
|
+
} ;
|
|
38
|
+
__p += '\n';
|
|
39
|
+
if (ctx.component.rightIcon) { ;
|
|
40
|
+
__p += ' <span class="' +
|
|
41
|
+
((__t = (ctx.component.rightIcon)) == null ? '' : __t) +
|
|
42
|
+
'"></span>';
|
|
43
|
+
} ;
|
|
44
|
+
__p += '\n</' +
|
|
45
|
+
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
46
|
+
'>\n<div ref="buttonMessageContainer">\n <span class="help-block" ref="buttonMessage"></span>\n</div>\n';
|
|
47
|
+
return __p
|
|
48
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div class="form-check">\n <' +
|
|
5
|
+
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
6
|
+
'\n ref="input"\n ';
|
|
7
|
+
for (var attr in ctx.input.attr) { ;
|
|
8
|
+
__p += '\n ' +
|
|
9
|
+
((__t = (attr)) == null ? '' : __t) +
|
|
10
|
+
'="' +
|
|
11
|
+
((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
|
|
12
|
+
'"\n ';
|
|
13
|
+
} ;
|
|
14
|
+
__p += '\n ';
|
|
15
|
+
if (ctx.checked) { ;
|
|
16
|
+
__p += 'checked=true';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n aria-required="' +
|
|
19
|
+
((__t = (ctx.component.validate.required)) == null ? '' : __t) +
|
|
20
|
+
'"\n ';
|
|
21
|
+
if (ctx.component.description) { ;
|
|
22
|
+
__p += '\n aria-describedby="d-' +
|
|
23
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
24
|
+
'-' +
|
|
25
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
26
|
+
'"\n ';
|
|
27
|
+
} ;
|
|
28
|
+
__p += '\n id=' +
|
|
29
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
30
|
+
'-' +
|
|
31
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
32
|
+
'\n >\n ';
|
|
33
|
+
if (!ctx.self.labelIsHidden()) { ;
|
|
34
|
+
__p += '\n <label for="' +
|
|
35
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
36
|
+
'-' +
|
|
37
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
38
|
+
'" class="' +
|
|
39
|
+
((__t = (ctx.input.labelClass)) == null ? '' : __t) +
|
|
40
|
+
' form-check-label">' +
|
|
41
|
+
((__t = (ctx.input.label)) == null ? '' : __t) +
|
|
42
|
+
'</label>\n ';
|
|
43
|
+
} ;
|
|
44
|
+
__p += '\n ';
|
|
45
|
+
if (ctx.component.tooltip) { ;
|
|
46
|
+
__p += '\n <i ref="tooltip" tabindex="0" class="' +
|
|
47
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
48
|
+
' text-muted" data-tooltip="' +
|
|
49
|
+
((__t = (ctx.component.tooltip)) == null ? '' : __t) +
|
|
50
|
+
'"></i>\n ';
|
|
51
|
+
} ;
|
|
52
|
+
__p += '\n</div>\n';
|
|
53
|
+
return __p
|
|
54
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<label class="' +
|
|
5
|
+
((__t = (ctx.input.labelClass)) == null ? '' : __t) +
|
|
6
|
+
'">\n ' +
|
|
7
|
+
((__t = (ctx.input.content)) == null ? '' : __t) +
|
|
8
|
+
'\n ';
|
|
9
|
+
if (!ctx.self.labelIsHidden()) { ;
|
|
10
|
+
__p += '<span>' +
|
|
11
|
+
((__t = (ctx.input.label)) == null ? '' : __t) +
|
|
12
|
+
'</span>';
|
|
13
|
+
} ;
|
|
14
|
+
__p += '\n</label>\n<div ref="value">';
|
|
15
|
+
if (ctx.checked) { ;
|
|
16
|
+
__p += 'True';
|
|
17
|
+
} else { ;
|
|
18
|
+
__p += 'False';
|
|
19
|
+
} ;
|
|
20
|
+
__p += '</div>\n';
|
|
21
|
+
return __p
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
|
|
5
|
+
ctx.component.columns.forEach(function(column, index) { ;
|
|
6
|
+
__p += '\n<div class="col-' +
|
|
7
|
+
((__t = (column.size)) == null ? '' : __t) +
|
|
8
|
+
'-' +
|
|
9
|
+
((__t = (column.currentWidth)) == null ? '' : __t) +
|
|
10
|
+
'\n offset-' +
|
|
11
|
+
((__t = (column.size)) == null ? '' : __t) +
|
|
12
|
+
'-' +
|
|
13
|
+
((__t = (column.offset)) == null ? '' : __t) +
|
|
14
|
+
'"\n ref="' +
|
|
15
|
+
((__t = (ctx.columnKey)) == null ? '' : __t) +
|
|
16
|
+
'">\n ' +
|
|
17
|
+
((__t = (ctx.columnComponents[index])) == null ? '' : __t) +
|
|
18
|
+
'\n</div>\n';
|
|
19
|
+
}) ;
|
|
20
|
+
|
|
21
|
+
return __p
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div id="' +
|
|
5
|
+
((__t = (ctx.id)) == null ? '' : __t) +
|
|
6
|
+
'" class="' +
|
|
7
|
+
((__t = (ctx.classes)) == null ? '' : __t) +
|
|
8
|
+
'"';
|
|
9
|
+
if (ctx.styles) { ;
|
|
10
|
+
__p += ' style="' +
|
|
11
|
+
((__t = (ctx.styles)) == null ? '' : __t) +
|
|
12
|
+
'"';
|
|
13
|
+
} ;
|
|
14
|
+
__p += ' ref="component">\n ';
|
|
15
|
+
if (ctx.visible) { ;
|
|
16
|
+
__p += '\n ' +
|
|
17
|
+
((__t = (ctx.children)) == null ? '' : __t) +
|
|
18
|
+
'\n <div ref="messageContainer" class="formio-errors invalid-feedback"></div>\n ';
|
|
19
|
+
} ;
|
|
20
|
+
__p += '\n</div>\n';
|
|
21
|
+
return __p
|
|
22
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div class="formio-component-modal-wrapper formio-component-modal-wrapper-' +
|
|
5
|
+
((__t = ( ctx.component.type )) == null ? '' : __t) +
|
|
6
|
+
'" ref="componentModalWrapper">\n <div ref="openModalWrapper"></div>\n <div class="formio-dialog formio-dialog-theme-default component-rendering-hidden" ref="modalWrapper">\n <div class="formio-dialog-overlay" ref="modalOverlay"></div>\n <div class="formio-dialog-content" aria-labelledby="ml-' +
|
|
7
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
8
|
+
'-' +
|
|
9
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
10
|
+
'" ';
|
|
11
|
+
if (!ctx.self.isIE()) { ;
|
|
12
|
+
__p += ' role="dialog" ';
|
|
13
|
+
} ;
|
|
14
|
+
__p += ' ref="modalContents">\n <label class="visually-hidden" id="ml-' +
|
|
15
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
16
|
+
'-' +
|
|
17
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
18
|
+
'">' +
|
|
19
|
+
((__t = ( ctx.t(ctx.component.label) )) == null ? '' : __t) +
|
|
20
|
+
'' +
|
|
21
|
+
((__t = (ctx.self.isIE() ? ', dialog' : '')) == null ? '' : __t) +
|
|
22
|
+
'</label>\n ';
|
|
23
|
+
if (ctx.options.vpat) { ;
|
|
24
|
+
__p += '\n <button class="formio-dialog-close float-end" title="Close" aria-label="Close button. Click to get back to the form" ref="modalCloseButton"></button>\n ';
|
|
25
|
+
} else { ;
|
|
26
|
+
__p += '\n <button class="formio-dialog-close float-end btn btn-secondary btn-sm" aria-label="Close button. Click to get back to the form" ref="modalClose"></button>\n ';
|
|
27
|
+
} ;
|
|
28
|
+
__p += '\n <div ref="modalContents">\n ';
|
|
29
|
+
if (ctx.visible) { ;
|
|
30
|
+
__p += '\n ' +
|
|
31
|
+
((__t = (ctx.children)) == null ? '' : __t) +
|
|
32
|
+
'\n ';
|
|
33
|
+
} ;
|
|
34
|
+
__p += '\n <div class="formio-dialog-buttons">\n ';
|
|
35
|
+
if (ctx.options.vpat) { ;
|
|
36
|
+
__p += '\n <button class="btn btn-secondary formio-dialog-button" aria-label="Cancel button. Click to cancel the changes and get back to the form." ref="modalClose">' +
|
|
37
|
+
((__t = (ctx.t('Cancel'))) == null ? '' : __t) +
|
|
38
|
+
'</button>\n ';
|
|
39
|
+
} ;
|
|
40
|
+
__p += '\n <button class="btn btn-success formio-dialog-button" ref="modalSave" aria-label="Save button. Click to save the changes and get back to the form.">' +
|
|
41
|
+
((__t = (ctx.t('Save'))) == null ? '' : __t) +
|
|
42
|
+
'</button>\n </div>\n </div>\n </div>\n <span class="visually-hidden" ref="modalLiveRegion" aria-live="assertive"></span>\n </div>\n</div>\n';
|
|
43
|
+
return __p
|
|
44
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'border-default': string;
|
|
3
|
+
'formio-tab-panel-active': string;
|
|
4
|
+
'formio-tab-link-active': string;
|
|
5
|
+
'formio-tab-link-container-active': string;
|
|
6
|
+
'formio-form-error': string;
|
|
7
|
+
'formio-form-alert': string;
|
|
8
|
+
'formio-label-error': string;
|
|
9
|
+
'formio-input-error': string;
|
|
10
|
+
'formio-alert-danger': string;
|
|
11
|
+
'formio-alert-success': string;
|
|
12
|
+
'formio-alert-warning': string;
|
|
13
|
+
'formio-modal-cancel-button': string;
|
|
14
|
+
'formio-modal-confirm-button': string;
|
|
15
|
+
'form-group': string;
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'border-default': '',
|
|
3
|
+
'formio-tab-panel-active': 'active',
|
|
4
|
+
'formio-tab-link-active': 'active',
|
|
5
|
+
'formio-tab-link-container-active': 'active',
|
|
6
|
+
'formio-form-error': 'formio-error-wrapper has-message',
|
|
7
|
+
'formio-form-alert': 'alert alert-danger',
|
|
8
|
+
'formio-label-error': '',
|
|
9
|
+
'formio-input-error': '',
|
|
10
|
+
'formio-alert-danger': 'alert alert-danger',
|
|
11
|
+
'formio-alert-success': 'alert alert-success',
|
|
12
|
+
'formio-alert-warning': 'alert alert-warning',
|
|
13
|
+
'formio-modal-cancel-button': 'btn btn-danger formio-dialog-button',
|
|
14
|
+
'formio-modal-confirm-button': 'btn btn-primary formio-dialog-button',
|
|
15
|
+
'form-group': 'formio-form-group'
|
|
16
|
+
};
|