nuxeo-development-framework 1.2.6 → 1.2.9
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/bundles/nuxeo-development-framework.umd.js +25 -13
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +2 -2
- package/esm2015/lib/components/documents/components/document-scan/document-scan.service.js +1 -1
- package/esm2015/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.js +19 -12
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.js +8 -3
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.component.js +1 -1
- package/esm2015/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.component.js +2 -2
- package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.js +2 -2
- package/esm2015/lib/components/dynamic-view/dynamic-viewe.service.js +1 -1
- package/esm2015/lib/components/filter/filter/filter.component.js +1 -1
- package/esm2015/lib/directive/app-has-role/app-has-role.directive.js +1 -1
- package/fesm2015/nuxeo-development-framework.js +24 -13
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.d.ts +6 -1
- package/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.d.ts +4 -1
- package/package.json +1 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import { Subscription } from 'rxjs';
|
|
3
|
+
import { TranslationService } from '../../../Core/services/translation/translation.service';
|
|
2
4
|
import * as i0 from "@angular/core";
|
|
3
5
|
/**
|
|
4
6
|
* Dyanamic filter is a component that leverages Nuxeo Elastic search aggregation buckets data to dynamically
|
|
@@ -19,6 +21,7 @@ import * as i0 from "@angular/core";
|
|
|
19
21
|
* </cts-dynamic-filter>
|
|
20
22
|
*/
|
|
21
23
|
export declare class DynamicFilterComponent implements OnInit {
|
|
24
|
+
private translationService;
|
|
22
25
|
/** emits array of filters */
|
|
23
26
|
onFilterSelected: EventEmitter<any>;
|
|
24
27
|
_selections: any;
|
|
@@ -39,7 +42,9 @@ export declare class DynamicFilterComponent implements OnInit {
|
|
|
39
42
|
customPageProvider: any;
|
|
40
43
|
config: any;
|
|
41
44
|
more: boolean;
|
|
42
|
-
|
|
45
|
+
isArabic: boolean;
|
|
46
|
+
translationSubscription: Subscription;
|
|
47
|
+
constructor(translationService: TranslationService);
|
|
43
48
|
ngOnInit(): void;
|
|
44
49
|
onFilterSelect(committeeName: any, e: any): void;
|
|
45
50
|
EntityType(fetchedKey: any): any;
|
|
@@ -13,6 +13,7 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
* <cts-dynamic-form-hijri-dateitem
|
|
14
14
|
* formControlName="controlName"
|
|
15
15
|
* label="PATH.TO.LABEL.TRANSLATION"
|
|
16
|
+
* [placeholder]="'PATH.TO.PLACEHOLDER.STRING'"
|
|
16
17
|
* [minGreg]="maxDate"
|
|
17
18
|
* >
|
|
18
19
|
* </cts-dynamic-form-hijri-dateitem>
|
|
@@ -38,10 +39,12 @@ export declare class DynamicFormHijriDateitemComponent implements OnInit, Contro
|
|
|
38
39
|
vertical: boolean;
|
|
39
40
|
/** Sets picker to readonly mode */
|
|
40
41
|
isReadOnly: boolean;
|
|
42
|
+
placeholder: string;
|
|
41
43
|
/** Emitted when the value changes */
|
|
42
44
|
valueChanged: EventEmitter<any>;
|
|
43
45
|
date: any;
|
|
44
46
|
dateString: string;
|
|
47
|
+
placeHolder: string;
|
|
45
48
|
selectedDateType: number;
|
|
46
49
|
onChange: any;
|
|
47
50
|
onTouched: any;
|
|
@@ -57,5 +60,5 @@ export declare class DynamicFormHijriDateitemComponent implements OnInit, Contro
|
|
|
57
60
|
setValue(event: any): void;
|
|
58
61
|
isRequired(): any;
|
|
59
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFormHijriDateitemComponent, [null, { optional: true; self: true; }]>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormHijriDateitemComponent, "cts-dynamic-form-hijri-dateitem", never, { "minHijri": "minHijri"; "maxHijri": "maxHijri"; "minGreg": "minGreg"; "maxGreg": "maxGreg"; "label": "label"; "isDisabled": "isDisabled"; "range": "range"; "vertical": "vertical"; "isReadOnly": "isReadOnly"; }, { "valueChanged": "valueChanged"; }, never, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFormHijriDateitemComponent, "cts-dynamic-form-hijri-dateitem", never, { "minHijri": "minHijri"; "maxHijri": "maxHijri"; "minGreg": "minGreg"; "maxGreg": "maxGreg"; "label": "label"; "isDisabled": "isDisabled"; "range": "range"; "vertical": "vertical"; "isReadOnly": "isReadOnly"; "placeholder": "placeholder"; }, { "valueChanged": "valueChanged"; }, never, never>;
|
|
61
64
|
}
|