@simpleangularcontrols/sac-common 16.0.0-rc.2 → 16.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 +15 -15
- package/common/basedatetimecontrol.d.ts +120 -30
- package/common/basedatetimecontrol.d.ts.map +1 -1
- package/common/baseinputcontrol.d.ts +9 -13
- package/common/baseinputcontrol.d.ts.map +1 -1
- package/common/basemodelcontrol.d.ts +172 -85
- package/common/basemodelcontrol.d.ts.map +1 -1
- package/common/baseuploadcontrol.d.ts +162 -142
- package/common/baseuploadcontrol.d.ts.map +1 -1
- package/components/browser/browser.d.ts +11 -6
- package/components/browser/browser.d.ts.map +1 -1
- package/controls/buttons/button.d.ts +35 -30
- package/controls/buttons/button.d.ts.map +1 -1
- package/controls/checkbox/checkbox.d.ts +18 -5
- package/controls/checkbox/checkbox.d.ts.map +1 -1
- package/controls/checkbox/radiobutton.d.ts +68 -24
- package/controls/checkbox/radiobutton.d.ts.map +1 -1
- package/controls/checkbox/radiobuttons.d.ts +23 -22
- package/controls/checkbox/radiobuttons.d.ts.map +1 -1
- package/controls/confirm/confirm.button.d.ts +14 -8
- package/controls/confirm/confirm.button.d.ts.map +1 -1
- package/controls/confirm/confirm.service.d.ts +24 -19
- package/controls/confirm/confirm.service.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.d.ts +59 -44
- package/controls/contextmenu/contextmenu.d.ts.map +1 -1
- package/controls/contextmenu/contextmenu.interface.d.ts +4 -0
- package/controls/contextmenu/contextmenu.interface.d.ts.map +1 -0
- package/controls/contextmenu/contextmenuanchor.d.ts +2 -2
- package/controls/contextmenu/contextmenuanchor.d.ts.map +1 -1
- package/controls/contextmenu/contextmenucontainer.d.ts +2 -2
- package/controls/contextmenu/contextmenucontainer.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuitem.d.ts +6 -1
- package/controls/contextmenu/contextmenuitem.d.ts.map +1 -1
- package/controls/contextmenu/contextmenuitembutton.d.ts +22 -21
- package/controls/contextmenu/contextmenuitembutton.d.ts.map +1 -1
- package/controls/datetime/date.d.ts +33 -36
- package/controls/datetime/date.d.ts.map +1 -1
- package/controls/datetime/dateselector.d.ts +10 -2
- package/controls/datetime/dateselector.d.ts.map +1 -1
- package/controls/datetime/datetime.d.ts +33 -40
- package/controls/datetime/datetime.d.ts.map +1 -1
- package/controls/datetime/time.d.ts +32 -36
- package/controls/datetime/time.d.ts.map +1 -1
- package/controls/dialog/dialog.d.ts +35 -43
- package/controls/dialog/dialog.d.ts.map +1 -1
- package/controls/form/form.d.ts +7 -43
- package/controls/form/form.d.ts.map +1 -1
- package/controls/grid/grid.d.ts +70 -61
- package/controls/grid/grid.d.ts.map +1 -1
- package/controls/grid/gridbutton.d.ts +33 -14
- package/controls/grid/gridbutton.d.ts.map +1 -1
- package/controls/grid/gridcolumn.d.ts +8 -8
- package/controls/grid/gridcolumn.d.ts.map +1 -1
- package/controls/grid/gridcolumnaction.d.ts +3 -3
- package/controls/grid/gridcolumnaction.d.ts.map +1 -1
- package/controls/grid/gridcolumnbase.d.ts +58 -38
- package/controls/grid/gridcolumnbase.d.ts.map +1 -1
- package/controls/grid/gridimage.d.ts +2 -2
- package/controls/grid/gridimage.d.ts.map +1 -1
- package/controls/grid/model.d.ts +51 -42
- package/controls/grid/model.d.ts.map +1 -1
- package/controls/grid/paging.d.ts +78 -73
- package/controls/grid/paging.d.ts.map +1 -1
- package/controls/input/input.d.ts +12 -12
- package/controls/input/input.d.ts.map +1 -1
- package/controls/input/inputarea.d.ts +6 -6
- package/controls/input/inputarea.d.ts.map +1 -1
- package/controls/input/inputcurrency.d.ts +6 -1
- package/controls/input/inputcurrency.d.ts.map +1 -1
- package/controls/input/inputdecimal.d.ts +21 -21
- package/controls/input/inputdecimal.d.ts.map +1 -1
- package/controls/input/inputemail.d.ts.map +1 -1
- package/controls/input/inputinteger.d.ts +21 -21
- package/controls/input/inputinteger.d.ts.map +1 -1
- package/controls/input/inputpassword.d.ts +28 -8
- package/controls/input/inputpassword.d.ts.map +1 -1
- package/controls/input/inputsearch.d.ts +14 -5
- package/controls/input/inputsearch.d.ts.map +1 -1
- package/controls/layout/formlayout.d.ts +66 -0
- package/controls/layout/formlayout.d.ts.map +1 -0
- package/controls/list/buildvaluestring.d.ts +7 -0
- package/controls/list/buildvaluestring.d.ts.map +1 -0
- package/controls/list/dropdown.d.ts +38 -82
- package/controls/list/dropdown.d.ts.map +1 -1
- package/controls/list/dropdownoptions.d.ts +42 -0
- package/controls/list/dropdownoptions.d.ts.map +1 -0
- package/controls/list/listbox.d.ts +20 -20
- package/controls/list/listbox.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinput.d.ts +36 -35
- package/controls/multilanguage/multilanguageinput.d.ts.map +1 -1
- package/controls/multilanguage/multilanguageinputarea.d.ts +41 -40
- package/controls/multilanguage/multilanguageinputarea.d.ts.map +1 -1
- package/controls/static/formcontainer.d.ts +8 -4
- package/controls/static/formcontainer.d.ts.map +1 -1
- package/controls/tabs/tab.d.ts +20 -16
- package/controls/tabs/tab.d.ts.map +1 -1
- package/controls/tinymce/tinymce.d.ts +65 -61
- package/controls/tinymce/tinymce.d.ts.map +1 -1
- package/controls/tooltip/tooltip.d.ts +82 -67
- package/controls/tooltip/tooltip.d.ts.map +1 -1
- package/controls/treeview/treeview.d.ts +109 -109
- package/controls/treeview/treeview.d.ts.map +1 -1
- package/controls/upload/dropzonemultiple.d.ts +25 -21
- package/controls/upload/dropzonemultiple.d.ts.map +1 -1
- package/controls/upload/dropzonesingle.d.ts +20 -16
- package/controls/upload/dropzonesingle.d.ts.map +1 -1
- package/controls/upload/uploadmultiple.d.ts +14 -10
- package/controls/upload/uploadmultiple.d.ts.map +1 -1
- package/controls/upload/uploadsingle.d.ts +5 -1
- package/controls/upload/uploadsingle.d.ts.map +1 -1
- package/controls/validation/validationsummary.d.ts +24 -15
- package/controls/validation/validationsummary.d.ts.map +1 -1
- package/enums/ButtonRoleType.d.ts +2 -0
- package/enums/ButtonRoleType.d.ts.map +1 -0
- package/enums/ControlHeight.d.ts +18 -0
- package/enums/ControlHeight.d.ts.map +1 -0
- package/esm2022/common/basedatetimecontrol.mjs +83 -164
- package/esm2022/common/baseinputcontrol.mjs +21 -80
- package/esm2022/common/baselistcontrol.mjs +11 -56
- package/esm2022/common/basemodelcontrol.mjs +136 -353
- package/esm2022/common/baseselectcontrol.mjs +6 -27
- package/esm2022/common/baseuploadcontrol.mjs +122 -435
- package/esm2022/components/browser/browser.mjs +66 -474
- package/esm2022/components/browser/models/browserfile.mjs +3 -2
- package/esm2022/components/browser/models/browserfiledeleterequest.mjs +5 -10
- package/esm2022/components/browser/models/browserfilerenamerequest.mjs +5 -10
- package/esm2022/components/browser/models/browserfileresponse.mjs +3 -2
- package/esm2022/components/browser/models/browserfilesaverequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernode.mjs +3 -2
- package/esm2022/components/browser/models/browsernodedeleterequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernodenewrequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernoderenamerequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernoderequest.mjs +5 -10
- package/esm2022/components/browser/models/browsernoderesponse.mjs +3 -2
- package/esm2022/controls/buttons/button.mjs +35 -132
- package/esm2022/controls/checkbox/checkbox.mjs +15 -30
- package/esm2022/controls/checkbox/radiobutton.mjs +45 -102
- package/esm2022/controls/checkbox/radiobuttons.mjs +29 -106
- package/esm2022/controls/confirm/confirm.button.mjs +17 -21
- package/esm2022/controls/confirm/confirm.mjs +19 -69
- package/esm2022/controls/confirm/confirm.service.mjs +29 -74
- package/esm2022/controls/contextmenu/contextmenu.interface.mjs +3 -0
- package/esm2022/controls/contextmenu/contextmenu.mjs +47 -171
- package/esm2022/controls/contextmenu/contextmenuanchor.mjs +8 -19
- package/esm2022/controls/contextmenu/contextmenucontainer.mjs +8 -19
- package/esm2022/controls/contextmenu/contextmenuitem.mjs +7 -13
- package/esm2022/controls/contextmenu/contextmenuitembutton.mjs +25 -93
- package/esm2022/controls/datetime/date.mjs +42 -206
- package/esm2022/controls/datetime/dateselector.mjs +75 -411
- package/esm2022/controls/datetime/datetime.mjs +42 -224
- package/esm2022/controls/datetime/time.mjs +40 -204
- package/esm2022/controls/dialog/dialog.mjs +46 -209
- package/esm2022/controls/form/form.mjs +27 -153
- package/esm2022/controls/grid/grid.mjs +52 -155
- package/esm2022/controls/grid/gridbutton.mjs +30 -59
- package/esm2022/controls/grid/gridcolumn.mjs +21 -46
- package/esm2022/controls/grid/gridcolumnaction.mjs +8 -22
- package/esm2022/controls/grid/gridcolumnbase.mjs +37 -124
- package/esm2022/controls/grid/gridimage.mjs +5 -16
- package/esm2022/controls/grid/model.mjs +49 -74
- package/esm2022/controls/grid/paging.mjs +86 -251
- package/esm2022/controls/input/input.mjs +17 -65
- package/esm2022/controls/input/inputarea.mjs +18 -56
- package/esm2022/controls/input/inputcurrency.mjs +9 -14
- package/esm2022/controls/input/inputdecimal.mjs +33 -143
- package/esm2022/controls/input/inputemail.mjs +10 -37
- package/esm2022/controls/input/inputinteger.mjs +32 -127
- package/esm2022/controls/input/inputpassword.mjs +26 -45
- package/esm2022/controls/input/inputsearch.mjs +16 -38
- package/esm2022/controls/layout/formlayout.mjs +31 -0
- package/esm2022/controls/list/buildvaluestring.mjs +10 -0
- package/esm2022/controls/list/dropdown.mjs +53 -235
- package/esm2022/controls/list/dropdownoptions.mjs +22 -0
- package/esm2022/controls/list/listbox.mjs +40 -159
- package/esm2022/controls/multilanguage/multilanguageinput.mjs +48 -215
- package/esm2022/controls/multilanguage/multilanguageinputarea.mjs +51 -217
- package/esm2022/controls/static/formcontainer.mjs +18 -45
- package/esm2022/controls/static/staticlabel.mjs +7 -28
- package/esm2022/controls/tabs/tab.mjs +24 -73
- package/esm2022/controls/tabs/tabitem.mjs +7 -37
- package/esm2022/controls/tinymce/tinymce.mjs +64 -232
- package/esm2022/controls/tinymce/tinymcedialogsettings.mjs +5 -10
- package/esm2022/controls/tinymce/tinymcedialogsettingsmeta.mjs +4 -4
- package/esm2022/controls/tinymce/tinymceinstance.mjs +3 -2
- package/esm2022/controls/tooltip/tooltip.mjs +78 -358
- package/esm2022/controls/treeview/treeview.mjs +103 -343
- package/esm2022/controls/upload/dropzonemultiple.mjs +35 -151
- package/esm2022/controls/upload/dropzonesingle.mjs +27 -99
- package/esm2022/controls/upload/uploadmultiple.mjs +25 -111
- package/esm2022/controls/upload/uploadsingle.mjs +15 -50
- package/esm2022/controls/validation/validationsummary.mjs +26 -121
- package/esm2022/controls/wizard/wizard.mjs +20 -128
- package/esm2022/controls/wizard/wizarditem.mjs +6 -31
- package/esm2022/enums/ButtonRoleType.mjs +3 -0
- package/esm2022/enums/ControlHeight.mjs +11 -0
- package/esm2022/enums/IconType.mjs +4 -8
- package/esm2022/interfaces/ISacConfigurationService.mjs +3 -0
- package/esm2022/interfaces/ISacFileBrowserService.mjs +3 -2
- package/esm2022/interfaces/ISacIconService.mjs +3 -2
- package/esm2022/interfaces/ISacLabelSizes.mjs +3 -0
- package/esm2022/interfaces/ISacLanguageService.mjs +3 -2
- package/esm2022/interfaces/ISacLocalisationService.mjs +3 -2
- package/esm2022/interfaces/ISacUploadEventCompleteState.mjs +3 -0
- package/esm2022/interfaces/ISacValidationKeyService.mjs +3 -0
- package/esm2022/interfaces/iabstractcontrollabel.mjs +3 -2
- package/esm2022/interfaces/iconfirmcomponent.mjs +3 -2
- package/esm2022/interfaces/idatetimecontrol.mjs +3 -2
- package/esm2022/interfaces/iuploadcontrol.mjs +3 -2
- package/esm2022/interfaces/treeviewaction.interface.mjs +3 -0
- package/esm2022/models/languagemodel.mjs +5 -11
- package/esm2022/public_api.mjs +25 -94
- package/esm2022/services/index.mjs +3 -5
- package/esm2022/services/sac-configuration.service.mjs +41 -0
- package/esm2022/services/sac-filebrowser.service.mjs +15 -167
- package/esm2022/services/sac-icon.service.mjs +77 -157
- package/esm2022/services/sac-language.service.mjs +7 -45
- package/esm2022/services/sac-localisation.service.mjs +32 -426
- package/esm2022/services/sac-validationkey.service.mjs +7 -0
- package/esm2022/simpleangularcontrols-sac-common.mjs +4 -4
- package/esm2022/utilities/convertion.mjs +6 -26
- package/esm2022/utilities/datatypes.mjs +4 -6
- package/esm2022/utilities/enums.mjs +10 -15
- package/esm2022/utilities/guid.mjs +8 -0
- package/esm2022/utilities/interpolation.mjs +7 -42
- package/esm2022/utilities/popuphelper.mjs +80 -0
- package/esm2022/utilities/positioning.mjs +23 -266
- package/esm2022/utilities/testingattribute.pipe.mjs +12 -0
- package/esm2022/validation/email.validator.mjs +3 -13
- package/esm2022/validation/equals.validator.mjs +3 -0
- package/esm2022/validation/index.mjs +3 -3
- package/esm2022/validation/invaliddate.validator.mjs +3 -14
- package/esm2022/validation/isDateValid.mjs +9 -13
- package/esm2022/validation/maxdate.validator.mjs +4 -21
- package/esm2022/validation/maxtime.validator.mjs +4 -21
- package/esm2022/validation/maxvalue.validator.mjs +3 -16
- package/esm2022/validation/mindate.validator.mjs +4 -21
- package/esm2022/validation/minfiles.validator.mjs +4 -19
- package/esm2022/validation/mintextlength.validator.mjs +5 -0
- package/esm2022/validation/mintime.validator.mjs +4 -21
- package/esm2022/validation/minvalue.validator.mjs +3 -16
- package/esm2022/validation/multilanguagerequired.validator.mjs +3 -22
- package/esm2022/validation/multilanguagerequiredany.validator.mjs +3 -22
- package/esm2022/validation/notequals.validator.mjs +3 -0
- package/esm2022/validation/pattern.validator.mjs +3 -16
- package/esm2022/validation/required.validator.mjs +3 -13
- package/esm2022/validation/validation.mjs +74 -134
- package/esm2022/validation/validationerrorcreator.mjs +3 -11
- package/esm2022/validation/validationerroritem.mjs +7 -19
- package/fesm2022/simpleangularcontrols-sac-common.mjs +2479 -9262
- package/fesm2022/simpleangularcontrols-sac-common.mjs.map +1 -1
- package/interfaces/ISacConfigurationService.d.ts +63 -0
- package/interfaces/ISacConfigurationService.d.ts.map +1 -0
- package/interfaces/ISacIconService.d.ts +54 -2
- package/interfaces/ISacIconService.d.ts.map +1 -1
- package/interfaces/ISacLabelSizes.d.ts +27 -0
- package/interfaces/ISacLabelSizes.d.ts.map +1 -0
- package/interfaces/ISacUploadEventCompleteState.d.ts +6 -0
- package/interfaces/ISacUploadEventCompleteState.d.ts.map +1 -0
- package/interfaces/ISacValidationKeyService.d.ts +53 -0
- package/interfaces/ISacValidationKeyService.d.ts.map +1 -0
- package/interfaces/treeviewaction.interface.d.ts +5 -0
- package/interfaces/treeviewaction.interface.d.ts.map +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +34 -21
- package/public_api.d.ts.map +1 -1
- package/services/index.d.ts +6 -4
- package/services/index.d.ts.map +1 -1
- package/services/sac-configuration.service.d.ts +135 -0
- package/services/sac-configuration.service.d.ts.map +1 -0
- package/services/sac-icon.service.d.ts +109 -5
- package/services/sac-icon.service.d.ts.map +1 -1
- package/services/sac-localisation.service.d.ts +100 -94
- package/services/sac-localisation.service.d.ts.map +1 -1
- package/services/sac-validationkey.service.d.ts +59 -0
- package/services/sac-validationkey.service.d.ts.map +1 -0
- package/simpleangularcontrols-sac-common-16.0.0-rc.21.tgz +0 -0
- package/utilities/enums.d.ts +3 -1
- package/utilities/enums.d.ts.map +1 -1
- package/utilities/guid.d.ts +5 -0
- package/utilities/guid.d.ts.map +1 -0
- package/utilities/popuphelper.d.ts +84 -0
- package/utilities/popuphelper.d.ts.map +1 -0
- package/utilities/testingattribute.pipe.d.ts +16 -0
- package/utilities/testingattribute.pipe.d.ts.map +1 -0
- package/validation/equals.validator.d.ts +3 -0
- package/validation/equals.validator.d.ts.map +1 -0
- package/validation/isDateValid.d.ts.map +1 -1
- package/validation/mintextlength.validator.d.ts +3 -0
- package/validation/mintextlength.validator.d.ts.map +1 -0
- package/validation/notequals.validator.d.ts +3 -0
- package/validation/notequals.validator.d.ts.map +1 -0
- package/validation/validation.d.ts +70 -52
- package/validation/validation.d.ts.map +1 -1
- package/controls/treeview/ngtreeitemaction.d.ts +0 -44
- package/controls/treeview/ngtreeitemaction.d.ts.map +0 -1
- package/controls/treeview/treeviewchild.d.ts +0 -16
- package/controls/treeview/treeviewchild.d.ts.map +0 -1
- package/esm2022/controls/treeview/ngtreeitemaction.mjs +0 -63
- package/esm2022/controls/treeview/treeviewchild.mjs +0 -22
- package/esm2022/validation/minlength.validator.mjs +0 -21
- package/simpleangularcontrols-sac-common-16.0.0-rc.2.tgz +0 -0
- package/validation/minlength.validator.d.ts +0 -3
- package/validation/minlength.validator.d.ts.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventEmitter, Injector, NgZone } from '@angular/core';
|
|
2
|
-
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
1
|
import { SacBaseModelControl } from '../../common/basemodelcontrol';
|
|
4
|
-
import { SacFormCommon } from '../../controls/form/form';
|
|
5
2
|
import { ISacLocalisationService } from '../../interfaces/ISacLocalisationService';
|
|
3
|
+
import { SacFormLayoutCommon } from '../layout/formlayout';
|
|
6
4
|
import { TinyMceDialogSettings } from './tinymcedialogsettings';
|
|
7
5
|
import { TinyMceDialogSettingsMeta } from './tinymcedialogsettingsmeta';
|
|
8
6
|
import { TinyMceInstance } from './tinymceinstance';
|
|
7
|
+
import { EventEmitter, Injector, NgZone } from '@angular/core';
|
|
8
|
+
import { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Basis Komponente für TinyMCE Editor
|
|
@@ -17,73 +17,77 @@ export declare abstract class SacTinyMceCommon extends SacBaseModelControl<strin
|
|
|
17
17
|
*/
|
|
18
18
|
private baseConfig;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* TinyMCE Config
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
_config: any;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Erlaubt im Filebrowser das löschen von Dateien
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
allowfiledelete: boolean;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Erlaubt im Filebrowser das umbennen von Dateien
|
|
29
29
|
*/
|
|
30
|
-
|
|
30
|
+
allowfilerename: boolean;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Erlaubt im Filebrowser das hochladen von Files
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
allowfileupload: boolean;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Erlaubt im Filebrowser das anlegen eines Ordners
|
|
37
37
|
*/
|
|
38
|
-
|
|
38
|
+
allowfoldercreate: boolean;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Erlaubt im Filebrowser das löschen eines Ordners
|
|
41
41
|
*/
|
|
42
|
-
|
|
42
|
+
allowfolderdelete: boolean;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Erlaubt im Filebrowser das umbennen eines Ordners
|
|
45
45
|
*/
|
|
46
|
-
|
|
46
|
+
allowfolderrename: boolean;
|
|
47
47
|
/**
|
|
48
48
|
* URL zu Filebrowser Backend
|
|
49
49
|
*/
|
|
50
50
|
filebrowserapiurl: string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* File Extensions für Links (Format: .xxx,.yyy,.eee)
|
|
53
53
|
*/
|
|
54
|
-
|
|
54
|
+
filetypesfiles: string;
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* File Extensions für Images (Format: .xxx,.yyy,.eee)
|
|
57
57
|
*/
|
|
58
|
-
|
|
58
|
+
filetypesimages: string;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* File Extensions für Media (Format: .xxx,.yyy,.eee)
|
|
61
61
|
*/
|
|
62
|
-
|
|
62
|
+
filetypesvideo: string;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Höhe des Editors
|
|
65
65
|
*/
|
|
66
|
-
|
|
66
|
+
height: string;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Definiert das Control als Required
|
|
69
69
|
*/
|
|
70
|
-
|
|
70
|
+
isrequired: boolean;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* Service für Error Localisation
|
|
73
73
|
*/
|
|
74
|
-
|
|
74
|
+
lngResourceService: ISacLocalisationService;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Event wenn Save Action in TinyMCE ausgelöst wird
|
|
77
77
|
*/
|
|
78
|
-
|
|
78
|
+
onsave: EventEmitter<string>;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Settings Instanz für Dialog
|
|
81
81
|
*/
|
|
82
|
-
|
|
82
|
+
selectDialogSettings: TinyMceDialogSettings;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Der Select Dialog wird angezeigt
|
|
85
85
|
*/
|
|
86
|
-
|
|
86
|
+
selectdialogvisible: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* Instanz auf TinyMCE Settings. Wird durch TinyMCE gesetzt und wird für den Callback des Dialog benötigt
|
|
89
|
+
*/
|
|
90
|
+
settings: TinyMceInstance;
|
|
87
91
|
/**
|
|
88
92
|
* Resource Key für Validation Message Required bei Control
|
|
89
93
|
*/
|
|
@@ -93,45 +97,49 @@ export declare abstract class SacTinyMceCommon extends SacBaseModelControl<strin
|
|
|
93
97
|
*/
|
|
94
98
|
validationmessagesummaryrequired: string;
|
|
95
99
|
/**
|
|
96
|
-
*
|
|
97
|
-
* @
|
|
100
|
+
* Constructor
|
|
101
|
+
* @param formlayout SacFormLayoutCommon to define scoped layout settings
|
|
102
|
+
* @param injector Injector for injecting services
|
|
103
|
+
* @param ngZone ngzone for handling external javascripts
|
|
98
104
|
*/
|
|
99
|
-
|
|
105
|
+
constructor(formlayout: SacFormLayoutCommon, injector: Injector, ngZone: NgZone);
|
|
100
106
|
/**
|
|
101
107
|
* TinyMCE Konfiguration
|
|
102
108
|
*/
|
|
103
109
|
get config(): any;
|
|
104
110
|
/**
|
|
105
|
-
*
|
|
106
|
-
|
|
107
|
-
onsave: EventEmitter<string>;
|
|
108
|
-
/**
|
|
109
|
-
* Konstruktor
|
|
110
|
-
* @param parent Instanz vom Formular
|
|
111
|
-
* @param injector Injector Service
|
|
112
|
-
* @param ngZone NgZone für Javascript in TinyMCE
|
|
113
|
-
*/
|
|
114
|
-
constructor(parent: SacFormCommon, injector: Injector, ngZone: NgZone);
|
|
115
|
-
/**
|
|
116
|
-
* Zeigt den Dateiauswahl Dialog an
|
|
117
|
-
* @param callback Callback Methode welche aufgerufen wird, wenn der Dialog geschlossen wird
|
|
118
|
-
* @param value Wert aus dem Datei Dialog
|
|
119
|
-
* @param meta Meta Daten zur Datei
|
|
111
|
+
* TinyMCE Konfiguration
|
|
112
|
+
* @link https://www.tiny.cloud/docs/configure/
|
|
120
113
|
*/
|
|
121
|
-
|
|
114
|
+
set config(v: any);
|
|
122
115
|
/**
|
|
123
|
-
*
|
|
116
|
+
* event when control is touched
|
|
124
117
|
*/
|
|
125
|
-
|
|
118
|
+
blur(): void;
|
|
126
119
|
/**
|
|
127
120
|
* Schliesst den Dateiauswahl Dialog
|
|
128
121
|
*/
|
|
129
122
|
closeSelectDialog(): void;
|
|
123
|
+
/**
|
|
124
|
+
* get settings in effective implementation that overwrites the defaults. use {} for non overwrites.
|
|
125
|
+
*/
|
|
126
|
+
abstract overwriteDefaultSettings(): any;
|
|
130
127
|
/**
|
|
131
128
|
* Löst die Speichern Action aus
|
|
132
129
|
* @param content Content als String
|
|
133
130
|
*/
|
|
134
131
|
save(content: any): void;
|
|
132
|
+
/**
|
|
133
|
+
* Setzt das Resultat aus dem Dateiauswahl Dialog
|
|
134
|
+
*/
|
|
135
|
+
setSelectDialogResult(): void;
|
|
136
|
+
/**
|
|
137
|
+
* Zeigt den Dateiauswahl Dialog an
|
|
138
|
+
* @param callback Callback Methode welche aufgerufen wird, wenn der Dialog geschlossen wird
|
|
139
|
+
* @param value Wert aus dem Datei Dialog
|
|
140
|
+
* @param meta Meta Daten zur Datei
|
|
141
|
+
*/
|
|
142
|
+
showSelectDialog(callback: any, value: string, meta: TinyMceDialogSettingsMeta): void;
|
|
135
143
|
/**
|
|
136
144
|
* Validiert das Control
|
|
137
145
|
* @param c Control Instanz die valdidiert wird
|
|
@@ -143,11 +151,7 @@ export declare abstract class SacTinyMceCommon extends SacBaseModelControl<strin
|
|
|
143
151
|
* @returns Objekt mit Settings
|
|
144
152
|
*/
|
|
145
153
|
private getDynamicSettings;
|
|
146
|
-
/**
|
|
147
|
-
* get settings in effective implementation that overwrites the defaults. use {} for non overwrites.
|
|
148
|
-
*/
|
|
149
|
-
abstract overwriteDefaultSettings(): any;
|
|
150
154
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacTinyMceCommon, [{ host: true; }, null, null]>;
|
|
151
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacTinyMceCommon, never, never, { "
|
|
155
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacTinyMceCommon, never, never, { "allowfiledelete": { "alias": "allowfiledelete"; "required": false; }; "allowfilerename": { "alias": "allowfilerename"; "required": false; }; "allowfileupload": { "alias": "allowfileupload"; "required": false; }; "allowfoldercreate": { "alias": "allowfoldercreate"; "required": false; }; "allowfolderdelete": { "alias": "allowfolderdelete"; "required": false; }; "allowfolderrename": { "alias": "allowfolderrename"; "required": false; }; "filebrowserapiurl": { "alias": "filebrowserapiurl"; "required": false; }; "filetypesfiles": { "alias": "filetypesfiles"; "required": false; }; "filetypesimages": { "alias": "filetypesimages"; "required": false; }; "filetypesvideo": { "alias": "filetypesvideo"; "required": false; }; "height": { "alias": "height"; "required": false; }; "isrequired": { "alias": "isrequired"; "required": false; }; "validationmessagerequired": { "alias": "validationmessagerequired"; "required": false; }; "validationmessagesummaryrequired": { "alias": "validationmessagesummaryrequired"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "onsave": "onsave"; }, never, never, false, never>;
|
|
152
156
|
}
|
|
153
157
|
//# sourceMappingURL=tinymce.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tinymce.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/tinymce/tinymce.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"tinymce.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/tinymce/tinymce.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,uBAAuB,EAAE,MAAM,0CAA0C,CAAC;AAInF,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAa,YAAY,EAAQ,QAAQ,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/F,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;;AAEnE;;GAEG;AACH,8BACsB,gBAAiB,SAAQ,mBAAmB,CAAC,MAAM,CAAC;IA4IG,SAAS,CAAC,MAAM,EAAE,MAAM;IAzIjG;;OAEG;IACH,OAAO,CAAC,UAAU,CAQhB;IAEF;;OAEG;IACI,OAAO,EAAE,GAAG,CAAM;IAEzB;;OAEG;IAEI,eAAe,UAAS;IAE/B;;OAEG;IAEI,eAAe,UAAS;IAE/B;;OAEG;IAEI,eAAe,UAAS;IAE/B;;OAEG;IAEI,iBAAiB,UAAS;IAEjC;;OAEG;IAEI,iBAAiB,UAAS;IAEjC;;OAEG;IAEI,iBAAiB,UAAS;IAEjC;;OAEG;IAEI,iBAAiB,EAAE,MAAM,CAAQ;IAExC;;OAEG;IAEI,cAAc,SAAM;IAE3B;;OAEG;IAEI,eAAe,SAA0C;IAEhE;;OAEG;IAEI,cAAc,SAA+B;IAEpD;;OAEG;IAEI,MAAM,EAAE,MAAM,CAAa;IAElC;;OAEG;IAEI,UAAU,EAAE,OAAO,CAAS;IAEnC;;OAEG;IACI,kBAAkB,EAAE,uBAAuB,CAAC;IAEnD;;OAEG;IAEI,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAA8B;IAEjE;;OAEG;IACI,oBAAoB,EAAE,qBAAqB,CAAC;IAEnD;;OAEG;IACI,mBAAmB,UAAS;IAEnC;;OAEG;IACI,QAAQ,EAAE,eAAe,CAAC;IAEjC;;OAEG;IACa,yBAAyB,EAAE,MAAM,CAAqD;IAEtG;;OAEG;IAEI,gCAAgC,EAAE,MAAM,CAA4D;IAM3G;;;;;OAKG;gBACiB,UAAU,EAAE,mBAAmB,EAAE,QAAQ,EAAE,QAAQ,EAAY,MAAM,EAAE,MAAM;IAiBjG;;OAEG;IACH,IAAW,MAAM,IAAI,GAAG,CAEvB;IAED;;;OAGG;IACH,IACW,MAAM,CAAC,CAAC,EAAE,GAAG,EAOvB;IAMD;;OAEG;IACI,IAAI,IAAI,IAAI;IAInB;;OAEG;IACI,iBAAiB,IAAI,IAAI;IAIhC;;OAEG;aACa,wBAAwB,IAAI,GAAG;IAE/C;;;OAGG;IACI,IAAI,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI;IAI/B;;OAEG;IACI,qBAAqB,IAAI,IAAI;IAYpC;;;;;OAKG;IACI,gBAAgB,CAAC,QAAQ,KAAA,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,yBAAyB,GAAG,IAAI;IA4BvF;;;;OAIG;IACI,YAAY,CAAC,CAAC,EAAE,eAAe,GAAG,gBAAgB;IAczD;;;OAGG;IACH,OAAO,CAAC,kBAAkB;yCAzRR,gBAAgB;2CAAhB,gBAAgB;CAmSrC"}
|
|
@@ -1,142 +1,157 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
1
|
import { TooltipPosition } from '../../utilities/enums';
|
|
2
|
+
import { AfterViewChecked, ChangeDetectorRef, DoCheck, ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* Tooltip Component
|
|
6
6
|
*
|
|
7
|
-
*
|
|
8
|
-
* - container: Container
|
|
9
|
-
* - tooltip: Container
|
|
7
|
+
* Requires the following identifiers in the HTML markup
|
|
8
|
+
* - container: Container for ng-content in which the element is displayed where the tooltip is attached.
|
|
9
|
+
* - tooltip: Container for tooltip
|
|
10
10
|
*
|
|
11
|
-
* Tooltip
|
|
12
|
-
*
|
|
11
|
+
* Tooltip must be displayed in 2 steps. In a first step the tooltip markup is created with (ngIf). In a 2nd step
|
|
12
|
+
* the tooltip can then be displayed via the CSS visibility. If this is not done, it can lead to a flickering effect in certain browsers.
|
|
13
13
|
*
|
|
14
14
|
*/
|
|
15
|
-
export declare class SacTooltipCommon implements OnInit, OnDestroy {
|
|
16
|
-
private cdRef;
|
|
17
|
-
private ref;
|
|
15
|
+
export declare abstract class SacTooltipCommon implements OnInit, OnDestroy, AfterViewChecked, DoCheck {
|
|
16
|
+
private readonly cdRef;
|
|
17
|
+
private readonly ref;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* Helper class to display tooltip on correct position
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
private readonly popupHelper;
|
|
22
|
+
/**
|
|
23
|
+
* Inline mode for tooltip
|
|
24
|
+
*/
|
|
25
|
+
private _inlinemode;
|
|
22
26
|
/**
|
|
23
|
-
*
|
|
27
|
+
* Defines whether the tooltip is visible
|
|
24
28
|
*/
|
|
25
29
|
private _isTooltipVisible;
|
|
26
30
|
/**
|
|
27
|
-
*
|
|
31
|
+
* Containers for the tooltip
|
|
28
32
|
*/
|
|
29
|
-
|
|
33
|
+
private tooltipcontainer;
|
|
34
|
+
/**
|
|
35
|
+
* Position of the tooltip on the left
|
|
36
|
+
*/
|
|
37
|
+
IsTooltipContentVisible: boolean;
|
|
30
38
|
/**
|
|
31
39
|
* Position des Tooltips links
|
|
32
40
|
*/
|
|
33
41
|
LeftPos: number;
|
|
34
42
|
/**
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
* Wert 'auto' kann mit einem anderen Wert kombiniert werden.
|
|
43
|
+
* Property for enum in Angular HTML template
|
|
38
44
|
*/
|
|
39
|
-
|
|
45
|
+
TooltipPosition: typeof TooltipPosition;
|
|
40
46
|
/**
|
|
41
|
-
*
|
|
47
|
+
* Position of the tooltip at the top
|
|
42
48
|
*/
|
|
43
|
-
|
|
49
|
+
TopPos: number;
|
|
44
50
|
/**
|
|
45
|
-
*
|
|
51
|
+
* Name of the container for content (e.g. icon) on which the tooltip is displayed.
|
|
46
52
|
*/
|
|
47
|
-
|
|
53
|
+
content: ElementRef<HTMLElement>;
|
|
48
54
|
/**
|
|
49
|
-
*
|
|
55
|
+
* Identifier used for the E2E data attribute.
|
|
50
56
|
*/
|
|
51
|
-
|
|
57
|
+
e2eidentifier: string | null;
|
|
52
58
|
/**
|
|
53
|
-
*
|
|
59
|
+
* name of control
|
|
54
60
|
*/
|
|
55
|
-
|
|
61
|
+
name: string;
|
|
56
62
|
/**
|
|
57
|
-
*
|
|
63
|
+
* Position of the picker arrow at the left
|
|
58
64
|
*/
|
|
59
|
-
|
|
65
|
+
posArrowLeft: number | null;
|
|
60
66
|
/**
|
|
61
|
-
*
|
|
67
|
+
* Position of the picker arrow at the top
|
|
62
68
|
*/
|
|
63
|
-
|
|
69
|
+
posArrowTop: number | null;
|
|
64
70
|
/**
|
|
65
|
-
*
|
|
71
|
+
* Position of the tooltip. Values: left|top|right|bottom|auto
|
|
72
|
+
*
|
|
73
|
+
* Value 'auto' can be combined with another value.
|
|
66
74
|
*/
|
|
67
|
-
|
|
75
|
+
position: string;
|
|
68
76
|
/**
|
|
69
|
-
*
|
|
77
|
+
* Text for ToolTip
|
|
70
78
|
*/
|
|
71
|
-
|
|
79
|
+
tooltiptext: string;
|
|
72
80
|
/**
|
|
73
81
|
* Konstruktor
|
|
74
82
|
* @param ref Element Referenz
|
|
75
83
|
*/
|
|
76
84
|
constructor(cdRef: ChangeDetectorRef, ref: ElementRef);
|
|
77
85
|
/**
|
|
78
|
-
*
|
|
86
|
+
* Property for inline mode for tooltip. Sets the display mode on the wrapper element to `inline`
|
|
79
87
|
*/
|
|
80
|
-
|
|
81
|
-
/**
|
|
82
|
-
* Event wenn das Control zerstört wird.
|
|
83
|
-
*/
|
|
84
|
-
ngOnDestroy(): void;
|
|
88
|
+
get inlinemode(): boolean;
|
|
85
89
|
/**
|
|
86
|
-
*
|
|
90
|
+
* Setter for inline mode for tooltip
|
|
87
91
|
*/
|
|
88
|
-
|
|
92
|
+
set inlinemode(value: boolean);
|
|
89
93
|
/**
|
|
90
|
-
*
|
|
94
|
+
* Setter for the name of the container for the tooltip. Is required as the tooltip can be hidden via ngIf.
|
|
91
95
|
*/
|
|
92
|
-
|
|
96
|
+
set tooltip(content: ElementRef);
|
|
97
|
+
get tooltop(): ElementRef;
|
|
93
98
|
/**
|
|
94
|
-
*
|
|
99
|
+
* Returns the position of the tooltip
|
|
95
100
|
*/
|
|
96
|
-
|
|
101
|
+
GetTooltipPosition(): TooltipPosition;
|
|
97
102
|
/**
|
|
98
|
-
*
|
|
103
|
+
* Hide tooltip
|
|
99
104
|
*/
|
|
100
|
-
|
|
105
|
+
HideTooltip(): void;
|
|
101
106
|
/**
|
|
102
|
-
*
|
|
107
|
+
* Defines whether the tooltip is present in the markup
|
|
103
108
|
*/
|
|
104
109
|
IsTooltipVisible(): boolean;
|
|
105
110
|
/**
|
|
106
|
-
*
|
|
111
|
+
* Show tooltip
|
|
107
112
|
*/
|
|
108
113
|
ShowTooltip(): void;
|
|
109
114
|
/**
|
|
110
|
-
*
|
|
115
|
+
* Calculates the height of the tooltip
|
|
111
116
|
*/
|
|
112
|
-
|
|
117
|
+
getToolTipHeight(): number;
|
|
113
118
|
/**
|
|
114
|
-
*
|
|
119
|
+
* Calculates the width of the tooltips
|
|
115
120
|
*/
|
|
116
|
-
|
|
121
|
+
getToolTipWidth(): number;
|
|
117
122
|
/**
|
|
118
|
-
*
|
|
123
|
+
* Detect Changes after view checked. Prevent ExpressionChangedAfterItHasBeenCheckedError error
|
|
119
124
|
*/
|
|
120
|
-
|
|
125
|
+
ngAfterViewChecked(): void;
|
|
121
126
|
/**
|
|
122
|
-
*
|
|
127
|
+
* Detect UI Changes to Calculate Tooltip correct
|
|
123
128
|
*/
|
|
124
|
-
|
|
129
|
+
ngDoCheck(): void;
|
|
125
130
|
/**
|
|
126
|
-
*
|
|
131
|
+
* Event when the control is destroyed.
|
|
127
132
|
*/
|
|
128
|
-
|
|
133
|
+
ngOnDestroy(): void;
|
|
129
134
|
/**
|
|
130
|
-
*
|
|
131
|
-
|
|
132
|
-
|
|
135
|
+
* Event when the control is initialized
|
|
136
|
+
*/
|
|
137
|
+
ngOnInit(): void;
|
|
138
|
+
/**
|
|
139
|
+
* Offset for Tooltip. Required for BS4/BS5 to create padding
|
|
133
140
|
*/
|
|
134
|
-
|
|
141
|
+
protected abstract getTooltipOffset(): number;
|
|
142
|
+
/**
|
|
143
|
+
* Calculates the position of the tooltip from links
|
|
144
|
+
*/
|
|
145
|
+
private getLeftPosition;
|
|
146
|
+
/**
|
|
147
|
+
* Calculates the position of the tooltip from the top
|
|
148
|
+
*/
|
|
149
|
+
private getTopPosition;
|
|
135
150
|
/**
|
|
136
|
-
*
|
|
151
|
+
* method if content has changed and proportions need to be reset in the UI.
|
|
137
152
|
*/
|
|
138
|
-
private
|
|
153
|
+
private readonly onContentChange;
|
|
139
154
|
static ɵfac: i0.ɵɵFactoryDeclaration<SacTooltipCommon, never>;
|
|
140
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SacTooltipCommon, never, never, { "position": { "alias": "position"; "required": false; }; "tooltiptext": { "alias": "tooltiptext"; "required": false; }; "inlinemode": { "alias": "inlinemode"; "required": false; }; }, {}, never, never, false, never>;
|
|
155
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SacTooltipCommon, never, never, { "e2eidentifier": { "alias": "e2eidentifier"; "required": false; }; "name": { "alias": "name"; "required": false; }; "position": { "alias": "position"; "required": false; }; "tooltiptext": { "alias": "tooltiptext"; "required": false; }; "inlinemode": { "alias": "inlinemode"; "required": false; }; }, {}, never, never, false, never>;
|
|
141
156
|
}
|
|
142
157
|
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/tooltip/tooltip.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../projects/sac-common/src/controls/tooltip/tooltip.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAGxD,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAa,OAAO,EAAE,UAAU,EAAS,SAAS,EAAE,MAAM,EAAa,MAAM,eAAe,CAAC;;AAEzI;;;;;;;;;;GAUG;AACH,8BACsB,gBAAiB,YAAW,MAAM,EAAE,SAAS,EAAE,gBAAgB,EAAE,OAAO;IA6F9E,OAAO,CAAC,QAAQ,CAAC,KAAK;IAAqB,OAAO,CAAC,QAAQ,CAAC,GAAG;IA1F3E;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAkC;IAE9D;;OAEG;IACH,OAAO,CAAC,WAAW,CAAU;IAE7B;;OAEG;IACH,OAAO,CAAC,iBAAiB,CAAkB;IAE3C;;OAEG;IACH,OAAO,CAAC,gBAAgB,CAA0B;IAElD;;OAEG;IACI,uBAAuB,EAAE,OAAO,CAAS;IAEhD;;OAEG;IACI,OAAO,EAAE,MAAM,CAAK;IAE3B;;OAEG;IACI,eAAe,yBAAmB;IAEzC;;OAEG;IACI,MAAM,EAAE,MAAM,CAAK;IAE1B;;OAEG;IAEI,OAAO,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IAExC;;OAEG;IAEI,aAAa,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE3C;;OAEG;IAEI,IAAI,EAAE,MAAM,CAAgB;IAEnC;;OAEG;IACI,YAAY,EAAE,MAAM,GAAG,IAAI,CAAQ;IAE1C;;OAEG;IACI,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEzC;;;;OAIG;IAEI,QAAQ,EAAE,MAAM,CAAgB;IAEvC;;OAEG;IAEI,WAAW,EAAE,MAAM,CAAC;IAM3B;;;OAGG;gBAC0B,KAAK,EAAE,iBAAiB,EAAmB,GAAG,EAAE,UAAU;IAMvF;;OAEG;IACH,IAAW,UAAU,IAAI,OAAO,CAE/B;IAED;;OAEG;IACH,IACW,UAAU,CAAC,KAAK,EAAE,OAAO,EAEnC;IAED;;OAEG;IACH,IACW,OAAO,CAAC,OAAO,EAAE,UAAU,EAQrC;IAED,IAAW,OAAO,IAAI,UAAU,CAE/B;IAMD;;OAEG;IACI,kBAAkB,IAAI,eAAe;IAW5C;;OAEG;IACI,WAAW,IAAI,IAAI;IAK1B;;OAEG;IACI,gBAAgB,IAAI,OAAO;IAIlC;;OAEG;IACI,WAAW,IAAI,IAAI;IAW1B;;OAEG;IACI,gBAAgB,IAAI,MAAM;IAIjC;;OAEG;IACI,eAAe,IAAI,MAAM;IAIhC;;OAEG;IACI,kBAAkB,IAAI,IAAI;IASjC;;OAEG;IACI,SAAS,IAAI,IAAI;IAUxB;;OAEG;IACI,WAAW;IAUlB;;OAEG;IACI,QAAQ;IAcf;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,gBAAgB,IAAI,MAAM;IAM7C;;OAEG;IACH,OAAO,CAAC,eAAe;IAsBvB;;OAEG;IACH,OAAO,CAAC,cAAc;IAsBtB;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,eAAe,CAU9B;yCAhUgB,gBAAgB;2CAAhB,gBAAgB;CAmUrC"}
|