@simpleangularcontrols/sac-bootstrap3 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 +27 -27
- package/bundles/simpleangularcontrols-sac-bootstrap3.umd.js +2758 -2727
- package/bundles/simpleangularcontrols-sac-bootstrap3.umd.js.map +1 -1
- package/bundles/simpleangularcontrols-sac-bootstrap3.umd.min.js +1 -1
- package/bundles/simpleangularcontrols-sac-bootstrap3.umd.min.js.map +1 -1
- package/controls/buttons/button.d.ts +3 -3
- 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 +11 -11
- 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 +7 -7
- 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 +11 -11
- package/controls/checkbox/radiobuttons.ngfactory.d.ts +1 -1
- package/controls/confirm/confirm.d.ts +3 -3
- 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 +14 -14
- 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 +13 -13
- package/controls/datetime/date.ngfactory.d.ts +1 -1
- package/controls/datetime/dateselector.d.ts +3 -3
- package/controls/datetime/dateselector.ngfactory.d.ts +1 -1
- package/controls/datetime/datetime.d.ts +13 -13
- 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 +13 -13
- package/controls/datetime/time.ngfactory.d.ts +1 -1
- package/controls/dialog/dialog.d.ts +11 -11
- 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 +28 -28
- 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 +6 -6
- 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 +6 -6
- package/controls/grid/gridcolumn.ngfactory.d.ts +1 -1
- package/controls/grid/gridcolumnaction.d.ts +6 -6
- package/controls/grid/gridcolumnaction.ngfactory.d.ts +1 -1
- package/controls/grid/gridimage.d.ts +4 -4
- package/controls/grid/gridimage.ngfactory.d.ts +1 -1
- package/controls/grid/paging.d.ts +8 -8
- package/controls/grid/paging.ngfactory.d.ts +1 -1
- package/controls/input/input.d.ts +11 -11
- 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 +23 -23
- package/controls/input/inputarea.ngfactory.d.ts +1 -1
- package/controls/input/inputcurrency.d.ts +11 -11
- package/controls/input/inputcurrency.ngfactory.d.ts +1 -1
- package/controls/input/inputdecimal.d.ts +11 -11
- package/controls/input/inputdecimal.ngfactory.d.ts +1 -1
- package/controls/input/inputemail.d.ts +11 -11
- package/controls/input/inputemail.ngfactory.d.ts +1 -1
- package/controls/input/inputinteger.d.ts +11 -11
- package/controls/input/inputinteger.ngfactory.d.ts +1 -1
- package/controls/input/inputpassword.d.ts +11 -11
- package/controls/input/inputpassword.ngfactory.d.ts +1 -1
- package/controls/input/inputsearch.d.ts +11 -11
- 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 +22 -22
- 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 +11 -11
- package/controls/list/listbox.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 +11 -11
- 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 +7 -7
- package/controls/tabs/tab.ngfactory.d.ts +1 -1
- package/controls/tabs/tabitem.d.ts +3 -3
- 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/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/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 +13 -13
- 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 +13 -13
- package/controls/upload/uploadmultiple.ngfactory.d.ts +1 -1
- package/controls/validation/validationsummary.d.ts +11 -11
- 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 +7 -7
- 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 +3 -3
- package/controls/wizard/wizarditem.ngfactory.d.ts +1 -1
- package/esm2015/controls/buttons/button.js +13 -13
- 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 +40 -40
- 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 +23 -23
- 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 +39 -39
- package/esm2015/controls/checkbox/radiobuttons.ngfactory.js +7 -7
- package/esm2015/controls/confirm/confirm.js +11 -11
- 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 +42 -42
- 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 +49 -49
- package/esm2015/controls/datetime/date.ngfactory.js +7 -7
- package/esm2015/controls/datetime/dateselector.js +11 -11
- package/esm2015/controls/datetime/dateselector.ngfactory.js +7 -7
- package/esm2015/controls/datetime/datetime.js +43 -43
- 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 +43 -43
- package/esm2015/controls/datetime/time.ngfactory.js +7 -7
- package/esm2015/controls/dialog/dialog.js +51 -51
- 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 +49 -49
- 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 +24 -24
- 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 +26 -26
- package/esm2015/controls/grid/gridcolumn.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridcolumnaction.js +27 -27
- package/esm2015/controls/grid/gridcolumnaction.ngfactory.js +7 -7
- package/esm2015/controls/grid/gridimage.js +21 -21
- package/esm2015/controls/grid/gridimage.ngfactory.js +7 -7
- package/esm2015/controls/grid/paging.js +24 -24
- package/esm2015/controls/grid/paging.ngfactory.js +7 -7
- package/esm2015/controls/input/input.js +35 -35
- package/esm2015/controls/input/input.module.js +47 -47
- 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 +51 -51
- package/esm2015/controls/input/inputarea.ngfactory.js +7 -7
- package/esm2015/controls/input/inputcurrency.js +39 -39
- package/esm2015/controls/input/inputcurrency.ngfactory.js +7 -7
- package/esm2015/controls/input/inputdecimal.js +39 -39
- package/esm2015/controls/input/inputdecimal.ngfactory.js +7 -7
- package/esm2015/controls/input/inputemail.js +39 -39
- package/esm2015/controls/input/inputemail.ngfactory.js +7 -7
- package/esm2015/controls/input/inputinteger.js +39 -39
- package/esm2015/controls/input/inputinteger.ngfactory.js +7 -7
- package/esm2015/controls/input/inputpassword.js +39 -39
- package/esm2015/controls/input/inputpassword.ngfactory.js +7 -7
- package/esm2015/controls/input/inputsearch.js +39 -39
- 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 +47 -47
- 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 +31 -31
- package/esm2015/controls/layout/tolabelwidthcss.pipe.ngfactory.js +7 -7
- package/esm2015/controls/list/dropdown.js +65 -65
- package/esm2015/controls/list/dropdown.ngfactory.js +7 -7
- package/esm2015/controls/list/list.module.js +32 -32
- package/esm2015/controls/list/list.module.ngfactory.js +7 -7
- package/esm2015/controls/list/listbox.js +41 -41
- package/esm2015/controls/list/listbox.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 +39 -39
- 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 +18 -18
- package/esm2015/controls/tabs/tab.ngfactory.js +7 -7
- package/esm2015/controls/tabs/tabitem.js +11 -11
- 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 +50 -50
- package/esm2015/controls/tinymce/tinymce.module.js +27 -27
- package/esm2015/controls/tinymce/tinymce.module.ngfactory.js +7 -7
- package/esm2015/controls/tinymce/tinymce.ngfactory.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/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 +44 -44
- package/esm2015/controls/upload/upload.module.js +24 -24
- 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 +44 -44
- package/esm2015/controls/upload/uploadmultiple.ngfactory.js +7 -7
- package/esm2015/controls/validation/validationsummary.js +34 -34
- 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 +23 -23
- 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 +11 -11
- package/esm2015/controls/wizard/wizarditem.ngfactory.js +7 -7
- package/esm2015/public_api.js +76 -76
- package/esm2015/public_api.ngfactory.js +7 -7
- package/esm2015/simpleangularcontrols-sac-bootstrap3.js +6 -6
- package/esm2015/simpleangularcontrols-sac-bootstrap3.ngfactory.js +7 -7
- package/fesm2015/simpleangularcontrols-sac-bootstrap3.js +2098 -2098
- package/fesm2015/simpleangularcontrols-sac-bootstrap3.js.map +1 -1
- package/package.json +31 -31
- package/public_api.d.ts +70 -70
- package/public_api.ngfactory.d.ts +1 -1
- package/simpleangularcontrols-sac-bootstrap3-10.0.0-rc.22.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap3.d.ts +5 -5
- package/simpleangularcontrols-sac-bootstrap3.metadata.json +1 -1
- package/simpleangularcontrols-sac-bootstrap3.ngfactory.d.ts +1 -1
- package/simpleangularcontrols-sac-bootstrap3-10.0.0-rc.20.tgz +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { ControlHeight } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
export declare class SacToLabelHeightPipe implements PipeTransform {
|
|
4
|
-
/**
|
|
5
|
-
* Returns the CSS class that defines the height for the control
|
|
6
|
-
* @param value ControlHeight value or null
|
|
7
|
-
*/
|
|
8
|
-
transform(value: ControlHeight | null): string;
|
|
9
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ControlHeight } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
export declare class SacToLabelHeightPipe implements PipeTransform {
|
|
4
|
+
/**
|
|
5
|
+
* Returns the CSS class that defines the height for the control
|
|
6
|
+
* @param value ControlHeight value or null
|
|
7
|
+
*/
|
|
8
|
+
transform(value: ControlHeight | null): string;
|
|
9
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
export declare class SacToLabelWidthCssPipe implements PipeTransform {
|
|
4
|
-
/**
|
|
5
|
-
* Get CSS classes from label width configuration to set label size
|
|
6
|
-
* @param value Configuration with grid columns for different viewports
|
|
7
|
-
* @returns string with css classe for bootstrap3
|
|
8
|
-
*/
|
|
9
|
-
transform(value: ISacLabelSizes): string;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import { ISacLabelSizes } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
export declare class SacToLabelWidthCssPipe implements PipeTransform {
|
|
4
|
+
/**
|
|
5
|
+
* Get CSS classes from label width configuration to set label size
|
|
6
|
+
* @param value Configuration with grid columns for different viewports
|
|
7
|
+
* @returns string with css classe for bootstrap3
|
|
8
|
+
*/
|
|
9
|
+
transform(value: ISacLabelSizes): string;
|
|
10
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { ElementRef, Injector, Renderer2 } from '@angular/core';
|
|
2
|
-
import { SacDropdownCommon, SacDropdownOptionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
-
export declare class SacDropdownComponent extends SacDropdownCommon {
|
|
5
|
-
/**
|
|
6
|
-
* Constructor
|
|
7
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
-
* @param injector Injector for injecting services
|
|
9
|
-
* @param renderer Angular rendering engine
|
|
10
|
-
* @param elementRef Reference to html dom element
|
|
11
|
-
*/
|
|
12
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
|
|
13
|
-
}
|
|
14
|
-
export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
|
|
15
|
-
/**
|
|
16
|
-
* Konstruktor
|
|
17
|
-
* @param elementRef Referenz auf HTML DOM Element
|
|
18
|
-
* @param renderer Angular Rendering Engine
|
|
19
|
-
* @param dropdownList Referenz auf DropDown Komponente
|
|
20
|
-
*/
|
|
21
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: SacDropdownComponent);
|
|
22
|
-
}
|
|
1
|
+
import { ElementRef, Injector, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacDropdownCommon, SacDropdownOptionCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
export declare class SacDropdownComponent extends SacDropdownCommon {
|
|
5
|
+
/**
|
|
6
|
+
* Constructor
|
|
7
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
+
* @param injector Injector for injecting services
|
|
9
|
+
* @param renderer Angular rendering engine
|
|
10
|
+
* @param elementRef Reference to html dom element
|
|
11
|
+
*/
|
|
12
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, elementRef: ElementRef);
|
|
13
|
+
}
|
|
14
|
+
export declare class SacDropdownOptionDirective extends SacDropdownOptionCommon {
|
|
15
|
+
/**
|
|
16
|
+
* Konstruktor
|
|
17
|
+
* @param elementRef Referenz auf HTML DOM Element
|
|
18
|
+
* @param renderer Angular Rendering Engine
|
|
19
|
+
* @param dropdownList Referenz auf DropDown Komponente
|
|
20
|
+
*/
|
|
21
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, dropdownList: SacDropdownComponent);
|
|
22
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap3ListModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap3ListModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './list.module';
|
|
3
|
-
export declare const SACBootstrap3ListModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3ListModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './list.module';
|
|
3
|
+
export declare const SACBootstrap3ListModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3ListModule>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacListboxCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
-
export declare class SacListboxComponent extends SacListboxCommon {
|
|
5
|
-
/**
|
|
6
|
-
* Constructor
|
|
7
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
-
* @param injector Injector for injecting services
|
|
9
|
-
*/
|
|
10
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
11
|
-
}
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { SacListboxCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
export declare class SacListboxComponent extends SacListboxCommon {
|
|
5
|
+
/**
|
|
6
|
+
* Constructor
|
|
7
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
+
* @param injector Injector for injecting services
|
|
9
|
+
*/
|
|
10
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
11
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
-
import { Injector } from '@angular/core';
|
|
3
|
-
import { SacStaticFormContainerCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
/**
|
|
5
|
-
* Component für einbindung eines beliebigen Controls in die Form Struktur
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* <ngStaticFormContainer name='myformcontainer' label="My Custom Form Control" [isrequired]='false'>
|
|
9
|
-
* <input type="range" class="form-control" />
|
|
10
|
-
* </ngStaticFormContainer>
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* <ngStaticFormContainer name='myformcintainer' label="My Custom Form Control" [isrequired]='false' tooltiptext="Dies ist ein Tooltip Text">
|
|
14
|
-
* <input type="range" class="form-control" />
|
|
15
|
-
* </ngStaticFormContainer>
|
|
16
|
-
*
|
|
17
|
-
**/
|
|
18
|
-
export declare class SacStaticFormContainerComponent extends SacStaticFormContainerCommon {
|
|
19
|
-
/**
|
|
20
|
-
* Constructor
|
|
21
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
22
|
-
* @param injector Injector for injecting services
|
|
23
|
-
*/
|
|
24
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
25
|
-
}
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
3
|
+
import { SacStaticFormContainerCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
/**
|
|
5
|
+
* Component für einbindung eines beliebigen Controls in die Form Struktur
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* <ngStaticFormContainer name='myformcontainer' label="My Custom Form Control" [isrequired]='false'>
|
|
9
|
+
* <input type="range" class="form-control" />
|
|
10
|
+
* </ngStaticFormContainer>
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* <ngStaticFormContainer name='myformcintainer' label="My Custom Form Control" [isrequired]='false' tooltiptext="Dies ist ein Tooltip Text">
|
|
14
|
+
* <input type="range" class="form-control" />
|
|
15
|
+
* </ngStaticFormContainer>
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare class SacStaticFormContainerComponent extends SacStaticFormContainerCommon {
|
|
19
|
+
/**
|
|
20
|
+
* Constructor
|
|
21
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
22
|
+
* @param injector Injector for injecting services
|
|
23
|
+
*/
|
|
24
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
25
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { SacStaticLabelCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
-
export declare class SacStaticLabelComponent extends SacStaticLabelCommon {
|
|
5
|
-
/**
|
|
6
|
-
* Constructor
|
|
7
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
-
* @param injector Injector for injecting services
|
|
9
|
-
*/
|
|
10
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
11
|
-
}
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { SacStaticLabelCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
export declare class SacStaticLabelComponent extends SacStaticLabelCommon {
|
|
5
|
+
/**
|
|
6
|
+
* Constructor
|
|
7
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
+
* @param injector Injector for injecting services
|
|
9
|
+
*/
|
|
10
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
11
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap3StaticLabelModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap3StaticLabelModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './staticlabel.module';
|
|
3
|
-
export declare const SACBootstrap3StaticLabelModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3StaticLabelModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './staticlabel.module';
|
|
3
|
+
export declare const SACBootstrap3StaticLabelModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3StaticLabelModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
package/controls/tabs/tab.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
2
|
-
import { SacTabItemComponent } from './tabitem';
|
|
3
|
-
import { SacTabCommon, SacTabItemCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
export declare class SacTabComponent extends SacTabCommon {
|
|
5
|
-
_tabItems: QueryList<SacTabItemComponent>;
|
|
6
|
-
tabItems(): SacTabItemCommon[];
|
|
7
|
-
}
|
|
1
|
+
import { QueryList } from '@angular/core';
|
|
2
|
+
import { SacTabItemComponent } from './tabitem';
|
|
3
|
+
import { SacTabCommon, SacTabItemCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
export declare class SacTabComponent extends SacTabCommon {
|
|
5
|
+
_tabItems: QueryList<SacTabItemComponent>;
|
|
6
|
+
tabItems(): SacTabItemCommon[];
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { SacTabItemCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
-
export declare class SacTabItemComponent extends SacTabItemCommon {
|
|
3
|
-
}
|
|
1
|
+
import { SacTabItemCommon } from '@simpleangularcontrols/sac-common';
|
|
2
|
+
export declare class SacTabItemComponent extends SacTabItemCommon {
|
|
3
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap3TabsModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap3TabsModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './tabs.module';
|
|
3
|
-
export declare const SACBootstrap3TabsModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TabsModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './tabs.module';
|
|
3
|
+
export declare const SACBootstrap3TabsModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TabsModule>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Injector, NgZone } from '@angular/core';
|
|
2
|
-
import { SacTinyMceCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
-
export declare class SacTinyMceComponent extends SacTinyMceCommon {
|
|
5
|
-
/**
|
|
6
|
-
* Constructor
|
|
7
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
-
* @param injector Injector for injecting services
|
|
9
|
-
* @param ngZone ngZone to manage external javascripts
|
|
10
|
-
*/
|
|
11
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector, ngZone: NgZone);
|
|
12
|
-
/**
|
|
13
|
-
* overwrite tinymce defaults
|
|
14
|
-
* @returns boostrap3 does not support file browser
|
|
15
|
-
*/
|
|
16
|
-
overwriteDefaultSettings(): {
|
|
17
|
-
file_picker_types: any;
|
|
18
|
-
file_picker_callback: any;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
1
|
+
import { Injector, NgZone } from '@angular/core';
|
|
2
|
+
import { SacTinyMceCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
export declare class SacTinyMceComponent extends SacTinyMceCommon {
|
|
5
|
+
/**
|
|
6
|
+
* Constructor
|
|
7
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
+
* @param injector Injector for injecting services
|
|
9
|
+
* @param ngZone ngZone to manage external javascripts
|
|
10
|
+
*/
|
|
11
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, ngZone: NgZone);
|
|
12
|
+
/**
|
|
13
|
+
* overwrite tinymce defaults
|
|
14
|
+
* @returns boostrap3 does not support file browser
|
|
15
|
+
*/
|
|
16
|
+
overwriteDefaultSettings(): {
|
|
17
|
+
file_picker_types: any;
|
|
18
|
+
file_picker_callback: any;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap3TinyMceModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap3TinyMceModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './tinymce.module';
|
|
3
|
-
export declare const SACBootstrap3TinyMceModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TinyMceModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './tinymce.module';
|
|
3
|
+
export declare const SACBootstrap3TinyMceModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TinyMceModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
-
import { SacTooltipCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
/**
|
|
4
|
-
* Tooltip Komponente
|
|
5
|
-
*
|
|
6
|
-
* @example ToolTip Control
|
|
7
|
-
*
|
|
8
|
-
* <ngTooltip tooltiptext="Mein Tooltip" [inlinemode]="true">
|
|
9
|
-
* <i class="tooltip"></i>
|
|
10
|
-
* </ngTooltip>
|
|
11
|
-
*
|
|
12
|
-
* @example ToolTip Control im Inline Mode. Style auf Icon kann auch in Klasse ausgelagert werden.
|
|
13
|
-
*
|
|
14
|
-
* <div class="form-inline">
|
|
15
|
-
* <ngInputSearch iconname="Suchen"></ngInputSearch>
|
|
16
|
-
* <ngTooltip tooltiptext="Mein Tooltip" [inlinemode]="true">
|
|
17
|
-
* <i class="tooltip" style="position: relative; left: 0; top: 3px; display: inline-block; margin-right: 10px;"></i>
|
|
18
|
-
* </ngTooltip>
|
|
19
|
-
* </div>
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
export declare class SacTooltipComponent extends SacTooltipCommon {
|
|
23
|
-
/**
|
|
24
|
-
* Konstrukor
|
|
25
|
-
* @param parent SacFormular Instanz
|
|
26
|
-
* @param injector Component Injector
|
|
27
|
-
*/
|
|
28
|
-
constructor(cdRef: ChangeDetectorRef, ref: ElementRef);
|
|
29
|
-
/**
|
|
30
|
-
* Padding for Tooltip
|
|
31
|
-
* @returns Always 0. BS3 not require Padding
|
|
32
|
-
*/
|
|
33
|
-
protected getTooltipOffset(): number;
|
|
34
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { SacTooltipCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
/**
|
|
4
|
+
* Tooltip Komponente
|
|
5
|
+
*
|
|
6
|
+
* @example ToolTip Control
|
|
7
|
+
*
|
|
8
|
+
* <ngTooltip tooltiptext="Mein Tooltip" [inlinemode]="true">
|
|
9
|
+
* <i class="tooltip"></i>
|
|
10
|
+
* </ngTooltip>
|
|
11
|
+
*
|
|
12
|
+
* @example ToolTip Control im Inline Mode. Style auf Icon kann auch in Klasse ausgelagert werden.
|
|
13
|
+
*
|
|
14
|
+
* <div class="form-inline">
|
|
15
|
+
* <ngInputSearch iconname="Suchen"></ngInputSearch>
|
|
16
|
+
* <ngTooltip tooltiptext="Mein Tooltip" [inlinemode]="true">
|
|
17
|
+
* <i class="tooltip" style="position: relative; left: 0; top: 3px; display: inline-block; margin-right: 10px;"></i>
|
|
18
|
+
* </ngTooltip>
|
|
19
|
+
* </div>
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export declare class SacTooltipComponent extends SacTooltipCommon {
|
|
23
|
+
/**
|
|
24
|
+
* Konstrukor
|
|
25
|
+
* @param parent SacFormular Instanz
|
|
26
|
+
* @param injector Component Injector
|
|
27
|
+
*/
|
|
28
|
+
constructor(cdRef: ChangeDetectorRef, ref: ElementRef);
|
|
29
|
+
/**
|
|
30
|
+
* Padding for Tooltip
|
|
31
|
+
* @returns Always 0. BS3 not require Padding
|
|
32
|
+
*/
|
|
33
|
+
protected getTooltipOffset(): number;
|
|
34
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap3TooltipModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap3TooltipModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './tooltip.module';
|
|
3
|
-
export declare const SACBootstrap3TooltipModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TooltipModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './tooltip.module';
|
|
3
|
+
export declare const SACBootstrap3TooltipModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TooltipModule>;
|
|
@@ -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 { SacTreeviewCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
/**
|
|
5
|
-
* Treeview Compomnent
|
|
6
|
-
*/
|
|
7
|
-
export declare class SacTreeviewComponent extends SacTreeviewCommon {
|
|
8
|
-
/**
|
|
9
|
-
* Constructor
|
|
10
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
11
|
-
* @param injector Component Injector
|
|
12
|
-
*/
|
|
13
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
14
|
-
}
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
3
|
+
import { SacTreeviewCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
/**
|
|
5
|
+
* Treeview Compomnent
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacTreeviewComponent extends SacTreeviewCommon {
|
|
8
|
+
/**
|
|
9
|
+
* Constructor
|
|
10
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
11
|
+
* @param injector Component Injector
|
|
12
|
+
*/
|
|
13
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector);
|
|
14
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap3TreeviewModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap3TreeviewModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './treeview.module';
|
|
3
|
-
export declare const SACBootstrap3TreeviewModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TreeviewModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './treeview.module';
|
|
3
|
+
export declare const SACBootstrap3TreeviewModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3TreeviewModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
-
import { Injector, NgZone, OnInit, Renderer2 } from '@angular/core';
|
|
3
|
-
import { SacDropzoneMultipleCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
/**
|
|
5
|
-
* Dropzone Komponente für mehrere Uploads
|
|
6
|
-
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
-
*/
|
|
8
|
-
export declare class SacDropzoneMultipleComponent extends SacDropzoneMultipleCommon implements OnInit {
|
|
9
|
-
/**
|
|
10
|
-
* Constructor
|
|
11
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
-
* @param injector Injector for injecting services
|
|
13
|
-
* @param renderer Angular rendering engine
|
|
14
|
-
* @param ngZone ngZone to manage external javascripts
|
|
15
|
-
*/
|
|
16
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
-
/**
|
|
18
|
-
* Initialisiert das Control
|
|
19
|
-
*/
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
}
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
+
import { Injector, NgZone, OnInit, Renderer2 } from '@angular/core';
|
|
3
|
+
import { SacDropzoneMultipleCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
/**
|
|
5
|
+
* Dropzone Komponente für mehrere Uploads
|
|
6
|
+
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacDropzoneMultipleComponent extends SacDropzoneMultipleCommon implements OnInit {
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param renderer Angular rendering engine
|
|
14
|
+
* @param ngZone ngZone to manage external javascripts
|
|
15
|
+
*/
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
+
/**
|
|
18
|
+
* Initialisiert das Control
|
|
19
|
+
*/
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
-
import { Injector, NgZone, OnInit, Renderer2 } from '@angular/core';
|
|
3
|
-
import { SacDropzoneSingleCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
/**
|
|
5
|
-
* Dropzone Komponente für den Upload eines Files
|
|
6
|
-
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
-
*/
|
|
8
|
-
export declare class SacDropzoneSingleComponent extends SacDropzoneSingleCommon implements OnInit {
|
|
9
|
-
/**
|
|
10
|
-
* Constructor
|
|
11
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
-
* @param injector Injector for injecting services
|
|
13
|
-
* @param renderer Angular rendering engine
|
|
14
|
-
* @param ngZone ngZone to manage external javascripts
|
|
15
|
-
*/
|
|
16
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
-
/**
|
|
18
|
-
* Initialisiert das Control
|
|
19
|
-
*/
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
}
|
|
1
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
2
|
+
import { Injector, NgZone, OnInit, Renderer2 } from '@angular/core';
|
|
3
|
+
import { SacDropzoneSingleCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
/**
|
|
5
|
+
* Dropzone Komponente für den Upload eines Files
|
|
6
|
+
* @see https://github.com/kukhariev/ngx-uploadx/
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacDropzoneSingleComponent extends SacDropzoneSingleCommon implements OnInit {
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
12
|
+
* @param injector Injector for injecting services
|
|
13
|
+
* @param renderer Angular rendering engine
|
|
14
|
+
* @param ngZone ngZone to manage external javascripts
|
|
15
|
+
*/
|
|
16
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
17
|
+
/**
|
|
18
|
+
* Initialisiert das Control
|
|
19
|
+
*/
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { Injector, NgZone, Renderer2 } from '@angular/core';
|
|
2
|
-
import { SacUploadSingleCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
-
export declare class SacUploadComponent extends SacUploadSingleCommon {
|
|
5
|
-
/**
|
|
6
|
-
* Constructor
|
|
7
|
-
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
-
* @param injector Injector for injecting services
|
|
9
|
-
* @param renderer Angular rendering engine
|
|
10
|
-
* @param ngZone ngZone to manage external javascripts
|
|
11
|
-
*/
|
|
12
|
-
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
13
|
-
}
|
|
1
|
+
import { Injector, NgZone, Renderer2 } from '@angular/core';
|
|
2
|
+
import { SacUploadSingleCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import { SacFormLayoutDirective } from '../layout/formlayout.directive';
|
|
4
|
+
export declare class SacUploadComponent extends SacUploadSingleCommon {
|
|
5
|
+
/**
|
|
6
|
+
* Constructor
|
|
7
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
8
|
+
* @param injector Injector for injecting services
|
|
9
|
+
* @param renderer Angular rendering engine
|
|
10
|
+
* @param ngZone ngZone to manage external javascripts
|
|
11
|
+
*/
|
|
12
|
+
constructor(formLayout: SacFormLayoutDirective, injector: Injector, renderer: Renderer2, ngZone: NgZone);
|
|
13
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare class SACBootstrap3UploadModule {
|
|
2
|
-
}
|
|
1
|
+
export declare class SACBootstrap3UploadModule {
|
|
2
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import * as i1 from './upload.module';
|
|
3
|
-
export declare const SACBootstrap3UploadModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3UploadModule>;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from './upload.module';
|
|
3
|
+
export declare const SACBootstrap3UploadModuleNgFactory: i0.NgModuleFactory<i1.SACBootstrap3UploadModule>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|