@indigina/kendo 1.2.27 → 1.2.28
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/esm2022/lib/angular/forms/directives/debounce.directive.mjs +4 -4
- package/esm2022/lib/angular/forms/widgets/field/field-input/field-input.component.mjs +4 -4
- package/esm2022/lib/angular/forms/widgets/field/field-input/field-input.module.mjs +5 -5
- package/esm2022/lib/angular/forms/widgets/field/field-input/number-input.component.mjs +4 -4
- package/esm2022/lib/angular/forms/widgets/field/field.component.mjs +4 -4
- package/esm2022/lib/angular/forms/widgets/file/file-select/field-file-select.component.mjs +45 -0
- package/esm2022/lib/angular/forms/widgets/file/file-select/field-file-select.module.mjs +43 -0
- package/esm2022/lib/angular/forms/widgets/file/file-upload/field-file-upload.component.mjs +52 -0
- package/esm2022/lib/angular/forms/widgets/file/file-upload/field-file-upload.module.mjs +51 -0
- package/esm2022/lib/angular/forms/widgets/general-errors/general-errors.component.mjs +4 -4
- package/esm2022/lib/angular/forms/widgets/textarea/field-textarea.component.mjs +33 -0
- package/esm2022/lib/angular/forms/widgets/textarea/field-textarea.module.mjs +47 -0
- package/esm2022/lib/angular/indigina.module.mjs +5 -5
- package/esm2022/lib/angular/models/AppSettings.mjs +4 -4
- package/esm2022/lib/angular/models/IndiginaConfiguration.mjs +4 -4
- package/esm2022/lib/angular/services/http.service.mjs +4 -4
- package/esm2022/lib/angular/services/locale-settings.service.mjs +4 -4
- package/esm2022/lib/angular/services/settings.service.mjs +4 -4
- package/esm2022/lib/angular/services/toastr.service.mjs +4 -4
- package/esm2022/lib/angular/widgets/live-updates-control/live-updates-control.component.mjs +4 -4
- package/esm2022/lib/angular/widgets/side-menu/menu-item-group/menu-item-group.component.mjs +4 -4
- package/esm2022/lib/angular/widgets/side-menu/side-menu.component.mjs +4 -4
- package/esm2022/lib/angular/widgets/tree-view/tree-view-node/tree-view-node.component.mjs +4 -4
- package/esm2022/lib/angular/widgets/tree-view/tree-view.component.mjs +4 -4
- package/esm2022/lib/components/account-menu/account-menu.component.mjs +4 -4
- package/esm2022/lib/components/azure-login-callback/azure-login-callback.component.mjs +4 -4
- package/esm2022/lib/components/language-selector/language-selector.component.mjs +4 -4
- package/esm2022/lib/directives/requirePermission.directive.mjs +4 -4
- package/esm2022/lib/interceptors/auth-headers.interceptor.mjs +4 -4
- package/esm2022/lib/kendo.module.mjs +5 -5
- package/esm2022/lib/services/account.service.mjs +4 -4
- package/esm2022/lib/services/activity.filter.service.mjs +4 -4
- package/esm2022/lib/services/auth-provider.resolver.mjs +4 -4
- package/esm2022/lib/services/partner.service.mjs +4 -4
- package/esm2022/lib/services/permissions.service.mjs +4 -4
- package/esm2022/lib/services/signalr/signalr.service.mjs +4 -4
- package/esm2022/lib/widgets/activity-filter/activity-filter.component.mjs +4 -4
- package/esm2022/lib/widgets/confirm-dialog/confirm-dialog.component.mjs +4 -4
- package/esm2022/lib/widgets/current-timezone/current-timezone.component.mjs +4 -4
- package/esm2022/lib/widgets/entity-edit/buttons-bar/buttons-bar.component.mjs +4 -4
- package/esm2022/lib/widgets/entity-edit/entity-edit-form.component.mjs +4 -4
- package/esm2022/lib/widgets/entity-edit/field-dropdown/field-dropdown.component.mjs +4 -4
- package/esm2022/lib/widgets/entity-edit/field-dropdown/field-dropdown.module.mjs +5 -5
- package/esm2022/lib/widgets/entity-edit/field-multiselect/field-multiselect.component.mjs +4 -4
- package/esm2022/lib/widgets/entity-list/entity-list.component.mjs +4 -4
- package/esm2022/lib/widgets/entity-list/field-dropdownlist/field-dropdownlist.component.mjs +4 -4
- package/esm2022/lib/widgets/entity-list/user-list-admin.component.mjs +4 -4
- package/esm2022/lib/widgets/excel-export-button/excel-export-button.component.mjs +4 -4
- package/esm2022/lib/widgets/footer-bar/footer-bar.component.mjs +4 -4
- package/esm2022/lib/widgets/modal-window/modal-window.component.mjs +4 -4
- package/esm2022/lib/widgets/multicheck-filter/multicheck-filter.component.mjs +4 -4
- package/esm2022/lib/widgets/top-bar/top-bar.component.mjs +4 -4
- package/esm2022/public-api.mjs +7 -1
- package/fesm2022/indigina-kendo.mjs +367 -148
- package/fesm2022/indigina-kendo.mjs.map +1 -1
- package/lib/angular/forms/widgets/file/file-select/field-file-select.component.d.ts +19 -0
- package/lib/angular/forms/widgets/file/file-select/field-file-select.module.d.ts +13 -0
- package/lib/angular/forms/widgets/file/file-upload/field-file-upload.component.d.ts +22 -0
- package/lib/angular/forms/widgets/file/file-upload/field-file-upload.module.d.ts +15 -0
- package/lib/angular/forms/widgets/textarea/field-textarea.component.d.ts +14 -0
- package/lib/angular/forms/widgets/textarea/field-textarea.module.d.ts +14 -0
- package/package.json +18 -17
- package/public-api.d.ts +6 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { FileRestrictions } from '@progress/kendo-angular-upload';
|
|
2
|
+
import { FieldComponent } from '../../field/field.component';
|
|
3
|
+
import { FormGroupDirective } from '@angular/forms';
|
|
4
|
+
import { ElementRef } from '@angular/core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FieldFileSelectComponent extends FieldComponent<File> {
|
|
7
|
+
parent: FormGroupDirective;
|
|
8
|
+
eref: ElementRef;
|
|
9
|
+
private defaultFileRestrictions;
|
|
10
|
+
labelKey: string;
|
|
11
|
+
fieldName: string;
|
|
12
|
+
multiple: boolean;
|
|
13
|
+
showFileList: boolean;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
restrictions: FileRestrictions;
|
|
16
|
+
constructor(parent: FormGroupDirective, eref: ElementRef);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileSelectComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldFileSelectComponent, "field-file-select", never, { "labelKey": { "alias": "labelKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "restrictions": { "alias": "restrictions"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./field-file-select.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@ngx-translate/core";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "../../field/field-input/field-input.module";
|
|
7
|
+
import * as i6 from "@angular/common/http";
|
|
8
|
+
import * as i7 from "@progress/kendo-angular-upload";
|
|
9
|
+
export declare class FieldFileSelectModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileSelectModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FieldFileSelectModule, [typeof i1.FieldFileSelectComponent], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.TranslateModule, typeof i4.CommonModule, typeof i5.FieldInputModule, typeof i6.HttpClientModule, typeof i7.UploadsModule], [typeof i1.FieldFileSelectComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FieldFileSelectModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { FormGroupDirective } from '@angular/forms';
|
|
3
|
+
import { FieldComponent } from '../../field/field.component';
|
|
4
|
+
import { FileRestrictions } from '@progress/kendo-angular-upload';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class FieldFileUploadComponent extends FieldComponent<File> {
|
|
7
|
+
parent: FormGroupDirective;
|
|
8
|
+
eref: ElementRef;
|
|
9
|
+
private defaultFileRestrictions;
|
|
10
|
+
labelKey: string;
|
|
11
|
+
fieldName: string;
|
|
12
|
+
multiple: boolean;
|
|
13
|
+
showFileList: boolean;
|
|
14
|
+
autoUpload: boolean;
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
saveUrl: string;
|
|
17
|
+
removeUrl: string;
|
|
18
|
+
restrictions: FileRestrictions;
|
|
19
|
+
constructor(parent: FormGroupDirective, eref: ElementRef);
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileUploadComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldFileUploadComponent, "field-file-upload", never, { "labelKey": { "alias": "labelKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "autoUpload": { "alias": "autoUpload"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "saveUrl": { "alias": "saveUrl"; "required": false; }; "removeUrl": { "alias": "removeUrl"; "required": false; }; "restrictions": { "alias": "restrictions"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./field-file-upload.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@ngx-translate/core";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "../../field/field-input/field-input.module";
|
|
7
|
+
import * as i6 from "@angular/common/http";
|
|
8
|
+
import * as i7 from "@progress/kendo-angular-upload";
|
|
9
|
+
import * as i8 from "@progress/kendo-angular-inputs";
|
|
10
|
+
import * as i9 from "@progress/kendo-angular-buttons";
|
|
11
|
+
export declare class FieldFileUploadModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldFileUploadModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FieldFileUploadModule, [typeof i1.FieldFileUploadComponent], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.TranslateModule, typeof i4.CommonModule, typeof i5.FieldInputModule, typeof i6.HttpClientModule, typeof i7.UploadsModule, typeof i8.InputsModule, typeof i9.ButtonsModule], [typeof i1.FieldFileUploadComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FieldFileUploadModule>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { FormGroupDirective } from '@angular/forms';
|
|
3
|
+
import { FieldComponent } from '../field/field.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FieldTextAreaComponent extends FieldComponent<string> {
|
|
6
|
+
parent: FormGroupDirective;
|
|
7
|
+
eref: ElementRef;
|
|
8
|
+
labelKey: string;
|
|
9
|
+
fieldName: string;
|
|
10
|
+
readonly: boolean;
|
|
11
|
+
constructor(parent: FormGroupDirective, eref: ElementRef);
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldTextAreaComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FieldTextAreaComponent, "field-textarea", never, { "labelKey": { "alias": "labelKey"; "required": false; }; "fieldName": { "alias": "fieldName"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./field-textarea.component";
|
|
3
|
+
import * as i2 from "@angular/forms";
|
|
4
|
+
import * as i3 from "@ngx-translate/core";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "../field/field-input/field-input.module";
|
|
7
|
+
import * as i6 from "@angular/common/http";
|
|
8
|
+
import * as i7 from "@progress/kendo-angular-inputs";
|
|
9
|
+
import * as i8 from "@progress/kendo-angular-buttons";
|
|
10
|
+
export declare class FieldTextAreaModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FieldTextAreaModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FieldTextAreaModule, [typeof i1.FieldTextAreaComponent], [typeof i2.ReactiveFormsModule, typeof i2.FormsModule, typeof i3.TranslateModule, typeof i4.CommonModule, typeof i5.FieldInputModule, typeof i6.HttpClientModule, typeof i7.InputsModule, typeof i8.ButtonsModule], [typeof i1.FieldTextAreaComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FieldTextAreaModule>;
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@indigina/kendo",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.28",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/compiler": "^16.2.8",
|
|
6
6
|
"@angular/core": "^16.2.8"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@progress/kendo-angular-buttons": "^
|
|
10
|
-
"@progress/kendo-angular-common": "^
|
|
11
|
-
"@progress/kendo-angular-dateinputs": "^
|
|
12
|
-
"@progress/kendo-angular-dialog": "^
|
|
13
|
-
"@progress/kendo-angular-dropdowns": "^
|
|
14
|
-
"@progress/kendo-angular-excel-export": "^
|
|
15
|
-
"@progress/kendo-angular-grid": "^
|
|
16
|
-
"@progress/kendo-angular-inputs": "^
|
|
17
|
-
"@progress/kendo-angular-intl": "^
|
|
18
|
-
"@progress/kendo-angular-l10n": "^
|
|
19
|
-
"@progress/kendo-angular-label": "^
|
|
20
|
-
"@progress/kendo-angular-pdf-export": "^
|
|
21
|
-
"@progress/kendo-angular-popup": "^
|
|
22
|
-
"@progress/kendo-angular-tooltip": "^
|
|
23
|
-
"@progress/kendo-angular-treeview": "^
|
|
9
|
+
"@progress/kendo-angular-buttons": "^14.0.1",
|
|
10
|
+
"@progress/kendo-angular-common": "^14.0.1",
|
|
11
|
+
"@progress/kendo-angular-dateinputs": "^14.0.1",
|
|
12
|
+
"@progress/kendo-angular-dialog": "^14.0.1",
|
|
13
|
+
"@progress/kendo-angular-dropdowns": "^14.0.1",
|
|
14
|
+
"@progress/kendo-angular-excel-export": "^14.0.1",
|
|
15
|
+
"@progress/kendo-angular-grid": "^14.0.1",
|
|
16
|
+
"@progress/kendo-angular-inputs": "^14.0.1",
|
|
17
|
+
"@progress/kendo-angular-intl": "^14.0.1",
|
|
18
|
+
"@progress/kendo-angular-l10n": "^14.0.1",
|
|
19
|
+
"@progress/kendo-angular-label": "^14.0.1",
|
|
20
|
+
"@progress/kendo-angular-pdf-export": "^14.0.1",
|
|
21
|
+
"@progress/kendo-angular-popup": "^14.0.1",
|
|
22
|
+
"@progress/kendo-angular-tooltip": "^14.0.1",
|
|
23
|
+
"@progress/kendo-angular-treeview": "^14.0.1",
|
|
24
|
+
"@progress/kendo-angular-upload": "^14.0.1",
|
|
24
25
|
"@progress/kendo-data-query": "^1.7.0",
|
|
25
26
|
"@progress/kendo-drawing": "^1.18.0",
|
|
26
|
-
"@progress/kendo-theme-default": "^
|
|
27
|
+
"@progress/kendo-theme-default": "^7.0.1",
|
|
27
28
|
"@progress/kendo-licensing": ">1.1.2",
|
|
28
29
|
"async-mutex": "^0.4.0",
|
|
29
30
|
"@azure/msal-angular": "^3.0.5",
|
package/public-api.d.ts
CHANGED
|
@@ -8,6 +8,9 @@ export * from 'ngx-clipboard';
|
|
|
8
8
|
export * from 'ngx-toastr';
|
|
9
9
|
export { IndiginaModule } from '././lib/angular/indigina.module';
|
|
10
10
|
export { FieldInputModule } from './lib/angular/forms/widgets/field/field-input/field-input.module';
|
|
11
|
+
export { FieldFileUploadModule } from './lib/angular/forms/widgets/file/file-upload/field-file-upload.module';
|
|
12
|
+
export { FieldTextAreaModule } from './lib/angular/forms/widgets/textarea/field-textarea.module';
|
|
13
|
+
export { FieldFileSelectModule } from './lib/angular/forms/widgets/file/file-select/field-file-select.module';
|
|
11
14
|
export { BaseAccountService } from '././lib/services/base.account.service';
|
|
12
15
|
export { ISubscriptionControl } from './lib/angular/extensions/ISubscriptionControl';
|
|
13
16
|
export { ReEntrySubscription } from './lib/angular/extensions/ReEntrySubscription';
|
|
@@ -16,6 +19,9 @@ export { FormGroupWithErrors } from './lib/angular/forms/extensions/FormGroupWit
|
|
|
16
19
|
export { FieldInputComponent } from './lib/angular/forms/widgets/field/field-input/field-input.component';
|
|
17
20
|
export { NumberInputComponent } from './lib/angular/forms/widgets/field/field-input/number-input.component';
|
|
18
21
|
export { FieldComponent } from './lib/angular/forms/widgets/field/field.component';
|
|
22
|
+
export { FieldFileUploadComponent } from './lib/angular/forms/widgets/file/file-upload/field-file-upload.component';
|
|
23
|
+
export { FieldFileSelectComponent } from './lib/angular/forms/widgets/file/file-select/field-file-select.component';
|
|
24
|
+
export { FieldTextAreaComponent } from './lib/angular/forms/widgets/textarea/field-textarea.component';
|
|
19
25
|
export { GeneralErrorsComponent } from './lib/angular/forms/widgets/general-errors/general-errors.component';
|
|
20
26
|
export { AppSettings } from './lib/angular/models/AppSettings';
|
|
21
27
|
export type { CustomHttpErrorResponse } from './lib/angular/models/CustomHttpErrorResponse';
|