@simpleangularcontrols/sac-bootstrap4 13.0.0-rc.13 → 13.0.0-rc.15
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 +17 -17
- package/components/browser/browser.d.ts +48 -48
- package/components/browser/browser.module.d.ts +14 -14
- package/components/browser/browser.module.ngfactory.d.ts +3 -3
- package/components/browser/browser.module.ngsummary.d.ts +1 -1
- package/components/browser/browser.ngfactory.d.ts +3 -3
- package/components/browser/browser.ngsummary.d.ts +1 -1
- package/controls/buttons/button.d.ts +11 -11
- package/controls/buttons/button.module.d.ts +8 -8
- package/controls/buttons/button.module.ngfactory.d.ts +3 -3
- package/controls/buttons/button.module.ngsummary.d.ts +1 -1
- package/controls/buttons/button.ngfactory.d.ts +3 -3
- package/controls/buttons/button.ngsummary.d.ts +1 -1
- package/controls/checkbox/checkbox.d.ts +17 -17
- package/controls/checkbox/checkbox.module.d.ts +12 -12
- package/controls/checkbox/checkbox.module.ngfactory.d.ts +3 -3
- package/controls/checkbox/checkbox.module.ngsummary.d.ts +1 -1
- package/controls/checkbox/checkbox.ngfactory.d.ts +3 -3
- package/controls/checkbox/checkbox.ngsummary.d.ts +1 -1
- package/controls/checkbox/radiobutton.d.ts +19 -19
- package/controls/checkbox/radiobutton.ngfactory.d.ts +3 -3
- package/controls/checkbox/radiobutton.ngsummary.d.ts +1 -1
- package/controls/checkbox/radiobuttons.d.ts +17 -17
- package/controls/checkbox/radiobuttons.ngfactory.d.ts +3 -3
- package/controls/checkbox/radiobuttons.ngsummary.d.ts +1 -1
- package/controls/confirm/confirm.d.ts +9 -9
- package/controls/confirm/confirm.module.d.ts +19 -19
- package/controls/confirm/confirm.module.ngfactory.d.ts +3 -3
- package/controls/confirm/confirm.module.ngsummary.d.ts +1 -1
- package/controls/confirm/confirm.ngfactory.d.ts +3 -3
- package/controls/confirm/confirm.ngsummary.d.ts +1 -1
- package/controls/confirm/confirm.service.d.ts +57 -57
- package/controls/confirm/confirm.service.ngfactory.d.ts +3 -3
- package/controls/confirm/confirm.service.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenu.d.ts +19 -19
- package/controls/contextmenu/contextmenu.module.d.ts +12 -12
- package/controls/contextmenu/contextmenu.module.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenu.module.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenu.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenu.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenuanchor.d.ts +15 -15
- package/controls/contextmenu/contextmenuanchor.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenuanchor.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +15 -15
- package/controls/contextmenu/contextmenucontainer.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenucontainer.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +13 -13
- package/controls/contextmenu/contextmenuitembutton.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenuitembutton.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenuitemsplitter.d.ts +9 -9
- package/controls/contextmenu/contextmenuitemsplitter.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenuitemsplitter.ngsummary.d.ts +1 -1
- package/controls/datetime/date.d.ts +19 -19
- package/controls/datetime/date.ngfactory.d.ts +3 -3
- package/controls/datetime/date.ngsummary.d.ts +1 -1
- package/controls/datetime/dateselector.d.ts +9 -9
- package/controls/datetime/dateselector.ngfactory.d.ts +3 -3
- package/controls/datetime/dateselector.ngsummary.d.ts +1 -1
- package/controls/datetime/datetime.d.ts +19 -19
- package/controls/datetime/datetime.module.d.ts +14 -14
- package/controls/datetime/datetime.module.ngfactory.d.ts +3 -3
- package/controls/datetime/datetime.module.ngsummary.d.ts +1 -1
- package/controls/datetime/datetime.ngfactory.d.ts +3 -3
- package/controls/datetime/datetime.ngsummary.d.ts +1 -1
- package/controls/datetime/time.d.ts +19 -19
- package/controls/datetime/time.ngfactory.d.ts +3 -3
- package/controls/datetime/time.ngsummary.d.ts +1 -1
- package/controls/dialog/dialog.d.ts +28 -28
- package/controls/dialog/dialog.module.d.ts +8 -8
- package/controls/dialog/dialog.module.ngfactory.d.ts +3 -3
- package/controls/dialog/dialog.module.ngsummary.d.ts +1 -1
- package/controls/dialog/dialog.ngfactory.d.ts +3 -3
- package/controls/dialog/dialog.ngsummary.d.ts +1 -1
- package/controls/form/form.d.ts +28 -28
- package/controls/form/form.module.d.ts +10 -10
- package/controls/form/form.module.ngfactory.d.ts +3 -3
- package/controls/form/form.module.ngsummary.d.ts +1 -1
- package/controls/form/form.ngfactory.d.ts +3 -3
- package/controls/form/form.ngsummary.d.ts +1 -1
- package/controls/form/inheritform.directive.d.ts +27 -27
- package/controls/form/inheritform.directive.ngfactory.d.ts +3 -3
- package/controls/form/inheritform.directive.ngsummary.d.ts +1 -1
- package/controls/grid/grid.d.ts +23 -23
- package/controls/grid/grid.module.d.ts +14 -14
- package/controls/grid/grid.module.ngfactory.d.ts +3 -3
- package/controls/grid/grid.module.ngsummary.d.ts +1 -1
- package/controls/grid/grid.ngfactory.d.ts +3 -3
- package/controls/grid/grid.ngsummary.d.ts +1 -1
- package/controls/grid/gridbutton.d.ts +13 -13
- package/controls/grid/gridbutton.ngfactory.d.ts +3 -3
- package/controls/grid/gridbutton.ngsummary.d.ts +1 -1
- package/controls/grid/gridcolumn.d.ts +17 -17
- package/controls/grid/gridcolumn.ngfactory.d.ts +3 -3
- package/controls/grid/gridcolumn.ngsummary.d.ts +1 -1
- package/controls/grid/gridcolumnaction.d.ts +17 -17
- package/controls/grid/gridcolumnaction.ngfactory.d.ts +3 -3
- package/controls/grid/gridcolumnaction.ngsummary.d.ts +1 -1
- package/controls/grid/gridimage.d.ts +14 -14
- package/controls/grid/gridimage.ngfactory.d.ts +3 -3
- package/controls/grid/gridimage.ngsummary.d.ts +1 -1
- package/controls/grid/paging.d.ts +15 -15
- package/controls/grid/paging.ngfactory.d.ts +3 -3
- package/controls/grid/paging.ngsummary.d.ts +1 -1
- package/controls/input/input.d.ts +17 -17
- package/controls/input/input.module.d.ts +17 -17
- package/controls/input/input.module.ngfactory.d.ts +3 -3
- package/controls/input/input.module.ngsummary.d.ts +1 -1
- package/controls/input/input.ngfactory.d.ts +3 -3
- package/controls/input/input.ngsummary.d.ts +1 -1
- package/controls/input/inputarea.d.ts +17 -17
- package/controls/input/inputarea.ngfactory.d.ts +3 -3
- package/controls/input/inputarea.ngsummary.d.ts +1 -1
- package/controls/input/inputcurrency.d.ts +17 -17
- package/controls/input/inputcurrency.ngfactory.d.ts +3 -3
- package/controls/input/inputcurrency.ngsummary.d.ts +1 -1
- package/controls/input/inputdecimal.d.ts +17 -17
- package/controls/input/inputdecimal.ngfactory.d.ts +3 -3
- package/controls/input/inputdecimal.ngsummary.d.ts +1 -1
- package/controls/input/inputemail.d.ts +17 -17
- package/controls/input/inputemail.ngfactory.d.ts +3 -3
- package/controls/input/inputemail.ngsummary.d.ts +1 -1
- package/controls/input/inputinteger.d.ts +17 -17
- package/controls/input/inputinteger.ngfactory.d.ts +3 -3
- package/controls/input/inputinteger.ngsummary.d.ts +1 -1
- package/controls/input/inputpassword.d.ts +17 -17
- package/controls/input/inputpassword.ngfactory.d.ts +3 -3
- package/controls/input/inputpassword.ngsummary.d.ts +1 -1
- package/controls/input/inputsearch.d.ts +17 -17
- package/controls/input/inputsearch.ngfactory.d.ts +3 -3
- package/controls/input/inputsearch.ngsummary.d.ts +1 -1
- package/controls/layout/formlayout.directive.d.ts +6 -6
- package/controls/layout/formlayout.directive.ngfactory.d.ts +3 -3
- package/controls/layout/formlayout.directive.ngsummary.d.ts +1 -1
- package/controls/layout/layout.module.d.ts +12 -12
- package/controls/layout/layout.module.ngfactory.d.ts +3 -3
- package/controls/layout/layout.module.ngsummary.d.ts +1 -1
- package/controls/layout/tocontrolheight.pipe.d.ts +12 -12
- package/controls/layout/tocontrolheight.pipe.ngfactory.d.ts +3 -3
- package/controls/layout/tocontrolheight.pipe.ngsummary.d.ts +1 -1
- package/controls/layout/tocontrolwidthcss.pipe.d.ts +19 -19
- package/controls/layout/tocontrolwidthcss.pipe.ngfactory.d.ts +3 -3
- package/controls/layout/tocontrolwidthcss.pipe.ngsummary.d.ts +1 -1
- package/controls/layout/tolabelheight.pipe.d.ts +12 -12
- package/controls/layout/tolabelheight.pipe.ngfactory.d.ts +3 -3
- package/controls/layout/tolabelheight.pipe.ngsummary.d.ts +1 -1
- package/controls/layout/tolabelwidthcss.pipe.d.ts +13 -13
- package/controls/layout/tolabelwidthcss.pipe.ngfactory.d.ts +3 -3
- package/controls/layout/tolabelwidthcss.pipe.ngsummary.d.ts +1 -1
- package/controls/list/dropdown.d.ts +33 -33
- package/controls/list/dropdown.module.d.ts +10 -10
- package/controls/list/dropdown.module.ngfactory.d.ts +3 -3
- package/controls/list/dropdown.module.ngsummary.d.ts +1 -1
- package/controls/list/dropdown.ngfactory.d.ts +4 -4
- package/controls/list/dropdown.ngsummary.d.ts +2 -2
- package/controls/list/list.module.d.ts +10 -10
- package/controls/list/list.module.ngfactory.d.ts +3 -3
- package/controls/list/list.module.ngsummary.d.ts +1 -1
- package/controls/list/listbox.d.ts +31 -31
- package/controls/list/listbox.ngfactory.d.ts +4 -4
- package/controls/list/listbox.ngsummary.d.ts +2 -2
- package/controls/multilanguage/multilanguage.module.d.ts +15 -15
- package/controls/multilanguage/multilanguage.module.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguage.module.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguageinput.d.ts +21 -21
- package/controls/multilanguage/multilanguageinput.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguageinput.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +21 -21
- package/controls/multilanguage/multilanguageinputarea.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguageinputarea.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenu.d.ts +19 -19
- package/controls/multilanguage/multilanguagemenu.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenu.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenuanchor.d.ts +15 -15
- package/controls/multilanguage/multilanguagemenuanchor.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenuanchor.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenucontainer.d.ts +15 -15
- package/controls/multilanguage/multilanguagemenucontainer.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenucontainer.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenuitembutton.d.ts +14 -14
- package/controls/multilanguage/multilanguagemenuitembutton.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenuitembutton.ngsummary.d.ts +1 -1
- package/controls/static/formcontainer.d.ts +28 -28
- package/controls/static/formcontainer.ngfactory.d.ts +3 -3
- package/controls/static/formcontainer.ngsummary.d.ts +1 -1
- package/controls/static/staticlabel.d.ts +17 -17
- package/controls/static/staticlabel.module.d.ts +11 -11
- package/controls/static/staticlabel.module.ngfactory.d.ts +3 -3
- package/controls/static/staticlabel.module.ngsummary.d.ts +1 -1
- package/controls/static/staticlabel.ngfactory.d.ts +3 -3
- package/controls/static/staticlabel.ngsummary.d.ts +1 -1
- package/controls/tabs/tab.d.ts +20 -20
- package/controls/tabs/tab.ngfactory.d.ts +3 -3
- package/controls/tabs/tab.ngsummary.d.ts +1 -1
- package/controls/tabs/tabitem.d.ts +9 -9
- package/controls/tabs/tabitem.ngfactory.d.ts +3 -3
- package/controls/tabs/tabitem.ngsummary.d.ts +1 -1
- package/controls/tabs/tabs.module.d.ts +9 -9
- package/controls/tabs/tabs.module.ngfactory.d.ts +3 -3
- package/controls/tabs/tabs.module.ngsummary.d.ts +1 -1
- package/controls/tinymce/tinymce.d.ts +23 -23
- package/controls/tinymce/tinymce.module.d.ts +15 -15
- package/controls/tinymce/tinymce.module.ngfactory.d.ts +3 -3
- package/controls/tinymce/tinymce.module.ngsummary.d.ts +1 -1
- package/controls/tinymce/tinymce.ngfactory.d.ts +3 -3
- package/controls/tinymce/tinymce.ngsummary.d.ts +1 -1
- package/controls/tooltip/tooltip.d.ts +37 -37
- package/controls/tooltip/tooltip.module.d.ts +8 -8
- package/controls/tooltip/tooltip.module.ngfactory.d.ts +3 -3
- package/controls/tooltip/tooltip.module.ngsummary.d.ts +1 -1
- package/controls/tooltip/tooltip.ngfactory.d.ts +3 -3
- package/controls/tooltip/tooltip.ngsummary.d.ts +1 -1
- package/controls/treeview/treeview.d.ts +17 -17
- package/controls/treeview/treeview.module.d.ts +11 -11
- package/controls/treeview/treeview.module.ngfactory.d.ts +3 -3
- package/controls/treeview/treeview.module.ngsummary.d.ts +1 -1
- package/controls/treeview/treeview.ngfactory.d.ts +3 -3
- package/controls/treeview/treeview.ngsummary.d.ts +1 -1
- package/controls/upload/dropzonemultiple.d.ts +24 -24
- package/controls/upload/dropzonemultiple.ngfactory.d.ts +3 -3
- package/controls/upload/dropzonemultiple.ngsummary.d.ts +1 -1
- package/controls/upload/dropzonesingle.d.ts +24 -24
- package/controls/upload/dropzonesingle.ngfactory.d.ts +3 -3
- package/controls/upload/dropzonesingle.ngsummary.d.ts +1 -1
- package/controls/upload/upload.d.ts +20 -20
- package/controls/upload/upload.module.d.ts +14 -14
- package/controls/upload/upload.module.ngfactory.d.ts +3 -3
- package/controls/upload/upload.module.ngsummary.d.ts +1 -1
- package/controls/upload/upload.ngfactory.d.ts +3 -3
- package/controls/upload/upload.ngsummary.d.ts +1 -1
- package/controls/upload/uploadmultiple.d.ts +20 -20
- package/controls/upload/uploadmultiple.ngfactory.d.ts +3 -3
- package/controls/upload/uploadmultiple.ngsummary.d.ts +1 -1
- package/controls/validation/validationsummary.d.ts +17 -17
- package/controls/validation/validationsummary.module.d.ts +8 -8
- package/controls/validation/validationsummary.module.ngfactory.d.ts +3 -3
- package/controls/validation/validationsummary.module.ngsummary.d.ts +1 -1
- package/controls/validation/validationsummary.ngfactory.d.ts +3 -3
- package/controls/validation/validationsummary.ngsummary.d.ts +1 -1
- package/controls/wizard/wizard.d.ts +20 -20
- package/controls/wizard/wizard.module.d.ts +9 -9
- package/controls/wizard/wizard.module.ngfactory.d.ts +3 -3
- package/controls/wizard/wizard.module.ngsummary.d.ts +1 -1
- package/controls/wizard/wizard.ngfactory.d.ts +3 -3
- package/controls/wizard/wizard.ngsummary.d.ts +1 -1
- package/controls/wizard/wizarditem.d.ts +9 -9
- package/controls/wizard/wizarditem.ngfactory.d.ts +3 -3
- package/controls/wizard/wizarditem.ngsummary.d.ts +1 -1
- package/esm2020/components/browser/browser.mjs +112 -112
- package/esm2020/components/browser/browser.module.mjs +47 -47
- package/esm2020/components/browser/browser.module.ngfactory.mjs +3 -3
- package/esm2020/components/browser/browser.module.ngsummary.mjs +1 -1
- package/esm2020/components/browser/browser.ngfactory.mjs +3 -3
- package/esm2020/components/browser/browser.ngsummary.mjs +1 -1
- package/esm2020/controls/buttons/button.mjs +18 -18
- package/esm2020/controls/buttons/button.module.mjs +22 -22
- package/esm2020/controls/buttons/button.module.ngfactory.mjs +3 -3
- package/esm2020/controls/buttons/button.module.ngsummary.mjs +1 -1
- package/esm2020/controls/buttons/button.ngfactory.mjs +3 -3
- package/esm2020/controls/buttons/button.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/checkbox.mjs +57 -57
- package/esm2020/controls/checkbox/checkbox.module.mjs +44 -44
- package/esm2020/controls/checkbox/checkbox.module.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/checkbox.module.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/checkbox.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/checkbox.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/radiobutton.mjs +35 -35
- package/esm2020/controls/checkbox/radiobutton.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/radiobutton.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/radiobuttons.mjs +57 -57
- package/esm2020/controls/checkbox/radiobuttons.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/radiobuttons.ngsummary.mjs +1 -1
- package/esm2020/controls/confirm/confirm.mjs +18 -18
- package/esm2020/controls/confirm/confirm.module.mjs +34 -34
- package/esm2020/controls/confirm/confirm.module.ngfactory.mjs +3 -3
- package/esm2020/controls/confirm/confirm.module.ngsummary.mjs +1 -1
- package/esm2020/controls/confirm/confirm.ngfactory.mjs +3 -3
- package/esm2020/controls/confirm/confirm.ngsummary.mjs +1 -1
- package/esm2020/controls/confirm/confirm.service.mjs +103 -103
- package/esm2020/controls/confirm/confirm.service.ngfactory.mjs +3 -3
- package/esm2020/controls/confirm/confirm.service.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenu.mjs +34 -34
- package/esm2020/controls/contextmenu/contextmenu.module.mjs +40 -40
- package/esm2020/controls/contextmenu/contextmenu.module.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenu.module.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenu.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenu.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenuanchor.mjs +36 -36
- package/esm2020/controls/contextmenu/contextmenuanchor.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenuanchor.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenucontainer.mjs +36 -36
- package/esm2020/controls/contextmenu/contextmenucontainer.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenucontainer.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenuitembutton.mjs +33 -33
- package/esm2020/controls/contextmenu/contextmenuitembutton.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenuitembutton.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenuitemsplitter.mjs +25 -25
- package/esm2020/controls/contextmenu/contextmenuitemsplitter.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenuitemsplitter.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/date.mjs +70 -70
- package/esm2020/controls/datetime/date.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/date.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/dateselector.mjs +16 -16
- package/esm2020/controls/datetime/dateselector.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/dateselector.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/datetime.mjs +62 -62
- package/esm2020/controls/datetime/datetime.module.mjs +53 -53
- package/esm2020/controls/datetime/datetime.module.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/datetime.module.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/datetime.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/datetime.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/time.mjs +62 -62
- package/esm2020/controls/datetime/time.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/time.ngsummary.mjs +1 -1
- package/esm2020/controls/dialog/dialog.mjs +42 -42
- package/esm2020/controls/dialog/dialog.module.mjs +22 -22
- package/esm2020/controls/dialog/dialog.module.ngfactory.mjs +3 -3
- package/esm2020/controls/dialog/dialog.module.ngsummary.mjs +1 -1
- package/esm2020/controls/dialog/dialog.ngfactory.mjs +3 -3
- package/esm2020/controls/dialog/dialog.ngsummary.mjs +1 -1
- package/esm2020/controls/form/form.mjs +42 -42
- package/esm2020/controls/form/form.module.mjs +20 -20
- package/esm2020/controls/form/form.module.ngfactory.mjs +3 -3
- package/esm2020/controls/form/form.module.ngsummary.mjs +1 -1
- package/esm2020/controls/form/form.ngfactory.mjs +3 -3
- package/esm2020/controls/form/form.ngsummary.mjs +1 -1
- package/esm2020/controls/form/inheritform.directive.mjs +68 -68
- package/esm2020/controls/form/inheritform.directive.ngfactory.mjs +3 -3
- package/esm2020/controls/form/inheritform.directive.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/grid.mjs +48 -48
- package/esm2020/controls/grid/grid.module.mjs +48 -48
- package/esm2020/controls/grid/grid.module.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/grid.module.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/grid.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/grid.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridbutton.mjs +40 -40
- package/esm2020/controls/grid/gridbutton.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridbutton.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridcolumn.mjs +35 -35
- package/esm2020/controls/grid/gridcolumn.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridcolumn.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridcolumnaction.mjs +36 -36
- package/esm2020/controls/grid/gridcolumnaction.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridcolumnaction.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridimage.mjs +29 -29
- package/esm2020/controls/grid/gridimage.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridimage.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/paging.mjs +39 -39
- package/esm2020/controls/grid/paging.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/paging.ngsummary.mjs +1 -1
- package/esm2020/controls/input/input.mjs +50 -50
- package/esm2020/controls/input/input.module.mjs +69 -69
- package/esm2020/controls/input/input.module.ngfactory.mjs +3 -3
- package/esm2020/controls/input/input.module.ngsummary.mjs +1 -1
- package/esm2020/controls/input/input.ngfactory.mjs +3 -3
- package/esm2020/controls/input/input.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputarea.mjs +58 -58
- package/esm2020/controls/input/inputarea.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputarea.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputcurrency.mjs +58 -58
- package/esm2020/controls/input/inputcurrency.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputcurrency.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputdecimal.mjs +58 -58
- package/esm2020/controls/input/inputdecimal.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputdecimal.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputemail.mjs +58 -58
- package/esm2020/controls/input/inputemail.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputemail.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputinteger.mjs +58 -58
- package/esm2020/controls/input/inputinteger.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputinteger.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputpassword.mjs +58 -58
- package/esm2020/controls/input/inputpassword.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputpassword.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputsearch.mjs +58 -58
- package/esm2020/controls/input/inputsearch.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputsearch.ngsummary.mjs +1 -1
- package/esm2020/controls/layout/formlayout.directive.mjs +14 -14
- package/esm2020/controls/layout/formlayout.directive.ngfactory.mjs +3 -3
- package/esm2020/controls/layout/formlayout.directive.ngsummary.mjs +1 -1
- package/esm2020/controls/layout/layout.module.mjs +42 -42
- package/esm2020/controls/layout/layout.module.ngfactory.mjs +3 -3
- package/esm2020/controls/layout/layout.module.ngsummary.mjs +1 -1
- package/esm2020/controls/layout/tocontrolheight.pipe.mjs +33 -33
- package/esm2020/controls/layout/tocontrolheight.pipe.ngfactory.mjs +3 -3
- package/esm2020/controls/layout/tocontrolheight.pipe.ngsummary.mjs +1 -1
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.mjs +54 -54
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.ngfactory.mjs +3 -3
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.ngsummary.mjs +1 -1
- package/esm2020/controls/layout/tolabelheight.pipe.mjs +33 -33
- package/esm2020/controls/layout/tolabelheight.pipe.ngfactory.mjs +3 -3
- package/esm2020/controls/layout/tolabelheight.pipe.ngsummary.mjs +1 -1
- package/esm2020/controls/layout/tolabelwidthcss.pipe.mjs +38 -38
- package/esm2020/controls/layout/tolabelwidthcss.pipe.ngfactory.mjs +3 -3
- package/esm2020/controls/layout/tolabelwidthcss.pipe.ngsummary.mjs +1 -1
- package/esm2020/controls/list/dropdown.mjs +86 -86
- package/esm2020/controls/list/dropdown.module.mjs +30 -30
- package/esm2020/controls/list/dropdown.module.ngfactory.mjs +3 -3
- package/esm2020/controls/list/dropdown.module.ngsummary.mjs +1 -1
- package/esm2020/controls/list/dropdown.ngfactory.mjs +3 -3
- package/esm2020/controls/list/dropdown.ngsummary.mjs +2 -2
- package/esm2020/controls/list/list.module.mjs +30 -30
- package/esm2020/controls/list/list.module.ngfactory.mjs +3 -3
- package/esm2020/controls/list/list.module.ngsummary.mjs +1 -1
- package/esm2020/controls/list/listbox.mjs +84 -84
- package/esm2020/controls/list/listbox.ngfactory.mjs +3 -3
- package/esm2020/controls/list/listbox.ngsummary.mjs +2 -2
- package/esm2020/controls/multilanguage/multilanguage.module.mjs +47 -47
- package/esm2020/controls/multilanguage/multilanguage.module.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguage.module.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguageinput.mjs +67 -67
- package/esm2020/controls/multilanguage/multilanguageinput.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguageinput.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguageinputarea.mjs +67 -67
- package/esm2020/controls/multilanguage/multilanguageinputarea.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguageinputarea.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenu.mjs +44 -44
- package/esm2020/controls/multilanguage/multilanguagemenu.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenu.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.mjs +36 -36
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.mjs +36 -36
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenuitembutton.mjs +34 -34
- package/esm2020/controls/multilanguage/multilanguagemenuitembutton.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenuitembutton.ngsummary.mjs +1 -1
- package/esm2020/controls/static/formcontainer.mjs +69 -69
- package/esm2020/controls/static/formcontainer.ngfactory.mjs +3 -3
- package/esm2020/controls/static/formcontainer.ngsummary.mjs +1 -1
- package/esm2020/controls/static/staticlabel.mjs +58 -58
- package/esm2020/controls/static/staticlabel.module.mjs +31 -31
- package/esm2020/controls/static/staticlabel.module.ngfactory.mjs +3 -3
- package/esm2020/controls/static/staticlabel.module.ngsummary.mjs +1 -1
- package/esm2020/controls/static/staticlabel.ngfactory.mjs +3 -3
- package/esm2020/controls/static/staticlabel.ngsummary.mjs +1 -1
- package/esm2020/controls/tabs/tab.mjs +27 -27
- package/esm2020/controls/tabs/tab.ngfactory.mjs +3 -3
- package/esm2020/controls/tabs/tab.ngsummary.mjs +1 -1
- package/esm2020/controls/tabs/tabitem.mjs +16 -16
- package/esm2020/controls/tabs/tabitem.ngfactory.mjs +3 -3
- package/esm2020/controls/tabs/tabitem.ngsummary.mjs +1 -1
- package/esm2020/controls/tabs/tabs.module.mjs +23 -23
- package/esm2020/controls/tabs/tabs.module.ngfactory.mjs +3 -3
- package/esm2020/controls/tabs/tabs.module.ngsummary.mjs +1 -1
- package/esm2020/controls/tinymce/tinymce.mjs +73 -73
- package/esm2020/controls/tinymce/tinymce.module.mjs +50 -50
- package/esm2020/controls/tinymce/tinymce.module.ngfactory.mjs +3 -3
- package/esm2020/controls/tinymce/tinymce.module.ngsummary.mjs +1 -1
- package/esm2020/controls/tinymce/tinymce.ngfactory.mjs +3 -3
- package/esm2020/controls/tinymce/tinymce.ngsummary.mjs +1 -1
- package/esm2020/controls/tooltip/tooltip.mjs +50 -50
- package/esm2020/controls/tooltip/tooltip.module.mjs +18 -18
- package/esm2020/controls/tooltip/tooltip.module.ngfactory.mjs +3 -3
- package/esm2020/controls/tooltip/tooltip.module.ngsummary.mjs +1 -1
- package/esm2020/controls/tooltip/tooltip.ngfactory.mjs +3 -3
- package/esm2020/controls/tooltip/tooltip.ngsummary.mjs +1 -1
- package/esm2020/controls/treeview/treeview.mjs +58 -58
- package/esm2020/controls/treeview/treeview.module.mjs +21 -21
- package/esm2020/controls/treeview/treeview.module.ngfactory.mjs +3 -3
- package/esm2020/controls/treeview/treeview.module.ngsummary.mjs +1 -1
- package/esm2020/controls/treeview/treeview.ngfactory.mjs +3 -3
- package/esm2020/controls/treeview/treeview.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/dropzonemultiple.mjs +69 -69
- package/esm2020/controls/upload/dropzonemultiple.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/dropzonemultiple.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/dropzonesingle.mjs +69 -69
- package/esm2020/controls/upload/dropzonesingle.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/dropzonesingle.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/upload.mjs +61 -61
- package/esm2020/controls/upload/upload.module.mjs +53 -53
- package/esm2020/controls/upload/upload.module.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/upload.module.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/upload.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/upload.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/uploadmultiple.mjs +61 -61
- package/esm2020/controls/upload/uploadmultiple.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/uploadmultiple.ngsummary.mjs +1 -1
- package/esm2020/controls/validation/validationsummary.mjs +43 -43
- package/esm2020/controls/validation/validationsummary.module.mjs +22 -22
- package/esm2020/controls/validation/validationsummary.module.ngfactory.mjs +3 -3
- package/esm2020/controls/validation/validationsummary.module.ngsummary.mjs +1 -1
- package/esm2020/controls/validation/validationsummary.ngfactory.mjs +3 -3
- package/esm2020/controls/validation/validationsummary.ngsummary.mjs +1 -1
- package/esm2020/controls/wizard/wizard.mjs +32 -32
- package/esm2020/controls/wizard/wizard.module.mjs +23 -23
- package/esm2020/controls/wizard/wizard.module.ngfactory.mjs +3 -3
- package/esm2020/controls/wizard/wizard.module.ngsummary.mjs +1 -1
- package/esm2020/controls/wizard/wizard.ngfactory.mjs +3 -3
- package/esm2020/controls/wizard/wizard.ngsummary.mjs +1 -1
- package/esm2020/controls/wizard/wizarditem.mjs +15 -15
- package/esm2020/controls/wizard/wizarditem.ngfactory.mjs +3 -3
- package/esm2020/controls/wizard/wizarditem.ngsummary.mjs +1 -1
- package/esm2020/public_api.mjs +82 -82
- package/esm2020/public_api.ngfactory.mjs +1 -1
- package/esm2020/public_api.ngsummary.mjs +1 -1
- package/esm2020/simpleangularcontrols-sac-bootstrap4.mjs +4 -4
- package/fesm2015/simpleangularcontrols-sac-bootstrap4.mjs +3014 -3014
- package/fesm2015/simpleangularcontrols-sac-bootstrap4.mjs.map +1 -1
- package/fesm2020/simpleangularcontrols-sac-bootstrap4.mjs +2950 -2950
- package/fesm2020/simpleangularcontrols-sac-bootstrap4.mjs.map +1 -1
- package/package.json +43 -43
- package/public_api.d.ts +76 -76
- package/public_api.ngfactory.d.ts +1 -1
- package/public_api.ngsummary.d.ts +1 -1
- package/simpleangularcontrols-sac-bootstrap4-13.0.0-rc.15.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap4.d.ts +5 -5
- package/simpleangularcontrols-sac-bootstrap4-13.0.0-rc.13.tgz +0 -0
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
3
|
-
import { SacTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Time Auswahl Komponente
|
|
7
|
-
*/
|
|
8
|
-
export declare class SacTimeComponent extends SacTimeCommon {
|
|
9
|
-
/**
|
|
10
|
-
* Constructor
|
|
11
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
-
* @param injector Injector for injecting services
|
|
13
|
-
* @param elementRef Reference to html dom element
|
|
14
|
-
* @param cdRef Change Dectection Servie
|
|
15
|
-
*/
|
|
16
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacTimeComponent, [{ optional: true; host: true; }, null, null, null]>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SacTimeComponent, "sac-time", never, {}, {}, never, never>;
|
|
19
|
-
}
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
+
import { ChangeDetectorRef, ElementRef, Injector } from '@angular/core';
|
|
3
|
+
import { SacTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Time Auswahl Komponente
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacTimeComponent extends SacTimeCommon {
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param elementRef Reference to html dom element
|
|
14
|
+
* @param cdRef Change Dectection Servie
|
|
15
|
+
*/
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, elementRef: ElementRef, cdRef: ChangeDetectorRef);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacTimeComponent, [{ optional: true; host: true; }, null, null, null]>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacTimeComponent, "sac-time", never, {}, {}, never, never>;
|
|
19
|
+
}
|
|
20
20
|
//# sourceMappingURL=time.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacTimeComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacTimeComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=time.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacTimeComponentNgSummary: any;
|
|
1
|
+
export declare const SacTimeComponentNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=time.ngsummary.d.ts.map
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { SacDialogCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Dialog Komponente
|
|
6
|
-
*/
|
|
7
|
-
export declare class SacDialogComponent extends SacDialogCommon implements OnInit, OnDestroy {
|
|
8
|
-
/**
|
|
9
|
-
* Referenz auf DOM Element
|
|
10
|
-
*/
|
|
11
|
-
private element;
|
|
12
|
-
/**
|
|
13
|
-
* Konstruktor
|
|
14
|
-
* @param el DOM Element Referenz
|
|
15
|
-
* @param cdRef Change Detection Service
|
|
16
|
-
*/
|
|
17
|
-
constructor(el: ElementRef, cdRef: ChangeDetectorRef);
|
|
18
|
-
/**
|
|
19
|
-
* Event wenn Komponente initialisiert wird
|
|
20
|
-
*/
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
/**
|
|
23
|
-
* Event wenn Element entfernt wird
|
|
24
|
-
*/
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacDialogComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SacDialogComponent, "sac-dialog", never, {}, {}, never, ["[dialogbody]", "[dialogfooter]"]>;
|
|
28
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { SacDialogCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Dialog Komponente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacDialogComponent extends SacDialogCommon implements OnInit, OnDestroy {
|
|
8
|
+
/**
|
|
9
|
+
* Referenz auf DOM Element
|
|
10
|
+
*/
|
|
11
|
+
private element;
|
|
12
|
+
/**
|
|
13
|
+
* Konstruktor
|
|
14
|
+
* @param el DOM Element Referenz
|
|
15
|
+
* @param cdRef Change Detection Service
|
|
16
|
+
*/
|
|
17
|
+
constructor(el: ElementRef, cdRef: ChangeDetectorRef);
|
|
18
|
+
/**
|
|
19
|
+
* Event wenn Komponente initialisiert wird
|
|
20
|
+
*/
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
/**
|
|
23
|
+
* Event wenn Element entfernt wird
|
|
24
|
+
*/
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacDialogComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacDialogComponent, "sac-dialog", never, {}, {}, never, ["[dialogbody]", "[dialogfooter]"]>;
|
|
28
|
+
}
|
|
29
29
|
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dialog";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class SACBootstrap4DialogModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap4DialogModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap4DialogModule, [typeof i1.SacDialogComponent], [typeof i2.CommonModule], [typeof i1.SacDialogComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap4DialogModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dialog";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class SACBootstrap4DialogModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap4DialogModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap4DialogModule, [typeof i1.SacDialogComponent], [typeof i2.CommonModule], [typeof i1.SacDialogComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap4DialogModule>;
|
|
8
|
+
}
|
|
9
9
|
//# sourceMappingURL=dialog.module.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SACBootstrap4DialogModuleNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SACBootstrap4DialogModuleNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=dialog.module.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SACBootstrap4DialogModuleNgSummary: any;
|
|
1
|
+
export declare const SACBootstrap4DialogModuleNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=dialog.module.ngsummary.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacDialogComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacDialogComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=dialog.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacDialogComponentNgSummary: any;
|
|
1
|
+
export declare const SacDialogComponentNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=dialog.ngsummary.d.ts.map
|
package/controls/form/form.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { NgForm } from '@angular/forms';
|
|
2
|
-
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Erweiterung / Hooking für automatismen in Formular. Wird als Container für alle Controls benötigt.
|
|
6
|
-
*
|
|
7
|
-
* @example Beispiel über Div Container
|
|
8
|
-
*
|
|
9
|
-
* <div ngForm></div>
|
|
10
|
-
*
|
|
11
|
-
* @example Beispiel über Form Tag
|
|
12
|
-
*
|
|
13
|
-
* <form></form>
|
|
14
|
-
*
|
|
15
|
-
*/
|
|
16
|
-
export declare class SacFormDirective extends SacFormCommon {
|
|
17
|
-
/**
|
|
18
|
-
* Konstruktor
|
|
19
|
-
* @param form Instanz von NgForm für eigene automatische Formular Logik
|
|
20
|
-
*/
|
|
21
|
-
constructor(form: NgForm);
|
|
22
|
-
/**
|
|
23
|
-
* Setzt die Standard CSS Klasse für auf dem Form Container
|
|
24
|
-
*/
|
|
25
|
-
cssClassForm: boolean;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormDirective, "form:not([ngNoForm]):not([formGroup]),[ngForm]", ["sacform"], {}, {}, never>;
|
|
28
|
-
}
|
|
1
|
+
import { NgForm } from '@angular/forms';
|
|
2
|
+
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Erweiterung / Hooking für automatismen in Formular. Wird als Container für alle Controls benötigt.
|
|
6
|
+
*
|
|
7
|
+
* @example Beispiel über Div Container
|
|
8
|
+
*
|
|
9
|
+
* <div ngForm></div>
|
|
10
|
+
*
|
|
11
|
+
* @example Beispiel über Form Tag
|
|
12
|
+
*
|
|
13
|
+
* <form></form>
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare class SacFormDirective extends SacFormCommon {
|
|
17
|
+
/**
|
|
18
|
+
* Konstruktor
|
|
19
|
+
* @param form Instanz von NgForm für eigene automatische Formular Logik
|
|
20
|
+
*/
|
|
21
|
+
constructor(form: NgForm);
|
|
22
|
+
/**
|
|
23
|
+
* Setzt die Standard CSS Klasse für auf dem Form Container
|
|
24
|
+
*/
|
|
25
|
+
cssClassForm: boolean;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacFormDirective, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacFormDirective, "form:not([ngNoForm]):not([formGroup]),[ngForm]", ["sacform"], {}, {}, never>;
|
|
28
|
+
}
|
|
29
29
|
//# sourceMappingURL=form.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./form";
|
|
3
|
-
import * as i2 from "./inheritform.directive";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
export declare class SACBootstrap4FormModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap4FormModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap4FormModule, [typeof i1.SacFormDirective, typeof i2.SacInheritFormDirective], [typeof i3.CommonModule, typeof i4.FormsModule], [typeof i1.SacFormDirective, typeof i2.SacInheritFormDirective]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap4FormModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./form";
|
|
3
|
+
import * as i2 from "./inheritform.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
export declare class SACBootstrap4FormModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap4FormModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap4FormModule, [typeof i1.SacFormDirective, typeof i2.SacInheritFormDirective], [typeof i3.CommonModule, typeof i4.FormsModule], [typeof i1.SacFormDirective, typeof i2.SacInheritFormDirective]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap4FormModule>;
|
|
10
|
+
}
|
|
11
11
|
//# sourceMappingURL=form.module.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SACBootstrap4FormModuleNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SACBootstrap4FormModuleNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=form.module.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SACBootstrap4FormModuleNgSummary: any;
|
|
1
|
+
export declare const SACBootstrap4FormModuleNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=form.module.ngsummary.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacFormDirectiveNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacFormDirectiveNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=form.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacFormDirectiveNgSummary: any;
|
|
1
|
+
export declare const SacFormDirectiveNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=form.ngsummary.d.ts.map
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { NgForm } from '@angular/forms';
|
|
3
|
-
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
import { SacFormDirective } from './form';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Directive to inherit an NgForm/NgForm from a parent component
|
|
8
|
-
*/
|
|
9
|
-
export declare class SacInheritFormDirective extends SacFormCommon {
|
|
10
|
-
/**
|
|
11
|
-
* Construtor
|
|
12
|
-
* @param injector: injector to receive the NgForm instance
|
|
13
|
-
*/
|
|
14
|
-
constructor(injector: Injector);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", ["sacinheritform"], {}, {}, never>;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Factory Methode für NgForm
|
|
20
|
-
* @param form NgForm
|
|
21
|
-
*/
|
|
22
|
-
export declare function NGFORM_FACTORY(form: NgForm): NgForm;
|
|
23
|
-
/**
|
|
24
|
-
* Factory Methode für SacForm
|
|
25
|
-
* @param form SacFormular
|
|
26
|
-
*/
|
|
27
|
-
export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { NgForm } from '@angular/forms';
|
|
3
|
+
import { SacFormCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
import { SacFormDirective } from './form';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Directive to inherit an NgForm/NgForm from a parent component
|
|
8
|
+
*/
|
|
9
|
+
export declare class SacInheritFormDirective extends SacFormCommon {
|
|
10
|
+
/**
|
|
11
|
+
* Construtor
|
|
12
|
+
* @param injector: injector to receive the NgForm instance
|
|
13
|
+
*/
|
|
14
|
+
constructor(injector: Injector);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacInheritFormDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacInheritFormDirective, "[sacInheritForm]", ["sacinheritform"], {}, {}, never>;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Factory Methode für NgForm
|
|
20
|
+
* @param form NgForm
|
|
21
|
+
*/
|
|
22
|
+
export declare function NGFORM_FACTORY(form: NgForm): NgForm;
|
|
23
|
+
/**
|
|
24
|
+
* Factory Methode für SacForm
|
|
25
|
+
* @param form SacFormular
|
|
26
|
+
*/
|
|
27
|
+
export declare function SACFORM_FACTORY(form: SacFormDirective): SacFormDirective;
|
|
28
28
|
//# sourceMappingURL=inheritform.directive.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacInheritFormDirectiveNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacInheritFormDirectiveNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=inheritform.directive.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacInheritFormDirectiveNgSummary: any;
|
|
1
|
+
export declare const SacInheritFormDirectiveNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=inheritform.directive.ngsummary.d.ts.map
|
package/controls/grid/grid.d.ts
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { ChangeDetectorRef, Injector, TemplateRef } from '@angular/core';
|
|
2
|
-
import { SacGridCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Grid Komponente
|
|
6
|
-
*/
|
|
7
|
-
export declare class SacGridComponent extends SacGridCommon {
|
|
8
|
-
/**
|
|
9
|
-
* Referenz auf Column Template
|
|
10
|
-
*/
|
|
11
|
-
template: TemplateRef<any>;
|
|
12
|
-
/**
|
|
13
|
-
* Setzt die Ellipsis Funktion auf der Column
|
|
14
|
-
*/
|
|
15
|
-
ellipsis: boolean;
|
|
16
|
-
/**
|
|
17
|
-
* Konstrukor
|
|
18
|
-
* @param cdRef Change Detection Reference
|
|
19
|
-
*/
|
|
20
|
-
constructor(cdRef: ChangeDetectorRef, injector: Injector);
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridComponent, "sac-grid", never, {}, {}, ["template"], never>;
|
|
23
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, Injector, TemplateRef } from '@angular/core';
|
|
2
|
+
import { SacGridCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Grid Komponente
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacGridComponent extends SacGridCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Referenz auf Column Template
|
|
10
|
+
*/
|
|
11
|
+
template: TemplateRef<any>;
|
|
12
|
+
/**
|
|
13
|
+
* Setzt die Ellipsis Funktion auf der Column
|
|
14
|
+
*/
|
|
15
|
+
ellipsis: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Konstrukor
|
|
18
|
+
* @param cdRef Change Detection Reference
|
|
19
|
+
*/
|
|
20
|
+
constructor(cdRef: ChangeDetectorRef, injector: Injector);
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridComponent, "sac-grid", never, {}, {}, ["template"], never>;
|
|
23
|
+
}
|
|
24
24
|
//# sourceMappingURL=grid.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./grid";
|
|
3
|
-
import * as i2 from "./gridcolumn";
|
|
4
|
-
import * as i3 from "./gridcolumnaction";
|
|
5
|
-
import * as i4 from "./paging";
|
|
6
|
-
import * as i5 from "./gridbutton";
|
|
7
|
-
import * as i6 from "./gridimage";
|
|
8
|
-
import * as i7 from "@angular/common";
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
10
|
-
export declare class SACBootstrap4GridModule {
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap4GridModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap4GridModule, [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent], [typeof i7.CommonModule, typeof i8.FormsModule], [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent]>;
|
|
13
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap4GridModule>;
|
|
14
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./grid";
|
|
3
|
+
import * as i2 from "./gridcolumn";
|
|
4
|
+
import * as i3 from "./gridcolumnaction";
|
|
5
|
+
import * as i4 from "./paging";
|
|
6
|
+
import * as i5 from "./gridbutton";
|
|
7
|
+
import * as i6 from "./gridimage";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@angular/forms";
|
|
10
|
+
export declare class SACBootstrap4GridModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SACBootstrap4GridModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SACBootstrap4GridModule, [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent], [typeof i7.CommonModule, typeof i8.FormsModule], [typeof i1.SacGridComponent, typeof i2.SacGridColumnComponent, typeof i3.SacGridColumnActionComponent, typeof i4.SacPagingComponent, typeof i5.SacGridButtonComponent, typeof i6.SacGridImageComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SACBootstrap4GridModule>;
|
|
14
|
+
}
|
|
15
15
|
//# sourceMappingURL=grid.module.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SACBootstrap4GridModuleNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SACBootstrap4GridModuleNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=grid.module.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SACBootstrap4GridModuleNgSummary: any;
|
|
1
|
+
export declare const SACBootstrap4GridModuleNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=grid.module.ngsummary.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacGridComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacGridComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=grid.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacGridComponentNgSummary: any;
|
|
1
|
+
export declare const SacGridComponentNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=grid.ngsummary.d.ts.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { SacGridButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Grid Action Button
|
|
5
|
-
*/
|
|
6
|
-
export declare class SacGridButtonComponent extends SacGridButtonCommon {
|
|
7
|
-
/**
|
|
8
|
-
* Returns the icon for the button
|
|
9
|
-
*/
|
|
10
|
-
getIconClass(): string;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridButtonComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridButtonComponent, "sac-gridbutton", never, {}, {}, never, never>;
|
|
13
|
-
}
|
|
1
|
+
import { SacGridButtonCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Grid Action Button
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacGridButtonComponent extends SacGridButtonCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Returns the icon for the button
|
|
9
|
+
*/
|
|
10
|
+
getIconClass(): string;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridButtonComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridButtonComponent, "sac-gridbutton", never, {}, {}, never, never>;
|
|
13
|
+
}
|
|
14
14
|
//# sourceMappingURL=gridbutton.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacGridButtonComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacGridButtonComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=gridbutton.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacGridButtonComponentNgSummary: any;
|
|
1
|
+
export declare const SacGridButtonComponentNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=gridbutton.ngsummary.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
-
import { SacGridColumnCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacGridComponent } from './grid';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Grid Column Komponente
|
|
7
|
-
*/
|
|
8
|
-
export declare class SacGridColumnComponent extends SacGridColumnCommon {
|
|
9
|
-
/**
|
|
10
|
-
* Konstruktor
|
|
11
|
-
* @param grid Grid Referenz
|
|
12
|
-
* @param el HTML DOM Element
|
|
13
|
-
*/
|
|
14
|
-
constructor(grid: SacGridComponent, injector: Injector, el: ElementRef);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridColumnComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridColumnComponent, "sac-gridcolumn", never, {}, {}, never, never>;
|
|
17
|
-
}
|
|
1
|
+
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
+
import { SacGridColumnCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacGridComponent } from './grid';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Grid Column Komponente
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacGridColumnComponent extends SacGridColumnCommon {
|
|
9
|
+
/**
|
|
10
|
+
* Konstruktor
|
|
11
|
+
* @param grid Grid Referenz
|
|
12
|
+
* @param el HTML DOM Element
|
|
13
|
+
*/
|
|
14
|
+
constructor(grid: SacGridComponent, injector: Injector, el: ElementRef);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridColumnComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridColumnComponent, "sac-gridcolumn", never, {}, {}, never, never>;
|
|
17
|
+
}
|
|
18
18
|
//# sourceMappingURL=gridcolumn.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacGridColumnComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacGridColumnComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=gridcolumn.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacGridColumnComponentNgSummary: any;
|
|
1
|
+
export declare const SacGridColumnComponentNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=gridcolumn.ngsummary.d.ts.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
-
import { SacGridColumnActionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacGridComponent } from './grid';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Grid Action Komponent
|
|
7
|
-
*/
|
|
8
|
-
export declare class SacGridColumnActionComponent extends SacGridColumnActionCommon {
|
|
9
|
-
/**
|
|
10
|
-
* Konstruktor
|
|
11
|
-
* @param grid Referenz auf Grid
|
|
12
|
-
* @param el HTML Element Referenz
|
|
13
|
-
*/
|
|
14
|
-
constructor(grid: SacGridComponent, injector: Injector, el: ElementRef);
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridColumnActionComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridColumnActionComponent, "sac-gridcolumnaction", never, {}, {}, never, ["*"]>;
|
|
17
|
-
}
|
|
1
|
+
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
+
import { SacGridColumnActionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacGridComponent } from './grid';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Grid Action Komponent
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacGridColumnActionComponent extends SacGridColumnActionCommon {
|
|
9
|
+
/**
|
|
10
|
+
* Konstruktor
|
|
11
|
+
* @param grid Referenz auf Grid
|
|
12
|
+
* @param el HTML Element Referenz
|
|
13
|
+
*/
|
|
14
|
+
constructor(grid: SacGridComponent, injector: Injector, el: ElementRef);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridColumnActionComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridColumnActionComponent, "sac-gridcolumnaction", never, {}, {}, never, ["*"]>;
|
|
17
|
+
}
|
|
18
18
|
//# sourceMappingURL=gridcolumnaction.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
export declare const SacGridColumnActionComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
-
export declare const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
export declare const SacGridColumnActionComponentNgFactory: i0.ɵNgModuleFactory<any>;
|
|
3
|
+
export declare const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=gridcolumnaction.ngfactory.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SacGridColumnActionComponentNgSummary: any;
|
|
1
|
+
export declare const SacGridColumnActionComponentNgSummary: any;
|
|
2
2
|
//# sourceMappingURL=gridcolumnaction.ngsummary.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SacGridImageCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Image Item für Grid
|
|
5
|
-
*/
|
|
6
|
-
export declare class SacGridImageComponent extends SacGridImageCommon {
|
|
7
|
-
/**
|
|
8
|
-
* Gibt die CSS Klassen für Sprite Images zurück
|
|
9
|
-
* @returns CSS Klasse
|
|
10
|
-
*/
|
|
11
|
-
getIconClass(): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridImageComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridImageComponent, "sac-gridimage", never, {}, {}, never, never>;
|
|
14
|
-
}
|
|
1
|
+
import { SacGridImageCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* Image Item für Grid
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacGridImageComponent extends SacGridImageCommon {
|
|
7
|
+
/**
|
|
8
|
+
* Gibt die CSS Klassen für Sprite Images zurück
|
|
9
|
+
* @returns CSS Klasse
|
|
10
|
+
*/
|
|
11
|
+
getIconClass(): string;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SacGridImageComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SacGridImageComponent, "sac-gridimage", never, {}, {}, never, never>;
|
|
14
|
+
}
|
|
15
15
|
//# sourceMappingURL=gridimage.d.ts.map
|