@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,66 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { SacContextmenuCommon } from './contextmenu';
|
|
3
|
+
import { SacContextmenuItemCommon } from './contextmenuitem';
|
|
4
|
+
/**
|
|
5
|
+
* Base Context Menu Button Item
|
|
6
|
+
*/
|
|
7
|
+
export declare class SacContextmenuItemButtonCommon extends SacContextmenuItemCommon {
|
|
8
|
+
protected contextmenu: SacContextmenuCommon;
|
|
9
|
+
/**
|
|
10
|
+
* Constructor
|
|
11
|
+
* @param contextmenu Instance of Context Menü.
|
|
12
|
+
*/
|
|
13
|
+
constructor(contextmenu: SacContextmenuCommon);
|
|
14
|
+
/**
|
|
15
|
+
* Menu Item ist deaktiviert
|
|
16
|
+
*/
|
|
17
|
+
protected _isdisabled: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Icon Column in Menü ist deaktiviert
|
|
20
|
+
*/
|
|
21
|
+
protected _isicondisabled: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Icon für Menü
|
|
24
|
+
*/
|
|
25
|
+
icon: string;
|
|
26
|
+
/**
|
|
27
|
+
* css class for button styling
|
|
28
|
+
*/
|
|
29
|
+
cssclass: string;
|
|
30
|
+
/**
|
|
31
|
+
* Input Property für Styling des Buttons. Definiert die Css Klassen des Buttons
|
|
32
|
+
*/
|
|
33
|
+
iconstyle: string;
|
|
34
|
+
/**
|
|
35
|
+
* Image für Menü. Wird benötigt wenn das Icon für den Button ein File und nicht ein Icon Font ist.
|
|
36
|
+
*/
|
|
37
|
+
image: string;
|
|
38
|
+
/**
|
|
39
|
+
* Menu Item ist deaktiviert
|
|
40
|
+
*/
|
|
41
|
+
set isdisabled(v: boolean | string);
|
|
42
|
+
/**
|
|
43
|
+
* Menu Item ist deaktiviert
|
|
44
|
+
*/
|
|
45
|
+
get isdisabled(): boolean | string;
|
|
46
|
+
/**
|
|
47
|
+
* Icon Column in Menü ist deaktiviert
|
|
48
|
+
*/
|
|
49
|
+
set isicondisabled(v: boolean | string);
|
|
50
|
+
/**
|
|
51
|
+
* Icon Column in Menü ist deaktiviert
|
|
52
|
+
*/
|
|
53
|
+
get isicondisabled(): boolean | string;
|
|
54
|
+
/**
|
|
55
|
+
* Text für Menü Item.
|
|
56
|
+
*/
|
|
57
|
+
text: string;
|
|
58
|
+
/**
|
|
59
|
+
* Event wenn auf den Button geklickt wird
|
|
60
|
+
*/
|
|
61
|
+
clicked: EventEmitter<void>;
|
|
62
|
+
/**
|
|
63
|
+
* Die Methode wird das cklickaction Emitter aktivieren
|
|
64
|
+
*/
|
|
65
|
+
callaction(event: MouseEvent): void;
|
|
66
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
import * as IMask from 'imask';
|
|
4
|
+
import { Moment } from 'moment';
|
|
5
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
6
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
7
|
+
/**
|
|
8
|
+
* Komponente für SacDateCommon. Extends SacBaseDateTimeControl
|
|
9
|
+
*/
|
|
10
|
+
export declare class SacDateCommon extends SacBaseDateTimeControl {
|
|
11
|
+
protected elementRef: ElementRef;
|
|
12
|
+
/**
|
|
13
|
+
* icon service
|
|
14
|
+
*/
|
|
15
|
+
private iconService;
|
|
16
|
+
/**
|
|
17
|
+
* Format des Datums
|
|
18
|
+
*/
|
|
19
|
+
readonly DATEFORMAT: string;
|
|
20
|
+
/**
|
|
21
|
+
* Maske
|
|
22
|
+
*/
|
|
23
|
+
readonly imaskDate: {
|
|
24
|
+
mask: string;
|
|
25
|
+
blocks: {
|
|
26
|
+
DD: {
|
|
27
|
+
mask: typeof IMask.MaskedRange;
|
|
28
|
+
from: number;
|
|
29
|
+
to: number;
|
|
30
|
+
maxLength: number;
|
|
31
|
+
};
|
|
32
|
+
MM: {
|
|
33
|
+
mask: typeof IMask.MaskedRange;
|
|
34
|
+
from: number;
|
|
35
|
+
to: number;
|
|
36
|
+
maxLength: number;
|
|
37
|
+
};
|
|
38
|
+
YYYY: {
|
|
39
|
+
mask: typeof IMask.MaskedRange;
|
|
40
|
+
from: number;
|
|
41
|
+
to: number;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
placeholderChar: string;
|
|
45
|
+
autofix: boolean;
|
|
46
|
+
lazy: boolean;
|
|
47
|
+
overwrite: boolean;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Resource Key für Validation Message MaxDate bei Control
|
|
51
|
+
*/
|
|
52
|
+
validationmessagemaxdate: string;
|
|
53
|
+
/**
|
|
54
|
+
* Resource Key für Validation Message MinDate bei Control
|
|
55
|
+
*/
|
|
56
|
+
validationmessagemindate: string;
|
|
57
|
+
/**
|
|
58
|
+
* Resource Key für Validation Message MaxDate in Validation Summary
|
|
59
|
+
*/
|
|
60
|
+
validationmessagesummarymaxdate: string;
|
|
61
|
+
/**
|
|
62
|
+
* Resource Key für Validation Message MinDate in Validation Summary
|
|
63
|
+
*/
|
|
64
|
+
validationmessagesummarymindate: string;
|
|
65
|
+
/**
|
|
66
|
+
* Min Date
|
|
67
|
+
*/
|
|
68
|
+
_maxdate: Date;
|
|
69
|
+
/**
|
|
70
|
+
* Min Date
|
|
71
|
+
*/
|
|
72
|
+
_mindate: Date;
|
|
73
|
+
/**
|
|
74
|
+
* Definiert ob der Date Selector angezeigt wird
|
|
75
|
+
*/
|
|
76
|
+
_showselector: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Constructor
|
|
79
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
80
|
+
* @param injector Injector for injecting services
|
|
81
|
+
* @param elementRef reference to html element
|
|
82
|
+
*/
|
|
83
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef);
|
|
84
|
+
/**
|
|
85
|
+
* Min Date
|
|
86
|
+
*/
|
|
87
|
+
set maxdate(v: string | Date | null);
|
|
88
|
+
/**
|
|
89
|
+
* Min Date
|
|
90
|
+
*/
|
|
91
|
+
set mindate(v: string | Date | null);
|
|
92
|
+
/**
|
|
93
|
+
* icon for date selector button
|
|
94
|
+
*/
|
|
95
|
+
get IconSelector(): string;
|
|
96
|
+
/**
|
|
97
|
+
* HostListener
|
|
98
|
+
*/
|
|
99
|
+
onClick(targetElement: any): void;
|
|
100
|
+
/**
|
|
101
|
+
* Methode ergibt Datum-Format vom String
|
|
102
|
+
*/
|
|
103
|
+
GetDateTimeFormatString(): string;
|
|
104
|
+
/**
|
|
105
|
+
* Methode ergibt Datum - Moment
|
|
106
|
+
*/
|
|
107
|
+
ModifyParsedDateTimeValue(v: Moment): Moment;
|
|
108
|
+
/**
|
|
109
|
+
* Date Selector
|
|
110
|
+
*/
|
|
111
|
+
dateselect(v: any): void;
|
|
112
|
+
/**
|
|
113
|
+
* Zeigt Date Selector an
|
|
114
|
+
*/
|
|
115
|
+
showDateSelector(): void;
|
|
116
|
+
/**
|
|
117
|
+
* Validator
|
|
118
|
+
*/
|
|
119
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
120
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, Injector } from '@angular/core';
|
|
2
|
+
/**
|
|
3
|
+
*Basis Komponente für DateSelectorItem
|
|
4
|
+
*/
|
|
5
|
+
declare class DateSelectorItem {
|
|
6
|
+
/**
|
|
7
|
+
* Datum
|
|
8
|
+
*/
|
|
9
|
+
date: Date;
|
|
10
|
+
/**
|
|
11
|
+
* DisplayText Property; default Wert - ''
|
|
12
|
+
*/
|
|
13
|
+
displaytext: string;
|
|
14
|
+
/**
|
|
15
|
+
* Boolean Property, die zeigt, ob das Element aktuell ist; default Wert - false
|
|
16
|
+
*/
|
|
17
|
+
iscurrent: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Boolean Property, die zeigt, ob das Control enabled ist; default Wert - false
|
|
20
|
+
*/
|
|
21
|
+
isenabled: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Boolean Property, die zeigt, ob das Element neu ist; default Wert - false
|
|
24
|
+
*/
|
|
25
|
+
isnew: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Boolean Property, die zeigt, ob das Element selektiert ist; default Wert - false
|
|
28
|
+
*/
|
|
29
|
+
isselected: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Konstruktor
|
|
32
|
+
* @param displaytext Anzeigetext
|
|
33
|
+
* @param date Datum
|
|
34
|
+
* @param isenabled Element ist aktiv
|
|
35
|
+
* @param isselected Element ist selektiert
|
|
36
|
+
* @param iscurrent Element ist aktuelles Element
|
|
37
|
+
* @param isnew Element ist neu
|
|
38
|
+
*/
|
|
39
|
+
constructor(displaytext: string, date: Date, isenabled: boolean, isselected: boolean, iscurrent: boolean, isnew: boolean);
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
*Basis Komponente für SacDateSelector
|
|
43
|
+
*/
|
|
44
|
+
export declare class SacDateSelectorCommon implements OnInit {
|
|
45
|
+
/**
|
|
46
|
+
* Ursprüngliches Datum
|
|
47
|
+
*/
|
|
48
|
+
private _initialValue;
|
|
49
|
+
/**
|
|
50
|
+
* Aktuell gewähltes Datum
|
|
51
|
+
*/
|
|
52
|
+
private _selectedValue;
|
|
53
|
+
/**
|
|
54
|
+
* Anfang des Kalenders
|
|
55
|
+
*/
|
|
56
|
+
private beginOfCalendar;
|
|
57
|
+
/**
|
|
58
|
+
* icon service to resolve icons
|
|
59
|
+
*/
|
|
60
|
+
private iconService;
|
|
61
|
+
/**
|
|
62
|
+
* Boolean Property für automatische Selektierung; default Wert - false
|
|
63
|
+
*/
|
|
64
|
+
autoapplyselection: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Array von Daten
|
|
67
|
+
*/
|
|
68
|
+
dates: DateSelectorItem[][];
|
|
69
|
+
/**
|
|
70
|
+
* Datum Selector
|
|
71
|
+
*/
|
|
72
|
+
dateselection: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* Monat
|
|
75
|
+
*/
|
|
76
|
+
month: number;
|
|
77
|
+
/**
|
|
78
|
+
* Output Event beim Datum Selektieren
|
|
79
|
+
*/
|
|
80
|
+
selectdate: EventEmitter<any>;
|
|
81
|
+
/**
|
|
82
|
+
* Time Selector
|
|
83
|
+
*/
|
|
84
|
+
timeselection: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Jahr
|
|
87
|
+
*/
|
|
88
|
+
year: number;
|
|
89
|
+
constructor(injector: Injector);
|
|
90
|
+
/**
|
|
91
|
+
* Get icon to switch to next month
|
|
92
|
+
*/
|
|
93
|
+
get iconMonthNext(): string;
|
|
94
|
+
/**
|
|
95
|
+
* Get icon to switch to previous month
|
|
96
|
+
*/
|
|
97
|
+
get iconMonthPrev(): string;
|
|
98
|
+
/**
|
|
99
|
+
* Input für ursprüngliches Datum
|
|
100
|
+
*/
|
|
101
|
+
get initialvalue(): Date;
|
|
102
|
+
set initialvalue(v: Date | null);
|
|
103
|
+
/**
|
|
104
|
+
* Selektierung übernehmen
|
|
105
|
+
*/
|
|
106
|
+
applySelection(): void;
|
|
107
|
+
/**
|
|
108
|
+
* Modus ändern
|
|
109
|
+
*/
|
|
110
|
+
changeMode(): void;
|
|
111
|
+
/**
|
|
112
|
+
* Getter für Stunden Uhrzeit
|
|
113
|
+
*/
|
|
114
|
+
getHours(): number;
|
|
115
|
+
/**
|
|
116
|
+
* Getter für Minuten Uhrzeit
|
|
117
|
+
*/
|
|
118
|
+
getMinutes(): number;
|
|
119
|
+
/**
|
|
120
|
+
* Vorheriger Monat
|
|
121
|
+
*/
|
|
122
|
+
monthBack(): void;
|
|
123
|
+
/**
|
|
124
|
+
* Nächster Monat
|
|
125
|
+
*/
|
|
126
|
+
monthNext(): void;
|
|
127
|
+
/**
|
|
128
|
+
* Init Event
|
|
129
|
+
*/
|
|
130
|
+
ngOnInit(): void;
|
|
131
|
+
/**
|
|
132
|
+
* Selektierung resetten
|
|
133
|
+
*/
|
|
134
|
+
resetSelection(): void;
|
|
135
|
+
/**
|
|
136
|
+
* Methode ergibt das selektierte Datum
|
|
137
|
+
*/
|
|
138
|
+
selectDate(v: DateSelectorItem): void;
|
|
139
|
+
/**
|
|
140
|
+
* Setter für Stunden Uhrzeit
|
|
141
|
+
*/
|
|
142
|
+
setHours(v: number | null): void;
|
|
143
|
+
/**
|
|
144
|
+
* Setter für Minuten Uhrzeit
|
|
145
|
+
*/
|
|
146
|
+
setMinutes(v: number | null): void;
|
|
147
|
+
/**
|
|
148
|
+
* Auswahl auf aktuelle Zeit stellen
|
|
149
|
+
*/
|
|
150
|
+
setToday(): void;
|
|
151
|
+
/**
|
|
152
|
+
* Ursprünglicher Kalender
|
|
153
|
+
*/
|
|
154
|
+
private initCalendar;
|
|
155
|
+
/**
|
|
156
|
+
* Initial Datum
|
|
157
|
+
*/
|
|
158
|
+
private initDates;
|
|
159
|
+
private initSelectedValue;
|
|
160
|
+
}
|
|
161
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
import * as IMask from 'imask';
|
|
4
|
+
import { Moment } from 'moment';
|
|
5
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
6
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
7
|
+
/**
|
|
8
|
+
* Komponente für SacDateTimeCommon. Extends SacBaseDateTimeControl
|
|
9
|
+
*/
|
|
10
|
+
export declare class SacDateTimeCommon extends SacBaseDateTimeControl {
|
|
11
|
+
protected elementRef: ElementRef;
|
|
12
|
+
/**
|
|
13
|
+
* icon service
|
|
14
|
+
*/
|
|
15
|
+
private iconService;
|
|
16
|
+
/**
|
|
17
|
+
* Format des Datums
|
|
18
|
+
*/
|
|
19
|
+
readonly DATEFORMAT: string;
|
|
20
|
+
/**
|
|
21
|
+
* Maske
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* Maske
|
|
25
|
+
*/
|
|
26
|
+
readonly imaskDate: {
|
|
27
|
+
mask: string;
|
|
28
|
+
blocks: {
|
|
29
|
+
DD: {
|
|
30
|
+
mask: typeof IMask.MaskedRange;
|
|
31
|
+
from: number;
|
|
32
|
+
to: number;
|
|
33
|
+
maxLength: number;
|
|
34
|
+
};
|
|
35
|
+
MM: {
|
|
36
|
+
mask: typeof IMask.MaskedRange;
|
|
37
|
+
from: number;
|
|
38
|
+
to: number;
|
|
39
|
+
maxLength: number;
|
|
40
|
+
};
|
|
41
|
+
YYYY: {
|
|
42
|
+
mask: typeof IMask.MaskedRange;
|
|
43
|
+
from: number;
|
|
44
|
+
to: number;
|
|
45
|
+
};
|
|
46
|
+
HH: {
|
|
47
|
+
mask: typeof IMask.MaskedRange;
|
|
48
|
+
from: number;
|
|
49
|
+
to: number;
|
|
50
|
+
maxLength: number;
|
|
51
|
+
};
|
|
52
|
+
mm: {
|
|
53
|
+
mask: typeof IMask.MaskedRange;
|
|
54
|
+
from: number;
|
|
55
|
+
to: number;
|
|
56
|
+
maxLength: number;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
placeholderChar: string;
|
|
60
|
+
autofix: boolean;
|
|
61
|
+
lazy: boolean;
|
|
62
|
+
overwrite: boolean;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Resource Key für Validation Message MaxDate bei Control
|
|
66
|
+
*/
|
|
67
|
+
validationmessagemaxdate: string;
|
|
68
|
+
/**
|
|
69
|
+
* Resource Key für Validation Message MinDate bei Control
|
|
70
|
+
*/
|
|
71
|
+
validationmessagemindate: string;
|
|
72
|
+
/**
|
|
73
|
+
* Resource Key für Validation Message MaxDate in Validation Summary
|
|
74
|
+
*/
|
|
75
|
+
validationmessagesummarymaxdate: string;
|
|
76
|
+
/**
|
|
77
|
+
* Resource Key für Validation Message MinDate in Validation Summary
|
|
78
|
+
*/
|
|
79
|
+
validationmessagesummarymindate: string;
|
|
80
|
+
/**
|
|
81
|
+
* Maximaler Wert des Datums
|
|
82
|
+
*/
|
|
83
|
+
_maxdate: Date;
|
|
84
|
+
/**
|
|
85
|
+
* Minimaler Wert des Datums
|
|
86
|
+
*/
|
|
87
|
+
_mindate: Date;
|
|
88
|
+
/**
|
|
89
|
+
* Definiert ob der Date Selector angezeigt wird
|
|
90
|
+
*/
|
|
91
|
+
_showselector: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Constructor
|
|
94
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
95
|
+
* @param injector Injector for injecting services
|
|
96
|
+
* @param elementRef reference to html element
|
|
97
|
+
*/
|
|
98
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef);
|
|
99
|
+
/**
|
|
100
|
+
* Max Date
|
|
101
|
+
*/
|
|
102
|
+
set maxdate(v: string | Date | null);
|
|
103
|
+
/**
|
|
104
|
+
* Min Date
|
|
105
|
+
*/
|
|
106
|
+
set mindate(v: string | Date | null);
|
|
107
|
+
/**
|
|
108
|
+
* icon for date selector button
|
|
109
|
+
*/
|
|
110
|
+
get IconSelector(): string;
|
|
111
|
+
/**
|
|
112
|
+
* HostListener
|
|
113
|
+
*/
|
|
114
|
+
onClick(targetElement: any): void;
|
|
115
|
+
/**
|
|
116
|
+
* Methode ergibt Datum-Format vom String
|
|
117
|
+
*/
|
|
118
|
+
GetDateTimeFormatString(): string;
|
|
119
|
+
/**
|
|
120
|
+
* Methode modifiziert den parsed Wert des Datums
|
|
121
|
+
*/
|
|
122
|
+
ModifyParsedDateTimeValue(v: Moment): Moment;
|
|
123
|
+
/**
|
|
124
|
+
* Methode ergibt das selektierte Datum
|
|
125
|
+
*/
|
|
126
|
+
dateselect(v: any): void;
|
|
127
|
+
/**
|
|
128
|
+
* DateSelector wird beim Click-Event angezeigt
|
|
129
|
+
*/
|
|
130
|
+
showDateSelector(): void;
|
|
131
|
+
/**
|
|
132
|
+
* Validator
|
|
133
|
+
*/
|
|
134
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
135
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { ElementRef, Injector } from '@angular/core';
|
|
2
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
import * as IMask from 'imask';
|
|
4
|
+
import { Moment } from 'moment';
|
|
5
|
+
import { SacBaseDateTimeControl } from '../../common/basedatetimecontrol';
|
|
6
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
7
|
+
/**
|
|
8
|
+
* Komponente für SacTimeCommon. Extends SacBaseDateTimeControl
|
|
9
|
+
*/
|
|
10
|
+
export declare class SacTimeCommon extends SacBaseDateTimeControl {
|
|
11
|
+
protected elementRef: ElementRef;
|
|
12
|
+
/**
|
|
13
|
+
* icon service
|
|
14
|
+
*/
|
|
15
|
+
private iconService;
|
|
16
|
+
/**
|
|
17
|
+
* Format des Datums
|
|
18
|
+
*/
|
|
19
|
+
readonly TIMEFORMAT: string;
|
|
20
|
+
/**
|
|
21
|
+
* Maske
|
|
22
|
+
*/
|
|
23
|
+
readonly imaskDate: {
|
|
24
|
+
mask: string;
|
|
25
|
+
blocks: {
|
|
26
|
+
HH: {
|
|
27
|
+
mask: typeof IMask.MaskedRange;
|
|
28
|
+
from: number;
|
|
29
|
+
to: number;
|
|
30
|
+
maxLength: number;
|
|
31
|
+
};
|
|
32
|
+
mm: {
|
|
33
|
+
mask: typeof IMask.MaskedRange;
|
|
34
|
+
from: number;
|
|
35
|
+
to: number;
|
|
36
|
+
maxLength: number;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
placeholderChar: string;
|
|
40
|
+
autofix: boolean;
|
|
41
|
+
lazy: boolean;
|
|
42
|
+
overwrite: boolean;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Resource Key für Validation Message MinTime bei Control
|
|
46
|
+
*/
|
|
47
|
+
validationmessagemaxtime: string;
|
|
48
|
+
/**
|
|
49
|
+
* Resource Key für Validation Message MinTime bei Control
|
|
50
|
+
*/
|
|
51
|
+
validationmessagemintime: string;
|
|
52
|
+
/**
|
|
53
|
+
* Resource Key für Validation Message MinTime in Validation Summary
|
|
54
|
+
*/
|
|
55
|
+
validationmessagesummarymaxtime: string;
|
|
56
|
+
/**
|
|
57
|
+
* Resource Key für Validation Message MinTime in Validation Summary
|
|
58
|
+
*/
|
|
59
|
+
validationmessagesummarymintime: string;
|
|
60
|
+
/**
|
|
61
|
+
* Max Time
|
|
62
|
+
*/
|
|
63
|
+
_maxtime: Date;
|
|
64
|
+
/**
|
|
65
|
+
* Min Time
|
|
66
|
+
*/
|
|
67
|
+
_mintime: Date;
|
|
68
|
+
/**
|
|
69
|
+
* Definiert ob der Date Selector angezeigt wird
|
|
70
|
+
*/
|
|
71
|
+
_showselector: boolean;
|
|
72
|
+
/**
|
|
73
|
+
* Constructor
|
|
74
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
75
|
+
* @param injector Injector for injecting services
|
|
76
|
+
* @param elementRef reference to html element
|
|
77
|
+
*/
|
|
78
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, elementRef: ElementRef);
|
|
79
|
+
/**
|
|
80
|
+
* Max Time
|
|
81
|
+
*/
|
|
82
|
+
set maxtime(v: string | Date | null);
|
|
83
|
+
/**
|
|
84
|
+
* Min Time
|
|
85
|
+
*/
|
|
86
|
+
set mintime(v: string | Date | null);
|
|
87
|
+
/**
|
|
88
|
+
* icon for date selector button
|
|
89
|
+
*/
|
|
90
|
+
get IconSelector(): string;
|
|
91
|
+
/**
|
|
92
|
+
* HostListener
|
|
93
|
+
*/
|
|
94
|
+
onClick(targetElement: any): void;
|
|
95
|
+
/**
|
|
96
|
+
* Methode ergibt Datum-Format vom String
|
|
97
|
+
*/
|
|
98
|
+
GetDateTimeFormatString(): string;
|
|
99
|
+
/**
|
|
100
|
+
* Methode ergibt Datum - Moment
|
|
101
|
+
*/
|
|
102
|
+
ModifyParsedDateTimeValue(v: Moment): Moment;
|
|
103
|
+
/**
|
|
104
|
+
* Zeigt Date Selector an
|
|
105
|
+
*/
|
|
106
|
+
showTimeSelector(): void;
|
|
107
|
+
/**
|
|
108
|
+
* Time Selector
|
|
109
|
+
*/
|
|
110
|
+
timeselect(v: any): void;
|
|
111
|
+
/**
|
|
112
|
+
* Validator
|
|
113
|
+
*/
|
|
114
|
+
validateData(c: AbstractControl): ValidationErrors | null;
|
|
115
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|