@opencitylabs/bootstrap-italia 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bootstrapItalia.js +1 -0
- package/lib/cjs/bootstrapItalia.d.ts +232 -0
- package/lib/cjs/bootstrapItalia.js +9 -0
- package/lib/cjs/templates/bootstrap3/builderSidebar/form.ejs.js +3 -1
- package/lib/cjs/templates/bootstrap4/builderComponent/form.ejs.js +14 -6
- package/lib/cjs/templates/bootstrap4/checkbox/form.ejs.js +19 -3
- package/lib/cjs/templates/bootstrap4/datagrid/form.ejs.js +2 -2
- package/lib/cjs/templates/bootstrap5/builderComponent/form.ejs.js +14 -6
- package/lib/cjs/templates/bootstrap5/builderSidebar/form.ejs.js +3 -1
- package/lib/cjs/templates/bootstrap5/checkbox/form.ejs.js +20 -4
- package/lib/cjs/templates/bootstrap5/datagrid/form.ejs.js +2 -2
- 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 +21 -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 +65 -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/css/styles.css +0 -0
- package/lib/mjs/bootstrapItalia.d.ts +232 -0
- package/lib/mjs/bootstrapItalia.js +7 -0
- package/lib/mjs/templates/bootstrap3/builderSidebar/form.ejs.js +3 -1
- package/lib/mjs/templates/bootstrap4/builderComponent/form.ejs.js +14 -6
- package/lib/mjs/templates/bootstrap4/checkbox/form.ejs.js +19 -3
- package/lib/mjs/templates/bootstrap4/datagrid/form.ejs.js +2 -2
- package/lib/mjs/templates/bootstrap5/builderComponent/form.ejs.js +14 -6
- package/lib/mjs/templates/bootstrap5/builderSidebar/form.ejs.js +3 -1
- package/lib/mjs/templates/bootstrap5/checkbox/form.ejs.js +20 -4
- package/lib/mjs/templates/bootstrap5/datagrid/form.ejs.js +2 -2
- 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 +18 -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 +62 -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/sass/styles.scss +0 -0
- package/package.json +8 -4
- package/dist/bootstrap3.js +0 -1
- package/dist/bootstrap4.js +0 -1
- package/dist/bootstrap5.js +0 -1
|
@@ -0,0 +1,29 @@
|
|
|
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 += '<nav aria-label="navigation" id="' +
|
|
8
|
+
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
9
|
+
'-header">\n <div class="classic-pagination row justify-content-center" style="border-bottom:0;">\n ';
|
|
10
|
+
ctx.panels.forEach(function(panel, index) { ;
|
|
11
|
+
__p += '\n <div class="classic-pagination-page col-xs-12 col-sm-6 col-md-3\n ' +
|
|
12
|
+
((__t = (ctx.currentPage < index ? ' disabled' : '')) == null ? '' : __t) +
|
|
13
|
+
'\n ' +
|
|
14
|
+
((__t = (ctx.currentPage === index ? ' active' : '')) == null ? '' : __t) +
|
|
15
|
+
'\n ' +
|
|
16
|
+
((__t = (ctx.currentPage > index ? ' complete' : '')) == null ? '' : __t) +
|
|
17
|
+
'">\n <div class="text-center classic-pagination-title">' +
|
|
18
|
+
((__t = (ctx.t(panel.title, { _userInput: true }))) == null ? '' : __t) +
|
|
19
|
+
'</div>\n ';
|
|
20
|
+
if (ctx.panels.length > 1) { ;
|
|
21
|
+
__p += '\n <div class="progress"><div class="progress-bar"></div></div>\n ';
|
|
22
|
+
} ;
|
|
23
|
+
__p += ' \n <span ref="' +
|
|
24
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
25
|
+
'-link" class="classic-pagination-dot"></span>\n </div>\n ';
|
|
26
|
+
}) ;
|
|
27
|
+
__p += '\n </div>\n</nav>\n';
|
|
28
|
+
return __p
|
|
29
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 += '<nav aria-label="navigation" id="' +
|
|
8
|
+
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
9
|
+
'-header">\n <ul class="pagination flex-column">\n ';
|
|
10
|
+
ctx.panels.forEach(function(panel, index) { ;
|
|
11
|
+
__p += '\n <li class="col-xs-12 page-item' +
|
|
12
|
+
((__t = (ctx.currentPage === index ? ' active' : '')) == null ? '' : __t) +
|
|
13
|
+
'" style="cursor: pointer;">\n <span class="page-link" ref="' +
|
|
14
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
15
|
+
'-link" style="margin-left: 0px;">\n ' +
|
|
16
|
+
((__t = (ctx.t(panel.title, { _userInput: true }))) == null ? '' : __t) +
|
|
17
|
+
'\n ';
|
|
18
|
+
if (panel.tooltip && ctx.currentPage === index) { ;
|
|
19
|
+
__p += '\n <i ref="' +
|
|
20
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
21
|
+
'-tooltip" class="' +
|
|
22
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
23
|
+
' text-muted" data-tooltip="' +
|
|
24
|
+
((__t = (panel.tooltip)) == null ? '' : __t) +
|
|
25
|
+
'"></i>\n ';
|
|
26
|
+
} ;
|
|
27
|
+
__p += '\n </span>\n </li>\n ';
|
|
28
|
+
}) ;
|
|
29
|
+
__p += '\n </ul>\n</nav>\n';
|
|
30
|
+
return __p
|
|
31
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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 += '<ul class="formio-wizard-nav-container list-inline" id="' +
|
|
8
|
+
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
9
|
+
'-nav">\n ';
|
|
10
|
+
ctx.buttonOrder.forEach(function(button) { ;
|
|
11
|
+
__p += '\n ';
|
|
12
|
+
if (button === 'cancel' && ctx.buttons.cancel) { ;
|
|
13
|
+
__p += '\n <li>\n <button class="btn btn-secondary btn-wizard-nav-cancel" ref="' +
|
|
14
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
15
|
+
'-cancel" aria-label="' +
|
|
16
|
+
((__t = (ctx.t('cancelButtonAriaLabel'))) == null ? '' : __t) +
|
|
17
|
+
'">' +
|
|
18
|
+
((__t = (ctx.t('cancel'))) == null ? '' : __t) +
|
|
19
|
+
'</button>\n </li>\n ';
|
|
20
|
+
} ;
|
|
21
|
+
__p += '\n ';
|
|
22
|
+
if (button === 'previous' && ctx.buttons.previous) { ;
|
|
23
|
+
__p += '\n <li>\n <button class="btn btn-primary btn-wizard-nav-previous" ref="' +
|
|
24
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
25
|
+
'-previous" aria-label="' +
|
|
26
|
+
((__t = (ctx.t('previousButtonAriaLabel'))) == null ? '' : __t) +
|
|
27
|
+
'">' +
|
|
28
|
+
((__t = (ctx.t('previous'))) == null ? '' : __t) +
|
|
29
|
+
'</button>\n </li>\n ';
|
|
30
|
+
} ;
|
|
31
|
+
__p += '\n ';
|
|
32
|
+
if (button === 'next' && ctx.buttons.next) { ;
|
|
33
|
+
__p += '\n <li>\n <button class="btn btn-primary btn-wizard-nav-next" ref="' +
|
|
34
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
35
|
+
'-next" aria-label="' +
|
|
36
|
+
((__t = (ctx.t('nextButtonAriaLabel'))) == null ? '' : __t) +
|
|
37
|
+
'">' +
|
|
38
|
+
((__t = (ctx.t('next'))) == null ? '' : __t) +
|
|
39
|
+
'</button>\n </li>\n ';
|
|
40
|
+
} ;
|
|
41
|
+
__p += '\n ';
|
|
42
|
+
if (button === 'submit' && ctx.buttons.submit) { ;
|
|
43
|
+
__p += '\n <li>\n ';
|
|
44
|
+
if (ctx.disableWizardSubmit){ ;
|
|
45
|
+
__p += '\n <button disabled class="btn btn-primary btn-wizard-nav-submit" ref="' +
|
|
46
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
47
|
+
'-submit" aria-label="' +
|
|
48
|
+
((__t = (ctx.t('submitButtonAriaLabel'))) == null ? '' : __t) +
|
|
49
|
+
'">' +
|
|
50
|
+
((__t = (ctx.t('submit'))) == null ? '' : __t) +
|
|
51
|
+
'</button>\n ';
|
|
52
|
+
} else { ;
|
|
53
|
+
__p += '\n <button class="btn btn-primary btn-wizard-nav-submit" ref="' +
|
|
54
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
55
|
+
'-submit" aria-label="' +
|
|
56
|
+
((__t = (ctx.t('submitButtonAriaLabel'))) == null ? '' : __t) +
|
|
57
|
+
'">' +
|
|
58
|
+
((__t = (ctx.t('submit'))) == null ? '' : __t) +
|
|
59
|
+
'</button>\n ';
|
|
60
|
+
} ;
|
|
61
|
+
__p += '\n </li>\n ';
|
|
62
|
+
} ;
|
|
63
|
+
__p += '\n ';
|
|
64
|
+
}) ;
|
|
65
|
+
__p += '\n</ul>\n';
|
|
66
|
+
return __p
|
|
67
|
+
}
|
|
File without changes
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
framework: string;
|
|
3
|
+
templates: {
|
|
4
|
+
bootstrapItalia: {
|
|
5
|
+
webform: {
|
|
6
|
+
form: string;
|
|
7
|
+
builder: string;
|
|
8
|
+
};
|
|
9
|
+
well: {
|
|
10
|
+
form: string;
|
|
11
|
+
};
|
|
12
|
+
wizard: {
|
|
13
|
+
form: string;
|
|
14
|
+
builder: string;
|
|
15
|
+
};
|
|
16
|
+
wizardHeader: {
|
|
17
|
+
form: string;
|
|
18
|
+
};
|
|
19
|
+
wizardHeaderClassic: {
|
|
20
|
+
form: string;
|
|
21
|
+
};
|
|
22
|
+
wizardHeaderVertical: {
|
|
23
|
+
form: string;
|
|
24
|
+
};
|
|
25
|
+
wizardNav: {
|
|
26
|
+
form: string;
|
|
27
|
+
};
|
|
28
|
+
errorsList: {
|
|
29
|
+
form: string;
|
|
30
|
+
};
|
|
31
|
+
alert: {
|
|
32
|
+
form: string;
|
|
33
|
+
};
|
|
34
|
+
treeView: {
|
|
35
|
+
form: string;
|
|
36
|
+
};
|
|
37
|
+
treeEdit: {
|
|
38
|
+
form: string;
|
|
39
|
+
};
|
|
40
|
+
transform(type: any, text: any, instance: any): any;
|
|
41
|
+
defaultIconset: string;
|
|
42
|
+
iconClass: (iconset: any, name: any, spinning: any) => string;
|
|
43
|
+
cssClasses: {
|
|
44
|
+
'border-default': string;
|
|
45
|
+
'formio-tab-panel-active': string;
|
|
46
|
+
'formio-tab-link-active': string;
|
|
47
|
+
'formio-tab-link-container-active': string;
|
|
48
|
+
'formio-form-error': string;
|
|
49
|
+
'formio-form-alert': string;
|
|
50
|
+
'formio-label-error': string;
|
|
51
|
+
'formio-input-error': string;
|
|
52
|
+
'formio-alert-danger': string;
|
|
53
|
+
'formio-alert-success': string;
|
|
54
|
+
'formio-alert-warning': string;
|
|
55
|
+
'formio-modal-cancel-button': string;
|
|
56
|
+
'formio-modal-confirm-button': string;
|
|
57
|
+
'form-group': string;
|
|
58
|
+
};
|
|
59
|
+
address: {
|
|
60
|
+
form: string;
|
|
61
|
+
html: string;
|
|
62
|
+
};
|
|
63
|
+
builder: {
|
|
64
|
+
form: string;
|
|
65
|
+
};
|
|
66
|
+
builderComponent: {
|
|
67
|
+
form: string;
|
|
68
|
+
};
|
|
69
|
+
builderComponents: {
|
|
70
|
+
form: string;
|
|
71
|
+
};
|
|
72
|
+
builderEditForm: {
|
|
73
|
+
form: string;
|
|
74
|
+
};
|
|
75
|
+
builderPlaceholder: {
|
|
76
|
+
form: string;
|
|
77
|
+
};
|
|
78
|
+
builderSidebar: {
|
|
79
|
+
form: string;
|
|
80
|
+
};
|
|
81
|
+
builderSidebarGroup: {
|
|
82
|
+
form: string;
|
|
83
|
+
};
|
|
84
|
+
builderWizard: {
|
|
85
|
+
form: string;
|
|
86
|
+
};
|
|
87
|
+
button: {
|
|
88
|
+
form: string;
|
|
89
|
+
html: string;
|
|
90
|
+
};
|
|
91
|
+
checkbox: {
|
|
92
|
+
form: string;
|
|
93
|
+
html: string;
|
|
94
|
+
};
|
|
95
|
+
columns: {
|
|
96
|
+
form: string;
|
|
97
|
+
};
|
|
98
|
+
component: {
|
|
99
|
+
form: string;
|
|
100
|
+
};
|
|
101
|
+
componentModal: {
|
|
102
|
+
form: string;
|
|
103
|
+
};
|
|
104
|
+
components: {
|
|
105
|
+
form: string;
|
|
106
|
+
};
|
|
107
|
+
tableComponents: {
|
|
108
|
+
form: string;
|
|
109
|
+
};
|
|
110
|
+
container: {
|
|
111
|
+
form: string;
|
|
112
|
+
};
|
|
113
|
+
datagrid: {
|
|
114
|
+
form: string;
|
|
115
|
+
html: string;
|
|
116
|
+
};
|
|
117
|
+
day: {
|
|
118
|
+
form: string;
|
|
119
|
+
};
|
|
120
|
+
dialog: {
|
|
121
|
+
form: string;
|
|
122
|
+
};
|
|
123
|
+
editgrid: {
|
|
124
|
+
form: string;
|
|
125
|
+
html: string;
|
|
126
|
+
};
|
|
127
|
+
editgridTable: {
|
|
128
|
+
form: string;
|
|
129
|
+
html: string;
|
|
130
|
+
};
|
|
131
|
+
field: {
|
|
132
|
+
form: string;
|
|
133
|
+
align: string;
|
|
134
|
+
};
|
|
135
|
+
fieldset: {
|
|
136
|
+
form: string;
|
|
137
|
+
};
|
|
138
|
+
file: {
|
|
139
|
+
form: string;
|
|
140
|
+
};
|
|
141
|
+
html: {
|
|
142
|
+
form: string;
|
|
143
|
+
};
|
|
144
|
+
icon: {
|
|
145
|
+
form: string;
|
|
146
|
+
};
|
|
147
|
+
input: {
|
|
148
|
+
form: string;
|
|
149
|
+
html: string;
|
|
150
|
+
};
|
|
151
|
+
label: {
|
|
152
|
+
form: string;
|
|
153
|
+
};
|
|
154
|
+
loader: {
|
|
155
|
+
form: string;
|
|
156
|
+
};
|
|
157
|
+
loading: {
|
|
158
|
+
form: string;
|
|
159
|
+
};
|
|
160
|
+
map: {
|
|
161
|
+
form: string;
|
|
162
|
+
};
|
|
163
|
+
message: {
|
|
164
|
+
form: string;
|
|
165
|
+
};
|
|
166
|
+
modaledit: {
|
|
167
|
+
form: string;
|
|
168
|
+
};
|
|
169
|
+
modaldialog: {
|
|
170
|
+
form: string;
|
|
171
|
+
};
|
|
172
|
+
modalPreview: {
|
|
173
|
+
form: string;
|
|
174
|
+
};
|
|
175
|
+
multipleMasksInput: {
|
|
176
|
+
form: string;
|
|
177
|
+
};
|
|
178
|
+
multiValueRow: {
|
|
179
|
+
form: string;
|
|
180
|
+
};
|
|
181
|
+
multiValueTable: {
|
|
182
|
+
form: string;
|
|
183
|
+
};
|
|
184
|
+
panel: {
|
|
185
|
+
form: string;
|
|
186
|
+
};
|
|
187
|
+
pdf: {
|
|
188
|
+
form: string;
|
|
189
|
+
};
|
|
190
|
+
pdfBuilder: {
|
|
191
|
+
form: string;
|
|
192
|
+
};
|
|
193
|
+
pdfBuilderUpload: {
|
|
194
|
+
form: string;
|
|
195
|
+
};
|
|
196
|
+
radio: {
|
|
197
|
+
form: string;
|
|
198
|
+
html: string;
|
|
199
|
+
};
|
|
200
|
+
resourceAdd: {
|
|
201
|
+
form: string;
|
|
202
|
+
};
|
|
203
|
+
select: {
|
|
204
|
+
form: string;
|
|
205
|
+
html: string;
|
|
206
|
+
};
|
|
207
|
+
selectOption: {
|
|
208
|
+
form: string;
|
|
209
|
+
html: string;
|
|
210
|
+
};
|
|
211
|
+
signature: {
|
|
212
|
+
form: string;
|
|
213
|
+
html: string;
|
|
214
|
+
};
|
|
215
|
+
survey: {
|
|
216
|
+
form: string;
|
|
217
|
+
html: string;
|
|
218
|
+
};
|
|
219
|
+
tab: {
|
|
220
|
+
flat: string;
|
|
221
|
+
form: string;
|
|
222
|
+
};
|
|
223
|
+
table: {
|
|
224
|
+
form: string;
|
|
225
|
+
};
|
|
226
|
+
tree: {
|
|
227
|
+
form: string;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
export default _default;
|
|
@@ -3,7 +3,9 @@ var __t, __p = '', __j = Array.prototype.join;
|
|
|
3
3
|
function print() { __p += __j.call(arguments, '') }
|
|
4
4
|
__p += '<div class="builder-sidebar' +
|
|
5
5
|
((__t = (ctx.scrollEnabled ? ' builder-sidebar_scroll' : '')) == null ? '' : __t) +
|
|
6
|
-
'" ref="sidebar">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="
|
|
6
|
+
'" ref="sidebar">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="' +
|
|
7
|
+
((__t = (ctx.t('Search field(s)'))) == null ? '' : __t) +
|
|
8
|
+
'" />\n <div id="' +
|
|
7
9
|
((__t = (ctx.groupId)) == null ? '' : __t) +
|
|
8
10
|
'" class="panel-group" ref="sidebar-groups">\n ';
|
|
9
11
|
ctx.groups.forEach(function(group) { ;
|
|
@@ -5,17 +5,25 @@ __p += '<div class="builder-component" ref="dragComponent" tabindex="-1">\n ';
|
|
|
5
5
|
if (!ctx.disableBuilderActions) { ;
|
|
6
6
|
__p += '\n <div class="component-btn-group" data-noattach="true">\n <div\n role="button"\n aria-label="Remove button. Click to remove component from the form"\n tabindex="-1"\n class="btn btn-xxs btn-danger component-settings-button component-settings-button-remove"\n ref="removeComponent"\n >\n <i class="' +
|
|
7
7
|
((__t = (ctx.iconClass('remove'))) == null ? '' : __t) +
|
|
8
|
-
'"></i>\n </div>\n
|
|
8
|
+
'"></i>\n </div>\n ';
|
|
9
|
+
if (!ctx.design) { ;
|
|
10
|
+
__p += '\n <div\n role="button"\n aria-label="Copy button. Click to copy component"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-copy"\n ref="copyComponent"\n >\n <i class="' +
|
|
9
11
|
((__t = (ctx.iconClass('copy'))) == null ? '' : __t) +
|
|
10
|
-
'"></i>\n
|
|
12
|
+
'"></i>\n </div>\n <div\n role="button"\n aria-label="Paste below button. Click to paste component below the current component"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-paste"\n ref="pasteComponent"\n >\n <i class="' +
|
|
11
13
|
((__t = (ctx.iconClass('save'))) == null ? '' : __t) +
|
|
12
|
-
'"></i>\n
|
|
14
|
+
'"></i>\n </div>\n <div\n role="button"\n aria-label="Edit json button. Click to edit json of the current component"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-edit-json" \n ref="editJson"\n >\n <i class="' +
|
|
13
15
|
((__t = (ctx.iconClass('wrench'))) == null ? '' : __t) +
|
|
14
|
-
'"></i>\n
|
|
16
|
+
'"></i>\n </div>\n ';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n <div\n role="button"\n aria-label="Move button"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-move"\n ref="moveComponent"\n >\n <i class="' +
|
|
15
19
|
((__t = (ctx.iconClass('move'))) == null ? '' : __t) +
|
|
16
|
-
'"></i>\n </div>\n
|
|
20
|
+
'"></i>\n </div>\n ';
|
|
21
|
+
if (!(ctx.design && ctx.childComponent.type === 'reviewpage')) { ;
|
|
22
|
+
__p += '\n <div\n role="button"\n aria-label="Edit button. Click to open component settings modal window"\n tabindex="-1"\n class="btn btn-xxs btn-secondary component-settings-button component-settings-button-edit"\n ref="editComponent"\n >\n <i class="' +
|
|
17
23
|
((__t = (ctx.iconClass('cog'))) == null ? '' : __t) +
|
|
18
|
-
'"></i>\n
|
|
24
|
+
'"></i>\n </div>\n ';
|
|
25
|
+
} ;
|
|
26
|
+
__p += '\n </div>\n ';
|
|
19
27
|
} ;
|
|
20
28
|
__p += '\n ' +
|
|
21
29
|
((__t = (ctx.html)) == null ? '' : __t) +
|
|
@@ -1,11 +1,27 @@
|
|
|
1
1
|
export default function(ctx) {
|
|
2
2
|
var __t, __p = '', __j = Array.prototype.join;
|
|
3
3
|
function print() { __p += __j.call(arguments, '') }
|
|
4
|
-
__p += '<div class="form-check checkbox">\n <label
|
|
4
|
+
__p += '<div class="form-check checkbox">\n <label\n class="' +
|
|
5
5
|
((__t = (ctx.input.labelClass)) == null ? '' : __t) +
|
|
6
|
-
' form-check-label"
|
|
6
|
+
' form-check-label"\n for="' +
|
|
7
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
8
|
+
'-' +
|
|
9
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
10
|
+
'"\n id="l-' +
|
|
11
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
12
|
+
'-' +
|
|
13
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
14
|
+
'"\n >\n <' +
|
|
7
15
|
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
8
|
-
'\n ref="input"\n '
|
|
16
|
+
'\n ref="input"\n id="' +
|
|
17
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
18
|
+
'-' +
|
|
19
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
20
|
+
'"\n aria-labelledby="l-' +
|
|
21
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
22
|
+
'-' +
|
|
23
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
24
|
+
'"\n ';
|
|
9
25
|
for (var attr in ctx.input.attr) { ;
|
|
10
26
|
__p += '\n ' +
|
|
11
27
|
((__t = (attr)) == null ? '' : __t) +
|
|
@@ -79,7 +79,7 @@ __p += '\n <tr ref="' +
|
|
|
79
79
|
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
80
80
|
'-row">\n ';
|
|
81
81
|
if (ctx.component.reorder) { ;
|
|
82
|
-
__p += '\n <td class="col-
|
|
82
|
+
__p += '\n <td class="col-1">\n <button type="button" class="formio-drag-button btn btn-default fa fa-bars" data-key="' +
|
|
83
83
|
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
84
84
|
'"></button>\n </td>\n ';
|
|
85
85
|
} ;
|
|
@@ -101,7 +101,7 @@ __p += '\n ';
|
|
|
101
101
|
if (ctx.hasExtraColumn) { ;
|
|
102
102
|
__p += '\n ';
|
|
103
103
|
if (ctx.hasRemoveButtons) { ;
|
|
104
|
-
__p += '\n <td class="col-
|
|
104
|
+
__p += '\n <td class="col-1">\n <button type="button" class="btn btn-secondary formio-button-remove-row" ref="' +
|
|
105
105
|
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
106
106
|
'-removeRow" tabindex="' +
|
|
107
107
|
((__t = (ctx.tabIndex)) == null ? '' : __t) +
|
|
@@ -5,17 +5,25 @@ __p += '<div class="builder-component" ref="dragComponent" tabindex="-1">\n ';
|
|
|
5
5
|
if (!ctx.disableBuilderActions) { ;
|
|
6
6
|
__p += '\n <div class="component-btn-group" data-noattach="true">\n <div\n role="button"\n aria-label="Remove button. Click to remove component from the form"\n tabindex="-1"\n class="btn btn-xxs btn-danger component-settings-button component-settings-button-remove"\n ref="removeComponent"\n >\n <i class="' +
|
|
7
7
|
((__t = (ctx.iconClass('remove'))) == null ? '' : __t) +
|
|
8
|
-
'"></i>\n </div>\n
|
|
8
|
+
'"></i>\n </div>\n ';
|
|
9
|
+
if (!ctx.design) { ;
|
|
10
|
+
__p += '\n <div\n role="button"\n aria-label="Copy button. Click to copy component"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-copy"\n ref="copyComponent"\n >\n <i class="' +
|
|
9
11
|
((__t = (ctx.iconClass('copy'))) == null ? '' : __t) +
|
|
10
|
-
'"></i>\n
|
|
12
|
+
'"></i>\n </div>\n <div\n role="button"\n aria-label="Paste below button. Click to paste component below the current component"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-paste"\n ref="pasteComponent"\n >\n <i class="' +
|
|
11
13
|
((__t = (ctx.iconClass('save'))) == null ? '' : __t) +
|
|
12
|
-
'"></i>\n
|
|
14
|
+
'"></i>\n </div>\n <div\n role="button"\n aria-label="Edit json button. Click to edit json of the current component"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-edit-json" \n ref="editJson"\n >\n <i class="' +
|
|
13
15
|
((__t = (ctx.iconClass('wrench'))) == null ? '' : __t) +
|
|
14
|
-
'"></i>\n
|
|
16
|
+
'"></i>\n </div>\n ';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n <div\n role="button"\n aria-label="Move button"\n tabindex="-1"\n class="btn btn-xxs btn-default component-settings-button component-settings-button-move"\n ref="moveComponent"\n >\n <i class="' +
|
|
15
19
|
((__t = (ctx.iconClass('move'))) == null ? '' : __t) +
|
|
16
|
-
'"></i>\n </div>\n
|
|
20
|
+
'"></i>\n </div>\n ';
|
|
21
|
+
if (!(ctx.design && ctx.childComponent.type === 'reviewpage')) { ;
|
|
22
|
+
__p += '\n <div\n role="button"\n aria-label="Edit button. Click to open component settings modal window"\n tabindex="-1"\n class="btn btn-xxs btn-secondary component-settings-button component-settings-button-edit"\n ref="editComponent"\n >\n <i class="' +
|
|
17
23
|
((__t = (ctx.iconClass('cog'))) == null ? '' : __t) +
|
|
18
|
-
'"></i>\n
|
|
24
|
+
'"></i>\n </div>\n ';
|
|
25
|
+
} ;
|
|
26
|
+
__p += '\n </div>\n ';
|
|
19
27
|
} ;
|
|
20
28
|
__p += '\n ' +
|
|
21
29
|
((__t = (ctx.html)) == null ? '' : __t) +
|
|
@@ -5,7 +5,9 @@ __p += '<div id="' +
|
|
|
5
5
|
((__t = (ctx.groupId)) == null ? '' : __t) +
|
|
6
6
|
'" class="accordion builder-sidebar' +
|
|
7
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="
|
|
8
|
+
'" ref="sidebar" role="tablist">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="' +
|
|
9
|
+
((__t = (ctx.t('Search field(s)'))) == null ? '' : __t) +
|
|
10
|
+
'" />\n <div ref="sidebar-groups">\n ';
|
|
9
11
|
ctx.groups.forEach(function(group) { ;
|
|
10
12
|
__p += '\n ' +
|
|
11
13
|
((__t = ( group )) == null ? '' : __t) +
|
|
@@ -3,7 +3,15 @@ var __t, __p = '', __j = Array.prototype.join;
|
|
|
3
3
|
function print() { __p += __j.call(arguments, '') }
|
|
4
4
|
__p += '<div class="form-check checkbox">\n <' +
|
|
5
5
|
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
6
|
-
'\n ref="input"\n '
|
|
6
|
+
'\n ref="input"\n id="' +
|
|
7
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
8
|
+
'-' +
|
|
9
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
10
|
+
'"\n aria-labelledby="l-' +
|
|
11
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
12
|
+
'-' +
|
|
13
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
14
|
+
'"\n ';
|
|
7
15
|
for (var attr in ctx.input.attr) { ;
|
|
8
16
|
__p += '\n ' +
|
|
9
17
|
((__t = (attr)) == null ? '' : __t) +
|
|
@@ -27,11 +35,19 @@ __p += '\n aria-describedby="d-' +
|
|
|
27
35
|
} ;
|
|
28
36
|
__p += '\n >\n ';
|
|
29
37
|
if (!ctx.self.labelIsHidden()) { ;
|
|
30
|
-
__p += '\n <label
|
|
38
|
+
__p += '\n <label\n class="' +
|
|
31
39
|
((__t = (ctx.input.labelClass)) == null ? '' : __t) +
|
|
32
|
-
' form-check-label"
|
|
40
|
+
' form-check-label"\n for="' +
|
|
41
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
42
|
+
'-' +
|
|
43
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
44
|
+
'"\n id="l-' +
|
|
45
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
46
|
+
'-' +
|
|
47
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
48
|
+
'"\n >\n <span>' +
|
|
33
49
|
((__t = (ctx.input.label)) == null ? '' : __t) +
|
|
34
|
-
'</span
|
|
50
|
+
'</span>\n </label>\n ';
|
|
35
51
|
} ;
|
|
36
52
|
__p += '\n ';
|
|
37
53
|
if (ctx.component.tooltip) { ;
|
|
@@ -79,7 +79,7 @@ __p += '\n <tr ref="' +
|
|
|
79
79
|
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
80
80
|
'-row">\n ';
|
|
81
81
|
if (ctx.component.reorder) { ;
|
|
82
|
-
__p += '\n <td>\n <button type="button" class="formio-drag-button btn btn-default bi bi-list" data-key="' +
|
|
82
|
+
__p += '\n <td class="col-1">\n <button type="button" class="formio-drag-button btn btn-default bi bi-list" data-key="' +
|
|
83
83
|
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
84
84
|
'"></button>\n </td>\n ';
|
|
85
85
|
} ;
|
|
@@ -101,7 +101,7 @@ __p += '\n ';
|
|
|
101
101
|
if (ctx.hasExtraColumn) { ;
|
|
102
102
|
__p += '\n ';
|
|
103
103
|
if (ctx.hasRemoveButtons) { ;
|
|
104
|
-
__p += '\n <td>\n <button type="button" class="btn btn-secondary formio-button-remove-row" ref="' +
|
|
104
|
+
__p += '\n <td class="col-1">\n <button type="button" class="btn btn-secondary formio-button-remove-row" ref="' +
|
|
105
105
|
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
106
106
|
'-removeRow" tabindex="' +
|
|
107
107
|
((__t = (ctx.tabIndex)) == null ? '' : __t) +
|