@opencitylabs/bootstrap-italia 0.2.0 → 0.2.1
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 +1 -1
- package/dist/bootstrap3.js +0 -1
- package/dist/bootstrap4.js +0 -1
- package/dist/bootstrap5.js +0 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p +=
|
|
8
|
+
((__t = (ctx.element)) == null ? '' : __t) +
|
|
9
|
+
'\n<div\n class="signature-pad-body"\n style="width: ' +
|
|
10
|
+
((__t = (ctx.component.width)) == null ? '' : __t) +
|
|
11
|
+
';height: ' +
|
|
12
|
+
((__t = (ctx.component.height)) == null ? '' : __t) +
|
|
13
|
+
';padding:0;margin:0;"\n tabindex="' +
|
|
14
|
+
((__t = (ctx.component.tabindex || 0)) == null ? '' : __t) +
|
|
15
|
+
'"\n ref="padBody"\n>\n <a class="btn btn-sm btn-light signature-pad-refresh" ref="refresh">\n <i class="' +
|
|
16
|
+
((__t = (ctx.iconClass('refresh'))) == null ? '' : __t) +
|
|
17
|
+
'"></i>\n </a>\n <canvas class="signature-pad-canvas" style="display: none;" height="' +
|
|
18
|
+
((__t = (ctx.component.height)) == null ? '' : __t) +
|
|
19
|
+
'" ref="canvas"></canvas>\n ';
|
|
20
|
+
if (ctx.required) { ;
|
|
21
|
+
__p += '\n <span class="form-control-feedback text-danger">\n <i class="' +
|
|
22
|
+
((__t = (ctx.iconClass('asterisk'))) == null ? '' : __t) +
|
|
23
|
+
'"></i>\n </span>\n ';
|
|
24
|
+
} ;
|
|
25
|
+
__p += '\n <img style="width: 100%;display: inherit;" ref="signatureImage">\n</div>\n';
|
|
26
|
+
if (ctx.component.footer) { ;
|
|
27
|
+
__p += '\n <div class="signature-pad-footer">\n ' +
|
|
28
|
+
((__t = (ctx.t(ctx.component.footer, { _userInput: true }))) == null ? '' : __t) +
|
|
29
|
+
'\n </div>\n';
|
|
30
|
+
} ;
|
|
31
|
+
__p += '\n';
|
|
32
|
+
return __p
|
|
33
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<table class="table table-striped table-bordered" aria-labelledby="l-' +
|
|
8
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
9
|
+
'-' +
|
|
10
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
11
|
+
'">\n <thead>\n <tr>\n <th></th>\n ';
|
|
12
|
+
ctx.component.values.forEach(function(value) { ;
|
|
13
|
+
__p += '\n <th style="text-align: center;">\n ' +
|
|
14
|
+
((__t = (ctx.t(value.label, { _userInput: true }))) == null ? '' : __t) +
|
|
15
|
+
'\n ';
|
|
16
|
+
if (value.tooltip) { ;
|
|
17
|
+
__p += '\n <i ref="tooltip" class="' +
|
|
18
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
19
|
+
' text-muted" data-tooltip="' +
|
|
20
|
+
((__t = (value.tooltip)) == null ? '' : __t) +
|
|
21
|
+
'"></i>\n ';
|
|
22
|
+
} ;
|
|
23
|
+
__p += '\n </th>\n ';
|
|
24
|
+
}) ;
|
|
25
|
+
__p += '\n </tr>\n </thead>\n <tbody>\n ';
|
|
26
|
+
ctx.component.questions.forEach(function(question) { ;
|
|
27
|
+
__p += '\n <tr>\n <td>\n ' +
|
|
28
|
+
((__t = (ctx.t(question.label))) == null ? '' : __t) +
|
|
29
|
+
'\n ';
|
|
30
|
+
if (question.tooltip) { ;
|
|
31
|
+
__p += '\n <i ref="tooltip" class="' +
|
|
32
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
33
|
+
' text-muted" data-tooltip="' +
|
|
34
|
+
((__t = (question.tooltip)) == null ? '' : __t) +
|
|
35
|
+
'"></i>\n ';
|
|
36
|
+
} ;
|
|
37
|
+
__p += '\n </td>\n ';
|
|
38
|
+
ctx.component.values.forEach(function(value) { ;
|
|
39
|
+
__p += '\n <td style="text-align: center;">\n <input type="radio" name="' +
|
|
40
|
+
((__t = ( ctx.self.getInputName(question) )) == null ? '' : __t) +
|
|
41
|
+
'" value="' +
|
|
42
|
+
((__t = (value.value)) == null ? '' : __t) +
|
|
43
|
+
'" id="' +
|
|
44
|
+
((__t = (ctx.key)) == null ? '' : __t) +
|
|
45
|
+
'-' +
|
|
46
|
+
((__t = (question.value)) == null ? '' : __t) +
|
|
47
|
+
'-' +
|
|
48
|
+
((__t = (value.value)) == null ? '' : __t) +
|
|
49
|
+
'" ref="input">\n </td>\n ';
|
|
50
|
+
}) ;
|
|
51
|
+
__p += '\n </tr>\n ';
|
|
52
|
+
}) ;
|
|
53
|
+
__p += '\n </tbody>\n</table>\n';
|
|
54
|
+
return __p
|
|
55
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<table class="table table-striped table-bordered">\n <tbody>\n ';
|
|
8
|
+
ctx.component.questions.forEach(function(question) { ;
|
|
9
|
+
__p += '\n <tr>\n <th>' +
|
|
10
|
+
((__t = (ctx.t(question.label))) == null ? '' : __t) +
|
|
11
|
+
'</th>\n <td>\n ';
|
|
12
|
+
ctx.component.values.forEach(function(item) { ;
|
|
13
|
+
__p += '\n ';
|
|
14
|
+
if (ctx.value && ctx.value.hasOwnProperty(question.value) && ctx.value[question.value] === item.value) { ;
|
|
15
|
+
__p += '\n ' +
|
|
16
|
+
((__t = (ctx.t(item.label))) == null ? '' : __t) +
|
|
17
|
+
'\n ';
|
|
18
|
+
} ;
|
|
19
|
+
__p += '\n ';
|
|
20
|
+
}) ;
|
|
21
|
+
__p += '\n </td>\n </tr>\n ';
|
|
22
|
+
}) ;
|
|
23
|
+
__p += '\n </tbody>\n</table>\n';
|
|
24
|
+
return __p
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
|
|
8
|
+
ctx.component.components.forEach(function(tab, index) { ;
|
|
9
|
+
__p += '\n <div class="mb-2 card border">\n <div class="card-header bg-default">\n <h4 class="mb-0 card-title">' +
|
|
10
|
+
((__t = ( ctx.t(tab.label, { _userInput: true }) )) == null ? '' : __t) +
|
|
11
|
+
'</h4>\n </div>\n <div\n class="card-body"\n ref="' +
|
|
12
|
+
((__t = (ctx.tabKey)) == null ? '' : __t) +
|
|
13
|
+
'"\n >\n ' +
|
|
14
|
+
((__t = ( ctx.tabComponents[index] )) == null ? '' : __t) +
|
|
15
|
+
'\n </div>\n </div>\n';
|
|
16
|
+
}) ;
|
|
17
|
+
__p += '\n';
|
|
18
|
+
return __p
|
|
19
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div class="card' +
|
|
8
|
+
((__t = ( ctx.component.verticalLayout ? ' card-vertical' : '')) == null ? '' : __t) +
|
|
9
|
+
'">\n <div class="card-header">\n <ul class="tab-component-tabs nav nav-tabs card-header-tabs' +
|
|
10
|
+
((__t = ( ctx.component.verticalLayout ? ' nav-tabs-vertical' : '')) == null ? '' : __t) +
|
|
11
|
+
'" role="tablist">\n ';
|
|
12
|
+
ctx.component.components.forEach(function(tab, index) { ;
|
|
13
|
+
__p += '\n <li class="nav-item' +
|
|
14
|
+
((__t = (ctx.currentTab === index ? ' active' : '')) == null ? '' : __t) +
|
|
15
|
+
'" role="tab" ref="' +
|
|
16
|
+
((__t = (ctx.tabLikey)) == null ? '' : __t) +
|
|
17
|
+
'">\n <a\n class="nav-link' +
|
|
18
|
+
((__t = (ctx.currentTab === index ? ' active' : '')) == null ? '' : __t) +
|
|
19
|
+
'' +
|
|
20
|
+
((__t = ( ctx.component.verticalLayout ? ' nav-link-vertical' : '')) == null ? '' : __t) +
|
|
21
|
+
'"\n href="#' +
|
|
22
|
+
((__t = (tab.key)) == null ? '' : __t) +
|
|
23
|
+
'"\n ref="' +
|
|
24
|
+
((__t = (ctx.tabLinkKey)) == null ? '' : __t) +
|
|
25
|
+
'"\n >\n ' +
|
|
26
|
+
((__t = (ctx.t(tab.label, { _userInput: true }))) == null ? '' : __t) +
|
|
27
|
+
'\n </a>\n </li>\n ';
|
|
28
|
+
}) ;
|
|
29
|
+
__p += '\n </ul>\n </div>\n ';
|
|
30
|
+
ctx.component.components.forEach(function(tab, index) { ;
|
|
31
|
+
__p += '\n <div\n role="tabpanel"\n class="card-body tab-pane"\n style="display: ' +
|
|
32
|
+
((__t = (ctx.currentTab === index ? 'block' : 'none')) == null ? '' : __t) +
|
|
33
|
+
'"\n ref="' +
|
|
34
|
+
((__t = (ctx.tabKey)) == null ? '' : __t) +
|
|
35
|
+
'"\n >\n ' +
|
|
36
|
+
((__t = (ctx.tabComponents[index])) == null ? '' : __t) +
|
|
37
|
+
'\n </div>\n ';
|
|
38
|
+
}) ;
|
|
39
|
+
__p += '\n</div>\n';
|
|
40
|
+
return __p
|
|
41
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<table class="table\n ' +
|
|
8
|
+
((__t = ( ctx.component.striped ? 'table-striped' : '')) == null ? '' : __t) +
|
|
9
|
+
'\n ' +
|
|
10
|
+
((__t = ( ctx.component.bordered ? 'table-bordered' : '')) == null ? '' : __t) +
|
|
11
|
+
'\n ' +
|
|
12
|
+
((__t = ( ctx.component.hover ? 'table-hover' : '')) == null ? '' : __t) +
|
|
13
|
+
'\n ' +
|
|
14
|
+
((__t = ( ctx.component.condensed ? 'table-sm' : '')) == null ? '' : __t) +
|
|
15
|
+
'\n ">\n <caption class="visually-hidden">' +
|
|
16
|
+
((__t = (ctx.t(ctx.component.label))) == null ? '' : __t) +
|
|
17
|
+
'</caption>\n ';
|
|
18
|
+
if (ctx.component.header && ctx.component.header.length > 0) { ;
|
|
19
|
+
__p += '\n <thead>\n <tr>\n ';
|
|
20
|
+
ctx.component.header.forEach(function(header) { ;
|
|
21
|
+
__p += '\n <th>' +
|
|
22
|
+
((__t = (ctx.t(header))) == null ? '' : __t) +
|
|
23
|
+
'</th>\n ';
|
|
24
|
+
}) ;
|
|
25
|
+
__p += '\n </tr>\n </thead>\n ';
|
|
26
|
+
} ;
|
|
27
|
+
__p += '\n <tbody>\n ';
|
|
28
|
+
ctx.tableComponents.forEach(function(row, rowIndex) { ;
|
|
29
|
+
__p += '\n <tr ref="row-' +
|
|
30
|
+
((__t = (ctx.id)) == null ? '' : __t) +
|
|
31
|
+
'">\n ';
|
|
32
|
+
row.forEach(function(column, colIndex) { ;
|
|
33
|
+
__p += '\n <td ref="' +
|
|
34
|
+
((__t = (ctx.tableKey)) == null ? '' : __t) +
|
|
35
|
+
'-' +
|
|
36
|
+
((__t = (rowIndex)) == null ? '' : __t) +
|
|
37
|
+
'"';
|
|
38
|
+
if (ctx.cellClassName) { ;
|
|
39
|
+
__p += ' class="' +
|
|
40
|
+
((__t = (ctx.cellClassName)) == null ? '' : __t) +
|
|
41
|
+
'"';
|
|
42
|
+
} ;
|
|
43
|
+
__p += '>' +
|
|
44
|
+
((__t = (column)) == null ? '' : __t) +
|
|
45
|
+
'</td>\n ';
|
|
46
|
+
}) ;
|
|
47
|
+
__p += '\n </tr>\n ';
|
|
48
|
+
}) ;
|
|
49
|
+
__p += '\n </tbody>\n</table>\n';
|
|
50
|
+
return __p
|
|
51
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
|
|
8
|
+
ctx.children.forEach(function(component) { ;
|
|
9
|
+
__p += '\n <td class="editgrid-table-column">\n ' +
|
|
10
|
+
((__t = ( component )) == null ? '' : __t) +
|
|
11
|
+
'\n </td>\n';
|
|
12
|
+
}) ;
|
|
13
|
+
__p += '\n';
|
|
14
|
+
return __p
|
|
15
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
|
|
8
|
+
if (ctx.node.isRoot) { ;
|
|
9
|
+
__p += '\n <div ref="root" class="list-group-item">\n';
|
|
10
|
+
} else { ;
|
|
11
|
+
__p += '\n <li ref="node" class="list-group-item col-sm-12 tree__level tree__level_' +
|
|
12
|
+
((__t = ( ctx.odd ? 'odd' : 'even' )) == null ? '' : __t) +
|
|
13
|
+
'">\n';
|
|
14
|
+
} ;
|
|
15
|
+
__p += '\n ';
|
|
16
|
+
if (ctx.content) { ;
|
|
17
|
+
__p += '\n <div ref="content" class="tree__node-content">\n ' +
|
|
18
|
+
((__t = ( ctx.content )) == null ? '' : __t) +
|
|
19
|
+
'\n </div>\n ';
|
|
20
|
+
} ;
|
|
21
|
+
__p += '\n ';
|
|
22
|
+
if (ctx.childNodes && ctx.childNodes.length) { ;
|
|
23
|
+
__p += '\n <ul ref="childNodes" class="tree__node-children list-group row">\n ' +
|
|
24
|
+
((__t = ( ctx.childNodes.join('') )) == null ? '' : __t) +
|
|
25
|
+
'\n </ul>\n ';
|
|
26
|
+
} ;
|
|
27
|
+
__p += '\n';
|
|
28
|
+
if (ctx.node.isRoot) { ;
|
|
29
|
+
__p += '\n </div>\n';
|
|
30
|
+
} else { ;
|
|
31
|
+
__p += '\n </li>\n';
|
|
32
|
+
} ;
|
|
33
|
+
__p += '\n';
|
|
34
|
+
return __p
|
|
35
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div class="node-edit">\n <div ref="nodeEdit">' +
|
|
8
|
+
((__t = ( ctx.children )) == null ? '' : __t) +
|
|
9
|
+
'</div>\n ';
|
|
10
|
+
if (!ctx.readOnly) { ;
|
|
11
|
+
__p += '\n <div class="node-actions">\n <button ref="saveNode" class="btn btn-primary saveNode">' +
|
|
12
|
+
((__t = ( ctx.t('Save') )) == null ? '' : __t) +
|
|
13
|
+
'</button>\n <button ref="cancelNode" class="btn btn-danger cancelNode">' +
|
|
14
|
+
((__t = ( ctx.t('Cancel') )) == null ? '' : __t) +
|
|
15
|
+
'</button>\n </div>\n ';
|
|
16
|
+
} ;
|
|
17
|
+
__p += '\n</div>\n';
|
|
18
|
+
return __p
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const edit_ejs_1 = require("./edit.ejs");
|
|
4
|
+
const view_ejs_1 = require("./view.ejs");
|
|
5
|
+
exports.default = {
|
|
6
|
+
treeView: {
|
|
7
|
+
form: view_ejs_1.default,
|
|
8
|
+
},
|
|
9
|
+
treeEdit: {
|
|
10
|
+
form: edit_ejs_1.default
|
|
11
|
+
}
|
|
12
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div class="row">\n ';
|
|
8
|
+
ctx.values.forEach(function(value) { ;
|
|
9
|
+
__p += '\n <div class="col-sm-2">\n ' +
|
|
10
|
+
((__t = ( value )) == null ? '' : __t) +
|
|
11
|
+
'\n </div>\n ';
|
|
12
|
+
}) ;
|
|
13
|
+
__p += '\n <div class="col-sm-3">\n <div class="btn-group pull-right">\n ';
|
|
14
|
+
if (ctx.node.hasChildren) { ;
|
|
15
|
+
__p += '\n <button ref="toggleNode" class="btn btn-default btn-sm toggleNode">' +
|
|
16
|
+
((__t = ( ctx.t(ctx.node.collapsed ? 'Expand' : 'Collapse') )) == null ? '' : __t) +
|
|
17
|
+
'</button>\n ';
|
|
18
|
+
} ;
|
|
19
|
+
__p += '\n ';
|
|
20
|
+
if (!ctx.readOnly) { ;
|
|
21
|
+
__p += '\n <button ref="addChild" class="btn btn-default btn-sm addChild">' +
|
|
22
|
+
((__t = ( ctx.t('Add') )) == null ? '' : __t) +
|
|
23
|
+
'</button>\n <button ref="editNode" class="btn btn-default btn-sm editNode">' +
|
|
24
|
+
((__t = ( ctx.t('Edit') )) == null ? '' : __t) +
|
|
25
|
+
'</button>\n <button ref="removeNode" class="btn btn-danger btn-sm removeNode">' +
|
|
26
|
+
((__t = ( ctx.t('Delete') )) == null ? '' : __t) +
|
|
27
|
+
'</button>\n ';
|
|
28
|
+
if (ctx.node.revertAvailable) { ;
|
|
29
|
+
__p += '\n <button ref="revertNode" class="btn btn-danger btn-sm revertNode">' +
|
|
30
|
+
((__t = ( ctx.t('Revert') )) == null ? '' : __t) +
|
|
31
|
+
'</button>\n ';
|
|
32
|
+
} ;
|
|
33
|
+
__p += '\n ';
|
|
34
|
+
} ;
|
|
35
|
+
__p += '\n </div>\n </div>\n</div>\n';
|
|
36
|
+
return __p
|
|
37
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="text-muted text-center p-2">' +
|
|
7
|
+
((__t = ( ctx.t(ctx.component.title, { _userInput: true }) )) == null ? '' : __t) +
|
|
8
|
+
'</div>\n';
|
|
9
|
+
return __p
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="' +
|
|
7
|
+
((__t = (ctx.classes)) == null ? '' : __t) +
|
|
8
|
+
'" ref="webform" novalidate>' +
|
|
9
|
+
((__t = (ctx.children)) == null ? '' : __t) +
|
|
10
|
+
'</div>\n';
|
|
11
|
+
return __p
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="card card-body bg-light mb-3">\n <div ref="' +
|
|
7
|
+
((__t = (ctx.nestedKey)) == null ? '' : __t) +
|
|
8
|
+
'">\n ' +
|
|
9
|
+
((__t = (ctx.children)) == null ? '' : __t) +
|
|
10
|
+
'\n </div>\n</div>\n';
|
|
11
|
+
return __p
|
|
12
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '';
|
|
6
|
+
__p += '<div class="text-muted text-center p-2">' +
|
|
7
|
+
((__t = ( ctx.t(ctx.component.title, { _userInput: true }) )) == null ? '' : __t) +
|
|
8
|
+
'</div>\n';
|
|
9
|
+
return __p
|
|
10
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2
|
+
value: true
|
|
3
|
+
});
|
|
4
|
+
exports.default=function(ctx) {
|
|
5
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
6
|
+
function print() { __p += __j.call(arguments, '') }
|
|
7
|
+
__p += '<div class="' +
|
|
8
|
+
((__t = (ctx.className)) == null ? '' : __t) +
|
|
9
|
+
'">\n <div style="position: relative;">\n ';
|
|
10
|
+
if (ctx.wizardHeaderType === 'wizardHeaderVertical') { ;
|
|
11
|
+
__p += '\n <div class="row">\n ';
|
|
12
|
+
if (ctx.wizardHeaderLocation !== 'right') { ;
|
|
13
|
+
__p += '\n <div class="col-sm-2">\n ' +
|
|
14
|
+
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
|
|
15
|
+
'\n </div>\n ';
|
|
16
|
+
} ;
|
|
17
|
+
__p += '\n <div class="wizard-page col-sm-10" ref="' +
|
|
18
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
19
|
+
'">\n ' +
|
|
20
|
+
((__t = (ctx.components)) == null ? '' : __t) +
|
|
21
|
+
'\n </div>\n ';
|
|
22
|
+
if (ctx.wizardHeaderLocation === 'right') { ;
|
|
23
|
+
__p += '\n <div class="col-sm-2">\n ' +
|
|
24
|
+
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
|
|
25
|
+
'\n </div>\n ';
|
|
26
|
+
} ;
|
|
27
|
+
__p += '\n </div>\n <div class="col-sm-offset-2 col-sm-10 ' +
|
|
28
|
+
((__t = (ctx.wizardHeaderLocation === 'right' ? 'col-sm-offset-0 col-md-offset-0' : '')) == null ? '' : __t) +
|
|
29
|
+
'">\n ' +
|
|
30
|
+
((__t = ( ctx.wizardNav )) == null ? '' : __t) +
|
|
31
|
+
'\n </div>\n ';
|
|
32
|
+
} else { ;
|
|
33
|
+
__p += '\n ' +
|
|
34
|
+
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
|
|
35
|
+
'\n <div class="wizard-page" ref="' +
|
|
36
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
37
|
+
'">\n ' +
|
|
38
|
+
((__t = (ctx.components)) == null ? '' : __t) +
|
|
39
|
+
'\n </div>\n ' +
|
|
40
|
+
((__t = ( ctx.wizardNav )) == null ? '' : __t) +
|
|
41
|
+
'\n ';
|
|
42
|
+
} ;
|
|
43
|
+
__p += '\n </div>\n</div>\n';
|
|
44
|
+
return __p
|
|
45
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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="Wizard navigation" id="' +
|
|
8
|
+
((__t = ( ctx.wizardKey )) == null ? '' : __t) +
|
|
9
|
+
'-header" ref="' +
|
|
10
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
11
|
+
'-header">\n <ul class="pagination" role="tablist">\n ';
|
|
12
|
+
ctx.panels.forEach(function(panel, index) { ;
|
|
13
|
+
__p += '\n <li class="page-item' +
|
|
14
|
+
((__t = (ctx.currentPage === index ? ' active' : '')) == null ? '' : __t) +
|
|
15
|
+
'" style="cursor: pointer;">\n <button tabindex="0" data-index="' +
|
|
16
|
+
((__t = (index)) == null ? '' : __t) +
|
|
17
|
+
'" role="tab" class="page-link" ref="' +
|
|
18
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
19
|
+
'-link">\n ' +
|
|
20
|
+
((__t = (ctx.t(panel.title, { _userInput: true }))) == null ? '' : __t) +
|
|
21
|
+
'\n ';
|
|
22
|
+
if (panel.tooltip && ctx.currentPage === index) { ;
|
|
23
|
+
__p += '\n <i ref="' +
|
|
24
|
+
((__t = (ctx.wizardKey)) == null ? '' : __t) +
|
|
25
|
+
'-tooltip" class="' +
|
|
26
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
27
|
+
' text-muted" data-tooltip="' +
|
|
28
|
+
((__t = (panel.tooltip)) == null ? '' : __t) +
|
|
29
|
+
'"></i>\n ';
|
|
30
|
+
} ;
|
|
31
|
+
__p += '\n </button>\n </li>\n ';
|
|
32
|
+
}) ;
|
|
33
|
+
__p += '\n </ul>\n</nav>\n';
|
|
34
|
+
return __p
|
|
35
|
+
}
|