@brggroup/share-lib 0.1.13 → 0.1.15
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/fesm2022/brggroup-share-lib.mjs +53 -12
- package/fesm2022/brggroup-share-lib.mjs.map +1 -1
- package/lib/components/base.guard-change.d.ts +6 -1
- package/lib/components/base.guard-change.d.ts.map +1 -1
- package/lib/components/extend-select/extend-select.d.ts +4 -1
- package/lib/components/extend-select/extend-select.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,12 @@ import { CanComponentDeactivate } from '../auth/unsaved-changes.guard';
|
|
|
3
3
|
import { FormGroup } from '@angular/forms';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class BaseGuardChangeComponent extends BaseComponent implements CanComponentDeactivate {
|
|
6
|
-
|
|
6
|
+
private lstFormData;
|
|
7
|
+
addTrackDirty(formData: FormGroup): void;
|
|
8
|
+
onAnyInput(event: Event): void;
|
|
9
|
+
onAnyChange(event: Event): void;
|
|
10
|
+
hasUnsavedChanges: boolean;
|
|
11
|
+
markAsUnsaved(): void;
|
|
7
12
|
unloadNotification($event: any): void;
|
|
8
13
|
canDeactivate(): Promise<boolean>;
|
|
9
14
|
clearChange(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.guard-change.d.ts","sourceRoot":"","sources":["../../../../projects/share/src/lib/components/base.guard-change.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAE3C,qBAGa,wBAAyB,SAAQ,aAAc,YAAW,sBAAsB;IAC3F,
|
|
1
|
+
{"version":3,"file":"base.guard-change.d.ts","sourceRoot":"","sources":["../../../../projects/share/src/lib/components/base.guard-change.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;;AAE3C,qBAGa,wBAAyB,SAAQ,aAAc,YAAW,sBAAsB;IAC3F,OAAO,CAAC,WAAW,CAAmB;IAEtC,aAAa,CAAC,QAAQ,EAAE,SAAS;IAKjC,UAAU,CAAC,KAAK,EAAE,KAAK;IAKvB,WAAW,CAAC,KAAK,EAAE,KAAK;IAIxB,iBAAiB,UAAS;IAC1B,aAAa;IAKb,kBAAkB,CAAC,MAAM,EAAE,GAAG;IAOxB,aAAa,IAAI,OAAO,CAAC,OAAO,CAAC;IAOvC,WAAW;yCArCA,wBAAwB;2CAAxB,wBAAwB;CA6CpC"}
|
|
@@ -41,12 +41,15 @@ export declare class ExtendSelectComponent {
|
|
|
41
41
|
_ngModelChange: EventEmitter<any>;
|
|
42
42
|
itemChange: EventEmitter<any>;
|
|
43
43
|
onFocus: EventEmitter<any>;
|
|
44
|
+
isSubmit: boolean;
|
|
44
45
|
get cssHeight(): string | null;
|
|
45
46
|
private _disabled;
|
|
46
47
|
ngOnInit(): void;
|
|
47
48
|
getDisplay(item: any): string;
|
|
48
49
|
onSelectChange(val: any): void;
|
|
50
|
+
get isInvalidNgModel(): boolean;
|
|
51
|
+
get customValidateStatus(): string;
|
|
49
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExtendSelectComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExtendSelectComponent, "extend-select", never, { "layOutType": { "alias": "layOutType"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeHolder": { "alias": "placeHolder"; "required": false; }; "labelAlign": { "alias": "labelAlign"; "required": false; }; "dropdownMatchSelectWidth": { "alias": "dropdownMatchSelectWidth"; "required": false; }; "labelSpan": { "alias": "labelSpan"; "required": false; }; "labelFlex": { "alias": "labelFlex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "noBottom": { "alias": "noBottom"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; }; "maxTagCount": { "alias": "maxTagCount"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "inputHeight": { "alias": "inputHeight"; "required": false; }; "borderBottomOnly": { "alias": "borderBottomOnly"; "required": false; }; "displayInline": { "alias": "displayInline"; "required": false; }; "size": { "alias": "size"; "required": false; }; "lstItem": { "alias": "lstItem"; "required": false; }; "displayField": { "alias": "displayField"; "required": false; }; "displayFields": { "alias": "displayFields"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "formData": { "alias": "formData"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "_ngModel": { "alias": "_ngModel"; "required": false; }; }, { "_ngModelChange": "_ngModelChange"; "itemChange": "itemChange"; "onFocus": "onFocus"; }, never, never, true, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExtendSelectComponent, "extend-select", never, { "layOutType": { "alias": "layOutType"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeHolder": { "alias": "placeHolder"; "required": false; }; "labelAlign": { "alias": "labelAlign"; "required": false; }; "dropdownMatchSelectWidth": { "alias": "dropdownMatchSelectWidth"; "required": false; }; "labelSpan": { "alias": "labelSpan"; "required": false; }; "labelFlex": { "alias": "labelFlex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "noBottom": { "alias": "noBottom"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showSelectAll": { "alias": "showSelectAll"; "required": false; }; "maxTagCount": { "alias": "maxTagCount"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "inputHeight": { "alias": "inputHeight"; "required": false; }; "borderBottomOnly": { "alias": "borderBottomOnly"; "required": false; }; "displayInline": { "alias": "displayInline"; "required": false; }; "size": { "alias": "size"; "required": false; }; "lstItem": { "alias": "lstItem"; "required": false; }; "displayField": { "alias": "displayField"; "required": false; }; "displayFields": { "alias": "displayFields"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "formData": { "alias": "formData"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; "_ngModel": { "alias": "_ngModel"; "required": false; }; "isSubmit": { "alias": "isSubmit"; "required": false; }; }, { "_ngModelChange": "_ngModelChange"; "itemChange": "itemChange"; "onFocus": "onFocus"; }, never, never, true, never>;
|
|
51
54
|
}
|
|
52
55
|
//# sourceMappingURL=extend-select.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extend-select.d.ts","sourceRoot":"","sources":["../../../../../projects/share/src/lib/components/extend-select/extend-select.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,OAAO,EAAkB,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAgD,MAAM,gBAAgB,CAAC;;AAKzF,qBAWa,qBAAqB;IACvB,UAAU,EAAE,YAAY,GAAG,UAAU,CAAgB;IACrD,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,UAAU,EAAE,MAAM,GAAG,OAAO,CAAU;IACtC,wBAAwB,UAAQ;IAEzC;;OAEG;IACM,SAAS,SAAK;IACd,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAQ;IAElD,IACI,QAAQ,IAGM,OAAO,CADxB;IACD,IAAI,QAAQ,CAAC,GAAG,EAAE,OAAO,EAYxB;IACQ,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,aAAa,UAAS;IACtB,WAAW,SAAM;IAEjB,UAAU,SAAM;IAChB,WAAW,SAAM;IACjB,gBAAgB,UAAS;IAElC;;OAEG;IACM,aAAa,UAAS;IACtB,IAAI,EAAE,gBAAgB,CAAa;IAEnC,OAAO,EAAE,GAAG,EAAE,CAAM;IACpB,YAAY,EAAE,MAAM,CAAM;IAC1B,aAAa,EAAE,MAAM,EAAE,CAAM;IAEtC;;OAEG;IACM,UAAU,EAAE,MAAM,CAAM;IAExB,QAAQ,EAAG,SAAS,CAAC;IACrB,WAAW,EAAG,MAAM,CAAC;IAErB,QAAQ,EAAE,GAAG,CAAQ;IACpB,cAAc,oBAAsB;IAEpC,UAAU,oBAAsB;IAEhC,OAAO,oBAAsB;
|
|
1
|
+
{"version":3,"file":"extend-select.d.ts","sourceRoot":"","sources":["../../../../../projects/share/src/lib/components/extend-select/extend-select.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA8B,MAAM,eAAe,CAAC;AACpF,OAAO,EAAkB,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AACxE,OAAO,EAAE,SAAS,EAAgD,MAAM,gBAAgB,CAAC;;AAKzF,qBAWa,qBAAqB;IACvB,UAAU,EAAE,YAAY,GAAG,UAAU,CAAgB;IACrD,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,UAAU,EAAE,MAAM,GAAG,OAAO,CAAU;IACtC,wBAAwB,UAAQ;IAEzC;;OAEG;IACM,SAAS,SAAK;IACd,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAQ;IAElD,IACI,QAAQ,IAGM,OAAO,CADxB;IACD,IAAI,QAAQ,CAAC,GAAG,EAAE,OAAO,EAYxB;IACQ,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IACjB,aAAa,UAAS;IACtB,WAAW,SAAM;IAEjB,UAAU,SAAM;IAChB,WAAW,SAAM;IACjB,gBAAgB,UAAS;IAElC;;OAEG;IACM,aAAa,UAAS;IACtB,IAAI,EAAE,gBAAgB,CAAa;IAEnC,OAAO,EAAE,GAAG,EAAE,CAAM;IACpB,YAAY,EAAE,MAAM,CAAM;IAC1B,aAAa,EAAE,MAAM,EAAE,CAAM;IAEtC;;OAEG;IACM,UAAU,EAAE,MAAM,CAAM;IAExB,QAAQ,EAAG,SAAS,CAAC;IACrB,WAAW,EAAG,MAAM,CAAC;IAErB,QAAQ,EAAE,GAAG,CAAQ;IACpB,cAAc,oBAAsB;IAEpC,UAAU,oBAAsB;IAEhC,OAAO,oBAAsB;IAE9B,QAAQ,UAAS;IAE1B,IACI,SAAS,kBAEZ;IAED,OAAO,CAAC,SAAS,CAAS;IAE1B,QAAQ,IAAI,IAAI;IAiBhB,UAAU,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM;IAgB7B,cAAc,CAAC,GAAG,EAAE,GAAG;IAcvB,IAAI,gBAAgB,IAAI,OAAO,CAW9B;IAED,IAAI,oBAAoB,IAAI,MAAM,CAMjC;yCA5IU,qBAAqB;2CAArB,qBAAqB;CA6IjC"}
|