@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,24 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<label id="l-' +
|
|
7
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
8
|
+
'" class="control-label ' +
|
|
9
|
+
((__t = ( ctx.label.className )) == null ? '' : __t) +
|
|
10
|
+
'">\n ' +
|
|
11
|
+
((__t = ( ctx.t(ctx.component.label, { _userInput: true }) )) == null ? '' : __t) +
|
|
12
|
+
'<span ref="modalLabelValue" class="visually-hidden">. ' +
|
|
13
|
+
((__t = ( ctx.component.type === 'signature' ? ctx.self.getValueAsString(ctx.previewText) : ctx.previewText )) == null ? '' : __t) +
|
|
14
|
+
'</span>\n</label><br>\n<span class="visually-hidden" ref="modalPreviewLiveRegion" aria-live="assertive"></span>\n<button\n lang="en"\n class="btn btn-light btn-md open-modal-button form-control ' +
|
|
15
|
+
((__t = (ctx.openModalBtnClasses || '')) == null ? '' : __t) +
|
|
16
|
+
'"\n ref="openModal"\n aria-labelledby="l-' +
|
|
17
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
18
|
+
'"\n>\n ' +
|
|
19
|
+
((__t = ( ctx.previewText )) == null ? '' : __t) +
|
|
20
|
+
'\n</button>\n<div class="formio-errors invalid-feedback">\n ' +
|
|
21
|
+
((__t = ( ctx.messages )) == null ? '' : __t) +
|
|
22
|
+
'\n</div>\n';
|
|
23
|
+
return __p
|
|
24
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="formio-dialog formio-dialog-theme-default formio-modaledit-dialog">\n <div ref="overlay" class="formio-dialog-overlay"></div>\n <div ref="content" class="formio-modaledit-content">\n <button\n ref="close"\n type="button"\n role="button"\n class="btn btn-primary btn-xs formio-modaledit-close">\n ' +
|
|
7
|
+
((__t = (ctx.t('Close'))) == null ? '' : __t) +
|
|
8
|
+
'\n </button>\n <div ref="inner" class="reset-margins"></div>\n </div>\n</div>\n';
|
|
9
|
+
return __p
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div ref="container" class="formio-modaledit-view-container">\n <button\n ref="edit"\n type="button"\n role="button"\n class="btn btn-xxs btn-warning formio-modaledit-edit">\n <i class="' +
|
|
7
|
+
((__t = (ctx.iconClass('edit'))) == null ? '' : __t) +
|
|
8
|
+
'"></i>\n </button>\n <div ref="input" class="modaledit-view-inner reset-margins">' +
|
|
9
|
+
((__t = (ctx.content)) == null ? '' : __t) +
|
|
10
|
+
'</div>\n</div>\n';
|
|
11
|
+
return __p
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<tr ref="row">\n <td>\n ' +
|
|
8
|
+
((__t = (ctx.element)) == null ? '' : __t) +
|
|
9
|
+
'\n </td>\n ';
|
|
10
|
+
if (!ctx.disabled) { ;
|
|
11
|
+
__p += '\n <td>\n <button type="button" class="btn btn-secondary" ref="removeRow">\n <i class="' +
|
|
12
|
+
((__t = (ctx.iconClass('remove-circle'))) == null ? '' : __t) +
|
|
13
|
+
'"></i>\n </button>\n </td>\n ';
|
|
14
|
+
} ;
|
|
15
|
+
__p += '\n</tr>\n';
|
|
16
|
+
return __p
|
|
17
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<table class="table table-bordered">\n <tbody>\n ' +
|
|
8
|
+
((__t = (ctx.rows)) == null ? '' : __t) +
|
|
9
|
+
'\n ';
|
|
10
|
+
if (!ctx.disabled) { ;
|
|
11
|
+
__p += '\n <tr>\n <td colspan="2">\n <button class="btn btn-primary formio-button-add-another" ref="addButton"><i class="' +
|
|
12
|
+
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
|
|
13
|
+
'"></i> ' +
|
|
14
|
+
((__t = (ctx.t(ctx.addAnother, { _userInput: true }))) == null ? '' : __t) +
|
|
15
|
+
'</button>\n </td>\n </tr>\n ';
|
|
16
|
+
} ;
|
|
17
|
+
__p += '\n </tbody>\n</table>\n';
|
|
18
|
+
return __p
|
|
19
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div\n class="input-group formio-multiple-mask-container"\n ref="' +
|
|
8
|
+
((__t = (ctx.input.ref ? ctx.input.ref : 'input')) == null ? '' : __t) +
|
|
9
|
+
'"\n>\n <select\n class="form-control formio-multiple-mask-select"\n id="' +
|
|
10
|
+
((__t = (ctx.key)) == null ? '' : __t) +
|
|
11
|
+
'-mask"\n ref="select"\n ';
|
|
12
|
+
if (ctx.input.attr.disabled) { ;
|
|
13
|
+
__p += 'disabled';
|
|
14
|
+
} ;
|
|
15
|
+
__p += '>\n ';
|
|
16
|
+
ctx.selectOptions.forEach(function(option) { ;
|
|
17
|
+
__p += '\n <option value="' +
|
|
18
|
+
((__t = (option.value)) == null ? '' : __t) +
|
|
19
|
+
'">' +
|
|
20
|
+
((__t = (option.label)) == null ? '' : __t) +
|
|
21
|
+
'</option>\n ';
|
|
22
|
+
}); ;
|
|
23
|
+
__p += '\n </select>\n <input\n ref="mask"\n ';
|
|
24
|
+
for (var attr in ctx.input.attr) { ;
|
|
25
|
+
__p += '\n ' +
|
|
26
|
+
((__t = (attr)) == null ? '' : __t) +
|
|
27
|
+
'="' +
|
|
28
|
+
((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
|
|
29
|
+
'"\n ';
|
|
30
|
+
} ;
|
|
31
|
+
__p += '\n >\n</div>\n';
|
|
32
|
+
return __p
|
|
33
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div class="mb-2 card border">\n ';
|
|
8
|
+
if (!ctx.component.hideLabel || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { ;
|
|
9
|
+
__p += '\n <div class="card-header ' +
|
|
10
|
+
((__t = (ctx.transform('class', 'bg-' + ctx.component.theme))) == null ? '' : __t) +
|
|
11
|
+
'"\n ';
|
|
12
|
+
if (ctx.component.collapsible) { ;
|
|
13
|
+
__p += '\n tabindex="0"\n ';
|
|
14
|
+
} ;
|
|
15
|
+
__p += '\n role="button"\n aria-expanded="' +
|
|
16
|
+
((__t = (ctx.component.collapsible ? !ctx.collapsed : true)) == null ? '' : __t) +
|
|
17
|
+
'"\n aria-controls="' +
|
|
18
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
19
|
+
'-' +
|
|
20
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
21
|
+
'"\n ref="header"\n >\n <span class="mb-0 card-title ';
|
|
22
|
+
if (ctx.component.theme && ctx.component.theme !== 'default') { ;
|
|
23
|
+
__p += 'text-light';
|
|
24
|
+
} ;
|
|
25
|
+
__p += '">\n ';
|
|
26
|
+
if (ctx.component.collapsible) { ;
|
|
27
|
+
__p += '\n <i class="formio-collapse-icon ' +
|
|
28
|
+
((__t = (ctx.iconClass(ctx.collapsed ? 'plus-square-o' : 'minus-square-o'))) == null ? '' : __t) +
|
|
29
|
+
' text-muted" data-title="Collapse Panel"></i>\n ';
|
|
30
|
+
} ;
|
|
31
|
+
__p += '\n ';
|
|
32
|
+
if (!ctx.component.hideLabel || ctx.builder) { ;
|
|
33
|
+
__p += '\n ' +
|
|
34
|
+
((__t = (ctx.t(ctx.component.title, { _userInput: true }))) == null ? '' : __t) +
|
|
35
|
+
'\n ';
|
|
36
|
+
} ;
|
|
37
|
+
__p += '\n ';
|
|
38
|
+
if (ctx.component.tooltip) { ;
|
|
39
|
+
__p += '\n <i ref="tooltip" tabindex="0" class="' +
|
|
40
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
41
|
+
' text-muted" data-tooltip="' +
|
|
42
|
+
((__t = (ctx.component.tooltip)) == null ? '' : __t) +
|
|
43
|
+
'"></i>\n ';
|
|
44
|
+
} ;
|
|
45
|
+
__p += '\n </span>\n </div>\n ';
|
|
46
|
+
} ;
|
|
47
|
+
__p += '\n ';
|
|
48
|
+
if (!ctx.collapsed || ctx.builder) { ;
|
|
49
|
+
__p += '\n <div class="card-body" ref="' +
|
|
50
|
+
((__t = (ctx.nestedKey)) == null ? '' : __t) +
|
|
51
|
+
'" id="' +
|
|
52
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
53
|
+
'-' +
|
|
54
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
55
|
+
'">\n ' +
|
|
56
|
+
((__t = (ctx.children)) == null ? '' : __t) +
|
|
57
|
+
'\n </div>\n ';
|
|
58
|
+
} ;
|
|
59
|
+
__p += '\n</div>\n';
|
|
60
|
+
return __p
|
|
61
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="' +
|
|
7
|
+
((__t = (ctx.classes)) == null ? '' : __t) +
|
|
8
|
+
'" ref="webform">\n <span data-noattach="true" ref="zoomIn" style="position:absolute;right:10px;top:10px;cursor:pointer;" class="btn btn-default btn-secondary no-disable">\n <i class="' +
|
|
9
|
+
((__t = ( ctx.iconClass('zoom-in') )) == null ? '' : __t) +
|
|
10
|
+
'"></i>\n </span>\n <span data-noattach="true" ref="zoomOut" style="position:absolute;right:10px;top:60px;cursor:pointer;" class="btn btn-default btn-secondary no-disable">\n <i class="' +
|
|
11
|
+
((__t = ( ctx.iconClass('zoom-out') )) == null ? '' : __t) +
|
|
12
|
+
'"></i>\n </span>\n <div data-noattach="true" ref="iframeContainer"></div>\n ' +
|
|
13
|
+
((__t = ( ctx.submitButton )) == null ? '' : __t) +
|
|
14
|
+
'\n</div>\n';
|
|
15
|
+
return __p
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="formio builder row formbuilder">\n <div class="col-xs-4 col-sm-3 col-md-2 formcomponents">\n ' +
|
|
7
|
+
((__t = (ctx.sidebar)) == null ? '' : __t) +
|
|
8
|
+
'\n </div>\n <div class="col-xs-8 col-sm-9 col-md-10 formarea" ref="form">\n <div class="formio-drop-zone" ref="iframeDropzone"></div>\n ' +
|
|
9
|
+
((__t = (ctx.form)) == null ? '' : __t) +
|
|
10
|
+
'\n </div>\n</div>\n';
|
|
11
|
+
return __p
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="pdf-upload formio-component-file">\n <h3 class="label">' +
|
|
7
|
+
((__t = (ctx.t('Upload a PDF File'))) == null ? '' : __t) +
|
|
8
|
+
'</h3>\n <input type="file" style="opacity: 0; position: absolute;" tabindex="-1" accept=".pdf" ref="hiddenFileInputElement">\n <div class="fileSelector" ref="fileDrop">\n <span ref="dragDropText">\n <i class="' +
|
|
9
|
+
((__t = (ctx.iconClass('cloud-upload'))) == null ? '' : __t) +
|
|
10
|
+
'"></i>' +
|
|
11
|
+
((__t = (ctx.t('Drop pdf to start, or'))) == null ? '' : __t) +
|
|
12
|
+
' <a href="#" ref="fileBrowse" class="browse">' +
|
|
13
|
+
((__t = (ctx.t('browse'))) == null ? '' : __t) +
|
|
14
|
+
'</a>\n </span>\n <div class="progress pdf-progress" ref="uploadProgressWrapper" style="display:none;">\n <div class="progress-bar" ref="uploadProgress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>\n </div>\n </div>\n <div class="alert alert-danger" ref="uploadError">\n\n </div>\n</div>\n\n';
|
|
15
|
+
return __p
|
|
16
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div\n class="form-radio radio"\n ref="radioGroup"\n role="' +
|
|
8
|
+
((__t = (ctx.component.type === 'selectboxes' ? 'group' : 'radiogroup')) == null ? '' : __t) +
|
|
9
|
+
'"\n aria-required="' +
|
|
10
|
+
((__t = (ctx.input.component.validate.required)) == null ? '' : __t) +
|
|
11
|
+
'"\n aria-labelledby="l-' +
|
|
12
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
13
|
+
'-' +
|
|
14
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
15
|
+
'"\n ';
|
|
16
|
+
if (ctx.component.description) { ;
|
|
17
|
+
__p += '\n aria-describedby="d-' +
|
|
18
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
19
|
+
'-' +
|
|
20
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
21
|
+
'"\n ';
|
|
22
|
+
} ;
|
|
23
|
+
__p += '\n>\n ';
|
|
24
|
+
ctx.values.forEach(function(item, index) { ;
|
|
25
|
+
__p += '\n <div class="form-check ' +
|
|
26
|
+
((__t = (ctx.input.attr.type)) == null ? '' : __t) +
|
|
27
|
+
' ' +
|
|
28
|
+
((__t = ( ctx.component.optionsLabelPosition && ctx.component.optionsLabelPosition !== 'right' ? 'ps-0' : '')) == null ? '' : __t) +
|
|
29
|
+
' form-check' +
|
|
30
|
+
((__t = (ctx.inline ? '-inline' : '')) == null ? '' : __t) +
|
|
31
|
+
'" ref="wrapper">\n ';
|
|
32
|
+
if (['left', 'top'].includes(ctx.component.optionsLabelPosition)) { ;
|
|
33
|
+
__p += '\n <label class="form-check-label label-position-' +
|
|
34
|
+
((__t = ( ctx.component.optionsLabelPosition )) == null ? '' : __t) +
|
|
35
|
+
'" for="' +
|
|
36
|
+
((__t = (ctx.instance.root && ctx.instance.root.id)) == null ? '' : __t) +
|
|
37
|
+
'-' +
|
|
38
|
+
((__t = (ctx.id)) == null ? '' : __t) +
|
|
39
|
+
'-' +
|
|
40
|
+
((__t = (ctx.row)) == null ? '' : __t) +
|
|
41
|
+
'-' +
|
|
42
|
+
((__t = ((typeof item.value === 'object') ? item.value + '-' + index : item.value)) == null ? '' : __t) +
|
|
43
|
+
'"><span>' +
|
|
44
|
+
((__t = (ctx.t(item.label, { _userInput: true }))) == null ? '' : __t) +
|
|
45
|
+
'</span></label>\n ';
|
|
46
|
+
} ;
|
|
47
|
+
__p += '\n <' +
|
|
48
|
+
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
49
|
+
'\n ref="input"\n ';
|
|
50
|
+
for (var attr in ctx.input.attr) { ;
|
|
51
|
+
__p += '\n ' +
|
|
52
|
+
((__t = (attr)) == null ? '' : __t) +
|
|
53
|
+
'="' +
|
|
54
|
+
((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
|
|
55
|
+
'"\n ';
|
|
56
|
+
} ;
|
|
57
|
+
__p += '\n value="' +
|
|
58
|
+
((__t = (item.value)) == null ? '' : __t) +
|
|
59
|
+
'"\n ';
|
|
60
|
+
if (ctx.value && (ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value]))) { ;
|
|
61
|
+
__p += '\n checked=true\n ';
|
|
62
|
+
} ;
|
|
63
|
+
__p += '\n ';
|
|
64
|
+
if (item.disabled) { ;
|
|
65
|
+
__p += '\n disabled=true\n ';
|
|
66
|
+
} ;
|
|
67
|
+
__p += '\n id="' +
|
|
68
|
+
((__t = (ctx.instance.root && ctx.instance.root.id)) == null ? '' : __t) +
|
|
69
|
+
'-' +
|
|
70
|
+
((__t = (ctx.id)) == null ? '' : __t) +
|
|
71
|
+
'-' +
|
|
72
|
+
((__t = (ctx.row)) == null ? '' : __t) +
|
|
73
|
+
'-' +
|
|
74
|
+
((__t = ((typeof item.value === 'object') ? item.value + '-' + index : item.value)) == null ? '' : __t) +
|
|
75
|
+
'"\n role="' +
|
|
76
|
+
((__t = (ctx.component.type === 'selectboxes' ? 'checkbox' : 'radio')) == null ? '' : __t) +
|
|
77
|
+
'"\n >\n ';
|
|
78
|
+
if (!ctx.component.optionsLabelPosition || ['right', 'bottom'].includes(ctx.component.optionsLabelPosition)) { ;
|
|
79
|
+
__p += '\n <label class="form-check-label label-position-' +
|
|
80
|
+
((__t = ( ctx.component.optionsLabelPosition )) == null ? '' : __t) +
|
|
81
|
+
'" for="' +
|
|
82
|
+
((__t = (ctx.instance.root && ctx.instance.root.id)) == null ? '' : __t) +
|
|
83
|
+
'-' +
|
|
84
|
+
((__t = (ctx.id)) == null ? '' : __t) +
|
|
85
|
+
'-' +
|
|
86
|
+
((__t = (ctx.row)) == null ? '' : __t) +
|
|
87
|
+
'-' +
|
|
88
|
+
((__t = ((typeof item.value === 'object') ? item.value + '-' + index : item.value)) == null ? '' : __t) +
|
|
89
|
+
'"><span>' +
|
|
90
|
+
((__t = (ctx.t(item.label, { _userInput: true }))) == null ? '' : __t) +
|
|
91
|
+
'</span></label>\n ';
|
|
92
|
+
} ;
|
|
93
|
+
__p += '\n </div>\n ';
|
|
94
|
+
}) ;
|
|
95
|
+
__p += '\n</div>\n';
|
|
96
|
+
return __p
|
|
97
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div ref="value">\n ';
|
|
8
|
+
var filtered = ctx.values.filter(function(item) {return ctx.value === item.value || (typeof ctx.value === 'object' && ctx.value.hasOwnProperty(item.value) && ctx.value[item.value])}).map(function(item) { return ctx.t(item.label, { _userInput: true })}).join(', ') ;
|
|
9
|
+
__p += '\n ' +
|
|
10
|
+
((__t = ( filtered )) == null ? '' : __t) +
|
|
11
|
+
'\n </div>\n';
|
|
12
|
+
return __p
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<table class="table table-bordered">\n <tbody>\n <tr>\n <td>\n ' +
|
|
7
|
+
((__t = (ctx.element)) == null ? '' : __t) +
|
|
8
|
+
'\n </td>\n </tr>\n <tr>\n <td colspan="2">\n <button class="btn btn-primary formio-button-add-resource" ref="addResource">\n <i class="' +
|
|
9
|
+
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
|
|
10
|
+
'"></i>\n ' +
|
|
11
|
+
((__t = (ctx.t(ctx.component.addResourceLabel || 'Add Resource', { _userInput: true }))) == null ? '' : __t) +
|
|
12
|
+
'\n </button>\n </td>\n </tr>\n </tbody>\n</table>\n';
|
|
13
|
+
return __p
|
|
14
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<select\n ref="' +
|
|
8
|
+
((__t = (ctx.input.ref ? ctx.input.ref : 'selectContainer')) == null ? '' : __t) +
|
|
9
|
+
'"\n ' +
|
|
10
|
+
((__t = ( ctx.input.multiple ? 'multiple' : '' )) == null ? '' : __t) +
|
|
11
|
+
'\n ';
|
|
12
|
+
for (var attr in ctx.input.attr) { ;
|
|
13
|
+
__p += '\n ' +
|
|
14
|
+
((__t = (attr)) == null ? '' : __t) +
|
|
15
|
+
'="' +
|
|
16
|
+
((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
|
|
17
|
+
'"\n ';
|
|
18
|
+
} ;
|
|
19
|
+
__p += '\n ';
|
|
20
|
+
if (!ctx.input.attr.id) { ;
|
|
21
|
+
__p += '\n id="' +
|
|
22
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
23
|
+
'-' +
|
|
24
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
25
|
+
'"\n ';
|
|
26
|
+
} ;
|
|
27
|
+
__p += '\n ';
|
|
28
|
+
if (ctx.component.description) { ;
|
|
29
|
+
__p += '\n aria-describedby="d-' +
|
|
30
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
31
|
+
'-' +
|
|
32
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
33
|
+
'"\n ';
|
|
34
|
+
} ;
|
|
35
|
+
__p += '\n aria-required="' +
|
|
36
|
+
((__t = (ctx.input.ref === 'selectContainer' || !ctx.input.ref ? ctx.input.component.validate.required : ctx.component.fields[ctx.input.ref].required)) == null ? '' : __t) +
|
|
37
|
+
'"\n>' +
|
|
38
|
+
((__t = (ctx.selectOptions)) == null ? '' : __t) +
|
|
39
|
+
'</select>\n<input type="text"\n class="formio-select-autocomplete-input"\n ref="autocompleteInput"\n ';
|
|
40
|
+
if (ctx.input.attr.autocomplete) { ;
|
|
41
|
+
__p += '\n autocomplete="' +
|
|
42
|
+
((__t = (ctx.input.attr.autocomplete)) == null ? '' : __t) +
|
|
43
|
+
'"\n ';
|
|
44
|
+
} ;
|
|
45
|
+
__p += '\n tabindex="-1"\n aria-label="' +
|
|
46
|
+
((__t = (ctx.t('autocomplete'))) == null ? '' : __t) +
|
|
47
|
+
'"\n/>\n';
|
|
48
|
+
return __p
|
|
49
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div ref="value">';
|
|
8
|
+
if (ctx.value) { ;
|
|
9
|
+
__p +=
|
|
10
|
+
((__t = ( ctx.self.itemValueForHTMLMode(ctx.value) )) == null ? '' : __t);
|
|
11
|
+
} else { ;
|
|
12
|
+
__p += '-';
|
|
13
|
+
} ;
|
|
14
|
+
__p += '</div>\n';
|
|
15
|
+
return __p
|
|
16
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<option ' +
|
|
8
|
+
((__t = ( ctx.selected ? 'selected="selected"' : '' )) == null ? '' : __t) +
|
|
9
|
+
'\n value=\'' +
|
|
10
|
+
((__t = (ctx.useId ? ctx.id : ctx.option.value)) == null ? '' : __t) +
|
|
11
|
+
'\'\n ';
|
|
12
|
+
for (var attr in ctx.attrs) { ;
|
|
13
|
+
__p += '\n ' +
|
|
14
|
+
((__t = (attr)) == null ? '' : __t) +
|
|
15
|
+
'="' +
|
|
16
|
+
((__t = (ctx.attrs[attr])) == null ? '' : __t) +
|
|
17
|
+
'"\n ';
|
|
18
|
+
} ;
|
|
19
|
+
__p += '\n >\n ' +
|
|
20
|
+
((__t = (ctx.t(ctx.option.label, { _userInput: true }))) == null ? '' : __t) +
|
|
21
|
+
'\n</option>\n';
|
|
22
|
+
return __p
|
|
23
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
|
|
8
|
+
if (ctx.selected) { ;
|
|
9
|
+
__p +=
|
|
10
|
+
((__t = (ctx.t(ctx.option.label, { _userInput: true }))) == null ? '' : __t);
|
|
11
|
+
} ;
|
|
12
|
+
__p += '\n';
|
|
13
|
+
return __p
|
|
14
|
+
}
|