@cleavelandprice/ngx-lib 4.4.2 → 4.4.4
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/README.md +5 -5
- package/active-directory/material/components/user-chooser/user-chooser.component.d.ts +18 -18
- package/esm2022/active-directory/active-directory.api.mjs +11 -0
- package/esm2022/active-directory/active-directory.module.mjs +40 -0
- package/esm2022/active-directory/cleavelandprice-ngx-lib-active-directory.mjs +5 -0
- package/esm2022/active-directory/material/cleavelandprice-ngx-lib-active-directory-material.mjs +5 -0
- package/esm2022/active-directory/material/components/user-chooser/user-chooser.component.mjs +437 -0
- package/esm2022/active-directory/material/components/user-form-field/user-form-field.component.mjs +159 -0
- package/esm2022/active-directory/material/mat-active-directory.api.mjs +11 -0
- package/esm2022/active-directory/material/mat-active-directory.module.mjs +100 -0
- package/esm2022/active-directory/material/model/default-user-chooser-data.mjs +15 -0
- package/esm2022/active-directory/material/model/default-user-chooser-filter-options.mjs +8 -0
- package/esm2022/active-directory/material/model/selectable-group.mjs +2 -0
- package/esm2022/active-directory/material/model/selectable-user.mjs +2 -0
- package/esm2022/active-directory/material/model/user-chooser-data.mjs +2 -0
- package/esm2022/active-directory/material/model/user-chooser-filter-options.mjs +3 -0
- package/esm2022/active-directory/material/model/user-chooser-mode.mjs +6 -0
- package/esm2022/active-directory/material/model/user-chooser-pre-processing-group.mjs +3 -0
- package/esm2022/active-directory/model/active-directory-service-options-token.mjs +3 -0
- package/esm2022/active-directory/model/active-directory-service-options.mjs +2 -0
- package/esm2022/active-directory/model/ad-object-with-children.mjs +2 -0
- package/esm2022/active-directory/model/ad-object.mjs +2 -0
- package/esm2022/active-directory/model/cache-object.mjs +3 -0
- package/esm2022/active-directory/model/cleaveland-price-user.mjs +2 -0
- package/esm2022/active-directory/model/group.mjs +2 -0
- package/esm2022/active-directory/model/user-or-group.mjs +2 -0
- package/esm2022/active-directory/model/user.mjs +2 -0
- package/esm2022/active-directory/services/active-directory.service.mjs +125 -0
- package/esm2022/authentication/authentication.api.mjs +7 -0
- package/esm2022/authentication/authentication.base.module.mjs +40 -0
- package/esm2022/authentication/cleavelandprice-ngx-lib-authentication.mjs +5 -0
- package/esm2022/authentication/material/cleavelandprice-ngx-lib-authentication-material.mjs +5 -0
- package/esm2022/authentication/material/components/login/login.component.mjs +49 -0
- package/esm2022/authentication/material/components/login-form/login-form.component.mjs +82 -0
- package/esm2022/authentication/material/mat-authentication.api.mjs +8 -0
- package/esm2022/authentication/material/mat-authentication.module.mjs +84 -0
- package/esm2022/authentication/material/model/login-form-data.mjs +2 -0
- package/esm2022/authentication/material/model/mat-authentication-service-options-token.mjs +3 -0
- package/esm2022/authentication/material/model/mat-authentication-service-options.mjs +2 -0
- package/esm2022/authentication/material/services/mat-authentication.service.mjs +67 -0
- package/esm2022/authentication/model/abstract-authentication-service.mjs +2 -0
- package/esm2022/authentication/model/authenticated-user.mjs +2 -0
- package/esm2022/authentication/model/authentication-request.mjs +2 -0
- package/esm2022/authentication/model/authentication-service-options-token.mjs +3 -0
- package/esm2022/authentication/model/authentication-service-options.mjs +2 -0
- package/esm2022/authentication/object/authentication-object.api.mjs +6 -0
- package/esm2022/authentication/object/authentication-object.module.mjs +40 -0
- package/esm2022/authentication/object/cleavelandprice-ngx-lib-authentication-object.mjs +5 -0
- package/esm2022/authentication/object/services/authentication-object.service.mjs +129 -0
- package/esm2022/authentication/token/authentication-token.api.mjs +6 -0
- package/esm2022/authentication/token/authetiction-token.module.mjs +40 -0
- package/esm2022/authentication/token/cleavelandprice-ngx-lib-authentication-token.mjs +5 -0
- package/esm2022/authentication/token/model/authentication-token-service-options-token.mjs +3 -0
- package/esm2022/authentication/token/model/authentication-token-service-options.mjs +2 -0
- package/esm2022/authentication/token/model/authentication-token.mjs +2 -0
- package/esm2022/authentication/token/services/authentication-token.service.mjs +138 -0
- package/esm2022/cleavelandprice-ngx-lib.mjs +5 -0
- package/esm2022/dialog/cleavelandprice-ngx-lib-dialog.mjs +5 -0
- package/esm2022/dialog/components/base/base.component.mjs +102 -0
- package/esm2022/dialog/components/choice/choice.component.mjs +21 -0
- package/esm2022/dialog/components/confirmation/confirmation.component.mjs +21 -0
- package/esm2022/dialog/components/input/input.component.mjs +21 -0
- package/esm2022/dialog/components/message/message.component.mjs +21 -0
- package/esm2022/dialog/dialog.api.mjs +20 -0
- package/esm2022/dialog/dialog.module.mjs +73 -0
- package/esm2022/dialog/model/confirmation-dialog-mode.mjs +8 -0
- package/esm2022/dialog/model/dialog-base-data.mjs +2 -0
- package/esm2022/dialog/model/dialog-choice-data.mjs +2 -0
- package/esm2022/dialog/model/dialog-type.mjs +8 -0
- package/esm2022/lib/model/app-path-config.mjs +2 -0
- package/esm2022/lib/model/app-type.mjs +2 -0
- package/esm2022/lib/model/app.mjs +2 -0
- package/esm2022/lib/model/caching-config.mjs +2 -0
- package/esm2022/lib/model/credentials.mjs +2 -0
- package/esm2022/lib/model/logging-config.mjs +2 -0
- package/esm2022/lib/model/service-options-token.mjs +3 -0
- package/esm2022/lib/model/service-options.mjs +2 -0
- package/esm2022/lib/ngx-lib.module.mjs +37 -0
- package/esm2022/lib/services/app-path-config.service.mjs +50 -0
- package/esm2022/lib/services/service-base.mjs +26 -0
- package/esm2022/msgraph/cleavelandprice-ngx-lib-msgraph.mjs +5 -0
- package/esm2022/msgraph/model/address.mjs +2 -0
- package/esm2022/msgraph/model/attendee.mjs +2 -0
- package/esm2022/msgraph/model/bulk-calendar-events.mjs +2 -0
- package/esm2022/msgraph/model/bulk-calendar-request.mjs +2 -0
- package/esm2022/msgraph/model/calendar-event.mjs +2 -0
- package/esm2022/msgraph/model/coordinates.mjs +2 -0
- package/esm2022/msgraph/model/email-address.mjs +2 -0
- package/esm2022/msgraph/model/location.mjs +2 -0
- package/esm2022/msgraph/model/online-meeting-info.mjs +2 -0
- package/esm2022/msgraph/model/patterned-recurrence.mjs +2 -0
- package/esm2022/msgraph/model/phone.mjs +2 -0
- package/esm2022/msgraph/model/recipient.mjs +2 -0
- package/esm2022/msgraph/model/recurrence-pattern.mjs +2 -0
- package/esm2022/msgraph/model/recurrence-range.mjs +2 -0
- package/esm2022/msgraph/model/response-status.mjs +2 -0
- package/esm2022/msgraph/model/room.mjs +6 -0
- package/esm2022/msgraph/model/user.mjs +132 -0
- package/esm2022/msgraph/msgraph.api.mjs +19 -0
- package/esm2022/msgraph/msgraph.module.mjs +27 -0
- package/esm2022/public_api.mjs +15 -0
- package/esm2022/quill/cleavelandprice-ngx-lib-quill.mjs +5 -0
- package/esm2022/quill/components/editor/editor.component.mjs +282 -0
- package/esm2022/quill/components/raw/raw.component.mjs +30 -0
- package/esm2022/quill/mention/cleavelandprice-ngx-lib-quill-mention.mjs +5 -0
- package/esm2022/quill/mention/components/editor/editor.component.mjs +151 -0
- package/esm2022/quill/mention/model/dialog-data.mjs +2 -0
- package/esm2022/quill/mention/quill-mention.api.mjs +9 -0
- package/esm2022/quill/mention/quill-mention.module.mjs +65 -0
- package/esm2022/quill/model/buttons.mjs +3 -0
- package/esm2022/quill/model/config.mjs +3 -0
- package/esm2022/quill/model/default-buttons.mjs +50 -0
- package/esm2022/quill/model/default-config.mjs +28 -0
- package/esm2022/quill/model/default-icons.mjs +7 -0
- package/esm2022/quill/model/default-tooltips.mjs +53 -0
- package/esm2022/quill/model/dialog-data.mjs +2 -0
- package/esm2022/quill/model/icons.mjs +3 -0
- package/esm2022/quill/model/tooltips.mjs +3 -0
- package/esm2022/quill/quill.api.mjs +13 -0
- package/esm2022/quill/quill.module.mjs +75 -0
- package/esm2022/sharepoint/cleavelandprice-ngx-lib-sharepoint.mjs +5 -0
- package/esm2022/sharepoint/components/user-photo/user-photo.component.mjs +40 -0
- package/esm2022/sharepoint/default-credentials.mjs +6 -0
- package/esm2022/sharepoint/model/base-item.mjs +2 -0
- package/esm2022/sharepoint/model/base-request-credential.mjs +2 -0
- package/esm2022/sharepoint/model/base-request.mjs +2 -0
- package/esm2022/sharepoint/model/cache-object.mjs +3 -0
- package/esm2022/sharepoint/model/file-request.mjs +2 -0
- package/esm2022/sharepoint/model/folder-request.mjs +2 -0
- package/esm2022/sharepoint/model/list-item.mjs +2 -0
- package/esm2022/sharepoint/model/list-items-request.mjs +2 -0
- package/esm2022/sharepoint/model/photo-item.mjs +2 -0
- package/esm2022/sharepoint/model/sharepoint-service-options.mjs +3 -0
- package/esm2022/sharepoint/model/uri-request.mjs +2 -0
- package/esm2022/sharepoint/model/user-request.mjs +2 -0
- package/esm2022/sharepoint/model/user.mjs +2 -0
- package/esm2022/sharepoint/pipes/user-photo-url.pipe.mjs +37 -0
- package/esm2022/sharepoint/services/sharepoint.service.mjs +155 -0
- package/esm2022/sharepoint/sharepoint.api.mjs +17 -0
- package/esm2022/sharepoint/sharepoint.module.mjs +50 -0
- package/esm2022/table/cleavelandprice-ngx-lib-table.mjs +5 -0
- package/esm2022/table/components/table/table.component.mjs +134 -0
- package/esm2022/table/model/table-column.mjs +2 -0
- package/esm2022/table/pipes/decimalPoints.mjs +14 -0
- package/esm2022/table/pipes/roundNumber.mjs +14 -0
- package/esm2022/table/table.api.mjs +6 -0
- package/esm2022/table/table.module.mjs +78 -0
- package/esm2022/upload/cleavelandprice-ngx-lib-upload.mjs +5 -0
- package/esm2022/upload/components/upload/upload.component.mjs +32 -0
- package/esm2022/upload/components/upload-dialog/upload-dialog.component.mjs +98 -0
- package/esm2022/upload/model/database-file-info.mjs +2 -0
- package/esm2022/upload/model/file-upload-request.mjs +2 -0
- package/esm2022/upload/model/filesystem-file-info.mjs +2 -0
- package/esm2022/upload/model/msg-file-content.mjs +5 -0
- package/esm2022/upload/model/upload-service-options-token.mjs +3 -0
- package/esm2022/upload/model/upload-service-options.mjs +3 -0
- package/esm2022/upload/model/upload-status.mjs +2 -0
- package/esm2022/upload/services/upload.service.mjs +106 -0
- package/esm2022/upload/upload.api.mjs +11 -0
- package/esm2022/upload/upload.module.mjs +68 -0
- package/esm2022/url-utilities/cleavelandprice-ngx-lib-url-utilities.mjs +5 -0
- package/esm2022/url-utilities/pipes/safe-resource-url.pipe.mjs +19 -0
- package/esm2022/url-utilities/pipes/safe-url.pipe.mjs +19 -0
- package/esm2022/url-utilities/pipes/uri-scheme.pipe.mjs +106 -0
- package/esm2022/url-utilities/url-utilities.api.mjs +13 -0
- package/esm2022/url-utilities/url-utilities.module.mjs +34 -0
- package/fesm2022/cleavelandprice-ngx-lib-active-directory-material.mjs +12 -12
- package/fesm2022/cleavelandprice-ngx-lib-active-directory-material.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib-active-directory.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-authentication-material.mjs +15 -15
- package/fesm2022/cleavelandprice-ngx-lib-authentication-material.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs +4 -4
- package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs +24 -24
- package/fesm2022/cleavelandprice-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs +4 -4
- package/fesm2022/cleavelandprice-ngx-lib-msgraph.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs +10 -10
- package/fesm2022/cleavelandprice-ngx-lib-quill-mention.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-quill.mjs +14 -14
- package/fesm2022/cleavelandprice-ngx-lib-quill.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs +14 -14
- package/fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-table.mjs +28 -14
- package/fesm2022/cleavelandprice-ngx-lib-table.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-upload.mjs +15 -14
- package/fesm2022/cleavelandprice-ngx-lib-upload.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs +13 -13
- package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs.map +1 -1
- package/fesm2022/cleavelandprice-ngx-lib.mjs +7 -7
- package/fesm2022/cleavelandprice-ngx-lib.mjs.map +1 -1
- package/package.json +35 -5
- package/table/components/table/table.component.d.ts +5 -1
- package/table/model/table-column.d.ts +24 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# NgxLib
|
|
2
|
-
|
|
3
|
-
## Description
|
|
4
|
-
**NgxLib** is an Angular library that contains standard functionality utilized in Cleaveland/Price applications.
|
|
5
|
-
|
|
1
|
+
# NgxLib
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
**NgxLib** is an Angular library that contains standard functionality utilized in Cleaveland/Price applications.
|
|
5
|
+
|
|
6
6
|
All documentation can be found at the project's [Github repository](https://github.com/cleavelandprice/ngx-lib).
|
|
@@ -10,24 +10,24 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare class UserChooserComponent implements OnInit {
|
|
11
11
|
#private;
|
|
12
12
|
_data: {
|
|
13
|
-
closeWhenSelectionMade?: boolean;
|
|
14
|
-
allowCloseWithoutSelections?: boolean;
|
|
15
|
-
includeDisabledUsers?: boolean;
|
|
16
|
-
parentOu?: string;
|
|
17
|
-
returnUserObjects?: boolean;
|
|
18
|
-
showGroupMembershipTooltips?: boolean;
|
|
19
|
-
showPhone?: boolean;
|
|
20
|
-
title?: string;
|
|
21
|
-
mode?: UserChooserMode;
|
|
22
|
-
objectTypes?: "users" | "groups" | "*";
|
|
23
|
-
filterOptions?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserFilterOptions;
|
|
24
|
-
exclusions?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserPreProcessingGroup;
|
|
25
|
-
inclusions?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserPreProcessingGroup;
|
|
26
|
-
preSelections?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserPreProcessingGroup;
|
|
27
|
-
users?: import("@cleavelandprice/ngx-lib/active-directory").User[];
|
|
28
|
-
groups?: import("@cleavelandprice/ngx-lib/active-directory").Group[];
|
|
29
|
-
photos?: PhotoItem[];
|
|
30
|
-
selectableGroupNames?: string[];
|
|
13
|
+
closeWhenSelectionMade?: boolean | undefined;
|
|
14
|
+
allowCloseWithoutSelections?: boolean | undefined;
|
|
15
|
+
includeDisabledUsers?: boolean | undefined;
|
|
16
|
+
parentOu?: string | undefined;
|
|
17
|
+
returnUserObjects?: boolean | undefined;
|
|
18
|
+
showGroupMembershipTooltips?: boolean | undefined;
|
|
19
|
+
showPhone?: boolean | undefined;
|
|
20
|
+
title?: string | undefined;
|
|
21
|
+
mode?: UserChooserMode | undefined;
|
|
22
|
+
objectTypes?: "users" | "groups" | "*" | undefined;
|
|
23
|
+
filterOptions?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserFilterOptions | undefined;
|
|
24
|
+
exclusions?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserPreProcessingGroup | undefined;
|
|
25
|
+
inclusions?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserPreProcessingGroup | undefined;
|
|
26
|
+
preSelections?: import("@cleavelandprice/ngx-lib/active-directory/material").UserChooserPreProcessingGroup | undefined;
|
|
27
|
+
users?: import("@cleavelandprice/ngx-lib/active-directory").User[] | undefined;
|
|
28
|
+
groups?: import("@cleavelandprice/ngx-lib/active-directory").Group[] | undefined;
|
|
29
|
+
photos?: PhotoItem[] | undefined;
|
|
30
|
+
selectableGroupNames?: string[] | undefined;
|
|
31
31
|
};
|
|
32
32
|
selectionList: import("@angular/core").Signal<MatSelectionList | undefined>;
|
|
33
33
|
set filterInput(elRef: ElementRef<HTMLInputElement>);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './model/active-directory-service-options';
|
|
2
|
+
export * from './model/active-directory-service-options-token';
|
|
3
|
+
export * from './model/ad-object';
|
|
4
|
+
export * from './model/ad-object-with-children';
|
|
5
|
+
export * from './model/cleaveland-price-user';
|
|
6
|
+
export * from './model/group';
|
|
7
|
+
export * from './model/user';
|
|
8
|
+
export * from './model/user-or-group';
|
|
9
|
+
export * from './services/active-directory.service';
|
|
10
|
+
export * from './active-directory.module';
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZlLWRpcmVjdG9yeS5hcGkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9hY3RpdmUtZGlyZWN0b3J5L3NyYy9hY3RpdmUtZGlyZWN0b3J5LmFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDBDQUEwQyxDQUFDO0FBQ3pELGNBQWMsZ0RBQWdELENBQUM7QUFDL0QsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGlDQUFpQyxDQUFDO0FBQ2hELGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyx1QkFBdUIsQ0FBQztBQUV0QyxjQUFjLHFDQUFxQyxDQUFDO0FBRXBELGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL21vZGVsL2FjdGl2ZS1kaXJlY3Rvcnktc2VydmljZS1vcHRpb25zJztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9hY3RpdmUtZGlyZWN0b3J5LXNlcnZpY2Utb3B0aW9ucy10b2tlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvYWQtb2JqZWN0JztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9hZC1vYmplY3Qtd2l0aC1jaGlsZHJlbic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvY2xlYXZlbGFuZC1wcmljZS11c2VyJztcclxuZXhwb3J0ICogZnJvbSAnLi9tb2RlbC9ncm91cCc7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvdXNlcic7XHJcbmV4cG9ydCAqIGZyb20gJy4vbW9kZWwvdXNlci1vci1ncm91cCc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL3NlcnZpY2VzL2FjdGl2ZS1kaXJlY3Rvcnkuc2VydmljZSc7XHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2FjdGl2ZS1kaXJlY3RvcnkubW9kdWxlJztcclxuXHJcbiJdfQ==
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { CommonModule } from '@angular/common';
|
|
2
|
+
import { NgModule, Optional, SkipSelf } from '@angular/core';
|
|
3
|
+
import { ActiveDirectoryServiceOptionsToken } from './model/active-directory-service-options-token';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class ActiveDirectoryModule {
|
|
6
|
+
static forRoot(config) {
|
|
7
|
+
return {
|
|
8
|
+
ngModule: ActiveDirectoryModule,
|
|
9
|
+
providers: [
|
|
10
|
+
{
|
|
11
|
+
provide: ActiveDirectoryServiceOptionsToken,
|
|
12
|
+
useValue: config
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
constructor(parentModule) {
|
|
18
|
+
if (parentModule) {
|
|
19
|
+
throw new Error('ActiveDirectoryModule is already loaded. Import it in the AppModule only');
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, deps: [{ token: ActiveDirectoryModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
23
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
|
|
24
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, imports: [CommonModule] }); }
|
|
25
|
+
}
|
|
26
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: ActiveDirectoryModule, decorators: [{
|
|
27
|
+
type: NgModule,
|
|
28
|
+
args: [{
|
|
29
|
+
declarations: [],
|
|
30
|
+
imports: [
|
|
31
|
+
CommonModule
|
|
32
|
+
],
|
|
33
|
+
exports: []
|
|
34
|
+
}]
|
|
35
|
+
}], ctorParameters: () => [{ type: ActiveDirectoryModule, decorators: [{
|
|
36
|
+
type: Optional
|
|
37
|
+
}, {
|
|
38
|
+
type: SkipSelf
|
|
39
|
+
}] }] });
|
|
40
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aXZlLWRpcmVjdG9yeS5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGVhdmVsYW5kcHJpY2Uvbmd4LWxpYi9hY3RpdmUtZGlyZWN0b3J5L3NyYy9hY3RpdmUtZGlyZWN0b3J5Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUF1QixRQUFRLEVBQUUsUUFBUSxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUdsRixPQUFPLEVBQUUsa0NBQWtDLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQzs7QUFTcEcsTUFBTSxPQUFPLHFCQUFxQjtJQUNoQyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQXFDO1FBQ2xELE9BQU87WUFDTCxRQUFRLEVBQUUscUJBQXFCO1lBQy9CLFNBQVMsRUFBRTtnQkFDVDtvQkFDRSxPQUFPLEVBQUUsa0NBQWtDO29CQUMzQyxRQUFRLEVBQUUsTUFBTTtpQkFDakI7YUFDRjtTQUNGLENBQUM7SUFDSixDQUFDO0lBRUQsWUFBb0MsWUFBbUM7UUFDckUsSUFBSSxZQUFZLEVBQUUsQ0FBQztZQUNqQixNQUFNLElBQUksS0FBSyxDQUNiLDBFQUEwRSxDQUFDLENBQUM7UUFDaEYsQ0FBQztJQUNILENBQUM7OEdBbEJVLHFCQUFxQjsrR0FBckIscUJBQXFCLFlBSjlCLFlBQVk7K0dBSUgscUJBQXFCLFlBSjlCLFlBQVk7OzJGQUlILHFCQUFxQjtrQkFQakMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsRUFBRTtvQkFDaEIsT0FBTyxFQUFFO3dCQUNQLFlBQVk7cUJBQ2I7b0JBQ0QsT0FBTyxFQUFFLEVBQUU7aUJBQ1o7OzBCQWNjLFFBQVE7OzBCQUFJLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBNb2R1bGVXaXRoUHJvdmlkZXJzLCBOZ01vZHVsZSwgT3B0aW9uYWwsIFNraXBTZWxmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBBY3RpdmVEaXJlY3RvcnlTZXJ2aWNlT3B0aW9ucyB9IGZyb20gJy4vbW9kZWwvYWN0aXZlLWRpcmVjdG9yeS1zZXJ2aWNlLW9wdGlvbnMnO1xyXG5pbXBvcnQgeyBBY3RpdmVEaXJlY3RvcnlTZXJ2aWNlT3B0aW9uc1Rva2VuIH0gZnJvbSAnLi9tb2RlbC9hY3RpdmUtZGlyZWN0b3J5LXNlcnZpY2Utb3B0aW9ucy10b2tlbic7XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW10sXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlXHJcbiAgXSxcclxuICBleHBvcnRzOiBbXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQWN0aXZlRGlyZWN0b3J5TW9kdWxlIHtcclxuICBzdGF0aWMgZm9yUm9vdChjb25maWc6IEFjdGl2ZURpcmVjdG9yeVNlcnZpY2VPcHRpb25zKTogTW9kdWxlV2l0aFByb3ZpZGVyczxBY3RpdmVEaXJlY3RvcnlNb2R1bGU+IHtcclxuICAgIHJldHVybiB7XHJcbiAgICAgIG5nTW9kdWxlOiBBY3RpdmVEaXJlY3RvcnlNb2R1bGUsXHJcbiAgICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgIHtcclxuICAgICAgICAgIHByb3ZpZGU6IEFjdGl2ZURpcmVjdG9yeVNlcnZpY2VPcHRpb25zVG9rZW4sXHJcbiAgICAgICAgICB1c2VWYWx1ZTogY29uZmlnXHJcbiAgICAgICAgfVxyXG4gICAgICBdXHJcbiAgICB9O1xyXG4gIH1cclxuXHJcbiAgY29uc3RydWN0b3IoQE9wdGlvbmFsKCkgQFNraXBTZWxmKCkgcGFyZW50TW9kdWxlOiBBY3RpdmVEaXJlY3RvcnlNb2R1bGUpIHtcclxuICAgIGlmIChwYXJlbnRNb2R1bGUpIHtcclxuICAgICAgdGhyb3cgbmV3IEVycm9yKFxyXG4gICAgICAgICdBY3RpdmVEaXJlY3RvcnlNb2R1bGUgaXMgYWxyZWFkeSBsb2FkZWQuIEltcG9ydCBpdCBpbiB0aGUgQXBwTW9kdWxlIG9ubHknKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './active-directory.api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xlYXZlbGFuZHByaWNlLW5neC1saWItYWN0aXZlLWRpcmVjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL2FjdGl2ZS1kaXJlY3Rvcnkvc3JjL2NsZWF2ZWxhbmRwcmljZS1uZ3gtbGliLWFjdGl2ZS1kaXJlY3RvcnkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLHdCQUF3QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2FjdGl2ZS1kaXJlY3RvcnkuYXBpJztcbiJdfQ==
|
package/esm2022/active-directory/material/cleavelandprice-ngx-lib-active-directory-material.mjs
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './mat-active-directory.api';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2xlYXZlbGFuZHByaWNlLW5neC1saWItYWN0aXZlLWRpcmVjdG9yeS1tYXRlcmlhbC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NsZWF2ZWxhbmRwcmljZS9uZ3gtbGliL2FjdGl2ZS1kaXJlY3RvcnkvbWF0ZXJpYWwvc3JjL2NsZWF2ZWxhbmRwcmljZS1uZ3gtbGliLWFjdGl2ZS1kaXJlY3RvcnktbWF0ZXJpYWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLDRCQUE0QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL21hdC1hY3RpdmUtZGlyZWN0b3J5LmFwaSc7XG4iXX0=
|