@simpleangularcontrols/sac-bootstrap5 13.0.0-rc.2 → 13.0.0-rc.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -17
- package/components/browser/browser.d.ts +48 -48
- package/components/browser/browser.module.d.ts +14 -14
- package/components/browser/browser.module.ngfactory.d.ts +3 -3
- package/components/browser/browser.module.ngsummary.d.ts +1 -1
- package/components/browser/browser.ngfactory.d.ts +3 -3
- package/components/browser/browser.ngsummary.d.ts +1 -1
- package/controls/buttons/button.d.ts +11 -11
- package/controls/buttons/button.module.d.ts +9 -8
- package/controls/buttons/button.module.ngfactory.d.ts +3 -3
- package/controls/buttons/button.module.ngsummary.d.ts +1 -1
- package/controls/buttons/button.ngfactory.d.ts +3 -3
- package/controls/buttons/button.ngsummary.d.ts +1 -1
- package/controls/checkbox/checkbox.d.ts +17 -17
- package/controls/checkbox/checkbox.module.d.ts +13 -10
- package/controls/checkbox/checkbox.module.ngfactory.d.ts +3 -3
- package/controls/checkbox/checkbox.module.ngsummary.d.ts +1 -1
- package/controls/checkbox/checkbox.ngfactory.d.ts +3 -3
- package/controls/checkbox/checkbox.ngsummary.d.ts +1 -1
- package/controls/checkbox/radiobutton.d.ts +19 -15
- package/controls/checkbox/radiobutton.ngfactory.d.ts +3 -3
- package/controls/checkbox/radiobutton.ngsummary.d.ts +1 -1
- package/controls/checkbox/radiobuttons.d.ts +17 -17
- package/controls/checkbox/radiobuttons.ngfactory.d.ts +3 -3
- package/controls/checkbox/radiobuttons.ngsummary.d.ts +1 -1
- package/controls/confirm/confirm.d.ts +9 -9
- package/controls/confirm/confirm.module.d.ts +20 -19
- package/controls/confirm/confirm.module.ngfactory.d.ts +3 -3
- package/controls/confirm/confirm.module.ngsummary.d.ts +1 -1
- package/controls/confirm/confirm.ngfactory.d.ts +3 -3
- package/controls/confirm/confirm.ngsummary.d.ts +1 -1
- package/controls/confirm/confirm.service.d.ts +57 -57
- package/controls/confirm/confirm.service.ngfactory.d.ts +3 -3
- package/controls/confirm/confirm.service.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenu.d.ts +19 -19
- package/controls/contextmenu/contextmenu.module.d.ts +13 -12
- package/controls/contextmenu/contextmenu.module.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenu.module.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenu.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenu.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenuanchor.d.ts +15 -15
- package/controls/contextmenu/contextmenuanchor.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenuanchor.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +15 -15
- package/controls/contextmenu/contextmenucontainer.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenucontainer.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +13 -14
- package/controls/contextmenu/contextmenuitembutton.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenuitembutton.ngsummary.d.ts +1 -1
- package/controls/contextmenu/contextmenuitemsplitter.d.ts +9 -9
- package/controls/contextmenu/contextmenuitemsplitter.ngfactory.d.ts +3 -3
- package/controls/contextmenu/contextmenuitemsplitter.ngsummary.d.ts +1 -1
- package/controls/datetime/date.d.ts +19 -18
- package/controls/datetime/date.ngfactory.d.ts +3 -3
- package/controls/datetime/date.ngsummary.d.ts +1 -1
- package/controls/datetime/dateselector.d.ts +9 -9
- package/controls/datetime/dateselector.ngfactory.d.ts +3 -3
- package/controls/datetime/dateselector.ngsummary.d.ts +1 -1
- package/controls/datetime/datetime.d.ts +19 -18
- package/controls/datetime/datetime.module.d.ts +15 -12
- package/controls/datetime/datetime.module.ngfactory.d.ts +3 -3
- package/controls/datetime/datetime.module.ngsummary.d.ts +1 -1
- package/controls/datetime/datetime.ngfactory.d.ts +3 -3
- package/controls/datetime/datetime.ngsummary.d.ts +1 -1
- package/controls/datetime/time.d.ts +19 -18
- package/controls/datetime/time.ngfactory.d.ts +3 -3
- package/controls/datetime/time.ngsummary.d.ts +1 -1
- package/controls/dialog/dialog.d.ts +28 -28
- package/controls/dialog/dialog.module.d.ts +9 -8
- package/controls/dialog/dialog.module.ngfactory.d.ts +3 -3
- package/controls/dialog/dialog.module.ngsummary.d.ts +1 -1
- package/controls/dialog/dialog.ngfactory.d.ts +3 -3
- package/controls/dialog/dialog.ngsummary.d.ts +1 -1
- package/controls/form/form.d.ts +28 -36
- package/controls/form/form.module.d.ts +10 -10
- package/controls/form/form.module.ngfactory.d.ts +3 -3
- package/controls/form/form.module.ngsummary.d.ts +1 -1
- package/controls/form/form.ngfactory.d.ts +3 -3
- package/controls/form/form.ngsummary.d.ts +1 -1
- package/controls/form/index.d.ts +2 -0
- package/controls/form/index.ngfactory.d.ts +1 -0
- package/controls/form/index.ngsummary.d.ts +1 -0
- package/controls/form/inheritform.directive.d.ts +27 -50
- package/controls/form/inheritform.directive.ngfactory.d.ts +3 -3
- package/controls/form/inheritform.directive.ngsummary.d.ts +1 -1
- package/controls/grid/grid.d.ts +23 -23
- package/controls/grid/grid.module.d.ts +15 -14
- package/controls/grid/grid.module.ngfactory.d.ts +3 -3
- package/controls/grid/grid.module.ngsummary.d.ts +1 -1
- package/controls/grid/grid.ngfactory.d.ts +3 -3
- package/controls/grid/grid.ngsummary.d.ts +1 -1
- package/controls/grid/gridbutton.d.ts +16 -22
- package/controls/grid/gridbutton.ngfactory.d.ts +3 -3
- package/controls/grid/gridbutton.ngsummary.d.ts +1 -1
- package/controls/grid/gridcolumn.d.ts +17 -17
- package/controls/grid/gridcolumn.ngfactory.d.ts +3 -3
- package/controls/grid/gridcolumn.ngsummary.d.ts +1 -1
- package/controls/grid/gridcolumnaction.d.ts +17 -17
- package/controls/grid/gridcolumnaction.ngfactory.d.ts +3 -3
- package/controls/grid/gridcolumnaction.ngsummary.d.ts +1 -1
- package/controls/grid/gridimage.d.ts +9 -14
- package/controls/grid/gridimage.ngfactory.d.ts +3 -3
- package/controls/grid/gridimage.ngsummary.d.ts +1 -1
- package/controls/grid/paging.d.ts +15 -15
- package/controls/grid/paging.ngfactory.d.ts +3 -3
- package/controls/grid/paging.ngsummary.d.ts +1 -1
- package/controls/input/input.d.ts +17 -17
- package/controls/input/input.module.d.ts +18 -15
- package/controls/input/input.module.ngfactory.d.ts +3 -3
- package/controls/input/input.module.ngsummary.d.ts +1 -1
- package/controls/input/input.ngfactory.d.ts +3 -3
- package/controls/input/input.ngsummary.d.ts +1 -1
- package/controls/input/inputarea.d.ts +17 -17
- package/controls/input/inputarea.ngfactory.d.ts +3 -3
- package/controls/input/inputarea.ngsummary.d.ts +1 -1
- package/controls/input/inputcurrency.d.ts +17 -17
- package/controls/input/inputcurrency.ngfactory.d.ts +3 -3
- package/controls/input/inputcurrency.ngsummary.d.ts +1 -1
- package/controls/input/inputdecimal.d.ts +17 -17
- package/controls/input/inputdecimal.ngfactory.d.ts +3 -3
- package/controls/input/inputdecimal.ngsummary.d.ts +1 -1
- package/controls/input/inputemail.d.ts +17 -17
- package/controls/input/inputemail.ngfactory.d.ts +3 -3
- package/controls/input/inputemail.ngsummary.d.ts +1 -1
- package/controls/input/inputinteger.d.ts +17 -17
- package/controls/input/inputinteger.ngfactory.d.ts +3 -3
- package/controls/input/inputinteger.ngsummary.d.ts +1 -1
- package/controls/input/inputpassword.d.ts +17 -17
- package/controls/input/inputpassword.ngfactory.d.ts +3 -3
- package/controls/input/inputpassword.ngsummary.d.ts +1 -1
- package/controls/input/inputsearch.d.ts +17 -17
- package/controls/input/inputsearch.ngfactory.d.ts +3 -3
- package/controls/input/inputsearch.ngsummary.d.ts +1 -1
- package/controls/layout/formlayout.directive.d.ts +6 -0
- package/controls/layout/formlayout.directive.ngfactory.d.ts +3 -0
- package/controls/layout/formlayout.directive.ngsummary.d.ts +1 -0
- package/controls/layout/layout.module.d.ts +12 -0
- package/controls/layout/layout.module.ngfactory.d.ts +3 -0
- package/controls/layout/layout.module.ngsummary.d.ts +1 -0
- package/controls/layout/tocontrolheight.pipe.d.ts +12 -0
- package/controls/layout/tocontrolheight.pipe.ngfactory.d.ts +3 -0
- package/controls/layout/tocontrolheight.pipe.ngsummary.d.ts +1 -0
- package/controls/layout/tocontrolwidthcss.pipe.d.ts +19 -0
- package/controls/layout/tocontrolwidthcss.pipe.ngfactory.d.ts +3 -0
- package/controls/layout/tocontrolwidthcss.pipe.ngsummary.d.ts +1 -0
- package/controls/layout/tolabelheight.pipe.d.ts +12 -0
- package/controls/layout/tolabelheight.pipe.ngfactory.d.ts +3 -0
- package/controls/layout/tolabelheight.pipe.ngsummary.d.ts +1 -0
- package/controls/layout/tolabelwidthcss.pipe.d.ts +13 -0
- package/controls/layout/tolabelwidthcss.pipe.ngfactory.d.ts +3 -0
- package/controls/layout/tolabelwidthcss.pipe.ngsummary.d.ts +1 -0
- package/controls/list/dropdown.d.ts +19 -33
- package/controls/list/dropdown.module.d.ts +12 -8
- package/controls/list/dropdown.module.ngfactory.d.ts +3 -3
- package/controls/list/dropdown.module.ngsummary.d.ts +1 -1
- package/controls/list/dropdown.ngfactory.d.ts +3 -4
- package/controls/list/dropdown.ngsummary.d.ts +1 -2
- package/controls/list/dropdownoption.directive.d.ts +17 -0
- package/controls/list/dropdownoption.directive.ngfactory.d.ts +3 -0
- package/controls/list/dropdownoption.directive.ngsummary.d.ts +1 -0
- package/controls/list/list.module.d.ts +12 -8
- package/controls/list/list.module.ngfactory.d.ts +3 -3
- package/controls/list/list.module.ngsummary.d.ts +1 -1
- package/controls/list/list.token.d.ts +3 -0
- package/controls/list/list.token.ngfactory.d.ts +1 -0
- package/controls/list/list.token.ngsummary.d.ts +1 -0
- package/controls/list/listbox.d.ts +17 -31
- package/controls/list/listbox.ngfactory.d.ts +3 -4
- package/controls/list/listbox.ngsummary.d.ts +1 -2
- package/controls/list/listboxoption.directive.d.ts +17 -0
- package/controls/list/listboxoption.directive.ngfactory.d.ts +3 -0
- package/controls/list/listboxoption.directive.ngsummary.d.ts +1 -0
- package/controls/multilanguage/multilanguage.module.d.ts +16 -13
- package/controls/multilanguage/multilanguage.module.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguage.module.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguageinput.d.ts +21 -21
- package/controls/multilanguage/multilanguageinput.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguageinput.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +21 -21
- package/controls/multilanguage/multilanguageinputarea.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguageinputarea.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenu.d.ts +27 -27
- package/controls/multilanguage/multilanguagemenu.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenu.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenuanchor.d.ts +15 -15
- package/controls/multilanguage/multilanguagemenuanchor.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenuanchor.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenucontainer.d.ts +15 -15
- package/controls/multilanguage/multilanguagemenucontainer.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenucontainer.ngsummary.d.ts +1 -1
- package/controls/multilanguage/multilanguagemenuitembutton.d.ts +13 -14
- package/controls/multilanguage/multilanguagemenuitembutton.ngfactory.d.ts +3 -3
- package/controls/multilanguage/multilanguagemenuitembutton.ngsummary.d.ts +1 -1
- package/controls/static/formcontainer.d.ts +28 -28
- package/controls/static/formcontainer.ngfactory.d.ts +3 -3
- package/controls/static/formcontainer.ngsummary.d.ts +1 -1
- package/controls/static/staticlabel.d.ts +17 -17
- package/controls/static/staticlabel.module.d.ts +12 -9
- package/controls/static/staticlabel.module.ngfactory.d.ts +3 -3
- package/controls/static/staticlabel.module.ngsummary.d.ts +1 -1
- package/controls/static/staticlabel.ngfactory.d.ts +3 -3
- package/controls/static/staticlabel.ngsummary.d.ts +1 -1
- package/controls/tabs/tab.d.ts +20 -20
- package/controls/tabs/tab.ngfactory.d.ts +3 -3
- package/controls/tabs/tab.ngsummary.d.ts +1 -1
- package/controls/tabs/tabitem.d.ts +9 -9
- package/controls/tabs/tabitem.ngfactory.d.ts +3 -3
- package/controls/tabs/tabitem.ngsummary.d.ts +1 -1
- package/controls/tabs/tabs.module.d.ts +10 -9
- package/controls/tabs/tabs.module.ngfactory.d.ts +3 -3
- package/controls/tabs/tabs.module.ngsummary.d.ts +1 -1
- package/controls/tinymce/tinymce.d.ts +23 -23
- package/controls/tinymce/tinymce.module.d.ts +16 -13
- package/controls/tinymce/tinymce.module.ngfactory.d.ts +3 -3
- package/controls/tinymce/tinymce.module.ngsummary.d.ts +1 -1
- package/controls/tinymce/tinymce.ngfactory.d.ts +3 -3
- package/controls/tinymce/tinymce.ngsummary.d.ts +1 -1
- package/controls/tooltip/tooltip.d.ts +37 -0
- package/controls/tooltip/tooltip.module.d.ts +9 -0
- package/controls/tooltip/tooltip.module.ngfactory.d.ts +3 -0
- package/controls/tooltip/tooltip.module.ngsummary.d.ts +1 -0
- package/controls/tooltip/tooltip.ngfactory.d.ts +3 -0
- package/controls/tooltip/tooltip.ngsummary.d.ts +1 -0
- package/controls/treeview/treeview.d.ts +17 -0
- package/controls/treeview/treeview.module.d.ts +12 -0
- package/controls/treeview/treeview.module.ngfactory.d.ts +3 -0
- package/controls/treeview/treeview.module.ngsummary.d.ts +1 -0
- package/controls/treeview/treeview.ngfactory.d.ts +3 -0
- package/controls/treeview/treeview.ngsummary.d.ts +1 -0
- package/controls/upload/dropzonemultiple.d.ts +24 -24
- package/controls/upload/dropzonemultiple.ngfactory.d.ts +3 -3
- package/controls/upload/dropzonemultiple.ngsummary.d.ts +1 -1
- package/controls/upload/dropzonesingle.d.ts +24 -24
- package/controls/upload/dropzonesingle.ngfactory.d.ts +3 -3
- package/controls/upload/dropzonesingle.ngsummary.d.ts +1 -1
- package/controls/upload/upload.d.ts +20 -20
- package/controls/upload/upload.module.d.ts +15 -12
- package/controls/upload/upload.module.ngfactory.d.ts +3 -3
- package/controls/upload/upload.module.ngsummary.d.ts +1 -1
- package/controls/upload/upload.ngfactory.d.ts +3 -3
- package/controls/upload/upload.ngsummary.d.ts +1 -1
- package/controls/upload/uploadmultiple.d.ts +20 -20
- package/controls/upload/uploadmultiple.ngfactory.d.ts +3 -3
- package/controls/upload/uploadmultiple.ngsummary.d.ts +1 -1
- package/controls/validation/validationsummary.d.ts +17 -17
- package/controls/validation/validationsummary.module.d.ts +9 -8
- package/controls/validation/validationsummary.module.ngfactory.d.ts +3 -3
- package/controls/validation/validationsummary.module.ngsummary.d.ts +1 -1
- package/controls/validation/validationsummary.ngfactory.d.ts +3 -3
- package/controls/validation/validationsummary.ngsummary.d.ts +1 -1
- package/controls/wizard/wizard.d.ts +20 -20
- package/controls/wizard/wizard.module.d.ts +11 -9
- package/controls/wizard/wizard.module.ngfactory.d.ts +3 -3
- package/controls/wizard/wizard.module.ngsummary.d.ts +1 -1
- package/controls/wizard/wizard.ngfactory.d.ts +3 -3
- package/controls/wizard/wizard.ngsummary.d.ts +1 -1
- package/controls/wizard/wizarditem.d.ts +9 -9
- package/controls/wizard/wizarditem.ngfactory.d.ts +3 -3
- package/controls/wizard/wizarditem.ngsummary.d.ts +1 -1
- package/esm2020/components/browser/browser.mjs +112 -108
- package/esm2020/components/browser/browser.module.mjs +47 -47
- package/esm2020/components/browser/browser.module.ngfactory.mjs +3 -3
- package/esm2020/components/browser/browser.module.ngsummary.mjs +1 -1
- package/esm2020/components/browser/browser.ngfactory.mjs +3 -3
- package/esm2020/components/browser/browser.ngsummary.mjs +1 -1
- package/esm2020/controls/buttons/button.mjs +19 -18
- package/esm2020/controls/buttons/button.module.mjs +19 -22
- package/esm2020/controls/buttons/button.module.ngfactory.mjs +3 -3
- package/esm2020/controls/buttons/button.module.ngsummary.mjs +1 -1
- package/esm2020/controls/buttons/button.ngfactory.mjs +3 -3
- package/esm2020/controls/buttons/button.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/checkbox.mjs +59 -58
- package/esm2020/controls/checkbox/checkbox.module.mjs +23 -24
- package/esm2020/controls/checkbox/checkbox.module.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/checkbox.module.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/checkbox.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/checkbox.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/radiobutton.mjs +34 -26
- package/esm2020/controls/checkbox/radiobutton.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/radiobutton.ngsummary.mjs +1 -1
- package/esm2020/controls/checkbox/radiobuttons.mjs +58 -57
- package/esm2020/controls/checkbox/radiobuttons.ngfactory.mjs +3 -3
- package/esm2020/controls/checkbox/radiobuttons.ngsummary.mjs +1 -1
- package/esm2020/controls/confirm/confirm.mjs +18 -18
- package/esm2020/controls/confirm/confirm.module.mjs +36 -34
- package/esm2020/controls/confirm/confirm.module.ngfactory.mjs +3 -3
- package/esm2020/controls/confirm/confirm.module.ngsummary.mjs +1 -1
- package/esm2020/controls/confirm/confirm.ngfactory.mjs +3 -3
- package/esm2020/controls/confirm/confirm.ngsummary.mjs +1 -1
- package/esm2020/controls/confirm/confirm.service.mjs +103 -88
- package/esm2020/controls/confirm/confirm.service.ngfactory.mjs +3 -3
- package/esm2020/controls/confirm/confirm.service.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenu.mjs +35 -43
- package/esm2020/controls/contextmenu/contextmenu.module.mjs +41 -40
- package/esm2020/controls/contextmenu/contextmenu.module.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenu.module.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenu.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenu.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenuanchor.mjs +36 -35
- package/esm2020/controls/contextmenu/contextmenuanchor.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenuanchor.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenucontainer.mjs +36 -35
- package/esm2020/controls/contextmenu/contextmenucontainer.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenucontainer.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenuitembutton.mjs +33 -24
- package/esm2020/controls/contextmenu/contextmenuitembutton.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenuitembutton.ngsummary.mjs +1 -1
- package/esm2020/controls/contextmenu/contextmenuitemsplitter.mjs +25 -15
- package/esm2020/controls/contextmenu/contextmenuitemsplitter.ngfactory.mjs +3 -3
- package/esm2020/controls/contextmenu/contextmenuitemsplitter.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/date.mjs +71 -66
- package/esm2020/controls/datetime/date.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/date.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/dateselector.mjs +17 -16
- package/esm2020/controls/datetime/dateselector.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/dateselector.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/datetime.mjs +63 -60
- package/esm2020/controls/datetime/datetime.module.mjs +41 -26
- package/esm2020/controls/datetime/datetime.module.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/datetime.module.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/datetime.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/datetime.ngsummary.mjs +1 -1
- package/esm2020/controls/datetime/time.mjs +63 -60
- package/esm2020/controls/datetime/time.ngfactory.mjs +3 -3
- package/esm2020/controls/datetime/time.ngsummary.mjs +1 -1
- package/esm2020/controls/dialog/dialog.mjs +47 -42
- package/esm2020/controls/dialog/dialog.module.mjs +19 -22
- package/esm2020/controls/dialog/dialog.module.ngfactory.mjs +3 -3
- package/esm2020/controls/dialog/dialog.module.ngsummary.mjs +1 -1
- package/esm2020/controls/dialog/dialog.ngfactory.mjs +3 -3
- package/esm2020/controls/dialog/dialog.ngsummary.mjs +1 -1
- package/esm2020/controls/form/form.mjs +45 -56
- package/esm2020/controls/form/form.module.mjs +20 -29
- package/esm2020/controls/form/form.module.ngfactory.mjs +3 -3
- package/esm2020/controls/form/form.module.ngsummary.mjs +1 -1
- package/esm2020/controls/form/form.ngfactory.mjs +3 -3
- package/esm2020/controls/form/form.ngsummary.mjs +1 -1
- package/esm2020/controls/form/index.mjs +3 -0
- package/esm2020/controls/form/index.ngfactory.mjs +2 -0
- package/esm2020/controls/form/index.ngsummary.mjs +2 -0
- package/esm2020/controls/form/inheritform.directive.mjs +68 -85
- package/esm2020/controls/form/inheritform.directive.ngfactory.mjs +3 -3
- package/esm2020/controls/form/inheritform.directive.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/grid.mjs +50 -46
- package/esm2020/controls/grid/grid.module.mjs +49 -28
- package/esm2020/controls/grid/grid.module.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/grid.module.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/grid.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/grid.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridbutton.mjs +24 -48
- package/esm2020/controls/grid/gridbutton.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridbutton.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridcolumn.mjs +36 -35
- package/esm2020/controls/grid/gridcolumn.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridcolumn.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridcolumnaction.mjs +37 -36
- package/esm2020/controls/grid/gridcolumnaction.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridcolumnaction.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/gridimage.mjs +16 -29
- package/esm2020/controls/grid/gridimage.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/gridimage.ngsummary.mjs +1 -1
- package/esm2020/controls/grid/paging.mjs +41 -39
- package/esm2020/controls/grid/paging.ngfactory.mjs +3 -3
- package/esm2020/controls/grid/paging.ngsummary.mjs +1 -1
- package/esm2020/controls/input/input.mjs +51 -45
- package/esm2020/controls/input/input.module.mjs +60 -29
- package/esm2020/controls/input/input.module.ngfactory.mjs +3 -3
- package/esm2020/controls/input/input.module.ngsummary.mjs +1 -1
- package/esm2020/controls/input/input.ngfactory.mjs +3 -3
- package/esm2020/controls/input/input.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputarea.mjs +59 -57
- package/esm2020/controls/input/inputarea.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputarea.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputcurrency.mjs +59 -57
- package/esm2020/controls/input/inputcurrency.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputcurrency.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputdecimal.mjs +59 -57
- package/esm2020/controls/input/inputdecimal.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputdecimal.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputemail.mjs +59 -57
- package/esm2020/controls/input/inputemail.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputemail.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputinteger.mjs +59 -57
- package/esm2020/controls/input/inputinteger.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputinteger.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputpassword.mjs +59 -57
- package/esm2020/controls/input/inputpassword.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputpassword.ngsummary.mjs +1 -1
- package/esm2020/controls/input/inputsearch.mjs +59 -52
- package/esm2020/controls/input/inputsearch.ngfactory.mjs +3 -3
- package/esm2020/controls/input/inputsearch.ngsummary.mjs +1 -1
- package/esm2020/controls/layout/formlayout.directive.mjs +14 -0
- package/esm2020/controls/layout/formlayout.directive.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/formlayout.directive.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/layout.module.mjs +42 -0
- package/esm2020/controls/layout/layout.module.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/layout.module.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/tocontrolheight.pipe.mjs +33 -0
- package/esm2020/controls/layout/tocontrolheight.pipe.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/tocontrolheight.pipe.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.mjs +57 -0
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/tocontrolwidthcss.pipe.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/tolabelheight.pipe.mjs +33 -0
- package/esm2020/controls/layout/tolabelheight.pipe.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/tolabelheight.pipe.ngsummary.mjs +2 -0
- package/esm2020/controls/layout/tolabelwidthcss.pipe.mjs +41 -0
- package/esm2020/controls/layout/tolabelwidthcss.pipe.ngfactory.mjs +4 -0
- package/esm2020/controls/layout/tolabelwidthcss.pipe.ngsummary.mjs +2 -0
- package/esm2020/controls/list/dropdown.mjs +65 -78
- package/esm2020/controls/list/dropdown.module.mjs +22 -26
- package/esm2020/controls/list/dropdown.module.ngfactory.mjs +3 -3
- package/esm2020/controls/list/dropdown.module.ngsummary.mjs +1 -1
- package/esm2020/controls/list/dropdown.ngfactory.mjs +4 -4
- package/esm2020/controls/list/dropdown.ngsummary.mjs +2 -3
- package/esm2020/controls/list/dropdownoption.directive.mjs +31 -0
- package/esm2020/controls/list/dropdownoption.directive.ngfactory.mjs +4 -0
- package/esm2020/controls/list/dropdownoption.directive.ngsummary.mjs +2 -0
- package/esm2020/controls/list/list.module.mjs +22 -18
- package/esm2020/controls/list/list.module.ngfactory.mjs +3 -3
- package/esm2020/controls/list/list.module.ngsummary.mjs +1 -1
- package/esm2020/controls/list/list.token.mjs +6 -0
- package/esm2020/controls/list/list.token.ngfactory.mjs +2 -0
- package/esm2020/controls/list/list.token.ngsummary.mjs +2 -0
- package/esm2020/controls/list/listbox.mjs +63 -81
- package/esm2020/controls/list/listbox.ngfactory.mjs +4 -4
- package/esm2020/controls/list/listbox.ngsummary.mjs +2 -3
- package/esm2020/controls/list/listboxoption.directive.mjs +31 -0
- package/esm2020/controls/list/listboxoption.directive.ngfactory.mjs +4 -0
- package/esm2020/controls/list/listboxoption.directive.ngsummary.mjs +2 -0
- package/esm2020/controls/multilanguage/multilanguage.module.mjs +38 -35
- package/esm2020/controls/multilanguage/multilanguage.module.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguage.module.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguageinput.mjs +68 -64
- package/esm2020/controls/multilanguage/multilanguageinput.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguageinput.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguageinputarea.mjs +68 -64
- package/esm2020/controls/multilanguage/multilanguageinputarea.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguageinputarea.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenu.mjs +49 -47
- package/esm2020/controls/multilanguage/multilanguagemenu.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenu.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.mjs +36 -35
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenuanchor.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.mjs +36 -35
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenucontainer.ngsummary.mjs +1 -1
- package/esm2020/controls/multilanguage/multilanguagemenuitembutton.mjs +33 -24
- package/esm2020/controls/multilanguage/multilanguagemenuitembutton.ngfactory.mjs +3 -3
- package/esm2020/controls/multilanguage/multilanguagemenuitembutton.ngsummary.mjs +1 -1
- package/esm2020/controls/static/formcontainer.mjs +70 -63
- package/esm2020/controls/static/formcontainer.ngfactory.mjs +3 -3
- package/esm2020/controls/static/formcontainer.ngsummary.mjs +1 -1
- package/esm2020/controls/static/staticlabel.mjs +59 -52
- package/esm2020/controls/static/staticlabel.module.mjs +22 -23
- package/esm2020/controls/static/staticlabel.module.ngfactory.mjs +3 -3
- package/esm2020/controls/static/staticlabel.module.ngsummary.mjs +1 -1
- package/esm2020/controls/static/staticlabel.ngfactory.mjs +3 -3
- package/esm2020/controls/static/staticlabel.ngsummary.mjs +1 -1
- package/esm2020/controls/tabs/tab.mjs +30 -27
- package/esm2020/controls/tabs/tab.ngfactory.mjs +3 -3
- package/esm2020/controls/tabs/tab.ngsummary.mjs +1 -1
- package/esm2020/controls/tabs/tabitem.mjs +16 -16
- package/esm2020/controls/tabs/tabitem.ngfactory.mjs +3 -3
- package/esm2020/controls/tabs/tabitem.ngsummary.mjs +1 -1
- package/esm2020/controls/tabs/tabs.module.mjs +20 -23
- package/esm2020/controls/tabs/tabs.module.ngfactory.mjs +3 -3
- package/esm2020/controls/tabs/tabs.module.ngsummary.mjs +1 -1
- package/esm2020/controls/tinymce/tinymce.mjs +74 -66
- package/esm2020/controls/tinymce/tinymce.module.mjs +54 -42
- package/esm2020/controls/tinymce/tinymce.module.ngfactory.mjs +3 -3
- package/esm2020/controls/tinymce/tinymce.module.ngsummary.mjs +1 -1
- package/esm2020/controls/tinymce/tinymce.ngfactory.mjs +3 -3
- package/esm2020/controls/tinymce/tinymce.ngsummary.mjs +1 -1
- package/esm2020/controls/tooltip/tooltip.mjs +51 -0
- package/esm2020/controls/tooltip/tooltip.module.mjs +19 -0
- package/esm2020/controls/tooltip/tooltip.module.ngfactory.mjs +4 -0
- package/esm2020/controls/tooltip/tooltip.module.ngsummary.mjs +2 -0
- package/esm2020/controls/tooltip/tooltip.ngfactory.mjs +4 -0
- package/esm2020/controls/tooltip/tooltip.ngsummary.mjs +2 -0
- package/esm2020/controls/treeview/treeview.mjs +59 -0
- package/esm2020/controls/treeview/treeview.module.mjs +38 -0
- package/esm2020/controls/treeview/treeview.module.ngfactory.mjs +4 -0
- package/esm2020/controls/treeview/treeview.module.ngsummary.mjs +2 -0
- package/esm2020/controls/treeview/treeview.ngfactory.mjs +4 -0
- package/esm2020/controls/treeview/treeview.ngsummary.mjs +2 -0
- package/esm2020/controls/upload/dropzonemultiple.mjs +70 -61
- package/esm2020/controls/upload/dropzonemultiple.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/dropzonemultiple.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/dropzonesingle.mjs +70 -61
- package/esm2020/controls/upload/dropzonesingle.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/dropzonesingle.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/upload.mjs +62 -47
- package/esm2020/controls/upload/upload.module.mjs +49 -38
- package/esm2020/controls/upload/upload.module.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/upload.module.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/upload.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/upload.ngsummary.mjs +1 -1
- package/esm2020/controls/upload/uploadmultiple.mjs +62 -55
- package/esm2020/controls/upload/uploadmultiple.ngfactory.mjs +3 -3
- package/esm2020/controls/upload/uploadmultiple.ngsummary.mjs +1 -1
- package/esm2020/controls/validation/validationsummary.mjs +45 -47
- package/esm2020/controls/validation/validationsummary.module.mjs +19 -22
- package/esm2020/controls/validation/validationsummary.module.ngfactory.mjs +3 -3
- package/esm2020/controls/validation/validationsummary.module.ngsummary.mjs +1 -1
- package/esm2020/controls/validation/validationsummary.ngfactory.mjs +3 -3
- package/esm2020/controls/validation/validationsummary.ngsummary.mjs +1 -1
- package/esm2020/controls/wizard/wizard.mjs +30 -32
- package/esm2020/controls/wizard/wizard.module.mjs +21 -23
- package/esm2020/controls/wizard/wizard.module.ngfactory.mjs +3 -3
- package/esm2020/controls/wizard/wizard.module.ngsummary.mjs +1 -1
- package/esm2020/controls/wizard/wizard.ngfactory.mjs +3 -3
- package/esm2020/controls/wizard/wizard.ngsummary.mjs +1 -1
- package/esm2020/controls/wizard/wizarditem.mjs +15 -15
- package/esm2020/controls/wizard/wizarditem.ngfactory.mjs +3 -3
- package/esm2020/controls/wizard/wizarditem.ngsummary.mjs +1 -1
- package/esm2020/public-api.mjs +84 -73
- package/esm2020/public-api.ngfactory.mjs +1 -1
- package/esm2020/public-api.ngsummary.mjs +1 -1
- package/esm2020/simpleangularcontrols-sac-bootstrap5.mjs +4 -4
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs +2963 -2591
- package/fesm2015/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs +2906 -2536
- package/fesm2020/simpleangularcontrols-sac-bootstrap5.mjs.map +1 -1
- package/package.json +43 -42
- package/public-api.d.ts +78 -67
- package/public-api.ngfactory.d.ts +1 -1
- package/public-api.ngsummary.d.ts +1 -1
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.21.tgz +0 -0
- package/simpleangularcontrols-sac-bootstrap5.d.ts +5 -5
- package/simpleangularcontrols-sac-bootstrap5-13.0.0-rc.2.tgz +0 -0
|
@@ -1,66 +1,71 @@
|
|
|
1
|
-
import { Component,
|
|
2
|
-
import {
|
|
3
|
-
import { SacDateCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
|
|
5
|
-
import * as
|
|
6
|
-
import
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
1
|
+
import { Component, Host, Optional, forwardRef } from '@angular/core';
|
|
2
|
+
import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import { SacDateCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
import * as moment_ from 'moment';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
import * as i1 from "../layout/formlayout.directive";
|
|
7
|
+
import * as i2 from "../tooltip/tooltip";
|
|
8
|
+
import * as i3 from "./dateselector";
|
|
9
|
+
import * as i4 from "@angular/common";
|
|
10
|
+
import * as i5 from "angular-imask";
|
|
11
|
+
import * as i6 from "@simpleangularcontrols/sac-common";
|
|
12
|
+
import * as i7 from "../layout/tolabelwidthcss.pipe";
|
|
13
|
+
import * as i8 from "../layout/tolabelheight.pipe";
|
|
14
|
+
import * as i9 from "../layout/tocontrolwidthcss.pipe";
|
|
15
|
+
import * as i10 from "../layout/tocontrolheight.pipe";
|
|
16
|
+
// #region Variables
|
|
17
|
+
/**
|
|
18
|
+
* Referenz auf Moment.JS
|
|
19
|
+
*/
|
|
20
|
+
const moment = moment_['default'];
|
|
21
|
+
// #endregion Variables
|
|
22
|
+
// #region Exported Classes
|
|
23
|
+
/**
|
|
24
|
+
* Komponente für Datumauswahl
|
|
25
|
+
*/
|
|
26
|
+
export class SacDateComponent extends SacDateCommon {
|
|
27
|
+
// #region Constructors
|
|
28
|
+
/**
|
|
29
|
+
* Constructor
|
|
30
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
31
|
+
* @param injector Injector for injecting services
|
|
32
|
+
* @param elementRef Reference to html dom element
|
|
33
|
+
* @param cdRef Change Dectection Servie
|
|
34
|
+
*/
|
|
35
|
+
constructor(formLayout, injector, elementRef, cdRef) {
|
|
36
|
+
super(formLayout, injector, elementRef, cdRef);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
SacDateComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacDateComponent, deps: [{ token: i1.SacFormLayoutDirective, host: true, optional: true }, { token: i0.Injector }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
+
SacDateComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SacDateComponent, selector: "sac-date", providers: [
|
|
41
|
+
{
|
|
42
|
+
provide: NG_VALUE_ACCESSOR,
|
|
43
|
+
multi: true,
|
|
44
|
+
useExisting: forwardRef(() => SacDateComponent),
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
provide: NG_VALIDATORS,
|
|
48
|
+
multi: true,
|
|
49
|
+
useExisting: forwardRef(() => SacDateComponent),
|
|
50
|
+
},
|
|
51
|
+
], usesInheritance: true, ngImport: i0, template: "<div\n class=\"row mb-3\"\n [attr.data-e2e-key]=\"name | testingattribute : e2eidentifier\"\n [class.g-0]=\"disablelabel\">\n <label\n for=\"{{ name }}\"\n class=\"col-12 col-form-label d-flex\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\n [class.required]=\"isrequired\">\n <div\n class=\"text flex-grow-0\"\n [class.flex-sm-grow-1]=\"splitlabelandhelptext\">\n {{ label }}\n </div>\n <sac-tooltip\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ms-1\">\n </span>\n </sac-tooltip>\n </label>\n <div\n class=\"col-12 position-relative\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\n [class.d-flex]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div [class.flex-grow-1]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div\n class=\"input-group\"\n [class.input-group-sm]=\"componentHeight === ControlHeight.Small\"\n [class.input-group-lg]=\"componentHeight === ControlHeight.Large\"\n [class.has-validation]=\"isinlineerrorenabled && invalid && (dirty || touched)\">\n <input\n id=\"{{ name }}\"\n name=\"{{ name }}\"\n type=\"text\"\n class=\"form-control\"\n [imask]=\"imaskDate\"\n [attr.placeholder]=\"placeholder\"\n [value]=\"valuestring\"\n [class.is-invalid]=\"invalid && (dirty || touched)\"\n [ngClass]=\"[componentHeight | toControlHeight]\"\n (blur)=\"onTouch()\"\n (accept)=\"setValueString($event)\"\n [disabled]=\"isdisabled\" />\n <button\n #pickerbutton\n class=\"btn btn-secondary\"\n type=\"button\"\n (click)=\"showDateSelector()\"\n [disabled]=\"isdisabled\">\n <i [class]=\"IconSelector\"></i>\n </button>\n <div\n *ngIf=\"isinlineerrorenabled && invalid && (dirty || touched)\"\n class=\"invalid-feedback\">\n {{ GetErrorMessage() | async }}\n </div>\n </div>\n <div\n *ngIf=\"helptextmode === 'text' && helptext\"\n class=\"form-text\">\n {{ helptext }}\n </div>\n <div\n #picker\n *ngIf=\"_showselector\">\n <div\n class=\"popover fade show position-absolute bs-popover-auto\"\n role=\"tooltip\"\n [attr.data-popper-placement]=\"\n GetPickerPosition() === TooltipPosition.right\n ? 'right'\n : GetPickerPosition() === TooltipPosition.left\n ? 'left'\n : GetPickerPosition() === TooltipPosition.top || GetPickerPosition() === TooltipPosition.topend\n ? 'top'\n : GetPickerPosition() === TooltipPosition.bottom || GetPickerPosition() === TooltipPosition.bottomend\n ? 'bottom'\n : null\n \"\n [style.left.px]=\"posPopupLeft\"\n [style.top.px]=\"posPopupTop\">\n <div\n #pickerarrow\n class=\"popover-arrow position-absolute\"\n style=\"left: unset\"\n [style.top.px]=\"posArrowTop\"\n [style.left.px]=\"posArrowLeft\">\n </div>\n\n <div class=\"popover-body\">\n <sac-dateselector\n name=\"{{ name }}_picker\"\n [initialvalue]=\"value\"\n (selectdate)=\"dateselect($event)\"\n dateselection=\"true\"></sac-dateselector>\n </div>\n </div>\n </div>\n </div>\n\n <div\n *ngIf=\"helptextmode === 'tooltip' && helptext && disablelabel\"\n class=\"form-control-plaintext align-self-top ms-2 me-1 w-auto\"\n [ngClass]=\"[componentHeight | toControlHeight]\">\n <sac-tooltip\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ml-1\">\n </span>\n </sac-tooltip>\n </div>\n </div>\n</div>\n", components: [{ type: i2.SacTooltipComponent, selector: "sac-tooltip" }, { type: i3.SacDateSelectorComponent, selector: "sac-dateselector" }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.IMaskDirective, selector: "[imask]", inputs: ["imaskElement", "imask", "unmask"], outputs: ["accept", "complete"], exportAs: ["imask"] }], pipes: { "testingattribute": i6.SacTestingAttributePipe, "toLabelWidthCss": i7.SacToLabelWidthCssPipe, "toLabelHeight": i8.SacToLabelHeightPipe, "toControlWidthCss": i9.SacToControlWidthCssPipe, "toControlHeight": i10.SacToControlHeightPipe, "async": i4.AsyncPipe } });
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacDateComponent, decorators: [{
|
|
53
|
+
type: Component,
|
|
54
|
+
args: [{ selector: 'sac-date', providers: [
|
|
55
|
+
{
|
|
56
|
+
provide: NG_VALUE_ACCESSOR,
|
|
57
|
+
multi: true,
|
|
58
|
+
useExisting: forwardRef(() => SacDateComponent),
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
provide: NG_VALIDATORS,
|
|
62
|
+
multi: true,
|
|
63
|
+
useExisting: forwardRef(() => SacDateComponent),
|
|
64
|
+
},
|
|
65
|
+
], template: "<div\n class=\"row mb-3\"\n [attr.data-e2e-key]=\"name | testingattribute : e2eidentifier\"\n [class.g-0]=\"disablelabel\">\n <label\n for=\"{{ name }}\"\n class=\"col-12 col-form-label d-flex\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\n [class.required]=\"isrequired\">\n <div\n class=\"text flex-grow-0\"\n [class.flex-sm-grow-1]=\"splitlabelandhelptext\">\n {{ label }}\n </div>\n <sac-tooltip\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ms-1\">\n </span>\n </sac-tooltip>\n </label>\n <div\n class=\"col-12 position-relative\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\n [class.d-flex]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div [class.flex-grow-1]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div\n class=\"input-group\"\n [class.input-group-sm]=\"componentHeight === ControlHeight.Small\"\n [class.input-group-lg]=\"componentHeight === ControlHeight.Large\"\n [class.has-validation]=\"isinlineerrorenabled && invalid && (dirty || touched)\">\n <input\n id=\"{{ name }}\"\n name=\"{{ name }}\"\n type=\"text\"\n class=\"form-control\"\n [imask]=\"imaskDate\"\n [attr.placeholder]=\"placeholder\"\n [value]=\"valuestring\"\n [class.is-invalid]=\"invalid && (dirty || touched)\"\n [ngClass]=\"[componentHeight | toControlHeight]\"\n (blur)=\"onTouch()\"\n (accept)=\"setValueString($event)\"\n [disabled]=\"isdisabled\" />\n <button\n #pickerbutton\n class=\"btn btn-secondary\"\n type=\"button\"\n (click)=\"showDateSelector()\"\n [disabled]=\"isdisabled\">\n <i [class]=\"IconSelector\"></i>\n </button>\n <div\n *ngIf=\"isinlineerrorenabled && invalid && (dirty || touched)\"\n class=\"invalid-feedback\">\n {{ GetErrorMessage() | async }}\n </div>\n </div>\n <div\n *ngIf=\"helptextmode === 'text' && helptext\"\n class=\"form-text\">\n {{ helptext }}\n </div>\n <div\n #picker\n *ngIf=\"_showselector\">\n <div\n class=\"popover fade show position-absolute bs-popover-auto\"\n role=\"tooltip\"\n [attr.data-popper-placement]=\"\n GetPickerPosition() === TooltipPosition.right\n ? 'right'\n : GetPickerPosition() === TooltipPosition.left\n ? 'left'\n : GetPickerPosition() === TooltipPosition.top || GetPickerPosition() === TooltipPosition.topend\n ? 'top'\n : GetPickerPosition() === TooltipPosition.bottom || GetPickerPosition() === TooltipPosition.bottomend\n ? 'bottom'\n : null\n \"\n [style.left.px]=\"posPopupLeft\"\n [style.top.px]=\"posPopupTop\">\n <div\n #pickerarrow\n class=\"popover-arrow position-absolute\"\n style=\"left: unset\"\n [style.top.px]=\"posArrowTop\"\n [style.left.px]=\"posArrowLeft\">\n </div>\n\n <div class=\"popover-body\">\n <sac-dateselector\n name=\"{{ name }}_picker\"\n [initialvalue]=\"value\"\n (selectdate)=\"dateselect($event)\"\n dateselection=\"true\"></sac-dateselector>\n </div>\n </div>\n </div>\n </div>\n\n <div\n *ngIf=\"helptextmode === 'tooltip' && helptext && disablelabel\"\n class=\"form-control-plaintext align-self-top ms-2 me-1 w-auto\"\n [ngClass]=\"[componentHeight | toControlHeight]\">\n <sac-tooltip\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ml-1\">\n </span>\n </sac-tooltip>\n </div>\n </div>\n</div>\n" }]
|
|
66
|
+
}], ctorParameters: function () { return [{ type: i1.SacFormLayoutDirective, decorators: [{
|
|
67
|
+
type: Host
|
|
68
|
+
}, {
|
|
69
|
+
type: Optional
|
|
70
|
+
}] }, { type: i0.Injector }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NhYy1ib290c3RyYXA1L3NyYy9jb250cm9scy9kYXRldGltZS9kYXRlLnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2FjLWJvb3RzdHJhcDUvc3JjL2NvbnRyb2xzL2RhdGV0aW1lL2RhdGUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQXFCLFNBQVMsRUFBYyxJQUFJLEVBQVksUUFBUSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRyxPQUFPLEVBQUUsYUFBYSxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG1DQUFtQyxDQUFDO0FBQ2xFLE9BQU8sS0FBSyxPQUFPLE1BQU0sUUFBUSxDQUFDOzs7Ozs7Ozs7Ozs7QUFFbEMsb0JBQW9CO0FBRXBCOztHQUVHO0FBQ0gsTUFBTSxNQUFNLEdBQUcsT0FBTyxDQUFDLFNBQVMsQ0FBQyxDQUFDO0FBRWxDLHVCQUF1QjtBQUV2QiwyQkFBMkI7QUFFM0I7O0dBRUc7QUFrQkgsTUFBTSxPQUFPLGdCQUFpQixTQUFRLGFBQWE7SUFDL0MsdUJBQXVCO0lBRXZCOzs7Ozs7T0FNRztJQUNILFlBQ3dCLFVBQWtDLEVBQ3RELFFBQWtCLEVBQ2xCLFVBQXNCLEVBQ3RCLEtBQXdCO1FBRXhCLEtBQUssQ0FBQyxVQUFVLEVBQUUsUUFBUSxFQUFFLFVBQVUsRUFBRSxLQUFLLENBQUMsQ0FBQztJQUNuRCxDQUFDOzs2R0FqQlEsZ0JBQWdCO2lHQUFoQixnQkFBZ0IsbUNBYmQ7UUFDUDtZQUNJLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsS0FBSyxFQUFFLElBQUk7WUFDWCxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGdCQUFnQixDQUFDO1NBQ2xEO1FBQ0Q7WUFDSSxPQUFPLEVBQUUsYUFBYTtZQUN0QixLQUFLLEVBQUUsSUFBSTtZQUNYLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsZ0JBQWdCLENBQUM7U0FDbEQ7S0FDSixpRENuQ0wsNGxLQXVIQTsyRkRsRmEsZ0JBQWdCO2tCQWpCNUIsU0FBUzsrQkFDSSxVQUFVLGFBR1Q7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsS0FBSyxFQUFFLElBQUk7NEJBQ1gsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsaUJBQWlCLENBQUM7eUJBQ2xEO3dCQUNEOzRCQUNJLE9BQU8sRUFBRSxhQUFhOzRCQUN0QixLQUFLLEVBQUUsSUFBSTs0QkFDWCxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxpQkFBaUIsQ0FBQzt5QkFDbEQ7cUJBQ0o7OzBCQWFJLElBQUk7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTYWNGb3JtTGF5b3V0RGlyZWN0aXZlIH0gZnJvbSAnLi4vbGF5b3V0L2Zvcm1sYXlvdXQuZGlyZWN0aXZlJztcbmltcG9ydCB7IENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIEVsZW1lbnRSZWYsIEhvc3QsIEluamVjdG9yLCBPcHRpb25hbCwgZm9yd2FyZFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTkdfVkFMSURBVE9SUywgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBTYWNEYXRlQ29tbW9uIH0gZnJvbSAnQHNpbXBsZWFuZ3VsYXJjb250cm9scy9zYWMtY29tbW9uJztcbmltcG9ydCAqIGFzIG1vbWVudF8gZnJvbSAnbW9tZW50JztcblxuLy8gI3JlZ2lvbiBWYXJpYWJsZXNcblxuLyoqXG4gKiBSZWZlcmVueiBhdWYgTW9tZW50LkpTXG4gKi9cbmNvbnN0IG1vbWVudCA9IG1vbWVudF9bJ2RlZmF1bHQnXTtcblxuLy8gI2VuZHJlZ2lvbiBWYXJpYWJsZXNcblxuLy8gI3JlZ2lvbiBFeHBvcnRlZCBDbGFzc2VzXG5cbi8qKlxuICogS29tcG9uZW50ZSBmw7xyIERhdHVtYXVzd2FobFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ3NhYy1kYXRlJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZGF0ZS5odG1sJyxcbiAgICAvLyBWYWx1ZSBBY2Nlc3MgUHJvdmlkZXIgcmVnaXN0cmllcmVuLCBkYW1pdCBXZXJ0IHZpYSBNb2RlbCBnZXNjaHJpZWJlbiB1bmQgZ2VsZXNlbiB3ZXJkZW4ga2FublxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIG11bHRpOiB0cnVlLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gU2FjRGF0ZUNvbXBvbmVudCksXG4gICAgICAgIH0sXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE5HX1ZBTElEQVRPUlMsXG4gICAgICAgICAgICBtdWx0aTogdHJ1ZSxcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IFNhY0RhdGVDb21wb25lbnQpLFxuICAgICAgICB9LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIFNhY0RhdGVDb21wb25lbnQgZXh0ZW5kcyBTYWNEYXRlQ29tbW9uIHtcbiAgICAvLyAjcmVnaW9uIENvbnN0cnVjdG9yc1xuXG4gICAgLyoqXG4gICAgICogQ29uc3RydWN0b3JcbiAgICAgKiBAcGFyYW0gZm9ybUxheW91dCBTYWNGb3JtTGF5b3V0IHRvIGRlZmluZSBzY29wZWQgbGF5b3V0IHNldHRpbmdzXG4gICAgICogQHBhcmFtIGluamVjdG9yIEluamVjdG9yIGZvciBpbmplY3Rpbmcgc2VydmljZXNcbiAgICAgKiBAcGFyYW0gZWxlbWVudFJlZiBSZWZlcmVuY2UgdG8gaHRtbCBkb20gZWxlbWVudFxuICAgICAqIEBwYXJhbSBjZFJlZiAgQ2hhbmdlIERlY3RlY3Rpb24gU2VydmllXG4gICAgICovXG4gICAgY29uc3RydWN0b3IoXG4gICAgICAgIEBIb3N0KCkgQE9wdGlvbmFsKCkgZm9ybUxheW91dDogU2FjRm9ybUxheW91dERpcmVjdGl2ZSxcbiAgICAgICAgaW5qZWN0b3I6IEluamVjdG9yLFxuICAgICAgICBlbGVtZW50UmVmOiBFbGVtZW50UmVmLFxuICAgICAgICBjZFJlZjogQ2hhbmdlRGV0ZWN0b3JSZWZcbiAgICApIHtcbiAgICAgICAgc3VwZXIoZm9ybUxheW91dCwgaW5qZWN0b3IsIGVsZW1lbnRSZWYsIGNkUmVmKTtcbiAgICB9XG5cbiAgICAvLyAjZW5kcmVnaW9uIENvbnN0cnVjdG9yc1xufVxuXG4vLyAjZW5kcmVnaW9uIEV4cG9ydGVkIENsYXNzZXNcbiIsIjxkaXZcbiAgICBjbGFzcz1cInJvdyBtYi0zXCJcbiAgICBbYXR0ci5kYXRhLWUyZS1rZXldPVwibmFtZSB8IHRlc3RpbmdhdHRyaWJ1dGUgOiBlMmVpZGVudGlmaWVyXCJcbiAgICBbY2xhc3MuZy0wXT1cImRpc2FibGVsYWJlbFwiPlxuICAgIDxsYWJlbFxuICAgICAgICBmb3I9XCJ7eyBuYW1lIH19XCJcbiAgICAgICAgY2xhc3M9XCJjb2wtMTIgY29sLWZvcm0tbGFiZWwgZC1mbGV4XCJcbiAgICAgICAgW25nQ2xhc3NdPVwiW2Rpc2FibGVsYWJlbCA9PT0gZmFsc2UgPyAodGhpcy5sYWJlbFNpemVzIHwgdG9MYWJlbFdpZHRoQ3NzKSA6ICd2aXN1YWxseS1oaWRkZW4nLCBjb21wb25lbnRIZWlnaHQgfCB0b0xhYmVsSGVpZ2h0XVwiXG4gICAgICAgIFtjbGFzcy5yZXF1aXJlZF09XCJpc3JlcXVpcmVkXCI+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwidGV4dCBmbGV4LWdyb3ctMFwiXG4gICAgICAgICAgICBbY2xhc3MuZmxleC1zbS1ncm93LTFdPVwic3BsaXRsYWJlbGFuZGhlbHB0ZXh0XCI+XG4gICAgICAgICAgICB7eyBsYWJlbCB9fVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPHNhYy10b29sdGlwXG4gICAgICAgICAgICAqbmdJZj1cImhlbHB0ZXh0bW9kZSA9PT0gJ3Rvb2x0aXAnICYmIGhlbHB0ZXh0XCJcbiAgICAgICAgICAgIFt0b29sdGlwdGV4dF09XCJoZWxwdGV4dFwiXG4gICAgICAgICAgICBbaW5saW5lbW9kZV09XCJ0cnVlXCI+XG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIkhlbHB0ZXh0VG9vbHRpcEljb25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwibXMtMVwiPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L3NhYy10b29sdGlwPlxuICAgIDwvbGFiZWw+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImNvbC0xMiBwb3NpdGlvbi1yZWxhdGl2ZVwiXG4gICAgICAgIFtuZ0NsYXNzXT1cIltkaXNhYmxlbGFiZWwgPT09IGZhbHNlID8gKHRoaXMubGFiZWxTaXplcyB8IHRvQ29udHJvbFdpZHRoQ3NzKSA6ICcnXVwiXG4gICAgICAgIFtjbGFzcy5kLWZsZXhdPVwiaGVscHRleHRtb2RlID09PSAndG9vbHRpcCcgJiYgaGVscHRleHQgJiYgZGlzYWJsZWxhYmVsXCI+XG4gICAgICAgIDxkaXYgW2NsYXNzLmZsZXgtZ3Jvdy0xXT1cImhlbHB0ZXh0bW9kZSA9PT0gJ3Rvb2x0aXAnICYmIGhlbHB0ZXh0ICYmIGRpc2FibGVsYWJlbFwiPlxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiaW5wdXQtZ3JvdXBcIlxuICAgICAgICAgICAgICAgIFtjbGFzcy5pbnB1dC1ncm91cC1zbV09XCJjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuU21hbGxcIlxuICAgICAgICAgICAgICAgIFtjbGFzcy5pbnB1dC1ncm91cC1sZ109XCJjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuTGFyZ2VcIlxuICAgICAgICAgICAgICAgIFtjbGFzcy5oYXMtdmFsaWRhdGlvbl09XCJpc2lubGluZWVycm9yZW5hYmxlZCAmJiBpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiPlxuICAgICAgICAgICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgICAgICAgICBpZD1cInt7IG5hbWUgfX1cIlxuICAgICAgICAgICAgICAgICAgICBuYW1lPVwie3sgbmFtZSB9fVwiXG4gICAgICAgICAgICAgICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxuICAgICAgICAgICAgICAgICAgICBbaW1hc2tdPVwiaW1hc2tEYXRlXCJcbiAgICAgICAgICAgICAgICAgICAgW2F0dHIucGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIlxuICAgICAgICAgICAgICAgICAgICBbdmFsdWVdPVwidmFsdWVzdHJpbmdcIlxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuaXMtaW52YWxpZF09XCJpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiXG4gICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIltjb21wb25lbnRIZWlnaHQgfCB0b0NvbnRyb2xIZWlnaHRdXCJcbiAgICAgICAgICAgICAgICAgICAgKGJsdXIpPVwib25Ub3VjaCgpXCJcbiAgICAgICAgICAgICAgICAgICAgKGFjY2VwdCk9XCJzZXRWYWx1ZVN0cmluZygkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICAgICAgW2Rpc2FibGVkXT1cImlzZGlzYWJsZWRcIiAvPlxuICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgI3BpY2tlcmJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tc2Vjb25kYXJ5XCJcbiAgICAgICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJzaG93RGF0ZVNlbGVjdG9yKClcIlxuICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiaXNkaXNhYmxlZFwiPlxuICAgICAgICAgICAgICAgICAgICA8aSBbY2xhc3NdPVwiSWNvblNlbGVjdG9yXCI+PC9pPlxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJpc2lubGluZWVycm9yZW5hYmxlZCAmJiBpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaW52YWxpZC1mZWVkYmFja1wiPlxuICAgICAgICAgICAgICAgICAgICB7eyBHZXRFcnJvck1lc3NhZ2UoKSB8IGFzeW5jIH19XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAqbmdJZj1cImhlbHB0ZXh0bW9kZSA9PT0gJ3RleHQnICYmIGhlbHB0ZXh0XCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tdGV4dFwiPlxuICAgICAgICAgICAgICAgIHt7IGhlbHB0ZXh0IH19XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAjcGlja2VyXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJfc2hvd3NlbGVjdG9yXCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInBvcG92ZXIgZmFkZSBzaG93IHBvc2l0aW9uLWFic29sdXRlIGJzLXBvcG92ZXItYXV0b1wiXG4gICAgICAgICAgICAgICAgICAgIHJvbGU9XCJ0b29sdGlwXCJcbiAgICAgICAgICAgICAgICAgICAgW2F0dHIuZGF0YS1wb3BwZXItcGxhY2VtZW50XT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgR2V0UGlja2VyUG9zaXRpb24oKSA9PT0gVG9vbHRpcFBvc2l0aW9uLnJpZ2h0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPyAncmlnaHQnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBHZXRQaWNrZXJQb3NpdGlvbigpID09PSBUb29sdGlwUG9zaXRpb24ubGVmdFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8gJ2xlZnQnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBHZXRQaWNrZXJQb3NpdGlvbigpID09PSBUb29sdGlwUG9zaXRpb24udG9wIHx8IEdldFBpY2tlclBvc2l0aW9uKCkgPT09IFRvb2x0aXBQb3NpdGlvbi50b3BlbmRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA/ICd0b3AnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBHZXRQaWNrZXJQb3NpdGlvbigpID09PSBUb29sdGlwUG9zaXRpb24uYm90dG9tIHx8IEdldFBpY2tlclBvc2l0aW9uKCkgPT09IFRvb2x0aXBQb3NpdGlvbi5ib3R0b21lbmRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA/ICdib3R0b20nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBudWxsXG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgIFtzdHlsZS5sZWZ0LnB4XT1cInBvc1BvcHVwTGVmdFwiXG4gICAgICAgICAgICAgICAgICAgIFtzdHlsZS50b3AucHhdPVwicG9zUG9wdXBUb3BcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgI3BpY2tlcmFycm93XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInBvcG92ZXItYXJyb3cgcG9zaXRpb24tYWJzb2x1dGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgc3R5bGU9XCJsZWZ0OiB1bnNldFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUudG9wLnB4XT1cInBvc0Fycm93VG9wXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS5sZWZ0LnB4XT1cInBvc0Fycm93TGVmdFwiPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicG9wb3Zlci1ib2R5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c2FjLWRhdGVzZWxlY3RvclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWU9XCJ7eyBuYW1lIH19X3BpY2tlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2luaXRpYWx2YWx1ZV09XCJ2YWx1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKHNlbGVjdGRhdGUpPVwiZGF0ZXNlbGVjdCgkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRlc2VsZWN0aW9uPVwidHJ1ZVwiPjwvc2FjLWRhdGVzZWxlY3Rvcj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG5cbiAgICAgICAgPGRpdlxuICAgICAgICAgICAgKm5nSWY9XCJoZWxwdGV4dG1vZGUgPT09ICd0b29sdGlwJyAmJiBoZWxwdGV4dCAmJiBkaXNhYmxlbGFiZWxcIlxuICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2wtcGxhaW50ZXh0IGFsaWduLXNlbGYtdG9wIG1zLTIgbWUtMSB3LWF1dG9cIlxuICAgICAgICAgICAgW25nQ2xhc3NdPVwiW2NvbXBvbmVudEhlaWdodCB8IHRvQ29udHJvbEhlaWdodF1cIj5cbiAgICAgICAgICAgIDxzYWMtdG9vbHRpcFxuICAgICAgICAgICAgICAgIFt0b29sdGlwdGV4dF09XCJoZWxwdGV4dFwiXG4gICAgICAgICAgICAgICAgW2lubGluZW1vZGVdPVwidHJ1ZVwiPlxuICAgICAgICAgICAgICAgIDxzcGFuXG4gICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIkhlbHB0ZXh0VG9vbHRpcEljb25cIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm1sLTFcIj5cbiAgICAgICAgICAgICAgICA8L3NwYW4+XG4gICAgICAgICAgICA8L3NhYy10b29sdGlwPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L2Rpdj5cbjwvZGl2PlxuIl19
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { SacDateComponent } from './date';
|
|
3
|
-
export const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { SacDateComponent } from './date';
|
|
3
|
+
export const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zYWMtYm9vdHN0cmFwNS9zcmMvY29udHJvbHMvZGF0ZXRpbWUvZGF0ZS5uZ2ZhY3RvcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDcEMsT0FBTyxFQUFDLGdCQUFnQixFQUFDLE1BQU0sUUFBUSxDQUFDO0FBRXhDLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRyxJQUFJLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7U2FjRGF0ZUNvbXBvbmVudH0gZnJvbSAnLi9kYXRlJztcbmV4cG9ydCBjb25zdCBTYWNEYXRlQ29tcG9uZW50TmdGYWN0b3J5OiBpMC7JtU5nTW9kdWxlRmFjdG9yeTxhbnk+ID0gbmV3IGkwLsm1TmdNb2R1bGVGYWN0b3J5KFNhY0RhdGVDb21wb25lbnQpO1xuZXhwb3J0IGNvbnN0IMm1Tm9uRW1wdHlNb2R1bGUgPSB0cnVlOyJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const SacDateComponentNgSummary = null;
|
|
1
|
+
export const SacDateComponentNgSummary = null;
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZS5uZ3N1bW1hcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zYWMtYm9vdHN0cmFwNS9zcmMvY29udHJvbHMvZGF0ZXRpbWUvZGF0ZS5uZ3N1bW1hcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0seUJBQXlCLEdBQVEsSUFBSSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNvbnN0IFNhY0RhdGVDb21wb25lbnROZ1N1bW1hcnk6IGFueSA9IG51bGw7Il19
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { Component } from '@angular/core';
|
|
2
|
-
import { SacDateSelectorCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
SacDateSelectorComponent.ɵ
|
|
12
|
-
i0.ɵɵ
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}] })
|
|
16
|
-
|
|
1
|
+
import { Component } from '@angular/core';
|
|
2
|
+
import { SacDateSelectorCommon } from '@simpleangularcontrols/sac-common';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
import * as i2 from "@simpleangularcontrols/sac-common";
|
|
6
|
+
/**
|
|
7
|
+
* DateTime Selektor Komponente
|
|
8
|
+
*/
|
|
9
|
+
export class SacDateSelectorComponent extends SacDateSelectorCommon {
|
|
10
|
+
}
|
|
11
|
+
SacDateSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacDateSelectorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
12
|
+
SacDateSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SacDateSelectorComponent, selector: "sac-dateselector", usesInheritance: true, ngImport: i0, template: "<div\n class=\"calendar-selector\"\n [attr.data-e2e-key]=\"name | testingattribute : e2eidentifier\">\n <div *ngIf=\"dateselection\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col text-start\">\n <a (click)=\"monthBack()\"><span [class]=\"iconMonthPrev\"></span></a>\n </div>\n <div class=\"col text-center\">{{ month + 1 }}/{{ year }}</div>\n <div class=\"col text-end\">\n <a (click)=\"monthNext()\"><span [class]=\"iconMonthNext\"></span></a>\n </div>\n </div>\n </div>\n <div></div>\n <div class=\"container\">\n <div class=\"row\">\n <ng-container *ngFor=\"let week of dates; let i = index\">\n <ng-container *ngFor=\"let item of week\">\n <div\n class=\"p-2 col text-center\"\n [ngStyle]=\"{ cursor: item.isenabled ? 'pointer' : null }\"\n [ngClass]=\"{ 'day-current': item.iscurrent, 'day-selected': item.isselected, 'day-new': item.isnew, 'day-disabled': !item.isenabled }\"\n (click)=\"selectDate(item)\"\n >{{ item.displaytext }}</div\n >\n </ng-container>\n <div class=\"w-100\"></div>\n </ng-container>\n </div>\n </div>\n </div>\n <div\n class=\"d-flex justify-content-start\"\n *ngIf=\"timeselection\">\n <div class=\"p-2\">\n <div class=\"form-group\">\n <label>Stunde</label>\n <input\n type=\"number\"\n class=\"form-control form-control-sm\"\n [value]=\"getHours()\"\n (input)=\"setHours($event.target.value)\"\n min=\"0\"\n max=\"23\" />\n </div>\n </div>\n <div class=\"p-2\">\n <div class=\"form-group\">\n <label>Minute</label>\n <input\n type=\"number\"\n class=\"form-control form-control-sm\"\n [value]=\"getMinutes()\"\n (input)=\"setMinutes($event.target.value)\"\n min=\"0\"\n max=\"59\" />\n </div>\n </div>\n </div>\n <div class=\"d-flex flex-row\">\n <div class=\"flex-grow-1 p-2\">\n <button\n type=\"button\"\n class=\"btn btn-secondary\"\n (click)=\"setToday()\">\n Heute\n </button>\n </div>\n <div class=\"p-2\">\n <button\n type=\"button\"\n class=\"btn btn-secondary\"\n (click)=\"resetSelection()\">\n Reset\n </button>\n </div>\n <div class=\"p-2\">\n <button\n type=\"button\"\n class=\"btn btn-primary\"\n (click)=\"applySelection()\">\n Apply\n </button>\n </div>\n </div>\n</div>\n", directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], pipes: { "testingattribute": i2.SacTestingAttributePipe } });
|
|
13
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacDateSelectorComponent, decorators: [{
|
|
14
|
+
type: Component,
|
|
15
|
+
args: [{ selector: 'sac-dateselector', template: "<div\n class=\"calendar-selector\"\n [attr.data-e2e-key]=\"name | testingattribute : e2eidentifier\">\n <div *ngIf=\"dateselection\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col text-start\">\n <a (click)=\"monthBack()\"><span [class]=\"iconMonthPrev\"></span></a>\n </div>\n <div class=\"col text-center\">{{ month + 1 }}/{{ year }}</div>\n <div class=\"col text-end\">\n <a (click)=\"monthNext()\"><span [class]=\"iconMonthNext\"></span></a>\n </div>\n </div>\n </div>\n <div></div>\n <div class=\"container\">\n <div class=\"row\">\n <ng-container *ngFor=\"let week of dates; let i = index\">\n <ng-container *ngFor=\"let item of week\">\n <div\n class=\"p-2 col text-center\"\n [ngStyle]=\"{ cursor: item.isenabled ? 'pointer' : null }\"\n [ngClass]=\"{ 'day-current': item.iscurrent, 'day-selected': item.isselected, 'day-new': item.isnew, 'day-disabled': !item.isenabled }\"\n (click)=\"selectDate(item)\"\n >{{ item.displaytext }}</div\n >\n </ng-container>\n <div class=\"w-100\"></div>\n </ng-container>\n </div>\n </div>\n </div>\n <div\n class=\"d-flex justify-content-start\"\n *ngIf=\"timeselection\">\n <div class=\"p-2\">\n <div class=\"form-group\">\n <label>Stunde</label>\n <input\n type=\"number\"\n class=\"form-control form-control-sm\"\n [value]=\"getHours()\"\n (input)=\"setHours($event.target.value)\"\n min=\"0\"\n max=\"23\" />\n </div>\n </div>\n <div class=\"p-2\">\n <div class=\"form-group\">\n <label>Minute</label>\n <input\n type=\"number\"\n class=\"form-control form-control-sm\"\n [value]=\"getMinutes()\"\n (input)=\"setMinutes($event.target.value)\"\n min=\"0\"\n max=\"59\" />\n </div>\n </div>\n </div>\n <div class=\"d-flex flex-row\">\n <div class=\"flex-grow-1 p-2\">\n <button\n type=\"button\"\n class=\"btn btn-secondary\"\n (click)=\"setToday()\">\n Heute\n </button>\n </div>\n <div class=\"p-2\">\n <button\n type=\"button\"\n class=\"btn btn-secondary\"\n (click)=\"resetSelection()\">\n Reset\n </button>\n </div>\n <div class=\"p-2\">\n <button\n type=\"button\"\n class=\"btn btn-primary\"\n (click)=\"applySelection()\">\n Apply\n </button>\n </div>\n </div>\n</div>\n" }]
|
|
16
|
+
}] });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXNlbGVjdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2FjLWJvb3RzdHJhcDUvc3JjL2NvbnRyb2xzL2RhdGV0aW1lL2RhdGVzZWxlY3Rvci50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NhYy1ib290c3RyYXA1L3NyYy9jb250cm9scy9kYXRldGltZS9kYXRlc2VsZWN0b3IuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOzs7O0FBRTFFOztHQUVHO0FBS0gsTUFBTSxPQUFPLHdCQUF5QixTQUFRLHFCQUFxQjs7cUhBQXRELHdCQUF3Qjt5R0FBeEIsd0JBQXdCLCtFQ1ZyQyxndUdBd0ZBOzJGRDlFYSx3QkFBd0I7a0JBSnBDLFNBQVM7K0JBQ0ksa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBTYWNEYXRlU2VsZWN0b3JDb21tb24gfSBmcm9tICdAc2ltcGxlYW5ndWxhcmNvbnRyb2xzL3NhYy1jb21tb24nO1xuXG4vKipcbiAqIERhdGVUaW1lIFNlbGVrdG9yIEtvbXBvbmVudGVcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdzYWMtZGF0ZXNlbGVjdG9yJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vZGF0ZXNlbGVjdG9yLmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBTYWNEYXRlU2VsZWN0b3JDb21wb25lbnQgZXh0ZW5kcyBTYWNEYXRlU2VsZWN0b3JDb21tb24ge31cbiIsIjxkaXZcbiAgICBjbGFzcz1cImNhbGVuZGFyLXNlbGVjdG9yXCJcbiAgICBbYXR0ci5kYXRhLWUyZS1rZXldPVwibmFtZSB8IHRlc3RpbmdhdHRyaWJ1dGUgOiBlMmVpZGVudGlmaWVyXCI+XG4gICAgPGRpdiAqbmdJZj1cImRhdGVzZWxlY3Rpb25cIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImNvbnRhaW5lclwiPlxuICAgICAgICAgICAgPGRpdiBjbGFzcz1cInJvd1wiPlxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wgdGV4dC1zdGFydFwiPlxuICAgICAgICAgICAgICAgICAgICA8YSAoY2xpY2spPVwibW9udGhCYWNrKClcIj48c3BhbiBbY2xhc3NdPVwiaWNvbk1vbnRoUHJldlwiPjwvc3Bhbj48L2E+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbCB0ZXh0LWNlbnRlclwiPnt7IG1vbnRoICsgMSB9fS97eyB5ZWFyIH19PC9kaXY+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImNvbCB0ZXh0LWVuZFwiPlxuICAgICAgICAgICAgICAgICAgICA8YSAoY2xpY2spPVwibW9udGhOZXh0KClcIj48c3BhbiBbY2xhc3NdPVwiaWNvbk1vbnRoTmV4dFwiPjwvc3Bhbj48L2E+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXY+PC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJjb250YWluZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cbiAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0Zvcj1cImxldCB3ZWVrIG9mIGRhdGVzOyBsZXQgaSA9IGluZGV4XCI+XG4gICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGl0ZW0gb2Ygd2Vla1wiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwicC0yIGNvbCB0ZXh0LWNlbnRlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW25nU3R5bGVdPVwieyBjdXJzb3I6IGl0ZW0uaXNlbmFibGVkID8gJ3BvaW50ZXInIDogbnVsbCB9XCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJ7ICdkYXktY3VycmVudCc6IGl0ZW0uaXNjdXJyZW50LCAnZGF5LXNlbGVjdGVkJzogaXRlbS5pc3NlbGVjdGVkLCAnZGF5LW5ldyc6IGl0ZW0uaXNuZXcsICdkYXktZGlzYWJsZWQnOiAhaXRlbS5pc2VuYWJsZWQgfVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNlbGVjdERhdGUoaXRlbSlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID57eyBpdGVtLmRpc3BsYXl0ZXh0IH19PC9kaXZcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJ3LTEwMFwiPjwvZGl2PlxuICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXZcbiAgICAgICAgY2xhc3M9XCJkLWZsZXgganVzdGlmeS1jb250ZW50LXN0YXJ0XCJcbiAgICAgICAgKm5nSWY9XCJ0aW1lc2VsZWN0aW9uXCI+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJwLTJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWdyb3VwXCI+XG4gICAgICAgICAgICAgICAgPGxhYmVsPlN0dW5kZTwvbGFiZWw+XG4gICAgICAgICAgICAgICAgPGlucHV0XG4gICAgICAgICAgICAgICAgICAgIHR5cGU9XCJudW1iZXJcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbCBmb3JtLWNvbnRyb2wtc21cIlxuICAgICAgICAgICAgICAgICAgICBbdmFsdWVdPVwiZ2V0SG91cnMoKVwiXG4gICAgICAgICAgICAgICAgICAgIChpbnB1dCk9XCJzZXRIb3VycygkZXZlbnQudGFyZ2V0LnZhbHVlKVwiXG4gICAgICAgICAgICAgICAgICAgIG1pbj1cIjBcIlxuICAgICAgICAgICAgICAgICAgICBtYXg9XCIyM1wiIC8+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgY2xhc3M9XCJwLTJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWdyb3VwXCI+XG4gICAgICAgICAgICAgICAgPGxhYmVsPk1pbnV0ZTwvbGFiZWw+XG4gICAgICAgICAgICAgICAgPGlucHV0XG4gICAgICAgICAgICAgICAgICAgIHR5cGU9XCJudW1iZXJcIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tY29udHJvbCBmb3JtLWNvbnRyb2wtc21cIlxuICAgICAgICAgICAgICAgICAgICBbdmFsdWVdPVwiZ2V0TWludXRlcygpXCJcbiAgICAgICAgICAgICAgICAgICAgKGlucHV0KT1cInNldE1pbnV0ZXMoJGV2ZW50LnRhcmdldC52YWx1ZSlcIlxuICAgICAgICAgICAgICAgICAgICBtaW49XCIwXCJcbiAgICAgICAgICAgICAgICAgICAgbWF4PVwiNTlcIiAvPlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJkLWZsZXggZmxleC1yb3dcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImZsZXgtZ3Jvdy0xIHAtMlwiPlxuICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1zZWNvbmRhcnlcIlxuICAgICAgICAgICAgICAgIChjbGljayk9XCJzZXRUb2RheSgpXCI+XG4gICAgICAgICAgICAgICAgSGV1dGVcbiAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInAtMlwiPlxuICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1zZWNvbmRhcnlcIlxuICAgICAgICAgICAgICAgIChjbGljayk9XCJyZXNldFNlbGVjdGlvbigpXCI+XG4gICAgICAgICAgICAgICAgUmVzZXRcbiAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGRpdiBjbGFzcz1cInAtMlwiPlxuICAgICAgICAgICAgPGJ1dHRvblxuICAgICAgICAgICAgICAgIHR5cGU9XCJidXR0b25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5XCJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiYXBwbHlTZWxlY3Rpb24oKVwiPlxuICAgICAgICAgICAgICAgIEFwcGx5XG4gICAgICAgICAgICA8L2J1dHRvbj5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as i0 from '@angular/core';
|
|
2
|
-
import { SacDateSelectorComponent } from './dateselector';
|
|
3
|
-
export const ɵNonEmptyModule = true;
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { SacDateSelectorComponent } from './dateselector';
|
|
3
|
+
export const ɵNonEmptyModule = true;
|
|
4
4
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXNlbGVjdG9yLm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NhYy1ib290c3RyYXA1L3NyYy9jb250cm9scy9kYXRldGltZS9kYXRlc2VsZWN0b3IubmdmYWN0b3J5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3BDLE9BQU8sRUFBQyx3QkFBd0IsRUFBQyxNQUFNLGdCQUFnQixDQUFDO0FBRXhELE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRyxJQUFJLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7U2FjRGF0ZVNlbGVjdG9yQ29tcG9uZW50fSBmcm9tICcuL2RhdGVzZWxlY3Rvcic7XG5leHBvcnQgY29uc3QgU2FjRGF0ZVNlbGVjdG9yQ29tcG9uZW50TmdGYWN0b3J5OiBpMC7JtU5nTW9kdWxlRmFjdG9yeTxhbnk+ID0gbmV3IGkwLsm1TmdNb2R1bGVGYWN0b3J5KFNhY0RhdGVTZWxlY3RvckNvbXBvbmVudCk7XG5leHBvcnQgY29uc3QgybVOb25FbXB0eU1vZHVsZSA9IHRydWU7Il19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const SacDateSelectorComponentNgSummary = null;
|
|
1
|
+
export const SacDateSelectorComponentNgSummary = null;
|
|
2
2
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXNlbGVjdG9yLm5nc3VtbWFyeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NhYy1ib290c3RyYXA1L3NyYy9jb250cm9scy9kYXRldGltZS9kYXRlc2VsZWN0b3IubmdzdW1tYXJ5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLGlDQUFpQyxHQUFRLElBQUksQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBTYWNEYXRlU2VsZWN0b3JDb21wb25lbnROZ1N1bW1hcnk6IGFueSA9IG51bGw7Il19
|
|
@@ -1,60 +1,63 @@
|
|
|
1
|
-
import { Component,
|
|
2
|
-
import {
|
|
3
|
-
import { SacDateTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
-
import
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
{
|
|
48
|
-
provide:
|
|
49
|
-
multi: true,
|
|
50
|
-
useExisting: forwardRef(() => SacDateTimeComponent),
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
1
|
+
import { Component, Host, Optional, forwardRef } from '@angular/core';
|
|
2
|
+
import { NG_VALIDATORS, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import { SacDateTimeCommon } from '@simpleangularcontrols/sac-common';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
import * as i1 from "../layout/formlayout.directive";
|
|
6
|
+
import * as i2 from "../tooltip/tooltip";
|
|
7
|
+
import * as i3 from "./dateselector";
|
|
8
|
+
import * as i4 from "@angular/common";
|
|
9
|
+
import * as i5 from "angular-imask";
|
|
10
|
+
import * as i6 from "@simpleangularcontrols/sac-common";
|
|
11
|
+
import * as i7 from "../layout/tolabelwidthcss.pipe";
|
|
12
|
+
import * as i8 from "../layout/tolabelheight.pipe";
|
|
13
|
+
import * as i9 from "../layout/tocontrolwidthcss.pipe";
|
|
14
|
+
import * as i10 from "../layout/tocontrolheight.pipe";
|
|
15
|
+
/**
|
|
16
|
+
* Date und Time Komponente
|
|
17
|
+
*/
|
|
18
|
+
export class SacDateTimeComponent extends SacDateTimeCommon {
|
|
19
|
+
// #region Constructors
|
|
20
|
+
/**
|
|
21
|
+
* Constructor
|
|
22
|
+
* @param formLayout SacFormLayout to define scoped layout settings
|
|
23
|
+
* @param injector Injector for injecting services
|
|
24
|
+
* @param elementRef Reference to html dom element
|
|
25
|
+
* @param cdRef Change Dectection Servie
|
|
26
|
+
*/
|
|
27
|
+
constructor(formLayout, injector, elementRef, cdRef) {
|
|
28
|
+
super(formLayout, injector, elementRef, cdRef);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
SacDateTimeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacDateTimeComponent, deps: [{ token: i1.SacFormLayoutDirective, host: true, optional: true }, { token: i0.Injector }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
32
|
+
SacDateTimeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: SacDateTimeComponent, selector: "sac-datetime", providers: [
|
|
33
|
+
{
|
|
34
|
+
provide: NG_VALUE_ACCESSOR,
|
|
35
|
+
multi: true,
|
|
36
|
+
useExisting: forwardRef(() => SacDateTimeComponent),
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
provide: NG_VALIDATORS,
|
|
40
|
+
multi: true,
|
|
41
|
+
useExisting: forwardRef(() => SacDateTimeComponent),
|
|
42
|
+
},
|
|
43
|
+
], usesInheritance: true, ngImport: i0, template: "<div\n class=\"row mb-3\"\n [attr.data-e2e-key]=\"name | testingattribute : e2eidentifier\"\n [class.g-0]=\"disablelabel\">\n <label\n for=\"{{ name }}\"\n class=\"col-12 col-form-label d-flex\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\n [class.required]=\"isrequired\">\n <div\n class=\"text flex-grow-0\"\n [class.flex-sm-grow-1]=\"splitlabelandhelptext\">\n {{ label }}\n </div>\n <sac-tooltip\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ms-1\">\n </span>\n </sac-tooltip>\n </label>\n <div\n class=\"col-12 position-relative\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\n [class.d-flex]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div [class.flex-grow-1]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div\n class=\"input-group\"\n [class.input-group-sm]=\"componentHeight === ControlHeight.Small\"\n [class.input-group-lg]=\"componentHeight === ControlHeight.Large\"\n [class.has-validation]=\"isinlineerrorenabled && invalid && (dirty || touched)\">\n <input\n id=\"{{ name }}\"\n name=\"{{ name }}\"\n type=\"text\"\n class=\"form-control\"\n [imask]=\"imaskDate\"\n [attr.placeholder]=\"placeholder\"\n [value]=\"valuestring\"\n [class.is-invalid]=\"invalid && (dirty || touched)\"\n [ngClass]=\"[componentHeight | toControlHeight]\"\n (blur)=\"onTouch()\"\n (accept)=\"setValueString($event)\"\n [disabled]=\"isdisabled\" />\n <button\n #pickerbutton\n class=\"btn btn-secondary\"\n type=\"button\"\n (click)=\"showDateSelector()\"\n [disabled]=\"isdisabled\">\n <i [class]=\"IconSelector\"></i>\n </button>\n <div\n *ngIf=\"isinlineerrorenabled && invalid && (dirty || touched)\"\n class=\"invalid-feedback\">\n {{ GetErrorMessage() | async }}\n </div>\n </div>\n <div\n *ngIf=\"helptextmode === 'text' && helptext\"\n class=\"form-text\">\n {{ helptext }}\n </div>\n <div\n #picker\n *ngIf=\"_showselector\">\n <div\n class=\"popover fade show position-absolute bs-popover-auto\"\n role=\"tooltip\"\n [attr.data-popper-placement]=\"\n GetPickerPosition() === TooltipPosition.right\n ? 'right'\n : GetPickerPosition() === TooltipPosition.left\n ? 'left'\n : GetPickerPosition() === TooltipPosition.top || GetPickerPosition() === TooltipPosition.topend\n ? 'top'\n : GetPickerPosition() === TooltipPosition.bottom || GetPickerPosition() === TooltipPosition.bottomend\n ? 'bottom'\n : null\n \"\n [style.left.px]=\"posPopupLeft\"\n [style.top.px]=\"posPopupTop\">\n <div\n #pickerarrow\n class=\"popover-arrow position-absolute\"\n style=\"left: unset\"\n [style.top.px]=\"posArrowTop\"\n [style.left.px]=\"posArrowLeft\">\n </div>\n\n <div class=\"popover-body\">\n <sac-dateselector\n name=\"{{ name }}_picker\"\n [initialvalue]=\"value\"\n (selectdate)=\"dateselect($event)\"\n dateselection=\"true\"\n timeselection=\"true\"></sac-dateselector>\n </div>\n </div>\n </div>\n </div>\n\n <div\n *ngIf=\"helptextmode === 'tooltip' && helptext && disablelabel\"\n class=\"form-control-plaintext align-self-top ms-2 me-1 w-auto\"\n [ngClass]=\"[componentHeight | toControlHeight]\">\n <sac-tooltip\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ml-1\">\n </span>\n </sac-tooltip>\n </div>\n </div>\n</div>\n", components: [{ type: i2.SacTooltipComponent, selector: "sac-tooltip" }, { type: i3.SacDateSelectorComponent, selector: "sac-dateselector" }], directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.IMaskDirective, selector: "[imask]", inputs: ["imaskElement", "imask", "unmask"], outputs: ["accept", "complete"], exportAs: ["imask"] }], pipes: { "testingattribute": i6.SacTestingAttributePipe, "toLabelWidthCss": i7.SacToLabelWidthCssPipe, "toLabelHeight": i8.SacToLabelHeightPipe, "toControlWidthCss": i9.SacToControlWidthCssPipe, "toControlHeight": i10.SacToControlHeightPipe, "async": i4.AsyncPipe } });
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: SacDateTimeComponent, decorators: [{
|
|
45
|
+
type: Component,
|
|
46
|
+
args: [{ selector: 'sac-datetime', providers: [
|
|
47
|
+
{
|
|
48
|
+
provide: NG_VALUE_ACCESSOR,
|
|
49
|
+
multi: true,
|
|
50
|
+
useExisting: forwardRef(() => SacDateTimeComponent),
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
provide: NG_VALIDATORS,
|
|
54
|
+
multi: true,
|
|
55
|
+
useExisting: forwardRef(() => SacDateTimeComponent),
|
|
56
|
+
},
|
|
57
|
+
], template: "<div\n class=\"row mb-3\"\n [attr.data-e2e-key]=\"name | testingattribute : e2eidentifier\"\n [class.g-0]=\"disablelabel\">\n <label\n for=\"{{ name }}\"\n class=\"col-12 col-form-label d-flex\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toLabelWidthCss) : 'visually-hidden', componentHeight | toLabelHeight]\"\n [class.required]=\"isrequired\">\n <div\n class=\"text flex-grow-0\"\n [class.flex-sm-grow-1]=\"splitlabelandhelptext\">\n {{ label }}\n </div>\n <sac-tooltip\n *ngIf=\"helptextmode === 'tooltip' && helptext\"\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ms-1\">\n </span>\n </sac-tooltip>\n </label>\n <div\n class=\"col-12 position-relative\"\n [ngClass]=\"[disablelabel === false ? (this.labelSizes | toControlWidthCss) : '']\"\n [class.d-flex]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div [class.flex-grow-1]=\"helptextmode === 'tooltip' && helptext && disablelabel\">\n <div\n class=\"input-group\"\n [class.input-group-sm]=\"componentHeight === ControlHeight.Small\"\n [class.input-group-lg]=\"componentHeight === ControlHeight.Large\"\n [class.has-validation]=\"isinlineerrorenabled && invalid && (dirty || touched)\">\n <input\n id=\"{{ name }}\"\n name=\"{{ name }}\"\n type=\"text\"\n class=\"form-control\"\n [imask]=\"imaskDate\"\n [attr.placeholder]=\"placeholder\"\n [value]=\"valuestring\"\n [class.is-invalid]=\"invalid && (dirty || touched)\"\n [ngClass]=\"[componentHeight | toControlHeight]\"\n (blur)=\"onTouch()\"\n (accept)=\"setValueString($event)\"\n [disabled]=\"isdisabled\" />\n <button\n #pickerbutton\n class=\"btn btn-secondary\"\n type=\"button\"\n (click)=\"showDateSelector()\"\n [disabled]=\"isdisabled\">\n <i [class]=\"IconSelector\"></i>\n </button>\n <div\n *ngIf=\"isinlineerrorenabled && invalid && (dirty || touched)\"\n class=\"invalid-feedback\">\n {{ GetErrorMessage() | async }}\n </div>\n </div>\n <div\n *ngIf=\"helptextmode === 'text' && helptext\"\n class=\"form-text\">\n {{ helptext }}\n </div>\n <div\n #picker\n *ngIf=\"_showselector\">\n <div\n class=\"popover fade show position-absolute bs-popover-auto\"\n role=\"tooltip\"\n [attr.data-popper-placement]=\"\n GetPickerPosition() === TooltipPosition.right\n ? 'right'\n : GetPickerPosition() === TooltipPosition.left\n ? 'left'\n : GetPickerPosition() === TooltipPosition.top || GetPickerPosition() === TooltipPosition.topend\n ? 'top'\n : GetPickerPosition() === TooltipPosition.bottom || GetPickerPosition() === TooltipPosition.bottomend\n ? 'bottom'\n : null\n \"\n [style.left.px]=\"posPopupLeft\"\n [style.top.px]=\"posPopupTop\">\n <div\n #pickerarrow\n class=\"popover-arrow position-absolute\"\n style=\"left: unset\"\n [style.top.px]=\"posArrowTop\"\n [style.left.px]=\"posArrowLeft\">\n </div>\n\n <div class=\"popover-body\">\n <sac-dateselector\n name=\"{{ name }}_picker\"\n [initialvalue]=\"value\"\n (selectdate)=\"dateselect($event)\"\n dateselection=\"true\"\n timeselection=\"true\"></sac-dateselector>\n </div>\n </div>\n </div>\n </div>\n\n <div\n *ngIf=\"helptextmode === 'tooltip' && helptext && disablelabel\"\n class=\"form-control-plaintext align-self-top ms-2 me-1 w-auto\"\n [ngClass]=\"[componentHeight | toControlHeight]\">\n <sac-tooltip\n [tooltiptext]=\"helptext\"\n [inlinemode]=\"true\">\n <span\n [ngClass]=\"HelptextTooltipIcon\"\n class=\"ml-1\">\n </span>\n </sac-tooltip>\n </div>\n </div>\n</div>\n" }]
|
|
58
|
+
}], ctorParameters: function () { return [{ type: i1.SacFormLayoutDirective, decorators: [{
|
|
59
|
+
type: Host
|
|
60
|
+
}, {
|
|
61
|
+
type: Optional
|
|
62
|
+
}] }, { type: i0.Injector }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
|
|
63
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGF0ZXRpbWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zYWMtYm9vdHN0cmFwNS9zcmMvY29udHJvbHMvZGF0ZXRpbWUvZGF0ZXRpbWUudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zYWMtYm9vdHN0cmFwNS9zcmMvY29udHJvbHMvZGF0ZXRpbWUvZGF0ZXRpbWUuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQXFCLFNBQVMsRUFBYyxJQUFJLEVBQVksUUFBUSxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRyxPQUFPLEVBQUUsYUFBYSxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7Ozs7Ozs7Ozs7OztBQUV0RTs7R0FFRztBQWtCSCxNQUFNLE9BQU8sb0JBQXFCLFNBQVEsaUJBQWlCO0lBQ3ZELHVCQUF1QjtJQUV2Qjs7Ozs7O09BTUc7SUFDSCxZQUN3QixVQUFrQyxFQUN0RCxRQUFrQixFQUNsQixVQUFzQixFQUN0QixLQUF3QjtRQUV4QixLQUFLLENBQUMsVUFBVSxFQUFFLFFBQVEsRUFBRSxVQUFVLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDbkQsQ0FBQzs7aUhBakJRLG9CQUFvQjtxR0FBcEIsb0JBQW9CLHVDQWJsQjtRQUNQO1lBQ0ksT0FBTyxFQUFFLGlCQUFpQjtZQUMxQixLQUFLLEVBQUUsSUFBSTtZQUNYLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsb0JBQW9CLENBQUM7U0FDdEQ7UUFDRDtZQUNJLE9BQU8sRUFBRSxhQUFhO1lBQ3RCLEtBQUssRUFBRSxJQUFJO1lBQ1gsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztTQUN0RDtLQUNKLGlEQ3ZCTCxncEtBd0hBOzJGRC9GYSxvQkFBb0I7a0JBakJoQyxTQUFTOytCQUNJLGNBQWMsYUFHYjt3QkFDUDs0QkFDSSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixLQUFLLEVBQUUsSUFBSTs0QkFDWCxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxxQkFBcUIsQ0FBQzt5QkFDdEQ7d0JBQ0Q7NEJBQ0ksT0FBTyxFQUFFLGFBQWE7NEJBQ3RCLEtBQUssRUFBRSxJQUFJOzRCQUNYLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLHFCQUFxQixDQUFDO3lCQUN0RDtxQkFDSjs7MEJBYUksSUFBSTs7MEJBQUksUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFNhY0Zvcm1MYXlvdXREaXJlY3RpdmUgfSBmcm9tICcuLi9sYXlvdXQvZm9ybWxheW91dC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgRWxlbWVudFJlZiwgSG9zdCwgSW5qZWN0b3IsIE9wdGlvbmFsLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOR19WQUxJREFUT1JTLCBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IFNhY0RhdGVUaW1lQ29tbW9uIH0gZnJvbSAnQHNpbXBsZWFuZ3VsYXJjb250cm9scy9zYWMtY29tbW9uJztcblxuLyoqXG4gKiBEYXRlIHVuZCBUaW1lIEtvbXBvbmVudGVcbiAqL1xuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdzYWMtZGF0ZXRpbWUnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9kYXRldGltZS5odG1sJyxcbiAgICAvLyBWYWx1ZSBBY2Nlc3MgUHJvdmlkZXIgcmVnaXN0cmllcmVuLCBkYW1pdCBXZXJ0IHZpYSBNb2RlbCBnZXNjaHJpZWJlbiB1bmQgZ2VsZXNlbiB3ZXJkZW4ga2FublxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgICAgICAgIG11bHRpOiB0cnVlLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gU2FjRGF0ZVRpbWVDb21wb25lbnQpLFxuICAgICAgICB9LFxuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxJREFUT1JTLFxuICAgICAgICAgICAgbXVsdGk6IHRydWUsXG4gICAgICAgICAgICB1c2VFeGlzdGluZzogZm9yd2FyZFJlZigoKSA9PiBTYWNEYXRlVGltZUNvbXBvbmVudCksXG4gICAgICAgIH0sXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgU2FjRGF0ZVRpbWVDb21wb25lbnQgZXh0ZW5kcyBTYWNEYXRlVGltZUNvbW1vbiB7XG4gICAgLy8gI3JlZ2lvbiBDb25zdHJ1Y3RvcnNcblxuICAgIC8qKlxuICAgICAqIENvbnN0cnVjdG9yXG4gICAgICogQHBhcmFtIGZvcm1MYXlvdXQgU2FjRm9ybUxheW91dCB0byBkZWZpbmUgc2NvcGVkIGxheW91dCBzZXR0aW5nc1xuICAgICAqIEBwYXJhbSBpbmplY3RvciBJbmplY3RvciBmb3IgaW5qZWN0aW5nIHNlcnZpY2VzXG4gICAgICogQHBhcmFtIGVsZW1lbnRSZWYgUmVmZXJlbmNlIHRvIGh0bWwgZG9tIGVsZW1lbnRcbiAgICAgKiBAcGFyYW0gY2RSZWYgIENoYW5nZSBEZWN0ZWN0aW9uIFNlcnZpZVxuICAgICAqL1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBASG9zdCgpIEBPcHRpb25hbCgpIGZvcm1MYXlvdXQ6IFNhY0Zvcm1MYXlvdXREaXJlY3RpdmUsXG4gICAgICAgIGluamVjdG9yOiBJbmplY3RvcixcbiAgICAgICAgZWxlbWVudFJlZjogRWxlbWVudFJlZixcbiAgICAgICAgY2RSZWY6IENoYW5nZURldGVjdG9yUmVmXG4gICAgKSB7XG4gICAgICAgIHN1cGVyKGZvcm1MYXlvdXQsIGluamVjdG9yLCBlbGVtZW50UmVmLCBjZFJlZik7XG4gICAgfVxuXG4gICAgLy8gI2VuZHJlZ2lvbiBDb25zdHJ1Y3RvcnNcbn1cbiIsIjxkaXZcbiAgICBjbGFzcz1cInJvdyBtYi0zXCJcbiAgICBbYXR0ci5kYXRhLWUyZS1rZXldPVwibmFtZSB8IHRlc3RpbmdhdHRyaWJ1dGUgOiBlMmVpZGVudGlmaWVyXCJcbiAgICBbY2xhc3MuZy0wXT1cImRpc2FibGVsYWJlbFwiPlxuICAgIDxsYWJlbFxuICAgICAgICBmb3I9XCJ7eyBuYW1lIH19XCJcbiAgICAgICAgY2xhc3M9XCJjb2wtMTIgY29sLWZvcm0tbGFiZWwgZC1mbGV4XCJcbiAgICAgICAgW25nQ2xhc3NdPVwiW2Rpc2FibGVsYWJlbCA9PT0gZmFsc2UgPyAodGhpcy5sYWJlbFNpemVzIHwgdG9MYWJlbFdpZHRoQ3NzKSA6ICd2aXN1YWxseS1oaWRkZW4nLCBjb21wb25lbnRIZWlnaHQgfCB0b0xhYmVsSGVpZ2h0XVwiXG4gICAgICAgIFtjbGFzcy5yZXF1aXJlZF09XCJpc3JlcXVpcmVkXCI+XG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgIGNsYXNzPVwidGV4dCBmbGV4LWdyb3ctMFwiXG4gICAgICAgICAgICBbY2xhc3MuZmxleC1zbS1ncm93LTFdPVwic3BsaXRsYWJlbGFuZGhlbHB0ZXh0XCI+XG4gICAgICAgICAgICB7eyBsYWJlbCB9fVxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPHNhYy10b29sdGlwXG4gICAgICAgICAgICAqbmdJZj1cImhlbHB0ZXh0bW9kZSA9PT0gJ3Rvb2x0aXAnICYmIGhlbHB0ZXh0XCJcbiAgICAgICAgICAgIFt0b29sdGlwdGV4dF09XCJoZWxwdGV4dFwiXG4gICAgICAgICAgICBbaW5saW5lbW9kZV09XCJ0cnVlXCI+XG4gICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIkhlbHB0ZXh0VG9vbHRpcEljb25cIlxuICAgICAgICAgICAgICAgIGNsYXNzPVwibXMtMVwiPlxuICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L3NhYy10b29sdGlwPlxuICAgIDwvbGFiZWw+XG4gICAgPGRpdlxuICAgICAgICBjbGFzcz1cImNvbC0xMiBwb3NpdGlvbi1yZWxhdGl2ZVwiXG4gICAgICAgIFtuZ0NsYXNzXT1cIltkaXNhYmxlbGFiZWwgPT09IGZhbHNlID8gKHRoaXMubGFiZWxTaXplcyB8IHRvQ29udHJvbFdpZHRoQ3NzKSA6ICcnXVwiXG4gICAgICAgIFtjbGFzcy5kLWZsZXhdPVwiaGVscHRleHRtb2RlID09PSAndG9vbHRpcCcgJiYgaGVscHRleHQgJiYgZGlzYWJsZWxhYmVsXCI+XG4gICAgICAgIDxkaXYgW2NsYXNzLmZsZXgtZ3Jvdy0xXT1cImhlbHB0ZXh0bW9kZSA9PT0gJ3Rvb2x0aXAnICYmIGhlbHB0ZXh0ICYmIGRpc2FibGVsYWJlbFwiPlxuICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgIGNsYXNzPVwiaW5wdXQtZ3JvdXBcIlxuICAgICAgICAgICAgICAgIFtjbGFzcy5pbnB1dC1ncm91cC1zbV09XCJjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuU21hbGxcIlxuICAgICAgICAgICAgICAgIFtjbGFzcy5pbnB1dC1ncm91cC1sZ109XCJjb21wb25lbnRIZWlnaHQgPT09IENvbnRyb2xIZWlnaHQuTGFyZ2VcIlxuICAgICAgICAgICAgICAgIFtjbGFzcy5oYXMtdmFsaWRhdGlvbl09XCJpc2lubGluZWVycm9yZW5hYmxlZCAmJiBpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiPlxuICAgICAgICAgICAgICAgIDxpbnB1dFxuICAgICAgICAgICAgICAgICAgICBpZD1cInt7IG5hbWUgfX1cIlxuICAgICAgICAgICAgICAgICAgICBuYW1lPVwie3sgbmFtZSB9fVwiXG4gICAgICAgICAgICAgICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxuICAgICAgICAgICAgICAgICAgICBbaW1hc2tdPVwiaW1hc2tEYXRlXCJcbiAgICAgICAgICAgICAgICAgICAgW2F0dHIucGxhY2Vob2xkZXJdPVwicGxhY2Vob2xkZXJcIlxuICAgICAgICAgICAgICAgICAgICBbdmFsdWVdPVwidmFsdWVzdHJpbmdcIlxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuaXMtaW52YWxpZF09XCJpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiXG4gICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIltjb21wb25lbnRIZWlnaHQgfCB0b0NvbnRyb2xIZWlnaHRdXCJcbiAgICAgICAgICAgICAgICAgICAgKGJsdXIpPVwib25Ub3VjaCgpXCJcbiAgICAgICAgICAgICAgICAgICAgKGFjY2VwdCk9XCJzZXRWYWx1ZVN0cmluZygkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICAgICAgW2Rpc2FibGVkXT1cImlzZGlzYWJsZWRcIiAvPlxuICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgI3BpY2tlcmJ1dHRvblxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tc2Vjb25kYXJ5XCJcbiAgICAgICAgICAgICAgICAgICAgdHlwZT1cImJ1dHRvblwiXG4gICAgICAgICAgICAgICAgICAgIChjbGljayk9XCJzaG93RGF0ZVNlbGVjdG9yKClcIlxuICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiaXNkaXNhYmxlZFwiPlxuICAgICAgICAgICAgICAgICAgICA8aSBbY2xhc3NdPVwiSWNvblNlbGVjdG9yXCI+PC9pPlxuICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJpc2lubGluZWVycm9yZW5hYmxlZCAmJiBpbnZhbGlkICYmIChkaXJ0eSB8fCB0b3VjaGVkKVwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiaW52YWxpZC1mZWVkYmFja1wiPlxuICAgICAgICAgICAgICAgICAgICB7eyBHZXRFcnJvck1lc3NhZ2UoKSB8IGFzeW5jIH19XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAqbmdJZj1cImhlbHB0ZXh0bW9kZSA9PT0gJ3RleHQnICYmIGhlbHB0ZXh0XCJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tdGV4dFwiPlxuICAgICAgICAgICAgICAgIHt7IGhlbHB0ZXh0IH19XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAjcGlja2VyXG4gICAgICAgICAgICAgICAgKm5nSWY9XCJfc2hvd3NlbGVjdG9yXCI+XG4gICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInBvcG92ZXIgZmFkZSBzaG93IHBvc2l0aW9uLWFic29sdXRlIGJzLXBvcG92ZXItYXV0b1wiXG4gICAgICAgICAgICAgICAgICAgIHJvbGU9XCJ0b29sdGlwXCJcbiAgICAgICAgICAgICAgICAgICAgW2F0dHIuZGF0YS1wb3BwZXItcGxhY2VtZW50XT1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgR2V0UGlja2VyUG9zaXRpb24oKSA9PT0gVG9vbHRpcFBvc2l0aW9uLnJpZ2h0XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPyAncmlnaHQnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBHZXRQaWNrZXJQb3NpdGlvbigpID09PSBUb29sdGlwUG9zaXRpb24ubGVmdFxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID8gJ2xlZnQnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBHZXRQaWNrZXJQb3NpdGlvbigpID09PSBUb29sdGlwUG9zaXRpb24udG9wIHx8IEdldFBpY2tlclBvc2l0aW9uKCkgPT09IFRvb2x0aXBQb3NpdGlvbi50b3BlbmRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA/ICd0b3AnXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBHZXRQaWNrZXJQb3NpdGlvbigpID09PSBUb29sdGlwUG9zaXRpb24uYm90dG9tIHx8IEdldFBpY2tlclBvc2l0aW9uKCkgPT09IFRvb2x0aXBQb3NpdGlvbi5ib3R0b21lbmRcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA/ICdib3R0b20nXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgOiBudWxsXG4gICAgICAgICAgICAgICAgICAgIFwiXG4gICAgICAgICAgICAgICAgICAgIFtzdHlsZS5sZWZ0LnB4XT1cInBvc1BvcHVwTGVmdFwiXG4gICAgICAgICAgICAgICAgICAgIFtzdHlsZS50b3AucHhdPVwicG9zUG9wdXBUb3BcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdlxuICAgICAgICAgICAgICAgICAgICAgICAgI3BpY2tlcmFycm93XG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInBvcG92ZXItYXJyb3cgcG9zaXRpb24tYWJzb2x1dGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgc3R5bGU9XCJsZWZ0OiB1bnNldFwiXG4gICAgICAgICAgICAgICAgICAgICAgICBbc3R5bGUudG9wLnB4XT1cInBvc0Fycm93VG9wXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtzdHlsZS5sZWZ0LnB4XT1cInBvc0Fycm93TGVmdFwiPlxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cblxuICAgICAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwicG9wb3Zlci1ib2R5XCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8c2FjLWRhdGVzZWxlY3RvclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWU9XCJ7eyBuYW1lIH19X3BpY2tlclwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2luaXRpYWx2YWx1ZV09XCJ2YWx1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKHNlbGVjdGRhdGUpPVwiZGF0ZXNlbGVjdCgkZXZlbnQpXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBkYXRlc2VsZWN0aW9uPVwidHJ1ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdGltZXNlbGVjdGlvbj1cInRydWVcIj48L3NhYy1kYXRlc2VsZWN0b3I+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvZGl2PlxuXG4gICAgICAgIDxkaXZcbiAgICAgICAgICAgICpuZ0lmPVwiaGVscHRleHRtb2RlID09PSAndG9vbHRpcCcgJiYgaGVscHRleHQgJiYgZGlzYWJsZWxhYmVsXCJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sLXBsYWludGV4dCBhbGlnbi1zZWxmLXRvcCBtcy0yIG1lLTEgdy1hdXRvXCJcbiAgICAgICAgICAgIFtuZ0NsYXNzXT1cIltjb21wb25lbnRIZWlnaHQgfCB0b0NvbnRyb2xIZWlnaHRdXCI+XG4gICAgICAgICAgICA8c2FjLXRvb2x0aXBcbiAgICAgICAgICAgICAgICBbdG9vbHRpcHRleHRdPVwiaGVscHRleHRcIlxuICAgICAgICAgICAgICAgIFtpbmxpbmVtb2RlXT1cInRydWVcIj5cbiAgICAgICAgICAgICAgICA8c3BhblxuICAgICAgICAgICAgICAgICAgICBbbmdDbGFzc109XCJIZWxwdGV4dFRvb2x0aXBJY29uXCJcbiAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJtbC0xXCI+XG4gICAgICAgICAgICAgICAgPC9zcGFuPlxuICAgICAgICAgICAgPC9zYWMtdG9vbHRpcD5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj5cbiJdfQ==
|