@eo-sdk/client 10.0.0-beta.2 → 10.0.0-beta.3
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/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts +7 -3
- package/app/eo-framework/app-shell/app-bar/app-search/app-search.component.d.ts.map +1 -1
- package/app/eo-framework/app-shell/app-shell.module.d.ts +2 -1
- package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
- package/app/eo-framework/form-elements/checkbox/checkbox.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts +3 -1
- package/app/eo-framework/form-elements/codesystem/codesystem.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/date/date.component.d.ts +2 -0
- package/app/eo-framework/form-elements/date/date.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/date/year-range/year-range.directive.d.ts.map +1 -0
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts +3 -1
- package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/form-elements.module.d.ts +37 -39
- package/app/eo-framework/form-elements/form-elements.module.d.ts.map +1 -1
- package/app/eo-framework/form-elements/id-reference/id-reference.component.d.ts.map +1 -1
- package/app/eo-framework/form-elements/index.d.ts +1 -3
- package/app/eo-framework/form-elements/index.d.ts.map +1 -1
- package/app/eo-framework/form-elements/reference/reference.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts +3 -2
- package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +1 -5
- package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts +4 -7
- package/app/eo-framework/grid/filters/datetime-filter.component.d.ts.map +1 -1
- package/app/eo-framework/grid/grid.module.d.ts +4 -3
- package/app/eo-framework/grid/grid.module.d.ts.map +1 -1
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts +2 -7
- package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
- package/app/eo-framework/index.d.ts +0 -1
- package/app/eo-framework/index.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-details.component.d.ts +2 -7
- package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
- package/app/eo-framework/object-details/object-history/object-history.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts +6 -59
- package/app/eo-framework/object-form/object-form/object-form.component.d.ts.map +1 -1
- package/app/eo-framework/object-form/object-form-helper.service.d.ts +86 -2
- package/app/eo-framework/object-form/object-form-helper.service.d.ts.map +1 -1
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts +3 -11
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
- package/app/eo-framework/plugins/plugin.component.d.ts +0 -2
- package/app/eo-framework/plugins/plugin.component.d.ts.map +1 -1
- package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
- package/app/eo-framework/process/details/process-details.component.d.ts +2 -7
- package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +2 -7
- package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +2 -1
- package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
- package/assets/_default/i18n/de.json +2 -0
- package/assets/_default/i18n/en.json +4 -2
- package/esm2020/app/eo-client/about-state/about-state.component.mjs +5 -5
- package/esm2020/app/eo-client/dashboard/dashboard.component.mjs +3 -3
- package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
- package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +3 -3
- package/esm2020/app/eo-client/login/login.component.mjs +1 -1
- package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
- package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +3 -3
- package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +1 -1
- package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +3 -3
- package/esm2020/app/eo-client/settings/settings.component.mjs +3 -3
- package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +1 -1
- package/esm2020/app/eo-client/version-state/version-state.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.mjs +3 -3
- package/esm2020/app/eo-framework/actions/actions/delete-action/delete/delete.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +1 -1
- package/esm2020/app/eo-framework/actions/actions/workflow-action/workflow/workflow.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add-dialog/app-add-dialog.component.mjs +2 -2
- package/esm2020/app/eo-framework/app-shell/app-bar/app-add/app-add.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-process/app-process.component.mjs +1 -1
- package/esm2020/app/eo-framework/app-shell/app-bar/app-search/app-search.component.mjs +32 -20
- package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +8 -4
- package/esm2020/app/eo-framework/form-elements/checkbox/checkbox.component.mjs +1 -4
- package/esm2020/app/eo-framework/form-elements/codesystem/codesystem.component.mjs +9 -3
- package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +9 -24
- package/esm2020/app/eo-framework/form-elements/date/year-range/year-range.directive.mjs +44 -0
- package/esm2020/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +9 -3
- package/esm2020/app/eo-framework/form-elements/form-elements.module.mjs +3 -13
- package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +7 -7
- package/esm2020/app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/index.mjs +2 -4
- package/esm2020/app/eo-framework/form-elements/number-range/number-range.component.mjs +1 -1
- package/esm2020/app/eo-framework/form-elements/organization/organization.component.mjs +2 -2
- package/esm2020/app/eo-framework/form-elements/reference/reference.component.mjs +5 -5
- package/esm2020/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.mjs +7 -2
- package/esm2020/app/eo-framework/grid/extensions/filter/text/text-filter.component.mjs +9 -17
- package/esm2020/app/eo-framework/grid/filters/codesystem-filter.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +9 -27
- package/esm2020/app/eo-framework/grid/filters/dynamic-list-filter.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/filters/organization-filter.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/grid.component.mjs +2 -2
- package/esm2020/app/eo-framework/grid/grid.module.mjs +5 -8
- package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +8 -15
- package/esm2020/app/eo-framework/index.mjs +1 -2
- package/esm2020/app/eo-framework/media/media.component.mjs +2 -2
- package/esm2020/app/eo-framework/object-details/edit-icon/edit-icon.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-details/favorite-icon/favorite-icon.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-details/object-details.component.mjs +10 -15
- package/esm2020/app/eo-framework/object-details/object-history/object-history.component.mjs +1 -2
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +4 -4
- package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form/object-form.component.mjs +18 -494
- package/esm2020/app/eo-framework/object-form/object-form-edit/object-form-edit.component.mjs +1 -1
- package/esm2020/app/eo-framework/object-form/object-form-helper.service.mjs +506 -7
- package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +19 -27
- package/esm2020/app/eo-framework/plugins/plugin.component.mjs +5 -7
- package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +3 -4
- package/esm2020/app/eo-framework/process/details/process-details.component.mjs +10 -16
- package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +7 -16
- package/esm2020/app/eo-framework/result-list/result-list.component.mjs +1 -1
- package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +6 -3
- package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +3 -3
- package/esm2020/projects/eo-sdk/core/lib/util/utils.mjs +6 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2015/eo-sdk-client.mjs +3736 -4528
- package/fesm2015/eo-sdk-client.mjs.map +1 -1
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +5 -0
- package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
- package/fesm2020/eo-sdk-client.mjs +3739 -4531
- package/fesm2020/eo-sdk-client.mjs.map +1 -1
- package/package.json +4 -4
- package/projects/eo-sdk/core/lib/util/utils.d.ts +1 -0
- package/projects/eo-sdk/core/lib/util/utils.d.ts.map +1 -1
- package/scss/_eo-variables.scss +68 -40
- package/scss/_form.scss +6 -0
- package/scss/_main.scss +1 -1
- package/scss/_theme-dark.scss +22 -0
- package/scss/_yuuvis-components.scss +12 -2
- package/styles.css +51 -24
- package/styles.scss +5 -10
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts +0 -67
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts +0 -21
- package/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts +0 -33
- package/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/datetime.component.d.ts +0 -51
- package/app/eo-framework/form-elements/datetime/datetime.component.d.ts.map +0 -1
- package/app/eo-framework/form-elements/datetime/year-range/year-range.directive.d.ts.map +0 -1
- package/app/eo-framework/tab-container/index.d.ts +0 -6
- package/app/eo-framework/tab-container/index.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-container.component.d.ts +0 -62
- package/app/eo-framework/tab-container/tab-container.component.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-container.module.d.ts +0 -18
- package/app/eo-framework/tab-container/tab-container.module.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts +0 -13
- package/app/eo-framework/tab-container/tab-panel/tab-panel.component.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts +0 -19
- package/app/eo-framework/tab-container/tab-view/tab-view.component.d.ts.map +0 -1
- package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts +0 -11
- package/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.d.ts.map +0 -1
- package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.component.mjs +0 -239
- package/esm2020/app/eo-framework/form-elements/datetime/datepicker/datepicker.interface.mjs +0 -2
- package/esm2020/app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service.mjs +0 -109
- package/esm2020/app/eo-framework/form-elements/datetime/datetime.component.mjs +0 -142
- package/esm2020/app/eo-framework/form-elements/datetime/year-range/year-range.directive.mjs +0 -44
- package/esm2020/app/eo-framework/tab-container/index.mjs +0 -6
- package/esm2020/app/eo-framework/tab-container/tab-container.component.mjs +0 -184
- package/esm2020/app/eo-framework/tab-container/tab-container.module.mjs +0 -47
- package/esm2020/app/eo-framework/tab-container/tab-panel/tab-panel.component.mjs +0 -26
- package/esm2020/app/eo-framework/tab-container/tab-view/tab-view.component.mjs +0 -61
- package/esm2020/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.mjs +0 -25
- package/scss/_eo-inverted.scss +0 -73
- package/scss/_eo-pink-theme.scss +0 -73
- package/scss/_eo-theme.scss +0 -81
- package/scss/_eo-vars.scss +0 -3
- /package/app/eo-framework/form-elements/{datetime → date}/year-range/year-range.directive.d.ts +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2, TemplateRef } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { PageTitleService } from '../../../../eo-framework-core/title/page-title.service';
|
|
4
4
|
import { ObjectFormComponent } from '../../../object-form/object-form/object-form.component';
|
|
@@ -9,10 +9,12 @@ import { AppSearchService } from '../../../../eo-framework-core/search/app-searc
|
|
|
9
9
|
import { Capabilities, CapabilitiesService, Logger, NotificationsService, ObjectType, PrepareService, QueryScope, SearchFilter, SearchQuery, SearchService, SearchState, StoredQueriesService, StoredQuery, SystemService, TranslateService, UserService } from '@eo-sdk/core';
|
|
10
10
|
import { AutoComplete } from '@yuuvis/components/autocomplete';
|
|
11
11
|
import { ContextType, IdxSearch } from './app-search.interface';
|
|
12
|
+
import { YvcOverlayService } from '@yuuvis/components/overlay';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
14
15
|
private appSearchService;
|
|
15
16
|
private titleService;
|
|
17
|
+
private overlay;
|
|
16
18
|
private searchService;
|
|
17
19
|
private systemService;
|
|
18
20
|
private notifications;
|
|
@@ -51,10 +53,12 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
|
|
|
51
53
|
RANGE: string;
|
|
52
54
|
};
|
|
53
55
|
queryScope: QueryScope;
|
|
56
|
+
tplSearch: TemplateRef<any>;
|
|
54
57
|
searchInput: AutoComplete;
|
|
55
58
|
expertInput: ElementRef;
|
|
56
59
|
indexdataForm: ObjectFormComponent;
|
|
57
60
|
contextForm: ObjectFormComponent;
|
|
61
|
+
private _overlayRef?;
|
|
58
62
|
private querySubscription;
|
|
59
63
|
private queryStateSubscription;
|
|
60
64
|
query: SearchQuery;
|
|
@@ -95,7 +99,7 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
|
|
|
95
99
|
get selected(): number;
|
|
96
100
|
onExecuteSearch: EventEmitter<any>;
|
|
97
101
|
get storedQuery(): StoredQuery;
|
|
98
|
-
constructor(appSearchService: AppSearchService, titleService: PageTitleService, searchService: SearchService, systemService: SystemService, notifications: NotificationsService, translate: TranslateService, router: Router, renderer: Renderer2, cd: ChangeDetectorRef, storedQueriesService: StoredQueriesService, capabilityService: CapabilitiesService, userService: UserService, prepareService: PrepareService, logger: Logger);
|
|
102
|
+
constructor(appSearchService: AppSearchService, titleService: PageTitleService, overlay: YvcOverlayService, searchService: SearchService, systemService: SystemService, notifications: NotificationsService, translate: TranslateService, router: Router, renderer: Renderer2, cd: ChangeDetectorRef, storedQueriesService: StoredQueriesService, capabilityService: CapabilitiesService, userService: UserService, prepareService: PrepareService, logger: Logger);
|
|
99
103
|
onTabChange(tabId: string): void;
|
|
100
104
|
private processQuery;
|
|
101
105
|
selectObjectType(type: ObjectType): void;
|
|
@@ -159,7 +163,7 @@ export declare class AppSearchComponent implements OnInit, AfterViewInit, OnDest
|
|
|
159
163
|
saveQuery(): void;
|
|
160
164
|
updateStoredQuery(): void;
|
|
161
165
|
resetQuery(): void;
|
|
162
|
-
closeSearchMenu(
|
|
166
|
+
closeSearchMenu(): void;
|
|
163
167
|
private focusSearchInput;
|
|
164
168
|
private changeSearchInputFocus;
|
|
165
169
|
ngOnInit(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,aAAa,EAAE,iBAAiB,EAAa,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,EAAU,SAAS,EAA+B,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"app-search.component.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/app-shell/app-bar/app-search/app-search.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -22,12 +22,13 @@ import * as i20 from "../actions/action.module";
|
|
|
22
22
|
import * as i21 from "../cta/cta.module";
|
|
23
23
|
import * as i22 from "../process-form/process-form.module";
|
|
24
24
|
import * as i23 from "@yuuvis/components/autocomplete";
|
|
25
|
+
import * as i24 from "@yuuvis/components/dialog";
|
|
25
26
|
/**
|
|
26
27
|
* Module holding the base components of the application shell like application bar, side, search etc.
|
|
27
28
|
*/
|
|
28
29
|
export declare class EoAppShellModule {
|
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<EoAppShellModule, never>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EoAppShellModule, [typeof i1.AppBarComponent, typeof i2.SideBarComponent, typeof i3.AppSearchComponent, typeof i4.AppAddComponent, typeof i5.AppAddDialogComponent, typeof i6.AppLayoutComponent, typeof i7.ContextSearchComponent, typeof i8.AppProcessComponent], [typeof i9.AppShellRoutingModule, typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.UiModule, typeof i13.UtilModule, typeof i14.EoSharedModule, typeof i15.YvcTabsModule, typeof i16.CalendarModule, typeof i17.FormElementsModule, typeof i18.ObjectFormModule, typeof i19.ShortcutsModule, typeof i20.ActionModule, typeof i21.CtaModule, typeof i22.ProcessFormModule, typeof i23.YvcAutocompleteModule], [typeof i1.AppBarComponent]>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EoAppShellModule, [typeof i1.AppBarComponent, typeof i2.SideBarComponent, typeof i3.AppSearchComponent, typeof i4.AppAddComponent, typeof i5.AppAddDialogComponent, typeof i6.AppLayoutComponent, typeof i7.ContextSearchComponent, typeof i8.AppProcessComponent], [typeof i9.AppShellRoutingModule, typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.UiModule, typeof i13.UtilModule, typeof i14.EoSharedModule, typeof i15.YvcTabsModule, typeof i16.CalendarModule, typeof i17.FormElementsModule, typeof i18.ObjectFormModule, typeof i19.ShortcutsModule, typeof i20.ActionModule, typeof i21.CtaModule, typeof i22.ProcessFormModule, typeof i23.YvcAutocompleteModule, typeof i24.YvcDialogModule], [typeof i1.AppBarComponent]>;
|
|
31
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<EoAppShellModule>;
|
|
32
33
|
}
|
|
33
34
|
//# sourceMappingURL=app-shell.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-shell.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/app-shell.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"app-shell.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/app-shell/app-shell.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA2BA;;GAEG;AAEH,qBA+Ba,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAC5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/checkbox/checkbox.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,qBAYa,iBAAkB,YAAW,oBAAoB;IAE5D,KAAK,EAAE,OAAO,CAAC;IAEN,QAAQ,UAAS;IACjB,QAAQ,EAAE,OAAO,CAAC;;IAM3B,KAAK,IAAI,IAAI;IAKb,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAQ5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,QAAQ,CAAC,KAAK,KAAA;yCAlCH,iBAAiB;2CAAjB,iBAAiB;
|
|
1
|
+
{"version":3,"file":"checkbox.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/checkbox/checkbox.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;;AAEvE,qBAYa,iBAAkB,YAAW,oBAAoB;IAE5D,KAAK,EAAE,OAAO,CAAC;IAEN,QAAQ,UAAS;IACjB,QAAQ,EAAE,OAAO,CAAC;;IAM3B,KAAK,IAAI,IAAI;IAKb,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAQ5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,QAAQ,CAAC,KAAK,KAAA;yCAlCH,iBAAiB;2CAAjB,iBAAiB;CAsC7B"}
|
|
@@ -13,7 +13,9 @@ export declare class CodesystemComponent implements OnInit, ControlValueAccessor
|
|
|
13
13
|
private isValid;
|
|
14
14
|
value: any;
|
|
15
15
|
tree: TreeNode[];
|
|
16
|
-
|
|
16
|
+
private _selectedNodes;
|
|
17
|
+
set selectedNodes(n: any);
|
|
18
|
+
get selectedNodes(): any;
|
|
17
19
|
autocompleteRes: any;
|
|
18
20
|
autocompleteValues: TreeNode[];
|
|
19
21
|
/** filter function that can be set by form script developers. When set this function will be private filterFunction: Function; */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"codesystem.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/codesystem/codesystem.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAa,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAoC,kBAAkB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACvH,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;;AAE/D,qBAiBa,mBACX,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"codesystem.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/codesystem/codesystem.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgC,MAAM,EAAa,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAoC,kBAAkB,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AACvH,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAE/D,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;;AAE/D,qBAiBa,mBACX,YAAW,MAAM,EAAE,oBAAoB,EAAE,SAAS;IA+CtC,OAAO,CAAC,aAAa;IA9CN,iBAAiB,EAAE,YAAY,CAAC;IACtC,kBAAkB,MAAC;IAExC,OAAO,UAAS;IAChB,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,OAAO,CAAQ;IACvB,KAAK,MAAC;IAEN,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,OAAO,CAAC,cAAc,CAAM;IAC5B,IAAI,aAAa,CAAC,CAAC,EAAE,GAAG,EAEvB;IACD,IAAI,aAAa,IAHI,GAAG,CAKvB;IAED,eAAe,MAAC;IAChB,kBAAkB,EAAE,QAAQ,EAAE,CAAM;IAEpC,kIAAkI;IAElI,6BAA6B;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,WAAW,CAAC;IACxB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,eAAe,SAAM;IAE9B,OAAO,CAAC,WAAW,CAAW;IAC9B,OAAO,CAAC,oBAAoB,CAAW;IAEvC,IACI,cAAc,CAAC,IAAI,EAAE,QAAQ,EAGhC;IAED,IACI,uBAAuB,CAAC,IAAI,EAAE,QAAQ,EAGzC;gBAEmB,aAAa,EAAE,aAAa;IAGhD,SAAS,CAAC,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,WAAW;IAW3D,QAAQ;IAYR,eAAe,MAAO,GAAG,UACvB;IAEF,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAkB5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAIhC,oBAAoB,CAAC,IAAI,CAAC,KAAA;IAO1B,kBAAkB,CAAC,CAAC,EAAE,GAAG;IAgBzB,sBAAsB,CAAC,IAAI,CAAC,KAAA;IAS5B,sBAAsB,CAAC,GAAG,KAAA;IAU1B,OAAO;IAOP;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAwB3B,OAAO,CAAC,SAAS;IAWjB,OAAO,CAAC,WAAW;IAqBnB,OAAO,CAAC,QAAQ;IAQhB,OAAO,CAAC,aAAa;IAmBrB,cAAc,CAAC,IAAI,EAAE,MAAM;IAkB3B,OAAO,CAAC,iBAAiB;IAwBzB,UAAU,CAAC,KAAK,CAAC,KAAA,EAAE,OAAO,UAAO;IAa1B,QAAQ,CAAC,CAAC,EAAE,kBAAkB;;;;;yCAvS1B,mBAAmB;2CAAnB,mBAAmB;CAgT/B"}
|
|
@@ -8,6 +8,7 @@ export declare class DateComponent implements ControlValueAccessor, OnDestroy {
|
|
|
8
8
|
withTime: boolean;
|
|
9
9
|
readonly: boolean;
|
|
10
10
|
private _sub;
|
|
11
|
+
private datePipe;
|
|
11
12
|
value: Date | null;
|
|
12
13
|
labels?: DatepickerLabels;
|
|
13
14
|
constructor(translate: TranslateService);
|
|
@@ -18,6 +19,7 @@ export declare class DateComponent implements ControlValueAccessor, OnDestroy {
|
|
|
18
19
|
registerOnValidatorChange?(fn: () => void): void;
|
|
19
20
|
registerOnTouched(fn: () => void): void;
|
|
20
21
|
onValueChange(e: any): void;
|
|
22
|
+
formatDate(value: Date): any;
|
|
21
23
|
private _setLabels;
|
|
22
24
|
private _getMonthNamesForLocale;
|
|
23
25
|
private _getDaysOfWeekNamesForLocale;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/date/date.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,SAAS,EAAC,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;;
|
|
1
|
+
{"version":3,"file":"date.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/date/date.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,SAAS,EAAC,MAAM,eAAe,CAAC;AACtE,OAAO,EAAC,oBAAoB,EAAoB,MAAM,gBAAgB,CAAC;AACvE,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,+BAA+B,CAAC;;AAI/D,qBAYa,aAAc,YAAW,oBAAoB,EAAE,SAAS;IAUvD,OAAO,CAAC,SAAS;IARpB,QAAQ,EAAE,OAAO,CAAS;IAC1B,QAAQ,EAAE,OAAO,CAAS;IAEnC,OAAO,CAAC,IAAI,CAAe;IAC3B,OAAO,CAAC,QAAQ,CAAiB;IACjC,KAAK,EAAE,IAAI,GAAG,IAAI,CAAQ;IAC1B,MAAM,CAAC,EAAE,gBAAgB,CAAC;gBAEN,SAAS,EAAE,gBAAgB;IAU/C,eAAe,MAAO,GAAG,UAAS;IAClC,gBAAgB,aAAa;IAE7B,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAI5B,gBAAgB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAItC,yBAAyB,CAAC,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIhD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAEvC,aAAa,CAAC,CAAC,KAAA;IAIf,UAAU,CAAC,KAAK,EAAE,IAAI;IAKtB,OAAO,CAAC,UAAU;IAOlB,OAAO,CAAC,uBAAuB;IAO/B,OAAO,CAAC,4BAA4B;IAMpC,WAAW,IAAI,IAAI;yCAlER,aAAa;2CAAb,aAAa;CAqEzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"year-range.directive.d.ts","sourceRoot":"","sources":["../../../../../../../../src/app/eo-framework/form-elements/date/year-range/year-range.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,kBAAkB;IAE7B,OAAO,CAAC,aAAa,CAAS;IACrB,QAAQ,SAAK;IACb,QAAQ,SAAQ;IAGzB,SAAS,CAAC,KAAK,EAAE,aAAa;IAc9B,IAAI,YAAY,CAAC,IAAI,EAAE,MAAM,EAE5B;IAED,IAAI,YAAY,IAJO,MAAM,CAM5B;;yCA3BU,kBAAkB;2CAAlB,kBAAkB;CA+B9B"}
|
|
@@ -23,7 +23,9 @@ export declare class DynamicListComponent implements ControlValueAccessor, Valid
|
|
|
23
23
|
private isValid;
|
|
24
24
|
value: any;
|
|
25
25
|
tree: TreeNode[];
|
|
26
|
-
|
|
26
|
+
private _selectedNodes;
|
|
27
|
+
set selectedNodes(n: any);
|
|
28
|
+
get selectedNodes(): any;
|
|
27
29
|
autocompleteRes: any;
|
|
28
30
|
autocompleteValues: TreeNode[];
|
|
29
31
|
constructor();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,MAAM,EAA+B,MAAM,eAAe,CAAC;AAC1F,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,qCAAqC,CAAC;;AAG7D,qBAiBa,oBAAqB,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;IAEvD,iBAAiB,EAAE,YAAY,CAAC;IACtC,kBAAkB,MAAC;IAE/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAE3B,OAAO,CAAC,WAAW,CAAW;IAE9B,IACI,cAAc,CAAC,IAAI,EAAE,QAAQ,EAKhC;IAED,OAAO,CAAC,KAAK,CAAM;IAEnB,IACI,UAAU,CAAC,EAAE,EAAE,GAAG,EAwBrB;IAED,IAAI,IAAI,QAEP;IAED,UAAU,SAAW;IACrB,eAAe,SAAa;IAC5B,gBAAgB,SAAiB;IACjC,OAAO,UAAS;IAChB,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,OAAO,CAAQ;IACvB,KAAK,MAAC;IACN,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,aAAa,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"dynamic-list.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,MAAM,EAA+B,MAAM,eAAe,CAAC;AAC1F,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,SAAS,EAGV,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAC,QAAQ,EAAC,MAAM,qCAAqC,CAAC;;AAG7D,qBAiBa,oBAAqB,YAAW,oBAAoB,EAAE,SAAS,EAAE,MAAM;IAEvD,iBAAiB,EAAE,YAAY,CAAC;IACtC,kBAAkB,MAAC;IAE/B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;IAE3B,OAAO,CAAC,WAAW,CAAW;IAE9B,IACI,cAAc,CAAC,IAAI,EAAE,QAAQ,EAKhC;IAED,OAAO,CAAC,KAAK,CAAM;IAEnB,IACI,UAAU,CAAC,EAAE,EAAE,GAAG,EAwBrB;IAED,IAAI,IAAI,QAEP;IAED,UAAU,SAAW;IACrB,eAAe,SAAa;IAC5B,gBAAgB,SAAiB;IACjC,OAAO,UAAS;IAChB,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,OAAO,CAAQ;IACvB,KAAK,MAAC;IACN,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,OAAO,CAAC,cAAc,CAAM;IAC5B,IAAI,aAAa,CAAC,CAAC,EAAE,GAAG,EAEvB;IACD,IAAI,aAAa,IAHI,GAAG,CAKvB;IACD,eAAe,MAAC;IAChB,kBAAkB,EAAE,QAAQ,EAAE,CAAM;;IAKpC,eAAe,MAAO,GAAG,UACxB;IAED,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IA8B5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,oBAAoB,CAAC,IAAI,CAAC,KAAA;IAM1B,sBAAsB,CAAC,IAAI,CAAC,KAAA;IAK5B,sBAAsB,CAAC,GAAG,KAAA;IAS1B,OAAO;IAOP;;;;OAIG;IACH,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,SAAS;IASjB,OAAO,CAAC,WAAW;IAkBnB,OAAO,CAAC,aAAa;IAyBrB,cAAc,CAAC,IAAI,EAAE,MAAM;IAgB3B,OAAO,CAAC,mBAAmB;IAwB3B,UAAU,CAAC,KAAK,CAAC,KAAA,EAAE,OAAO,UAAO;IAYjC,QAAQ;IAMD,QAAQ,CAAC,CAAC,EAAE,kBAAkB;;;;;yCAhR1B,oBAAoB;2CAApB,oBAAoB;CAuRhC"}
|
|
@@ -1,47 +1,45 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./form-input/form-input.component";
|
|
3
3
|
import * as i2 from "./codesystem/codesystem.component";
|
|
4
|
-
import * as i3 from "./datetime/datetime.component";
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "./
|
|
14
|
-
import * as i13 from "./
|
|
15
|
-
import * as i14 from "./
|
|
16
|
-
import * as i15 from "./id-reference/
|
|
17
|
-
import * as i16 from "./
|
|
18
|
-
import * as i17 from "./
|
|
19
|
-
import * as i18 from "
|
|
20
|
-
import * as i19 from "
|
|
21
|
-
import * as i20 from "@
|
|
22
|
-
import * as i21 from "
|
|
23
|
-
import * as i22 from "
|
|
24
|
-
import * as i23 from "
|
|
25
|
-
import * as i24 from "
|
|
26
|
-
import * as i25 from "primeng/
|
|
27
|
-
import * as i26 from "
|
|
28
|
-
import * as i27 from "primeng/
|
|
29
|
-
import * as i28 from "primeng/
|
|
30
|
-
import * as i29 from "primeng/
|
|
31
|
-
import * as i30 from "primeng/
|
|
32
|
-
import * as i31 from "
|
|
33
|
-
import * as i32 from "primeng/
|
|
34
|
-
import * as i33 from "
|
|
35
|
-
import * as i34 from "
|
|
36
|
-
import * as i35 from "
|
|
37
|
-
import * as i36 from "@yuuvis/components/
|
|
38
|
-
import * as i37 from "@yuuvis/components/
|
|
39
|
-
import * as i38 from "@yuuvis/components/
|
|
40
|
-
import * as i39 from "@yuuvis/components/dropdown";
|
|
41
|
-
import * as i40 from "@yuuvis/components/datepicker";
|
|
4
|
+
import * as i3 from "./datetime-range/datetime-range.component";
|
|
5
|
+
import * as i4 from "./number/number.component";
|
|
6
|
+
import * as i5 from "./number-range/number-range.component";
|
|
7
|
+
import * as i6 from "./organization/organization.component";
|
|
8
|
+
import * as i7 from "./checkbox/checkbox.component";
|
|
9
|
+
import * as i8 from "./string/string.component";
|
|
10
|
+
import * as i9 from "./reference/reference.component";
|
|
11
|
+
import * as i10 from "./dynamic-list/dynamic-list.component";
|
|
12
|
+
import * as i11 from "./form-input/input-focus/input-focus.directive";
|
|
13
|
+
import * as i12 from "./password/password.component";
|
|
14
|
+
import * as i13 from "./id-reference/id-reference.component";
|
|
15
|
+
import * as i14 from "./date/year-range/year-range.directive";
|
|
16
|
+
import * as i15 from "./id-reference/reference-finder/reference-finder.component";
|
|
17
|
+
import * as i16 from "./id-reference/reference-finder-entry/reference-finder-entry.component";
|
|
18
|
+
import * as i17 from "./date/date.component";
|
|
19
|
+
import * as i18 from "@yuuvis/components/icon";
|
|
20
|
+
import * as i19 from "@angular/common";
|
|
21
|
+
import * as i20 from "@angular/forms";
|
|
22
|
+
import * as i21 from "../ui/ui.module";
|
|
23
|
+
import * as i22 from "primeng/inputtext";
|
|
24
|
+
import * as i23 from "primeng/dialog";
|
|
25
|
+
import * as i24 from "../tree/tree.module";
|
|
26
|
+
import * as i25 from "primeng/inputmask";
|
|
27
|
+
import * as i26 from "primeng/checkbox";
|
|
28
|
+
import * as i27 from "primeng/tristatecheckbox";
|
|
29
|
+
import * as i28 from "primeng/inputtextarea";
|
|
30
|
+
import * as i29 from "primeng/chips";
|
|
31
|
+
import * as i30 from "primeng/dropdown";
|
|
32
|
+
import * as i31 from "@angular/router";
|
|
33
|
+
import * as i32 from "primeng/api";
|
|
34
|
+
import * as i33 from "../accordion/accordion.module";
|
|
35
|
+
import * as i34 from "@yuuvis/components/chips";
|
|
36
|
+
import * as i35 from "@yuuvis/components/checkbox";
|
|
37
|
+
import * as i36 from "@yuuvis/components/autocomplete";
|
|
38
|
+
import * as i37 from "@yuuvis/components/dropdown";
|
|
39
|
+
import * as i38 from "@yuuvis/components/datepicker";
|
|
42
40
|
export declare class FormElementsModule {
|
|
43
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormElementsModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormElementsModule, [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i3.
|
|
42
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormElementsModule, [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i11.InputFocusDirective, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective, typeof i15.ReferenceFinderComponent, typeof i16.ReferenceFinderEntryComponent, typeof i17.DateComponent], [typeof i18.YvcIconModule, typeof i19.CommonModule, typeof i20.FormsModule, typeof i20.ReactiveFormsModule, typeof i21.UiModule, typeof i22.InputTextModule, typeof i23.DialogModule, typeof i24.TreeModule, typeof i25.InputMaskModule, typeof i26.CheckboxModule, typeof i27.TriStateCheckboxModule, typeof i28.InputTextareaModule, typeof i29.ChipsModule, typeof i30.DropdownModule, typeof i31.RouterModule, typeof i32.SharedModule, typeof i33.AccordionModule, typeof i34.YvcChipsModule, typeof i35.YvcCheckboxModule, typeof i36.YvcAutocompleteModule, typeof i37.YvcDropdownModule, typeof i38.YvcDatepickerModule], [typeof i1.FormInputComponent, typeof i2.CodesystemComponent, typeof i17.DateComponent, typeof i3.DatetimeRangeComponent, typeof i4.NumberComponent, typeof i5.NumberRangeComponent, typeof i6.OrganizationComponent, typeof i7.CheckboxComponent, typeof i8.StringComponent, typeof i9.ReferenceComponent, typeof i10.DynamicListComponent, typeof i12.PasswordComponent, typeof i13.IdReferenceComponent, typeof i14.YearRangeDirective]>;
|
|
45
43
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormElementsModule>;
|
|
46
44
|
}
|
|
47
45
|
//# sourceMappingURL=form-elements.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-elements.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/form-elements.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"form-elements.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/form-elements.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyCA,qBA6Da,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"id-reference.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/id-reference/id-reference.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,2DAA2D,CAAC;AAC3F,OAAO,EAA+B,MAAM,EAAY,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAC,oBAAoB,EAAqB,SAAS,EAAE,kBAAkB,EAAgB,MAAM,gBAAgB,CAAC;AACrH,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,UAAU,EACI,aAAa,EAC3B,aAAa,EACd,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"id-reference.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/id-reference/id-reference.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,2DAA2D,CAAC;AAC3F,OAAO,EAA+B,MAAM,EAAY,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAC,oBAAoB,EAAqB,SAAS,EAAE,kBAAkB,EAAgB,MAAM,gBAAgB,CAAC;AACrH,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,UAAU,EACI,aAAa,EAC3B,aAAa,EACd,MAAM,cAAc,CAAC;AAEtB,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;;AAE7D,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,qBAiBa,oBAAqB,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS;IAkEtE,OAAO,CAAC,gBAAgB;IAAoB,OAAO,CAAC,MAAM;IACpE,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,aAAa;IAnEvB,OAAO,CAAC,KAAK,CAAC;IACd,YAAY,EAAE,gBAAgB,EAAE,CAAM;IACtC,SAAS,EAAE,SAAS,CAAC;IACrB,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,EAAE,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,UAAS;IAEtB,eAAe,MAAC;IAEP,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,EAAE,CAAC;IACL,iBAAiB,EAAE,YAAY,CAAC;IAE3D,IAAI,WAAW,CAAC,IAAI,EAAE,gBAAgB,EAAE,EAMvC;IAED,IAAI,WAAW,IARO,gBAAgB,EAAE,CAUvC;IAED,IACI,YAAY,CAAC,IAAI,EAAE,gBAAgB,EAAE,EAMxC;IAED,IACI,SAAS,CAAC,GAAG,EAAE,GAAG,EAIrB;IAEQ,YAAY,EAAE;QACrB,CAAC,UAAU,EAAE,MAAM,GAAG;YAAC,CAAC,EAAE,MAAM,CAAC;YAAC,EAAE,EAAE,GAAG,CAAC;YAAC,EAAE,EAAE,GAAG,CAAA;SAAC,CAAA;KACpD,CAAC;IAEO,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAErC,OAAO,CAAC,WAAW;IAUnB,OAAO,CAAC,qBAAqB;gBAIT,gBAAgB,EAAE,gBAAgB,EAAU,MAAM,EAAE,aAAa,EAC3E,gBAAgB,EAAE,gBAAgB,EAClC,aAAa,EAAE,aAAa;IAKtC,UAAU;IAIV,IAAI,iBAAiB,mBAEpB;IAED,IAAI,UAAU,YAab;IAED,OAAO,CAAC,sBAAsB;IAI9B,OAAO,CAAC,wBAAwB;IAShC,KAAK,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE;IAM3B,OAAO,CAAC,aAAa;IAarB,UAAU,CAAC,IAAI,KAAA;IAQf,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAU5B,OAAO,CAAC,iBAAiB;IAgBzB,eAAe,UAAW,GAAG,UAAS;IAEtC,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAEzB,QAAQ,CAAC,CAAC,EAAE,kBAAkB;IAKrC,oBAAoB,CAAC,GAAG,CAAC,KAAA;IAazB,cAAc,CAAC,IAAI,EAAE,MAAM;IA+B3B,kBAAkB;IAIlB,QAAQ;yCA/NG,oBAAoB;2CAApB,oBAAoB;CAoOhC"}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
export * from './form-elements.module';
|
|
2
2
|
export * from './checkbox/checkbox.component';
|
|
3
3
|
export * from './codesystem/codesystem.component';
|
|
4
|
-
export * from './datetime/datetime.component';
|
|
5
4
|
export * from './date/date.component';
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './datetime/year-range/year-range.directive';
|
|
5
|
+
export * from './date/year-range/year-range.directive';
|
|
8
6
|
export * from './datetime-range/datetime-range.component';
|
|
9
7
|
export * from './dynamic-list/dynamic-list.component';
|
|
10
8
|
export * from './form-input/form-input.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/form-elements/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,uCAAuC,CAAC;AACtD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,uCAAuC,CAAC;AACtD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reference.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/reference/reference.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkD,YAAY,EAAC,MAAM,eAAe,CAAC;AAC5F,OAAO,EACL,oBAAoB,EAEpB,SAAS,EACT,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"reference.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/form-elements/reference/reference.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkD,YAAY,EAAC,MAAM,eAAe,CAAC;AAC5F,OAAO,EACL,oBAAoB,EAEpB,SAAS,EACT,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,aAAa,EAAQ,MAAM,cAAc,CAAC;AAClD,OAAO,EAAC,YAAY,EAAC,MAAM,iCAAiC,CAAC;;AAE7D,qBAiBa,kBAAmB,YAAW,oBAAoB,EAAE,SAAS;IAqB5D,OAAO,CAAC,aAAa;IAnBN,iBAAiB,EAAE,YAAY,CAAC;IAElD,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACM,SAAS,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC7C,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAEjB,kBAAkB,oBAAsB;IAElD,eAAe,EAAE,GAAG,EAAE,CAAC;IAEvB,OAAO,CAAC,KAAK,CAAC;IAEd,UAAU,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAM;gBAEhC,aAAa,EAAE,aAAa;IAGhD,eAAe,UAAW,GAAG,UAC5B;IAED,aAAa,CAAC,YAAY,KAAA,EAAE,KAAK,KAAA;IAYjC,UAAU,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAe5B,gBAAgB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAI/B,iBAAiB,CAAC,EAAE,EAAE,GAAG,GAAG,IAAI;IAGhC,kBAAkB,CAAC,GAAG,MAAO,EAAE,KAAK,SAAK;IAazC,cAAc,CAAC,IAAI,EAAE,MAAM;IAkC3B,UAAU,CAAC,IAAI,KAAA;IAUf,QAAQ,CAAC,YAAY,KAAA;IAYrB,YAAY,CAAC,KAAK,KAAA;IAQlB,OAAO,CAAC,eAAe;IAKvB,iBAAiB,CAAC,IAAI,KAAA;;;IAef,QAAQ,CAAC,CAAC,EAAE,kBAAkB;yCA9J1B,kBAAkB;2CAAlB,kBAAkB;CAgM9B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RowNode } from '@ag-grid-community/core';
|
|
1
|
+
import { IFilterParams, RowNode } from '@ag-grid-community/core';
|
|
2
2
|
import { AbstractFilterComponent } from '../abstract-filter.component';
|
|
3
3
|
import { ListSettingsService } from '../../services/list-settings.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -9,6 +9,7 @@ export declare class SetFilterComponent extends AbstractFilterComponent {
|
|
|
9
9
|
searchLimit: number;
|
|
10
10
|
operator: string;
|
|
11
11
|
set options(opts: any[]);
|
|
12
|
+
set filterParams(params: IFilterParams);
|
|
12
13
|
get options(): any[];
|
|
13
14
|
constructor(settingsService: ListSettingsService);
|
|
14
15
|
static uniqBy(list: any[], prop: string, options: any[]): any[];
|
|
@@ -19,6 +20,6 @@ export declare class SetFilterComponent extends AbstractFilterComponent {
|
|
|
19
20
|
onSearchChange(newValue: any): void;
|
|
20
21
|
reset(): void;
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<SetFilterComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SetFilterComponent, "eo-set-filter", never, { "title": "title"; "searchLimit": "searchLimit"; "operator": "operator"; "options": "options"; }, {}, never, never, false, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SetFilterComponent, "eo-set-filter", never, { "title": "title"; "searchLimit": "searchLimit"; "operator": "operator"; "options": "options"; "filterParams": "filterParams"; }, {}, never, never, false, never>;
|
|
23
24
|
}
|
|
24
25
|
//# sourceMappingURL=set-filter.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,OAAO,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"set-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAE,OAAO,EAAC,MAAM,yBAAyB,CAAC;AAE/D,OAAO,EAAC,uBAAuB,EAAC,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;;AAGzE,qBAKa,kBAAmB,SAAQ,uBAAuB;IAsBjD,OAAO,CAAC,eAAe;IApBnC,OAAO,CAAC,QAAQ,CAAa;IACpB,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,QAAQ,SAAQ;IAEzB,IAAa,OAAO,CAAC,IAAI,EAAE,GAAG,EAAE,EAK/B;IAED,IAAa,YAAY,CAAC,MAAM,EAAE,aAAa,EAE9C;IAED,IAAI,OAAO,IAXgB,GAAG,EAAE,CAa/B;gBAEmB,eAAe,EAAE,mBAAmB;IAKxD,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE;IAMvD,MAAM,CAAC,cAAc,CAAC,CAAC,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC;IAI/D,sBAAsB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO;IAIjD,cAAc,IAAI,OAAO;IAIzB,QAAQ,CAAC,QAAQ,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,IAAI;IAYzC,cAAc,CAAC,QAAQ,EAAE,GAAG,GAAG,IAAI;IAKnC,KAAK;yCA9DM,kBAAkB;2CAAlB,kBAAkB;CAmE9B"}
|
|
@@ -11,11 +11,8 @@ export declare class TextFilterComponent extends AbstractFilterComponent {
|
|
|
11
11
|
placeholder: string;
|
|
12
12
|
enableSave: boolean;
|
|
13
13
|
private focused;
|
|
14
|
-
autocompleteRes: any[];
|
|
15
|
-
private _filterParams;
|
|
16
|
-
get filterParams(): IFilterParams;
|
|
17
|
-
set filterParams(value: IFilterParams);
|
|
18
14
|
savedFilters: any[];
|
|
15
|
+
set filterParams(params: IFilterParams);
|
|
19
16
|
set matchFields(fields: string[]);
|
|
20
17
|
constructor(settingsService: ListSettingsService, storageService: LocalStorageService, userService: UserService);
|
|
21
18
|
onChange(newValue: any, oldValue?: any): void;
|
|
@@ -26,7 +23,6 @@ export declare class TextFilterComponent extends AbstractFilterComponent {
|
|
|
26
23
|
saveFilter(term: string): void;
|
|
27
24
|
removeFilter(term: string): void;
|
|
28
25
|
focus(): void;
|
|
29
|
-
autocompleteFn(term: string): void;
|
|
30
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<TextFilterComponent, never>;
|
|
31
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<TextFilterComponent, "eo-text-filter", never, { "title": "title"; "placeholder": "placeholder"; "enableSave": "enableSave"; "filterParams": "filterParams"; "matchFields": "matchFields"; }, {}, never, never, false, never>;
|
|
32
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/grid/extensions/filter/text/text-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAE,OAAO,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;AACzE,OAAO,EAAC,uBAAuB,EAAC,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAC,mBAAmB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;;AAErE,qBAKa,mBAAoB,SAAQ,uBAAuB;
|
|
1
|
+
{"version":3,"file":"text-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/app/eo-framework/grid/extensions/filter/text/text-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAE,OAAO,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAC,mBAAmB,EAAC,MAAM,sCAAsC,CAAC;AACzE,OAAO,EAAC,uBAAuB,EAAC,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAC,mBAAmB,EAAE,WAAW,EAAQ,MAAM,cAAc,CAAC;;AAErE,qBAKa,mBAAoB,SAAQ,uBAAuB;IAmBlD,OAAO,CAAC,eAAe;IACvB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,WAAW;IAnBtB,KAAK,SAAM;IACX,WAAW,SAAiC;IAC5C,UAAU,UAAS;IAC5B,OAAO,CAAC,OAAO,CAAS;IACxB,YAAY,QAAM;IAElB,IAAa,YAAY,CAAC,MAAM,EAAE,aAAa,EAE9C;IAED,IACI,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,EAI/B;gBAEmB,eAAe,EAAE,mBAAmB,EACpC,cAAc,EAAE,mBAAmB,EACnC,WAAW,EAAE,WAAW;IAM5C,QAAQ,CAAC,QAAQ,KAAA,EAAE,QAAQ,CAAC,KAAA,GAAG,IAAI;IAUnC,sBAAsB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO;IAOjD,KAAK;IAKL,QAAQ;IAIR,eAAe;IAQf,UAAU,CAAC,IAAI,EAAE,MAAM;IAOvB,YAAY,CAAC,IAAI,EAAE,MAAM;IAKzB,KAAK;yCAzEM,mBAAmB;2CAAnB,mBAAmB;CAiF/B"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { IDateAngularComp } from '@ag-grid-community/angular';
|
|
2
|
-
import { DatetimeComponent } from '../../form-elements/datetime/datetime.component';
|
|
3
2
|
import { EoDialogComponent } from '../../ui/eo-dialog/eo-dialog.component';
|
|
4
3
|
import { EventService } from '@eo-sdk/core';
|
|
5
4
|
import { TranslateService } from '@eo-sdk/core';
|
|
6
5
|
import { IAfterGuiAttachedParams, IFilterParams } from '@ag-grid-community/core';
|
|
7
6
|
import { InputMask } from 'primeng/inputmask';
|
|
7
|
+
import { DateComponent } from '../../form-elements/date/date.component';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class DatetimeFilterComponent extends
|
|
9
|
+
export declare class DatetimeFilterComponent extends DateComponent implements IDateAngularComp {
|
|
10
10
|
private eventService;
|
|
11
11
|
params: any;
|
|
12
12
|
column: any;
|
|
@@ -22,12 +22,9 @@ export declare class DatetimeFilterComponent extends DatetimeComponent implement
|
|
|
22
22
|
withTime: boolean;
|
|
23
23
|
filterType: string;
|
|
24
24
|
};
|
|
25
|
-
onValueChange(): void;
|
|
26
|
-
setValueFromMask(): void;
|
|
27
|
-
setValueFromPicker(event: any): void;
|
|
28
|
-
onMaskValueChange(event: any): void;
|
|
25
|
+
onValueChange(e: any): void;
|
|
29
26
|
setDate(value: any): void;
|
|
30
|
-
getDate():
|
|
27
|
+
getDate(): Date;
|
|
31
28
|
agInit(params: any): void;
|
|
32
29
|
afterGuiAttached(params: IAfterGuiAttachedParams): void;
|
|
33
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeFilterComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datetime-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/grid/filters/datetime-filter.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"datetime-filter.component.d.ts","sourceRoot":"","sources":["../../../../../../../src/app/eo-framework/grid/filters/datetime-filter.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,gBAAgB,EAAC,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAC,iBAAiB,EAAC,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAa,YAAY,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,gBAAgB,EAAC,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAa,uBAAuB,EAAE,aAAa,EAAQ,MAAM,yBAAyB,CAAC;AAClG,OAAO,EAAC,SAAS,EAAC,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAC,aAAa,EAAC,MAAM,yCAAyC,CAAC;;AAStE,qBAKa,uBAAwB,SAAQ,aAAc,YAAW,gBAAgB;IAW3C,OAAO,CAAC,YAAY;IAT7D,MAAM,EAAE,GAAG,CAAM;IACjB,MAAM,EAAE,GAAG,CAAC;IACZ,YAAY,EAAE,aAAa,CAAC;IAE5B,cAAc,EAAE,GAAG,CAAC;IAEU,QAAQ,EAAE,iBAAiB,CAAC;IACpC,SAAS,EAAE,SAAS,CAAC;gBAE/B,SAAS,EAAE,gBAAgB,EAAU,YAAY,EAAE,YAAY;IAI3E,SAAS;;;;;;;IAUT,aAAa,CAAC,CAAC,EAAE,GAAG;IAKpB,OAAO,CAAC,KAAK,KAAA;IAIb,OAAO;IAIP,MAAM,CAAC,MAAM,EAAE,GAAG,GAAG,IAAI;IAyBzB,gBAAgB,CAAC,MAAM,EAAE,uBAAuB,GAAG,IAAI;yCA/D5C,uBAAuB;2CAAvB,uBAAuB;CAkEnC"}
|
|
@@ -27,15 +27,16 @@ import * as i22 from "primeng/inputmask";
|
|
|
27
27
|
import * as i23 from "../cta/cta.module";
|
|
28
28
|
import * as i24 from "@yuuvis/components/autocomplete";
|
|
29
29
|
import * as i25 from "@yuuvis/components/icon";
|
|
30
|
-
import * as i26 from "@
|
|
31
|
-
import * as i27 from "@
|
|
30
|
+
import * as i26 from "@yuuvis/components/datepicker";
|
|
31
|
+
import * as i27 from "@angular/cdk/drag-drop";
|
|
32
|
+
import * as i28 from "@ag-grid-community/angular";
|
|
32
33
|
export declare class GridModule {
|
|
33
34
|
private event;
|
|
34
35
|
private config;
|
|
35
36
|
constructor(event: EventService, config: Config);
|
|
36
37
|
static withComponents(components?: any[]): ModuleWithProviders<AgGridModule>;
|
|
37
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
38
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent], [typeof i17.UiModule, typeof i18.UtilModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.FormElementsModule, typeof i21.TreeModule, typeof i22.InputMaskModule, typeof i23.CtaModule, typeof i24.YvcAutocompleteModule, typeof i25.YvcIconModule, typeof i26.
|
|
39
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent], [typeof i17.UiModule, typeof i18.UtilModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.FormElementsModule, typeof i21.TreeModule, typeof i22.InputMaskModule, typeof i23.CtaModule, typeof i24.YvcAutocompleteModule, typeof i25.YvcIconModule, typeof i26.YvcDatepickerModule, typeof i27.DragDropModule, typeof i28.AgGridModule], [typeof i1.GridComponent, typeof i2.ColumnConfiguratorComponent, typeof i3.TotalCountComponent, typeof i4.QuickFilterComponent, typeof i5.CustomSortComponent, typeof i6.CustomFilterComponent, typeof i7.TextFilterComponent, typeof i8.SetFilterComponent, typeof i9.DatetimeFilterComponent, typeof i10.CodesystemFilterComponent, typeof i11.OrganizationFilterComponent, typeof i12.ResetFilterComponent, typeof i13.EmptyComponent, typeof i14.PaginationComponent, typeof i15.DynamicListFilterComponent, typeof i16.ListFilterComponent]>;
|
|
39
40
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
40
41
|
}
|
|
41
42
|
//# sourceMappingURL=grid.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,mBAAmB,EAAW,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,YAAY,EAAc,MAAM,EAAC,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC
|
|
1
|
+
{"version":3,"file":"grid.module.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/grid/grid.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,mBAAmB,EAAW,MAAM,eAAe,CAAC;AAC1F,OAAO,EAAC,YAAY,EAAc,MAAM,EAAC,MAAM,cAAc,CAAC;AAE9D,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8BxD,qBAwBa,UAAU;IAET,OAAO,CAAC,KAAK;IAAgB,OAAO,CAAC,MAAM;gBAAnC,KAAK,EAAE,YAAY,EAAU,MAAM,EAAE,MAAM;IAM/D,MAAM,CAAC,cAAc,CAAC,UAAU,GAAE,GAAG,EAAO,GAAG,mBAAmB,CAAC,YAAY,CAAC;yCARrE,UAAU;0CAAV,UAAU;0CAAV,UAAU;CAkBtB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, OnInit
|
|
1
|
+
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { BpmService, Clipboard, ClipboardService, EventService, FileEntry, InboxItem, InboxService, LocalStorageService, NotificationsService, TranslateService, UserService, WorkItem, WorkItemAction, WorkItemHistoryEntry } from '@eo-sdk/core';
|
|
4
4
|
import { Subscription } from 'rxjs';
|
|
@@ -8,8 +8,6 @@ import { SelectionConfig, SelectionService } from '../../eo-framework-core/selec
|
|
|
8
8
|
import { FormStatusChangedEvent } from '../object-form/form-status-changed-event.interface';
|
|
9
9
|
import { ObjectFormOptions } from '../object-form/object-form-options.interface';
|
|
10
10
|
import { ObjectFormComponent } from '../object-form/object-form/object-form.component';
|
|
11
|
-
import { TabPluginComponent } from '../plugins/plugin.component';
|
|
12
|
-
import { TabPanelComponent } from '../tab-container/tab-panel/tab-panel.component';
|
|
13
11
|
import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
|
|
14
12
|
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
15
13
|
import * as i0 from "@angular/core";
|
|
@@ -49,9 +47,6 @@ export declare class InboxDetailsComponent extends UnsubscribeOnDestroy implemen
|
|
|
49
47
|
filesAdding: Subscription | any;
|
|
50
48
|
loadError: boolean;
|
|
51
49
|
storageKeyLastItemID: string;
|
|
52
|
-
externalPanels: QueryList<TabPanelComponent>;
|
|
53
|
-
tabPanels: QueryList<TabPanelComponent>;
|
|
54
|
-
tabPlugins: QueryList<TabPluginComponent>;
|
|
55
50
|
emptyState: EmptyState;
|
|
56
51
|
applySelection: SelectionConfig;
|
|
57
52
|
set item(i: InboxItem);
|
|
@@ -126,6 +121,6 @@ export declare class InboxDetailsComponent extends UnsubscribeOnDestroy implemen
|
|
|
126
121
|
ngOnInit(): void;
|
|
127
122
|
ngAfterViewInit(): void;
|
|
128
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<InboxDetailsComponent, never>;
|
|
129
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InboxDetailsComponent, "eo-inbox-details", never, { "emptyState": "emptyState"; "applySelection": "applySelection"; "item": "item"; }, {},
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InboxDetailsComponent, "eo-inbox-details", never, { "emptyState": "emptyState"; "applySelection": "applySelection"; "item": "item"; }, {}, never, [".error"], false, never>;
|
|
130
125
|
}
|
|
131
126
|
//# sourceMappingURL=inbox-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EAKb,MAAM,
|
|
1
|
+
{"version":3,"file":"inbox-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/inbox-details/inbox-details.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,7 +28,6 @@ export * from './settings/index';
|
|
|
28
28
|
export * from './shortcuts/index';
|
|
29
29
|
export * from './split/index';
|
|
30
30
|
export * from './stored-query/index';
|
|
31
|
-
export * from './tab-container/index';
|
|
32
31
|
export * from './tree/index';
|
|
33
32
|
export * from './ui/index';
|
|
34
33
|
export * from './undock-split/undock-split.component';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,yCAAyC,CAAC;AACxD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uDAAuD,CAAC;AACtE,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/eo-framework/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,yCAAyC,CAAC;AACxD,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uDAAuD,CAAC;AACtE,cAAc,iBAAiB,CAAC;AAChC,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mDAAmD,CAAC;AAClE,cAAc,6CAA6C,CAAC;AAC5D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,uCAAuC,CAAC;AACtD,cAAc,qCAAqC,CAAC;AACpD,cAAc,uCAAuC,CAAC;AACtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,cAAc,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnDestroy, OnInit
|
|
1
|
+
import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { BackendService, BaseParams, Capabilities, CapabilitiesService, Config, DmsObject, DmsParams, DmsService, EventService, SystemService, TranslateService, UploadRegistryService } from '@eo-sdk/core';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
@@ -8,9 +8,7 @@ import { EmptyStateService } from '../../eo-framework-core/empty-state/empty-sta
|
|
|
8
8
|
import { SelectionConfig, SelectionService } from '../../eo-framework-core/selection/selection.service';
|
|
9
9
|
import { ActionService } from '../actions/action-service/action.service';
|
|
10
10
|
import { MediaComponent } from '../media/media.component';
|
|
11
|
-
import { TabPluginComponent } from '../plugins/plugin.component';
|
|
12
11
|
import { GlobalShortcutComponent } from '../shortcuts/global-shortcut-component.interface';
|
|
13
|
-
import { TabPanelComponent } from '../tab-container/tab-panel/tab-panel.component';
|
|
14
12
|
import { IndexData } from '../ui/indexdata-summary/indexdata-summary.component';
|
|
15
13
|
import { UnsubscribeOnDestroy } from '../util/unsubscribe/unsubscribe.component';
|
|
16
14
|
import * as i0 from "@angular/core";
|
|
@@ -64,9 +62,6 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
|
|
|
64
62
|
set dmsObject(v: DmsObject);
|
|
65
63
|
set dmsObject2(v: DmsObject);
|
|
66
64
|
capabilities: Capabilities;
|
|
67
|
-
externalPanels: QueryList<TabPanelComponent>;
|
|
68
|
-
tabPanels: QueryList<TabPanelComponent>;
|
|
69
|
-
tabPlugins: QueryList<TabPluginComponent>;
|
|
70
65
|
preventClickThrough: boolean;
|
|
71
66
|
shortcuts: GlobalShortcutComponent;
|
|
72
67
|
applySelection: SelectionConfig;
|
|
@@ -93,6 +88,6 @@ export declare class ObjectDetailsComponent extends UnsubscribeOnDestroy impleme
|
|
|
93
88
|
ngAfterViewInit(): void;
|
|
94
89
|
ngOnDestroy(): void;
|
|
95
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsComponent, never>;
|
|
96
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectDetailsComponent, "eo-object-details", never, { "reference": "reference"; "searchTerm": "searchTerm"; "enableCompare": "enableCompare"; "recyclebinTabs": "recyclebinTabs"; "enableDiff": "enableDiff"; "enableSync": "enableSync"; "cacheLayout": "cacheLayout"; "emptyState": "emptyState"; "dmsParams": "params"; "dmsParams2": "params2"; "dmsObject": "item"; "dmsObject2": "item2"; "applySelection": "applySelection"; "parseDmsParams": "parseDmsParams"; }, { "hasContent": "hasContent"; },
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectDetailsComponent, "eo-object-details", never, { "reference": "reference"; "searchTerm": "searchTerm"; "enableCompare": "enableCompare"; "recyclebinTabs": "recyclebinTabs"; "enableDiff": "enableDiff"; "enableSync": "enableSync"; "cacheLayout": "cacheLayout"; "emptyState": "emptyState"; "dmsParams": "params"; "dmsParams2": "params2"; "dmsObject": "item"; "dmsObject2": "item2"; "applySelection": "applySelection"; "parseDmsParams": "parseDmsParams"; }, { "hasContent": "hasContent"; }, never, [".error"], false, never>;
|
|
97
92
|
}
|
|
98
93
|
//# sourceMappingURL=object-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAGb,YAAY,EAGZ,SAAS,EACT,MAAM,
|
|
1
|
+
{"version":3,"file":"object-details.component.d.ts","sourceRoot":"","sources":["../../../../../../src/app/eo-framework/object-details/object-details.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAGb,YAAY,EAGZ,SAAS,EACT,MAAM,EAIP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAoB,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EACL,cAAc,EACd,UAAU,EACV,YAAY,EACZ,mBAAmB,EACnB,MAAM,EACN,SAAS,EACT,SAAS,EACT,UAAU,EAEV,YAAY,EAEZ,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EAGtB,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,UAAU,EAAM,MAAM,MAAM,CAAC;AAGtC,OAAO,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAC3E,OAAO,EAAE,UAAU,EAAE,MAAM,2DAA2D,CAAC;AACvF,OAAO,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AAE5F,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,qDAAqD,CAAC;AACxG,OAAO,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,EAAE,uBAAuB,EAAE,MAAM,kDAAkD,CAAC;AAG3F,OAAO,EAAE,SAAS,EAAE,MAAM,qDAAqD,CAAC;AAChF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;;AAEjF,qBAMa,sBAAuB,SAAQ,oBAC1C,YAAW,MAAM,EAAE,aAAa,EAAE,SAAS;IAiJ/B,OAAO,CAAC,MAAM;IACxB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,UAAU;IAClB,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,cAAc;IACtB,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,SAAS;IA5JE,OAAO,EAAE,cAAc,CAAC;IAE7C,OAAO,CAAC,YAAY,CAAuD;IAC3E,IAAI,EAAE,SAAS,CAAC;IAChB,gBAAgB,EAAE,SAAS,CAAC;IAC5B,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,UAAS;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,UAAS;IACpB,UAAU,UAAS;IACnB,UAAU;;;MAA+F;IACzG,iBAAiB,EAAE,UAAU,CAAC,OAAO,CAAC,CAAkC;IACxE,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,EAAE,OAAO,CAAS;IACS,WAAW,EAAE,OAAO,CAAC;IAErD,IAAa,SAAS,CAAC,KAAK,EAAE,OAAO,EAEpC;IACQ,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,UAAS;IACtB,cAAc,UAAS;IACvB,UAAU,UAAQ;IAClB,UAAU,UAAQ;IAClB,WAAW,EAAE,GAAG,CAAC;IAC1B,KAAK,EAAE,SAAS,CAAC;IACjB,iBAAiB,EAAE,SAAS,CAAC;IAC7B,WAAW,EAAE,UAAU,CAAC;IACxB,OAAO,CAAC,WAAW,CAAiE;IAEpF,IACI,UAAU,CAAC,CAAC,EAAE,UAAU,EAE3B;IAED,IAAI,UAAU,IAJI,UAAU,CAM3B;IAED,IACI,SAAS,CAAC,MAAM,EAAE,SAAS,EAQ9B;IAED,IACI,UAAU,CAAC,MAAM,EAAE,SAAS,EAK/B;IAED,IACI,SAAS,CAAC,CAAC,EAAE,SAAS,EA0BzB;IAED,IACI,UAAU,CAAC,CAAC,EAAE,SAAS,EAI1B;IAED,YAAY,EAAE,YAAY,CAAC;IAM3B,mBAAmB,UAAS;IAG5B,SAAS,EAAE,uBAAuB,CA4BhC;IAEO,cAAc,EAAE,eAAe,CAAC;IAChC,cAAc,EAAE,CAAC,IAAI,KAAA,KAAK,EAAE,CAAqB;IAChD,UAAU,EAAE,YAAY,CAAC,OAAO,CAAC,CAA+B;IAE1E,IAAmC,QAAQ,WAE1C;IAED,eAAe,UAAS;gBAEJ,MAAM,EAAE,MAAM,EACxB,KAAK,EAAE,cAAc,EACrB,MAAM,EAAE,aAAa,EACrB,KAAK,EAAE,iBAAiB,EACxB,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,cAAc,EACvB,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,gBAAgB,EAC3B,aAAa,EAAE,aAAa,EAC5B,iBAAiB,EAAE,mBAAmB,EACtC,cAAc,EAAE,qBAAqB,EACrC,YAAY,EAAE,YAAY,EAC1B,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,gBAAgB;IAuBrC,OAAO,CAAC,YAAY;IAIpB,OAAO,CAAC,aAAa;IA4CrB,cAAc;IAUd,OAAO,CAAC,uBAAuB;IA8B/B,OAAO,CAAC,UAAU;IAOlB,aAAa,CAAC,MAAM,EAAE,SAAS;IAQ/B,uBAAuB;IAIvB,WAAW;IAKX,UAAU,CAAC,EAAE,KAAA,EAAE,KAAK,CAAC,KAAA;IAMrB,gBAAgB,CAAC,QAAQ,KAAA,EAAE,IAAI,KAAA;IAuB/B,IAAI,cAAc,IAAI,MAAM,CAE3B;IAED,eAAe,CAAC,IAAI,KAAA;IAIpB,oBAAoB,IAAI,OAAO;IAI/B,OAAO,CAAC,6BAA6B;IAkBrC,QAAQ;IA+BR,eAAe;IAMf,WAAW;yCAtYA,sBAAsB;2CAAtB,sBAAsB;CAyYlC"}
|