@simpleangularcontrols/sac-common 10.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/bundles/simpleangularcontrols-sac-common.umd.js +12054 -0
- package/bundles/simpleangularcontrols-sac-common.umd.js.map +1 -0
- package/bundles/simpleangularcontrols-sac-common.umd.min.js +2 -0
- package/bundles/simpleangularcontrols-sac-common.umd.min.js.map +1 -0
- package/common/basedatetimecontrol.d.ts +83 -0
- package/common/basedatetimecontrol.ngfactory.d.ts +1 -0
- package/common/baseinputcontrol.d.ts +42 -0
- package/common/baseinputcontrol.ngfactory.d.ts +1 -0
- package/common/baselistcontrol.d.ts +43 -0
- package/common/baselistcontrol.ngfactory.d.ts +1 -0
- package/common/basemodelcontrol.d.ts +252 -0
- package/common/basemodelcontrol.ngfactory.d.ts +1 -0
- package/common/baseselectcontrol.d.ts +14 -0
- package/common/baseselectcontrol.ngfactory.d.ts +1 -0
- package/common/baseuploadcontrol.d.ts +284 -0
- package/common/baseuploadcontrol.ngfactory.d.ts +1 -0
- package/components/browser/browser.d.ts +267 -0
- package/components/browser/browser.ngfactory.d.ts +1 -0
- package/components/browser/models/browserfile.d.ts +17 -0
- package/components/browser/models/browserfile.ngfactory.d.ts +1 -0
- package/components/browser/models/browserfiledeleterequest.d.ts +18 -0
- package/components/browser/models/browserfiledeleterequest.ngfactory.d.ts +1 -0
- package/components/browser/models/browserfilerenamerequest.d.ts +22 -0
- package/components/browser/models/browserfilerenamerequest.ngfactory.d.ts +1 -0
- package/components/browser/models/browserfileresponse.d.ts +10 -0
- package/components/browser/models/browserfileresponse.ngfactory.d.ts +1 -0
- package/components/browser/models/browserfilesaverequest.d.ts +22 -0
- package/components/browser/models/browserfilesaverequest.ngfactory.d.ts +1 -0
- package/components/browser/models/browsernode.d.ts +34 -0
- package/components/browser/models/browsernode.ngfactory.d.ts +1 -0
- package/components/browser/models/browsernodedeleterequest.d.ts +14 -0
- package/components/browser/models/browsernodedeleterequest.ngfactory.d.ts +1 -0
- package/components/browser/models/browsernodenewrequest.d.ts +18 -0
- package/components/browser/models/browsernodenewrequest.ngfactory.d.ts +1 -0
- package/components/browser/models/browsernoderenamerequest.d.ts +18 -0
- package/components/browser/models/browsernoderenamerequest.ngfactory.d.ts +1 -0
- package/components/browser/models/browsernoderequest.d.ts +18 -0
- package/components/browser/models/browsernoderequest.ngfactory.d.ts +1 -0
- package/components/browser/models/browsernoderesponse.d.ts +10 -0
- package/components/browser/models/browsernoderesponse.ngfactory.d.ts +1 -0
- package/controls/buttons/button.d.ts +70 -0
- package/controls/buttons/button.ngfactory.d.ts +1 -0
- package/controls/checkbox/checkbox.d.ts +23 -0
- package/controls/checkbox/checkbox.ngfactory.d.ts +1 -0
- package/controls/checkbox/radiobutton.d.ts +79 -0
- package/controls/checkbox/radiobutton.ngfactory.d.ts +1 -0
- package/controls/checkbox/radiobuttons.d.ts +60 -0
- package/controls/checkbox/radiobuttons.ngfactory.d.ts +1 -0
- package/controls/confirm/confirm.button.d.ts +25 -0
- package/controls/confirm/confirm.button.ngfactory.d.ts +1 -0
- package/controls/confirm/confirm.d.ts +49 -0
- package/controls/confirm/confirm.ngfactory.d.ts +1 -0
- package/controls/confirm/confirm.service.d.ts +63 -0
- package/controls/confirm/confirm.service.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenu.d.ts +113 -0
- package/controls/contextmenu/contextmenu.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenuanchor.d.ts +15 -0
- package/controls/contextmenu/contextmenuanchor.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenucontainer.d.ts +15 -0
- package/controls/contextmenu/contextmenucontainer.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenuitem.d.ts +5 -0
- package/controls/contextmenu/contextmenuitem.ngfactory.d.ts +1 -0
- package/controls/contextmenu/contextmenuitembutton.d.ts +66 -0
- package/controls/contextmenu/contextmenuitembutton.ngfactory.d.ts +1 -0
- package/controls/datetime/date.d.ts +120 -0
- package/controls/datetime/date.ngfactory.d.ts +1 -0
- package/controls/datetime/dateselector.d.ts +161 -0
- package/controls/datetime/dateselector.ngfactory.d.ts +1 -0
- package/controls/datetime/datetime.d.ts +135 -0
- package/controls/datetime/datetime.ngfactory.d.ts +1 -0
- package/controls/datetime/time.d.ts +115 -0
- package/controls/datetime/time.ngfactory.d.ts +1 -0
- package/controls/dialog/dialog.d.ts +105 -0
- package/controls/dialog/dialog.ngfactory.d.ts +1 -0
- package/controls/form/form.d.ts +47 -0
- package/controls/form/form.ngfactory.d.ts +1 -0
- package/controls/grid/grid.d.ts +125 -0
- package/controls/grid/grid.ngfactory.d.ts +1 -0
- package/controls/grid/gridbutton.d.ts +33 -0
- package/controls/grid/gridbutton.ngfactory.d.ts +1 -0
- package/controls/grid/gridcolumn.d.ts +28 -0
- package/controls/grid/gridcolumn.ngfactory.d.ts +1 -0
- package/controls/grid/gridcolumnaction.d.ts +15 -0
- package/controls/grid/gridcolumnaction.ngfactory.d.ts +1 -0
- package/controls/grid/gridcolumnbase.d.ts +86 -0
- package/controls/grid/gridcolumnbase.ngfactory.d.ts +1 -0
- package/controls/grid/gridimage.d.ts +9 -0
- package/controls/grid/gridimage.ngfactory.d.ts +1 -0
- package/controls/grid/model.d.ts +83 -0
- package/controls/grid/model.ngfactory.d.ts +1 -0
- package/controls/grid/paging.d.ts +147 -0
- package/controls/grid/paging.ngfactory.d.ts +1 -0
- package/controls/input/input.d.ts +35 -0
- package/controls/input/input.ngfactory.d.ts +1 -0
- package/controls/input/inputarea.d.ts +26 -0
- package/controls/input/inputarea.ngfactory.d.ts +1 -0
- package/controls/input/inputcurrency.d.ts +11 -0
- package/controls/input/inputcurrency.ngfactory.d.ts +1 -0
- package/controls/input/inputdecimal.d.ts +59 -0
- package/controls/input/inputdecimal.ngfactory.d.ts +1 -0
- package/controls/input/inputemail.d.ts +19 -0
- package/controls/input/inputemail.ngfactory.d.ts +1 -0
- package/controls/input/inputinteger.d.ts +59 -0
- package/controls/input/inputinteger.ngfactory.d.ts +1 -0
- package/controls/input/inputpassword.d.ts +23 -0
- package/controls/input/inputpassword.ngfactory.d.ts +1 -0
- package/controls/input/inputsearch.d.ts +23 -0
- package/controls/input/inputsearch.ngfactory.d.ts +1 -0
- package/controls/layout/formlayout.d.ts +46 -0
- package/controls/layout/formlayout.ngfactory.d.ts +1 -0
- package/controls/list/dropdown.d.ts +138 -0
- package/controls/list/dropdown.ngfactory.d.ts +1 -0
- package/controls/list/list.module.d.ts +2 -0
- package/controls/list/list.module.ngfactory.d.ts +3 -0
- package/controls/list/listbox.d.ts +86 -0
- package/controls/list/listbox.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguageinput.d.ts +102 -0
- package/controls/multilanguage/multilanguageinput.ngfactory.d.ts +1 -0
- package/controls/multilanguage/multilanguageinputarea.d.ts +107 -0
- package/controls/multilanguage/multilanguageinputarea.ngfactory.d.ts +1 -0
- package/controls/static/formcontainer.d.ts +31 -0
- package/controls/static/formcontainer.ngfactory.d.ts +1 -0
- package/controls/static/staticlabel.d.ts +18 -0
- package/controls/static/staticlabel.ngfactory.d.ts +1 -0
- package/controls/tabs/tab.d.ts +45 -0
- package/controls/tabs/tab.ngfactory.d.ts +1 -0
- package/controls/tabs/tabitem.d.ts +30 -0
- package/controls/tabs/tabitem.ngfactory.d.ts +1 -0
- package/controls/tinymce/tinymce.d.ts +149 -0
- package/controls/tinymce/tinymce.ngfactory.d.ts +1 -0
- package/controls/tinymce/tinymcedialogsettings.d.ts +27 -0
- package/controls/tinymce/tinymcedialogsettings.ngfactory.d.ts +1 -0
- package/controls/tinymce/tinymcedialogsettingsmeta.d.ts +9 -0
- package/controls/tinymce/tinymcedialogsettingsmeta.ngfactory.d.ts +1 -0
- package/controls/tinymce/tinymceinstance.d.ts +10 -0
- package/controls/tinymce/tinymceinstance.ngfactory.d.ts +1 -0
- package/controls/tooltip/tooltip.d.ts +138 -0
- package/controls/tooltip/tooltip.ngfactory.d.ts +1 -0
- package/controls/treeview/ngtreeitemaction.d.ts +40 -0
- package/controls/treeview/ngtreeitemaction.ngfactory.d.ts +1 -0
- package/controls/treeview/treeview.d.ts +185 -0
- package/controls/treeview/treeview.ngfactory.d.ts +1 -0
- package/controls/treeview/treeviewchild.d.ts +12 -0
- package/controls/treeview/treeviewchild.ngfactory.d.ts +1 -0
- package/controls/upload/dropzonemultiple.d.ts +70 -0
- package/controls/upload/dropzonemultiple.ngfactory.d.ts +1 -0
- package/controls/upload/dropzonesingle.d.ts +47 -0
- package/controls/upload/dropzonesingle.ngfactory.d.ts +1 -0
- package/controls/upload/uploadmultiple.d.ts +50 -0
- package/controls/upload/uploadmultiple.ngfactory.d.ts +1 -0
- package/controls/upload/uploadsingle.d.ts +27 -0
- package/controls/upload/uploadsingle.ngfactory.d.ts +1 -0
- package/controls/validation/validationsummary.d.ts +60 -0
- package/controls/validation/validationsummary.ngfactory.d.ts +1 -0
- package/controls/wizard/wizard.d.ts +73 -0
- package/controls/wizard/wizard.ngfactory.d.ts +1 -0
- package/controls/wizard/wizarditem.d.ts +25 -0
- package/controls/wizard/wizarditem.ngfactory.d.ts +1 -0
- package/enums/ButtonRoleType.d.ts +1 -0
- package/enums/ButtonRoleType.ngfactory.d.ts +1 -0
- package/enums/ControlHeight.d.ts +17 -0
- package/enums/ControlHeight.ngfactory.d.ts +1 -0
- package/enums/IconType.d.ts +7 -0
- package/enums/IconType.ngfactory.d.ts +1 -0
- package/esm2015/common/basedatetimecontrol.js +164 -0
- package/esm2015/common/basedatetimecontrol.ngfactory.js +7 -0
- package/esm2015/common/baseinputcontrol.js +78 -0
- package/esm2015/common/baseinputcontrol.ngfactory.js +7 -0
- package/esm2015/common/baselistcontrol.js +55 -0
- package/esm2015/common/baselistcontrol.ngfactory.js +7 -0
- package/esm2015/common/basemodelcontrol.js +483 -0
- package/esm2015/common/basemodelcontrol.ngfactory.js +7 -0
- package/esm2015/common/baseselectcontrol.js +26 -0
- package/esm2015/common/baseselectcontrol.ngfactory.js +7 -0
- package/esm2015/common/baseuploadcontrol.js +457 -0
- package/esm2015/common/baseuploadcontrol.ngfactory.js +7 -0
- package/esm2015/components/browser/browser.js +545 -0
- package/esm2015/components/browser/browser.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browserfile.js +1 -0
- package/esm2015/components/browser/models/browserfile.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browserfiledeleterequest.js +13 -0
- package/esm2015/components/browser/models/browserfiledeleterequest.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browserfilerenamerequest.js +13 -0
- package/esm2015/components/browser/models/browserfilerenamerequest.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browserfileresponse.js +1 -0
- package/esm2015/components/browser/models/browserfileresponse.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browserfilesaverequest.js +13 -0
- package/esm2015/components/browser/models/browserfilesaverequest.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browsernode.js +1 -0
- package/esm2015/components/browser/models/browsernode.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browsernodedeleterequest.js +13 -0
- package/esm2015/components/browser/models/browsernodedeleterequest.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browsernodenewrequest.js +13 -0
- package/esm2015/components/browser/models/browsernodenewrequest.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browsernoderenamerequest.js +13 -0
- package/esm2015/components/browser/models/browsernoderenamerequest.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browsernoderequest.js +13 -0
- package/esm2015/components/browser/models/browsernoderequest.ngfactory.js +7 -0
- package/esm2015/components/browser/models/browsernoderesponse.js +1 -0
- package/esm2015/components/browser/models/browsernoderesponse.ngfactory.js +7 -0
- package/esm2015/controls/buttons/button.js +141 -0
- package/esm2015/controls/buttons/button.ngfactory.js +7 -0
- package/esm2015/controls/checkbox/checkbox.js +33 -0
- package/esm2015/controls/checkbox/checkbox.ngfactory.js +7 -0
- package/esm2015/controls/checkbox/radiobutton.js +115 -0
- package/esm2015/controls/checkbox/radiobutton.ngfactory.js +7 -0
- package/esm2015/controls/checkbox/radiobuttons.js +113 -0
- package/esm2015/controls/checkbox/radiobuttons.ngfactory.js +7 -0
- package/esm2015/controls/confirm/confirm.button.js +32 -0
- package/esm2015/controls/confirm/confirm.button.ngfactory.js +7 -0
- package/esm2015/controls/confirm/confirm.js +75 -0
- package/esm2015/controls/confirm/confirm.ngfactory.js +7 -0
- package/esm2015/controls/confirm/confirm.service.js +87 -0
- package/esm2015/controls/confirm/confirm.service.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenu.js +194 -0
- package/esm2015/controls/contextmenu/contextmenu.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenuanchor.js +22 -0
- package/esm2015/controls/contextmenu/contextmenuanchor.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenucontainer.js +22 -0
- package/esm2015/controls/contextmenu/contextmenucontainer.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenuitem.js +10 -0
- package/esm2015/controls/contextmenu/contextmenuitem.ngfactory.js +7 -0
- package/esm2015/controls/contextmenu/contextmenuitembutton.js +97 -0
- package/esm2015/controls/contextmenu/contextmenuitembutton.ngfactory.js +7 -0
- package/esm2015/controls/datetime/date.js +212 -0
- package/esm2015/controls/datetime/date.ngfactory.js +7 -0
- package/esm2015/controls/datetime/dateselector.js +458 -0
- package/esm2015/controls/datetime/dateselector.ngfactory.js +7 -0
- package/esm2015/controls/datetime/datetime.js +229 -0
- package/esm2015/controls/datetime/datetime.ngfactory.js +7 -0
- package/esm2015/controls/datetime/time.js +212 -0
- package/esm2015/controls/datetime/time.ngfactory.js +7 -0
- package/esm2015/controls/dialog/dialog.js +207 -0
- package/esm2015/controls/dialog/dialog.ngfactory.js +7 -0
- package/esm2015/controls/form/form.js +110 -0
- package/esm2015/controls/form/form.ngfactory.js +7 -0
- package/esm2015/controls/grid/grid.js +144 -0
- package/esm2015/controls/grid/grid.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridbutton.js +54 -0
- package/esm2015/controls/grid/gridbutton.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridcolumn.js +49 -0
- package/esm2015/controls/grid/gridcolumn.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridcolumnaction.js +26 -0
- package/esm2015/controls/grid/gridcolumnaction.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridcolumnbase.js +126 -0
- package/esm2015/controls/grid/gridcolumnbase.ngfactory.js +7 -0
- package/esm2015/controls/grid/gridimage.js +13 -0
- package/esm2015/controls/grid/gridimage.ngfactory.js +7 -0
- package/esm2015/controls/grid/model.js +79 -0
- package/esm2015/controls/grid/model.ngfactory.js +7 -0
- package/esm2015/controls/grid/paging.js +254 -0
- package/esm2015/controls/grid/paging.ngfactory.js +7 -0
- package/esm2015/controls/input/input.js +66 -0
- package/esm2015/controls/input/input.ngfactory.js +7 -0
- package/esm2015/controls/input/inputarea.js +54 -0
- package/esm2015/controls/input/inputarea.ngfactory.js +7 -0
- package/esm2015/controls/input/inputcurrency.js +31 -0
- package/esm2015/controls/input/inputcurrency.ngfactory.js +7 -0
- package/esm2015/controls/input/inputdecimal.js +146 -0
- package/esm2015/controls/input/inputdecimal.ngfactory.js +7 -0
- package/esm2015/controls/input/inputemail.js +41 -0
- package/esm2015/controls/input/inputemail.ngfactory.js +7 -0
- package/esm2015/controls/input/inputinteger.js +130 -0
- package/esm2015/controls/input/inputinteger.ngfactory.js +7 -0
- package/esm2015/controls/input/inputpassword.js +46 -0
- package/esm2015/controls/input/inputpassword.ngfactory.js +7 -0
- package/esm2015/controls/input/inputsearch.js +37 -0
- package/esm2015/controls/input/inputsearch.ngfactory.js +7 -0
- package/esm2015/controls/layout/formlayout.js +70 -0
- package/esm2015/controls/layout/formlayout.ngfactory.js +7 -0
- package/esm2015/controls/list/dropdown.js +270 -0
- package/esm2015/controls/list/dropdown.ngfactory.js +7 -0
- package/esm2015/controls/list/list.module.js +11 -0
- package/esm2015/controls/list/list.module.ngfactory.js +7 -0
- package/esm2015/controls/list/listbox.js +187 -0
- package/esm2015/controls/list/listbox.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguageinput.js +230 -0
- package/esm2015/controls/multilanguage/multilanguageinput.ngfactory.js +7 -0
- package/esm2015/controls/multilanguage/multilanguageinputarea.js +231 -0
- package/esm2015/controls/multilanguage/multilanguageinputarea.ngfactory.js +7 -0
- package/esm2015/controls/static/formcontainer.js +50 -0
- package/esm2015/controls/static/formcontainer.ngfactory.js +7 -0
- package/esm2015/controls/static/staticlabel.js +31 -0
- package/esm2015/controls/static/staticlabel.ngfactory.js +7 -0
- package/esm2015/controls/tabs/tab.js +72 -0
- package/esm2015/controls/tabs/tab.ngfactory.js +7 -0
- package/esm2015/controls/tabs/tabitem.js +32 -0
- package/esm2015/controls/tabs/tabitem.ngfactory.js +7 -0
- package/esm2015/controls/tinymce/tinymce.js +238 -0
- package/esm2015/controls/tinymce/tinymce.ngfactory.js +7 -0
- package/esm2015/controls/tinymce/tinymcedialogsettings.js +13 -0
- package/esm2015/controls/tinymce/tinymcedialogsettings.ngfactory.js +7 -0
- package/esm2015/controls/tinymce/tinymcedialogsettingsmeta.js +4 -0
- package/esm2015/controls/tinymce/tinymcedialogsettingsmeta.ngfactory.js +7 -0
- package/esm2015/controls/tinymce/tinymceinstance.js +1 -0
- package/esm2015/controls/tinymce/tinymceinstance.ngfactory.js +7 -0
- package/esm2015/controls/tooltip/tooltip.js +361 -0
- package/esm2015/controls/tooltip/tooltip.ngfactory.js +7 -0
- package/esm2015/controls/treeview/ngtreeitemaction.js +60 -0
- package/esm2015/controls/treeview/ngtreeitemaction.ngfactory.js +7 -0
- package/esm2015/controls/treeview/treeview.js +322 -0
- package/esm2015/controls/treeview/treeview.ngfactory.js +7 -0
- package/esm2015/controls/treeview/treeviewchild.js +18 -0
- package/esm2015/controls/treeview/treeviewchild.ngfactory.js +7 -0
- package/esm2015/controls/upload/dropzonemultiple.js +163 -0
- package/esm2015/controls/upload/dropzonemultiple.ngfactory.js +7 -0
- package/esm2015/controls/upload/dropzonesingle.js +108 -0
- package/esm2015/controls/upload/dropzonesingle.ngfactory.js +7 -0
- package/esm2015/controls/upload/uploadmultiple.js +121 -0
- package/esm2015/controls/upload/uploadmultiple.ngfactory.js +7 -0
- package/esm2015/controls/upload/uploadsingle.js +55 -0
- package/esm2015/controls/upload/uploadsingle.ngfactory.js +7 -0
- package/esm2015/controls/validation/validationsummary.js +133 -0
- package/esm2015/controls/validation/validationsummary.ngfactory.js +7 -0
- package/esm2015/controls/wizard/wizard.js +139 -0
- package/esm2015/controls/wizard/wizard.ngfactory.js +7 -0
- package/esm2015/controls/wizard/wizarditem.js +27 -0
- package/esm2015/controls/wizard/wizarditem.ngfactory.js +7 -0
- package/esm2015/enums/ButtonRoleType.js +1 -0
- package/esm2015/enums/ButtonRoleType.ngfactory.js +7 -0
- package/esm2015/enums/ControlHeight.js +19 -0
- package/esm2015/enums/ControlHeight.ngfactory.js +7 -0
- package/esm2015/enums/IconType.js +9 -0
- package/esm2015/enums/IconType.ngfactory.js +7 -0
- package/esm2015/interfaces/ISacConfigurationService.js +1 -0
- package/esm2015/interfaces/ISacConfigurationService.ngfactory.js +7 -0
- package/esm2015/interfaces/ISacFileBrowserService.js +1 -0
- package/esm2015/interfaces/ISacFileBrowserService.ngfactory.js +7 -0
- package/esm2015/interfaces/ISacIconService.js +1 -0
- package/esm2015/interfaces/ISacIconService.ngfactory.js +7 -0
- package/esm2015/interfaces/ISacLabelSizes.js +1 -0
- package/esm2015/interfaces/ISacLabelSizes.ngfactory.js +7 -0
- package/esm2015/interfaces/ISacLanguageService.js +1 -0
- package/esm2015/interfaces/ISacLanguageService.ngfactory.js +7 -0
- package/esm2015/interfaces/ISacLocalisationService.js +1 -0
- package/esm2015/interfaces/ISacLocalisationService.ngfactory.js +7 -0
- package/esm2015/interfaces/ISacValidationKeyService.js +1 -0
- package/esm2015/interfaces/ISacValidationKeyService.ngfactory.js +7 -0
- package/esm2015/interfaces/iabstractcontrollabel.js +1 -0
- package/esm2015/interfaces/iabstractcontrollabel.ngfactory.js +7 -0
- package/esm2015/interfaces/iconfirmcomponent.js +1 -0
- package/esm2015/interfaces/iconfirmcomponent.ngfactory.js +7 -0
- package/esm2015/interfaces/idatetimecontrol.js +1 -0
- package/esm2015/interfaces/idatetimecontrol.ngfactory.js +7 -0
- package/esm2015/interfaces/iuploadcontrol.js +1 -0
- package/esm2015/interfaces/iuploadcontrol.ngfactory.js +7 -0
- package/esm2015/models/languagemodel.js +13 -0
- package/esm2015/models/languagemodel.ngfactory.js +7 -0
- package/esm2015/public_api.js +101 -0
- package/esm2015/public_api.ngfactory.js +7 -0
- package/esm2015/services/index.js +7 -0
- package/esm2015/services/index.ngfactory.js +7 -0
- package/esm2015/services/sac-configuration.service.js +77 -0
- package/esm2015/services/sac-configuration.service.ngfactory.js +7 -0
- package/esm2015/services/sac-filebrowser.service.js +203 -0
- package/esm2015/services/sac-filebrowser.service.ngfactory.js +7 -0
- package/esm2015/services/sac-icon.service.js +155 -0
- package/esm2015/services/sac-icon.service.ngfactory.js +7 -0
- package/esm2015/services/sac-language.service.js +43 -0
- package/esm2015/services/sac-language.service.ngfactory.js +7 -0
- package/esm2015/services/sac-localisation.service.js +460 -0
- package/esm2015/services/sac-localisation.service.ngfactory.js +7 -0
- package/esm2015/services/sac-validationkey.service.js +156 -0
- package/esm2015/services/sac-validationkey.service.ngfactory.js +7 -0
- package/esm2015/simpleangularcontrols-sac-common.js +11 -0
- package/esm2015/simpleangularcontrols-sac-common.ngfactory.js +7 -0
- package/esm2015/utilities/convertion.js +32 -0
- package/esm2015/utilities/convertion.ngfactory.js +7 -0
- package/esm2015/utilities/datatypes.js +9 -0
- package/esm2015/utilities/datatypes.ngfactory.js +7 -0
- package/esm2015/utilities/enums.js +16 -0
- package/esm2015/utilities/enums.ngfactory.js +7 -0
- package/esm2015/utilities/guid.js +16 -0
- package/esm2015/utilities/guid.ngfactory.js +7 -0
- package/esm2015/utilities/interpolation.js +50 -0
- package/esm2015/utilities/interpolation.ngfactory.js +7 -0
- package/esm2015/utilities/positioning.js +301 -0
- package/esm2015/utilities/positioning.ngfactory.js +7 -0
- package/esm2015/validation/email.validator.js +13 -0
- package/esm2015/validation/email.validator.ngfactory.js +7 -0
- package/esm2015/validation/index.js +3 -0
- package/esm2015/validation/index.ngfactory.js +7 -0
- package/esm2015/validation/invaliddate.validator.js +14 -0
- package/esm2015/validation/invaliddate.validator.ngfactory.js +7 -0
- package/esm2015/validation/isDateValid.js +15 -0
- package/esm2015/validation/isDateValid.ngfactory.js +7 -0
- package/esm2015/validation/maxdate.validator.js +21 -0
- package/esm2015/validation/maxdate.validator.ngfactory.js +7 -0
- package/esm2015/validation/maxtime.validator.js +21 -0
- package/esm2015/validation/maxtime.validator.ngfactory.js +7 -0
- package/esm2015/validation/maxvalue.validator.js +16 -0
- package/esm2015/validation/maxvalue.validator.ngfactory.js +7 -0
- package/esm2015/validation/mindate.validator.js +21 -0
- package/esm2015/validation/mindate.validator.ngfactory.js +7 -0
- package/esm2015/validation/minfiles.validator.js +19 -0
- package/esm2015/validation/minfiles.validator.ngfactory.js +7 -0
- package/esm2015/validation/minlength.validator.js +21 -0
- package/esm2015/validation/minlength.validator.ngfactory.js +7 -0
- package/esm2015/validation/mintime.validator.js +21 -0
- package/esm2015/validation/mintime.validator.ngfactory.js +7 -0
- package/esm2015/validation/minvalue.validator.js +16 -0
- package/esm2015/validation/minvalue.validator.ngfactory.js +7 -0
- package/esm2015/validation/multilanguagerequired.validator.js +22 -0
- package/esm2015/validation/multilanguagerequired.validator.ngfactory.js +7 -0
- package/esm2015/validation/multilanguagerequiredany.validator.js +22 -0
- package/esm2015/validation/multilanguagerequiredany.validator.ngfactory.js +7 -0
- package/esm2015/validation/pattern.validator.js +16 -0
- package/esm2015/validation/pattern.validator.ngfactory.js +7 -0
- package/esm2015/validation/required.validator.js +13 -0
- package/esm2015/validation/required.validator.ngfactory.js +7 -0
- package/esm2015/validation/validation.class.js +189 -0
- package/esm2015/validation/validation.class.ngfactory.js +7 -0
- package/esm2015/validation/validationerrorcreator.js +11 -0
- package/esm2015/validation/validationerrorcreator.ngfactory.js +7 -0
- package/esm2015/validation/validationerroritem.js +27 -0
- package/esm2015/validation/validationerroritem.ngfactory.js +7 -0
- package/fesm2015/simpleangularcontrols-sac-common.js +10319 -0
- package/fesm2015/simpleangularcontrols-sac-common.js.map +1 -0
- package/interfaces/ISacConfigurationService.d.ts +38 -0
- package/interfaces/ISacConfigurationService.ngfactory.d.ts +1 -0
- package/interfaces/ISacFileBrowserService.d.ts +65 -0
- package/interfaces/ISacFileBrowserService.ngfactory.d.ts +1 -0
- package/interfaces/ISacIconService.d.ts +89 -0
- package/interfaces/ISacIconService.ngfactory.d.ts +1 -0
- package/interfaces/ISacLabelSizes.d.ts +26 -0
- package/interfaces/ISacLabelSizes.ngfactory.d.ts +1 -0
- package/interfaces/ISacLanguageService.d.ts +12 -0
- package/interfaces/ISacLanguageService.ngfactory.d.ts +1 -0
- package/interfaces/ISacLocalisationService.d.ts +10 -0
- package/interfaces/ISacLocalisationService.ngfactory.d.ts +1 -0
- package/interfaces/ISacValidationKeyService.d.ts +52 -0
- package/interfaces/ISacValidationKeyService.ngfactory.d.ts +1 -0
- package/interfaces/iabstractcontrollabel.d.ts +6 -0
- package/interfaces/iabstractcontrollabel.ngfactory.d.ts +1 -0
- package/interfaces/iconfirmcomponent.d.ts +18 -0
- package/interfaces/iconfirmcomponent.ngfactory.d.ts +1 -0
- package/interfaces/idatetimecontrol.d.ts +7 -0
- package/interfaces/idatetimecontrol.ngfactory.d.ts +1 -0
- package/interfaces/iuploadcontrol.d.ts +9 -0
- package/interfaces/iuploadcontrol.ngfactory.d.ts +1 -0
- package/models/languagemodel.d.ts +22 -0
- package/models/languagemodel.ngfactory.d.ts +1 -0
- package/package.json +28 -0
- package/public_api.d.ts +79 -0
- package/public_api.ngfactory.d.ts +1 -0
- package/services/index.d.ts +6 -0
- package/services/index.ngfactory.d.ts +1 -0
- package/services/sac-configuration.service.d.ts +81 -0
- package/services/sac-configuration.service.ngfactory.d.ts +1 -0
- package/services/sac-filebrowser.service.d.ts +140 -0
- package/services/sac-filebrowser.service.ngfactory.d.ts +1 -0
- package/services/sac-icon.service.d.ts +184 -0
- package/services/sac-icon.service.ngfactory.d.ts +1 -0
- package/services/sac-language.service.d.ts +26 -0
- package/services/sac-language.service.ngfactory.d.ts +1 -0
- package/services/sac-localisation.service.d.ts +137 -0
- package/services/sac-localisation.service.ngfactory.d.ts +1 -0
- package/services/sac-validationkey.service.d.ts +55 -0
- package/services/sac-validationkey.service.ngfactory.d.ts +1 -0
- package/simpleangularcontrols-sac-common-10.0.0-rc.1.tgz +0 -0
- package/simpleangularcontrols-sac-common.d.ts +10 -0
- package/simpleangularcontrols-sac-common.metadata.json +1 -0
- package/simpleangularcontrols-sac-common.ngfactory.d.ts +1 -0
- package/utilities/convertion.d.ts +15 -0
- package/utilities/convertion.ngfactory.d.ts +1 -0
- package/utilities/datatypes.d.ts +6 -0
- package/utilities/datatypes.ngfactory.d.ts +1 -0
- package/utilities/enums.d.ts +10 -0
- package/utilities/enums.ngfactory.d.ts +1 -0
- package/utilities/guid.d.ts +4 -0
- package/utilities/guid.ngfactory.d.ts +1 -0
- package/utilities/interpolation.d.ts +21 -0
- package/utilities/interpolation.ngfactory.d.ts +1 -0
- package/utilities/positioning.d.ts +82 -0
- package/utilities/positioning.ngfactory.d.ts +1 -0
- package/validation/email.validator.d.ts +2 -0
- package/validation/email.validator.ngfactory.d.ts +1 -0
- package/validation/index.d.ts +2 -0
- package/validation/index.ngfactory.d.ts +1 -0
- package/validation/invaliddate.validator.d.ts +2 -0
- package/validation/invaliddate.validator.ngfactory.d.ts +1 -0
- package/validation/isDateValid.d.ts +5 -0
- package/validation/isDateValid.ngfactory.d.ts +1 -0
- package/validation/maxdate.validator.d.ts +2 -0
- package/validation/maxdate.validator.ngfactory.d.ts +1 -0
- package/validation/maxtime.validator.d.ts +2 -0
- package/validation/maxtime.validator.ngfactory.d.ts +1 -0
- package/validation/maxvalue.validator.d.ts +2 -0
- package/validation/maxvalue.validator.ngfactory.d.ts +1 -0
- package/validation/mindate.validator.d.ts +2 -0
- package/validation/mindate.validator.ngfactory.d.ts +1 -0
- package/validation/minfiles.validator.d.ts +2 -0
- package/validation/minfiles.validator.ngfactory.d.ts +1 -0
- package/validation/minlength.validator.d.ts +2 -0
- package/validation/minlength.validator.ngfactory.d.ts +1 -0
- package/validation/mintime.validator.d.ts +2 -0
- package/validation/mintime.validator.ngfactory.d.ts +1 -0
- package/validation/minvalue.validator.d.ts +2 -0
- package/validation/minvalue.validator.ngfactory.d.ts +1 -0
- package/validation/multilanguagerequired.validator.d.ts +3 -0
- package/validation/multilanguagerequired.validator.ngfactory.d.ts +1 -0
- package/validation/multilanguagerequiredany.validator.d.ts +3 -0
- package/validation/multilanguagerequiredany.validator.ngfactory.d.ts +1 -0
- package/validation/pattern.validator.d.ts +2 -0
- package/validation/pattern.validator.ngfactory.d.ts +1 -0
- package/validation/required.validator.d.ts +2 -0
- package/validation/required.validator.ngfactory.d.ts +1 -0
- package/validation/validation.class.d.ts +139 -0
- package/validation/validation.class.ngfactory.d.ts +1 -0
- package/validation/validationerrorcreator.d.ts +1 -0
- package/validation/validationerrorcreator.ngfactory.d.ts +1 -0
- package/validation/validationerroritem.d.ts +33 -0
- package/validation/validationerroritem.ngfactory.d.ts +1 -0
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { TooltipPosition } from '../../utilities/enums';
|
|
3
|
+
/**
|
|
4
|
+
* Tooltip Component
|
|
5
|
+
*
|
|
6
|
+
* Benötigt im HTML Markup folgende Identifier
|
|
7
|
+
* - container: Container für ng-content in welchem das Element angezeigt wird, wo der Tooltip angehängt wird.
|
|
8
|
+
* - tooltip: Container für Tooltip
|
|
9
|
+
*
|
|
10
|
+
* Tooltip muss in 2 Schritten angezeigt werden. In einem ersten Schritt wird der Tooltip Markup erzeugt mit (ngIf). In einem 2. Schritt
|
|
11
|
+
* kann der Tooltip dann über die CSS visibility angezeigt werden. Wird dies nicht so gemacht, kann es bei gewissen Browsern zu einem Flacker Effekt führen.
|
|
12
|
+
*
|
|
13
|
+
*/
|
|
14
|
+
export declare class SacTooltipCommon implements OnInit, OnDestroy {
|
|
15
|
+
private cdRef;
|
|
16
|
+
private ref;
|
|
17
|
+
/**
|
|
18
|
+
* Property für Enum in Angular HTML Template
|
|
19
|
+
*/
|
|
20
|
+
TooltipPosition: typeof TooltipPosition;
|
|
21
|
+
/**
|
|
22
|
+
* Definiert ob der Tooltip sichtbar ist
|
|
23
|
+
*/
|
|
24
|
+
private _isTooltipVisible;
|
|
25
|
+
/**
|
|
26
|
+
* Position des Tooltips oben
|
|
27
|
+
*/
|
|
28
|
+
TopPos: number;
|
|
29
|
+
/**
|
|
30
|
+
* Position des Tooltips links
|
|
31
|
+
*/
|
|
32
|
+
LeftPos: number;
|
|
33
|
+
/**
|
|
34
|
+
* Position des Tooltips. Werte: left|top|right|bottom|auto
|
|
35
|
+
*
|
|
36
|
+
* Wert 'auto' kann mit einem anderen Wert kombiniert werden.
|
|
37
|
+
*/
|
|
38
|
+
position: string;
|
|
39
|
+
/**
|
|
40
|
+
* Text für ToolTip
|
|
41
|
+
*/
|
|
42
|
+
tooltiptext: string;
|
|
43
|
+
/**
|
|
44
|
+
* Inline Mode für Tooltip
|
|
45
|
+
*/
|
|
46
|
+
private _inlinemode;
|
|
47
|
+
/**
|
|
48
|
+
* Definiert ob der Tooltip sichtbar sein soll
|
|
49
|
+
*/
|
|
50
|
+
IsTooltipContentVisible: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* Setter für Inline Mode für Tooltip
|
|
53
|
+
*/
|
|
54
|
+
set inlinemode(value: boolean);
|
|
55
|
+
/**
|
|
56
|
+
* Getter für Inline Mode für Tooltip
|
|
57
|
+
*/
|
|
58
|
+
get inlinemode(): boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Name des Containers für Content (z.B. Icon) auf welchem der Tooltip angezeigt wird.
|
|
61
|
+
*/
|
|
62
|
+
content: ElementRef<HTMLElement>;
|
|
63
|
+
/**
|
|
64
|
+
* Name des Containers für den Tooltip
|
|
65
|
+
*/
|
|
66
|
+
private tooltipcontainer;
|
|
67
|
+
/**
|
|
68
|
+
* Setter für Name des Containers für den Tooltip. Wird benötigt, da Tooltip via NGIF ausgeblendet werden kann.
|
|
69
|
+
*/
|
|
70
|
+
set tooltip(content: ElementRef);
|
|
71
|
+
/**
|
|
72
|
+
* Konstruktor
|
|
73
|
+
* @param ref Element Referenz
|
|
74
|
+
*/
|
|
75
|
+
constructor(cdRef: ChangeDetectorRef, ref: ElementRef);
|
|
76
|
+
/**
|
|
77
|
+
* Ervent wenn das Control initialisert wird
|
|
78
|
+
*/
|
|
79
|
+
ngOnInit(): void;
|
|
80
|
+
/**
|
|
81
|
+
* Event wenn das Control zerstört wird.
|
|
82
|
+
*/
|
|
83
|
+
ngOnDestroy(): void;
|
|
84
|
+
/**
|
|
85
|
+
* Berechnet die Position des Tooltips von Oben
|
|
86
|
+
*/
|
|
87
|
+
private getTopPosition;
|
|
88
|
+
/**
|
|
89
|
+
* Berechnet die Position des Tooltips von Links
|
|
90
|
+
*/
|
|
91
|
+
private getLeftPosition;
|
|
92
|
+
/**
|
|
93
|
+
* Berechnet die Höhe des Tooltips
|
|
94
|
+
*/
|
|
95
|
+
private getToolTipHeight;
|
|
96
|
+
/**
|
|
97
|
+
* Berechnet die Breite die Tooltips
|
|
98
|
+
*/
|
|
99
|
+
private getToolTipWidth;
|
|
100
|
+
/**
|
|
101
|
+
* Definiert ob der Tooltip im Markup vorhanden ist
|
|
102
|
+
*/
|
|
103
|
+
IsTooltipVisible(): boolean;
|
|
104
|
+
/**
|
|
105
|
+
* Tooltip anzeigen
|
|
106
|
+
*/
|
|
107
|
+
ShowTooltip(): void;
|
|
108
|
+
/**
|
|
109
|
+
* Tooltip ausblenden
|
|
110
|
+
*/
|
|
111
|
+
HideTooltip(): void;
|
|
112
|
+
/**
|
|
113
|
+
* Methode wenn Content geändert hat und Proporties im UI neu gesetzt werden müssen.
|
|
114
|
+
*/
|
|
115
|
+
private onContentChange;
|
|
116
|
+
/**
|
|
117
|
+
* Gibt die Position des Tooltips zurück
|
|
118
|
+
*/
|
|
119
|
+
GetTooltipPosition(): TooltipPosition;
|
|
120
|
+
/**
|
|
121
|
+
* Definiert ob AutoPosition aktiv ist
|
|
122
|
+
*/
|
|
123
|
+
private IsAutoPosition;
|
|
124
|
+
/**
|
|
125
|
+
* Gibt die definierte Position für den Tooltip zurück
|
|
126
|
+
*/
|
|
127
|
+
private GetPosition;
|
|
128
|
+
/**
|
|
129
|
+
* Gibt zurück, ob die Position konfiguriert wurde
|
|
130
|
+
*
|
|
131
|
+
* @param position Position auf welche geprüft wird
|
|
132
|
+
*/
|
|
133
|
+
private HasPosition;
|
|
134
|
+
/**
|
|
135
|
+
* Prüft ob die Position gültig ist, resp. der Tooltip auf die Position platz hat
|
|
136
|
+
*/
|
|
137
|
+
private ValidatePositions;
|
|
138
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
*Basis Komponente für SacTreeItemAction
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacTreeItemActionCommon implements OnInit {
|
|
6
|
+
private el;
|
|
7
|
+
/**
|
|
8
|
+
* Konstruktor
|
|
9
|
+
* @param el Element Referenz
|
|
10
|
+
*/
|
|
11
|
+
constructor(el: ElementRef);
|
|
12
|
+
/**
|
|
13
|
+
* lifecycle OnInit hook. Wird aufgeruren sobald das Komponent initialisiert ist.
|
|
14
|
+
*/
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
/**
|
|
17
|
+
*Input Property. Akzeptiert das Wert des Object.
|
|
18
|
+
*/
|
|
19
|
+
item: any;
|
|
20
|
+
/**
|
|
21
|
+
* Input Property für Title des TreeItemAction
|
|
22
|
+
*/
|
|
23
|
+
title: string;
|
|
24
|
+
/**
|
|
25
|
+
* Input Property für Styling des Icon. Deffiniert die Css Klassen des Icon
|
|
26
|
+
*/
|
|
27
|
+
iconstyle: string;
|
|
28
|
+
/**
|
|
29
|
+
* Event wenn auf das Icon geclickt wird
|
|
30
|
+
*/
|
|
31
|
+
clicked: EventEmitter<any>;
|
|
32
|
+
/**
|
|
33
|
+
* Die Methode erstellt die CSS Klasse des Icon. Akzeptiert ein Key-word und baut ein vollständige CSS Klasse.
|
|
34
|
+
*/
|
|
35
|
+
transformClass(initialClass: any): any;
|
|
36
|
+
/**
|
|
37
|
+
* Die Methode wird das cklickaction Emitter aktivieren.
|
|
38
|
+
*/
|
|
39
|
+
iconaction(): void;
|
|
40
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Basis Komponente für SacTreeView
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacTreeViewCommon implements OnInit {
|
|
6
|
+
/**
|
|
7
|
+
* Das Property enthielt boolean Wert und deffiniert, ob alle Items collapsed sind. Default value: undefined/null
|
|
8
|
+
*/
|
|
9
|
+
_collapseAll: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Das Property enthielt boolean Wert und deffiniert, ob alle Items selected sind. Default value: undefined/null
|
|
12
|
+
*/
|
|
13
|
+
private _selectAll;
|
|
14
|
+
/**
|
|
15
|
+
* Das Property enthielt array of nodes. Default value: empty array [].
|
|
16
|
+
*/
|
|
17
|
+
nodes: any[];
|
|
18
|
+
/**
|
|
19
|
+
* Das Property enthielt node attribute: 'isCollapsed'. Es wird benutzt beim rendering. Für Expand/Collapsed Sicht des Node(Wert)
|
|
20
|
+
*/
|
|
21
|
+
collapseAttr: string;
|
|
22
|
+
/**
|
|
23
|
+
* Das Property enthielt node attribute: 'isSelected'. Es wird benutzt beim Vorbereitung des Data des TreeView
|
|
24
|
+
*/
|
|
25
|
+
selectAttr: string;
|
|
26
|
+
/**
|
|
27
|
+
* Das Property enthielt node attribute: 'isIndeterminate'. Es wird benutzt beim Vorbereitung des Data des TreeView
|
|
28
|
+
*/
|
|
29
|
+
inDeterminateAttr: string;
|
|
30
|
+
/**
|
|
31
|
+
* Providen data for tree.
|
|
32
|
+
*/
|
|
33
|
+
private _data;
|
|
34
|
+
/**
|
|
35
|
+
* Getter für Data des TreeView
|
|
36
|
+
*/
|
|
37
|
+
get data(): any[];
|
|
38
|
+
/**
|
|
39
|
+
* Input Property für Data des TreeView
|
|
40
|
+
*/
|
|
41
|
+
set data(value: any[]);
|
|
42
|
+
/**
|
|
43
|
+
* Input Property für template des TreeView. Type: TemplateRef<any>.
|
|
44
|
+
*/
|
|
45
|
+
template: TemplateRef<any>;
|
|
46
|
+
/**
|
|
47
|
+
* Die Directive erhält die actions für das TreeView
|
|
48
|
+
*/
|
|
49
|
+
set treeviewTemplate(v: TemplateRef<any>);
|
|
50
|
+
/**
|
|
51
|
+
* Getter für das TreeView Template
|
|
52
|
+
*/
|
|
53
|
+
get treeviewTemplate(): TemplateRef<any>;
|
|
54
|
+
/**
|
|
55
|
+
* Input property erhält Icon für das Template
|
|
56
|
+
*/
|
|
57
|
+
fileicontemplate: TemplateRef<any>;
|
|
58
|
+
/**
|
|
59
|
+
* Setter property. Deffiniert das FileIcon für das TreeView
|
|
60
|
+
*/
|
|
61
|
+
set treefileicon(v: TemplateRef<any>);
|
|
62
|
+
/**
|
|
63
|
+
* Getter property. Ergibt das FileIcon für das TreeView
|
|
64
|
+
*/
|
|
65
|
+
get treefileicon(): TemplateRef<any>;
|
|
66
|
+
/**
|
|
67
|
+
* Input property für den Namen des TreeView. Type string. Default value: ""
|
|
68
|
+
*/
|
|
69
|
+
name: string;
|
|
70
|
+
/**
|
|
71
|
+
* A flag indicating data is flatten in array and prepare is required.(Default
|
|
72
|
+
* is false).
|
|
73
|
+
*/
|
|
74
|
+
prepareData: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Attribute for Text in Tree
|
|
77
|
+
*/
|
|
78
|
+
textAttr: string;
|
|
79
|
+
/**
|
|
80
|
+
* Name of ID property in input data.
|
|
81
|
+
*/
|
|
82
|
+
idAttr: string;
|
|
83
|
+
/**
|
|
84
|
+
* Name of parent property in input data.
|
|
85
|
+
*/
|
|
86
|
+
parentAttr: string;
|
|
87
|
+
/**
|
|
88
|
+
* Name of children list property in input data.
|
|
89
|
+
*/
|
|
90
|
+
childrenAttr: string;
|
|
91
|
+
/**
|
|
92
|
+
* Title des Treeview
|
|
93
|
+
*/
|
|
94
|
+
title: any;
|
|
95
|
+
/**
|
|
96
|
+
* Collapse or expand all parent nodes.
|
|
97
|
+
*/
|
|
98
|
+
set collapseall(value: boolean);
|
|
99
|
+
/**
|
|
100
|
+
* Getter für das collapse property. Ergibt boolean Wert, ob die Items collapsed/expand sind.
|
|
101
|
+
*/
|
|
102
|
+
get collapseall(): boolean;
|
|
103
|
+
/**
|
|
104
|
+
* Select or deselect all nodes.
|
|
105
|
+
*/
|
|
106
|
+
set selectall(value: boolean);
|
|
107
|
+
/**
|
|
108
|
+
* Input property - setter. Deffiniert das ID des selektierten Item(node)
|
|
109
|
+
*/
|
|
110
|
+
set selectedid(v: any);
|
|
111
|
+
/**
|
|
112
|
+
* Getter. Ergibt das ID des selektierten Item(node)
|
|
113
|
+
*/
|
|
114
|
+
get selectedId(): any;
|
|
115
|
+
/**
|
|
116
|
+
* Das Property erhält das selektierte Wert(node). Default value: undefined/null
|
|
117
|
+
*/
|
|
118
|
+
private _selectedNode;
|
|
119
|
+
/**
|
|
120
|
+
* Setter für das selektierte Wert(node). Wenn aufgerufen das ID und TextAttr des selected Node wird emitted
|
|
121
|
+
*/
|
|
122
|
+
set selectedNode(v: any);
|
|
123
|
+
/**
|
|
124
|
+
* Getter für das selektierte Wert(node). Ergibt das selektierte Wert(node).
|
|
125
|
+
*/
|
|
126
|
+
get selectedNode(): any;
|
|
127
|
+
/**
|
|
128
|
+
* Output Emitter. Emit das ID des selected Node.
|
|
129
|
+
*/
|
|
130
|
+
selectedidchange: EventEmitter<any>;
|
|
131
|
+
/**
|
|
132
|
+
* Output Emitter. Emit das TextAttr des selected Node.
|
|
133
|
+
*/
|
|
134
|
+
selectedtextchanged: EventEmitter<string>;
|
|
135
|
+
/**
|
|
136
|
+
* Output Emitter. Emit wenn ein Node selektiert wird.
|
|
137
|
+
*/
|
|
138
|
+
selecteditem: EventEmitter<string>;
|
|
139
|
+
/**
|
|
140
|
+
* A lifecycle hook that is called after Angular has initialized all data-bound properties of a directive.
|
|
141
|
+
* Define an ngOnInit() method to handle any additional initialization tasks.
|
|
142
|
+
*/
|
|
143
|
+
ngOnInit(): void;
|
|
144
|
+
/**
|
|
145
|
+
* Funktion setzt alle parent items recusiv zum selected node
|
|
146
|
+
* auf collapsed = false
|
|
147
|
+
*/
|
|
148
|
+
private openSelectedNode;
|
|
149
|
+
/**
|
|
150
|
+
* Die Methode vorbereitet die Daten für das TreeView. Die Funktion sollte geändert werden abhängig von dem kommenden Daten (wenn array)
|
|
151
|
+
*/
|
|
152
|
+
private LoadTree;
|
|
153
|
+
/**
|
|
154
|
+
* Die Methode collapse/expand den selectierten Node
|
|
155
|
+
*/
|
|
156
|
+
onCollapseClick(node: any): void;
|
|
157
|
+
/**
|
|
158
|
+
* Die Methode set den selektierten Node und emit es.
|
|
159
|
+
*/
|
|
160
|
+
onClick(node: any): void;
|
|
161
|
+
/**
|
|
162
|
+
* Die Methode wird ein event mit Meldung zu Parent emit-en.
|
|
163
|
+
*/
|
|
164
|
+
sendMsgToParent(msg: any): void;
|
|
165
|
+
/**
|
|
166
|
+
* Die Methode wird alle Nodes collapse
|
|
167
|
+
*/
|
|
168
|
+
collapseAllNode(command: any): void;
|
|
169
|
+
/**
|
|
170
|
+
* Funktion gibt node aus der liste zurück, welches das Value auf dem gewünschten Attribut hat
|
|
171
|
+
* Wenn node nicht gefunden wird, wird null zurück gegeben
|
|
172
|
+
* @param data Liste der nodes
|
|
173
|
+
* @param searchValue Das gesuchte value
|
|
174
|
+
* @param attr Der namen des Attributs auf dem das value gesucht wird
|
|
175
|
+
*/
|
|
176
|
+
private findNode;
|
|
177
|
+
/**
|
|
178
|
+
* Die Methode editiert (recursive) alle eingegebene Nodes abhängig von gegebenen Attibute und Value Kriterien.
|
|
179
|
+
*/
|
|
180
|
+
private _recursiveEdit;
|
|
181
|
+
/**
|
|
182
|
+
* Die Methode erstellt eine standarte Sicht-Liste von Nodes
|
|
183
|
+
*/
|
|
184
|
+
private _getPreparedData;
|
|
185
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { SacTreeViewCommon } from './treeview';
|
|
3
|
+
/**
|
|
4
|
+
* Komponente für SacTreeViewChildCommon. Extends SacTreeViewCommon
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacTreeViewChildCommon extends SacTreeViewCommon implements OnInit {
|
|
7
|
+
/**
|
|
8
|
+
* A lifecycle hook that is called after Angular has initialized all data-bound properties of a directive.
|
|
9
|
+
* Define an ngOnInit() method to handle any additional initialization tasks.
|
|
10
|
+
*/
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
import { UploadState } from 'ngx-uploadx';
|
|
4
|
+
import { SacUploadBase } from '../../common/baseuploadcontrol';
|
|
5
|
+
/**
|
|
6
|
+
* Upload Komponente für ein einzelnes File
|
|
7
|
+
*/
|
|
8
|
+
export declare class SacDropzoneMultipleCommon extends SacUploadBase<string[]> implements OnInit {
|
|
9
|
+
/**
|
|
10
|
+
* Max. Anzahl Files die hochgeladen werden können
|
|
11
|
+
*/
|
|
12
|
+
maxfiles: number;
|
|
13
|
+
/**
|
|
14
|
+
* Min. Anzahl Files die hochgeladen werden müssen
|
|
15
|
+
*/
|
|
16
|
+
minfiles: number;
|
|
17
|
+
/**
|
|
18
|
+
* Höhe des Upload Controls
|
|
19
|
+
*/
|
|
20
|
+
uploadheight: string;
|
|
21
|
+
/**
|
|
22
|
+
* Resource Key für Validation Message Required bei Control
|
|
23
|
+
*/
|
|
24
|
+
validationmessageminfiles: string;
|
|
25
|
+
/**
|
|
26
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
27
|
+
*/
|
|
28
|
+
validationmessagesummaryminfiles: string;
|
|
29
|
+
/**
|
|
30
|
+
* Property wenn Drag Event aktiv ist (Maus über Zone)
|
|
31
|
+
*/
|
|
32
|
+
active: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Prüft ob die max. Files in der Queue nicht überschritten werden
|
|
35
|
+
*
|
|
36
|
+
* @param file File das hinzugefügt wurde
|
|
37
|
+
*/
|
|
38
|
+
CustomAddValidation(file: UploadState): boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Setzt die File ID's der hochgeladen Files in das Model
|
|
41
|
+
*
|
|
42
|
+
* @param file ID des Files welches hochgeladen wurde.
|
|
43
|
+
*/
|
|
44
|
+
SetUploadValue(file: UploadState): void;
|
|
45
|
+
/**
|
|
46
|
+
* Methode für Drag and Drop von Files
|
|
47
|
+
* @param event Drag Event
|
|
48
|
+
*/
|
|
49
|
+
dropHandler(event: DragEvent): void;
|
|
50
|
+
/**
|
|
51
|
+
* Ervent wenn das Control initialisert wird
|
|
52
|
+
*/
|
|
53
|
+
ngOnInit(): void;
|
|
54
|
+
/**
|
|
55
|
+
* Methode wenn Drag die Zone verlässt
|
|
56
|
+
* @param event DragLeave Event
|
|
57
|
+
*/
|
|
58
|
+
onDragLeave(event: DragEvent): void;
|
|
59
|
+
/**
|
|
60
|
+
* Methode wenn Drag in die Zone eintritt
|
|
61
|
+
* @param event DragEnter Event
|
|
62
|
+
*/
|
|
63
|
+
onDragOver(event: DragEvent): void;
|
|
64
|
+
/**
|
|
65
|
+
* Validiert das Control
|
|
66
|
+
*
|
|
67
|
+
* @param c Control
|
|
68
|
+
*/
|
|
69
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
70
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { UploadState } from 'ngx-uploadx';
|
|
3
|
+
import { SacUploadBase } from '../../common/baseuploadcontrol';
|
|
4
|
+
/**
|
|
5
|
+
* Upload Komponente für ein einzelnes File
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacDropzoneSingleCommon extends SacUploadBase<string> implements OnInit {
|
|
8
|
+
/**
|
|
9
|
+
* Höhe der Dropzone. Wert wird mit Einheit angegeben.
|
|
10
|
+
*/
|
|
11
|
+
uploadheight: string;
|
|
12
|
+
/**
|
|
13
|
+
* Property wenn Drag Event aktiv ist (Maus über Zone)
|
|
14
|
+
*/
|
|
15
|
+
active: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Macht keine Validierung in diesem Control
|
|
18
|
+
*
|
|
19
|
+
* @param file File das hinzugefügt wurde
|
|
20
|
+
*/
|
|
21
|
+
CustomAddValidation(file: UploadState): boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Setzt die File ID des hochgeladen Files in das Model
|
|
24
|
+
*
|
|
25
|
+
* @param file ID des Files
|
|
26
|
+
*/
|
|
27
|
+
SetUploadValue(file: UploadState): void;
|
|
28
|
+
/**
|
|
29
|
+
* Methode für Drag and Drop von Files
|
|
30
|
+
* @param event Drag Event
|
|
31
|
+
*/
|
|
32
|
+
dropHandler(event: DragEvent): void;
|
|
33
|
+
/**
|
|
34
|
+
* Ervent wenn das Control initialisert wird
|
|
35
|
+
*/
|
|
36
|
+
ngOnInit(): void;
|
|
37
|
+
/**
|
|
38
|
+
* Methode wenn Drag die Zone verlässt
|
|
39
|
+
* @param event DragLeave Event
|
|
40
|
+
*/
|
|
41
|
+
onDragLeave(event: DragEvent): void;
|
|
42
|
+
/**
|
|
43
|
+
* Methode wenn Drag in die Zone eintritt
|
|
44
|
+
* @param event DragEnter Event
|
|
45
|
+
*/
|
|
46
|
+
onDragOver(event: DragEvent): void;
|
|
47
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
+
import { UploadState } from 'ngx-uploadx';
|
|
3
|
+
import { SacUploadBase } from '../../common/baseuploadcontrol';
|
|
4
|
+
/**
|
|
5
|
+
* Upload Componente für mehrere Files
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacUploadMultipleCommon extends SacUploadBase<string[]> {
|
|
8
|
+
/**
|
|
9
|
+
* Label für Browse Button
|
|
10
|
+
*/
|
|
11
|
+
buttonbrowse: string;
|
|
12
|
+
/**
|
|
13
|
+
* Label für Upload Button
|
|
14
|
+
*/
|
|
15
|
+
buttonupload: string;
|
|
16
|
+
/**
|
|
17
|
+
* Max. Files die hochgeladen werden können. 0 deaktiviert das Limit
|
|
18
|
+
*/
|
|
19
|
+
maxfiles: number;
|
|
20
|
+
/**
|
|
21
|
+
* Min. Files die hochgeladen werden müssen. 0 deaktiviert das Limit
|
|
22
|
+
*/
|
|
23
|
+
minfiles: number;
|
|
24
|
+
/**
|
|
25
|
+
* Resource Key für Validation Message Required bei Control
|
|
26
|
+
*/
|
|
27
|
+
validationmessageminfiles: string;
|
|
28
|
+
/**
|
|
29
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
30
|
+
*/
|
|
31
|
+
validationmessagesummaryminfiles: string;
|
|
32
|
+
/**
|
|
33
|
+
* Prüft ob die max. Files in der Queue nicht überschritten werden
|
|
34
|
+
*
|
|
35
|
+
* @param file File das hinzugefügt wurde
|
|
36
|
+
*/
|
|
37
|
+
CustomAddValidation(file: UploadState): boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Setzt die File ID's der hochgeladen Files in das Model
|
|
40
|
+
*
|
|
41
|
+
* @param file ID des Files welches hochgeladen wurde.
|
|
42
|
+
*/
|
|
43
|
+
SetUploadValue(file: UploadState): void;
|
|
44
|
+
/**
|
|
45
|
+
* Validiert das Control
|
|
46
|
+
*
|
|
47
|
+
* @param c Control
|
|
48
|
+
*/
|
|
49
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
50
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { UploadState } from 'ngx-uploadx';
|
|
2
|
+
import { SacUploadBase } from '../../common/baseuploadcontrol';
|
|
3
|
+
/**
|
|
4
|
+
* Upload Komponente für ein einzelnes File
|
|
5
|
+
*/
|
|
6
|
+
export declare class SacUploadSingleCommon extends SacUploadBase<string> {
|
|
7
|
+
/**
|
|
8
|
+
* Label für Browse Button
|
|
9
|
+
*/
|
|
10
|
+
buttonbrowse: string;
|
|
11
|
+
/**
|
|
12
|
+
* Label für Upload Button
|
|
13
|
+
*/
|
|
14
|
+
buttonupload: string;
|
|
15
|
+
/**
|
|
16
|
+
* Macht keine Validierung in diesem Control
|
|
17
|
+
*
|
|
18
|
+
* @param file File das hinzugefügt wurde
|
|
19
|
+
*/
|
|
20
|
+
CustomAddValidation(file: UploadState): boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Setzt die File ID des hochgeladen Files in das Model
|
|
23
|
+
*
|
|
24
|
+
* @param file ID des Files
|
|
25
|
+
*/
|
|
26
|
+
SetUploadValue(file: UploadState): void;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { ISacLocalisationService } from '../../interfaces/ISacLocalisationService';
|
|
5
|
+
import { ISacValidationKeyService } from '../../interfaces/ISacValidationKeyService';
|
|
6
|
+
import { SacFormCommon } from '../form/form';
|
|
7
|
+
/**
|
|
8
|
+
* Basis Komponente für SacValidationSummary
|
|
9
|
+
*/
|
|
10
|
+
export declare class SacValidationSummaryCommon {
|
|
11
|
+
/**
|
|
12
|
+
* Service für Error Localisation
|
|
13
|
+
*/
|
|
14
|
+
protected lngResourceService: ISacLocalisationService;
|
|
15
|
+
/**
|
|
16
|
+
* Parent Formular
|
|
17
|
+
*/
|
|
18
|
+
protected parent: SacFormCommon;
|
|
19
|
+
/**
|
|
20
|
+
* Service to receive standard validation message keys and texts
|
|
21
|
+
*/
|
|
22
|
+
protected validationKeyService: ISacValidationKeyService;
|
|
23
|
+
/**
|
|
24
|
+
* reactive form instance
|
|
25
|
+
*/
|
|
26
|
+
form: FormGroup;
|
|
27
|
+
/**
|
|
28
|
+
* Form groupname to filter summary to formgroup
|
|
29
|
+
*
|
|
30
|
+
* Important: it works only in reactive forms mode.
|
|
31
|
+
*/
|
|
32
|
+
formGroupName: string;
|
|
33
|
+
/**
|
|
34
|
+
* Name-Property
|
|
35
|
+
*/
|
|
36
|
+
name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Konstruktor
|
|
39
|
+
* Inject des Formulars
|
|
40
|
+
*/
|
|
41
|
+
constructor(parent: SacFormCommon, injector: Injector);
|
|
42
|
+
/**
|
|
43
|
+
* Validation Methode
|
|
44
|
+
*/
|
|
45
|
+
get formErrors(): Observable<string>[];
|
|
46
|
+
/**
|
|
47
|
+
* Getter wenn Errors entstehen
|
|
48
|
+
*/
|
|
49
|
+
get hasErrors(): boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Fügt einen Validation Error in die Error Collection hinzu
|
|
52
|
+
* @param ctl Fehlerhaftes Control
|
|
53
|
+
* @param collection Collection aller Fehlermeldungen
|
|
54
|
+
*/
|
|
55
|
+
private addErrorToCollection;
|
|
56
|
+
/**
|
|
57
|
+
* Die Methode gibt Collection von Errors. Verlangt controls: Array<NgForm | FormArray> und collection: Array<Observable<string>>
|
|
58
|
+
*/
|
|
59
|
+
private getErrorCollection;
|
|
60
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|