@simpleangularcontrols/sac-common 16.0.0-rc.21 → 16.0.0-rc.23
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/common/basedatetimecontrol.d.ts +45 -18
- package/common/basedatetimecontrol.d.ts.map +1 -1
- package/common/baseinputcontrol.d.ts +10 -8
- package/common/baseinputcontrol.d.ts.map +1 -1
- package/common/baselistcontrol.d.ts +16 -16
- package/common/baselistcontrol.d.ts.map +1 -1
- package/common/basemodelcontrol.d.ts +60 -44
- package/common/basemodelcontrol.d.ts.map +1 -1
- package/common/baseselectcontrol.d.ts +6 -6
- package/common/baseselectcontrol.d.ts.map +1 -1
- package/common/baseuploadcontrol.d.ts +78 -58
- package/common/baseuploadcontrol.d.ts.map +1 -1
- package/components/browser/browser.d.ts +86 -89
- package/components/browser/browser.d.ts.map +1 -1
- package/components/browser/models/browserfile.d.ts +6 -6
- package/components/browser/models/browserfile.d.ts.map +1 -1
- package/components/browser/models/browserfiledeleterequest.d.ts +7 -7
- package/components/browser/models/browserfiledeleterequest.d.ts.map +1 -1
- package/components/browser/models/browserfilerenamerequest.d.ts +10 -10
- package/components/browser/models/browserfilerenamerequest.d.ts.map +1 -1
- package/components/browser/models/browserfileresponse.d.ts +2 -2
- package/components/browser/models/browserfileresponse.d.ts.map +1 -1
- package/components/browser/models/browserfilesaverequest.d.ts +7 -7
- package/components/browser/models/browserfilesaverequest.d.ts.map +1 -1
- package/components/browser/models/browsernode.d.ts +13 -13
- package/components/browser/models/browsernode.d.ts.map +1 -1
- package/components/browser/models/browsernodedeleterequest.d.ts +6 -6
- package/components/browser/models/browsernodedeleterequest.d.ts.map +1 -1
- package/components/browser/models/browsernodenewrequest.d.ts +7 -7
- package/components/browser/models/browsernodenewrequest.d.ts.map +1 -1
- package/components/browser/models/browsernoderenamerequest.d.ts +7 -7
- package/components/browser/models/browsernoderenamerequest.d.ts.map +1 -1
- package/components/browser/models/browsernoderequest.d.ts +7 -7
- package/components/browser/models/browsernoderequest.d.ts.map +1 -1
- package/components/browser/models/browsernoderesponse.d.ts +1 -1
- package/components/browser/models/browsernoderesponse.d.ts.map +1 -1
- package/controls/buttons/button.d.ts +25 -19
- package/controls/buttons/button.d.ts.map +1 -1
- package/controls/checkbox/checkbox.d.ts +4 -4
- package/controls/checkbox/checkbox.d.ts.map +1 -1
- package/controls/checkbox/radiobutton.d.ts +19 -13
- package/controls/checkbox/radiobutton.d.ts.map +1 -1
- package/controls/checkbox/radiobuttons.d.ts +13 -10
- package/controls/checkbox/radiobuttons.d.ts.map +1 -1
- package/controls/confirm/confirm.button.d.ts +3 -3
- package/controls/confirm/confirm.button.d.ts.map +1 -1
- package/controls/confirm/confirm.d.ts +24 -23
- package/controls/confirm/confirm.d.ts.map +1 -1
- package/controls/confirm/confirm.service.d.ts +20 -20
- package/controls/confirm/confirm.service.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.d.ts +33 -27
- package/controls/contextmenu/contextmenu.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.interface.d.ts +6 -0
- package/controls/contextmenu/contextmenu.interface.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuanchor.d.ts +4 -4
- package/controls/contextmenu/contextmenuanchor.d.ts.map +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +4 -4
- package/controls/contextmenu/contextmenucontainer.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +12 -12
- package/controls/contextmenu/contextmenuitembutton.d.ts.map +1 -1
- package/controls/datetime/date.d.ts +11 -11
- package/controls/datetime/date.d.ts.map +1 -1
- package/controls/datetime/dateselector.d.ts +47 -40
- package/controls/datetime/dateselector.d.ts.map +1 -1
- package/controls/datetime/datetime.d.ts +15 -14
- package/controls/datetime/datetime.d.ts.map +1 -1
- package/controls/datetime/time.d.ts +22 -12
- package/controls/datetime/time.d.ts.map +1 -1
- package/controls/dialog/dialog.d.ts +29 -23
- package/controls/dialog/dialog.d.ts.map +1 -1
- package/controls/form/form.d.ts +22 -17
- package/controls/form/form.d.ts.map +1 -1
- package/controls/grid/grid.d.ts +1 -0
- package/controls/grid/grid.d.ts.map +1 -1
- package/controls/grid/gridbutton.d.ts +1 -0
- package/controls/grid/gridbutton.d.ts.map +1 -1
- package/controls/grid/gridcolumn.d.ts +10 -6
- package/controls/grid/gridcolumn.d.ts.map +1 -1
- package/controls/grid/gridcolumnaction.d.ts +2 -2
- package/controls/grid/gridcolumnaction.d.ts.map +1 -1
- package/controls/grid/gridcolumnbase.d.ts +13 -4
- package/controls/grid/gridcolumnbase.d.ts.map +1 -1
- package/controls/grid/model.d.ts +22 -19
- package/controls/grid/model.d.ts.map +1 -1
- package/controls/grid/paging.d.ts +2 -3
- package/controls/grid/paging.d.ts.map +1 -1
- package/controls/input/input.d.ts +7 -7
- package/controls/input/inputarea.d.ts +8 -6
- package/controls/input/inputarea.d.ts.map +1 -1
- package/controls/input/inputcurrency.d.ts +4 -1
- package/controls/input/inputcurrency.d.ts.map +1 -1
- package/controls/input/inputdecimal.d.ts +15 -15
- package/controls/input/inputdecimal.d.ts.map +1 -1
- package/controls/input/inputemail.d.ts +5 -5
- package/controls/input/inputemail.d.ts.map +1 -1
- package/controls/input/inputinteger.d.ts +15 -15
- package/controls/input/inputinteger.d.ts.map +1 -1
- package/controls/input/inputpassword.d.ts +3 -3
- package/controls/input/inputpassword.d.ts.map +1 -1
- package/controls/input/inputsearch.d.ts +11 -8
- package/controls/input/inputsearch.d.ts.map +1 -1
- package/controls/layout/formlayout.d.ts +9 -6
- package/controls/layout/formlayout.d.ts.map +1 -1
- package/controls/list/buildvaluestring.d.ts +2 -2
- package/controls/list/buildvaluestring.d.ts.map +1 -1
- package/controls/list/dropdown.d.ts +23 -22
- package/controls/list/dropdown.d.ts.map +1 -1
- package/controls/list/dropdownoptions.d.ts +11 -11
- package/controls/list/dropdownoptions.d.ts.map +1 -1
- package/controls/list/listbox.d.ts +25 -23
- package/controls/list/listbox.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinput.d.ts +27 -27
- package/controls/multilanguage/multilanguageinput.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +27 -27
- package/controls/multilanguage/multilanguageinputarea.d.ts.map +1 -1
- package/controls/static/formcontainer.d.ts +8 -8
- package/controls/static/formcontainer.d.ts.map +1 -1
- package/controls/static/staticlabel.d.ts +6 -6
- package/controls/static/staticlabel.d.ts.map +1 -1
- package/controls/tabs/tab.d.ts +2 -2
- package/controls/tabs/tabitem.d.ts +9 -9
- package/controls/tabs/tabitem.d.ts.map +1 -1
- package/controls/tinymce/tinymce.d.ts +37 -37
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/tinymce/tinymcedialogsettings.d.ts +11 -11
- package/controls/tinymce/tinymcedialogsettings.d.ts.map +1 -1
- package/controls/tinymce/tinymcedialogsettingsmeta.d.ts +2 -2
- package/controls/tinymce/tinymcedialogsettingsmeta.d.ts.map +1 -1
- package/controls/tinymce/tinymceinstance.d.ts +2 -2
- package/controls/tinymce/tinymceinstance.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +10 -5
- package/controls/tooltip/tooltip.d.ts.map +1 -1
- package/controls/treeview/treeview.d.ts +52 -7
- package/controls/treeview/treeview.d.ts.map +1 -1
- package/controls/upload/dropzonemultiple.d.ts +16 -16
- package/controls/upload/dropzonemultiple.d.ts.map +1 -1
- package/controls/upload/dropzonesingle.d.ts +11 -11
- package/controls/upload/uploadmultiple.d.ts +12 -12
- package/controls/upload/uploadmultiple.d.ts.map +1 -1
- package/controls/upload/uploadsingle.d.ts +7 -7
- package/controls/upload/uploadsingle.d.ts.map +1 -1
- package/controls/validation/validationsummary.d.ts +12 -11
- package/controls/validation/validationsummary.d.ts.map +1 -1
- package/controls/wizard/wizard.d.ts +43 -36
- package/controls/wizard/wizard.d.ts.map +1 -1
- package/controls/wizard/wizarditem.d.ts +9 -9
- package/controls/wizard/wizarditem.d.ts.map +1 -1
- package/enums/ButtonRoleType.d.ts +26 -1
- package/enums/ButtonRoleType.d.ts.map +1 -1
- package/enums/ControlHeight.d.ts +1 -1
- package/enums/ControlHeight.d.ts.map +1 -1
- package/enums/IconType.d.ts +1 -1
- package/enums/IconType.d.ts.map +1 -1
- package/esm2022/common/basedatetimecontrol.mjs +59 -38
- package/esm2022/common/baseinputcontrol.mjs +16 -14
- package/esm2022/common/baselistcontrol.mjs +20 -18
- package/esm2022/common/basemodelcontrol.mjs +82 -71
- package/esm2022/common/baseselectcontrol.mjs +10 -9
- package/esm2022/common/baseuploadcontrol.mjs +74 -58
- package/esm2022/components/browser/browser.mjs +88 -90
- package/esm2022/components/browser/models/browserfile.mjs +3 -3
- package/esm2022/components/browser/models/browserfiledeleterequest.mjs +9 -7
- package/esm2022/components/browser/models/browserfilerenamerequest.mjs +9 -7
- package/esm2022/components/browser/models/browserfileresponse.mjs +3 -3
- package/esm2022/components/browser/models/browserfilesaverequest.mjs +8 -6
- package/esm2022/components/browser/models/browsernode.mjs +3 -3
- package/esm2022/components/browser/models/browsernodedeleterequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernodenewrequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernoderenamerequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernoderequest.mjs +9 -7
- package/esm2022/components/browser/models/browsernoderesponse.mjs +3 -3
- package/esm2022/controls/buttons/button.mjs +29 -25
- package/esm2022/controls/checkbox/checkbox.mjs +7 -7
- package/esm2022/controls/checkbox/radiobutton.mjs +23 -18
- package/esm2022/controls/checkbox/radiobuttons.mjs +17 -14
- package/esm2022/controls/confirm/confirm.button.mjs +6 -6
- package/esm2022/controls/confirm/confirm.mjs +27 -28
- package/esm2022/controls/confirm/confirm.service.mjs +24 -24
- package/esm2022/controls/contextmenu/contextmenu.interface.mjs +3 -3
- package/esm2022/controls/contextmenu/contextmenu.mjs +32 -27
- package/esm2022/controls/contextmenu/contextmenuanchor.mjs +7 -7
- package/esm2022/controls/contextmenu/contextmenucontainer.mjs +7 -7
- package/esm2022/controls/contextmenu/contextmenuitem.mjs +4 -4
- package/esm2022/controls/contextmenu/contextmenuitembutton.mjs +13 -13
- package/esm2022/controls/datetime/date.mjs +16 -16
- package/esm2022/controls/datetime/dateselector.mjs +95 -94
- package/esm2022/controls/datetime/datetime.mjs +20 -19
- package/esm2022/controls/datetime/time.mjs +27 -17
- package/esm2022/controls/dialog/dialog.mjs +41 -37
- package/esm2022/controls/form/form.mjs +22 -19
- package/esm2022/controls/grid/grid.mjs +5 -4
- package/esm2022/controls/grid/gridbutton.mjs +5 -4
- package/esm2022/controls/grid/gridcolumn.mjs +13 -9
- package/esm2022/controls/grid/gridcolumnaction.mjs +6 -6
- package/esm2022/controls/grid/gridcolumnbase.mjs +25 -18
- package/esm2022/controls/grid/gridimage.mjs +3 -3
- package/esm2022/controls/grid/model.mjs +23 -21
- package/esm2022/controls/grid/paging.mjs +9 -10
- package/esm2022/controls/input/input.mjs +11 -11
- package/esm2022/controls/input/inputarea.mjs +12 -10
- package/esm2022/controls/input/inputcurrency.mjs +9 -7
- package/esm2022/controls/input/inputdecimal.mjs +22 -22
- package/esm2022/controls/input/inputemail.mjs +9 -9
- package/esm2022/controls/input/inputinteger.mjs +21 -21
- package/esm2022/controls/input/inputpassword.mjs +7 -7
- package/esm2022/controls/input/inputsearch.mjs +15 -13
- package/esm2022/controls/layout/formlayout.mjs +16 -10
- package/esm2022/controls/list/buildvaluestring.mjs +10 -8
- package/esm2022/controls/list/dropdown.mjs +31 -30
- package/esm2022/controls/list/dropdownoptions.mjs +26 -19
- package/esm2022/controls/list/listbox.mjs +32 -30
- package/esm2022/controls/multilanguage/multilanguageinput.mjs +33 -33
- package/esm2022/controls/multilanguage/multilanguageinputarea.mjs +34 -34
- package/esm2022/controls/static/formcontainer.mjs +13 -13
- package/esm2022/controls/static/staticlabel.mjs +15 -12
- package/esm2022/controls/tabs/tab.mjs +5 -5
- package/esm2022/controls/tabs/tabitem.mjs +9 -8
- package/esm2022/controls/tinymce/tinymce.mjs +38 -38
- package/esm2022/controls/tinymce/tinymcedialogsettings.mjs +9 -7
- package/esm2022/controls/tinymce/tinymcedialogsettingsmeta.mjs +3 -5
- package/esm2022/controls/tinymce/tinymceinstance.mjs +3 -3
- package/esm2022/controls/tooltip/tooltip.mjs +16 -11
- package/esm2022/controls/treeview/treeview.mjs +48 -12
- package/esm2022/controls/upload/dropzonemultiple.mjs +21 -21
- package/esm2022/controls/upload/dropzonesingle.mjs +15 -15
- package/esm2022/controls/upload/uploadmultiple.mjs +17 -17
- package/esm2022/controls/upload/uploadsingle.mjs +11 -11
- package/esm2022/controls/validation/validationsummary.mjs +17 -16
- package/esm2022/controls/wizard/wizard.mjs +43 -33
- package/esm2022/controls/wizard/wizarditem.mjs +8 -8
- package/esm2022/enums/ButtonRoleType.mjs +3 -3
- package/esm2022/enums/ControlHeight.mjs +4 -4
- package/esm2022/enums/IconType.mjs +4 -4
- package/esm2022/interfaces/ISacConfigurationService.mjs +3 -3
- package/esm2022/interfaces/ISacFileBrowserService.mjs +3 -3
- package/esm2022/interfaces/ISacLabelSizes.mjs +3 -3
- package/esm2022/interfaces/ISacLanguageService.mjs +3 -3
- package/esm2022/interfaces/ISacLocalisationService.mjs +3 -3
- package/esm2022/interfaces/ISacUploadEventCompleteState.mjs +3 -3
- package/esm2022/interfaces/ISacValidationKeyService.mjs +3 -3
- package/esm2022/interfaces/iabstractcontrollabel.mjs +3 -3
- package/esm2022/interfaces/iconfirmcomponent.mjs +3 -3
- package/esm2022/interfaces/idatetimecontrol.mjs +3 -3
- package/esm2022/interfaces/iuploadcontrol.mjs +3 -3
- package/esm2022/interfaces/treeviewaction.interface.mjs +3 -3
- package/esm2022/models/languagemodel.mjs +8 -6
- package/esm2022/public_api.mjs +4 -4
- package/esm2022/services/index.mjs +3 -3
- package/esm2022/services/sac-configuration.service.mjs +13 -11
- package/esm2022/services/sac-filebrowser.service.mjs +66 -52
- package/esm2022/services/sac-icon.service.mjs +5 -5
- package/esm2022/services/sac-language.service.mjs +11 -7
- package/esm2022/services/sac-localisation.service.mjs +15 -11
- package/esm2022/services/sac-validationkey.service.mjs +108 -6
- package/esm2022/utilities/convertion.mjs +10 -8
- package/esm2022/utilities/datatypes.mjs +8 -6
- package/esm2022/utilities/enums.mjs +4 -10
- package/esm2022/utilities/guid.mjs +8 -8
- package/esm2022/utilities/interpolation.mjs +21 -14
- package/esm2022/utilities/popuphelper.mjs +52 -32
- package/esm2022/utilities/positioncalculator.mjs +61 -0
- package/esm2022/utilities/positionelements.mjs +32 -0
- package/esm2022/utilities/testingattribute.pipe.mjs +19 -6
- package/esm2022/validation/email.validator.mjs +11 -3
- package/esm2022/validation/equals.validator.mjs +12 -3
- package/esm2022/validation/index.mjs +3 -3
- package/esm2022/validation/invaliddate.validator.mjs +11 -3
- package/esm2022/validation/isDateValid.mjs +12 -10
- package/esm2022/validation/maxdate.validator.mjs +13 -4
- package/esm2022/validation/maxtime.validator.mjs +13 -4
- package/esm2022/validation/maxvalue.validator.mjs +12 -3
- package/esm2022/validation/mindate.validator.mjs +13 -4
- package/esm2022/validation/minfiles.validator.mjs +13 -4
- package/esm2022/validation/mintextlength.validator.mjs +11 -4
- package/esm2022/validation/mintime.validator.mjs +13 -4
- package/esm2022/validation/minvalue.validator.mjs +12 -3
- package/esm2022/validation/multilanguagerequired.validator.mjs +12 -3
- package/esm2022/validation/multilanguagerequiredany.validator.mjs +12 -3
- package/esm2022/validation/notequals.validator.mjs +12 -3
- package/esm2022/validation/pattern.validator.mjs +12 -3
- package/esm2022/validation/required.validator.mjs +11 -3
- package/esm2022/validation/validation.mjs +86 -102
- package/esm2022/validation/validationerrorcreator.mjs +13 -3
- package/esm2022/validation/validationerroritem.mjs +14 -12
- package/fesm2022/simpleangularcontrols-sac-common.mjs +2694 -2163
- package/fesm2022/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +9 -1
- package/interfaces/ISacConfigurationService.d.ts.map +1 -1
- package/interfaces/ISacFileBrowserService.d.ts +43 -43
- package/interfaces/ISacFileBrowserService.d.ts.map +1 -1
- package/interfaces/ISacLabelSizes.d.ts +9 -6
- package/interfaces/ISacLabelSizes.d.ts.map +1 -1
- package/interfaces/ISacLanguageService.d.ts +3 -3
- package/interfaces/ISacLanguageService.d.ts.map +1 -1
- package/interfaces/ISacLocalisationService.d.ts +2 -2
- package/interfaces/ISacLocalisationService.d.ts.map +1 -1
- package/interfaces/ISacUploadEventCompleteState.d.ts +6 -0
- package/interfaces/ISacUploadEventCompleteState.d.ts.map +1 -1
- package/interfaces/iabstractcontrollabel.d.ts +4 -1
- package/interfaces/iabstractcontrollabel.d.ts.map +1 -1
- package/interfaces/iconfirmcomponent.d.ts +6 -6
- package/interfaces/iconfirmcomponent.d.ts.map +1 -1
- package/interfaces/idatetimecontrol.d.ts +10 -1
- package/interfaces/idatetimecontrol.d.ts.map +1 -1
- package/interfaces/iuploadcontrol.d.ts.map +1 -1
- package/interfaces/treeviewaction.interface.d.ts +9 -0
- package/interfaces/treeviewaction.interface.d.ts.map +1 -1
- package/models/languagemodel.d.ts +9 -9
- package/models/languagemodel.d.ts.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +2 -1
- package/public_api.d.ts.map +1 -1
- package/services/index.d.ts +3 -3
- package/services/index.d.ts.map +1 -1
- package/services/sac-configuration.service.d.ts +8 -0
- package/services/sac-configuration.service.d.ts.map +1 -1
- package/services/sac-filebrowser.service.d.ts +97 -89
- package/services/sac-filebrowser.service.d.ts.map +1 -1
- package/services/sac-language.service.d.ts +2 -2
- package/services/sac-language.service.d.ts.map +1 -1
- package/services/sac-localisation.service.d.ts +11 -7
- package/services/sac-localisation.service.d.ts.map +1 -1
- package/services/sac-validationkey.service.d.ts +152 -5
- package/services/sac-validationkey.service.d.ts.map +1 -1
- package/simpleangularcontrols-sac-common-16.0.0-rc.23.tgz +0 -0
- package/utilities/convertion.d.ts +4 -4
- package/utilities/convertion.d.ts.map +1 -1
- package/utilities/datatypes.d.ts +3 -3
- package/utilities/datatypes.d.ts.map +1 -1
- package/utilities/enums.d.ts +8 -1
- package/utilities/enums.d.ts.map +1 -1
- package/utilities/guid.d.ts +1 -1
- package/utilities/guid.d.ts.map +1 -1
- package/utilities/interpolation.d.ts +9 -8
- package/utilities/interpolation.d.ts.map +1 -1
- package/utilities/popuphelper.d.ts +47 -10
- package/utilities/popuphelper.d.ts.map +1 -1
- package/utilities/positioncalculator.d.ts +83 -0
- package/utilities/positioncalculator.d.ts.map +1 -0
- package/utilities/positionelements.d.ts +31 -0
- package/utilities/positionelements.d.ts.map +1 -0
- package/utilities/testingattribute.pipe.d.ts +16 -1
- package/utilities/testingattribute.pipe.d.ts.map +1 -1
- package/validation/email.validator.d.ts +7 -0
- package/validation/email.validator.d.ts.map +1 -1
- package/validation/equals.validator.d.ts +8 -0
- package/validation/equals.validator.d.ts.map +1 -1
- package/validation/index.d.ts.map +1 -1
- package/validation/invaliddate.validator.d.ts +7 -0
- package/validation/invaliddate.validator.d.ts.map +1 -1
- package/validation/isDateValid.d.ts +5 -2
- package/validation/isDateValid.d.ts.map +1 -1
- package/validation/maxdate.validator.d.ts +8 -0
- package/validation/maxdate.validator.d.ts.map +1 -1
- package/validation/maxtime.validator.d.ts +8 -0
- package/validation/maxtime.validator.d.ts.map +1 -1
- package/validation/maxvalue.validator.d.ts +8 -0
- package/validation/maxvalue.validator.d.ts.map +1 -1
- package/validation/mindate.validator.d.ts +8 -0
- package/validation/mindate.validator.d.ts.map +1 -1
- package/validation/minfiles.validator.d.ts +8 -0
- package/validation/minfiles.validator.d.ts.map +1 -1
- package/validation/mintextlength.validator.d.ts +8 -0
- package/validation/mintextlength.validator.d.ts.map +1 -1
- package/validation/mintime.validator.d.ts +8 -0
- package/validation/mintime.validator.d.ts.map +1 -1
- package/validation/minvalue.validator.d.ts +8 -0
- package/validation/minvalue.validator.d.ts.map +1 -1
- package/validation/multilanguagerequired.validator.d.ts +9 -1
- package/validation/multilanguagerequired.validator.d.ts.map +1 -1
- package/validation/multilanguagerequiredany.validator.d.ts +9 -1
- package/validation/multilanguagerequiredany.validator.d.ts.map +1 -1
- package/validation/notequals.validator.d.ts +8 -0
- package/validation/notequals.validator.d.ts.map +1 -1
- package/validation/pattern.validator.d.ts +8 -0
- package/validation/pattern.validator.d.ts.map +1 -1
- package/validation/required.validator.d.ts +7 -0
- package/validation/required.validator.d.ts.map +1 -1
- package/validation/validation.d.ts +83 -99
- package/validation/validation.d.ts.map +1 -1
- package/validation/validationerrorcreator.d.ts +9 -0
- package/validation/validationerrorcreator.d.ts.map +1 -1
- package/validation/validationerroritem.d.ts +16 -16
- package/validation/validationerroritem.d.ts.map +1 -1
- package/esm2022/utilities/positioning.mjs +0 -58
- package/simpleangularcontrols-sac-common-16.0.0-rc.21.tgz +0 -0
- package/utilities/positioning.d.ts +0 -83
- package/utilities/positioning.d.ts.map +0 -1
|
@@ -4,66 +4,66 @@ import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
|
4
4
|
import { UploadState } from 'ngx-uploadx';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
|
-
* Upload
|
|
7
|
+
* Upload component for multiple files
|
|
8
8
|
*/
|
|
9
9
|
export declare class SacDropzoneMultipleCommon extends SacUploadBase<string[]> implements OnInit {
|
|
10
10
|
/**
|
|
11
|
-
* Property
|
|
11
|
+
* Property when drag event is active (mouse over zone)
|
|
12
12
|
*/
|
|
13
13
|
active: boolean;
|
|
14
14
|
/**
|
|
15
|
-
* Max.
|
|
15
|
+
* Max. number of files that can be uploaded
|
|
16
16
|
*/
|
|
17
17
|
maxfiles: number;
|
|
18
18
|
/**
|
|
19
|
-
* Min.
|
|
19
|
+
* Min. number of files that must be uploaded
|
|
20
20
|
*/
|
|
21
21
|
minfiles: number;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Height of the upload control
|
|
24
24
|
*/
|
|
25
25
|
uploadheight: string;
|
|
26
26
|
/**
|
|
27
|
-
* Resource Key
|
|
27
|
+
* Resource Key for Validation Message Required at Control
|
|
28
28
|
*/
|
|
29
29
|
validationmessageminfiles: string;
|
|
30
30
|
/**
|
|
31
|
-
* Resource Key
|
|
31
|
+
* Resource Key for Validation Message Required in Validation Summary
|
|
32
32
|
*/
|
|
33
33
|
validationmessagesummaryminfiles: string;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Checks if the max. files in the queue are not exceeded
|
|
36
36
|
*
|
|
37
|
-
* @param file File
|
|
37
|
+
* @param file File that was added
|
|
38
38
|
*/
|
|
39
39
|
CustomAddValidation(file: UploadState): boolean;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Sets the file IDs of the uploaded files into the model
|
|
42
42
|
*
|
|
43
|
-
* @param file ID
|
|
43
|
+
* @param file ID of the file that was uploaded.
|
|
44
44
|
*/
|
|
45
45
|
SetUploadValue(file: UploadState): void;
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Method for drag and drop of files
|
|
48
48
|
* @param event Drag Event
|
|
49
49
|
*/
|
|
50
50
|
dropHandler(event: DragEvent): void;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Event when the control is initialized
|
|
53
53
|
*/
|
|
54
54
|
ngOnInit(): void;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* Method when drag leaves the zone
|
|
57
57
|
* @param event DragLeave Event
|
|
58
58
|
*/
|
|
59
59
|
onDragLeave(event: DragEvent): void;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* Method when drag enters the zone
|
|
62
62
|
* @param event DragEnter Event
|
|
63
63
|
*/
|
|
64
64
|
onDragOver(event: DragEvent): void;
|
|
65
65
|
/**
|
|
66
|
-
*
|
|
66
|
+
* Validates the control
|
|
67
67
|
*
|
|
68
68
|
* @param c Control
|
|
69
69
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropzonemultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/upload/dropzonemultiple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAE/D,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;AAE1C;;GAEG;AACH,qBACa,yBAA0B,SAAQ,aAAa,CAAC,MAAM,EAAE,CAAE,YAAW,MAAM;IAGpF;;OAEG;IACI,MAAM,UAAS;IAEtB;;OAEG;IAEI,QAAQ,
|
|
1
|
+
{"version":3,"file":"dropzonemultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/upload/dropzonemultiple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAE/D,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;AAE1C;;GAEG;AACH,qBACa,yBAA0B,SAAQ,aAAa,CAAC,MAAM,EAAE,CAAE,YAAW,MAAM;IAGpF;;OAEG;IACI,MAAM,UAAS;IAEtB;;OAEG;IAEI,QAAQ,SAAK;IAEpB;;OAEG;IAEI,QAAQ,SAAK;IAEpB;;OAEG;IAEI,YAAY,EAAE,MAAM,CAAQ;IAEnC;;OAEG;IACa,yBAAyB,EAAE,MAAM,CAAqD;IAEtG;;OAEG;IAEI,gCAAgC,EAAE,MAAM,CAA4D;IAM3G;;;;OAIG;IACI,mBAAmB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO;IAStD;;;;OAIG;IACI,cAAc,CAAC,IAAI,EAAE,WAAW;IA2CvC;;;OAGG;IACI,WAAW,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAS1C;;OAEG;IACI,QAAQ;IAMf;;;OAGG;IACI,WAAW,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAI1C;;;OAGG;IACI,UAAU,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI;IAczC;;;;OAIG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAkBhE;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,MAAM;yCAjLtB,yBAAyB;2CAAzB,yBAAyB;CAsLrC"}
|
|
@@ -3,45 +3,45 @@ import { OnInit } from '@angular/core';
|
|
|
3
3
|
import { UploadState } from 'ngx-uploadx';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
|
-
* Upload
|
|
6
|
+
* Upload component for a single file
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacDropzoneSingleCommon extends SacUploadBase<string> implements OnInit {
|
|
9
9
|
/**
|
|
10
|
-
* Property
|
|
10
|
+
* Property when drag event is active (mouse over zone)
|
|
11
11
|
*/
|
|
12
12
|
active: boolean;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Height of the dropzone. Value is given with unit.
|
|
15
15
|
*/
|
|
16
16
|
uploadheight: string;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Does no validation in this control
|
|
19
19
|
*
|
|
20
|
-
* @param file File
|
|
20
|
+
* @param file File that was added
|
|
21
21
|
*/
|
|
22
22
|
CustomAddValidation(file: UploadState): boolean;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Sets the file ID of the uploaded file into the model
|
|
25
25
|
*
|
|
26
|
-
* @param file ID
|
|
26
|
+
* @param file ID of the file
|
|
27
27
|
*/
|
|
28
28
|
SetUploadValue(file: UploadState): void;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* Method for drag and drop of files
|
|
31
31
|
* @param event Drag Event
|
|
32
32
|
*/
|
|
33
33
|
dropHandler(event: DragEvent): void;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Event when the control is initialized
|
|
36
36
|
*/
|
|
37
37
|
ngOnInit(): void;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Method when drag leaves the zone
|
|
40
40
|
* @param event DragLeave Event
|
|
41
41
|
*/
|
|
42
42
|
onDragLeave(event: DragEvent): void;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Method when drag enters the zone
|
|
45
45
|
* @param event DragEnter Event
|
|
46
46
|
*/
|
|
47
47
|
onDragOver(event: DragEvent): void;
|
|
@@ -3,47 +3,47 @@ import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
|
3
3
|
import { UploadState } from 'ngx-uploadx';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
|
-
* Upload
|
|
6
|
+
* Upload component for multiple files
|
|
7
7
|
*/
|
|
8
8
|
export declare class SacUploadMultipleCommon extends SacUploadBase<string[]> {
|
|
9
9
|
/**
|
|
10
|
-
* Label
|
|
10
|
+
* Label for Browse Button
|
|
11
11
|
*/
|
|
12
12
|
buttonbrowse: string;
|
|
13
13
|
/**
|
|
14
|
-
* Label
|
|
14
|
+
* Label for Upload Button
|
|
15
15
|
*/
|
|
16
16
|
buttonupload: string;
|
|
17
17
|
/**
|
|
18
|
-
* Max.
|
|
18
|
+
* Max. files that can be uploaded. 0 disables the limit
|
|
19
19
|
*/
|
|
20
20
|
maxfiles: number;
|
|
21
21
|
/**
|
|
22
|
-
* Min.
|
|
22
|
+
* Min. files that must be uploaded. 0 disables the limit
|
|
23
23
|
*/
|
|
24
24
|
minfiles: number;
|
|
25
25
|
/**
|
|
26
|
-
* Resource Key
|
|
26
|
+
* Resource Key for Validation Message Required at Control
|
|
27
27
|
*/
|
|
28
28
|
validationmessageminfiles: string;
|
|
29
29
|
/**
|
|
30
|
-
* Resource Key
|
|
30
|
+
* Resource Key for Validation Message Required in Validation Summary
|
|
31
31
|
*/
|
|
32
32
|
validationmessagesummaryminfiles: string;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Checks if the max. files in the queue are not exceeded
|
|
35
35
|
*
|
|
36
|
-
* @param file File
|
|
36
|
+
* @param file File that was added
|
|
37
37
|
*/
|
|
38
38
|
CustomAddValidation(file: UploadState): boolean;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Sets the file IDs of the uploaded files into the model
|
|
41
41
|
*
|
|
42
|
-
* @param file ID
|
|
42
|
+
* @param file ID of the file that was uploaded.
|
|
43
43
|
*/
|
|
44
44
|
SetUploadValue(file: UploadState): void;
|
|
45
45
|
/**
|
|
46
|
-
*
|
|
46
|
+
* Validates the control
|
|
47
47
|
*
|
|
48
48
|
* @param c Control
|
|
49
49
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadmultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/upload/uploadmultiple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAG/D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;AAE1C;;GAEG;AACH,qBACa,uBAAwB,SAAQ,aAAa,CAAC,MAAM,EAAE,CAAC;IAGhE;;OAEG;IAEI,YAAY,
|
|
1
|
+
{"version":3,"file":"uploadmultiple.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/upload/uploadmultiple.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAG/D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;AAE1C;;GAEG;AACH,qBACa,uBAAwB,SAAQ,aAAa,CAAC,MAAM,EAAE,CAAC;IAGhE;;OAEG;IAEI,YAAY,SAAM;IAEzB;;OAEG;IAEI,YAAY,SAAM;IAEzB;;OAEG;IAEI,QAAQ,SAAK;IAEpB;;OAEG;IAEI,QAAQ,SAAK;IAEpB;;OAEG;IACa,yBAAyB,EAAE,MAAM,CAAqD;IAEtG;;OAEG;IAEI,gCAAgC,EAAE,MAAM,CAA4D;IAM3G;;;;OAIG;IACI,mBAAmB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO;IAStD;;;;OAIG;IACI,cAAc,CAAC,IAAI,EAAE,WAAW;IA2CvC;;;;OAIG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB,GAAG,IAAI;IAkBhE;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,MAAM;yCAlItB,uBAAuB;2CAAvB,uBAAuB;CAuInC"}
|
|
@@ -2,27 +2,27 @@ import { SacUploadBase } from '../../common/baseuploadcontrol';
|
|
|
2
2
|
import { UploadState } from 'ngx-uploadx';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
|
-
* Upload
|
|
5
|
+
* Upload component for a single file
|
|
6
6
|
*/
|
|
7
7
|
export declare class SacUploadSingleCommon extends SacUploadBase<string> {
|
|
8
8
|
/**
|
|
9
|
-
* Label
|
|
9
|
+
* Label for Browse Button
|
|
10
10
|
*/
|
|
11
11
|
buttonbrowse: string;
|
|
12
12
|
/**
|
|
13
|
-
* Label
|
|
13
|
+
* Label for Upload Button
|
|
14
14
|
*/
|
|
15
15
|
buttonupload: string;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Does no validation in this control
|
|
18
18
|
*
|
|
19
|
-
* @param file File
|
|
19
|
+
* @param file File that was added
|
|
20
20
|
*/
|
|
21
21
|
CustomAddValidation(file: UploadState): boolean;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* Sets the file ID of the uploaded file into the model
|
|
24
24
|
*
|
|
25
|
-
* @param file ID
|
|
25
|
+
* @param file ID of the file
|
|
26
26
|
*/
|
|
27
27
|
SetUploadValue(file: UploadState): void;
|
|
28
28
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploadsingle.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/upload/uploadsingle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;AAE1C;;GAEG;AACH,qBACa,qBAAsB,SAAQ,aAAa,CAAC,MAAM,CAAC;IAG5D;;OAEG;IAEI,YAAY,
|
|
1
|
+
{"version":3,"file":"uploadsingle.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/upload/uploadsingle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gCAAgC,CAAC;AAE/D,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;;AAE1C;;GAEG;AACH,qBACa,qBAAsB,SAAQ,aAAa,CAAC,MAAM,CAAC;IAG5D;;OAEG;IAEI,YAAY,SAAM;IAEzB;;OAEG;IAEI,YAAY,SAAM;IAMzB;;;;OAIG;IACI,mBAAmB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO;IAItD;;;;OAIG;IACI,cAAc,CAAC,IAAI,EAAE,WAAW;IAqBvC;;OAEG;IACH,SAAS,CAAC,WAAW,IAAI,MAAM;yCAzDtB,qBAAqB;2CAArB,qBAAqB;CA8DjC"}
|
|
@@ -6,15 +6,15 @@ import { UntypedFormGroup } from '@angular/forms';
|
|
|
6
6
|
import { Observable } from 'rxjs';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Base component for SacValidationSummary
|
|
10
10
|
*/
|
|
11
11
|
export declare class SacValidationSummaryCommon {
|
|
12
12
|
/**
|
|
13
|
-
* Service
|
|
13
|
+
* Service for Error Localisation
|
|
14
14
|
*/
|
|
15
15
|
protected lngResourceService: ISacLocalisationService;
|
|
16
16
|
/**
|
|
17
|
-
* Parent
|
|
17
|
+
* Parent Form
|
|
18
18
|
*/
|
|
19
19
|
protected parent: SacFormCommon;
|
|
20
20
|
/**
|
|
@@ -40,26 +40,27 @@ export declare class SacValidationSummaryCommon {
|
|
|
40
40
|
*/
|
|
41
41
|
name: string;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
44
|
-
*
|
|
43
|
+
* Constructor
|
|
44
|
+
* @param parent Parent form control component
|
|
45
|
+
* @param injector Service injector for dependency resolution
|
|
45
46
|
*/
|
|
46
47
|
constructor(parent: SacFormCommon, injector: Injector);
|
|
47
48
|
/**
|
|
48
|
-
* Validation
|
|
49
|
+
* Validation method
|
|
49
50
|
*/
|
|
50
51
|
get formErrors(): Observable<string>[];
|
|
51
52
|
/**
|
|
52
|
-
* Getter
|
|
53
|
+
* Getter when errors occur
|
|
53
54
|
*/
|
|
54
55
|
get hasErrors(): boolean;
|
|
55
56
|
/**
|
|
56
|
-
*
|
|
57
|
-
* @param ctl
|
|
58
|
-
* @param collection Collection
|
|
57
|
+
* Adds a validation error to the error collection
|
|
58
|
+
* @param ctl Faulty control
|
|
59
|
+
* @param collection Collection of all error messages
|
|
59
60
|
*/
|
|
60
61
|
private addErrorToCollection;
|
|
61
62
|
/**
|
|
62
|
-
*
|
|
63
|
+
* The method returns collection of errors. Requires controls: Array<NgForm | FormArray> and collection: Array<Observable<string>>
|
|
63
64
|
*/
|
|
64
65
|
private getErrorCollection;
|
|
65
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacValidationSummaryCommon, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validationsummary.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/validation/validationsummary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAMrF,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAa,QAAQ,EAAS,MAAM,eAAe,CAAC;AAC3D,OAAO,EAA6C,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAElC;;GAEG;AACH,qBACa,0BAA0B;IAGnC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,uBAAuB,CAAC;IAEtD;;OAEG;IACH,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC;IAEhC;;OAEG;IACH,SAAS,CAAC,oBAAoB,EAAE,wBAAwB,CAAC;IAEzD;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE3C;;OAEG;IAEI,IAAI,EAAE,gBAAgB,CAAC;IAE9B;;;;OAIG;IAEI,aAAa,EAAE,MAAM,CAAC;IAE7B;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAgB;IAMnC
|
|
1
|
+
{"version":3,"file":"validationsummary.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/validation/validationsummary.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AAMrF,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,EAAa,QAAQ,EAAS,MAAM,eAAe,CAAC;AAC3D,OAAO,EAA6C,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;;AAElC;;GAEG;AACH,qBACa,0BAA0B;IAGnC;;OAEG;IACH,SAAS,CAAC,kBAAkB,EAAE,uBAAuB,CAAC;IAEtD;;OAEG;IACH,SAAS,CAAC,MAAM,EAAE,aAAa,CAAC;IAEhC;;OAEG;IACH,SAAS,CAAC,oBAAoB,EAAE,wBAAwB,CAAC;IAEzD;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE3C;;OAEG;IAEI,IAAI,EAAE,gBAAgB,CAAC;IAE9B;;;;OAIG;IAEI,aAAa,EAAE,MAAM,CAAC;IAE7B;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAgB;IAMnC;;;;OAIG;gBACS,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,QAAQ;IAcrD;;OAEG;IACH,IAAW,UAAU,IAAI,UAAU,CAAC,MAAM,CAAC,EAAE,CAwB5C;IAED;;OAEG;IACH,IAAW,SAAS,YAEnB;IAMD;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IA8B5B;;OAEG;IACH,OAAO,CAAC,kBAAkB;yCAjJjB,0BAA0B;2CAA1B,0BAA0B;CAkLtC"}
|
|
@@ -1,77 +1,84 @@
|
|
|
1
|
+
import { SacWizardItemCommon } from './wizarditem';
|
|
1
2
|
import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
|
|
2
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { SacWizardItemCommon } from './wizarditem';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
|
-
* Base
|
|
6
|
+
* Base component for SacWizardCommon
|
|
7
7
|
*/
|
|
8
8
|
export declare abstract class SacWizardCommon implements AfterContentInit, ControlValueAccessor {
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
* Current step in wizard
|
|
11
|
+
*/
|
|
12
12
|
private _currentstep;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Boolean property checks if navigation in wizard is disabled; default value - false
|
|
15
|
+
*/
|
|
16
|
+
disablenavigation: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Name of the control
|
|
15
19
|
*/
|
|
16
20
|
name: string;
|
|
17
21
|
/**
|
|
18
|
-
*
|
|
22
|
+
* Empty implementation of 'propagateChange'. Must be done so that no error occurs
|
|
19
23
|
*/
|
|
20
|
-
|
|
24
|
+
propagateChange: any;
|
|
21
25
|
/**
|
|
22
|
-
*
|
|
26
|
+
* Empty implementation of 'propagateTouch'. Must be done so that no error occurs
|
|
23
27
|
*/
|
|
24
|
-
|
|
25
|
-
get currentstep(): string | null;
|
|
28
|
+
propagateTouch: any;
|
|
26
29
|
/**
|
|
27
|
-
* EventEmitter
|
|
30
|
+
* EventEmitter when the step is changed
|
|
28
31
|
*/
|
|
29
32
|
stepchanged: EventEmitter<string>;
|
|
33
|
+
get currentstep(): string | null;
|
|
30
34
|
/**
|
|
31
|
-
*
|
|
35
|
+
* Setter and getter for current step
|
|
32
36
|
*/
|
|
33
|
-
|
|
34
|
-
private setStepInternal;
|
|
37
|
+
set currentstep(v: string | null);
|
|
35
38
|
/**
|
|
36
|
-
*
|
|
39
|
+
* Go to next/previous step
|
|
40
|
+
* @param step Step to which should be switched
|
|
37
41
|
*/
|
|
38
|
-
|
|
42
|
+
changeStep(step: string | null): void;
|
|
39
43
|
/**
|
|
40
|
-
*
|
|
44
|
+
* AfterContentInit Event
|
|
41
45
|
*/
|
|
42
|
-
|
|
46
|
+
ngAfterContentInit(): void;
|
|
43
47
|
/**
|
|
44
|
-
*
|
|
45
|
-
*
|
|
48
|
+
* Method so that other controls can get changes in the control
|
|
49
|
+
* To change info call the propagateChange method.
|
|
50
|
+
* @param fn Callback to invoke when the value changes.
|
|
46
51
|
*/
|
|
47
|
-
|
|
52
|
+
registerOnChange(fn: any): void;
|
|
48
53
|
/**
|
|
49
|
-
*
|
|
50
|
-
* @param
|
|
54
|
+
* Method so that other controls get changes when the control is activated (Focus).
|
|
55
|
+
* @param fn Callback to invoke when the control is touched.
|
|
51
56
|
*/
|
|
52
|
-
|
|
57
|
+
registerOnTouched(fn: any): void;
|
|
53
58
|
/**
|
|
54
|
-
*
|
|
59
|
+
* Select step
|
|
60
|
+
* @param step Step which should be selected
|
|
55
61
|
*/
|
|
56
|
-
|
|
62
|
+
selectStep(step: SacWizardItemCommon): void;
|
|
57
63
|
/**
|
|
58
|
-
*
|
|
64
|
+
* Abstract QueryList of SacWizardItemCommon
|
|
59
65
|
*/
|
|
60
|
-
|
|
66
|
+
abstract wizardItems(): QueryList<SacWizardItemCommon>;
|
|
61
67
|
/**
|
|
62
|
-
*
|
|
63
|
-
*
|
|
68
|
+
* Method to write values from the model into the control
|
|
69
|
+
* @param value Step ID from the bound model.
|
|
64
70
|
*/
|
|
65
|
-
|
|
71
|
+
writeValue(value: string | null): void;
|
|
66
72
|
/**
|
|
67
|
-
*
|
|
73
|
+
* Original step is selected
|
|
68
74
|
*/
|
|
69
|
-
|
|
75
|
+
private initSteps;
|
|
70
76
|
/**
|
|
71
|
-
*
|
|
77
|
+
* Sets the current step internally and notifies observers of the change
|
|
78
|
+
* @param step The step ID to set as current
|
|
72
79
|
*/
|
|
73
|
-
|
|
80
|
+
private setStepInternal;
|
|
74
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacWizardCommon, never>;
|
|
75
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacWizardCommon, never, never, { "
|
|
82
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacWizardCommon, never, never, { "disablenavigation": { "alias": "disablenavigation"; "required": false; }; "name": { "alias": "name"; "required": false; }; "currentstep": { "alias": "currentstep"; "required": false; }; }, { "stepchanged": "stepchanged"; }, never, never, false, never>;
|
|
76
83
|
}
|
|
77
84
|
//# sourceMappingURL=wizard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wizard.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/wizard/wizard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAa,YAAY,EAAiB,SAAS,EAAE,MAAM,eAAe,CAAC;AACpG,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC
|
|
1
|
+
{"version":3,"file":"wizard.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/wizard/wizard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAa,YAAY,EAAiB,SAAS,EAAE,MAAM,eAAe,CAAC;AACpG,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;;AAEtD;;GAEG;AACH,8BACsB,eAAgB,YAAW,gBAAgB,EAAE,oBAAoB;IAGnF;;OAEG;IACH,OAAO,CAAC,YAAY,CAAS;IAE7B;;OAEG;IAEI,iBAAiB,UAAS;IAEjC;;OAEG;IAEI,IAAI,SAAM;IAEjB;;OAEG;IACI,eAAe,EAAE,GAAG,CAAY;IAEvC;;OAEG;IACI,cAAc,EAAE,GAAG,CAAY;IAEtC;;OAEG;IAEI,WAAW,EAAE,YAAY,CAAC,MAAM,CAAC,CAA8B;IAMtE,IAAW,WAAW,IAAI,MAAM,GAAG,IAAI,CAEtC;IAED;;OAEG;IACH,IACW,WAAW,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,EAGtC;IAMD;;;OAGG;IACI,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAmCrC;;OAEG;IACI,kBAAkB;IAIzB;;;;OAIG;IACI,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAItC;;;OAGG;IACI,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIvC;;;OAGG;IACI,UAAU,CAAC,IAAI,EAAE,mBAAmB,GAAG,IAAI;IASlD;;OAEG;aACa,WAAW,IAAI,SAAS,CAAC,mBAAmB,CAAC;IAE7D;;;OAGG;IACI,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAUtC;;OAEG;IACH,OAAO,CAAC,SAAS;IAWjB;;;OAGG;IACH,OAAO,CAAC,eAAe;yCA1KL,eAAe;2CAAf,eAAe;CAgLpC"}
|
|
@@ -1,18 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Base component for SacWizardItem
|
|
4
4
|
*/
|
|
5
5
|
export declare class SacWizardItemCommon {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Checks if the current step is active.
|
|
8
8
|
*/
|
|
9
9
|
active: boolean;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
iscomplete: boolean;
|
|
14
|
-
/**
|
|
15
|
-
* Prüft ob der Schritt disabled ist.
|
|
11
|
+
* Checks if the step is disabled.
|
|
16
12
|
*/
|
|
17
13
|
disabled: boolean;
|
|
18
14
|
/**
|
|
@@ -20,10 +16,14 @@ export declare class SacWizardItemCommon {
|
|
|
20
16
|
*/
|
|
21
17
|
id: string;
|
|
22
18
|
/**
|
|
23
|
-
*
|
|
19
|
+
* Checks if the step was completed.
|
|
20
|
+
*/
|
|
21
|
+
iscomplete: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Label property that is displayed
|
|
24
24
|
*/
|
|
25
25
|
label: string;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacWizardItemCommon, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacWizardItemCommon, never, never, { "active": { "alias": "active"; "required": false; }; "
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacWizardItemCommon, never, never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "iscomplete": { "alias": "iscomplete"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, never, false, never>;
|
|
28
28
|
}
|
|
29
29
|
//# sourceMappingURL=wizarditem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wizarditem.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/wizard/wizarditem.ts"],"names":[],"mappings":";AAEA;;GAEG;AACH,qBACa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"wizarditem.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/wizard/wizarditem.ts"],"names":[],"mappings":";AAEA;;GAEG;AACH,qBACa,mBAAmB;IAG5B;;OAEG;IAEI,MAAM,EAAE,OAAO,CAAC;IAEvB;;OAEG;IAEI,QAAQ,UAAQ;IAEvB;;OAEG;IAEI,EAAE,EAAE,MAAM,CAAC;IAElB;;OAEG;IAEI,UAAU,UAAS;IAE1B;;OAEG;IAEI,KAAK,EAAE,MAAM,CAAC;yCA/BZ,mBAAmB;2CAAnB,mBAAmB;CAkC/B"}
|
|
@@ -1,2 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Available CSS role types for button styling. These values map to Bootstrap button style classes.
|
|
3
|
+
*/
|
|
4
|
+
export type BUTTONROLETYPE =
|
|
5
|
+
/** no specific role, uses default styling */
|
|
6
|
+
''
|
|
7
|
+
/** primary accent button */
|
|
8
|
+
| 'primary'
|
|
9
|
+
/** default button */
|
|
10
|
+
| 'default'
|
|
11
|
+
/** light variant */
|
|
12
|
+
| 'light'
|
|
13
|
+
/** dark variant */
|
|
14
|
+
| 'dark'
|
|
15
|
+
/** hyperlink-like variant */
|
|
16
|
+
| 'link'
|
|
17
|
+
/** success indicator style */
|
|
18
|
+
| 'success'
|
|
19
|
+
/** secondary button style */
|
|
20
|
+
| 'secondary'
|
|
21
|
+
/** danger/(error) style */
|
|
22
|
+
| 'danger'
|
|
23
|
+
/** warning style */
|
|
24
|
+
| 'warning'
|
|
25
|
+
/** info style */
|
|
26
|
+
| 'info';
|
|
2
27
|
//# sourceMappingURL=ButtonRoleType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ButtonRoleType.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/enums/ButtonRoleType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"ButtonRoleType.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/enums/ButtonRoleType.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,cAAc;AACtB,6CAA6C;AAC3C,EAAE;AACJ,4BAA4B;GAC1B,SAAS;AACX,qBAAqB;GACnB,SAAS;AACX,oBAAoB;GAClB,OAAO;AACT,mBAAmB;GACjB,MAAM;AACR,6BAA6B;GAC3B,MAAM;AACR,8BAA8B;GAC5B,SAAS;AACX,6BAA6B;GAC3B,WAAW;AACb,2BAA2B;GACzB,QAAQ;AACV,oBAAoB;GAClB,SAAS;AACX,iBAAiB;GACf,MAAM,CAAC"}
|
package/enums/ControlHeight.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ControlHeight.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/enums/ControlHeight.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,aAAa;
|
|
1
|
+
{"version":3,"file":"ControlHeight.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/enums/ControlHeight.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,aAAa;IACrB;;OAEG;IACH,OAAO,IAAI;IACX;;OAEG;IACH,KAAK,IAAI;IACT;;OAEG;IACH,KAAK,IAAA;CACR"}
|
package/enums/IconType.d.ts
CHANGED
package/enums/IconType.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconType.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/enums/IconType.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,QAAQ;
|
|
1
|
+
{"version":3,"file":"IconType.d.ts","sourceRoot":"","sources":["../../../projects/sac-common/src/enums/IconType.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,QAAQ;IAChB,KAAK,IAAI;IACT,SAAS,IAAI;CAChB"}
|