@indigina/kendo 1.1.2 → 1.1.5
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/assets/styles/Site.css +68 -9
- package/esm2020/lib/kendo.module.mjs +8 -3
- package/esm2020/lib/models/User.mjs +2 -0
- package/esm2020/lib/services/partner.service.mjs +16 -0
- package/esm2020/lib/widgets/entity-list/entity-list.component.mjs +8 -8
- package/esm2020/lib/widgets/entity-list/user-list-admin.component.mjs +38 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/indigina-kendo.mjs +503 -465
- package/fesm2015/indigina-kendo.mjs.map +1 -1
- package/fesm2020/indigina-kendo.mjs +553 -515
- package/fesm2020/indigina-kendo.mjs.map +1 -1
- package/lib/kendo.module.d.ts +16 -15
- package/lib/models/User.d.ts +5 -0
- package/lib/services/partner.service.d.ts +9 -0
- package/lib/widgets/entity-list/entity-list.component.d.ts +2 -2
- package/lib/widgets/entity-list/user-list-admin.component.d.ts +16 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
package/lib/kendo.module.d.ts
CHANGED
|
@@ -22,24 +22,25 @@ import * as i16 from "./widgets/current-timezone/current-timezone.component";
|
|
|
22
22
|
import * as i17 from "./widgets/modal-window/modal-window.component";
|
|
23
23
|
import * as i18 from "./angular/widgets/live-updates-control/live-updates-control.component";
|
|
24
24
|
import * as i19 from "./components/azure-login-callback/azure-login-callback.component";
|
|
25
|
-
import * as i20 from "
|
|
26
|
-
import * as i21 from "@angular/
|
|
27
|
-
import * as i22 from "
|
|
28
|
-
import * as i23 from "angular
|
|
29
|
-
import * as i24 from "
|
|
30
|
-
import * as i25 from "@progress/kendo-angular-
|
|
31
|
-
import * as i26 from "@progress/kendo-angular-
|
|
32
|
-
import * as i27 from "@progress/kendo-angular-
|
|
33
|
-
import * as i28 from "@progress/kendo-angular-
|
|
34
|
-
import * as i29 from "@angular
|
|
35
|
-
import * as i30 from "@
|
|
36
|
-
import * as i31 from "@progress/kendo-angular-
|
|
37
|
-
import * as i32 from "@progress/kendo-angular-
|
|
38
|
-
import * as i33 from "@
|
|
25
|
+
import * as i20 from "./widgets/entity-list/user-list-admin.component";
|
|
26
|
+
import * as i21 from "@angular/common";
|
|
27
|
+
import * as i22 from "@angular/router";
|
|
28
|
+
import * as i23 from "./angular/indigina.module";
|
|
29
|
+
import * as i24 from "angular-oauth2-oidc";
|
|
30
|
+
import * as i25 from "@progress/kendo-angular-popup";
|
|
31
|
+
import * as i26 from "@progress/kendo-angular-grid";
|
|
32
|
+
import * as i27 from "@progress/kendo-angular-inputs";
|
|
33
|
+
import * as i28 from "@progress/kendo-angular-buttons";
|
|
34
|
+
import * as i29 from "@progress/kendo-angular-dialog";
|
|
35
|
+
import * as i30 from "@angular/forms";
|
|
36
|
+
import * as i31 from "@progress/kendo-angular-dropdowns";
|
|
37
|
+
import * as i32 from "@progress/kendo-angular-tooltip";
|
|
38
|
+
import * as i33 from "@progress/kendo-angular-dateinputs";
|
|
39
|
+
import * as i34 from "@azure/msal-angular";
|
|
39
40
|
export declare class KendoModule {
|
|
40
41
|
static forRoot(config: IndiginaConfiguration): ModuleWithProviders<KendoModule>;
|
|
41
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<KendoModule, never>;
|
|
42
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<KendoModule, [typeof i1.TopMenuComponent, typeof i2.FooterBarComponent, typeof i3.AccountMenuComponent, typeof i4.LanguageSelectorComponent, typeof i5.EntityEditButtonsBarComponent, typeof i6.EntityEditFormComponent, typeof i7.EntityListComponent, typeof i8.FieldDropdownComponent, typeof i9.FieldMultiSelectComponent, typeof i10.FieldDropdownlistComponent, typeof i11.ConfirmDialogComponent, typeof i12.ExcelExportButtonComponent, typeof i13.MulticheckFilterComponent, typeof i14.RequirePermissionDirective, typeof i15.ActivityFilterComponent, typeof i16.CurrentTimezoneComponent, typeof i17.ModalWindowComponent, typeof i18.LiveUpdatesControlComponent, typeof i19.AzureLoginCallbackComponent], [typeof
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<KendoModule, [typeof i1.TopMenuComponent, typeof i2.FooterBarComponent, typeof i3.AccountMenuComponent, typeof i4.LanguageSelectorComponent, typeof i5.EntityEditButtonsBarComponent, typeof i6.EntityEditFormComponent, typeof i7.EntityListComponent, typeof i8.FieldDropdownComponent, typeof i9.FieldMultiSelectComponent, typeof i10.FieldDropdownlistComponent, typeof i11.ConfirmDialogComponent, typeof i12.ExcelExportButtonComponent, typeof i13.MulticheckFilterComponent, typeof i14.RequirePermissionDirective, typeof i15.ActivityFilterComponent, typeof i16.CurrentTimezoneComponent, typeof i17.ModalWindowComponent, typeof i18.LiveUpdatesControlComponent, typeof i19.AzureLoginCallbackComponent, typeof i20.UserListAdminComponent], [typeof i21.CommonModule, typeof i22.RouterModule, typeof i23.IndiginaModule, typeof i24.OAuthModule, typeof i25.PopupModule, typeof i26.GridModule, typeof i26.ExcelModule, typeof i27.InputsModule, typeof i28.ButtonsModule, typeof i29.DialogsModule, typeof i21.CommonModule, typeof i30.FormsModule, typeof i29.WindowModule, typeof i29.DialogsModule, typeof i30.ReactiveFormsModule, typeof i31.DropDownsModule, typeof i32.TooltipModule, typeof i33.DateInputsModule, typeof i34.MsalModule], [typeof i1.TopMenuComponent, typeof i2.FooterBarComponent, typeof i3.AccountMenuComponent, typeof i4.LanguageSelectorComponent, typeof i23.IndiginaModule, typeof i25.PopupModule, typeof i24.OAuthModule, typeof i31.DropDownsModule, typeof i32.TooltipModule, typeof i33.DateInputsModule, typeof i29.WindowModule, typeof i29.DialogsModule, typeof i25.PopupModule, typeof i26.GridModule, typeof i26.ExcelModule, typeof i27.InputsModule, typeof i28.ButtonsModule, typeof i5.EntityEditButtonsBarComponent, typeof i6.EntityEditFormComponent, typeof i7.EntityListComponent, typeof i8.FieldDropdownComponent, typeof i9.FieldMultiSelectComponent, typeof i10.FieldDropdownlistComponent, typeof i11.ConfirmDialogComponent, typeof i12.ExcelExportButtonComponent, typeof i13.MulticheckFilterComponent, typeof i14.RequirePermissionDirective, typeof i15.ActivityFilterComponent, typeof i16.CurrentTimezoneComponent, typeof i17.ModalWindowComponent, typeof i18.LiveUpdatesControlComponent, typeof i34.MsalModule, typeof i19.AzureLoginCallbackComponent, typeof i20.UserListAdminComponent]>;
|
|
43
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<KendoModule>;
|
|
44
45
|
}
|
|
45
46
|
export declare function OAuthConfigFactory(appSettings: AppSettings): OAuthModuleConfig;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { NamedModel } from './../angular/models/NamedModel';
|
|
2
|
+
import { EntityService } from './entity.service';
|
|
3
|
+
import { HttpService } from '../angular/services/http.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PartnerService extends EntityService<NamedModel> {
|
|
6
|
+
constructor(httpService: HttpService);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PartnerService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PartnerService>;
|
|
9
|
+
}
|
|
@@ -49,10 +49,10 @@ export declare class EntityListComponent implements OnInit, OnChanges {
|
|
|
49
49
|
onSearch(value: string): void;
|
|
50
50
|
getAllData(): Observable<Page<NamedModel>>;
|
|
51
51
|
getRowClass(context: RowClassArgs): Object;
|
|
52
|
-
|
|
52
|
+
protected getFilteredData(): void;
|
|
53
53
|
protected updateGrid(data: NamedModel): void;
|
|
54
|
-
private remove;
|
|
55
54
|
protected getData(): void;
|
|
55
|
+
private remove;
|
|
56
56
|
private getFilter;
|
|
57
57
|
private onFilterChange;
|
|
58
58
|
private restoreGridState;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
4
|
+
import { NamedModel } from '../../angular/models/NamedModel';
|
|
5
|
+
import { PartnerService } from '../../services/partner.service';
|
|
6
|
+
import { EntityListComponent } from './entity-list.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class UserListAdminComponent extends EntityListComponent {
|
|
9
|
+
private partnerService;
|
|
10
|
+
constructor(translate: TranslateService, route: ActivatedRoute, router: Router, partnerService: PartnerService);
|
|
11
|
+
onActivate(child: {
|
|
12
|
+
saved: EventEmitter<NamedModel>;
|
|
13
|
+
}): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserListAdminComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserListAdminComponent, "lib-user-list-admin", never, {}, {}, never, ["*"]>;
|
|
16
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -54,6 +54,7 @@ export { Page } from './lib/models/Page';
|
|
|
54
54
|
export { Permissions } from './lib/models/Permissions';
|
|
55
55
|
export { PermissionTypes } from './lib/models/PermissionTypes';
|
|
56
56
|
export { SystemInfo } from './lib/models/SystemInfo';
|
|
57
|
+
export { User } from './lib/models/User';
|
|
57
58
|
export { AccountService } from './lib/services/account.service';
|
|
58
59
|
export { ActivityFilterService } from './lib/services/activity.filter.service';
|
|
59
60
|
export { AuthProviderResolver } from './lib/services/auth-provider.resolver';
|
|
@@ -74,6 +75,7 @@ export { EntityEditFormComponent } from './lib/widgets/entity-edit/entity-edit-f
|
|
|
74
75
|
export { EntityEditComponent } from './lib/widgets/entity-edit/entity-edit.component';
|
|
75
76
|
export { FieldDropdownComponent } from './lib/widgets/entity-edit/field-dropdown/field-dropdown.component';
|
|
76
77
|
export { FieldMultiSelectComponent } from './lib/widgets/entity-edit/field-multiselect/field-multiselect.component';
|
|
78
|
+
export { UserListAdminComponent } from './lib/widgets/entity-list/user-list-admin.component';
|
|
77
79
|
export { Command } from './lib/widgets/entity-list/Command';
|
|
78
80
|
export { EntityListComponent } from './lib/widgets/entity-list/entity-list.component';
|
|
79
81
|
export { Field } from './lib/widgets/entity-list/Field';
|