@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,135 @@
|
|
|
1
|
+
export default (iconset, name, spinning) => {
|
|
2
|
+
let biName = name;
|
|
3
|
+
switch (name) {
|
|
4
|
+
case 'cog':
|
|
5
|
+
biName = 'gear';
|
|
6
|
+
break;
|
|
7
|
+
case 'copy':
|
|
8
|
+
biName = 'back';
|
|
9
|
+
break;
|
|
10
|
+
case 'bars':
|
|
11
|
+
biName = 'list';
|
|
12
|
+
break;
|
|
13
|
+
case 'remove':
|
|
14
|
+
biName = 'trash';
|
|
15
|
+
break;
|
|
16
|
+
case 'font':
|
|
17
|
+
biName = 'type';
|
|
18
|
+
break;
|
|
19
|
+
case 'hashtag':
|
|
20
|
+
biName = 'hash';
|
|
21
|
+
break;
|
|
22
|
+
case 'th-list':
|
|
23
|
+
biName = 'menu-button-wide';
|
|
24
|
+
break;
|
|
25
|
+
case 'dot-circle-o':
|
|
26
|
+
biName = 'ui-radios';
|
|
27
|
+
break;
|
|
28
|
+
case 'plus-square-o':
|
|
29
|
+
biName = 'plus-square';
|
|
30
|
+
break;
|
|
31
|
+
case 'minus-square-o':
|
|
32
|
+
biName = 'dash-square';
|
|
33
|
+
break;
|
|
34
|
+
case 'plus-square':
|
|
35
|
+
biName = 'ui-checks';
|
|
36
|
+
break;
|
|
37
|
+
case 'phone-square':
|
|
38
|
+
biName = 'phone';
|
|
39
|
+
break;
|
|
40
|
+
case 'home':
|
|
41
|
+
biName = 'house';
|
|
42
|
+
break;
|
|
43
|
+
case 'clock-o':
|
|
44
|
+
biName = 'clock';
|
|
45
|
+
break;
|
|
46
|
+
case 'usd':
|
|
47
|
+
biName = 'currency-dollar';
|
|
48
|
+
break;
|
|
49
|
+
case 'html5':
|
|
50
|
+
biName = 'file-richtext';
|
|
51
|
+
break;
|
|
52
|
+
case 'pencil-square-o':
|
|
53
|
+
biName = 'pencil-square';
|
|
54
|
+
break;
|
|
55
|
+
case 'columns':
|
|
56
|
+
biName = 'layout-three-columns';
|
|
57
|
+
break;
|
|
58
|
+
case 'list-alt':
|
|
59
|
+
biName = 'window';
|
|
60
|
+
break;
|
|
61
|
+
case 'th-large':
|
|
62
|
+
biName = 'grid-fill';
|
|
63
|
+
break;
|
|
64
|
+
case 'folder-o':
|
|
65
|
+
biName = 'folder';
|
|
66
|
+
break;
|
|
67
|
+
case 'square-o':
|
|
68
|
+
biName = 'square';
|
|
69
|
+
break;
|
|
70
|
+
case 'user-secret':
|
|
71
|
+
biName = 'person-fill-slash';
|
|
72
|
+
break;
|
|
73
|
+
case 'folder-open':
|
|
74
|
+
biName = 'folder2-open';
|
|
75
|
+
break;
|
|
76
|
+
case 'th':
|
|
77
|
+
biName = 'grid-3x3-gap-fill';
|
|
78
|
+
break;
|
|
79
|
+
case 'tasks':
|
|
80
|
+
biName = 'view-stacked';
|
|
81
|
+
break;
|
|
82
|
+
case 'indent':
|
|
83
|
+
biName = 'text-indent-left';
|
|
84
|
+
break;
|
|
85
|
+
case 'refresh':
|
|
86
|
+
biName = 'arrow-repeat';
|
|
87
|
+
break;
|
|
88
|
+
case 'files-o':
|
|
89
|
+
biName = 'files';
|
|
90
|
+
break;
|
|
91
|
+
case 'wpforms':
|
|
92
|
+
biName = 'window-stack';
|
|
93
|
+
break;
|
|
94
|
+
case 'cube':
|
|
95
|
+
biName = 'box';
|
|
96
|
+
break;
|
|
97
|
+
case 'cubes':
|
|
98
|
+
biName = 'boxes';
|
|
99
|
+
break;
|
|
100
|
+
case 'check-square-o':
|
|
101
|
+
biName = 'check-square';
|
|
102
|
+
break;
|
|
103
|
+
case 'plus':
|
|
104
|
+
biName = 'plus-lg';
|
|
105
|
+
break;
|
|
106
|
+
case 'question-sign':
|
|
107
|
+
biName = 'question-circle';
|
|
108
|
+
break;
|
|
109
|
+
case 'remove-circle':
|
|
110
|
+
biName = 'x-circle';
|
|
111
|
+
break;
|
|
112
|
+
case 'new-window':
|
|
113
|
+
biName = 'window-plus';
|
|
114
|
+
break;
|
|
115
|
+
case 'move':
|
|
116
|
+
biName = 'arrows-move';
|
|
117
|
+
break;
|
|
118
|
+
case 'edit':
|
|
119
|
+
biName = 'pencil';
|
|
120
|
+
break;
|
|
121
|
+
case 'time':
|
|
122
|
+
biName = 'clock';
|
|
123
|
+
break;
|
|
124
|
+
case 'video':
|
|
125
|
+
biName = 'camera-video';
|
|
126
|
+
break;
|
|
127
|
+
case 'microphone':
|
|
128
|
+
biName = 'mic';
|
|
129
|
+
break;
|
|
130
|
+
case 'calendar':
|
|
131
|
+
biName = 'file-break';
|
|
132
|
+
break;
|
|
133
|
+
}
|
|
134
|
+
return spinning ? 'spinner-border spinner-border-sm' : `fa fa-${name} bi bi-${biName}`;
|
|
135
|
+
};
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
webform: {
|
|
3
|
+
form: string;
|
|
4
|
+
builder: string;
|
|
5
|
+
};
|
|
6
|
+
well: {
|
|
7
|
+
form: string;
|
|
8
|
+
};
|
|
9
|
+
wizard: {
|
|
10
|
+
form: string;
|
|
11
|
+
builder: string;
|
|
12
|
+
};
|
|
13
|
+
wizardHeader: {
|
|
14
|
+
form: string;
|
|
15
|
+
};
|
|
16
|
+
wizardHeaderClassic: {
|
|
17
|
+
form: string;
|
|
18
|
+
};
|
|
19
|
+
wizardHeaderVertical: {
|
|
20
|
+
form: string;
|
|
21
|
+
};
|
|
22
|
+
wizardNav: {
|
|
23
|
+
form: string;
|
|
24
|
+
};
|
|
25
|
+
errorsList: {
|
|
26
|
+
form: string;
|
|
27
|
+
};
|
|
28
|
+
alert: {
|
|
29
|
+
form: string;
|
|
30
|
+
};
|
|
31
|
+
treeView: {
|
|
32
|
+
form: string;
|
|
33
|
+
};
|
|
34
|
+
treeEdit: {
|
|
35
|
+
form: string;
|
|
36
|
+
};
|
|
37
|
+
transform(type: any, text: any, instance: any): any;
|
|
38
|
+
defaultIconset: string;
|
|
39
|
+
iconClass: (iconset: any, name: any, spinning: any) => string;
|
|
40
|
+
cssClasses: {
|
|
41
|
+
'border-default': string;
|
|
42
|
+
'formio-tab-panel-active': string;
|
|
43
|
+
'formio-tab-link-active': string;
|
|
44
|
+
'formio-tab-link-container-active': string;
|
|
45
|
+
'formio-form-error': string;
|
|
46
|
+
'formio-form-alert': string;
|
|
47
|
+
'formio-label-error': string;
|
|
48
|
+
'formio-input-error': string;
|
|
49
|
+
'formio-alert-danger': string;
|
|
50
|
+
'formio-alert-success': string;
|
|
51
|
+
'formio-alert-warning': string;
|
|
52
|
+
'formio-modal-cancel-button': string;
|
|
53
|
+
'formio-modal-confirm-button': string;
|
|
54
|
+
'form-group': string;
|
|
55
|
+
};
|
|
56
|
+
address: {
|
|
57
|
+
form: string;
|
|
58
|
+
html: string;
|
|
59
|
+
};
|
|
60
|
+
builder: {
|
|
61
|
+
form: string;
|
|
62
|
+
};
|
|
63
|
+
builderComponent: {
|
|
64
|
+
form: string;
|
|
65
|
+
};
|
|
66
|
+
builderComponents: {
|
|
67
|
+
form: string;
|
|
68
|
+
};
|
|
69
|
+
builderEditForm: {
|
|
70
|
+
form: string;
|
|
71
|
+
};
|
|
72
|
+
builderPlaceholder: {
|
|
73
|
+
form: string;
|
|
74
|
+
};
|
|
75
|
+
builderSidebar: {
|
|
76
|
+
form: string;
|
|
77
|
+
};
|
|
78
|
+
builderSidebarGroup: {
|
|
79
|
+
form: string;
|
|
80
|
+
};
|
|
81
|
+
builderWizard: {
|
|
82
|
+
form: string;
|
|
83
|
+
};
|
|
84
|
+
button: {
|
|
85
|
+
form: string;
|
|
86
|
+
html: string;
|
|
87
|
+
};
|
|
88
|
+
checkbox: {
|
|
89
|
+
form: string;
|
|
90
|
+
html: string;
|
|
91
|
+
};
|
|
92
|
+
columns: {
|
|
93
|
+
form: string;
|
|
94
|
+
};
|
|
95
|
+
component: {
|
|
96
|
+
form: string;
|
|
97
|
+
};
|
|
98
|
+
componentModal: {
|
|
99
|
+
form: string;
|
|
100
|
+
};
|
|
101
|
+
components: {
|
|
102
|
+
form: string;
|
|
103
|
+
};
|
|
104
|
+
tableComponents: {
|
|
105
|
+
form: string;
|
|
106
|
+
};
|
|
107
|
+
container: {
|
|
108
|
+
form: string;
|
|
109
|
+
};
|
|
110
|
+
datagrid: {
|
|
111
|
+
form: string;
|
|
112
|
+
html: string;
|
|
113
|
+
};
|
|
114
|
+
day: {
|
|
115
|
+
form: string;
|
|
116
|
+
};
|
|
117
|
+
dialog: {
|
|
118
|
+
form: string;
|
|
119
|
+
};
|
|
120
|
+
editgrid: {
|
|
121
|
+
form: string;
|
|
122
|
+
html: string;
|
|
123
|
+
};
|
|
124
|
+
editgridTable: {
|
|
125
|
+
form: string;
|
|
126
|
+
html: string;
|
|
127
|
+
};
|
|
128
|
+
field: {
|
|
129
|
+
form: string;
|
|
130
|
+
align: string;
|
|
131
|
+
};
|
|
132
|
+
fieldset: {
|
|
133
|
+
form: string;
|
|
134
|
+
};
|
|
135
|
+
file: {
|
|
136
|
+
form: string;
|
|
137
|
+
};
|
|
138
|
+
html: {
|
|
139
|
+
form: string;
|
|
140
|
+
};
|
|
141
|
+
icon: {
|
|
142
|
+
form: string;
|
|
143
|
+
};
|
|
144
|
+
input: {
|
|
145
|
+
form: string;
|
|
146
|
+
html: string;
|
|
147
|
+
};
|
|
148
|
+
label: {
|
|
149
|
+
form: string;
|
|
150
|
+
};
|
|
151
|
+
loader: {
|
|
152
|
+
form: string;
|
|
153
|
+
};
|
|
154
|
+
loading: {
|
|
155
|
+
form: string;
|
|
156
|
+
};
|
|
157
|
+
map: {
|
|
158
|
+
form: string;
|
|
159
|
+
};
|
|
160
|
+
message: {
|
|
161
|
+
form: string;
|
|
162
|
+
};
|
|
163
|
+
modaledit: {
|
|
164
|
+
form: string;
|
|
165
|
+
};
|
|
166
|
+
modaldialog: {
|
|
167
|
+
form: string;
|
|
168
|
+
};
|
|
169
|
+
modalPreview: {
|
|
170
|
+
form: string;
|
|
171
|
+
};
|
|
172
|
+
multipleMasksInput: {
|
|
173
|
+
form: string;
|
|
174
|
+
};
|
|
175
|
+
multiValueRow: {
|
|
176
|
+
form: string;
|
|
177
|
+
};
|
|
178
|
+
multiValueTable: {
|
|
179
|
+
form: string;
|
|
180
|
+
};
|
|
181
|
+
panel: {
|
|
182
|
+
form: string;
|
|
183
|
+
};
|
|
184
|
+
pdf: {
|
|
185
|
+
form: string;
|
|
186
|
+
};
|
|
187
|
+
pdfBuilder: {
|
|
188
|
+
form: string;
|
|
189
|
+
};
|
|
190
|
+
pdfBuilderUpload: {
|
|
191
|
+
form: string;
|
|
192
|
+
};
|
|
193
|
+
radio: {
|
|
194
|
+
form: string;
|
|
195
|
+
html: string;
|
|
196
|
+
};
|
|
197
|
+
resourceAdd: {
|
|
198
|
+
form: string;
|
|
199
|
+
};
|
|
200
|
+
select: {
|
|
201
|
+
form: string;
|
|
202
|
+
html: string;
|
|
203
|
+
};
|
|
204
|
+
selectOption: {
|
|
205
|
+
form: string;
|
|
206
|
+
html: string;
|
|
207
|
+
};
|
|
208
|
+
signature: {
|
|
209
|
+
form: string;
|
|
210
|
+
html: string;
|
|
211
|
+
};
|
|
212
|
+
survey: {
|
|
213
|
+
form: string;
|
|
214
|
+
html: string;
|
|
215
|
+
};
|
|
216
|
+
tab: {
|
|
217
|
+
flat: string;
|
|
218
|
+
form: string;
|
|
219
|
+
};
|
|
220
|
+
table: {
|
|
221
|
+
form: string;
|
|
222
|
+
};
|
|
223
|
+
tree: {
|
|
224
|
+
form: string;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
export default _default;
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import address from './address';
|
|
2
|
+
import builder from './builder';
|
|
3
|
+
import builderComponent from './builderComponent';
|
|
4
|
+
import builderComponents from './builderComponents';
|
|
5
|
+
import builderEditForm from './builderEditForm';
|
|
6
|
+
import builderPlaceholder from './builderPlaceholder';
|
|
7
|
+
import builderSidebar from './builderSidebar';
|
|
8
|
+
import builderSidebarGroup from './builderSidebarGroup';
|
|
9
|
+
import builderWizard from './builderWizard';
|
|
10
|
+
import button from './button';
|
|
11
|
+
import checkbox from './checkbox';
|
|
12
|
+
import columns from './columns';
|
|
13
|
+
import component from './component';
|
|
14
|
+
import componentModal from './componentModal';
|
|
15
|
+
import components from './components';
|
|
16
|
+
import tableComponents from './tableComponents';
|
|
17
|
+
import container from './container';
|
|
18
|
+
import datagrid from './datagrid';
|
|
19
|
+
import day from './day';
|
|
20
|
+
import dialog from './dialog';
|
|
21
|
+
import editgrid from './editgrid';
|
|
22
|
+
import editgridTable from './editgridTable';
|
|
23
|
+
import field from './field';
|
|
24
|
+
import fieldset from './fieldset';
|
|
25
|
+
import file from './file';
|
|
26
|
+
import html from './html';
|
|
27
|
+
import icon from './icon';
|
|
28
|
+
import iconClass from './iconClass';
|
|
29
|
+
import input from './input';
|
|
30
|
+
import label from './label';
|
|
31
|
+
import loader from './loader';
|
|
32
|
+
import loading from './loading';
|
|
33
|
+
import map from './map';
|
|
34
|
+
import message from './message';
|
|
35
|
+
import modaldialog from './modaldialog';
|
|
36
|
+
import modaledit from './modaledit';
|
|
37
|
+
import modalPreview from './modalPreview';
|
|
38
|
+
import multipleMasksInput from './multipleMasksInput';
|
|
39
|
+
import multiValueRow from './multiValueRow';
|
|
40
|
+
import multiValueTable from './multiValueTable';
|
|
41
|
+
import panel from './panel';
|
|
42
|
+
import pdf from './pdf';
|
|
43
|
+
import pdfBuilder from './pdfBuilder';
|
|
44
|
+
import pdfBuilderUpload from './pdfBuilderUpload';
|
|
45
|
+
import radio from './radio';
|
|
46
|
+
import resourceAdd from './resourceAdd';
|
|
47
|
+
import select from './select';
|
|
48
|
+
import selectOption from './selectOption';
|
|
49
|
+
import signature from './signature';
|
|
50
|
+
import survey from './survey';
|
|
51
|
+
import tab from './tab';
|
|
52
|
+
import table from './table';
|
|
53
|
+
import tree from './tree';
|
|
54
|
+
import treePartials from './tree/partials';
|
|
55
|
+
import webform from './webform';
|
|
56
|
+
import well from './well';
|
|
57
|
+
import wizard from './wizard';
|
|
58
|
+
import wizardHeader from './wizardHeader';
|
|
59
|
+
import wizardHeaderClassic from './wizardHeaderClassic';
|
|
60
|
+
import wizardHeaderVertical from './wizardHeaderVertical';
|
|
61
|
+
import wizardNav from './wizardNav';
|
|
62
|
+
import cssClasses from './cssClasses';
|
|
63
|
+
import errorsList from './errorsList';
|
|
64
|
+
import alert from './alert';
|
|
65
|
+
export default {
|
|
66
|
+
transform(type, text, instance) {
|
|
67
|
+
if (!text) {
|
|
68
|
+
return text;
|
|
69
|
+
}
|
|
70
|
+
switch (type) {
|
|
71
|
+
case 'class':
|
|
72
|
+
let additionalClasses = '';
|
|
73
|
+
if (text === 'form-group') {
|
|
74
|
+
additionalClasses = 'mb-2 ';
|
|
75
|
+
if (instance && instance.component.block) {
|
|
76
|
+
additionalClasses += 'd-grid ';
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
return `${additionalClasses}${this.cssClasses.hasOwnProperty(text.toString()) ? this.cssClasses[text.toString()] : text}`;
|
|
80
|
+
}
|
|
81
|
+
return text;
|
|
82
|
+
},
|
|
83
|
+
defaultIconset: 'bi',
|
|
84
|
+
iconClass,
|
|
85
|
+
cssClasses,
|
|
86
|
+
address,
|
|
87
|
+
builder,
|
|
88
|
+
builderComponent,
|
|
89
|
+
builderComponents,
|
|
90
|
+
builderEditForm,
|
|
91
|
+
builderPlaceholder,
|
|
92
|
+
builderSidebar,
|
|
93
|
+
builderSidebarGroup,
|
|
94
|
+
builderWizard,
|
|
95
|
+
button,
|
|
96
|
+
checkbox,
|
|
97
|
+
columns,
|
|
98
|
+
component,
|
|
99
|
+
componentModal,
|
|
100
|
+
components,
|
|
101
|
+
tableComponents,
|
|
102
|
+
container,
|
|
103
|
+
datagrid,
|
|
104
|
+
day,
|
|
105
|
+
dialog,
|
|
106
|
+
editgrid,
|
|
107
|
+
editgridTable,
|
|
108
|
+
field,
|
|
109
|
+
fieldset,
|
|
110
|
+
file,
|
|
111
|
+
html,
|
|
112
|
+
icon,
|
|
113
|
+
input,
|
|
114
|
+
label,
|
|
115
|
+
loader,
|
|
116
|
+
loading,
|
|
117
|
+
map,
|
|
118
|
+
message,
|
|
119
|
+
modaledit,
|
|
120
|
+
modaldialog,
|
|
121
|
+
modalPreview,
|
|
122
|
+
multipleMasksInput,
|
|
123
|
+
multiValueRow,
|
|
124
|
+
multiValueTable,
|
|
125
|
+
panel,
|
|
126
|
+
pdf,
|
|
127
|
+
pdfBuilder,
|
|
128
|
+
pdfBuilderUpload,
|
|
129
|
+
radio,
|
|
130
|
+
resourceAdd,
|
|
131
|
+
select,
|
|
132
|
+
selectOption,
|
|
133
|
+
signature,
|
|
134
|
+
survey,
|
|
135
|
+
tab,
|
|
136
|
+
table,
|
|
137
|
+
tree,
|
|
138
|
+
...treePartials,
|
|
139
|
+
webform,
|
|
140
|
+
well,
|
|
141
|
+
wizard,
|
|
142
|
+
wizardHeader,
|
|
143
|
+
wizardHeaderClassic,
|
|
144
|
+
wizardHeaderVertical,
|
|
145
|
+
wizardNav,
|
|
146
|
+
errorsList,
|
|
147
|
+
alert
|
|
148
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
|
|
5
|
+
if (ctx.prefix || ctx.suffix) { ;
|
|
6
|
+
__p += '\n<div class="input-group">\n ';
|
|
7
|
+
} ;
|
|
8
|
+
__p += '\n ';
|
|
9
|
+
if (ctx.prefix) { ;
|
|
10
|
+
__p += '\n <div class="input-group-text" ref="prefix">\n ';
|
|
11
|
+
if(ctx.prefix instanceof HTMLElement){ ;
|
|
12
|
+
__p += '\n ' +
|
|
13
|
+
((__t = ( ctx.t(ctx.prefix.outerHTML, { _userInput: true }) )) == null ? '' : __t) +
|
|
14
|
+
'\n ';
|
|
15
|
+
} else{ ;
|
|
16
|
+
__p += '\n ' +
|
|
17
|
+
((__t = ( ctx.t(ctx.prefix, { _userInput: true }) )) == null ? '' : __t) +
|
|
18
|
+
'\n ';
|
|
19
|
+
} ;
|
|
20
|
+
__p += '\n </div>\n ';
|
|
21
|
+
} ;
|
|
22
|
+
__p += '\n ';
|
|
23
|
+
if (ctx.options.floatingLabels) { ;
|
|
24
|
+
__p += '\n <div class="form-floating">\n ';
|
|
25
|
+
} ;
|
|
26
|
+
__p += '\n ';
|
|
27
|
+
if (!ctx.component.editor && !ctx.component.wysiwyg) { ;
|
|
28
|
+
__p += '\n <' +
|
|
29
|
+
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
30
|
+
'\n ref="' +
|
|
31
|
+
((__t = (ctx.input.ref ? ctx.input.ref : 'input')) == null ? '' : __t) +
|
|
32
|
+
'"\n ';
|
|
33
|
+
for (var attr in ctx.input.attr) { ;
|
|
34
|
+
__p += '\n ' +
|
|
35
|
+
((__t = (attr)) == null ? '' : __t) +
|
|
36
|
+
'="' +
|
|
37
|
+
((__t = (ctx.input.attr[attr])) == null ? '' : __t) +
|
|
38
|
+
'"\n ';
|
|
39
|
+
} ;
|
|
40
|
+
__p += '\n id="' +
|
|
41
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
42
|
+
'-' +
|
|
43
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
44
|
+
'"\n aria-labelledby="l-' +
|
|
45
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
46
|
+
'-' +
|
|
47
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
48
|
+
' ';
|
|
49
|
+
if (ctx.component.description) { ;
|
|
50
|
+
__p += 'd-' +
|
|
51
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
52
|
+
'-' +
|
|
53
|
+
((__t = (ctx.component.key)) == null ? '' : __t);
|
|
54
|
+
} ;
|
|
55
|
+
__p += '"\n aria-required="' +
|
|
56
|
+
((__t = (ctx.input.ref === 'input' || !ctx.input.ref ? ctx.component.validate.required :
|
|
57
|
+
ctx.component.fields && ctx.component.fields[ctx.input.ref] && ctx.component.fields[ctx.input.ref].required || false)) == null ? '' : __t) +
|
|
58
|
+
'"\n >' +
|
|
59
|
+
((__t = (ctx.input.content)) == null ? '' : __t) +
|
|
60
|
+
'</' +
|
|
61
|
+
((__t = (ctx.input.type)) == null ? '' : __t) +
|
|
62
|
+
'>\n ';
|
|
63
|
+
if (ctx.options.floatingLabels) { ;
|
|
64
|
+
__p += '\n <label ref="label" class="col-form-label ' +
|
|
65
|
+
((__t = (ctx.label.className)) == null ? '' : __t) +
|
|
66
|
+
'"\n for="' +
|
|
67
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
68
|
+
'-' +
|
|
69
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
70
|
+
'"\n id="l-' +
|
|
71
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
72
|
+
'-' +
|
|
73
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
74
|
+
'"\n >' +
|
|
75
|
+
((__t = ( ctx.t(ctx.component.label, { _userInput: true }) )) == null ? '' : __t) +
|
|
76
|
+
'</label>\n ';
|
|
77
|
+
} ;
|
|
78
|
+
__p += '\n ';
|
|
79
|
+
if (ctx.hasValueMaskInput) { ;
|
|
80
|
+
__p += '\n <input ref="valueMaskInput" />\n ';
|
|
81
|
+
} ;
|
|
82
|
+
__p += '\n';
|
|
83
|
+
} ;
|
|
84
|
+
__p += '\n';
|
|
85
|
+
if (ctx.component.editor || ctx.component.wysiwyg) { ;
|
|
86
|
+
__p += '\n <div ref="input"></div>\n';
|
|
87
|
+
} ;
|
|
88
|
+
__p += '\n';
|
|
89
|
+
if (ctx.component.type === 'datetime') { ;
|
|
90
|
+
__p += '\n<span aria-live="assertive" id="' +
|
|
91
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
92
|
+
'-liveRegion" class="visually-hidden" ref="liveRegion"></span>\n';
|
|
93
|
+
} ;
|
|
94
|
+
__p += '\n';
|
|
95
|
+
if (ctx.suffix) { ;
|
|
96
|
+
__p += '\n <div class="input-group-text" ref="suffix">\n ';
|
|
97
|
+
if(ctx.suffix instanceof HTMLElement){ ;
|
|
98
|
+
__p += '\n ' +
|
|
99
|
+
((__t = ( ctx.t(ctx.suffix.outerHTML, { _userInput: true }) )) == null ? '' : __t) +
|
|
100
|
+
'\n ';
|
|
101
|
+
} else{ ;
|
|
102
|
+
__p += '\n ' +
|
|
103
|
+
((__t = ( ctx.t(ctx.suffix, { _userInput: true }) )) == null ? '' : __t) +
|
|
104
|
+
'\n ';
|
|
105
|
+
} ;
|
|
106
|
+
__p += '\n </div>\n';
|
|
107
|
+
} ;
|
|
108
|
+
__p += '\n';
|
|
109
|
+
if (ctx.prefix || ctx.suffix || ctx.options.floatingLabels) { ;
|
|
110
|
+
__p += '\n </div>\n';
|
|
111
|
+
} ;
|
|
112
|
+
__p += '\n';
|
|
113
|
+
if (ctx.component.showCharCount || ctx.component.showWordCount) { ;
|
|
114
|
+
__p += '\n<div class="form-text {{ctx.component.description ? float-end : text-end">\n ';
|
|
115
|
+
if (ctx.component.showCharCount) { ;
|
|
116
|
+
__p += '\n <span class="text-muted" ref="charcount" aria-live="polite"></span>\n ';
|
|
117
|
+
} ;
|
|
118
|
+
__p += '\n ';
|
|
119
|
+
if (ctx.component.showWordCount) { ;
|
|
120
|
+
__p += '\n <span class="text-muted" ref="wordcount" aria-live="polite"></span>\n ';
|
|
121
|
+
} ;
|
|
122
|
+
__p += '\n</div>\n';
|
|
123
|
+
} ;
|
|
124
|
+
__p += '\n';
|
|
125
|
+
return __p
|
|
126
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
__p += '<div ref="value">';
|
|
5
|
+
if (ctx.value) { ;
|
|
6
|
+
__p +=
|
|
7
|
+
((__t = (ctx.value)) == null ? '' : __t);
|
|
8
|
+
} else { ;
|
|
9
|
+
__p += '-';
|
|
10
|
+
} ;
|
|
11
|
+
__p += '</div>\n';
|
|
12
|
+
return __p
|
|
13
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export default function(ctx) {
|
|
2
|
+
var __t, __p = '', __j = Array.prototype.join;
|
|
3
|
+
function print() { __p += __j.call(arguments, '') }
|
|
4
|
+
|
|
5
|
+
if (ctx.component.type === 'rating' || ctx.component.type === 'toggle' ) { ;
|
|
6
|
+
__p += '\n\n';
|
|
7
|
+
} else { ;
|
|
8
|
+
__p += '\n<label\n ref="label"\n class="col-form-label ' +
|
|
9
|
+
((__t = (ctx.label.className)) == null ? '' : __t) +
|
|
10
|
+
'"\n for="' +
|
|
11
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
12
|
+
'-' +
|
|
13
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
14
|
+
'"\n id="l-' +
|
|
15
|
+
((__t = (ctx.instance.id)) == null ? '' : __t) +
|
|
16
|
+
'-' +
|
|
17
|
+
((__t = (ctx.component.key)) == null ? '' : __t) +
|
|
18
|
+
'"\n>\n ' +
|
|
19
|
+
((__t = ( ctx.t(ctx.component.label, { _userInput: true }) )) == null ? '' : __t) +
|
|
20
|
+
'\n ';
|
|
21
|
+
if (ctx.component.type === 'number' || ctx.component.type === 'phoneNumber' || ctx.component.type === 'currency') { ;
|
|
22
|
+
__p += '\n <span class="visually-hidden">, ' +
|
|
23
|
+
((__t = (ctx.t('numeric only'))) == null ? '' : __t) +
|
|
24
|
+
',</span>\n ';
|
|
25
|
+
} ;
|
|
26
|
+
__p += '\n ';
|
|
27
|
+
if (ctx.component.tooltip) { ;
|
|
28
|
+
__p += '\n <i ref="tooltip" tabindex="0" class="' +
|
|
29
|
+
((__t = (ctx.iconClass('question-sign'))) == null ? '' : __t) +
|
|
30
|
+
' text-muted" data-tooltip="' +
|
|
31
|
+
((__t = (ctx.component.tooltip)) == null ? '' : __t) +
|
|
32
|
+
'"></i>\n ';
|
|
33
|
+
} ;
|
|
34
|
+
__p += '\n</label>\n';
|
|
35
|
+
} ;
|
|
36
|
+
__p += '\n';
|
|
37
|
+
return __p
|
|
38
|
+
}
|