@brggroup/share-lib 0.0.49 → 0.0.51
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 +21 -14
- package/fesm2022/brggroup-share-lib.mjs.map +1 -1
- package/lib/directive/uppercase-first-letter.directive.d.ts +3 -3
- package/lib/directive/uppercase-first-letter.directive.d.ts.map +1 -1
- package/lib/services/api-service/common.service.d.ts +2 -2
- package/lib/services/api-service/common.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -420,16 +420,10 @@ class CommonService extends HTTPService {
|
|
|
420
420
|
}));
|
|
421
421
|
}
|
|
422
422
|
ExportPdf(data) {
|
|
423
|
-
return firstValueFrom(this.httpClient.post(AppGlobals.apiEndpoint + '/api/Common/ExportPdf', data
|
|
424
|
-
responseType: ENUM_ResponseType.BLOB,
|
|
425
|
-
observe: 'response',
|
|
426
|
-
}));
|
|
423
|
+
return firstValueFrom(this.httpClient.post(AppGlobals.apiEndpoint + '/api/Common/ExportPdf', data));
|
|
427
424
|
}
|
|
428
425
|
ExportDocx(data) {
|
|
429
|
-
return firstValueFrom(this.httpClient.post(AppGlobals.apiEndpoint + '/api/Common/ExportDocx', data
|
|
430
|
-
responseType: ENUM_ResponseType.BLOB,
|
|
431
|
-
observe: 'response',
|
|
432
|
-
}));
|
|
426
|
+
return firstValueFrom(this.httpClient.post(AppGlobals.apiEndpoint + '/api/Common/ExportDocx', data));
|
|
433
427
|
}
|
|
434
428
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: CommonService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
435
429
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: CommonService, providedIn: 'root' });
|
|
@@ -4868,7 +4862,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
4868
4862
|
}]
|
|
4869
4863
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }] });
|
|
4870
4864
|
|
|
4871
|
-
class
|
|
4865
|
+
class UppercaseFirstLetterDirective {
|
|
4872
4866
|
el;
|
|
4873
4867
|
renderer;
|
|
4874
4868
|
constructor(el, renderer) {
|
|
@@ -4890,13 +4884,26 @@ class UppercaseFirstLetterDirective1 {
|
|
|
4890
4884
|
return value;
|
|
4891
4885
|
return value.charAt(0).toUpperCase() + value.slice(1);
|
|
4892
4886
|
}
|
|
4893
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type:
|
|
4894
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.7", type:
|
|
4887
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: UppercaseFirstLetterDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4888
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.7", type: UppercaseFirstLetterDirective, isStandalone: true, selector: "[uppercaseFirstLetter]", host: { listeners: { "input": "onInput($event)" } }, providers: [
|
|
4889
|
+
{
|
|
4890
|
+
provide: NG_VALUE_ACCESSOR,
|
|
4891
|
+
useExisting: forwardRef(() => UppercaseFirstLetterDirective),
|
|
4892
|
+
multi: true,
|
|
4893
|
+
},
|
|
4894
|
+
], ngImport: i0 });
|
|
4895
4895
|
}
|
|
4896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type:
|
|
4896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: UppercaseFirstLetterDirective, decorators: [{
|
|
4897
4897
|
type: Directive,
|
|
4898
4898
|
args: [{
|
|
4899
|
-
selector: '[
|
|
4899
|
+
selector: '[uppercaseFirstLetter]',
|
|
4900
|
+
providers: [
|
|
4901
|
+
{
|
|
4902
|
+
provide: NG_VALUE_ACCESSOR,
|
|
4903
|
+
useExisting: forwardRef(() => UppercaseFirstLetterDirective),
|
|
4904
|
+
multi: true,
|
|
4905
|
+
},
|
|
4906
|
+
],
|
|
4900
4907
|
}]
|
|
4901
4908
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { onInput: [{
|
|
4902
4909
|
type: HostListener,
|
|
@@ -5307,5 +5314,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImpor
|
|
|
5307
5314
|
* Generated bundle index. Do not edit.
|
|
5308
5315
|
*/
|
|
5309
5316
|
|
|
5310
|
-
export { AnimatedDigitComponent, AppGlobals, AppStorage, AuthGuard, AutoFocusDirective, BarGraphComponent, BaseComponent, BaseGuardChangeComponent, BaseOverlayComponent, Box, Breadcrumb, CheckModel, CommonService, DashcardComponent, DateInputParserDirective, DateTimeHelper, DoughnutGraphComponent, DownloadHelper, ENUM_ResponseType, ExtendCheckbox, ExtendDatePicker, ExtendDateRangePicker, ExtendInput, ExtendInputNumber, ExtendSelectComponent, ExtendTextArea, GlobalSpinnerComponent, GridFilter, HTTPService, Height, LimitWordsPipe, LineGraphComponent, LoadingService, NoPermission, NotiService, NullIfEmptyDirective, NumberOnlyDirective, OrderOption, PagingData, PagingModel, PdfViewerComponent, RouteMonitorService, TableHeader, ThemeService, TokenStorage, TranslateKey, UnsavedChangesGuard, UpperCaseFirsLetterEachWordDirective, UppercaseDirective,
|
|
5317
|
+
export { AnimatedDigitComponent, AppGlobals, AppStorage, AuthGuard, AutoFocusDirective, BarGraphComponent, BaseComponent, BaseGuardChangeComponent, BaseOverlayComponent, Box, Breadcrumb, CheckModel, CommonService, DashcardComponent, DateInputParserDirective, DateTimeHelper, DoughnutGraphComponent, DownloadHelper, ENUM_ResponseType, ExtendCheckbox, ExtendDatePicker, ExtendDateRangePicker, ExtendInput, ExtendInputNumber, ExtendSelectComponent, ExtendTextArea, GlobalSpinnerComponent, GridFilter, HTTPService, Height, LimitWordsPipe, LineGraphComponent, LoadingService, NoPermission, NotiService, NullIfEmptyDirective, NumberOnlyDirective, OrderOption, PagingData, PagingModel, PdfViewerComponent, RouteMonitorService, TableHeader, ThemeService, TokenStorage, TranslateKey, UnsavedChangesGuard, UpperCaseFirsLetterEachWordDirective, UppercaseDirective, UppercaseFirstLetterDirective, VscService, Width, Workflow, WorkflowAction, WorkflowActionEditorOption, WorkflowEditorComponent, WorkflowEditorOption, WorkflowStage, WorkflowStageEditorOption, XLSXHelper, authInterceptor };
|
|
5311
5318
|
//# sourceMappingURL=brggroup-share-lib.mjs.map
|