@simpleangularcontrols/sac-bootstrap4 10.0.0-rc.20 → 10.0.0-rc.22
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 -18
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.js +3279 -3248
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.js.map +1 -1
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.min.js +1 -1
- package/bundles/simpleangularcontrols-sac-bootstrap4.umd.min.js.map +1 -1
- package/components/browser/browser.d.ts +45 -45
- package/components/browser/browser.module.d.ts +2 -2
- package/components/browser/browser.module.ngfactory.d.ts +3 -3
- package/components/browser/browser.ngfactory.d.ts +1 -1
- package/controls/buttons/button.d.ts +8 -8
- package/controls/buttons/button.module.d.ts +2 -2
- package/controls/buttons/button.module.ngfactory.d.ts +3 -3
- package/controls/buttons/button.ngfactory.d.ts +1 -1
- package/controls/checkbox/checkbox.d.ts +14 -14
- package/controls/checkbox/checkbox.module.d.ts +2 -2
- package/controls/checkbox/checkbox.module.ngfactory.d.ts +3 -3
- package/controls/checkbox/checkbox.ngfactory.d.ts +1 -1
- package/controls/checkbox/checkbox.scss.ngstyle.d.ts +1 -1
- package/controls/checkbox/checkbox.scss.shim.ngstyle.d.ts +1 -1
- package/controls/checkbox/radiobutton.d.ts +16 -16
- package/controls/checkbox/radiobutton.ngfactory.d.ts +1 -1
- package/controls/checkbox/radiobutton.scss.ngstyle.d.ts +1 -1
- package/controls/checkbox/radiobutton.scss.shim.ngstyle.d.ts +1 -1
- package/controls/checkbox/radiobuttons.d.ts +14 -14
- package/controls/checkbox/radiobuttons.ngfactory.d.ts +1 -1
- package/controls/confirm/confirm.d.ts +6 -6
- package/controls/confirm/confirm.module.d.ts +11 -11
- package/controls/confirm/confirm.module.ngfactory.d.ts +3 -3
- package/controls/confirm/confirm.ngfactory.d.ts +1 -1
- package/controls/confirm/confirm.service.d.ts +54 -54
- package/controls/confirm/confirm.service.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenu.d.ts +16 -16
- package/controls/contextmenu/contextmenu.module.d.ts +2 -2
- package/controls/contextmenu/contextmenu.module.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenu.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenuanchor.d.ts +12 -12
- package/controls/contextmenu/contextmenuanchor.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +12 -12
- package/controls/contextmenu/contextmenucontainer.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +10 -10
- package/controls/contextmenu/contextmenuitembutton.ngfactory.d.ts +1 -1
- package/controls/contextmenu/contextmenuitemsplitter.d.ts +6 -6
- package/controls/contextmenu/contextmenuitemsplitter.ngfactory.d.ts +1 -1
- package/controls/datetime/date.d.ts +16 -16
- package/controls/datetime/date.ngfactory.d.ts +1 -1
- package/controls/datetime/dateselector.d.ts +6 -6
- package/controls/datetime/dateselector.ngfactory.d.ts +1 -1
- package/controls/datetime/datetime.d.ts +16 -16
- package/controls/datetime/datetime.module.d.ts +2 -2
- package/controls/datetime/datetime.module.ngfactory.d.ts +3 -3
- package/controls/datetime/datetime.ngfactory.d.ts +1 -1
- package/controls/datetime/time.d.ts +16 -16
- package/controls/datetime/time.ngfactory.d.ts +1 -1
- package/controls/dialog/dialog.d.ts +25 -25
- package/controls/dialog/dialog.module.d.ts +2 -2
- package/controls/dialog/dialog.module.ngfactory.d.ts +3 -3
- package/controls/dialog/dialog.ngfactory.d.ts +1 -1
- package/controls/form/form.d.ts +25 -25
- package/controls/form/form.module.d.ts +2 -2
- package/controls/form/form.module.ngfactory.d.ts +3 -3
- package/controls/form/form.ngfactory.d.ts +1 -1
- package/controls/form/inheritform.directive.d.ts +24 -24
- package/controls/form/inheritform.directive.ngfactory.d.ts +1 -1
- package/controls/grid/grid.d.ts +20 -20
- package/controls/grid/grid.module.d.ts +2 -2
- package/controls/grid/grid.module.ngfactory.d.ts +3 -3
- package/controls/grid/grid.ngfactory.d.ts +1 -1
- package/controls/grid/gridbutton.d.ts +10 -10
- package/controls/grid/gridbutton.ngfactory.d.ts +1 -1
- package/controls/grid/gridcolumn.d.ts +14 -14
- package/controls/grid/gridcolumn.ngfactory.d.ts +1 -1
- package/controls/grid/gridcolumnaction.d.ts +14 -14
- package/controls/grid/gridcolumnaction.ngfactory.d.ts +1 -1
- package/controls/grid/gridimage.d.ts +11 -11
- package/controls/grid/gridimage.ngfactory.d.ts +1 -1
- package/controls/grid/paging.d.ts +12 -12
- package/controls/grid/paging.ngfactory.d.ts +1 -1
- package/controls/input/input.d.ts +14 -14
- package/controls/input/input.module.d.ts +2 -2
- package/controls/input/input.module.ngfactory.d.ts +3 -3
- package/controls/input/input.ngfactory.d.ts +1 -1
- package/controls/input/inputarea.d.ts +14 -14
- package/controls/input/inputarea.ngfactory.d.ts +1 -1
- package/controls/input/inputcurrency.d.ts +14 -14
- package/controls/input/inputcurrency.ngfactory.d.ts +1 -1
- package/controls/input/inputdecimal.d.ts +14 -14
- package/controls/input/inputdecimal.ngfactory.d.ts +1 -1
- package/controls/input/inputemail.d.ts +14 -14
- package/controls/input/inputemail.ngfactory.d.ts +1 -1
- package/controls/input/inputinteger.d.ts +14 -14
- package/controls/input/inputinteger.ngfactory.d.ts +1 -1
- package/controls/input/inputpassword.d.ts +14 -14
- package/controls/input/inputpassword.ngfactory.d.ts +1 -1
- package/controls/input/inputsearch.d.ts +14 -14
- package/controls/input/inputsearch.ngfactory.d.ts +1 -1
- package/controls/layout/formlayout.directive.d.ts +3 -3
- package/controls/layout/formlayout.directive.ngfactory.d.ts +1 -1
- package/controls/layout/layout.module.d.ts +2 -2
- package/controls/layout/layout.module.ngfactory.d.ts +3 -3
- package/controls/layout/tocontrolheight.pipe.d.ts +9 -9
- package/controls/layout/tocontrolheight.pipe.ngfactory.d.ts +1 -1
- package/controls/layout/tocontrolwidthcss.pipe.d.ts +16 -16
- package/controls/layout/tocontrolwidthcss.pipe.ngfactory.d.ts +1 -1
- package/controls/layout/tolabelheight.pipe.d.ts +9 -9
- package/controls/layout/tolabelheight.pipe.ngfactory.d.ts +1 -1
- package/controls/layout/tolabelwidthcss.pipe.d.ts +10 -10
- package/controls/layout/tolabelwidthcss.pipe.ngfactory.d.ts +1 -1
- package/controls/list/dropdown.d.ts +28 -28
- package/controls/list/dropdown.module.d.ts +2 -2
- package/controls/list/dropdown.module.ngfactory.d.ts +3 -3
- package/controls/list/dropdown.ngfactory.d.ts +1 -1
- package/controls/list/list.module.d.ts +2 -2
- package/controls/list/list.module.ngfactory.d.ts +3 -3
- package/controls/list/listbox.d.ts +26 -26
- package/controls/list/listbox.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguage.module.d.ts +2 -2
- package/controls/multilanguage/multilanguage.module.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguageinput.d.ts +18 -18
- package/controls/multilanguage/multilanguageinput.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +18 -18
- package/controls/multilanguage/multilanguageinputarea.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenu.d.ts +16 -16
- package/controls/multilanguage/multilanguagemenu.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenuanchor.d.ts +12 -12
- package/controls/multilanguage/multilanguagemenuanchor.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenucontainer.d.ts +12 -12
- package/controls/multilanguage/multilanguagemenucontainer.ngfactory.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenuitembutton.d.ts +11 -11
- package/controls/multilanguage/multilanguagemenuitembutton.ngfactory.d.ts +1 -1
- package/controls/static/formcontainer.d.ts +25 -25
- package/controls/static/formcontainer.ngfactory.d.ts +1 -1
- package/controls/static/staticlabel.d.ts +14 -14
- package/controls/static/staticlabel.module.d.ts +2 -2
- package/controls/static/staticlabel.module.ngfactory.d.ts +3 -3
- package/controls/static/staticlabel.ngfactory.d.ts +1 -1
- package/controls/tabs/tab.d.ts +17 -17
- package/controls/tabs/tab.ngfactory.d.ts +1 -1
- package/controls/tabs/tabitem.d.ts +6 -6
- package/controls/tabs/tabitem.ngfactory.d.ts +1 -1
- package/controls/tabs/tabs.module.d.ts +2 -2
- package/controls/tabs/tabs.module.ngfactory.d.ts +3 -3
- package/controls/tinymce/tinymce.d.ts +20 -20
- package/controls/tinymce/tinymce.module.d.ts +2 -2
- package/controls/tinymce/tinymce.module.ngfactory.d.ts +3 -3
- package/controls/tinymce/tinymce.ngfactory.d.ts +1 -1
- package/controls/tinymce/tinymce.scss.ngstyle.d.ts +1 -1
- package/controls/tinymce/tinymce.scss.shim.ngstyle.d.ts +1 -1
- package/controls/tooltip/tooltip.d.ts +34 -34
- package/controls/tooltip/tooltip.module.d.ts +2 -2
- package/controls/tooltip/tooltip.module.ngfactory.d.ts +3 -3
- package/controls/tooltip/tooltip.ngfactory.d.ts +1 -1
- package/controls/treeview/treeview.d.ts +14 -14
- package/controls/treeview/treeview.module.d.ts +2 -2
- package/controls/treeview/treeview.module.ngfactory.d.ts +3 -3
- package/controls/treeview/treeview.ngfactory.d.ts +1 -1
- package/controls/upload/dropzone.scss.ngstyle.d.ts +1 -1
- package/controls/upload/dropzone.scss.shim.ngstyle.d.ts +1 -1
- package/controls/upload/dropzonemultiple.d.ts +21 -21
- package/controls/upload/dropzonemultiple.ngfactory.d.ts +1 -1
- package/controls/upload/dropzonesingle.d.ts +21 -21
- package/controls/upload/dropzonesingle.ngfactory.d.ts +1 -1
- package/controls/upload/upload.d.ts +17 -17
- package/controls/upload/upload.module.d.ts +2 -2
- package/controls/upload/upload.module.ngfactory.d.ts +3 -3
- package/controls/upload/upload.ngfactory.d.ts +1 -1
- package/controls/upload/upload.scss.ngstyle.d.ts +1 -1
- package/controls/upload/upload.scss.shim.ngstyle.d.ts +1 -1
- package/controls/upload/uploadmultiple.d.ts +17 -17
- package/controls/upload/uploadmultiple.ngfactory.d.ts +1 -1
- package/controls/validation/validationsummary.d.ts +14 -14
- package/controls/validation/validationsummary.module.d.ts +2 -2
- package/controls/validation/validationsummary.module.ngfactory.d.ts +3 -3
- package/controls/validation/validationsummary.ngfactory.d.ts +1 -1
- package/controls/wizard/wizard.d.ts +17 -17
- package/controls/wizard/wizard.module.d.ts +2 -2
- package/controls/wizard/wizard.module.ngfactory.d.ts +3 -3
- package/controls/wizard/wizard.ngfactory.d.ts +1 -1
- package/controls/wizard/wizarditem.d.ts +6 -6
- package/controls/wizard/wizarditem.ngfactory.d.ts +1 -1
- package/esm2015/components/browser/browser.js +109 -109
- package/esm2015/components/browser/browser.module.js +28 -28
- package/esm2015/components/browser/browser.module.ngfactory.js +7 -7
- package/esm2015/components/browser/browser.ngfactory.js +7 -7
- package/esm2015/controls/buttons/button.js +16 -16
- package/esm2015/controls/buttons/button.module.js +15 -15
- package/esm2015/controls/buttons/button.module.ngfactory.js +7 -7
- package/esm2015/controls/buttons/button.ngfactory.js +7 -7
- package/esm2015/controls/checkbox/checkbox.js +43 -43
- package/esm2015/controls/checkbox/checkbox.module.js +29 -29
- package/esm2015/controls/checkbox/checkbox.module.ngfactory.js +7 -7
- package/esm2015/controls/checkbox/checkbox.ngfactory.js +7 -7
- package/esm2015/controls/checkbox/checkbox.scss.ngstyle.js +7 -7
- package/esm2015/controls/checkbox/checkbox.scss.shim.ngstyle.js +7 -7
- package/esm2015/controls/checkbox/radiobutton.js +32 -32
- package/esm2015/controls/checkbox/radiobutton.ngfactory.js +7 -7
- package/esm2015/controls/checkbox/radiobutton.scss.ngstyle.js +7 -7
- package/esm2015/controls/checkbox/radiobutton.scss.shim.ngstyle.js +7 -7
- package/esm2015/controls/checkbox/radiobuttons.js +42 -42
- package/esm2015/controls/checkbox/radiobuttons.ngfactory.js +7 -7
- package/esm2015/controls/confirm/confirm.js +14 -14
- package/esm2015/controls/confirm/confirm.module.js +31 -31
- package/esm2015/controls/confirm/confirm.module.ngfactory.js +7 -7
- package/esm2015/controls/confirm/confirm.ngfactory.js +7 -7
- package/esm2015/controls/confirm/confirm.service.js +102 -102
- package/esm2015/controls/confirm/confirm.service.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenu.js +34 -34
- package/esm2015/controls/contextmenu/contextmenu.module.js +28 -28
- package/esm2015/controls/contextmenu/contextmenu.module.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenu.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenuanchor.js +30 -30
- package/esm2015/controls/contextmenu/contextmenuanchor.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenucontainer.js +30 -30
- package/esm2015/controls/contextmenu/contextmenucontainer.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenuitembutton.js +28 -28
- package/esm2015/controls/contextmenu/contextmenuitembutton.ngfactory.js +7 -7
- package/esm2015/controls/contextmenu/contextmenuitemsplitter.js +20 -20
- package/esm2015/controls/contextmenu/contextmenuitemsplitter.ngfactory.js +7 -7
- package/esm2015/controls/datetime/date.js +55 -55
- package/esm2015/controls/datetime/date.ngfactory.js +7 -7
- package/esm2015/controls/datetime/dateselector.js +14 -14
- package/esm2015/controls/datetime/dateselector.ngfactory.js +7 -7
- package/esm2015/controls/datetime/datetime.js +46 -46
- package/esm2015/controls/datetime/datetime.module.js +34 -34
- package/esm2015/controls/datetime/datetime.module.ngfactory.js +7 -7
- package/esm2015/controls/datetime/datetime.ngfactory.js +7 -7
- package/esm2015/controls/datetime/time.js +46 -46
- package/esm2015/controls/datetime/time.ngfactory.js +7 -7
- package/esm2015/controls/dialog/dialog.js +44 -44
- package/esm2015/controls/dialog/dialog.module.js +15 -15
- package/esm2015/controls/dialog/dialog.module.ngfactory.js +7 -7
- package/esm2015/controls/dialog/dialog.ngfactory.js +7 -7
- package/esm2015/controls/form/form.js +41 -41
- package/esm2015/controls/form/form.module.js +15 -15
- package/esm2015/controls/form/form.module.ngfactory.js +7 -7
- package/esm2015/controls/form/form.ngfactory.js +7 -7
- package/esm2015/controls/form/inheritform.directive.js +57 -57
- package/esm2015/controls/form/inheritform.directive.ngfactory.js +7 -7
- package/esm2015/controls/grid/grid.js +44 -44
- package/esm2015/controls/grid/grid.module.js +33 -33
- package/esm2015/controls/grid/grid.module.ngfactory.js +7 -7
- package/esm2015/controls/grid/grid.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridbutton.js +39 -39
- package/esm2015/controls/grid/gridbutton.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridcolumn.js +34 -34
- package/esm2015/controls/grid/gridcolumn.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridcolumnaction.js +35 -35
- package/esm2015/controls/grid/gridcolumnaction.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridimage.js +28 -28
- package/esm2015/controls/grid/gridimage.ngfactory.js +7 -7
- package/esm2015/controls/grid/paging.js +34 -34
- package/esm2015/controls/grid/paging.ngfactory.js +7 -7
- package/esm2015/controls/input/input.js +38 -38
- package/esm2015/controls/input/input.module.js +44 -44
- package/esm2015/controls/input/input.module.ngfactory.js +7 -7
- package/esm2015/controls/input/input.ngfactory.js +7 -7
- package/esm2015/controls/input/inputarea.js +42 -42
- package/esm2015/controls/input/inputarea.ngfactory.js +7 -7
- package/esm2015/controls/input/inputcurrency.js +42 -42
- package/esm2015/controls/input/inputcurrency.ngfactory.js +7 -7
- package/esm2015/controls/input/inputdecimal.js +42 -42
- package/esm2015/controls/input/inputdecimal.ngfactory.js +7 -7
- package/esm2015/controls/input/inputemail.js +42 -42
- package/esm2015/controls/input/inputemail.ngfactory.js +7 -7
- package/esm2015/controls/input/inputinteger.js +42 -42
- package/esm2015/controls/input/inputinteger.ngfactory.js +7 -7
- package/esm2015/controls/input/inputpassword.js +42 -42
- package/esm2015/controls/input/inputpassword.ngfactory.js +7 -7
- package/esm2015/controls/input/inputsearch.js +42 -42
- package/esm2015/controls/input/inputsearch.ngfactory.js +7 -7
- package/esm2015/controls/layout/formlayout.directive.js +10 -10
- package/esm2015/controls/layout/formlayout.directive.ngfactory.js +7 -7
- package/esm2015/controls/layout/layout.module.js +29 -29
- package/esm2015/controls/layout/layout.module.ngfactory.js +7 -7
- package/esm2015/controls/layout/tocontrolheight.pipe.js +29 -29
- package/esm2015/controls/layout/tocontrolheight.pipe.ngfactory.js +7 -7
- package/esm2015/controls/layout/tocontrolwidthcss.pipe.js +50 -50
- package/esm2015/controls/layout/tocontrolwidthcss.pipe.ngfactory.js +7 -7
- package/esm2015/controls/layout/tolabelheight.pipe.js +29 -29
- package/esm2015/controls/layout/tolabelheight.pipe.ngfactory.js +7 -7
- package/esm2015/controls/layout/tolabelwidthcss.pipe.js +34 -34
- package/esm2015/controls/layout/tolabelwidthcss.pipe.ngfactory.js +7 -7
- package/esm2015/controls/list/dropdown.js +71 -71
- package/esm2015/controls/list/dropdown.module.js +19 -19
- package/esm2015/controls/list/dropdown.module.ngfactory.js +7 -7
- package/esm2015/controls/list/dropdown.ngfactory.js +7 -7
- package/esm2015/controls/list/list.module.js +19 -19
- package/esm2015/controls/list/list.module.ngfactory.js +7 -7
- package/esm2015/controls/list/listbox.js +67 -67
- package/esm2015/controls/list/listbox.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguage.module.js +31 -31
- package/esm2015/controls/multilanguage/multilanguage.module.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguageinput.js +48 -48
- package/esm2015/controls/multilanguage/multilanguageinput.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguageinputarea.js +48 -48
- package/esm2015/controls/multilanguage/multilanguageinputarea.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguagemenu.js +40 -40
- package/esm2015/controls/multilanguage/multilanguagemenu.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguagemenuanchor.js +30 -30
- package/esm2015/controls/multilanguage/multilanguagemenuanchor.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguagemenucontainer.js +30 -30
- package/esm2015/controls/multilanguage/multilanguagemenucontainer.ngfactory.js +7 -7
- package/esm2015/controls/multilanguage/multilanguagemenuitembutton.js +29 -29
- package/esm2015/controls/multilanguage/multilanguagemenuitembutton.ngfactory.js +7 -7
- package/esm2015/controls/static/formcontainer.js +53 -53
- package/esm2015/controls/static/formcontainer.ngfactory.js +7 -7
- package/esm2015/controls/static/staticlabel.js +42 -42
- package/esm2015/controls/static/staticlabel.module.js +20 -20
- package/esm2015/controls/static/staticlabel.module.ngfactory.js +7 -7
- package/esm2015/controls/static/staticlabel.ngfactory.js +7 -7
- package/esm2015/controls/tabs/tab.js +25 -25
- package/esm2015/controls/tabs/tab.ngfactory.js +7 -7
- package/esm2015/controls/tabs/tabitem.js +14 -14
- package/esm2015/controls/tabs/tabitem.ngfactory.js +7 -7
- package/esm2015/controls/tabs/tabs.module.js +16 -16
- package/esm2015/controls/tabs/tabs.module.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymce.js +54 -54
- package/esm2015/controls/tinymce/tinymce.module.js +29 -29
- package/esm2015/controls/tinymce/tinymce.module.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymce.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymce.scss.ngstyle.js +7 -7
- package/esm2015/controls/tinymce/tinymce.scss.shim.ngstyle.js +7 -7
- package/esm2015/controls/tooltip/tooltip.js +52 -52
- package/esm2015/controls/tooltip/tooltip.module.js +13 -13
- package/esm2015/controls/tooltip/tooltip.module.ngfactory.js +7 -7
- package/esm2015/controls/tooltip/tooltip.ngfactory.js +7 -7
- package/esm2015/controls/treeview/treeview.js +41 -41
- package/esm2015/controls/treeview/treeview.module.js +16 -16
- package/esm2015/controls/treeview/treeview.module.ngfactory.js +7 -7
- package/esm2015/controls/treeview/treeview.ngfactory.js +7 -7
- package/esm2015/controls/upload/dropzone.scss.ngstyle.js +7 -7
- package/esm2015/controls/upload/dropzone.scss.shim.ngstyle.js +7 -7
- package/esm2015/controls/upload/dropzonemultiple.js +55 -55
- package/esm2015/controls/upload/dropzonemultiple.ngfactory.js +7 -7
- package/esm2015/controls/upload/dropzonesingle.js +55 -55
- package/esm2015/controls/upload/dropzonesingle.ngfactory.js +7 -7
- package/esm2015/controls/upload/upload.js +47 -47
- package/esm2015/controls/upload/upload.module.js +34 -34
- package/esm2015/controls/upload/upload.module.ngfactory.js +7 -7
- package/esm2015/controls/upload/upload.ngfactory.js +7 -7
- package/esm2015/controls/upload/upload.scss.ngstyle.js +7 -7
- package/esm2015/controls/upload/upload.scss.shim.ngstyle.js +7 -7
- package/esm2015/controls/upload/uploadmultiple.js +47 -47
- package/esm2015/controls/upload/uploadmultiple.ngfactory.js +7 -7
- package/esm2015/controls/validation/validationsummary.js +37 -37
- package/esm2015/controls/validation/validationsummary.module.js +15 -15
- package/esm2015/controls/validation/validationsummary.module.ngfactory.js +7 -7
- package/esm2015/controls/validation/validationsummary.ngfactory.js +7 -7
- package/esm2015/controls/wizard/wizard.js +30 -30
- package/esm2015/controls/wizard/wizard.module.js +16 -16
- package/esm2015/controls/wizard/wizard.module.ngfactory.js +7 -7
- package/esm2015/controls/wizard/wizard.ngfactory.js +7 -7
- package/esm2015/controls/wizard/wizarditem.js +14 -14
- package/esm2015/controls/wizard/wizarditem.ngfactory.js +7 -7
- package/esm2015/public_api.js +82 -82
- package/esm2015/public_api.ngfactory.js +7 -7
- package/esm2015/simpleangularcontrols-sac-bootstrap4.js +10 -10
- package/esm2015/simpleangularcontrols-sac-bootstrap4.ngfactory.js +7 -7
- package/fesm2015/simpleangularcontrols-sac-bootstrap4.js +2604 -2604
- package/fesm2015/simpleangularcontrols-sac-bootstrap4.js.map +1 -1
- package/package.json +31 -31
- package/public_api.d.ts +76 -76
- package/public_api.ngfactory.d.ts +1 -1
- package/simpleangularcontrols-sac-bootstrap4-10.0.0-rc.22.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap4.d.ts +9 -9
- package/simpleangularcontrols-sac-bootstrap4.metadata.json +1 -1
- package/simpleangularcontrols-sac-bootstrap4.ngfactory.d.ts +1 -1
- package/simpleangularcontrols-sac-bootstrap4-10.0.0-rc.20.tgz +0 -0
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Injector } from '@angular/core';
|
|
3
|
-
import { IBrowserFile, IBrowserNode, SacFileBrowserCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { ServiceConfirm } from '../../controls/confirm/confirm.service';
|
|
6
|
-
/**
|
|
7
|
-
* Server File Browser Komponente
|
|
8
|
-
*/
|
|
9
|
-
export declare class SacBrowserComponent extends SacFileBrowserCommon {
|
|
10
|
-
private confirmService;
|
|
11
|
-
/**
|
|
12
|
-
* Referenz auf Upload Component
|
|
13
|
-
*/
|
|
14
|
-
private uploadComponent;
|
|
15
|
-
/**
|
|
16
|
-
* Konstruktor
|
|
17
|
-
* @param httpClient HTTP Client
|
|
18
|
-
* @param injector Angular Dependency Injection Service
|
|
19
|
-
* @param confirmService Confirm Service
|
|
20
|
-
*/
|
|
21
|
-
constructor(httpClient: HttpClient, injector: Injector, confirmService: ServiceConfirm);
|
|
22
|
-
/**
|
|
23
|
-
* Confirm Action wenn ein File gelöscht werden soll
|
|
24
|
-
* @param file File das gelöscht werden soll.
|
|
25
|
-
* @returns Observable ob File gelöscht werden kann.
|
|
26
|
-
*/
|
|
27
|
-
confirmDeleteFile(file: IBrowserFile): Observable<boolean>;
|
|
28
|
-
/**
|
|
29
|
-
* Confirm Action wenn ein Ordner gelöscht werden soll
|
|
30
|
-
* @param node Ordner der gelöscht werden soll
|
|
31
|
-
* @returns Observable ob Ordner gelöscht kann.
|
|
32
|
-
*/
|
|
33
|
-
confirmDeleteNode(node: IBrowserNode): Observable<boolean>;
|
|
34
|
-
/**
|
|
35
|
-
* Erzeugt ein Array von einer bestimmten grösse
|
|
36
|
-
* @param anzahl Grösse des Array
|
|
37
|
-
* @returns Array
|
|
38
|
-
*/
|
|
39
|
-
count(anzahl: number): Array<void>;
|
|
40
|
-
/**
|
|
41
|
-
* Methode wird aufgerufen, wenn eine Datei verschoben wird
|
|
42
|
-
* @param uploadid Upload ID
|
|
43
|
-
*/
|
|
44
|
-
uploadedFileMoved(uploadid: string): void;
|
|
45
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
3
|
+
import { IBrowserFile, IBrowserNode, SacFileBrowserCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { ServiceConfirm } from '../../controls/confirm/confirm.service';
|
|
6
|
+
/**
|
|
7
|
+
* Server File Browser Komponente
|
|
8
|
+
*/
|
|
9
|
+
export declare class SacBrowserComponent extends SacFileBrowserCommon {
|
|
10
|
+
private confirmService;
|
|
11
|
+
/**
|
|
12
|
+
* Referenz auf Upload Component
|
|
13
|
+
*/
|
|
14
|
+
private uploadComponent;
|
|
15
|
+
/**
|
|
16
|
+
* Konstruktor
|
|
17
|
+
* @param httpClient HTTP Client
|
|
18
|
+
* @param injector Angular Dependency Injection Service
|
|
19
|
+
* @param confirmService Confirm Service
|
|
20
|
+
*/
|
|
21
|
+
constructor(httpClient: HttpClient, injector: Injector, confirmService: ServiceConfirm);
|
|
22
|
+
/**
|
|
23
|
+
* Confirm Action wenn ein File gelöscht werden soll
|
|
24
|
+
* @param file File das gelöscht werden soll.
|
|
25
|
+
* @returns Observable ob File gelöscht werden kann.
|
|
26
|
+
*/
|
|
27
|
+
confirmDeleteFile(file: IBrowserFile): Observable<boolean>;
|
|
28
|
+
/**
|
|
29
|
+
* Confirm Action wenn ein Ordner gelöscht werden soll
|
|
30
|
+
* @param node Ordner der gelöscht werden soll
|
|
31
|
+
* @returns Observable ob Ordner gelöscht kann.
|
|
32
|
+
*/
|
|
33
|
+
confirmDeleteNode(node: IBrowserNode): Observable<boolean>;
|
|
34
|
+
/**
|
|
35
|
+
* Erzeugt ein Array von einer bestimmten grösse
|
|
36
|
+
* @param anzahl Grösse des Array
|
|
37
|
+
* @returns Array
|
|
38
|
+
*/
|
|
39
|
+
count(anzahl: number): Array<void>;
|
|
40
|
+
/**
|
|
41
|
+
* Methode wird aufgerufen, wenn eine Datei verschoben wird
|
|
42
|
+
* @param uploadid Upload ID
|
|
43
|
+
*/
|
|
44
|
+
uploadedFileMoved(uploadid: string): void;
|
|
45
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap4BrowserModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap4BrowserModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './browser.module';
|
|
3
|
-
export declare const SACBootstrap4BrowserModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4BrowserModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './browser.module';
|
|
3
|
+
export declare const SACBootstrap4BrowserModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4BrowserModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { SacButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
-
/**
|
|
3
|
-
* Button Component
|
|
4
|
-
*
|
|
5
|
-
* <example-url>http://localhost/demo/mysample.component.html</example-url>
|
|
6
|
-
*/
|
|
7
|
-
export declare class SacButtonComponent extends SacButtonCommon {
|
|
8
|
-
}
|
|
1
|
+
import { SacButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
/**
|
|
3
|
+
* Button Component
|
|
4
|
+
*
|
|
5
|
+
* <example-url>http://localhost/demo/mysample.component.html</example-url>
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacButtonComponent extends SacButtonCommon {
|
|
8
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap4ButtonModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap4ButtonModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './button.module';
|
|
3
|
-
export declare const SACBootstrap4ButtonModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4ButtonModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './button.module';
|
|
3
|
+
export declare const SACBootstrap4ButtonModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4ButtonModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
-
import { Injector } from '@angular/core';
|
|
3
|
-
import { SacCheckboxCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
/**
|
|
5
|
-
* Checkbox Kompontente
|
|
6
|
-
*/
|
|
7
|
-
export declare class SacCheckboxComponent extends SacCheckboxCommon {
|
|
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
|
-
}
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
3
|
+
import { SacCheckboxCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
/**
|
|
5
|
+
* Checkbox Kompontente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacCheckboxComponent extends SacCheckboxCommon {
|
|
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
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap4CheckboxModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap4CheckboxModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './checkbox.module';
|
|
3
|
-
export declare const SACBootstrap4CheckboxModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4CheckboxModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './checkbox.module';
|
|
3
|
+
export declare const SACBootstrap4CheckboxModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4CheckboxModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
-
import { SacRadiobuttonsComponent } from './radiobuttons';
|
|
3
|
-
import { Injector } from '@angular/core';
|
|
4
|
-
import { SacRadiobuttonCommon } from '@simpleangularcontrols/sac-common';
|
|
5
|
-
/**
|
|
6
|
-
* Radiobutton Komponente
|
|
7
|
-
*/
|
|
8
|
-
export declare class SacRadiobuttonComponent extends SacRadiobuttonCommon {
|
|
9
|
-
/**
|
|
10
|
-
* Konstruktor
|
|
11
|
-
* @param SacRadioButtons Radio Buttons Group Komponente
|
|
12
|
-
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
13
|
-
* @param injector Injector for injecting services
|
|
14
|
-
*/
|
|
15
|
-
constructor(sacRadioButtons: SacRadiobuttonsComponent, formLayout: SacFormLayoutDirective, injector: Injector);
|
|
16
|
-
}
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
+
import { SacRadiobuttonsComponent } from './radiobuttons';
|
|
3
|
+
import { Injector } from '@angular/core';
|
|
4
|
+
import { SacRadiobuttonCommon } from '@simpleangularcontrols/sac-common';
|
|
5
|
+
/**
|
|
6
|
+
* Radiobutton Komponente
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacRadiobuttonComponent extends SacRadiobuttonCommon {
|
|
9
|
+
/**
|
|
10
|
+
* Konstruktor
|
|
11
|
+
* @param SacRadioButtons Radio Buttons Group Komponente
|
|
12
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
13
|
+
* @param injector Injector for injecting services
|
|
14
|
+
*/
|
|
15
|
+
constructor(sacRadioButtons: SacRadiobuttonsComponent, formLayout: SacFormLayoutDirective, injector: Injector);
|
|
16
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacRadiobuttonsCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
-
/**
|
|
5
|
-
* Radiobuttons Group Komponente
|
|
6
|
-
*/
|
|
7
|
-
export declare class SacRadiobuttonsComponent extends SacRadiobuttonsCommon {
|
|
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
|
-
}
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { SacRadiobuttonsCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
/**
|
|
5
|
+
* Radiobuttons Group Komponente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacRadiobuttonsComponent extends SacRadiobuttonsCommon {
|
|
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
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SacConfirmCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
-
/**
|
|
3
|
-
* Confirm Komponente
|
|
4
|
-
*/
|
|
5
|
-
export declare class SacConfirmComponent extends SacConfirmCommon {
|
|
6
|
-
}
|
|
1
|
+
import { SacConfirmCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
/**
|
|
3
|
+
* Confirm Komponente
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacConfirmComponent extends SacConfirmCommon {
|
|
6
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
/**
|
|
3
|
-
* Module für Confirm Messages
|
|
4
|
-
*
|
|
5
|
-
* In NgModule der Applikation folgenden Eintrag bei Imports einfügen: ExanicBootstrap4ConfirmModule.forRoot()
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
export declare class SACBootstrap4ConfirmModule {
|
|
9
|
-
static forRoot(): ModuleWithProviders<SACBootstrap4ConfirmModule>;
|
|
10
|
-
}
|
|
11
|
-
export { ServiceConfirm } from './confirm.service';
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Module für Confirm Messages
|
|
4
|
+
*
|
|
5
|
+
* In NgModule der Applikation folgenden Eintrag bei Imports einfügen: ExanicBootstrap4ConfirmModule.forRoot()
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export declare class SACBootstrap4ConfirmModule {
|
|
9
|
+
static forRoot(): ModuleWithProviders<SACBootstrap4ConfirmModule>;
|
|
10
|
+
}
|
|
11
|
+
export { ServiceConfirm } from './confirm.service';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './confirm.module';
|
|
3
|
-
export declare const SACBootstrap4ConfirmModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4ConfirmModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './confirm.module';
|
|
3
|
+
export declare const SACBootstrap4ConfirmModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4ConfirmModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactory, ComponentFactoryResolver, EventEmitter, Injector } from '@angular/core';
|
|
2
|
-
import { SacConfirmButton, ServiceConfirmCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacConfirmComponent } from './confirm';
|
|
4
|
-
/**
|
|
5
|
-
* Service für Confirm Messages in TypeScript Code
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* // Beispiel für ConfirmMessage mit Standard Buttons (Ja / Nein).
|
|
9
|
-
* confirmService.ConfirmMessage('titel', 'frage').subscribe(action => { // Action Code });
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* // Beispiel für ConfirmMessage mit eigenen Buttons
|
|
13
|
-
* let buttons: SacConfirmButton[] = [];
|
|
14
|
-
* buttons.push(new SacConfirmButton('ActionKey','Text Primary'));
|
|
15
|
-
* buttons.push(new SacConfirmButton('ActionKey2','Text Button 2'));
|
|
16
|
-
* confirmService.ConfirmMessage('titel', 'frage', buttons).subscribe(action => { // Action Code });
|
|
17
|
-
*/
|
|
18
|
-
export declare class ServiceConfirm extends ServiceConfirmCommon {
|
|
19
|
-
private componentFactoryResolver;
|
|
20
|
-
/**
|
|
21
|
-
* Collection von Buttons die angezeigt werden müssen.
|
|
22
|
-
*/
|
|
23
|
-
private buttons;
|
|
24
|
-
/**
|
|
25
|
-
* Message die in Dialog angezeigt werden soll.
|
|
26
|
-
*/
|
|
27
|
-
private message;
|
|
28
|
-
/**
|
|
29
|
-
* Titel der im Dialog angezeigt werden soll.
|
|
30
|
-
*/
|
|
31
|
-
private title;
|
|
32
|
-
/**
|
|
33
|
-
* Konstruktor
|
|
34
|
-
* @param componentFactoryResolver Component Factory Resolver Instanz
|
|
35
|
-
* @param appRef Application Referenz. Wird benötigt um den Dialog am Body anzuhängen
|
|
36
|
-
* @param injector Injector. Wird benötigt um den Dialog dynamisch zu erzeugen
|
|
37
|
-
*/
|
|
38
|
-
constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
|
|
39
|
-
/**
|
|
40
|
-
* Confirm Dialog anzeigen
|
|
41
|
-
* @param message Nachricht die angezeigt werden soll.
|
|
42
|
-
* @returns EventEmitter mit Key des Buttons, welcher geklickt wurde.
|
|
43
|
-
*/
|
|
44
|
-
ConfirmMessage(title: string, message: string, buttons?: SacConfirmButton[]): EventEmitter<string>;
|
|
45
|
-
/**
|
|
46
|
-
* Erzeugen einer Component Factory für einen Dialog
|
|
47
|
-
*/
|
|
48
|
-
GetComponentFactory(): ComponentFactory<SacConfirmComponent>;
|
|
49
|
-
/**
|
|
50
|
-
* Konfiguration des Dialogs
|
|
51
|
-
* @param instance Instanz eines SacConfirm Dialogs
|
|
52
|
-
*/
|
|
53
|
-
protected ConfigureDialog(instance: SacConfirmComponent): void;
|
|
54
|
-
}
|
|
1
|
+
import { ApplicationRef, ComponentFactory, ComponentFactoryResolver, EventEmitter, Injector } from '@angular/core';
|
|
2
|
+
import { SacConfirmButton, ServiceConfirmCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacConfirmComponent } from './confirm';
|
|
4
|
+
/**
|
|
5
|
+
* Service für Confirm Messages in TypeScript Code
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* // Beispiel für ConfirmMessage mit Standard Buttons (Ja / Nein).
|
|
9
|
+
* confirmService.ConfirmMessage('titel', 'frage').subscribe(action => { // Action Code });
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* // Beispiel für ConfirmMessage mit eigenen Buttons
|
|
13
|
+
* let buttons: SacConfirmButton[] = [];
|
|
14
|
+
* buttons.push(new SacConfirmButton('ActionKey','Text Primary'));
|
|
15
|
+
* buttons.push(new SacConfirmButton('ActionKey2','Text Button 2'));
|
|
16
|
+
* confirmService.ConfirmMessage('titel', 'frage', buttons).subscribe(action => { // Action Code });
|
|
17
|
+
*/
|
|
18
|
+
export declare class ServiceConfirm extends ServiceConfirmCommon {
|
|
19
|
+
private componentFactoryResolver;
|
|
20
|
+
/**
|
|
21
|
+
* Collection von Buttons die angezeigt werden müssen.
|
|
22
|
+
*/
|
|
23
|
+
private buttons;
|
|
24
|
+
/**
|
|
25
|
+
* Message die in Dialog angezeigt werden soll.
|
|
26
|
+
*/
|
|
27
|
+
private message;
|
|
28
|
+
/**
|
|
29
|
+
* Titel der im Dialog angezeigt werden soll.
|
|
30
|
+
*/
|
|
31
|
+
private title;
|
|
32
|
+
/**
|
|
33
|
+
* Konstruktor
|
|
34
|
+
* @param componentFactoryResolver Component Factory Resolver Instanz
|
|
35
|
+
* @param appRef Application Referenz. Wird benötigt um den Dialog am Body anzuhängen
|
|
36
|
+
* @param injector Injector. Wird benötigt um den Dialog dynamisch zu erzeugen
|
|
37
|
+
*/
|
|
38
|
+
constructor(componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
|
|
39
|
+
/**
|
|
40
|
+
* Confirm Dialog anzeigen
|
|
41
|
+
* @param message Nachricht die angezeigt werden soll.
|
|
42
|
+
* @returns EventEmitter mit Key des Buttons, welcher geklickt wurde.
|
|
43
|
+
*/
|
|
44
|
+
ConfirmMessage(title: string, message: string, buttons?: SacConfirmButton[]): EventEmitter<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Erzeugen einer Component Factory für einen Dialog
|
|
47
|
+
*/
|
|
48
|
+
GetComponentFactory(): ComponentFactory<SacConfirmComponent>;
|
|
49
|
+
/**
|
|
50
|
+
* Konfiguration des Dialogs
|
|
51
|
+
* @param instance Instanz eines SacConfirm Dialogs
|
|
52
|
+
*/
|
|
53
|
+
protected ConfigureDialog(instance: SacConfirmComponent): void;
|
|
54
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,16 +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 SacContextmenuComponent 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
|
|
14
|
-
*/
|
|
15
|
-
constructor(document: any, ngZone: NgZone, elementRef: ElementRef<HTMLElement>, renderer: Renderer2, injector: Injector);
|
|
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 SacContextmenuComponent 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
|
|
14
|
+
*/
|
|
15
|
+
constructor(document: any, ngZone: NgZone, elementRef: ElementRef<HTMLElement>, renderer: Renderer2, injector: Injector);
|
|
16
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap4ContextmenuModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap4ContextmenuModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './contextmenu.module';
|
|
3
|
-
export declare const SACBootstrap4ContextmenuModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4ContextmenuModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './contextmenu.module';
|
|
3
|
+
export declare const SACBootstrap4ContextmenuModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap4ContextmenuModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,12 +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 SacContextmenuAnchorDirective extends SacContextmenuAnchorCommon {
|
|
7
|
-
/**
|
|
8
|
-
* Konstruktor
|
|
9
|
-
* @param elementRef HTML DOM Referenz
|
|
10
|
-
*/
|
|
11
|
-
constructor(elementRef: ElementRef<HTMLElement>);
|
|
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 SacContextmenuAnchorDirective extends SacContextmenuAnchorCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Konstruktor
|
|
9
|
+
* @param elementRef HTML DOM Referenz
|
|
10
|
+
*/
|
|
11
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
12
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,12 +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 SacContextmenuContainerDirective extends SacContextMenuContrainerCommon {
|
|
7
|
-
/**
|
|
8
|
-
* Konstruktor
|
|
9
|
-
* @param elementRef Referenz auf DOM Element
|
|
10
|
-
*/
|
|
11
|
-
constructor(elementRef: ElementRef<HTMLElement>);
|
|
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 SacContextmenuContainerDirective extends SacContextMenuContrainerCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Konstruktor
|
|
9
|
+
* @param elementRef Referenz auf DOM Element
|
|
10
|
+
*/
|
|
11
|
+
constructor(elementRef: ElementRef<HTMLElement>);
|
|
12
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SacContextmenuItemButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
-
/**
|
|
3
|
-
* Component for menu entry in context menu
|
|
4
|
-
*/
|
|
5
|
-
export declare class SacContextmenuItemButtonComponent extends SacContextmenuItemButtonCommon {
|
|
6
|
-
/**
|
|
7
|
-
* Constructor
|
|
8
|
-
*/
|
|
9
|
-
constructor();
|
|
10
|
-
}
|
|
1
|
+
import { SacContextmenuItemButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
/**
|
|
3
|
+
* Component for menu entry in context menu
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacContextmenuItemButtonComponent extends SacContextmenuItemButtonCommon {
|
|
6
|
+
/**
|
|
7
|
+
* Constructor
|
|
8
|
+
*/
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SacContextmenuItemCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
-
/**
|
|
3
|
-
* Splitter Komponente in Context Menü
|
|
4
|
-
*/
|
|
5
|
-
export declare class SacContextmenuItemSplitterComponent extends SacContextmenuItemCommon {
|
|
6
|
-
}
|
|
1
|
+
import { SacContextmenuItemCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
/**
|
|
3
|
+
* Splitter Komponente in Context Menü
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacContextmenuItemSplitterComponent extends SacContextmenuItemCommon {
|
|
6
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|