@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,86 @@
|
|
|
1
|
+
import { ElementRef, OnDestroy, QueryList, Renderer2 } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
import { SacBaseSelectControl } from '../../common/baseselectcontrol';
|
|
4
|
+
/**
|
|
5
|
+
* Basis Komponente für SacListboxOption
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacListboxOptionCommon implements OnDestroy {
|
|
8
|
+
private _element;
|
|
9
|
+
private _renderer;
|
|
10
|
+
private _listbox;
|
|
11
|
+
/**
|
|
12
|
+
* Value von Selected Option Item
|
|
13
|
+
*/
|
|
14
|
+
private _value;
|
|
15
|
+
/**
|
|
16
|
+
* Konstruktor
|
|
17
|
+
* @param _element: ElementRef
|
|
18
|
+
* @param _renderer: Renderer2
|
|
19
|
+
*/
|
|
20
|
+
constructor(_element: ElementRef, _renderer: Renderer2, _listbox: SacListboxCommon);
|
|
21
|
+
/**
|
|
22
|
+
* NgValue des Controls. Wird für die Mehrfachauswahl benötigt
|
|
23
|
+
*/
|
|
24
|
+
set ngvalue(value: any);
|
|
25
|
+
/**
|
|
26
|
+
* Definiert den Wert der Listbox
|
|
27
|
+
*/
|
|
28
|
+
set value(value: any);
|
|
29
|
+
get value(): any;
|
|
30
|
+
/**
|
|
31
|
+
* Methode ergibt den Status der Elemente, die selektiert wurden
|
|
32
|
+
* @param selected Element ist selektiert
|
|
33
|
+
*/
|
|
34
|
+
_setSelected(selected: boolean): void;
|
|
35
|
+
/**
|
|
36
|
+
* OnDestroy Event
|
|
37
|
+
*/
|
|
38
|
+
ngOnDestroy(): void;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Komponente für SacListboxCommon. Extends SacBaseSelectControl
|
|
42
|
+
*/
|
|
43
|
+
export declare class SacListboxCommon extends SacBaseSelectControl<Array<string>> {
|
|
44
|
+
/**
|
|
45
|
+
* Anzahl der Zeilen
|
|
46
|
+
*/
|
|
47
|
+
rowsize: number;
|
|
48
|
+
/**
|
|
49
|
+
* Resource Key für Validation Message Required bei Control
|
|
50
|
+
*/
|
|
51
|
+
validationmessagerequired: string;
|
|
52
|
+
/**
|
|
53
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
54
|
+
*/
|
|
55
|
+
validationmessagesummaryrequired: string;
|
|
56
|
+
/**
|
|
57
|
+
* ViewChildren Methode
|
|
58
|
+
*/
|
|
59
|
+
contentOptions: QueryList<SacListboxOptionCommon>;
|
|
60
|
+
/**
|
|
61
|
+
* OptionMap
|
|
62
|
+
*/
|
|
63
|
+
optionlist: Array<SacListboxOptionCommon>;
|
|
64
|
+
/**
|
|
65
|
+
* Getter für selektierte Elemente
|
|
66
|
+
*/
|
|
67
|
+
getSelectedItems(selectelement: any): void;
|
|
68
|
+
/**
|
|
69
|
+
* Registriert ein Listbox Element
|
|
70
|
+
* @param option Listbox Option Item das registriert werden soll
|
|
71
|
+
*/
|
|
72
|
+
registerOption(option: SacListboxOptionCommon): void;
|
|
73
|
+
/**
|
|
74
|
+
* Hebt die Registration eines Listbox Items auf
|
|
75
|
+
* @param option Listbox Option Item das deregistriert werden soll
|
|
76
|
+
*/
|
|
77
|
+
unregisterOption(option: SacListboxOptionCommon): void;
|
|
78
|
+
/**
|
|
79
|
+
* Validator Methode
|
|
80
|
+
*/
|
|
81
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
82
|
+
/**
|
|
83
|
+
* Methode schreibt neuen Wert
|
|
84
|
+
*/
|
|
85
|
+
writeValue(value: Array<string>): void;
|
|
86
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { SacInputBase } from '../../common/baseinputcontrol';
|
|
4
|
+
import { IconType } from '../../enums/IconType';
|
|
5
|
+
import { ISacLanguageService } from '../../interfaces/ISacLanguageService';
|
|
6
|
+
import { LanguageModel } from '../../models/languagemodel';
|
|
7
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
8
|
+
/**
|
|
9
|
+
* Base Klasse für Multi Language Input Control
|
|
10
|
+
*/
|
|
11
|
+
export declare class SacMultilanguageInputCommon extends SacInputBase<any> {
|
|
12
|
+
/**
|
|
13
|
+
* Sprache für das Control
|
|
14
|
+
*/
|
|
15
|
+
private languages;
|
|
16
|
+
/**
|
|
17
|
+
* Selektierte Sprace des Controls
|
|
18
|
+
*/
|
|
19
|
+
private selectedLanguage;
|
|
20
|
+
/**
|
|
21
|
+
* Service für Error Localisation
|
|
22
|
+
*/
|
|
23
|
+
protected lngLanguageService: ISacLanguageService;
|
|
24
|
+
/**
|
|
25
|
+
* Fix breite für das Control definieren.
|
|
26
|
+
*/
|
|
27
|
+
controlwidth: string;
|
|
28
|
+
/**
|
|
29
|
+
* Max länge an Zeichen für Eingabefeld
|
|
30
|
+
*/
|
|
31
|
+
maxlength: number;
|
|
32
|
+
/**
|
|
33
|
+
* Aktiviert den Validator, das min. eine Sprache erfasst sein muss
|
|
34
|
+
*/
|
|
35
|
+
requiredany: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Resource Key für Validation Message Required bei Control
|
|
38
|
+
*/
|
|
39
|
+
validationmessagerequired: string;
|
|
40
|
+
/**
|
|
41
|
+
* Resource Key für Validation Message Pattern bei Control
|
|
42
|
+
*/
|
|
43
|
+
validationmessagerequiredany: string;
|
|
44
|
+
/**
|
|
45
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
46
|
+
*/
|
|
47
|
+
validationmessagesummaryrequired: string;
|
|
48
|
+
/**
|
|
49
|
+
* Resource Key für Validation Message Pattern in Validation Summary
|
|
50
|
+
*/
|
|
51
|
+
validationmessagesummaryrequiredany: string;
|
|
52
|
+
/**
|
|
53
|
+
* Constructor
|
|
54
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
55
|
+
* @param injector Injector for injecting services
|
|
56
|
+
*/
|
|
57
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector);
|
|
58
|
+
/**
|
|
59
|
+
* Gibt den Wert der aktuell ausgewählten Sprache zurück
|
|
60
|
+
*/
|
|
61
|
+
get LanguageValue(): string;
|
|
62
|
+
/**
|
|
63
|
+
* Collection der Sprachen
|
|
64
|
+
*/
|
|
65
|
+
get Languages(): LanguageModel[];
|
|
66
|
+
/**
|
|
67
|
+
* Gibt das Icon der selektierten Sprache zurück
|
|
68
|
+
*/
|
|
69
|
+
get SelectedIcon(): string;
|
|
70
|
+
/**
|
|
71
|
+
* Gibt den Type des Icons für die selektierte Sprache zurück
|
|
72
|
+
*/
|
|
73
|
+
get SelectedIconType(): IconType;
|
|
74
|
+
/**
|
|
75
|
+
* Prüft ob in irgendeiner Sprache kein Wert definiert wurde
|
|
76
|
+
* @returns Leerwert ist vorhanden
|
|
77
|
+
*/
|
|
78
|
+
IsAnyEmpty(): boolean;
|
|
79
|
+
/**
|
|
80
|
+
* Prüft ob in einer bestimmten Sprache ein Wert vorhanden ist.
|
|
81
|
+
* @param sprache Sprache in welcher der Wert geprüft werden soll
|
|
82
|
+
* @returns Wert ist vorhanden
|
|
83
|
+
*/
|
|
84
|
+
IsEmpty(sprache: LanguageModel): boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Selektiert die Sprache
|
|
87
|
+
* @param language Sprache die selektiert werden soll
|
|
88
|
+
*/
|
|
89
|
+
SelectLanguage(language: LanguageModel): void;
|
|
90
|
+
/**
|
|
91
|
+
* Setzt den Wert für die aktuell gewählte Sprache
|
|
92
|
+
* @param value Wert welcher gesetzt werden soll
|
|
93
|
+
*/
|
|
94
|
+
SetLanguageValue(value: string): void;
|
|
95
|
+
/**
|
|
96
|
+
* Methode validiert, ob der Wert den gegebenen Kriterien entspricht
|
|
97
|
+
* @param c Control das validiert wird
|
|
98
|
+
*/
|
|
99
|
+
validateData(c: AbstractControl): {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
};
|
|
102
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { SacInputBase } from '../../common/baseinputcontrol';
|
|
4
|
+
import { IconType } from '../../enums/IconType';
|
|
5
|
+
import { ISacLanguageService } from '../../interfaces/ISacLanguageService';
|
|
6
|
+
import { LanguageModel } from '../../models/languagemodel';
|
|
7
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
8
|
+
/**
|
|
9
|
+
* Base Klasse für Multi Language Textarea Control
|
|
10
|
+
*/
|
|
11
|
+
export declare class SacMultilanguageInputAreaCommon extends SacInputBase<any> {
|
|
12
|
+
/**
|
|
13
|
+
* Sprache für das Control
|
|
14
|
+
*/
|
|
15
|
+
private languages;
|
|
16
|
+
/**
|
|
17
|
+
* Selektierte Sprace des Controls
|
|
18
|
+
*/
|
|
19
|
+
private selectedLanguage;
|
|
20
|
+
/**
|
|
21
|
+
* Service für Error Localisation
|
|
22
|
+
*/
|
|
23
|
+
protected lngLanguageService: ISacLanguageService;
|
|
24
|
+
/**
|
|
25
|
+
* Fix breite für das Control definieren.
|
|
26
|
+
*/
|
|
27
|
+
controlwidth: string;
|
|
28
|
+
/**
|
|
29
|
+
* Max länge an Zeichen für Eingabefeld
|
|
30
|
+
*/
|
|
31
|
+
maxlength: number;
|
|
32
|
+
/**
|
|
33
|
+
* Aktiviert den Validator, das min. eine Sprache erfasst sein muss
|
|
34
|
+
*/
|
|
35
|
+
requiredany: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Anzahl Rows für TextArea
|
|
38
|
+
*/
|
|
39
|
+
rows: number;
|
|
40
|
+
/**
|
|
41
|
+
* Resource Key für Validation Message Required bei Control
|
|
42
|
+
*/
|
|
43
|
+
validationmessagerequired: string;
|
|
44
|
+
/**
|
|
45
|
+
* Resource Key für Validation Message Pattern bei Control
|
|
46
|
+
*/
|
|
47
|
+
validationmessagerequiredany: string;
|
|
48
|
+
/**
|
|
49
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
50
|
+
*/
|
|
51
|
+
validationmessagesummaryrequired: string;
|
|
52
|
+
/**
|
|
53
|
+
* Resource Key für Validation Message Pattern in Validation Summary
|
|
54
|
+
*/
|
|
55
|
+
validationmessagesummaryrequiredany: string;
|
|
56
|
+
/**
|
|
57
|
+
* Constructor
|
|
58
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
59
|
+
* @param injector Injector for injecting services
|
|
60
|
+
*/
|
|
61
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector);
|
|
62
|
+
/**
|
|
63
|
+
* Getter welcher den Wert der Component in der gewählten Sprache zurückgibt. Wenn keine Sprache selektiert ist, wird ein leerer Wert zurückgegeben.
|
|
64
|
+
* Ist in der Component kein Wert gespeichert wird ein leerer Wert zurückgegeben
|
|
65
|
+
*/
|
|
66
|
+
get LanguageValue(): string;
|
|
67
|
+
/**
|
|
68
|
+
* Collection der Sprachen
|
|
69
|
+
*/
|
|
70
|
+
get Languages(): LanguageModel[];
|
|
71
|
+
/**
|
|
72
|
+
* Gibt das Icon der selektierten Sprache zurück
|
|
73
|
+
*/
|
|
74
|
+
get SelectedIcon(): string;
|
|
75
|
+
/**
|
|
76
|
+
* Gibt den Type des Icons für die selektierte Sprache zurück
|
|
77
|
+
*/
|
|
78
|
+
get SelectedIconType(): IconType;
|
|
79
|
+
/**
|
|
80
|
+
* Prüft, ob in einer beliebigen Sprache der Kompontente kein Wert definiert ist.
|
|
81
|
+
* @returns Gibt an ob ein Leeres Element vorhanden ist
|
|
82
|
+
*/
|
|
83
|
+
IsAnyEmpty(): boolean;
|
|
84
|
+
/**
|
|
85
|
+
* Gibt an, ob in einer bestimmten Sprache ein Wert definiert ist
|
|
86
|
+
* @param sprache Sprache in welcher der Wert geprüft werden soll
|
|
87
|
+
* @returns Wert ist vorhanden
|
|
88
|
+
*/
|
|
89
|
+
IsEmpty(sprache: LanguageModel): boolean;
|
|
90
|
+
/**
|
|
91
|
+
* Selektiert die Sprache der Komponente
|
|
92
|
+
* @param language Sprache die selektiert werden soll
|
|
93
|
+
*/
|
|
94
|
+
SelectLanguage(language: LanguageModel): void;
|
|
95
|
+
/**
|
|
96
|
+
* Speichert einen Wert zur aktuell gewählten Sprache
|
|
97
|
+
* @param value Wert welcher gespeichert werden soll
|
|
98
|
+
*/
|
|
99
|
+
SetLanguageValue(value: string): void;
|
|
100
|
+
/**
|
|
101
|
+
* Methode validiert, ob der Wert den gegebenen Kriterien entspricht
|
|
102
|
+
* @param c Controls das validiert wird
|
|
103
|
+
*/
|
|
104
|
+
validateData(c: AbstractControl): {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
};
|
|
107
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
+
import { SacBaseModelControl } from '../../common/basemodelcontrol';
|
|
3
|
+
/**
|
|
4
|
+
* Common Control für Form Item Container.
|
|
5
|
+
**/
|
|
6
|
+
export declare class SacStaticFormContainerCommon extends SacBaseModelControl<string> {
|
|
7
|
+
/**
|
|
8
|
+
* Definiert den Container als Required Form Item
|
|
9
|
+
*/
|
|
10
|
+
private _isrequired;
|
|
11
|
+
/**
|
|
12
|
+
* Text welcher als Tooltip angezeigt wird.
|
|
13
|
+
*/
|
|
14
|
+
tooltiptext: string;
|
|
15
|
+
/**
|
|
16
|
+
* Definiert den Container als Required Form Item
|
|
17
|
+
*/
|
|
18
|
+
get isrequired(): boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Definiert den Container als Required Form Item
|
|
21
|
+
*/
|
|
22
|
+
set isrequired(v: boolean);
|
|
23
|
+
/**
|
|
24
|
+
* Validierung des Controls
|
|
25
|
+
*
|
|
26
|
+
* @description Validierung wird auf dem Form Container nicht gemacht, da kein Model Binding vorhanden.
|
|
27
|
+
* @param c Control das Validiert werden soll
|
|
28
|
+
* @returns Fehlermeldung aus Validation oder NULL
|
|
29
|
+
*/
|
|
30
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
2
|
+
import { SacInputBase } from '../../common/baseinputcontrol';
|
|
3
|
+
/**
|
|
4
|
+
* Common Klasse für Static Label Control
|
|
5
|
+
**/
|
|
6
|
+
export declare class SacStaticLabelCommon extends SacInputBase<string> {
|
|
7
|
+
/**
|
|
8
|
+
* Erlaubt HTML Content in der Anzeige des Wertes
|
|
9
|
+
*/
|
|
10
|
+
allowhtml: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Validierung des Controls
|
|
13
|
+
*
|
|
14
|
+
* @param c Control das Validiert werden soll
|
|
15
|
+
* @returns Fehlermeldung aus Validation oder NULL
|
|
16
|
+
*/
|
|
17
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AfterContentInit, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { SacTabItemCommon } from './tabitem';
|
|
3
|
+
/**
|
|
4
|
+
* Base component for SacTab
|
|
5
|
+
*/
|
|
6
|
+
export declare abstract class SacTabCommon implements AfterContentInit {
|
|
7
|
+
/**
|
|
8
|
+
* control name
|
|
9
|
+
*/
|
|
10
|
+
name: string;
|
|
11
|
+
/**
|
|
12
|
+
* input property for template. Typ TemplateRef<any>
|
|
13
|
+
*/
|
|
14
|
+
tablabeltemplate: TemplateRef<any>;
|
|
15
|
+
/**
|
|
16
|
+
* dispose tabs when they are hidden
|
|
17
|
+
*/
|
|
18
|
+
unloadtabitemswhenhidden: boolean | null;
|
|
19
|
+
/**
|
|
20
|
+
* Event when new tab is selected
|
|
21
|
+
*/
|
|
22
|
+
tabselected: EventEmitter<string>;
|
|
23
|
+
/**
|
|
24
|
+
* Array von TabItems
|
|
25
|
+
*/
|
|
26
|
+
abstract tabItems(): SacTabItemCommon[];
|
|
27
|
+
/**
|
|
28
|
+
* AfterContentInit Event
|
|
29
|
+
*/
|
|
30
|
+
ngAfterContentInit(): void;
|
|
31
|
+
/**
|
|
32
|
+
* Initialisiert die Tabs
|
|
33
|
+
*/
|
|
34
|
+
private initTabs;
|
|
35
|
+
/**
|
|
36
|
+
* select new tab
|
|
37
|
+
* @param tab tab that should be selected
|
|
38
|
+
*/
|
|
39
|
+
selectTab(tab: SacTabItemCommon): void;
|
|
40
|
+
/**
|
|
41
|
+
* get id of tab button
|
|
42
|
+
* @param tabitemid id of tab
|
|
43
|
+
*/
|
|
44
|
+
GetTabItemButtonId(tabitemid: string): string;
|
|
45
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
* Die Basis Komponente für SacTabItem
|
|
4
|
+
*/
|
|
5
|
+
export declare class SacTabItemCommon {
|
|
6
|
+
/**
|
|
7
|
+
* Boolean Property prüft ob das Tab aktiv ist
|
|
8
|
+
*/
|
|
9
|
+
active: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Boolean Property prüft ob das Tab disabled ist
|
|
12
|
+
*/
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* ID-String
|
|
16
|
+
*/
|
|
17
|
+
id: string;
|
|
18
|
+
/**
|
|
19
|
+
* Label Text vom Control
|
|
20
|
+
*/
|
|
21
|
+
label: string;
|
|
22
|
+
/**
|
|
23
|
+
* Das Input property ekzeptiert boolen Wert. Default ist true. Definiert, ob die Komponente hidden sein sollte.
|
|
24
|
+
*/
|
|
25
|
+
unloadwhenhidden: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* ContentChild Decorator
|
|
28
|
+
*/
|
|
29
|
+
templateRef: TemplateRef<any>;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { EventEmitter, Injector, NgZone } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
import { SacBaseModelControl } from '../../common/basemodelcontrol';
|
|
4
|
+
import { ISacLocalisationService } from '../../interfaces/ISacLocalisationService';
|
|
5
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
6
|
+
import { TinyMceDialogSettings } from './tinymcedialogsettings';
|
|
7
|
+
import { TinyMceDialogSettingsMeta } from './tinymcedialogsettingsmeta';
|
|
8
|
+
import { TinyMceInstance } from './tinymceinstance';
|
|
9
|
+
/**
|
|
10
|
+
* Basis Komponente für TinyMCE Editor
|
|
11
|
+
*/
|
|
12
|
+
export declare abstract class SacTinyMceCommon extends SacBaseModelControl<string> {
|
|
13
|
+
protected ngZone: NgZone;
|
|
14
|
+
/**
|
|
15
|
+
* Default Config mit Standardwerten für TinyMCE
|
|
16
|
+
*/
|
|
17
|
+
private baseConfig;
|
|
18
|
+
/**
|
|
19
|
+
* Erlaubt im Filebrowser das löschen von Dateien
|
|
20
|
+
*/
|
|
21
|
+
allowfiledelete: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Erlaubt im Filebrowser das umbennen von Dateien
|
|
24
|
+
*/
|
|
25
|
+
allowfilerename: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Erlaubt im Filebrowser das hochladen von Files
|
|
28
|
+
*/
|
|
29
|
+
allowfileupload: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Erlaubt im Filebrowser das anlegen eines Ordners
|
|
32
|
+
*/
|
|
33
|
+
allowfoldercreate: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Erlaubt im Filebrowser das löschen eines Ordners
|
|
36
|
+
*/
|
|
37
|
+
allowfolderdelete: boolean;
|
|
38
|
+
/**
|
|
39
|
+
* Erlaubt im Filebrowser das umbennen eines Ordners
|
|
40
|
+
*/
|
|
41
|
+
allowfolderrename: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* URL zu Filebrowser Backend
|
|
44
|
+
*/
|
|
45
|
+
filebrowserapiurl: string;
|
|
46
|
+
/**
|
|
47
|
+
* File Extensions für Links (Format: .xxx,.yyy,.eee)
|
|
48
|
+
*/
|
|
49
|
+
filetypesfiles: string;
|
|
50
|
+
/**
|
|
51
|
+
* File Extensions für Images (Format: .xxx,.yyy,.eee)
|
|
52
|
+
*/
|
|
53
|
+
filetypesimages: string;
|
|
54
|
+
/**
|
|
55
|
+
* File Extensions für Media (Format: .xxx,.yyy,.eee)
|
|
56
|
+
*/
|
|
57
|
+
filetypesvideo: string;
|
|
58
|
+
/**
|
|
59
|
+
* Höhe des Editors
|
|
60
|
+
*/
|
|
61
|
+
height: string;
|
|
62
|
+
/**
|
|
63
|
+
* Definiert das Control als Required
|
|
64
|
+
*/
|
|
65
|
+
isrequired: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* Resource Key für Validation Message Required bei Control
|
|
68
|
+
*/
|
|
69
|
+
validationmessagerequired: string;
|
|
70
|
+
/**
|
|
71
|
+
* Resource Key für Validation Message Required in Validation Summary
|
|
72
|
+
*/
|
|
73
|
+
validationmessagesummaryrequired: string;
|
|
74
|
+
/**
|
|
75
|
+
* Event wenn Save Action in TinyMCE ausgelöst wird
|
|
76
|
+
*/
|
|
77
|
+
onsave: EventEmitter<string>;
|
|
78
|
+
/**
|
|
79
|
+
* TinyMCE Config
|
|
80
|
+
*/
|
|
81
|
+
_config: any;
|
|
82
|
+
/**
|
|
83
|
+
* Service für Error Localisation
|
|
84
|
+
*/
|
|
85
|
+
lngResourceService: ISacLocalisationService;
|
|
86
|
+
/**
|
|
87
|
+
* Settings Instanz für Dialog
|
|
88
|
+
*/
|
|
89
|
+
selectDialogSettings: TinyMceDialogSettings;
|
|
90
|
+
/**
|
|
91
|
+
* Der Select Dialog wird angezeigt
|
|
92
|
+
*/
|
|
93
|
+
selectdialogvisible: boolean;
|
|
94
|
+
/**
|
|
95
|
+
* Instanz auf TinyMCE Settings. Wird durch TinyMCE gesetzt und wird für den Callback des Dialog benötigt
|
|
96
|
+
*/
|
|
97
|
+
settings: TinyMceInstance;
|
|
98
|
+
/**
|
|
99
|
+
* Constructor
|
|
100
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
101
|
+
* @param injector Injector for injecting services
|
|
102
|
+
* @param ngZone ngzone for handling external javascripts
|
|
103
|
+
*/
|
|
104
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, ngZone: NgZone);
|
|
105
|
+
/**
|
|
106
|
+
* TinyMCE Konfiguration
|
|
107
|
+
* @link https://www.tiny.cloud/docs/configure/
|
|
108
|
+
*/
|
|
109
|
+
set config(v: any);
|
|
110
|
+
/**
|
|
111
|
+
* TinyMCE Konfiguration
|
|
112
|
+
*/
|
|
113
|
+
get config(): any;
|
|
114
|
+
/**
|
|
115
|
+
* Schliesst den Dateiauswahl Dialog
|
|
116
|
+
*/
|
|
117
|
+
closeSelectDialog(): void;
|
|
118
|
+
/**
|
|
119
|
+
* Löst die Speichern Action aus
|
|
120
|
+
* @param content Content als String
|
|
121
|
+
*/
|
|
122
|
+
save(content: any): void;
|
|
123
|
+
/**
|
|
124
|
+
* Setzt das Resultat aus dem Dateiauswahl Dialog
|
|
125
|
+
*/
|
|
126
|
+
setSelectDialogResult(): void;
|
|
127
|
+
/**
|
|
128
|
+
* Zeigt den Dateiauswahl Dialog an
|
|
129
|
+
* @param callback Callback Methode welche aufgerufen wird, wenn der Dialog geschlossen wird
|
|
130
|
+
* @param value Wert aus dem Datei Dialog
|
|
131
|
+
* @param meta Meta Daten zur Datei
|
|
132
|
+
*/
|
|
133
|
+
showSelectDialog(callback: any, value: string, meta: TinyMceDialogSettingsMeta): void;
|
|
134
|
+
/**
|
|
135
|
+
* Validiert das Control
|
|
136
|
+
* @param c Control Instanz die valdidiert wird
|
|
137
|
+
* @returns Gibt eine Fehlermeldung oder NULL zurück
|
|
138
|
+
*/
|
|
139
|
+
validateData(c: AbstractControl): ValidationErrors;
|
|
140
|
+
/**
|
|
141
|
+
* get settings in effective implementation that overwrites the defaults. use {} for non overwrites.
|
|
142
|
+
*/
|
|
143
|
+
abstract overwriteDefaultSettings(): any;
|
|
144
|
+
/**
|
|
145
|
+
* Gibt die TinyMCE Settings zurück, die aus den Properties der Angular Komponenten erzeugt werden
|
|
146
|
+
* @returns Objekt mit Settings
|
|
147
|
+
*/
|
|
148
|
+
private getDynamicSettings;
|
|
149
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { TinyMceDialogSettingsMeta } from './tinymcedialogsettingsmeta';
|
|
2
|
+
/**
|
|
3
|
+
* Settings für TinyMCE Dialog
|
|
4
|
+
*/
|
|
5
|
+
export declare class TinyMceDialogSettings {
|
|
6
|
+
/**
|
|
7
|
+
* Konstruktor
|
|
8
|
+
* @param init Initale Werte
|
|
9
|
+
*/
|
|
10
|
+
constructor(init?: Partial<TinyMceDialogSettings>);
|
|
11
|
+
/**
|
|
12
|
+
* Callback Methode für Dialog
|
|
13
|
+
*/
|
|
14
|
+
callback: any;
|
|
15
|
+
/**
|
|
16
|
+
* Wert aus Dialog
|
|
17
|
+
*/
|
|
18
|
+
value: string;
|
|
19
|
+
/**
|
|
20
|
+
* Meta Daten zu Dialog
|
|
21
|
+
*/
|
|
22
|
+
meta: TinyMceDialogSettingsMeta;
|
|
23
|
+
/**
|
|
24
|
+
* File Type Filter
|
|
25
|
+
*/
|
|
26
|
+
allowedtypes: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|