@simpleangularcontrols/sac-bootstrap4 10.0.0-rc.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/README.md +18 -0
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.js +3279 -0
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.js.map +1 -0
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.min.js +2 -0
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.min.js.map +1 -0
- package/components/browser/browser.d.ts +45 -0
- package/components/browser/browser.module.d.ts +2 -0
- package/components/browser/browser.module.ngfactory.d.ts +3 -0
- package/components/browser/browser.ngfactory.d.ts +1 -0
- package/controls/buttons/button.d.ts +8 -0
- package/controls/buttons/button.module.d.ts +2 -0
- package/controls/buttons/button.module.ngfactory.d.ts +3 -0
- package/controls/buttons/button.ngfactory.d.ts +1 -0
- package/controls/checkbox/checkbox.d.ts +14 -0
- package/controls/checkbox/checkbox.module.d.ts +2 -0
- package/controls/checkbox/checkbox.module.ngfactory.d.ts +3 -0
- package/controls/checkbox/checkbox.ngfactory.d.ts +1 -0
- package/controls/checkbox/checkbox.scss.ngstyle.d.ts +1 -0
- package/controls/checkbox/checkbox.scss.shim.ngstyle.d.ts +1 -0
- package/controls/checkbox/radiobutton.d.ts +12 -0
- package/controls/checkbox/radiobutton.ngfactory.d.ts +1 -0
- package/controls/checkbox/radiobutton.scss.ngstyle.d.ts +1 -0
- package/controls/checkbox/radiobutton.scss.shim.ngstyle.d.ts +1 -0
- package/controls/checkbox/radiobuttons.d.ts +14 -0
- package/controls/checkbox/radiobuttons.ngfactory.d.ts +1 -0
- package/controls/confirm/confirm.d.ts +6 -0
- package/controls/confirm/confirm.module.d.ts +11 -0
- package/controls/confirm/confirm.module.ngfactory.d.ts +3 -0
- package/controls/confirm/confirm.ngfactory.d.ts +1 -0
- package/controls/confirm/confirm.service.d.ts +54 -0
- package/controls/confirm/confirm.service.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenu.d.ts +16 -0
- package/controls/contextmenu/contextmenu.module.d.ts +2 -0
- package/controls/contextmenu/contextmenu.module.ngfactory.d.ts +3 -0
- package/controls/contextmenu/contextmenu.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenuanchor.d.ts +12 -0
- package/controls/contextmenu/contextmenuanchor.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenucontainer.d.ts +12 -0
- package/controls/contextmenu/contextmenucontainer.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenuitembutton.d.ts +11 -0
- package/controls/contextmenu/contextmenuitembutton.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenuitemsplitter.d.ts +6 -0
- package/controls/contextmenu/contextmenuitemsplitter.ngfactory.d.ts +1 -0
- package/controls/datetime/date.d.ts +15 -0
- package/controls/datetime/date.ngfactory.d.ts +1 -0
- package/controls/datetime/dateselector.d.ts +6 -0
- package/controls/datetime/dateselector.ngfactory.d.ts +1 -0
- package/controls/datetime/datetime.d.ts +15 -0
- package/controls/datetime/datetime.module.d.ts +2 -0
- package/controls/datetime/datetime.module.ngfactory.d.ts +3 -0
- package/controls/datetime/datetime.ngfactory.d.ts +1 -0
- package/controls/datetime/time.d.ts +15 -0
- package/controls/datetime/time.ngfactory.d.ts +1 -0
- package/controls/dialog/dialog.d.ts +25 -0
- package/controls/dialog/dialog.module.d.ts +2 -0
- package/controls/dialog/dialog.module.ngfactory.d.ts +3 -0
- package/controls/dialog/dialog.ngfactory.d.ts +1 -0
- package/controls/form/form.d.ts +25 -0
- package/controls/form/form.module.d.ts +2 -0
- package/controls/form/form.module.ngfactory.d.ts +3 -0
- package/controls/form/form.ngfactory.d.ts +1 -0
- package/controls/form/inheritform.directive.d.ts +47 -0
- package/controls/form/inheritform.directive.ngfactory.d.ts +1 -0
- package/controls/grid/grid.d.ts +20 -0
- package/controls/grid/grid.module.d.ts +2 -0
- package/controls/grid/grid.module.ngfactory.d.ts +3 -0
- package/controls/grid/grid.ngfactory.d.ts +1 -0
- package/controls/grid/gridbutton.d.ts +19 -0
- package/controls/grid/gridbutton.ngfactory.d.ts +1 -0
- package/controls/grid/gridcolumn.d.ts +14 -0
- package/controls/grid/gridcolumn.ngfactory.d.ts +1 -0
- package/controls/grid/gridcolumnaction.d.ts +14 -0
- package/controls/grid/gridcolumnaction.ngfactory.d.ts +1 -0
- package/controls/grid/gridimage.d.ts +11 -0
- package/controls/grid/gridimage.ngfactory.d.ts +1 -0
- package/controls/grid/paging.d.ts +12 -0
- package/controls/grid/paging.ngfactory.d.ts +1 -0
- package/controls/input/input.d.ts +14 -0
- package/controls/input/input.module.d.ts +2 -0
- package/controls/input/input.module.ngfactory.d.ts +3 -0
- package/controls/input/input.ngfactory.d.ts +1 -0
- package/controls/input/inputarea.d.ts +14 -0
- package/controls/input/inputarea.ngfactory.d.ts +1 -0
- package/controls/input/inputcurrency.d.ts +14 -0
- package/controls/input/inputcurrency.ngfactory.d.ts +1 -0
- package/controls/input/inputdecimal.d.ts +14 -0
- package/controls/input/inputdecimal.ngfactory.d.ts +1 -0
- package/controls/input/inputemail.d.ts +14 -0
- package/controls/input/inputemail.ngfactory.d.ts +1 -0
- package/controls/input/inputinteger.d.ts +14 -0
- package/controls/input/inputinteger.ngfactory.d.ts +1 -0
- package/controls/input/inputpassword.d.ts +14 -0
- package/controls/input/inputpassword.ngfactory.d.ts +1 -0
- package/controls/input/inputsearch.d.ts +14 -0
- package/controls/input/inputsearch.ngfactory.d.ts +1 -0
- package/controls/layout/formlayout.directive.d.ts +3 -0
- package/controls/layout/formlayout.directive.ngfactory.d.ts +1 -0
- package/controls/layout/layout.module.d.ts +2 -0
- package/controls/layout/layout.module.ngfactory.d.ts +3 -0
- package/controls/layout/tocontrolheight.pipe.d.ts +9 -0
- package/controls/layout/tocontrolheight.pipe.ngfactory.d.ts +1 -0
- package/controls/layout/tocontrolwidthcss.pipe.d.ts +16 -0
- package/controls/layout/tocontrolwidthcss.pipe.ngfactory.d.ts +1 -0
- package/controls/layout/tolabelheight.pipe.d.ts +9 -0
- package/controls/layout/tolabelheight.pipe.ngfactory.d.ts +1 -0
- package/controls/layout/tolabelwidthcss.pipe.d.ts +10 -0
- package/controls/layout/tolabelwidthcss.pipe.ngfactory.d.ts +1 -0
- package/controls/list/dropdown.d.ts +28 -0
- package/controls/list/dropdown.module.d.ts +2 -0
- package/controls/list/dropdown.module.ngfactory.d.ts +3 -0
- package/controls/list/dropdown.ngfactory.d.ts +1 -0
- package/controls/list/list.module.d.ts +2 -0
- package/controls/list/list.module.ngfactory.d.ts +3 -0
- package/controls/list/listbox.d.ts +26 -0
- package/controls/list/listbox.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguage.module.d.ts +2 -0
- package/controls/multilanguage/multilanguage.module.ngfactory.d.ts +3 -0
- package/controls/multilanguage/multilanguageinput.d.ts +18 -0
- package/controls/multilanguage/multilanguageinput.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguageinputarea.d.ts +18 -0
- package/controls/multilanguage/multilanguageinputarea.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguagemenu.d.ts +16 -0
- package/controls/multilanguage/multilanguagemenu.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguagemenuanchor.d.ts +12 -0
- package/controls/multilanguage/multilanguagemenuanchor.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguagemenucontainer.d.ts +12 -0
- package/controls/multilanguage/multilanguagemenucontainer.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguagemenuitembutton.d.ts +11 -0
- package/controls/multilanguage/multilanguagemenuitembutton.ngfactory.d.ts +1 -0
- package/controls/static/formcontainer.d.ts +25 -0
- package/controls/static/formcontainer.ngfactory.d.ts +1 -0
- package/controls/static/staticlabel.d.ts +14 -0
- package/controls/static/staticlabel.module.d.ts +2 -0
- package/controls/static/staticlabel.module.ngfactory.d.ts +3 -0
- package/controls/static/staticlabel.ngfactory.d.ts +1 -0
- package/controls/tabs/tab.d.ts +17 -0
- package/controls/tabs/tab.ngfactory.d.ts +1 -0
- package/controls/tabs/tabitem.d.ts +6 -0
- package/controls/tabs/tabitem.ngfactory.d.ts +1 -0
- package/controls/tabs/tabs.module.d.ts +2 -0
- package/controls/tabs/tabs.module.ngfactory.d.ts +3 -0
- package/controls/tinymce/tinymce.d.ts +20 -0
- package/controls/tinymce/tinymce.module.d.ts +2 -0
- package/controls/tinymce/tinymce.module.ngfactory.d.ts +3 -0
- package/controls/tinymce/tinymce.ngfactory.d.ts +1 -0
- package/controls/tinymce/tinymce.scss.ngstyle.d.ts +1 -0
- package/controls/tinymce/tinymce.scss.shim.ngstyle.d.ts +1 -0
- package/controls/upload/dropzone.scss.ngstyle.d.ts +1 -0
- package/controls/upload/dropzone.scss.shim.ngstyle.d.ts +1 -0
- package/controls/upload/dropzonemultiple.d.ts +21 -0
- package/controls/upload/dropzonemultiple.ngfactory.d.ts +1 -0
- package/controls/upload/dropzonesingle.d.ts +21 -0
- package/controls/upload/dropzonesingle.ngfactory.d.ts +1 -0
- package/controls/upload/upload.d.ts +17 -0
- package/controls/upload/upload.module.d.ts +2 -0
- package/controls/upload/upload.module.ngfactory.d.ts +3 -0
- package/controls/upload/upload.ngfactory.d.ts +1 -0
- package/controls/upload/upload.scss.ngstyle.d.ts +1 -0
- package/controls/upload/upload.scss.shim.ngstyle.d.ts +1 -0
- package/controls/upload/uploadmultiple.d.ts +17 -0
- package/controls/upload/uploadmultiple.ngfactory.d.ts +1 -0
- package/controls/validation/validationsummary.d.ts +14 -0
- package/controls/validation/validationsummary.module.d.ts +2 -0
- package/controls/validation/validationsummary.module.ngfactory.d.ts +3 -0
- package/controls/validation/validationsummary.ngfactory.d.ts +1 -0
- package/controls/wizard/wizard.d.ts +17 -0
- package/controls/wizard/wizard.module.d.ts +2 -0
- package/controls/wizard/wizard.module.ngfactory.d.ts +3 -0
- package/controls/wizard/wizard.ngfactory.d.ts +1 -0
- package/controls/wizard/wizarditem.d.ts +6 -0
- package/controls/wizard/wizarditem.ngfactory.d.ts +1 -0
- package/esm2015/components/browser/browser.js +109 -0
- package/esm2015/components/browser/browser.module.js +28 -0
- package/esm2015/components/browser/browser.module.ngfactory.js +7 -0
- package/esm2015/components/browser/browser.ngfactory.js +7 -0
- package/esm2015/controls/buttons/button.js +16 -0
- package/esm2015/controls/buttons/button.module.js +15 -0
- package/esm2015/controls/buttons/button.module.ngfactory.js +7 -0
- package/esm2015/controls/buttons/button.ngfactory.js +7 -0
- package/esm2015/controls/checkbox/checkbox.js +44 -0
- package/esm2015/controls/checkbox/checkbox.module.js +24 -0
- package/esm2015/controls/checkbox/checkbox.module.ngfactory.js +7 -0
- package/esm2015/controls/checkbox/checkbox.ngfactory.js +7 -0
- package/esm2015/controls/checkbox/checkbox.scss.ngstyle.js +7 -0
- package/esm2015/controls/checkbox/checkbox.scss.shim.ngstyle.js +7 -0
- package/esm2015/controls/checkbox/radiobutton.js +26 -0
- package/esm2015/controls/checkbox/radiobutton.ngfactory.js +7 -0
- package/esm2015/controls/checkbox/radiobutton.scss.ngstyle.js +7 -0
- package/esm2015/controls/checkbox/radiobutton.scss.shim.ngstyle.js +7 -0
- package/esm2015/controls/checkbox/radiobuttons.js +42 -0
- package/esm2015/controls/checkbox/radiobuttons.ngfactory.js +7 -0
- package/esm2015/controls/confirm/confirm.js +14 -0
- package/esm2015/controls/confirm/confirm.module.js +31 -0
- package/esm2015/controls/confirm/confirm.module.ngfactory.js +7 -0
- package/esm2015/controls/confirm/confirm.ngfactory.js +7 -0
- package/esm2015/controls/confirm/confirm.service.js +102 -0
- package/esm2015/controls/confirm/confirm.service.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenu.js +40 -0
- package/esm2015/controls/contextmenu/contextmenu.module.js +28 -0
- package/esm2015/controls/contextmenu/contextmenu.module.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenu.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenuanchor.js +30 -0
- package/esm2015/controls/contextmenu/contextmenuanchor.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenucontainer.js +30 -0
- package/esm2015/controls/contextmenu/contextmenucontainer.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenuitembutton.js +24 -0
- package/esm2015/controls/contextmenu/contextmenuitembutton.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenuitemsplitter.js +14 -0
- package/esm2015/controls/contextmenu/contextmenuitemsplitter.ngfactory.js +7 -0
- package/esm2015/controls/datetime/date.js +50 -0
- package/esm2015/controls/datetime/date.ngfactory.js +7 -0
- package/esm2015/controls/datetime/dateselector.js +14 -0
- package/esm2015/controls/datetime/dateselector.ngfactory.js +7 -0
- package/esm2015/controls/datetime/datetime.js +44 -0
- package/esm2015/controls/datetime/datetime.module.js +28 -0
- package/esm2015/controls/datetime/datetime.module.ngfactory.js +7 -0
- package/esm2015/controls/datetime/datetime.ngfactory.js +7 -0
- package/esm2015/controls/datetime/time.js +44 -0
- package/esm2015/controls/datetime/time.ngfactory.js +7 -0
- package/esm2015/controls/dialog/dialog.js +44 -0
- package/esm2015/controls/dialog/dialog.module.js +15 -0
- package/esm2015/controls/dialog/dialog.module.ngfactory.js +7 -0
- package/esm2015/controls/dialog/dialog.ngfactory.js +7 -0
- package/esm2015/controls/form/form.js +41 -0
- package/esm2015/controls/form/form.module.js +15 -0
- package/esm2015/controls/form/form.module.ngfactory.js +7 -0
- package/esm2015/controls/form/form.ngfactory.js +7 -0
- package/esm2015/controls/form/inheritform.directive.js +71 -0
- package/esm2015/controls/form/inheritform.directive.ngfactory.js +7 -0
- package/esm2015/controls/grid/grid.js +44 -0
- package/esm2015/controls/grid/grid.module.js +21 -0
- package/esm2015/controls/grid/grid.module.ngfactory.js +7 -0
- package/esm2015/controls/grid/grid.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridbutton.js +47 -0
- package/esm2015/controls/grid/gridbutton.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridcolumn.js +34 -0
- package/esm2015/controls/grid/gridcolumn.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridcolumnaction.js +35 -0
- package/esm2015/controls/grid/gridcolumnaction.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridimage.js +28 -0
- package/esm2015/controls/grid/gridimage.ngfactory.js +7 -0
- package/esm2015/controls/grid/paging.js +34 -0
- package/esm2015/controls/grid/paging.ngfactory.js +7 -0
- package/esm2015/controls/input/input.js +38 -0
- package/esm2015/controls/input/input.module.js +39 -0
- package/esm2015/controls/input/input.module.ngfactory.js +7 -0
- package/esm2015/controls/input/input.ngfactory.js +7 -0
- package/esm2015/controls/input/inputarea.js +42 -0
- package/esm2015/controls/input/inputarea.ngfactory.js +7 -0
- package/esm2015/controls/input/inputcurrency.js +42 -0
- package/esm2015/controls/input/inputcurrency.ngfactory.js +7 -0
- package/esm2015/controls/input/inputdecimal.js +42 -0
- package/esm2015/controls/input/inputdecimal.ngfactory.js +7 -0
- package/esm2015/controls/input/inputemail.js +42 -0
- package/esm2015/controls/input/inputemail.ngfactory.js +7 -0
- package/esm2015/controls/input/inputinteger.js +42 -0
- package/esm2015/controls/input/inputinteger.ngfactory.js +7 -0
- package/esm2015/controls/input/inputpassword.js +42 -0
- package/esm2015/controls/input/inputpassword.ngfactory.js +7 -0
- package/esm2015/controls/input/inputsearch.js +42 -0
- package/esm2015/controls/input/inputsearch.ngfactory.js +7 -0
- package/esm2015/controls/layout/formlayout.directive.js +10 -0
- package/esm2015/controls/layout/formlayout.directive.ngfactory.js +7 -0
- package/esm2015/controls/layout/layout.module.js +29 -0
- package/esm2015/controls/layout/layout.module.ngfactory.js +7 -0
- package/esm2015/controls/layout/tocontrolheight.pipe.js +29 -0
- package/esm2015/controls/layout/tocontrolheight.pipe.ngfactory.js +7 -0
- package/esm2015/controls/layout/tocontrolwidthcss.pipe.js +50 -0
- package/esm2015/controls/layout/tocontrolwidthcss.pipe.ngfactory.js +7 -0
- package/esm2015/controls/layout/tolabelheight.pipe.js +29 -0
- package/esm2015/controls/layout/tolabelheight.pipe.ngfactory.js +7 -0
- package/esm2015/controls/layout/tolabelwidthcss.pipe.js +34 -0
- package/esm2015/controls/layout/tolabelwidthcss.pipe.ngfactory.js +7 -0
- package/esm2015/controls/list/dropdown.js +71 -0
- package/esm2015/controls/list/dropdown.module.js +14 -0
- package/esm2015/controls/list/dropdown.module.ngfactory.js +7 -0
- package/esm2015/controls/list/dropdown.ngfactory.js +7 -0
- package/esm2015/controls/list/list.module.js +14 -0
- package/esm2015/controls/list/list.module.ngfactory.js +7 -0
- package/esm2015/controls/list/listbox.js +67 -0
- package/esm2015/controls/list/listbox.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguage.module.js +26 -0
- package/esm2015/controls/multilanguage/multilanguage.module.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguageinput.js +48 -0
- package/esm2015/controls/multilanguage/multilanguageinput.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguageinputarea.js +48 -0
- package/esm2015/controls/multilanguage/multilanguageinputarea.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguagemenu.js +40 -0
- package/esm2015/controls/multilanguage/multilanguagemenu.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguagemenuanchor.js +30 -0
- package/esm2015/controls/multilanguage/multilanguagemenuanchor.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguagemenucontainer.js +30 -0
- package/esm2015/controls/multilanguage/multilanguagemenucontainer.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguagemenuitembutton.js +24 -0
- package/esm2015/controls/multilanguage/multilanguagemenuitembutton.ngfactory.js +7 -0
- package/esm2015/controls/static/formcontainer.js +53 -0
- package/esm2015/controls/static/formcontainer.ngfactory.js +7 -0
- package/esm2015/controls/static/staticlabel.js +42 -0
- package/esm2015/controls/static/staticlabel.module.js +15 -0
- package/esm2015/controls/static/staticlabel.module.ngfactory.js +7 -0
- package/esm2015/controls/static/staticlabel.ngfactory.js +7 -0
- package/esm2015/controls/tabs/tab.js +25 -0
- package/esm2015/controls/tabs/tab.ngfactory.js +7 -0
- package/esm2015/controls/tabs/tabitem.js +14 -0
- package/esm2015/controls/tabs/tabitem.ngfactory.js +7 -0
- package/esm2015/controls/tabs/tabs.module.js +16 -0
- package/esm2015/controls/tabs/tabs.module.ngfactory.js +7 -0
- package/esm2015/controls/tinymce/tinymce.js +54 -0
- package/esm2015/controls/tinymce/tinymce.module.js +27 -0
- package/esm2015/controls/tinymce/tinymce.module.ngfactory.js +7 -0
- package/esm2015/controls/tinymce/tinymce.ngfactory.js +7 -0
- package/esm2015/controls/tinymce/tinymce.scss.ngstyle.js +7 -0
- package/esm2015/controls/tinymce/tinymce.scss.shim.ngstyle.js +7 -0
- package/esm2015/controls/upload/dropzone.scss.ngstyle.js +7 -0
- package/esm2015/controls/upload/dropzone.scss.shim.ngstyle.js +7 -0
- package/esm2015/controls/upload/dropzonemultiple.js +55 -0
- package/esm2015/controls/upload/dropzonemultiple.ngfactory.js +7 -0
- package/esm2015/controls/upload/dropzonesingle.js +55 -0
- package/esm2015/controls/upload/dropzonesingle.ngfactory.js +7 -0
- package/esm2015/controls/upload/upload.js +47 -0
- package/esm2015/controls/upload/upload.module.js +28 -0
- package/esm2015/controls/upload/upload.module.ngfactory.js +7 -0
- package/esm2015/controls/upload/upload.ngfactory.js +7 -0
- package/esm2015/controls/upload/upload.scss.ngstyle.js +7 -0
- package/esm2015/controls/upload/upload.scss.shim.ngstyle.js +7 -0
- package/esm2015/controls/upload/uploadmultiple.js +47 -0
- package/esm2015/controls/upload/uploadmultiple.ngfactory.js +7 -0
- package/esm2015/controls/validation/validationsummary.js +37 -0
- package/esm2015/controls/validation/validationsummary.module.js +15 -0
- package/esm2015/controls/validation/validationsummary.module.ngfactory.js +7 -0
- package/esm2015/controls/validation/validationsummary.ngfactory.js +7 -0
- package/esm2015/controls/wizard/wizard.js +30 -0
- package/esm2015/controls/wizard/wizard.module.js +16 -0
- package/esm2015/controls/wizard/wizard.module.ngfactory.js +7 -0
- package/esm2015/controls/wizard/wizard.ngfactory.js +7 -0
- package/esm2015/controls/wizard/wizarditem.js +14 -0
- package/esm2015/controls/wizard/wizarditem.ngfactory.js +7 -0
- package/esm2015/public_api.js +25 -0
- package/esm2015/public_api.ngfactory.js +7 -0
- package/esm2015/simpleangularcontrols-sac-bootstrap4.js +61 -0
- package/esm2015/simpleangularcontrols-sac-bootstrap4.ngfactory.js +7 -0
- package/fesm2015/simpleangularcontrols-sac-bootstrap4.js +2488 -0
- package/fesm2015/simpleangularcontrols-sac-bootstrap4.js.map +1 -0
- package/package.json +32 -0
- package/public_api.d.ts +21 -0
- package/public_api.ngfactory.d.ts +1 -0
- package/simpleangularcontrols-sac-bootstrap4-10.0.0-rc.1.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap4.d.ts +60 -0
- package/simpleangularcontrols-sac-bootstrap4.metadata.json +1 -0
- package/simpleangularcontrols-sac-bootstrap4.ngfactory.d.ts +1 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { SacInputSearchCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Input Box für Suche
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacInputSearchComponent extends SacInputSearchCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Constructor
|
|
10
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
11
|
+
* @param injector Injector for injecting services
|
|
12
|
+
*/
|
|
13
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ControlHeight } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
export declare class SacToControlHeightPipe implements PipeTransform {
|
|
4
|
+
/**
|
|
5
|
+
* Returns the CSS class that defines the height for the control
|
|
6
|
+
* @param value ControlHeight value or null
|
|
7
|
+
*/
|
|
8
|
+
transform(value: ControlHeight | null): string;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
export declare class SacToControlWidthCssPipe implements PipeTransform {
|
|
4
|
+
/**
|
|
5
|
+
* Get CSS classes from label width configuration to set control size
|
|
6
|
+
* @param value Configuration with grid columns for different viewports
|
|
7
|
+
* @returns string with css classe for bootstrap3
|
|
8
|
+
*/
|
|
9
|
+
transform(value: ISacLabelSizes): string;
|
|
10
|
+
/**
|
|
11
|
+
* calculate the control size
|
|
12
|
+
* @param labelsize grid size of label
|
|
13
|
+
* @returns grid size for control. should be between 1 and 12
|
|
14
|
+
*/
|
|
15
|
+
private calcControlSize;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ControlHeight } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
export declare class SacToLabelHeightPipe implements PipeTransform {
|
|
4
|
+
/**
|
|
5
|
+
* Returns the CSS class that defines the height for the control
|
|
6
|
+
* @param value ControlHeight value or null
|
|
7
|
+
*/
|
|
8
|
+
transform(value: ControlHeight | null): string;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
export declare class SacToLabelWidthCssPipe implements PipeTransform {
|
|
4
|
+
/**
|
|
5
|
+
* Get CSS classes from label width configuration to set label size
|
|
6
|
+
* @param value Configuration with grid columns for different viewports
|
|
7
|
+
* @returns string with css classe for bootstrap3
|
|
8
|
+
*/
|
|
9
|
+
transform(value: ISacLabelSizes): string;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ElementRef, Injector, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacDropdownCommon, SacDropdownOptionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Dropdown Komponente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacDropdownComponent extends SacDropdownCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Constructor
|
|
10
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
11
|
+
* @param injector Injector for injecting services
|
|
12
|
+
* @param renderer Angular rendering engine
|
|
13
|
+
* @param elementRef Reference to html dom element
|
|
14
|
+
*/
|
|
15
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Direktive für Dropdown Option List
|
|
19
|
+
*/
|
|
20
|
+
export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
|
|
21
|
+
/**
|
|
22
|
+
* Konstruktor
|
|
23
|
+
* @param elementRef Referenz auf HTML DOM Element
|
|
24
|
+
* @param renderer Angular Rendering Engine
|
|
25
|
+
* @param dropdownList Referenz auf DropDown Komponente
|
|
26
|
+
*/
|
|
27
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: SacDropdownComponent);
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ElementRef, Injector, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacListboxCommon, SacListboxOptionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Listbox Komponente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacListboxComponent extends SacListboxCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Constructor
|
|
10
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
11
|
+
* @param injector Injector for injecting services
|
|
12
|
+
*/
|
|
13
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Option Item in Listbox
|
|
17
|
+
*/
|
|
18
|
+
export declare class SacListboxOptionDirective extends SacListboxOptionCommon {
|
|
19
|
+
/**
|
|
20
|
+
* Konstruktor
|
|
21
|
+
* @param elementRef Referenz auf DOM Element
|
|
22
|
+
* @param renderer Angular Rendering Engine
|
|
23
|
+
* @param listbox Referenz auf Listbox Komponente
|
|
24
|
+
*/
|
|
25
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, listbox: SacListboxComponent);
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { IconType, SacMultilanguageInputCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Componente für Mehrsprache Texte
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacMultilanguageInputComponent extends SacMultilanguageInputCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Enum für IconType in HTML Template
|
|
10
|
+
*/
|
|
11
|
+
IconType: typeof IconType;
|
|
12
|
+
/**
|
|
13
|
+
* Constructor
|
|
14
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
15
|
+
* @param injector Injector for injecting services
|
|
16
|
+
*/
|
|
17
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { IconType, SacMultilanguageInputAreaCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Componente für Mehrsprache Texte als mehrzeiliger Text
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacMultilanguageInputAreaComponent extends SacMultilanguageInputAreaCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Enum für IconType in HTML Template
|
|
10
|
+
*/
|
|
11
|
+
IconType: typeof IconType;
|
|
12
|
+
/**
|
|
13
|
+
* Constructor
|
|
14
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
15
|
+
* @param injector Injector for injecting services
|
|
16
|
+
*/
|
|
17
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ElementRef, Injector, NgZone, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacContextmenuCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
/**
|
|
4
|
+
* Component für Contextmenü
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacMultilanguagemenuComponent extends SacContextmenuCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Constructor
|
|
9
|
+
* @param document Referenz auf HTML Document
|
|
10
|
+
* @param ngZone Angular Zone Service
|
|
11
|
+
* @param elementRef Referenz auf HTML Element der aktuellen Komponente
|
|
12
|
+
* @param renderer Render Service von Angular
|
|
13
|
+
* @param injector injector to resolve services in base component
|
|
14
|
+
*/
|
|
15
|
+
constructor(document: any, ngZone: NgZone, elementRef: ElementRef<HTMLElement>, renderer: Renderer2, injector: Injector);
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { SacContextmenuAnchorCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
/**
|
|
4
|
+
* Anker Komponente für Context Menü. Wird zum positionieren des Context Menü in der Page benötigt.
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacMultilanguagemenuAnchorDirective extends SacContextmenuAnchorCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Konstruktor
|
|
9
|
+
* @param elementRef HTML DOM Referenz
|
|
10
|
+
*/
|
|
11
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { SacContextMenuContrainerCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
/**
|
|
4
|
+
* Marker Komponente für Context Menü
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacMultilanguagemenuContainerDirective extends SacContextMenuContrainerCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Konstruktor
|
|
9
|
+
* @param elementRef Referenz auf DOM Element
|
|
10
|
+
*/
|
|
11
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SacContextmenuCommon, SacContextmenuItemButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
/**
|
|
3
|
+
* Component für Menü Eintrag in Context Menü
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacMultilanguagemenuItemButtonComponent extends SacContextmenuItemButtonCommon {
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
* @param contextmenu Instance von Context Menü
|
|
9
|
+
*/
|
|
10
|
+
constructor(contextmenu: SacContextmenuCommon);
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { SacStaticFormContainerCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Component für einbindung eines beliebigen Controls in die Form Struktur
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* <ngStaticFormContainer name='myformcontainer' label="My Custom Form Control" [isrequired]='false'>
|
|
9
|
+
* <input type="range" class="form-control" />
|
|
10
|
+
* </ngStaticFormContainer>
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* <ngStaticFormContainer name='myformcintainer' label="My Custom Form Control" [isrequired]='false' tooltiptext="Dies ist ein Tooltip Text">
|
|
14
|
+
* <input type="range" class="form-control" />
|
|
15
|
+
* </ngStaticFormContainer>
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare class SacStaticFormContainerComponent extends SacStaticFormContainerCommon {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
22
|
+
* @param injector Injector for injecting services
|
|
23
|
+
*/
|
|
24
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { SacStaticLabelCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Komponente für statischen Text in einem Formular
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacStaticLabelComponent extends SacStaticLabelCommon {
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
11
|
+
* @param injector Injector for injecting services
|
|
12
|
+
*/
|
|
13
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
|
+
import { SacTabCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacTabItemComponent } from './tabitem';
|
|
4
|
+
/**
|
|
5
|
+
* Komponente für Tabs
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacTabComponent extends SacTabCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Collection von TabItems
|
|
10
|
+
*/
|
|
11
|
+
_tabItems: QueryList<SacTabItemComponent>;
|
|
12
|
+
/**
|
|
13
|
+
* Gibt die TabItems zurück
|
|
14
|
+
* @returns Array von TabItems
|
|
15
|
+
*/
|
|
16
|
+
tabItems(): SacTabItemComponent[];
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Injector, NgZone } from '@angular/core';
|
|
2
|
+
import { SacTinyMceCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* TinyMCE Komponente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacTinyMceComponent extends SacTinyMceCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Constructor
|
|
10
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
11
|
+
* @param injector Injector for injecting services
|
|
12
|
+
* @param ngZone ngZone to manage external javascripts
|
|
13
|
+
*/
|
|
14
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, ngZone: NgZone);
|
|
15
|
+
/**
|
|
16
|
+
* overwrite tinymce defaults
|
|
17
|
+
* @returns boostrap4 has no overwrites
|
|
18
|
+
*/
|
|
19
|
+
overwriteDefaultSettings(): {};
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Injector, NgZone, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacDropzoneMultipleCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Dropzone Komponente für mehrere Uploads
|
|
6
|
+
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacDropzoneMultipleComponent extends SacDropzoneMultipleCommon implements OnInit {
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param renderer Angular rendering engine
|
|
14
|
+
* @param ngZone ngZone to manage external javascripts
|
|
15
|
+
*/
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
+
/**
|
|
18
|
+
* Initialisiert das Control
|
|
19
|
+
*/
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Injector, NgZone, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacDropzoneSingleCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Dropzone Komponente für den Upload eines Files
|
|
6
|
+
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacDropzoneSingleComponent extends SacDropzoneSingleCommon implements OnInit {
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param renderer Angular rendering engine
|
|
14
|
+
* @param ngZone ngZone to manage external javascripts
|
|
15
|
+
*/
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
+
/**
|
|
18
|
+
* Initialisiert das Control
|
|
19
|
+
*/
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Injector, NgZone, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacUploadSingleCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Upload Komponten
|
|
6
|
+
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacUploadComponent extends SacUploadSingleCommon {
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param renderer Angular rendering engine
|
|
14
|
+
* @param ngZone ngZone to manage external javascripts
|
|
15
|
+
*/
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Injector, NgZone, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacUploadMultipleCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Upload Komponente für den Upload mehrer Files
|
|
6
|
+
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacUploadMultipleComponent extends SacUploadMultipleCommon {
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param renderer Angular rendering engine
|
|
14
|
+
* @param ngZone ngZone to manage external javascripts
|
|
15
|
+
*/
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { SacValidationSummaryCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormDirective } from '../form/form';
|
|
4
|
+
/**
|
|
5
|
+
* Validation Summary Kompontente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacValidationSummaryComponent extends SacValidationSummaryCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Constructor
|
|
10
|
+
* @param formControl Instance of Form Component to receive invalid form controls
|
|
11
|
+
* @param injector Injector for injecting services
|
|
12
|
+
*/
|
|
13
|
+
constructor(parentForm: SacFormDirective, injector: Injector);
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
|
+
import { SacWizardCommon, SacWizardItemCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacWizardItemComponent } from './wizarditem';
|
|
4
|
+
/**
|
|
5
|
+
* Wizard Komponente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacWizardComponent extends SacWizardCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Wizard Items
|
|
10
|
+
*/
|
|
11
|
+
_wizardItems: QueryList<SacWizardItemComponent>;
|
|
12
|
+
/**
|
|
13
|
+
* Gibt die Wizard Items zurück
|
|
14
|
+
* @returns Collection von WizardItems
|
|
15
|
+
*/
|
|
16
|
+
wizardItems(): QueryList<SacWizardItemCommon>;
|
|
17
|
+
}
|