devexpress-reporting-angular 23.2.2-beta → 23.2.4-build-23360-1657
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/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.d.ts +1 -2
- package/dx-report-viewer/components/analytics/properties/popover/popover.component.d.ts +13 -0
- package/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.d.ts +1 -1
- package/dx-report-viewer/components/analytics/templates.component.d.ts +1 -1
- package/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.d.ts +0 -2
- package/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.d.ts +1 -2
- package/dx-report-viewer/dx-report-viewer.module.d.ts +100 -99
- package/esm2020/core/dx-reporting.component.mjs +2 -2
- package/esm2020/dx-report-viewer/components/analytics/properties/collectioneditor/collectioneditor.component.mjs +3 -3
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.base.mjs +8 -7
- package/esm2020/dx-report-viewer/components/analytics/properties/editor/editor.dropdown.base.mjs +3 -6
- package/esm2020/dx-report-viewer/components/analytics/properties/popover/popover.component.mjs +24 -0
- package/esm2020/dx-report-viewer/components/analytics/tabpanel/tabpanel.component.mjs +1 -1
- package/esm2020/dx-report-viewer/components/analytics/templates.component.mjs +1 -1
- package/esm2020/dx-report-viewer/components/reporting/export-options/export-options.component.mjs +6 -5
- package/esm2020/dx-report-viewer/components/reporting/mobile/parameters/mobile.parameters.popup.component.mjs +6 -5
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/date-range/calendar/calendar.component.mjs +3 -3
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/editor/editor.component.mjs +3 -3
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.mjs +5 -8
- package/esm2020/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.editable.component.mjs +3 -6
- package/esm2020/dx-report-viewer/dx-report-viewer.module.mjs +4 -1
- package/esm2020/dx-report-viewer/utils/templateEngine.mjs +3 -3
- package/fesm2015/devexpress-reporting-angular-core.mjs +1 -1
- package/fesm2015/devexpress-reporting-angular-core.mjs.map +1 -1
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.mjs +48 -34
- package/fesm2015/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -1
- package/fesm2020/devexpress-reporting-angular-core.mjs +1 -1
- package/fesm2020/devexpress-reporting-angular-core.mjs.map +1 -1
- package/fesm2020/devexpress-reporting-angular-dx-report-viewer.mjs +48 -34
- package/fesm2020/devexpress-reporting-angular-dx-report-viewer.mjs.map +1 -1
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AfterViewInit,
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
2
2
|
import { EditorComponentBase } from './editor.base';
|
3
3
|
import { IEditorViewModel } from '@devexpress/analytics-core/property-grid/widgets/editor';
|
4
4
|
import * as i0 from "@angular/core";
|
@@ -6,7 +6,6 @@ export declare class EditorDropDownComponentBase<T extends IEditorViewModel, TPr
|
|
6
6
|
currentElement: Element;
|
7
7
|
container: Element;
|
8
8
|
target: ElementRef;
|
9
|
-
constructor(_cd: ChangeDetectorRef);
|
10
9
|
beforeDetectChanges(): void;
|
11
10
|
ngAfterViewInit(): void;
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditorDropDownComponentBase<any, any>, never>;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, AfterViewInit } from '@angular/core';
|
2
|
+
import { IPopoverViewModel } from '@devexpress/analytics-core/core/widgets/popover';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class PopoverComponent implements AfterViewInit {
|
5
|
+
private _element;
|
6
|
+
private _cd;
|
7
|
+
popover: IPopoverViewModel;
|
8
|
+
container: HTMLElement;
|
9
|
+
constructor(_element: ElementRef, _cd: ChangeDetectorRef);
|
10
|
+
ngAfterViewInit(): void;
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "dxa-propertygrid-popoverservice", never, { "popover": "data"; }, {}, never, never, false, never>;
|
13
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, AfterViewInit } from '@angular/core';
|
2
|
-
import { ITabPanelViewModel } from '@devexpress/analytics-core/core/
|
2
|
+
import { ITabPanelViewModel } from '@devexpress/analytics-core/core/widgets/tabPanel';
|
3
3
|
import { IResizableOptions } from '@devexpress/analytics-core/core/internal/_resizable';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class TabpanelComponent implements AfterViewInit {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AfterViewInit, TemplateRef } from '@angular/core';
|
2
|
-
import { ITabPanelViewModel } from '@devexpress/analytics-core/core/
|
2
|
+
import { ITabPanelViewModel } from '@devexpress/analytics-core/core/widgets/tabPanel';
|
3
3
|
import { IActionViewModel } from '@devexpress/analytics-core/widgets/utils';
|
4
4
|
import { TemplateEngine } from '../../utils/templateEngine';
|
5
5
|
import { IObjectPropertiesViewModel, IPropertyGridEditorViewModel } from '@devexpress/analytics-core/property-grid/propertygrid';
|
package/dx-report-viewer/components/reporting/parameterspanel/multi-value/multi-value.component.d.ts
CHANGED
@@ -1,11 +1,9 @@
|
|
1
|
-
import { ChangeDetectorRef } from '@angular/core';
|
2
1
|
import { Properties } from 'devextreme/ui/tag_box';
|
3
2
|
import { EditorDropDownComponentBase } from '../../../analytics/properties/editor/editor.dropdown.base';
|
4
3
|
import { IEditorViewModel } from '@devexpress/analytics-core/property-grid/widgets/editor';
|
5
4
|
import { IMultiValueEditorViewModel } from 'devexpress-reporting/viewer/widgets/_multiValueEditor';
|
6
5
|
import * as i0 from "@angular/core";
|
7
6
|
export declare class MultiValueComponent extends EditorDropDownComponentBase<IEditorViewModel<IMultiValueEditorViewModel>, Properties> {
|
8
|
-
constructor(_cd: ChangeDetectorRef);
|
9
7
|
dropDownOptions: any;
|
10
8
|
getOptions(): Properties;
|
11
9
|
beforeDetectChanges(): void;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { AfterViewInit, TemplateRef } from '@angular/core';
|
2
2
|
import { EditorComponentBase } from '../../../analytics/properties/editor/editor.base';
|
3
3
|
import { ICollectionEditorOptions } from '@devexpress/analytics-core/property-grid/widgets/collectioneditor/_editor';
|
4
4
|
import { IEditorViewModel } from '@devexpress/analytics-core/property-grid/widgets/editor';
|
@@ -11,7 +11,6 @@ export declare class MultiValueEditableComponent extends EditorComponentBase<IEd
|
|
11
11
|
properties: TemplateRef<{
|
12
12
|
data: any;
|
13
13
|
}>;
|
14
|
-
constructor(_cd: ChangeDetectorRef);
|
15
14
|
getEditorOptions(): options;
|
16
15
|
ngAfterViewInit(): void;
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiValueEditableComponent, never>;
|
@@ -9,106 +9,107 @@ import * as i7 from "./dxrv-export-settings.component";
|
|
9
9
|
import * as i8 from "./dxrv-tabpanel-settings.component";
|
10
10
|
import * as i9 from "./dxrv-search-settings.component";
|
11
11
|
import * as i10 from "./components/analytics/tabpanel/tabpanel.component";
|
12
|
-
import * as i11 from "./components/analytics/properties/
|
13
|
-
import * as i12 from "./components/analytics/
|
14
|
-
import * as i13 from "./components/analytics/widgets/treelist/treelist
|
15
|
-
import * as i14 from "./components/analytics/widgets/treelist/treelist-
|
16
|
-
import * as i15 from "./components/analytics/widgets/treelist/treelist-
|
17
|
-
import * as i16 from "./components/analytics/widgets/treelist/treelist-item
|
18
|
-
import * as i17 from "./components/analytics/widgets/treelist/treelist-
|
19
|
-
import * as i18 from "./components/analytics/
|
20
|
-
import * as i19 from "./components/analytics/properties/
|
21
|
-
import * as i20 from "./components/
|
22
|
-
import * as i21 from "./components/
|
23
|
-
import * as i22 from "./components/analytics/
|
24
|
-
import * as i23 from "./components/analytics/
|
25
|
-
import * as i24 from "./components/analytics/template/template.component";
|
26
|
-
import * as i25 from "./components/
|
27
|
-
import * as i26 from "./components/reporting/toolbar/
|
28
|
-
import * as i27 from "./components/
|
29
|
-
import * as i28 from "./components/
|
30
|
-
import * as i29 from "./components/reporting/
|
31
|
-
import * as i30 from "./components/reporting/
|
32
|
-
import * as i31 from "./components/reporting/
|
33
|
-
import * as i32 from "./components/reporting/parameterspanel/
|
34
|
-
import * as i33 from "./components/
|
35
|
-
import * as i34 from "./components/analytics/properties/editor/editor.
|
36
|
-
import * as i35 from "./components/analytics/properties/editor/editor.
|
37
|
-
import * as i36 from "./components/
|
38
|
-
import * as i37 from "./components/
|
39
|
-
import * as i38 from "./components/analytics/properties/editor/editor.
|
40
|
-
import * as i39 from "./components/analytics/properties/editor/editor.
|
41
|
-
import * as i40 from "./components/analytics/properties/editor/editor.
|
42
|
-
import * as i41 from "./components/analytics/properties/editor/editor.
|
43
|
-
import * as i42 from "./components/analytics/
|
44
|
-
import * as i43 from "./components/
|
45
|
-
import * as i44 from "./components/
|
46
|
-
import * as i45 from "./components/
|
47
|
-
import * as i46 from "./components/reporting/parameterspanel/date-range/
|
48
|
-
import * as i47 from "./components/reporting/parameterspanel/date-range/
|
49
|
-
import * as i48 from "./components/reporting/
|
50
|
-
import * as i49 from "./components/reporting/reportpreview/
|
51
|
-
import * as i50 from "./components/reporting/
|
52
|
-
import * as i51 from "./components/reporting/
|
53
|
-
import * as i52 from "./components/reporting/parameterspanel/editor/
|
54
|
-
import * as i53 from "./components/reporting/
|
55
|
-
import * as i54 from "./components/reporting/
|
56
|
-
import * as i55 from "./components/reporting/
|
57
|
-
import * as i56 from "./components/reporting/editing/text-field/editing-field-
|
58
|
-
import * as i57 from "./components/reporting/editing/text-field/editing-field-
|
59
|
-
import * as i58 from "./components/reporting/editing/text-field/editing-field-
|
60
|
-
import * as i59 from "./components/reporting/editing/text-field/editing-field-
|
61
|
-
import * as i60 from "./components/reporting/editing/
|
62
|
-
import * as i61 from "./components/reporting/editing/
|
63
|
-
import * as i62 from "./components/reporting/editing/check-field/editing-field-
|
64
|
-
import * as i63 from "./components/reporting/editing/
|
65
|
-
import * as i64 from "./components/reporting/editing/image-field/image-editing-field
|
66
|
-
import * as i65 from "./components/reporting/editing/
|
67
|
-
import * as i66 from "./components/reporting/
|
68
|
-
import * as i67 from "./components/reporting/
|
69
|
-
import * as i68 from "./components/reporting/widgets/picture-editor/picture-editor
|
70
|
-
import * as i69 from "./components/reporting/widgets/picture-editor/picture-
|
71
|
-
import * as i70 from "./components/reporting/widgets/picture-editor/picture-editing-
|
72
|
-
import * as i71 from "./components/reporting/widgets/picture-editor/picture-editing-
|
73
|
-
import * as i72 from "./components/reporting/widgets/picture-editor/picture-editing-
|
74
|
-
import * as i73 from "./components/reporting/widgets/picture-editor/
|
75
|
-
import * as i74 from "./components/reporting/widgets/
|
76
|
-
import * as i75 from "./components/reporting/
|
77
|
-
import * as i76 from "./components/reporting/reportpreview/brick/brick
|
78
|
-
import * as i77 from "./components/reporting/
|
79
|
-
import * as i78 from "./components/reporting/
|
80
|
-
import * as i79 from "./components/reporting/directives/
|
81
|
-
import * as i80 from "./components/reporting/directives/
|
82
|
-
import * as i81 from "./components/
|
83
|
-
import * as i82 from "./components/analytics/directives/
|
84
|
-
import * as i83 from "./components/
|
85
|
-
import * as i84 from "./components/
|
86
|
-
import * as i85 from "./components/analytics/directives/
|
87
|
-
import * as i86 from "./components/
|
88
|
-
import * as i87 from "./components/
|
89
|
-
import * as i88 from "./components/
|
90
|
-
import * as i89 from "./components/reporting/mobile/directives/mobile.
|
91
|
-
import * as i90 from "./components/
|
92
|
-
import * as i91 from "./components/
|
93
|
-
import * as i92 from "./components/reporting/mobile/
|
94
|
-
import * as i93 from "./components/reporting/mobile/directives/mobile.
|
95
|
-
import * as i94 from "./components/reporting/mobile/
|
96
|
-
import * as i95 from "./components/reporting/mobile/
|
97
|
-
import * as i96 from "./components/reporting/mobile/
|
98
|
-
import * as i97 from "./components/reporting/mobile/
|
99
|
-
import * as i98 from "./components/reporting/mobile/parameters/mobile.parameters.component";
|
100
|
-
import * as i99 from "./components/reporting/mobile/parameters/mobile.parameters.
|
101
|
-
import * as i100 from "./components/reporting/mobile/
|
102
|
-
import * as i101 from "./components/reporting/mobile/
|
103
|
-
import * as i102 from "./components/reporting/
|
104
|
-
import * as i103 from "./components/reporting/
|
105
|
-
import * as i104 from "./components/reporting/mobile/
|
106
|
-
import * as i105 from "./components/
|
107
|
-
import * as i106 from "./components/
|
108
|
-
import * as i107 from "
|
109
|
-
import * as i108 from "
|
12
|
+
import * as i11 from "./components/analytics/properties/popover/popover.component";
|
13
|
+
import * as i12 from "./components/analytics/properties/propertygrid/propertygrid.component";
|
14
|
+
import * as i13 from "./components/analytics/widgets/treelist/treelist.component";
|
15
|
+
import * as i14 from "./components/analytics/widgets/treelist/treelist-group.component";
|
16
|
+
import * as i15 from "./components/analytics/widgets/treelist/treelist-item.component";
|
17
|
+
import * as i16 from "./components/analytics/widgets/treelist/treelist-header-item.component";
|
18
|
+
import * as i17 from "./components/analytics/widgets/treelist/treelist-item-text-content.component";
|
19
|
+
import * as i18 from "./components/analytics/widgets/treelist/treelist-header-item-caption-content.component";
|
20
|
+
import * as i19 from "./components/analytics/properties/editor/editor.date";
|
21
|
+
import * as i20 from "./components/analytics/properties/collectioneditor/collectioneditor.component";
|
22
|
+
import * as i21 from "./components/reporting/parameterspanel/parameterspanel.component";
|
23
|
+
import * as i22 from "./components/analytics/templates.component";
|
24
|
+
import * as i23 from "./components/analytics/actions/actions.component";
|
25
|
+
import * as i24 from "./components/analytics/template/image.template.component";
|
26
|
+
import * as i25 from "./components/analytics/template/template.component";
|
27
|
+
import * as i26 from "./components/reporting/toolbar/pager/pager.component";
|
28
|
+
import * as i27 from "./components/reporting/toolbar/zoom/zoom.component";
|
29
|
+
import * as i28 from "./components/analytics/properties/editor/editor.base";
|
30
|
+
import * as i29 from "./components/reporting/toolbar/export/export.component";
|
31
|
+
import * as i30 from "./components/reporting/templates.component";
|
32
|
+
import * as i31 from "./components/reporting/toolbar/toolbar-content/toolbar-content.component";
|
33
|
+
import * as i32 from "./components/reporting/parameterspanel/editor/editor.component";
|
34
|
+
import * as i33 from "./components/reporting/parameterspanel/multi-value/multi-value.component";
|
35
|
+
import * as i34 from "./components/analytics/properties/editor/editor.textbox";
|
36
|
+
import * as i35 from "./components/analytics/properties/editor/editor.selectbox";
|
37
|
+
import * as i36 from "./components/analytics/properties/editor/editor.boolselect";
|
38
|
+
import * as i37 from "./components/reporting/export-options/export-options.component";
|
39
|
+
import * as i38 from "./components/analytics/properties/object-editor/object-editor.component";
|
40
|
+
import * as i39 from "./components/analytics/properties/editor/editor.boolean";
|
41
|
+
import * as i40 from "./components/analytics/properties/editor/editor.selectbox.localized";
|
42
|
+
import * as i41 from "./components/analytics/properties/editor/editor.numeric";
|
43
|
+
import * as i42 from "./components/analytics/properties/editor/editor.colorpicker";
|
44
|
+
import * as i43 from "./components/analytics/directives/dx-action.directive";
|
45
|
+
import * as i44 from "./components/reporting/parameterspanel/multi-value/multi-value.editable.component";
|
46
|
+
import * as i45 from "./components/analytics/designer/designer.component";
|
47
|
+
import * as i46 from "./components/reporting/parameterspanel/date-range/date-range.component";
|
48
|
+
import * as i47 from "./components/reporting/parameterspanel/date-range/popup-container/popup-container.component";
|
49
|
+
import * as i48 from "./components/reporting/parameterspanel/date-range/calendar/calendar.component";
|
50
|
+
import * as i49 from "./components/reporting/reportpreview/surface/surface.component";
|
51
|
+
import * as i50 from "./components/reporting/reportpreview/page/page.component";
|
52
|
+
import * as i51 from "./components/reporting/directives/lazy-images.directive";
|
53
|
+
import * as i52 from "./components/reporting/parameterspanel/editor/editor-content/editor-content.component";
|
54
|
+
import * as i53 from "./components/reporting/parameterspanel/editor/group-editor/group-editor.component";
|
55
|
+
import * as i54 from "./components/reporting/search/search.component";
|
56
|
+
import * as i55 from "./components/reporting/document-map/document-map.component";
|
57
|
+
import * as i56 from "./components/reporting/editing/text-field/editing-field-text.component";
|
58
|
+
import * as i57 from "./components/reporting/editing/text-field/editing-field-mask.component";
|
59
|
+
import * as i58 from "./components/reporting/editing/text-field/editing-field-number.component";
|
60
|
+
import * as i59 from "./components/reporting/editing/text-field/editing-field-datetime.component";
|
61
|
+
import * as i60 from "./components/reporting/editing/text-field/editing-field-container.component";
|
62
|
+
import * as i61 from "./components/reporting/editing/character-comb/editing-field-character-comb.component";
|
63
|
+
import * as i62 from "./components/reporting/editing/check-field/editing-field-checkbox.component";
|
64
|
+
import * as i63 from "./components/reporting/editing/check-field/editing-field-radio.component";
|
65
|
+
import * as i64 from "./components/reporting/editing/image-field/image-editing-field.component";
|
66
|
+
import * as i65 from "./components/reporting/editing/image-field/image-editing-field-editor.component";
|
67
|
+
import * as i66 from "./components/reporting/editing/popup-image-field/popup-image-editing-field.component";
|
68
|
+
import * as i67 from "./components/reporting/reportpreview/progress-bar/progress-bar.component";
|
69
|
+
import * as i68 from "./components/reporting/widgets/picture-editor/picture-editor.component";
|
70
|
+
import * as i69 from "./components/reporting/widgets/picture-editor/picture-editor-toolbar-popup.component";
|
71
|
+
import * as i70 from "./components/reporting/widgets/picture-editor/picture-editing-brush-options.component";
|
72
|
+
import * as i71 from "./components/reporting/widgets/picture-editor/picture-editing-size-options.component";
|
73
|
+
import * as i72 from "./components/reporting/widgets/picture-editor/picture-editing-imagespicker.component";
|
74
|
+
import * as i73 from "./components/reporting/widgets/picture-editor/picture-editing-imagespickerwithfilter.component";
|
75
|
+
import * as i74 from "./components/reporting/widgets/picture-editor/painter.component";
|
76
|
+
import * as i75 from "./components/reporting/widgets/signature/signature-editor.component";
|
77
|
+
import * as i76 from "./components/reporting/reportpreview/brick/brick.component";
|
78
|
+
import * as i77 from "./components/reporting/reportpreview/brick/brick-clickable.component";
|
79
|
+
import * as i78 from "./components/reporting/editing/export/export-tool.component";
|
80
|
+
import * as i79 from "./components/reporting/directives/auto-fit.directive";
|
81
|
+
import * as i80 from "./components/reporting/directives/to-view.directive";
|
82
|
+
import * as i81 from "./components/reporting/directives/brick-selection.directive";
|
83
|
+
import * as i82 from "./components/analytics/directives/resizable.directive";
|
84
|
+
import * as i83 from "./components/analytics/directives/zoom.directive";
|
85
|
+
import * as i84 from "./components/reporting/directives/child-styles.directive";
|
86
|
+
import * as i85 from "./components/analytics/directives/searchHighlighting.directive";
|
87
|
+
import * as i86 from "./components/analytics/directives/accordion.directive";
|
88
|
+
import * as i87 from "./components/reporting/editing/check-field/editing-field-checkbox-glyph.component";
|
89
|
+
import * as i88 from "./components/analytics/directives/dx-mutation-observer.directive";
|
90
|
+
import * as i89 from "./components/reporting/mobile/directives/mobile.searchBar.directive";
|
91
|
+
import * as i90 from "./components/reporting/mobile/directives/mobile.paginator.directive";
|
92
|
+
import * as i91 from "./components/analytics/template/lazy.template.component";
|
93
|
+
import * as i92 from "./components/reporting/mobile/surface/mobile.surface.component";
|
94
|
+
import * as i93 from "./components/reporting/mobile/directives/mobile.slide.directive";
|
95
|
+
import * as i94 from "./components/reporting/mobile/directives/mobile.zoom.directive";
|
96
|
+
import * as i95 from "./components/reporting/mobile/gallery/mobile.gallery.component";
|
97
|
+
import * as i96 from "./components/reporting/mobile/page/mobile.page.component";
|
98
|
+
import * as i97 from "./components/reporting/mobile/actions/mobile.actions.component";
|
99
|
+
import * as i98 from "./components/reporting/mobile/parameters/mobile.parameters.popup.component";
|
100
|
+
import * as i99 from "./components/reporting/mobile/parameters/mobile.parameters.component";
|
101
|
+
import * as i100 from "./components/reporting/mobile/parameters/mobile.parameters.daterange.component";
|
102
|
+
import * as i101 from "./components/reporting/mobile/actions/mobile.actions.export.component";
|
103
|
+
import * as i102 from "./components/reporting/mobile/search/mobile.search.component";
|
104
|
+
import * as i103 from "./components/reporting/parameterspanel/date-range/mobile/date-range-mobile.component";
|
105
|
+
import * as i104 from "./components/reporting/mobile/directives/mobile.autofit.directive";
|
106
|
+
import * as i105 from "./components/reporting/mobile/pages/pages/mobile.pages.component";
|
107
|
+
import * as i106 from "./components/analytics/directives/key-down-actions.directive";
|
108
|
+
import * as i107 from "./components/reporting/reportpreview/breadcrumbs/breadcrumbs.component";
|
109
|
+
import * as i108 from "@angular/common";
|
110
|
+
import * as i109 from "devextreme-angular";
|
110
111
|
export declare class DxReportViewerModule {
|
111
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<DxReportViewerModule, never>;
|
112
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DxReportViewerModule, [typeof i1.DxReportViewerComponent, typeof i2.DxReportViewerCallbacksComponent, typeof i3.DxReportViewerMobileModeSettingsComponent, typeof i4.DxReportViewerRemoteSettingsComponent, typeof i5.DxReportViewerRequestOptionsComponent, typeof i6.DxReportViewerProgressBarSettingsComponent, typeof i7.DxReportViewerExportSettingsComponent, typeof i8.DxReportViewerTabPanelSettingsComponent, typeof i9.DxReportViewerSearchSettingsComponent, typeof i10.TabpanelComponent, typeof i11.
|
113
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DxReportViewerModule, [typeof i1.DxReportViewerComponent, typeof i2.DxReportViewerCallbacksComponent, typeof i3.DxReportViewerMobileModeSettingsComponent, typeof i4.DxReportViewerRemoteSettingsComponent, typeof i5.DxReportViewerRequestOptionsComponent, typeof i6.DxReportViewerProgressBarSettingsComponent, typeof i7.DxReportViewerExportSettingsComponent, typeof i8.DxReportViewerTabPanelSettingsComponent, typeof i9.DxReportViewerSearchSettingsComponent, typeof i10.TabpanelComponent, typeof i11.PopoverComponent, typeof i12.PropertygridComponent, typeof i13.TreelistComponent, typeof i14.TreeListGroupComponent, typeof i15.TreeListItemComponent, typeof i16.TreeListHeaderItemComponent, typeof i17.TreeListItemTextComponent, typeof i18.TreeListHeaderItemCaptionContentComponent, typeof i19.DateEditorComponent, typeof i20.CollectionEditorComponent, typeof i21.ParameterspanelComponent, typeof i22.TemplatesComponent, typeof i23.ActionsComponent, typeof i24.ImageTemplateComponent, typeof i25.TemplateComponent, typeof i26.PagerComponent, typeof i27.ZoomComponent, typeof i28.EditorComponentBase, typeof i29.ExportComponent, typeof i30.ViewerTemplatesComponent, typeof i31.ToolbarContentComponent, typeof i32.EditorComponent, typeof i33.MultiValueComponent, typeof i34.TextBoxEditorComponent, typeof i35.SelectBoxComponent, typeof i36.BoolSelectComponent, typeof i37.ExportOptionsComponent, typeof i38.ObjectEditorComponent, typeof i39.BooleanEditorComponent, typeof i40.LocalizedSelectBoxComponent, typeof i41.NumericEditorComponent, typeof i42.ColorPickerComponent, typeof i43.DxActionDirective, typeof i44.MultiValueEditableComponent, typeof i45.DesignerComponent, typeof i46.DateRangeComponent, typeof i47.PopupContainerComponent, typeof i48.CalendarComponent, typeof i49.SurfaceComponent, typeof i50.PageComponent, typeof i51.LazyImagesDirective, typeof i52.EditorContentComponent, typeof i53.GroupEditorComponent, typeof i54.SearchComponent, typeof i55.DocumentMapComponent, typeof i56.TextEditingFieldComponent, typeof i57.TextEditingFieldMaskComponent, typeof i58.TextEditingFieldNumberComponent, typeof i59.TextEditingFieldDateBoxComponent, typeof i60.TextEditingFieldContainerComponent, typeof i61.CharacterCombEditingFieldComponent, typeof i62.CheckEditingFieldComponent, typeof i63.RadioEditingFieldComponent, typeof i64.ImageEditingFieldComponent, typeof i65.ImageEditingFieldEditorComponent, typeof i66.PopupImageEditingFieldComponent, typeof i67.ProgressBarComponent, typeof i68.PictureEditorComponent, typeof i69.PictureEditorToolBarPopupComponent, typeof i70.PictureEditorBrushOptionsComponent, typeof i71.PictureEditorSizeOptionsComponent, typeof i72.PictureEditorImagespickerComponent, typeof i73.PictureEditorImagespickerWithFilterComponent, typeof i74.PainterComponent, typeof i75.SignatureEditorComponent, typeof i76.BrickComponent, typeof i77.BrickClickableComponent, typeof i78.ExportToolComponent, typeof i79.AutoFitDirective, typeof i80.ToViewDirective, typeof i81.BrickSelectionDirective, typeof i82.ResizableDirective, typeof i83.ZoomDirective, typeof i84.ChildStyleDirective, typeof i85.SearchHighlightingDirective, typeof i86.AccordionDirective, typeof i87.EditingFieldCheckboxGlyphComponent, typeof i88.DxMutationObserverDirective, typeof i89.MobileSearchBarDirective, typeof i90.MobilePaginatorDirective, typeof i91.LazyTemplateComponent, typeof i92.MobileSurfaceComponent, typeof i93.MobileSlideDirective, typeof i94.MobileZoomDirective, typeof i95.MobileGalleryComponent, typeof i96.MobilePageComponent, typeof i97.MobileActionsComponent, typeof i98.MobileParametersPopupComponent, typeof i99.MobileParametersComponent, typeof i100.MobileParametersDateRangeComponent, typeof i101.MobileActionsExportComponent, typeof i102.MobileSearchComponent, typeof i103.DateRangeMobileComponent, typeof i104.MobileAutofitDirective, typeof i105.MobilePaginatorComponent, typeof i106.KeyDownActionsDirective, typeof i107.BreadcrumbsComponent], [typeof i108.CommonModule, typeof i109.DxButtonModule, typeof i109.DxLoadIndicatorModule, typeof i109.DxScrollViewModule, typeof i109.DxSelectBoxModule, typeof i109.DxMenuModule, typeof i109.DxTagBoxModule, typeof i109.DxTextBoxModule, typeof i109.DxValidatorModule, typeof i109.DxDateBoxModule, typeof i109.DxCheckBoxModule, typeof i109.DxNumberBoxModule, typeof i109.DxColorBoxModule, typeof i109.DxPopupModule, typeof i109.DxPopoverModule, typeof i109.DxSliderModule, typeof i109.DxCalendarModule, typeof i109.DxListModule, typeof i109.DxGalleryModule], [typeof i1.DxReportViewerComponent, typeof i2.DxReportViewerCallbacksComponent, typeof i3.DxReportViewerMobileModeSettingsComponent, typeof i4.DxReportViewerRemoteSettingsComponent, typeof i5.DxReportViewerRequestOptionsComponent, typeof i6.DxReportViewerProgressBarSettingsComponent, typeof i7.DxReportViewerExportSettingsComponent, typeof i8.DxReportViewerTabPanelSettingsComponent, typeof i9.DxReportViewerSearchSettingsComponent]>;
|
113
114
|
static ɵinj: i0.ɵɵInjectorDeclaration<DxReportViewerModule>;
|
114
115
|
}
|
@@ -27,7 +27,7 @@ export class DxReportingComponent {
|
|
27
27
|
this.control = null;
|
28
28
|
}
|
29
29
|
getEventRaiser() {
|
30
|
-
|
30
|
+
const component = this;
|
31
31
|
return (eventName, args) => component.callbacks && component.callbacks[eventName] && component.callbacks[eventName].emit({ sender: component.bindingSender, args: args, component: component });
|
32
32
|
}
|
33
33
|
}
|
@@ -56,4 +56,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
56
56
|
}], developmentMode: [{
|
57
57
|
type: Input
|
58
58
|
}] } });
|
59
|
-
//# sourceMappingURL=data:application/json;base64,
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHgtcmVwb3J0aW5nLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2NvcmUvZHgtcmVwb3J0aW5nLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUF3QyxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sRUFBRSxXQUFXLEVBQWEsU0FBUyxFQUFnQixNQUFNLGVBQWUsQ0FBQztBQUNoSixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUNwRCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBTXpFLE1BQU0sT0FBZ0Isb0JBQW9CO0lBT3hDLFlBQW9CLFFBQW1CLEVBQStCLFVBQWtCO1FBQXBFLGFBQVEsR0FBUixRQUFRLENBQVc7UUFBK0IsZUFBVSxHQUFWLFVBQVUsQ0FBUTtRQTBCL0UsV0FBTSxHQUFXLE9BQU8sQ0FBQztRQUN6QixVQUFLLEdBQVcsTUFBTSxDQUFDO1FBQ3ZCLGFBQVEsR0FBVyxFQUFFLENBQUM7SUE1QjZELENBQUM7SUFLN0YsZUFBZTtRQUNYLElBQUcsaUJBQWlCLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFO1lBQ25DLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1lBQ3JDLE1BQU0sT0FBTyxHQUFHLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxDQUFDO1lBQ3pDLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQyxPQUFPLENBQUMsQ0FBQztZQUMzQyxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDO1lBQzFDLElBQUksQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsYUFBYSxDQUFDLENBQUM7U0FDM0Q7SUFDTCxDQUFDO0lBQ0QsV0FBVztRQUNQLElBQUksQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDO1FBQ3JCLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxDQUFDO1FBQzFCLElBQUksQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBQ3RCLElBQUksQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDO0lBQ3hCLENBQUM7SUFFRCxjQUFjO1FBQ1YsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDO1FBQ3ZCLE9BQU8sQ0FBQyxTQUFTLEVBQUUsSUFBSyxFQUFFLEVBQUUsQ0FBQyxTQUFTLENBQUMsU0FBUyxJQUFJLFNBQVMsQ0FBQyxTQUFTLENBQUMsU0FBUyxDQUFDLElBQUksU0FBUyxDQUFDLFNBQVMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsRUFBRSxNQUFNLEVBQUUsU0FBUyxDQUFDLGFBQWEsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLFNBQVMsRUFBRSxTQUFTLEVBQUUsQ0FBQyxDQUFDO0lBQ3JNLENBQUM7O2tIQS9CbUIsb0JBQW9CLDJDQU9TLFdBQVc7c0dBUHhDLG9CQUFvQixnUUFGNUIsRUFBRTtBQXlDZDtJQURDLGVBQWUsQ0FBQyxpQkFBaUIsQ0FBQzs2REFDVjs0RkF2Q0wsb0JBQW9CO2tCQUh6QyxTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxFQUFFO2lCQUNmOzswQkFRMkMsTUFBTTsyQkFBQyxXQUFXOzRDQUY1RCxPQUFPO3NCQUROLFNBQVM7dUJBQUMsU0FBUztnQkE2QlgsTUFBTTtzQkFBZCxLQUFLO2dCQUNHLEtBQUs7c0JBQWIsS0FBSztnQkFDRyxRQUFRO3NCQUFoQixLQUFLO2dCQUlOLGVBQWU7c0JBRmQsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEFmdGVyVmlld0luaXQsIFJlbmRlcmVyMiwgRWxlbWVudFJlZiwgVmlld0NoaWxkLCBJbnB1dCwgSW5qZWN0LCBQTEFURk9STV9JRCwgT25EZXN0cm95LCBDb21wb25lbnQsIEV2ZW50RW1pdHRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgaXNQbGF0Zm9ybUJyb3dzZXIgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgX2Jvb2xlYW5Db252ZXJ0ZXIsIF9pbnB1dENvbnZlcnRlciB9IGZyb20gJy4vX2lucHV0LWNvbnZlcnRlcnMnO1xuaW1wb3J0IHsgSUpTRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucyB9IGZyb20gJ0BkZXZleHByZXNzL2FuYWx5dGljcy1jb3JlL2NvcmUvYmluZGluZy9fanNEZXNpZ25lckJpbmRpbmdDb21tb25PcHRpb25zJztcbmltcG9ydCB7IEpTRGVzaWduZXJCaW5kaW5nQ29tbW9uIH0gZnJvbSAnQGRldmV4cHJlc3MvYW5hbHl0aWNzLWNvcmUvYW5hbHl0aWNzLWludGVybmFsLW5hdGl2ZSc7XG5AQ29tcG9uZW50KHtcbiAgICB0ZW1wbGF0ZTogJydcbn0pXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgRHhSZXBvcnRpbmdDb21wb25lbnQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0LCBPbkRlc3Ryb3kge1xuICBwcm90ZWN0ZWQgX2JpbmRpbmc7XG4gIGJpbmRpbmdTZW5kZXI6IGFueTtcbiAgY2FsbGJhY2tzOiB7IFtrZXk6IHN0cmluZ106IEV2ZW50RW1pdHRlcjxhbnk+IH07XG4gIEBWaWV3Q2hpbGQoJ2NvbnRyb2wnKVxuICBjb250cm9sOiBFbGVtZW50UmVmO1xuXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgcmVuZGVyZXI6IFJlbmRlcmVyMiwgQEluamVjdChQTEFURk9STV9JRCkgcHJpdmF0ZSBwbGF0Zm9ybUlkOiBPYmplY3QpIHsgfVxuICBhYnN0cmFjdCBnZXRDb250cm9sT3B0aW9ucygpOiBJSlNEZXNpZ25lckJpbmRpbmdDb21tb25PcHRpb25zO1xuICBhYnN0cmFjdCBnZXRDYWxsYmFja3MoKTogeyBba2V5OiBzdHJpbmddOiBFdmVudEVtaXR0ZXI8YW55PiB9O1xuICBhYnN0cmFjdCBnZXRLb0JpbmRpbmcob3B0aW9uczogSUpTRGVzaWduZXJCaW5kaW5nQ29tbW9uT3B0aW9ucyk6IEpTRGVzaWduZXJCaW5kaW5nQ29tbW9uPHVua25vd24sIElKU0Rlc2lnbmVyQmluZGluZ0NvbW1vbk9wdGlvbnM+O1xuXG4gIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgIGlmKGlzUGxhdGZvcm1Ccm93c2VyKHRoaXMucGxhdGZvcm1JZCkpIHtcbiAgICAgICAgICB0aGlzLmNhbGxiYWNrcyA9IHRoaXMuZ2V0Q2FsbGJhY2tzKCk7XG4gICAgICAgICAgY29uc3Qgb3B0aW9ucyA9IHRoaXMuZ2V0Q29udHJvbE9wdGlvbnMoKTtcbiAgICAgICAgICB0aGlzLl9iaW5kaW5nID0gdGhpcy5nZXRLb0JpbmRpbmcob3B0aW9ucyk7XG4gICAgICAgICAgdGhpcy5iaW5kaW5nU2VuZGVyID0gdGhpcy5fYmluZGluZy5zZW5kZXI7XG4gICAgICAgICAgdGhpcy5fYmluZGluZy5hcHBseUJpbmRpbmdzKHRoaXMuY29udHJvbC5uYXRpdmVFbGVtZW50KTtcbiAgICAgIH1cbiAgfVxuICBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgIHRoaXMuX2JpbmRpbmcgPSBudWxsO1xuICAgICAgdGhpcy5iaW5kaW5nU2VuZGVyID0gbnVsbDtcbiAgICAgIHRoaXMuY2FsbGJhY2tzID0gbnVsbDtcbiAgICAgIHRoaXMuY29udHJvbCA9IG51bGw7XG4gIH1cblxuICBnZXRFdmVudFJhaXNlcigpOiAoZXZlbnROYW1lOiBzdHJpbmcsIGFyZ3M/OiBhbnkpID0+IHZvaWQge1xuICAgICAgY29uc3QgY29tcG9uZW50ID0gdGhpcztcbiAgICAgIHJldHVybiAoZXZlbnROYW1lLCBhcmdzPykgPT4gY29tcG9uZW50LmNhbGxiYWNrcyAmJiBjb21wb25lbnQuY2FsbGJhY2tzW2V2ZW50TmFtZV0gJiYgY29tcG9uZW50LmNhbGxiYWNrc1tldmVudE5hbWVdLmVtaXQoeyBzZW5kZXI6IGNvbXBvbmVudC5iaW5kaW5nU2VuZGVyLCBhcmdzOiBhcmdzLCBjb21wb25lbnQ6IGNvbXBvbmVudCB9KTtcbiAgfVxuXG4gIEBJbnB1dCgpIGhlaWdodDogc3RyaW5nID0gJzgwMHB4JztcbiAgQElucHV0KCkgd2lkdGg6IHN0cmluZyA9ICcxMDAlJztcbiAgQElucHV0KCkgY3NzQ2xhc3M6IHN0cmluZyA9ICcnO1xuXG4gIEBJbnB1dCgpXG4gIEBfaW5wdXRDb252ZXJ0ZXIoX2Jvb2xlYW5Db252ZXJ0ZXIpXG4gIGRldmVsb3BtZW50TW9kZTogYm9vbGVhbjtcbn1cbiJdfQ==
|
@@ -22,10 +22,10 @@ export class CollectionEditorComponent {
|
|
22
22
|
}
|
23
23
|
}
|
24
24
|
CollectionEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
25
|
-
CollectionEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CollectionEditorComponent, selector: "dxa-collectioneditor", inputs: { options: ["data", "options"], contentTemplate: "contentTemplate" }, ngImport: i0, template: "<div class=\"dx-collectioneditor\">\n <div [dxaAccordion]=\"data\" [dxMutationObserver]=\"data.keyboardHelper\">\n <div class=\"dx-collectioneditor-header dx-accordion-header\">\n <div class=\"dx-editor-header\">\n <div role=\"treeitem\"\n class=\"dx-field dx-accessibility-focus-border-accented dxrd-accessibility-accordion-trigger\"\n [attr.aria-expanded]=\"data.alwaysShow || !data.collapsed ? 'true' : 'false'\"\n [attr.aria-owns]=\"data.contentId\" [attr.id]=\"data.headerId\">\n <div *ngIf=\"data.showButtons\" class=\"dx-collectioneditor-actions-wrapper\">\n <dx-button *ngIf=\"data.buttons.up.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.up.action($event)\" [disabled]=\"data.buttons.up.disabled\"\n icon=\"dxrd-svg-operations-moveup\" iconClass=\"dx-image-moveup\"\n [template]=\"data.buttons.up.template\"\n [attr.title]=\"data.buttons.up.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.down.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.down.action($event)\" [disabled]=\"data.buttons.down.disabled\"\n icon=\"dxrd-svg-operations-movedown\" iconClass=\"dx-image-movedown\"\n [template]=\"data.buttons.down.template\"\n [attr.title]=\"data.buttons.down.text\"></dx-button>\n <div class=\"dx-collectioneditor-action-separator\"></div>\n <dx-button *ngIf=\"data.buttons.add.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.add.action($event)\" [disabled]=\"data.buttons.add.disabled\"\n [template]=\"data.buttons.add.template\"\n icon=\"dxrd-svg-operations-add\" iconClass=\"dx-image-add\"\n [attr.title]=\"data.buttons.add.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.delete.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.delete.action($event)\" [disabled]=\"data.buttons.delete.disabled\"\n [template]=\"data.buttons.delete.template\"\n icon=\"dxrd-svg-operations-remove\" iconClass=\"dx-image-remove\"\n [attr.title]=\"data.buttons.delete.text\"></dx-button>\n </div>\n <div *ngIf=\"!!data.displayName\" class=\"dx-collectioneditor-header-text dxd-text-primary\"\n [style.padding-left]=\"data.padding + 'px'\">\n <dxa-template class=\"
|
25
|
+
CollectionEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CollectionEditorComponent, selector: "dxa-collectioneditor", inputs: { options: ["data", "options"], contentTemplate: "contentTemplate" }, ngImport: i0, template: "<div class=\"dx-collectioneditor\">\n <div [dxaAccordion]=\"data\" [dxMutationObserver]=\"data.keyboardHelper\">\n <div class=\"dx-collectioneditor-header dx-accordion-header\">\n <div class=\"dx-editor-header\">\n <div role=\"treeitem\"\n class=\"dx-field dx-accessibility-focus-border-accented dxrd-accessibility-accordion-trigger\"\n [attr.aria-expanded]=\"data.alwaysShow || !data.collapsed ? 'true' : 'false'\"\n [attr.aria-owns]=\"data.contentId\" [attr.id]=\"data.headerId\">\n <div *ngIf=\"data.showButtons\" class=\"dx-collectioneditor-actions-wrapper\">\n <dx-button *ngIf=\"data.buttons.up.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.up.action($event)\" [disabled]=\"data.buttons.up.disabled\"\n icon=\"dxrd-svg-operations-moveup\" iconClass=\"dx-image-moveup\"\n [template]=\"data.buttons.up.template\"\n [attr.title]=\"data.buttons.up.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.down.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.down.action($event)\" [disabled]=\"data.buttons.down.disabled\"\n icon=\"dxrd-svg-operations-movedown\" iconClass=\"dx-image-movedown\"\n [template]=\"data.buttons.down.template\"\n [attr.title]=\"data.buttons.down.text\"></dx-button>\n <div class=\"dx-collectioneditor-action-separator\"></div>\n <dx-button *ngIf=\"data.buttons.add.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.add.action($event)\" [disabled]=\"data.buttons.add.disabled\"\n [template]=\"data.buttons.add.template\"\n icon=\"dxrd-svg-operations-add\" iconClass=\"dx-image-add\"\n [attr.title]=\"data.buttons.add.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.delete.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.delete.action($event)\" [disabled]=\"data.buttons.delete.disabled\"\n [template]=\"data.buttons.delete.template\"\n icon=\"dxrd-svg-operations-remove\" iconClass=\"dx-image-remove\"\n [attr.title]=\"data.buttons.delete.text\"></dx-button>\n </div>\n <div *ngIf=\"!!data.displayName\" class=\"dx-collectioneditor-header-text dxd-text-primary\"\n [style.padding-left]=\"data.padding + 'px'\">\n <dxa-template class=\"dx-collapsing-image dxrd-display-inline-block\"\n template=\"dxrd-svg-collapsed\"\n [class.dx-image-expanded]=\"!data.collapsed \"></dxa-template>\n <div class=\"dx-group-header-font dxd-text-primary dxrd-display-inline-block\" [attr.title]=\"data.displayName\">\n {{data.displayName}}</div>\n </div>\n </div>\n </div>\n </div>\n <div role=\"group\" class=\"dx-accordion-content\"\n [attr.aria-hidden]=\"!data.alwaysShow && data.collapsed ? 'true' : 'false'\"\n [attr.aria-labelledby]=\"data.headerId\" [attr.id]=\"data.contentId\">\n <dx-scroll-view [hidden]=\"data.disabled\" showScrollbar=\"onHover\" [disabled]=\"!data.showScroll\"\n [useNative]=\"false\" [scrollByThumb]=\"true\" (onInitialized)=\"onScrollViewInitialized($event)\">\n <div *ngIf=\"data.values.length === 0\"\n class=\"dx-collectioneditor-empty dxd-empty-area-placeholder-text-color dxd-text-info\">\n <span class=\"dx-collectioneditor-empty-text\">{{data.emptyAreaText}}</span>\n </div>\n <div *ngIf=\"data.values.length !== 0\" class=\"dx-collectioneditor-items\">\n <div *ngFor=\"let value of data.values\"\n class=\"dx-collectioneditor-item-container dxd-button-back-color dxd-state-normal dxd-back-highlighted dx-accessibility-list-item dx-accessibility-focus-border-accented\"\n [attr.aria-selected]=\"value.selected\" [dxActionModel]=\"value\" [dxAction]=\"value.select\"\n [class.dxd-state-selected]=\"value.selected\">\n <div class=\"dx-collection-item\">\n <ng-container *ngTemplateOutlet=\"contentTemplate, context: { data: value }\"></ng-container>\n </div>\n </div>\n </div>\n </dx-scroll-view>\n </div>\n </div>\n</div>", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.DxButtonComponent, selector: "dx-button", inputs: ["accessKey", "activeStateEnabled", "disabled", "elementAttr", "focusStateEnabled", "height", "hint", "hoverStateEnabled", "icon", "rtlEnabled", "stylingMode", "tabIndex", "template", "text", "type", "useSubmitBehavior", "validationGroup", "visible", "width"], outputs: ["onClick", "onContentReady", "onDisposing", "onInitialized", "onOptionChanged", "accessKeyChange", "activeStateEnabledChange", "disabledChange", "elementAttrChange", "focusStateEnabledChange", "heightChange", "hintChange", "hoverStateEnabledChange", "iconChange", "rtlEnabledChange", "stylingModeChange", "tabIndexChange", "templateChange", "textChange", "typeChange", "useSubmitBehaviorChange", "validationGroupChange", "visibleChange", "widthChange"] }, { kind: "component", type: i2.DxScrollViewComponent, selector: "dx-scroll-view", inputs: ["bounceEnabled", "direction", "disabled", "elementAttr", "height", "pulledDownText", "pullingDownText", "reachBottomText", "refreshingText", "rtlEnabled", "scrollByContent", "scrollByThumb", "showScrollbar", "useNative", "width"], outputs: ["onDisposing", "onInitialized", "onOptionChanged", "onPullDown", "onReachBottom", "onScroll", "onUpdated", "bounceEnabledChange", "directionChange", "disabledChange", "elementAttrChange", "heightChange", "pulledDownTextChange", "pullingDownTextChange", "reachBottomTextChange", "refreshingTextChange", "rtlEnabledChange", "scrollByContentChange", "scrollByThumbChange", "showScrollbarChange", "useNativeChange", "widthChange"] }, { kind: "component", type: i3.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }, { kind: "directive", type: i4.DxActionDirective, selector: "[dxAction]", inputs: ["dxActionModel", "dxAction"] }, { kind: "directive", type: i5.AccordionDirective, selector: "[dxaAccordion]", inputs: ["dxaAccordion"] }, { kind: "directive", type: i6.DxMutationObserverDirective, selector: "[dxMutationObserver]", inputs: ["dxMutationObserver"] }] });
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CollectionEditorComponent, decorators: [{
|
27
27
|
type: Component,
|
28
|
-
args: [{ selector: 'dxa-collectioneditor', template: "<div class=\"dx-collectioneditor\">\n <div [dxaAccordion]=\"data\" [dxMutationObserver]=\"data.keyboardHelper\">\n <div class=\"dx-collectioneditor-header dx-accordion-header\">\n <div class=\"dx-editor-header\">\n <div role=\"treeitem\"\n class=\"dx-field dx-accessibility-focus-border-accented dxrd-accessibility-accordion-trigger\"\n [attr.aria-expanded]=\"data.alwaysShow || !data.collapsed ? 'true' : 'false'\"\n [attr.aria-owns]=\"data.contentId\" [attr.id]=\"data.headerId\">\n <div *ngIf=\"data.showButtons\" class=\"dx-collectioneditor-actions-wrapper\">\n <dx-button *ngIf=\"data.buttons.up.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.up.action($event)\" [disabled]=\"data.buttons.up.disabled\"\n icon=\"dxrd-svg-operations-moveup\" iconClass=\"dx-image-moveup\"\n [template]=\"data.buttons.up.template\"\n [attr.title]=\"data.buttons.up.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.down.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.down.action($event)\" [disabled]=\"data.buttons.down.disabled\"\n icon=\"dxrd-svg-operations-movedown\" iconClass=\"dx-image-movedown\"\n [template]=\"data.buttons.down.template\"\n [attr.title]=\"data.buttons.down.text\"></dx-button>\n <div class=\"dx-collectioneditor-action-separator\"></div>\n <dx-button *ngIf=\"data.buttons.add.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.add.action($event)\" [disabled]=\"data.buttons.add.disabled\"\n [template]=\"data.buttons.add.template\"\n icon=\"dxrd-svg-operations-add\" iconClass=\"dx-image-add\"\n [attr.title]=\"data.buttons.add.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.delete.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.delete.action($event)\" [disabled]=\"data.buttons.delete.disabled\"\n [template]=\"data.buttons.delete.template\"\n icon=\"dxrd-svg-operations-remove\" iconClass=\"dx-image-remove\"\n [attr.title]=\"data.buttons.delete.text\"></dx-button>\n </div>\n <div *ngIf=\"!!data.displayName\" class=\"dx-collectioneditor-header-text dxd-text-primary\"\n [style.padding-left]=\"data.padding + 'px'\">\n <dxa-template class=\"
|
28
|
+
args: [{ selector: 'dxa-collectioneditor', template: "<div class=\"dx-collectioneditor\">\n <div [dxaAccordion]=\"data\" [dxMutationObserver]=\"data.keyboardHelper\">\n <div class=\"dx-collectioneditor-header dx-accordion-header\">\n <div class=\"dx-editor-header\">\n <div role=\"treeitem\"\n class=\"dx-field dx-accessibility-focus-border-accented dxrd-accessibility-accordion-trigger\"\n [attr.aria-expanded]=\"data.alwaysShow || !data.collapsed ? 'true' : 'false'\"\n [attr.aria-owns]=\"data.contentId\" [attr.id]=\"data.headerId\">\n <div *ngIf=\"data.showButtons\" class=\"dx-collectioneditor-actions-wrapper\">\n <dx-button *ngIf=\"data.buttons.up.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.up.action($event)\" [disabled]=\"data.buttons.up.disabled\"\n icon=\"dxrd-svg-operations-moveup\" iconClass=\"dx-image-moveup\"\n [template]=\"data.buttons.up.template\"\n [attr.title]=\"data.buttons.up.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.down.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.down.action($event)\" [disabled]=\"data.buttons.down.disabled\"\n icon=\"dxrd-svg-operations-movedown\" iconClass=\"dx-image-movedown\"\n [template]=\"data.buttons.down.template\"\n [attr.title]=\"data.buttons.down.text\"></dx-button>\n <div class=\"dx-collectioneditor-action-separator\"></div>\n <dx-button *ngIf=\"data.buttons.add.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.add.action($event)\" [disabled]=\"data.buttons.add.disabled\"\n [template]=\"data.buttons.add.template\"\n icon=\"dxrd-svg-operations-add\" iconClass=\"dx-image-add\"\n [attr.title]=\"data.buttons.add.text\"></dx-button>\n <dx-button *ngIf=\"data.buttons.delete.visible\"\n class=\"dx-collectioneditor-action dx-accessibility-focus-border-accented\"\n (onClick)=\"data.buttons.delete.action($event)\" [disabled]=\"data.buttons.delete.disabled\"\n [template]=\"data.buttons.delete.template\"\n icon=\"dxrd-svg-operations-remove\" iconClass=\"dx-image-remove\"\n [attr.title]=\"data.buttons.delete.text\"></dx-button>\n </div>\n <div *ngIf=\"!!data.displayName\" class=\"dx-collectioneditor-header-text dxd-text-primary\"\n [style.padding-left]=\"data.padding + 'px'\">\n <dxa-template class=\"dx-collapsing-image dxrd-display-inline-block\"\n template=\"dxrd-svg-collapsed\"\n [class.dx-image-expanded]=\"!data.collapsed \"></dxa-template>\n <div class=\"dx-group-header-font dxd-text-primary dxrd-display-inline-block\" [attr.title]=\"data.displayName\">\n {{data.displayName}}</div>\n </div>\n </div>\n </div>\n </div>\n <div role=\"group\" class=\"dx-accordion-content\"\n [attr.aria-hidden]=\"!data.alwaysShow && data.collapsed ? 'true' : 'false'\"\n [attr.aria-labelledby]=\"data.headerId\" [attr.id]=\"data.contentId\">\n <dx-scroll-view [hidden]=\"data.disabled\" showScrollbar=\"onHover\" [disabled]=\"!data.showScroll\"\n [useNative]=\"false\" [scrollByThumb]=\"true\" (onInitialized)=\"onScrollViewInitialized($event)\">\n <div *ngIf=\"data.values.length === 0\"\n class=\"dx-collectioneditor-empty dxd-empty-area-placeholder-text-color dxd-text-info\">\n <span class=\"dx-collectioneditor-empty-text\">{{data.emptyAreaText}}</span>\n </div>\n <div *ngIf=\"data.values.length !== 0\" class=\"dx-collectioneditor-items\">\n <div *ngFor=\"let value of data.values\"\n class=\"dx-collectioneditor-item-container dxd-button-back-color dxd-state-normal dxd-back-highlighted dx-accessibility-list-item dx-accessibility-focus-border-accented\"\n [attr.aria-selected]=\"value.selected\" [dxActionModel]=\"value\" [dxAction]=\"value.select\"\n [class.dxd-state-selected]=\"value.selected\">\n <div class=\"dx-collection-item\">\n <ng-container *ngTemplateOutlet=\"contentTemplate, context: { data: value }\"></ng-container>\n </div>\n </div>\n </div>\n </dx-scroll-view>\n </div>\n </div>\n</div>" }]
|
29
29
|
}], ctorParameters: function () { return []; }, propDecorators: { options: [{
|
30
30
|
type: Input,
|
31
31
|
args: ['data']
|
@@ -33,4 +33,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
33
33
|
type: Input,
|
34
34
|
args: ['contentTemplate']
|
35
35
|
}] } });
|
36
|
-
//# sourceMappingURL=data:application/json;base64,
|
36
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGVjdGlvbmVkaXRvci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi8uLi9keC1yZXBvcnQtdmlld2VyL2NvbXBvbmVudHMvYW5hbHl0aWNzL3Byb3BlcnRpZXMvY29sbGVjdGlvbmVkaXRvci9jb2xsZWN0aW9uZWRpdG9yLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2R4LXJlcG9ydC12aWV3ZXIvY29tcG9uZW50cy9hbmFseXRpY3MvcHJvcGVydGllcy9jb2xsZWN0aW9uZWRpdG9yL2NvbGxlY3Rpb25lZGl0b3IuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQWtDLE1BQU0sZUFBZSxDQUFDO0FBQ2pGLE9BQU8sRUFBRSx5QkFBeUIsRUFBd0QsTUFBTSwyRUFBMkUsQ0FBQzs7Ozs7Ozs7QUFNNUssTUFBTSxPQUFPLHlCQUF5QjtJQU1sQztJQUNBLENBQUM7SUFDRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLE1BQU0sQ0FBQyxPQUFPLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBQ0QsUUFBUTtRQUNKLElBQUksQ0FBQyxNQUFNLEdBQUcsSUFBSSx5QkFBeUIsQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDMUQsSUFBSSxDQUFDLElBQUksR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLFlBQVksRUFBRSxDQUFDO0lBQzNDLENBQUM7SUFFRCx1QkFBdUIsQ0FBQyxJQUFJO1FBQ3hCLElBQUksQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLGFBQWEsRUFBRSxLQUFLLENBQUMsQ0FBQztJQUNoRCxDQUFDOzt1SEFsQlEseUJBQXlCOzJHQUF6Qix5QkFBeUIsMElDUHRDLHFyS0FvRU07NEZEN0RPLHlCQUF5QjtrQkFKckMsU0FBUzsrQkFDSSxzQkFBc0I7MEVBSWpCLE9BQU87c0JBQXJCLEtBQUs7dUJBQUMsTUFBTTtnQkFDYSxlQUFlO3NCQUF4QyxLQUFLO3VCQUFDLGlCQUFpQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIFRlbXBsYXRlUmVmLCBPbkluaXQsIE9uRGVzdHJveSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29sbGVjdGlvbkVkaXRvclZpZXdNb2RlbCwgSUNvbGxlY3Rpb25FZGl0b3JPcHRpb25zLCBJQ29sbGVjdGlvbkVkaXRvclZpZXdNb2RlbCB9IGZyb20gJ0BkZXZleHByZXNzL2FuYWx5dGljcy1jb3JlL3Byb3BlcnR5LWdyaWQvd2lkZ2V0cy9jb2xsZWN0aW9uZWRpdG9yL19lZGl0b3InO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2R4YS1jb2xsZWN0aW9uZWRpdG9yJyxcbiAgICB0ZW1wbGF0ZVVybDogJy4vY29sbGVjdGlvbmVkaXRvci5jb21wb25lbnQuaHRtbCdcbn0pXG5leHBvcnQgY2xhc3MgQ29sbGVjdGlvbkVkaXRvckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95IHtcbiAgICBASW5wdXQoJ2RhdGEnKSBvcHRpb25zITogSUNvbGxlY3Rpb25FZGl0b3JPcHRpb25zO1xuICAgIEBJbnB1dCgnY29udGVudFRlbXBsYXRlJykgY29udGVudFRlbXBsYXRlOiBUZW1wbGF0ZVJlZjxhbnk+O1xuXG4gICAgZGF0YTogSUNvbGxlY3Rpb25FZGl0b3JWaWV3TW9kZWw7XG4gICAgcHJpdmF0ZSBfbW9kZWw6IENvbGxlY3Rpb25FZGl0b3JWaWV3TW9kZWw7XG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgfVxuICAgIG5nT25EZXN0cm95KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9tb2RlbC5kaXNwb3NlKCk7XG4gICAgfVxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLl9tb2RlbCA9IG5ldyBDb2xsZWN0aW9uRWRpdG9yVmlld01vZGVsKHRoaXMub3B0aW9ucyk7XG4gICAgICAgIHRoaXMuZGF0YSA9IHRoaXMuX21vZGVsLmdldFZpZXdNb2RlbCgpO1xuICAgIH1cblxuICAgIG9uU2Nyb2xsVmlld0luaXRpYWxpemVkKGFyZ3MpOiB2b2lkIHtcbiAgICAgICAgYXJncy5jb21wb25lbnQub3B0aW9uKCd1c2VLZXlib2FyZCcsIGZhbHNlKTtcbiAgICB9XG5cbn1cbiIsIjxkaXYgY2xhc3M9XCJkeC1jb2xsZWN0aW9uZWRpdG9yXCI+XG4gICAgPGRpdiBbZHhhQWNjb3JkaW9uXT1cImRhdGFcIiBbZHhNdXRhdGlvbk9ic2VydmVyXT1cImRhdGEua2V5Ym9hcmRIZWxwZXJcIj5cbiAgICAgICAgPGRpdiBjbGFzcz1cImR4LWNvbGxlY3Rpb25lZGl0b3ItaGVhZGVyIGR4LWFjY29yZGlvbi1oZWFkZXJcIj5cbiAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkeC1lZGl0b3ItaGVhZGVyXCI+XG4gICAgICAgICAgICAgICAgPGRpdiByb2xlPVwidHJlZWl0ZW1cIlxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImR4LWZpZWxkIGR4LWFjY2Vzc2liaWxpdHktZm9jdXMtYm9yZGVyLWFjY2VudGVkIGR4cmQtYWNjZXNzaWJpbGl0eS1hY2NvcmRpb24tdHJpZ2dlclwiXG4gICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtZXhwYW5kZWRdPVwiZGF0YS5hbHdheXNTaG93IHx8ICFkYXRhLmNvbGxhcHNlZCA/ICd0cnVlJyA6ICdmYWxzZSdcIlxuICAgICAgICAgICAgICAgICAgICBbYXR0ci5hcmlhLW93bnNdPVwiZGF0YS5jb250ZW50SWRcIiBbYXR0ci5pZF09XCJkYXRhLmhlYWRlcklkXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJkYXRhLnNob3dCdXR0b25zXCIgY2xhc3M9XCJkeC1jb2xsZWN0aW9uZWRpdG9yLWFjdGlvbnMtd3JhcHBlclwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGR4LWJ1dHRvbiAqbmdJZj1cImRhdGEuYnV0dG9ucy51cC52aXNpYmxlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImR4LWNvbGxlY3Rpb25lZGl0b3ItYWN0aW9uIGR4LWFjY2Vzc2liaWxpdHktZm9jdXMtYm9yZGVyLWFjY2VudGVkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAob25DbGljayk9XCJkYXRhLmJ1dHRvbnMudXAuYWN0aW9uKCRldmVudClcIiBbZGlzYWJsZWRdPVwiZGF0YS5idXR0b25zLnVwLmRpc2FibGVkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpY29uPVwiZHhyZC1zdmctb3BlcmF0aW9ucy1tb3ZldXBcIiBpY29uQ2xhc3M9XCJkeC1pbWFnZS1tb3ZldXBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0ZW1wbGF0ZV09XCJkYXRhLmJ1dHRvbnMudXAudGVtcGxhdGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLnRpdGxlXT1cImRhdGEuYnV0dG9ucy51cC50ZXh0XCI+PC9keC1idXR0b24+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZHgtYnV0dG9uICpuZ0lmPVwiZGF0YS5idXR0b25zLmRvd24udmlzaWJsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJkeC1jb2xsZWN0aW9uZWRpdG9yLWFjdGlvbiBkeC1hY2Nlc3NpYmlsaXR5LWZvY3VzLWJvcmRlci1hY2NlbnRlZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKG9uQ2xpY2spPVwiZGF0YS5idXR0b25zLmRvd24uYWN0aW9uKCRldmVudClcIiBbZGlzYWJsZWRdPVwiZGF0YS5idXR0b25zLmRvd24uZGlzYWJsZWRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGljb249XCJkeHJkLXN2Zy1vcGVyYXRpb25zLW1vdmVkb3duXCIgaWNvbkNsYXNzPVwiZHgtaW1hZ2UtbW92ZWRvd25cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt0ZW1wbGF0ZV09XCJkYXRhLmJ1dHRvbnMuZG93bi50ZW1wbGF0ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIudGl0bGVdPVwiZGF0YS5idXR0b25zLmRvd24udGV4dFwiPjwvZHgtYnV0dG9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImR4LWNvbGxlY3Rpb25lZGl0b3ItYWN0aW9uLXNlcGFyYXRvclwiPjwvZGl2PlxuICAgICAgICAgICAgICAgICAgICAgICAgPGR4LWJ1dHRvbiAqbmdJZj1cImRhdGEuYnV0dG9ucy5hZGQudmlzaWJsZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJkeC1jb2xsZWN0aW9uZWRpdG9yLWFjdGlvbiBkeC1hY2Nlc3NpYmlsaXR5LWZvY3VzLWJvcmRlci1hY2NlbnRlZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKG9uQ2xpY2spPVwiZGF0YS5idXR0b25zLmFkZC5hY3Rpb24oJGV2ZW50KVwiIFtkaXNhYmxlZF09XCJkYXRhLmJ1dHRvbnMuYWRkLmRpc2FibGVkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdGVtcGxhdGVdPVwiZGF0YS5idXR0b25zLmFkZC50ZW1wbGF0ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaWNvbj1cImR4cmQtc3ZnLW9wZXJhdGlvbnMtYWRkXCIgaWNvbkNsYXNzPVwiZHgtaW1hZ2UtYWRkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbYXR0ci50aXRsZV09XCJkYXRhLmJ1dHRvbnMuYWRkLnRleHRcIj48L2R4LWJ1dHRvbj5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkeC1idXR0b24gKm5nSWY9XCJkYXRhLmJ1dHRvbnMuZGVsZXRlLnZpc2libGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZHgtY29sbGVjdGlvbmVkaXRvci1hY3Rpb24gZHgtYWNjZXNzaWJpbGl0eS1mb2N1cy1ib3JkZXItYWNjZW50ZWRcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIChvbkNsaWNrKT1cImRhdGEuYnV0dG9ucy5kZWxldGUuYWN0aW9uKCRldmVudClcIiBbZGlzYWJsZWRdPVwiZGF0YS5idXR0b25zLmRlbGV0ZS5kaXNhYmxlZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3RlbXBsYXRlXT1cImRhdGEuYnV0dG9ucy5kZWxldGUudGVtcGxhdGVcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGljb249XCJkeHJkLXN2Zy1vcGVyYXRpb25zLXJlbW92ZVwiIGljb25DbGFzcz1cImR4LWltYWdlLXJlbW92ZVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2F0dHIudGl0bGVdPVwiZGF0YS5idXR0b25zLmRlbGV0ZS50ZXh0XCI+PC9keC1idXR0b24+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgICAgICA8ZGl2ICpuZ0lmPVwiISFkYXRhLmRpc3BsYXlOYW1lXCIgY2xhc3M9XCJkeC1jb2xsZWN0aW9uZWRpdG9yLWhlYWRlci10ZXh0IGR4ZC10ZXh0LXByaW1hcnlcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW3N0eWxlLnBhZGRpbmctbGVmdF09XCJkYXRhLnBhZGRpbmcgKyAncHgnXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICA8ZHhhLXRlbXBsYXRlIGNsYXNzPVwiZHgtY29sbGFwc2luZy1pbWFnZSBkeHJkLWRpc3BsYXktaW5saW5lLWJsb2NrXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0ZW1wbGF0ZT1cImR4cmQtc3ZnLWNvbGxhcHNlZFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLmR4LWltYWdlLWV4cGFuZGVkXT1cIiFkYXRhLmNvbGxhcHNlZCBcIj48L2R4YS10ZW1wbGF0ZT5cbiAgICAgICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkeC1ncm91cC1oZWFkZXItZm9udCBkeGQtdGV4dC1wcmltYXJ5IGR4cmQtZGlzcGxheS1pbmxpbmUtYmxvY2tcIiBbYXR0ci50aXRsZV09XCJkYXRhLmRpc3BsYXlOYW1lXCI+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAge3tkYXRhLmRpc3BsYXlOYW1lfX08L2Rpdj5cbiAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgPC9kaXY+XG4gICAgICAgIDxkaXYgcm9sZT1cImdyb3VwXCIgY2xhc3M9XCJkeC1hY2NvcmRpb24tY29udGVudFwiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWhpZGRlbl09XCIhZGF0YS5hbHdheXNTaG93ICYmIGRhdGEuY29sbGFwc2VkID8gJ3RydWUnIDogJ2ZhbHNlJ1wiXG4gICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsbGVkYnldPVwiZGF0YS5oZWFkZXJJZFwiIFthdHRyLmlkXT1cImRhdGEuY29udGVudElkXCI+XG4gICAgICAgICAgICA8ZHgtc2Nyb2xsLXZpZXcgW2hpZGRlbl09XCJkYXRhLmRpc2FibGVkXCIgc2hvd1Njcm9sbGJhcj1cIm9uSG92ZXJcIiBbZGlzYWJsZWRdPVwiIWRhdGEuc2hvd1Njcm9sbFwiXG4gICAgICAgICAgICAgICAgW3VzZU5hdGl2ZV09XCJmYWxzZVwiIFtzY3JvbGxCeVRodW1iXT1cInRydWVcIiAob25Jbml0aWFsaXplZCk9XCJvblNjcm9sbFZpZXdJbml0aWFsaXplZCgkZXZlbnQpXCI+XG4gICAgICAgICAgICAgICAgPGRpdiAqbmdJZj1cImRhdGEudmFsdWVzLmxlbmd0aCA9PT0gMFwiXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzPVwiZHgtY29sbGVjdGlvbmVkaXRvci1lbXB0eSBkeGQtZW1wdHktYXJlYS1wbGFjZWhvbGRlci10ZXh0LWNvbG9yIGR4ZC10ZXh0LWluZm9cIj5cbiAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJkeC1jb2xsZWN0aW9uZWRpdG9yLWVtcHR5LXRleHRcIj57e2RhdGEuZW1wdHlBcmVhVGV4dH19PC9zcGFuPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDxkaXYgKm5nSWY9XCJkYXRhLnZhbHVlcy5sZW5ndGggIT09IDBcIiBjbGFzcz1cImR4LWNvbGxlY3Rpb25lZGl0b3ItaXRlbXNcIj5cbiAgICAgICAgICAgICAgICAgICAgPGRpdiAqbmdGb3I9XCJsZXQgdmFsdWUgb2YgZGF0YS52YWx1ZXNcIlxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJkeC1jb2xsZWN0aW9uZWRpdG9yLWl0ZW0tY29udGFpbmVyIGR4ZC1idXR0b24tYmFjay1jb2xvciBkeGQtc3RhdGUtbm9ybWFsIGR4ZC1iYWNrLWhpZ2hsaWdodGVkIGR4LWFjY2Vzc2liaWxpdHktbGlzdC1pdGVtIGR4LWFjY2Vzc2liaWxpdHktZm9jdXMtYm9yZGVyLWFjY2VudGVkXCJcbiAgICAgICAgICAgICAgICAgICAgICAgIFthdHRyLmFyaWEtc2VsZWN0ZWRdPVwidmFsdWUuc2VsZWN0ZWRcIiBbZHhBY3Rpb25Nb2RlbF09XCJ2YWx1ZVwiIFtkeEFjdGlvbl09XCJ2YWx1ZS5zZWxlY3RcIlxuICAgICAgICAgICAgICAgICAgICAgICAgW2NsYXNzLmR4ZC1zdGF0ZS1zZWxlY3RlZF09XCJ2YWx1ZS5zZWxlY3RlZFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImR4LWNvbGxlY3Rpb24taXRlbVwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJjb250ZW50VGVtcGxhdGUsIGNvbnRleHQ6IHsgZGF0YTogdmFsdWUgfVwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9keC1zY3JvbGwtdmlldz5cbiAgICAgICAgPC9kaXY+XG4gICAgPC9kaXY+XG48L2Rpdj4iXX0=
|