@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,142 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<table class="table datagrid-table table-bordered\n ' +
|
|
5
|
+
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
6
|
+
'\n ' +
|
|
7
|
+
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
8
|
+
'\n ' +
|
|
9
|
+
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
10
|
+
'\n " ';
|
|
11
|
+
if (ctx.component.layoutFixed || ctx.readOnly) { ;
|
|
12
|
+
__p += 'style="table-layout: fixed;"';
|
|
13
|
+
} ;
|
|
14
|
+
__p += '>\n ';
|
|
15
|
+
if (ctx.hasHeader) { ;
|
|
16
|
+
__p += '\n <thead>\n <tr>\n ';
|
|
17
|
+
if (ctx.component.reorder) { ;
|
|
18
|
+
__p += '<th></th>';
|
|
19
|
+
} ;
|
|
20
|
+
__p += '\n ';
|
|
21
|
+
ctx.columns.forEach(function(col) { ;
|
|
22
|
+
__p += '\n <th class="' +
|
|
23
|
+
((__t = (col.validate && col.validate.required ? 'field-required' : '')) == null ? '' : __t) +
|
|
24
|
+
'">\n ' +
|
|
25
|
+
((__t = ( col.hideLabel ? '' : ctx.t(col.label || col.title, { _userInput: true }) )) == null ? '' : __t) +
|
|
26
|
+
'\n ';
|
|
27
|
+
if (col.tooltip) { ;
|
|
28
|
+
__p += ' <i ref="tooltip" tabindex="0" data-title="' +
|
|
29
|
+
((__t = (col.tooltip)) == null ? '' : __t) +
|
|
30
|
+
'" class="' +
|
|
31
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
32
|
+
' text-muted" data-tooltip="' +
|
|
33
|
+
((__t = (col.tooltip)) == null ? '' : __t) +
|
|
34
|
+
'"></i>';
|
|
35
|
+
} ;
|
|
36
|
+
__p += '\n </th>\n ';
|
|
37
|
+
}) ;
|
|
38
|
+
__p += '\n ';
|
|
39
|
+
if (ctx.hasExtraColumn) { ;
|
|
40
|
+
__p += '\n <th>\n <span class="visually-hidden">' +
|
|
41
|
+
((__t = ( ctx.t('Add/Remove') )) == null ? '' : __t) +
|
|
42
|
+
'</span>\n ';
|
|
43
|
+
if (!ctx.builder && ctx.hasAddButton && ctx.hasTopSubmit) { ;
|
|
44
|
+
__p += '\n <button class="btn btn-primary formio-button-add-row" ref="' +
|
|
45
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
46
|
+
'-addRow" tabindex="' +
|
|
47
|
+
((__t = (ctx.tabIndex)) == null ? '' : __t) +
|
|
48
|
+
'">\n <i class="' +
|
|
49
|
+
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
|
|
50
|
+
'"></i>' +
|
|
51
|
+
((__t = (ctx.t(ctx.component.addAnother || 'Add Another', { _userInput: true }))) == null ? '' : __t) +
|
|
52
|
+
'\n </button>\n ';
|
|
53
|
+
} ;
|
|
54
|
+
__p += '\n </th>\n ';
|
|
55
|
+
} ;
|
|
56
|
+
__p += '\n </tr>\n </thead>\n ';
|
|
57
|
+
} ;
|
|
58
|
+
__p += '\n <tbody ref="' +
|
|
59
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
60
|
+
'-tbody" data-key="' +
|
|
61
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
62
|
+
'">\n ';
|
|
63
|
+
ctx.rows.forEach(function(row, index) { ;
|
|
64
|
+
__p += '\n ';
|
|
65
|
+
if (ctx.hasGroups && ctx.groups[index]) { ;
|
|
66
|
+
__p += '\n <tr ref="' +
|
|
67
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
68
|
+
'-group-header" class="datagrid-group-header' +
|
|
69
|
+
((__t = (ctx.hasToggle ? ' clickable' : '')) == null ? '' : __t) +
|
|
70
|
+
'">\n <td\n ref="' +
|
|
71
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
72
|
+
'-group-label"\n colspan="' +
|
|
73
|
+
((__t = (ctx.numColumns)) == null ? '' : __t) +
|
|
74
|
+
'"\n class="datagrid-group-label">' +
|
|
75
|
+
((__t = (ctx.groups[index].label)) == null ? '' : __t) +
|
|
76
|
+
'</td>\n </tr>\n ';
|
|
77
|
+
} ;
|
|
78
|
+
__p += '\n <tr ref="' +
|
|
79
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
80
|
+
'-row">\n ';
|
|
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="' +
|
|
83
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
84
|
+
'"></button>\n </td>\n ';
|
|
85
|
+
} ;
|
|
86
|
+
__p += '\n ';
|
|
87
|
+
ctx.columns.forEach(function(col) { ;
|
|
88
|
+
__p += '\n <td ref="' +
|
|
89
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
90
|
+
'" ';
|
|
91
|
+
if (col.key && col.overlay && col.overlay.width) { ;
|
|
92
|
+
__p += ' style="width: ' +
|
|
93
|
+
((__t = (col.overlay.width + 'px')) == null ? '' : __t) +
|
|
94
|
+
'"';
|
|
95
|
+
} ;
|
|
96
|
+
__p += ' >\n ' +
|
|
97
|
+
((__t = (row[col.key])) == null ? '' : __t) +
|
|
98
|
+
'\n </td>\n ';
|
|
99
|
+
}) ;
|
|
100
|
+
__p += '\n ';
|
|
101
|
+
if (ctx.hasExtraColumn) { ;
|
|
102
|
+
__p += '\n ';
|
|
103
|
+
if (ctx.hasRemoveButtons) { ;
|
|
104
|
+
__p += '\n <td>\n <button type="button" class="btn btn-secondary formio-button-remove-row" ref="' +
|
|
105
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
106
|
+
'-removeRow" tabindex="' +
|
|
107
|
+
((__t = (ctx.tabIndex)) == null ? '' : __t) +
|
|
108
|
+
'" aria-label="' +
|
|
109
|
+
((__t = (ctx.t('remove'))) == null ? '' : __t) +
|
|
110
|
+
'">\n <i class="' +
|
|
111
|
+
((__t = (ctx.iconClass('remove-circle'))) == null ? '' : __t) +
|
|
112
|
+
'"></i>\n </button>\n </td>\n ';
|
|
113
|
+
} ;
|
|
114
|
+
__p += '\n ';
|
|
115
|
+
if (ctx.canAddColumn) { ;
|
|
116
|
+
__p += '\n <td ref="' +
|
|
117
|
+
((__t = (ctx.key)) == null ? '' : __t) +
|
|
118
|
+
'-container" class="col-md-3">\n ' +
|
|
119
|
+
((__t = (ctx.placeholder)) == null ? '' : __t) +
|
|
120
|
+
'\n </td>\n ';
|
|
121
|
+
} ;
|
|
122
|
+
__p += '\n ';
|
|
123
|
+
} ;
|
|
124
|
+
__p += '\n </tr>\n ';
|
|
125
|
+
}) ;
|
|
126
|
+
__p += '\n </tbody>\n ';
|
|
127
|
+
if (!ctx.builder && ctx.hasAddButton && ctx.hasBottomSubmit) { ;
|
|
128
|
+
__p += '\n <tfoot>\n <tr>\n <td colspan="' +
|
|
129
|
+
((__t = (ctx.component.layoutFixed ? ctx.numColumns : ctx.numColumns + 1)) == null ? '' : __t) +
|
|
130
|
+
'">\n <button class="btn btn-primary formio-button-add-row" ref="' +
|
|
131
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
132
|
+
'-addRow" tabindex="' +
|
|
133
|
+
((__t = (ctx.tabIndex)) == null ? '' : __t) +
|
|
134
|
+
'">\n <i class="' +
|
|
135
|
+
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
|
|
136
|
+
'"></i> ' +
|
|
137
|
+
((__t = (ctx.t(ctx.component.addAnother || 'Add Another', { _userInput: true }))) == null ? '' : __t) +
|
|
138
|
+
'\n </button>\n </td>\n </tr>\n </tfoot>\n ';
|
|
139
|
+
} ;
|
|
140
|
+
__p += '\n</table>\n';
|
|
141
|
+
return __p
|
|
142
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<table class="table datagrid-table table-bordered\n ' +
|
|
5
|
+
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
6
|
+
'\n ' +
|
|
7
|
+
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
8
|
+
'\n ' +
|
|
9
|
+
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
10
|
+
'\n ">\n ';
|
|
11
|
+
if (ctx.hasHeader) { ;
|
|
12
|
+
__p += '\n <thead>\n <tr>\n ';
|
|
13
|
+
ctx.columns.forEach(function(col) { ;
|
|
14
|
+
__p += '\n <th class="' +
|
|
15
|
+
((__t = (col.validate && col.validate.required ? 'field-required' : '')) == null ? '' : __t) +
|
|
16
|
+
'">\n ' +
|
|
17
|
+
((__t = ( col.hideLabel ? '' : ctx.t(col.label || col.title, { _userInput: true }) )) == null ? '' : __t) +
|
|
18
|
+
'\n ';
|
|
19
|
+
if (col.tooltip) { ;
|
|
20
|
+
__p += ' <i ref="tooltip" tabindex="0" data-title="' +
|
|
21
|
+
((__t = (col.tooltip)) == null ? '' : __t) +
|
|
22
|
+
'" class="' +
|
|
23
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
24
|
+
' text-muted" data-tooltip="' +
|
|
25
|
+
((__t = (col.tooltip)) == null ? '' : __t) +
|
|
26
|
+
'"></i>';
|
|
27
|
+
} ;
|
|
28
|
+
__p += '\n </th>\n ';
|
|
29
|
+
}) ;
|
|
30
|
+
__p += '\n </tr>\n </thead>\n ';
|
|
31
|
+
} ;
|
|
32
|
+
__p += '\n <tbody>\n ';
|
|
33
|
+
ctx.rows.forEach(function(row) { ;
|
|
34
|
+
__p += '\n <tr>\n ';
|
|
35
|
+
ctx.columns.forEach(function(col) { ;
|
|
36
|
+
__p += '\n <td ref="' +
|
|
37
|
+
((__t = (ctx.datagridKey)) == null ? '' : __t) +
|
|
38
|
+
'">\n ' +
|
|
39
|
+
((__t = (row[col.key])) == null ? '' : __t) +
|
|
40
|
+
'\n </td>\n ';
|
|
41
|
+
}) ;
|
|
42
|
+
__p += '\n </tr>\n ';
|
|
43
|
+
}) ;
|
|
44
|
+
__p += '\n </tbody>\n</table>\n';
|
|
45
|
+
return __p
|
|
46
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div class="row" role="group"\n ';
|
|
5
|
+
if (ctx.component.hideLabel) { ;
|
|
6
|
+
__p += '\n aria-label="' +
|
|
7
|
+
((__t = (ctx.component.label)) == null ? '' : __t) +
|
|
8
|
+
'"\n ';
|
|
9
|
+
} else { ;
|
|
10
|
+
__p += '\n aria-labelledby="l-' +
|
|
11
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
12
|
+
'-' +
|
|
13
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
14
|
+
'"\n ';
|
|
15
|
+
} ;
|
|
16
|
+
__p += '\n ';
|
|
17
|
+
if (ctx.component.description) { ;
|
|
18
|
+
__p += '\n aria-describedby="d-' +
|
|
19
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
20
|
+
'-' +
|
|
21
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
22
|
+
'"\n ';
|
|
23
|
+
} ;
|
|
24
|
+
__p += '\n >\n ';
|
|
25
|
+
if (ctx.dayFirst && ctx.showDay) { ;
|
|
26
|
+
__p += '\n <div class="col col-xs-3">\n ';
|
|
27
|
+
if (!ctx.component.hideInputLabels) { ;
|
|
28
|
+
__p += '\n <label for="' +
|
|
29
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
30
|
+
'-day" class="';
|
|
31
|
+
if(ctx.component.fields.day.required) { ;
|
|
32
|
+
__p += 'field-required';
|
|
33
|
+
} ;
|
|
34
|
+
__p += '">' +
|
|
35
|
+
((__t = (ctx.t('Day'))) == null ? '' : __t) +
|
|
36
|
+
'</label>\n ';
|
|
37
|
+
} ;
|
|
38
|
+
__p += '\n <div>' +
|
|
39
|
+
((__t = (ctx.day)) == null ? '' : __t) +
|
|
40
|
+
'</div>\n </div>\n ';
|
|
41
|
+
} ;
|
|
42
|
+
__p += '\n ';
|
|
43
|
+
if (ctx.showMonth) { ;
|
|
44
|
+
__p += '\n <div class="col col-xs-4">\n ';
|
|
45
|
+
if (!ctx.component.hideInputLabels) { ;
|
|
46
|
+
__p += '\n <label for="' +
|
|
47
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
48
|
+
'-month" class="';
|
|
49
|
+
if(ctx.component.fields.month.required) { ;
|
|
50
|
+
__p += 'field-required';
|
|
51
|
+
} ;
|
|
52
|
+
__p += '">' +
|
|
53
|
+
((__t = (ctx.t('Month'))) == null ? '' : __t) +
|
|
54
|
+
'</label>\n ';
|
|
55
|
+
} ;
|
|
56
|
+
__p += '\n <div>' +
|
|
57
|
+
((__t = (ctx.month)) == null ? '' : __t) +
|
|
58
|
+
'</div>\n </div>\n ';
|
|
59
|
+
} ;
|
|
60
|
+
__p += '\n ';
|
|
61
|
+
if (!ctx.dayFirst && ctx.showDay) { ;
|
|
62
|
+
__p += '\n <div class="col col-xs-3">\n ';
|
|
63
|
+
if (!ctx.component.hideInputLabels) { ;
|
|
64
|
+
__p += '\n <label for="' +
|
|
65
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
66
|
+
'-day" class="';
|
|
67
|
+
if(ctx.component.fields.day.required) { ;
|
|
68
|
+
__p += 'field-required';
|
|
69
|
+
} ;
|
|
70
|
+
__p += '">' +
|
|
71
|
+
((__t = (ctx.t('Day'))) == null ? '' : __t) +
|
|
72
|
+
'</label>\n ';
|
|
73
|
+
} ;
|
|
74
|
+
__p += '\n <div>' +
|
|
75
|
+
((__t = (ctx.day)) == null ? '' : __t) +
|
|
76
|
+
'</div>\n </div>\n ';
|
|
77
|
+
} ;
|
|
78
|
+
__p += '\n ';
|
|
79
|
+
if (ctx.showYear) { ;
|
|
80
|
+
__p += '\n <div class="col col-xs-5">\n ';
|
|
81
|
+
if (!ctx.component.hideInputLabels) { ;
|
|
82
|
+
__p += '\n <label for="' +
|
|
83
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
84
|
+
'-year" class="';
|
|
85
|
+
if(ctx.component.fields.year.required) { ;
|
|
86
|
+
__p += 'field-required';
|
|
87
|
+
} ;
|
|
88
|
+
__p += '">' +
|
|
89
|
+
((__t = (ctx.t('Year'))) == null ? '' : __t) +
|
|
90
|
+
'</label>\n ';
|
|
91
|
+
} ;
|
|
92
|
+
__p += '\n <div>' +
|
|
93
|
+
((__t = (ctx.year)) == null ? '' : __t) +
|
|
94
|
+
'</div>\n </div>\n ';
|
|
95
|
+
} ;
|
|
96
|
+
__p += '\n</div>\n<input name="ctx.data[day]" type="hidden" class="form-control" lang="en" value="" ref="input">\n';
|
|
97
|
+
return __p
|
|
98
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '';
|
|
3
|
+
__p += '<div class="ocl">\n<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" ref="dialogContents" role="dialog">\n <div ref="dialogContents"></div>\n <button class="formio-dialog-close float-end btn-sm" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n</div>\n';
|
|
4
|
+
return __p
|
|
5
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<ul class="editgrid-listgroup list-group\n ' +
|
|
5
|
+
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
6
|
+
'\n ' +
|
|
7
|
+
((__t = ( ctx.component.bordered ? 'table-bordered' : '')) == null ? '' : __t) +
|
|
8
|
+
'\n ' +
|
|
9
|
+
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
10
|
+
'\n ' +
|
|
11
|
+
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
12
|
+
'\n ">\n ';
|
|
13
|
+
if (ctx.header) { ;
|
|
14
|
+
__p += '\n <li class="list-group-item list-group-header">\n ' +
|
|
15
|
+
((__t = (ctx.header)) == null ? '' : __t) +
|
|
16
|
+
'\n </li>\n ';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n ';
|
|
19
|
+
ctx.rows.forEach(function(row, rowIndex) { ;
|
|
20
|
+
__p += '\n <li class="list-group-item" ref="' +
|
|
21
|
+
((__t = (ctx.ref.row)) == null ? '' : __t) +
|
|
22
|
+
'">\n ' +
|
|
23
|
+
((__t = (row)) == null ? '' : __t) +
|
|
24
|
+
'\n ';
|
|
25
|
+
if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
|
|
26
|
+
__p += '\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
|
|
27
|
+
((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
|
|
28
|
+
'">' +
|
|
29
|
+
((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
|
|
30
|
+
'</button>\n ';
|
|
31
|
+
if (ctx.component.removeRow) { ;
|
|
32
|
+
__p += '\n <button class="btn btn-danger" ref="' +
|
|
33
|
+
((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
|
|
34
|
+
'">' +
|
|
35
|
+
((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
|
|
36
|
+
'</button>\n ';
|
|
37
|
+
} ;
|
|
38
|
+
__p += '\n </div>\n ';
|
|
39
|
+
} ;
|
|
40
|
+
__p += '\n <div class="has-error">\n <div class="editgrid-row-error">\n ' +
|
|
41
|
+
((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
|
|
42
|
+
'\n </div>\n </div>\n </li>\n ';
|
|
43
|
+
}) ;
|
|
44
|
+
__p += '\n ';
|
|
45
|
+
if (ctx.footer) { ;
|
|
46
|
+
__p += '\n <li class="list-group-item list-group-footer">\n ' +
|
|
47
|
+
((__t = (ctx.footer)) == null ? '' : __t) +
|
|
48
|
+
'\n </li>\n ';
|
|
49
|
+
} ;
|
|
50
|
+
__p += '\n</ul>\n';
|
|
51
|
+
if (!ctx.readOnly && ctx.hasAddButton) { ;
|
|
52
|
+
__p += '\n<button class="btn btn-primary" ref="' +
|
|
53
|
+
((__t = (ctx.ref.addRow)) == null ? '' : __t) +
|
|
54
|
+
'">\n <i class="' +
|
|
55
|
+
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
|
|
56
|
+
'"></i> ' +
|
|
57
|
+
((__t = (ctx.t(ctx.component.addAnother || 'Add Another', { _userInput: true }))) == null ? '' : __t) +
|
|
58
|
+
'\n</button>\n';
|
|
59
|
+
} ;
|
|
60
|
+
__p += '\n';
|
|
61
|
+
return __p
|
|
62
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<ul class="editgrid-listgroup list-group\n ' +
|
|
5
|
+
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
6
|
+
'\n ' +
|
|
7
|
+
((__t = ( ctx.component.bordered ? 'table-bordered' : '')) == null ? '' : __t) +
|
|
8
|
+
'\n ' +
|
|
9
|
+
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
10
|
+
'\n ' +
|
|
11
|
+
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
12
|
+
'\n ">\n ';
|
|
13
|
+
if (ctx.header) { ;
|
|
14
|
+
__p += '\n <li class="list-group-item list-group-header">\n ' +
|
|
15
|
+
((__t = (ctx.header)) == null ? '' : __t) +
|
|
16
|
+
'\n </li>\n ';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n ';
|
|
19
|
+
ctx.rows.forEach(function(row, rowIndex) { ;
|
|
20
|
+
__p += '\n <li class="list-group-item" ref="' +
|
|
21
|
+
((__t = (ctx.ref.row)) == null ? '' : __t) +
|
|
22
|
+
'">\n ' +
|
|
23
|
+
((__t = (row)) == null ? '' : __t) +
|
|
24
|
+
'\n ';
|
|
25
|
+
if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
|
|
26
|
+
__p += '\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
|
|
27
|
+
((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
|
|
28
|
+
'">' +
|
|
29
|
+
((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
|
|
30
|
+
'</button>\n ';
|
|
31
|
+
if (ctx.component.removeRow) { ;
|
|
32
|
+
__p += '\n <button class="btn btn-danger" ref="' +
|
|
33
|
+
((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
|
|
34
|
+
'">' +
|
|
35
|
+
((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
|
|
36
|
+
'</button>\n ';
|
|
37
|
+
} ;
|
|
38
|
+
__p += '\n </div>\n ';
|
|
39
|
+
} ;
|
|
40
|
+
__p += '\n <div class="has-error">\n <div class="editgrid-row-error help-block">\n ' +
|
|
41
|
+
((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
|
|
42
|
+
'\n </div>\n </div>\n </li>\n ';
|
|
43
|
+
}) ;
|
|
44
|
+
__p += '\n ';
|
|
45
|
+
if (ctx.footer) { ;
|
|
46
|
+
__p += '\n <li class="list-group-item list-group-footer">\n ' +
|
|
47
|
+
((__t = (ctx.footer)) == null ? '' : __t) +
|
|
48
|
+
'\n </li>\n ';
|
|
49
|
+
} ;
|
|
50
|
+
__p += '\n</ul>\n';
|
|
51
|
+
return __p
|
|
52
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div class="editgrid-table-container">\n <div class="table-responsive">\n <table class="table\n ' +
|
|
5
|
+
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
6
|
+
'\n ' +
|
|
7
|
+
((__t = ( ctx.component.bordered ? 'table-bordered' : '')) == null ? '' : __t) +
|
|
8
|
+
'\n ' +
|
|
9
|
+
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
10
|
+
'\n ' +
|
|
11
|
+
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
12
|
+
'\n ">\n ';
|
|
13
|
+
if (ctx.header) { ;
|
|
14
|
+
__p += '\n <thead class="editgrid-table-head">\n ' +
|
|
15
|
+
((__t = (ctx.header)) == null ? '' : __t) +
|
|
16
|
+
'\n </thead>\n ';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n <tbody class="editgrid-table-body">\n ';
|
|
19
|
+
ctx.rows.forEach(function(row, rowIndex) { ;
|
|
20
|
+
__p += '\n <tr ref="' +
|
|
21
|
+
((__t = (ctx.ref.row)) == null ? '' : __t) +
|
|
22
|
+
'">\n ' +
|
|
23
|
+
((__t = (row)) == null ? '' : __t) +
|
|
24
|
+
'\n ';
|
|
25
|
+
if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
|
|
26
|
+
__p += '\n <td class="editgrid-table-column">\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
|
|
27
|
+
((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
|
|
28
|
+
'">' +
|
|
29
|
+
((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
|
|
30
|
+
'</button>\n ';
|
|
31
|
+
if (ctx.component.removeRow) { ;
|
|
32
|
+
__p += '\n <button class="btn btn-danger" ref="' +
|
|
33
|
+
((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
|
|
34
|
+
'">' +
|
|
35
|
+
((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
|
|
36
|
+
'</button>\n ';
|
|
37
|
+
} ;
|
|
38
|
+
__p += '\n </div>\n </td>\n ';
|
|
39
|
+
} ;
|
|
40
|
+
__p += '\n ';
|
|
41
|
+
if (ctx.errors[rowIndex]) { ;
|
|
42
|
+
__p += '\n <td class="editgrid-table-column">\n <div class="has-error">\n <div class="editgrid-row-error help-block">\n ' +
|
|
43
|
+
((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
|
|
44
|
+
'\n </div>\n </div>\n </td>\n ';
|
|
45
|
+
} ;
|
|
46
|
+
__p += '\n </tr>\n ';
|
|
47
|
+
}) ;
|
|
48
|
+
__p += '\n </tbody>\n ';
|
|
49
|
+
if (ctx.footer) { ;
|
|
50
|
+
__p += '\n <tfoot>\n <tr>\n ' +
|
|
51
|
+
((__t = (ctx.footer)) == null ? '' : __t) +
|
|
52
|
+
'\n </tr>\n <tfoot>\n ';
|
|
53
|
+
} ;
|
|
54
|
+
__p += '\n </table>\n </div>\n</div>\n';
|
|
55
|
+
if (!ctx.readOnly && ctx.hasAddButton) { ;
|
|
56
|
+
__p += '\n<button class="btn btn-primary" ref="' +
|
|
57
|
+
((__t = (ctx.ref.addRow)) == null ? '' : __t) +
|
|
58
|
+
'">\n <i class="' +
|
|
59
|
+
((__t = (ctx.iconClass('plus'))) == null ? '' : __t) +
|
|
60
|
+
'"></i>\n ' +
|
|
61
|
+
((__t = (ctx.t(ctx.component.addAnother || 'Add Another', { _userInput: true }))) == null ? '' : __t) +
|
|
62
|
+
'\n</button>\n';
|
|
63
|
+
} ;
|
|
64
|
+
__p += '\n';
|
|
65
|
+
return __p
|
|
66
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div class="editgrid-table-container">\n <div class="table-responsive">\n <table class="table\n ' +
|
|
5
|
+
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
6
|
+
'\n ' +
|
|
7
|
+
((__t = ( ctx.component.bordered ? 'table-bordered' : '')) == null ? '' : __t) +
|
|
8
|
+
'\n ' +
|
|
9
|
+
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
10
|
+
'\n ' +
|
|
11
|
+
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
12
|
+
'\n ">\n ';
|
|
13
|
+
if (ctx.header) { ;
|
|
14
|
+
__p += '\n <thead class="editgrid-table-head">\n ' +
|
|
15
|
+
((__t = (ctx.header)) == null ? '' : __t) +
|
|
16
|
+
'\n </thead>\n ';
|
|
17
|
+
} ;
|
|
18
|
+
__p += '\n <tbody class="editgrid-table-body">\n ';
|
|
19
|
+
ctx.rows.forEach(function(row, rowIndex) { ;
|
|
20
|
+
__p += '\n <tr ref="' +
|
|
21
|
+
((__t = (ctx.ref.row)) == null ? '' : __t) +
|
|
22
|
+
'">\n ' +
|
|
23
|
+
((__t = (row)) == null ? '' : __t) +
|
|
24
|
+
'\n ';
|
|
25
|
+
if (ctx.openRows[rowIndex] && !ctx.readOnly) { ;
|
|
26
|
+
__p += '\n <td class="editgrid-table-column">\n <div class="editgrid-actions">\n <button class="btn btn-primary" ref="' +
|
|
27
|
+
((__t = (ctx.ref.saveRow)) == null ? '' : __t) +
|
|
28
|
+
'">' +
|
|
29
|
+
((__t = (ctx.t(ctx.component.saveRow || 'Save', { _userInput: true }))) == null ? '' : __t) +
|
|
30
|
+
'</button>\n ';
|
|
31
|
+
if (ctx.component.removeRow) { ;
|
|
32
|
+
__p += '\n <button class="btn btn-danger" ref="' +
|
|
33
|
+
((__t = (ctx.ref.cancelRow)) == null ? '' : __t) +
|
|
34
|
+
'">' +
|
|
35
|
+
((__t = (ctx.t(ctx.component.removeRow || 'Cancel', { _userInput: true }))) == null ? '' : __t) +
|
|
36
|
+
'</button>\n ';
|
|
37
|
+
} ;
|
|
38
|
+
__p += '\n </div>\n </td>\n ';
|
|
39
|
+
} ;
|
|
40
|
+
__p += '\n ';
|
|
41
|
+
if (ctx.errors[rowIndex]) { ;
|
|
42
|
+
__p += '\n <td class="editgrid-table-column">\n <div class="has-error">\n <div class="editgrid-row-error help-block">\n ' +
|
|
43
|
+
((__t = (ctx.errors[rowIndex])) == null ? '' : __t) +
|
|
44
|
+
'\n </div>\n </div>\n </td>\n ';
|
|
45
|
+
} ;
|
|
46
|
+
__p += '\n </tr>\n ';
|
|
47
|
+
}) ;
|
|
48
|
+
__p += '\n </tbody>\n ';
|
|
49
|
+
if (ctx.footer) { ;
|
|
50
|
+
__p += '\n <tfoot>\n <tr>\n ' +
|
|
51
|
+
((__t = (ctx.footer)) == null ? '' : __t) +
|
|
52
|
+
'\n </tr>\n <tfoot>\n ';
|
|
53
|
+
} ;
|
|
54
|
+
__p += '\n </table>\n </div>\n</div>\n';
|
|
55
|
+
return __p
|
|
56
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<p>' +
|
|
5
|
+
((__t = (ctx.t('error'))) == null ? '' : __t) +
|
|
6
|
+
'\n ';
|
|
7
|
+
if (ctx.options.vpat) { ;
|
|
8
|
+
__p += '\n <span ref="errorTooltip" class="' +
|
|
9
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
10
|
+
'" tabindex="0"></span>\n ';
|
|
11
|
+
} ;
|
|
12
|
+
__p += '\n</p>\n<ul>\n ';
|
|
13
|
+
ctx.errors.forEach(function(err) { ;
|
|
14
|
+
__p += '\n <li>\n <span\n data-component-key = "' +
|
|
15
|
+
((__t = (err.keyOrPath)) == null ? '' : __t) +
|
|
16
|
+
'"\n ref = "errorRef"\n tabIndex = "0"\n role="link"\n >\n ' +
|
|
17
|
+
((__t = (err.message)) == null ? '' : __t) +
|
|
18
|
+
'\n </span>\n </li>\n ';
|
|
19
|
+
}) ;
|
|
20
|
+
__p += '\n</ul>\n';
|
|
21
|
+
return __p
|
|
22
|
+
}
|