@cleavelandprice/ngx-lib 3.7.3 → 3.8.0
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/active-directory/active-directory.module.d.ts +11 -11
- package/active-directory/gui/components/user-chooser/user-chooser.component.d.ts +58 -58
- package/active-directory/gui/components/user-form-field/user-form-field.component.d.ts +29 -29
- package/active-directory/gui/gui.module.d.ts +25 -25
- package/active-directory/gui/index.d.ts +5 -5
- package/active-directory/gui/model/selectable-user.d.ts +5 -5
- package/active-directory/gui/model/user-chooser-data.d.ts +22 -22
- package/active-directory/gui/model/user-chooser-filter-options.d.ts +7 -7
- package/active-directory/gui/model/user-chooser-mode.d.ts +4 -4
- package/active-directory/gui/model/user-chooser-pre-processing-group.d.ts +6 -6
- package/active-directory/gui/public_api.d.ts +8 -8
- package/active-directory/index.d.ts +5 -5
- package/active-directory/model/ad-object-with-children.d.ts +4 -4
- package/active-directory/model/ad-object.d.ts +13 -13
- package/active-directory/model/cache-object.d.ts +4 -4
- package/active-directory/model/caching-config.d.ts +4 -4
- package/active-directory/model/cleaveland-price-user.d.ts +17 -17
- package/active-directory/model/group.d.ts +7 -7
- package/active-directory/model/logging-config.d.ts +6 -6
- package/active-directory/model/service-config.d.ts +8 -8
- package/active-directory/model/user-or-group.d.ts +7 -7
- package/active-directory/model/user.d.ts +23 -23
- package/active-directory/public_api.d.ts +11 -11
- package/active-directory/services/active-directory.service.d.ts +32 -32
- package/authentication/authentication.base.module.d.ts +7 -7
- package/authentication/index.d.ts +5 -5
- package/authentication/model/abstract-authentication-service.d.ts +16 -16
- package/authentication/model/authenticated-user.d.ts +9 -9
- package/authentication/model/authentication-request.d.ts +8 -8
- package/authentication/model/service-config.d.ts +8 -8
- package/authentication/object/index.d.ts +5 -5
- package/authentication/object/model/service-config.d.ts +4 -4
- package/authentication/object/object.module.d.ts +11 -11
- package/authentication/object/public_api.d.ts +3 -3
- package/authentication/object/services/authentication.service.d.ts +25 -25
- package/authentication/public_api.d.ts +5 -5
- package/authentication/token/gui/components/login/login.component.d.ts +14 -14
- package/authentication/token/gui/components/login-form/login-form.component.d.ts +29 -29
- package/authentication/token/gui/index.d.ts +5 -5
- package/authentication/token/gui/model/login-form-data.d.ts +4 -4
- package/authentication/token/gui/model/service-config.d.ts +5 -5
- package/authentication/token/gui/public_api.d.ts +6 -6
- package/authentication/token/gui/services/authentication.service.d.ts +15 -15
- package/authentication/token/gui/token-gui.module.d.ts +21 -21
- package/authentication/token/index.d.ts +5 -5
- package/authentication/token/model/authentication-token.d.ts +17 -17
- package/authentication/token/model/service-config.d.ts +5 -5
- package/authentication/token/public_api.d.ts +4 -4
- package/authentication/token/services/authentication.service.d.ts +24 -24
- package/authentication/token/token.module.d.ts +11 -11
- package/dialog/components/base/base.component.d.ts +22 -22
- package/dialog/components/choice/choice.component.d.ts +12 -12
- package/dialog/components/confirmation/confirmation.component.d.ts +12 -12
- package/dialog/components/input/input.component.d.ts +12 -12
- package/dialog/components/message/message.component.d.ts +12 -12
- package/dialog/dialog.module.d.ts +18 -18
- package/dialog/index.d.ts +5 -5
- package/dialog/model/confirmation-dialog-mode.d.ts +6 -6
- package/dialog/model/dialog-base-data.d.ts +10 -10
- package/dialog/model/dialog-choice-data.d.ts +4 -4
- package/dialog/model/dialog-type.d.ts +6 -6
- package/dialog/public_api.d.ts +9 -9
- package/esm2022/active-directory/active-directory.module.mjs +40 -0
- package/{esm2020 → esm2022}/active-directory/cleavelandprice-ngx-lib-active-directory.mjs +4 -4
- package/{esm2020 → esm2022}/active-directory/gui/cleavelandprice-ngx-lib-active-directory-gui.mjs +4 -4
- package/esm2022/active-directory/gui/components/user-chooser/user-chooser.component.mjs +375 -0
- package/esm2022/active-directory/gui/components/user-form-field/user-form-field.component.mjs +130 -0
- package/esm2022/active-directory/gui/gui.module.mjs +97 -0
- package/{esm2020 → esm2022}/active-directory/gui/model/selectable-user.mjs +1 -1
- package/{esm2020 → esm2022}/active-directory/gui/model/user-chooser-data.mjs +32 -32
- package/{esm2020 → esm2022}/active-directory/gui/model/user-chooser-filter-options.mjs +9 -9
- package/{esm2020 → esm2022}/active-directory/gui/model/user-chooser-mode.mjs +5 -5
- package/{esm2020 → esm2022}/active-directory/gui/model/user-chooser-pre-processing-group.mjs +8 -8
- package/{esm2020 → esm2022}/active-directory/gui/public_api.mjs +8 -8
- package/{esm2020 → esm2022}/active-directory/model/ad-object-with-children.mjs +1 -1
- package/{esm2020 → esm2022}/active-directory/model/ad-object.mjs +1 -1
- package/{esm2020 → esm2022}/active-directory/model/cache-object.mjs +2 -2
- package/{esm2020 → esm2022}/active-directory/model/caching-config.mjs +6 -6
- package/{esm2020 → esm2022}/active-directory/model/cleaveland-price-user.mjs +1 -1
- package/{esm2020 → esm2022}/active-directory/model/group.mjs +1 -1
- package/{esm2020 → esm2022}/active-directory/model/logging-config.mjs +8 -8
- package/{esm2020 → esm2022}/active-directory/model/service-config.mjs +11 -11
- package/{esm2020 → esm2022}/active-directory/model/user-or-group.mjs +1 -1
- package/{esm2020 → esm2022}/active-directory/model/user.mjs +1 -1
- package/{esm2020 → esm2022}/active-directory/public_api.mjs +11 -11
- package/esm2022/active-directory/services/active-directory.service.mjs +112 -0
- package/esm2022/authentication/authentication.base.module.mjs +20 -0
- package/{esm2020 → esm2022}/authentication/cleavelandprice-ngx-lib-authentication.mjs +4 -4
- package/{esm2020 → esm2022}/authentication/model/abstract-authentication-service.mjs +1 -1
- package/{esm2020 → esm2022}/authentication/model/authenticated-user.mjs +1 -1
- package/{esm2020 → esm2022}/authentication/model/authentication-request.mjs +1 -1
- package/{esm2020 → esm2022}/authentication/model/service-config.mjs +11 -11
- package/{esm2020 → esm2022}/authentication/object/cleavelandprice-ngx-lib-authentication-object.mjs +4 -4
- package/{esm2020 → esm2022}/authentication/object/model/service-config.mjs +8 -8
- package/esm2022/authentication/object/object.module.mjs +40 -0
- package/{esm2020 → esm2022}/authentication/object/public_api.mjs +3 -3
- package/esm2022/authentication/object/services/authentication.service.mjs +109 -0
- package/{esm2020 → esm2022}/authentication/public_api.mjs +5 -5
- package/{esm2020 → esm2022}/authentication/token/cleavelandprice-ngx-lib-authentication-token.mjs +4 -4
- package/{esm2020 → esm2022}/authentication/token/gui/cleavelandprice-ngx-lib-authentication-token-gui.mjs +4 -4
- package/esm2022/authentication/token/gui/components/login/login.component.mjs +45 -0
- package/esm2022/authentication/token/gui/components/login-form/login-form.component.mjs +74 -0
- package/{esm2020 → esm2022}/authentication/token/gui/model/login-form-data.mjs +1 -1
- package/{esm2020 → esm2022}/authentication/token/gui/model/service-config.mjs +9 -9
- package/{esm2020 → esm2022}/authentication/token/gui/public_api.mjs +6 -6
- package/esm2022/authentication/token/gui/services/authentication.service.mjs +79 -0
- package/esm2022/authentication/token/gui/token-gui.module.mjs +82 -0
- package/{esm2020 → esm2022}/authentication/token/model/authentication-token.mjs +1 -1
- package/{esm2020 → esm2022}/authentication/token/model/service-config.mjs +9 -9
- package/{esm2020 → esm2022}/authentication/token/public_api.mjs +4 -4
- package/esm2022/authentication/token/services/authentication.service.mjs +120 -0
- package/esm2022/authentication/token/token.module.mjs +40 -0
- package/{esm2020 → esm2022}/cleavelandprice-ngx-lib.mjs +4 -4
- package/{esm2020 → esm2022}/dialog/cleavelandprice-ngx-lib-dialog.mjs +4 -4
- package/esm2022/dialog/components/base/base.component.mjs +93 -0
- package/esm2022/dialog/components/choice/choice.component.mjs +24 -0
- package/esm2022/dialog/components/confirmation/confirmation.component.mjs +24 -0
- package/esm2022/dialog/components/input/input.component.mjs +24 -0
- package/esm2022/dialog/components/message/message.component.mjs +24 -0
- package/esm2022/dialog/dialog.module.mjs +69 -0
- package/{esm2020 → esm2022}/dialog/model/confirmation-dialog-mode.mjs +7 -7
- package/{esm2020 → esm2022}/dialog/model/dialog-base-data.mjs +1 -1
- package/{esm2020 → esm2022}/dialog/model/dialog-choice-data.mjs +1 -1
- package/{esm2020 → esm2022}/dialog/model/dialog-type.mjs +7 -7
- package/{esm2020 → esm2022}/dialog/public_api.mjs +9 -9
- package/{esm2020 → esm2022}/lib/model/app-path-config.mjs +1 -1
- package/{esm2020 → esm2022}/lib/model/app-type.mjs +1 -1
- package/{esm2020 → esm2022}/lib/model/app.mjs +1 -1
- package/esm2022/lib/model/service-config.mjs +21 -0
- package/esm2022/lib/ngx-lib.module.mjs +37 -0
- package/esm2022/lib/services/app-path-config.service.mjs +46 -0
- package/{esm2020 → esm2022}/msgraph/cleavelandprice-ngx-lib-msgraph.mjs +4 -4
- package/{esm2020 → esm2022}/msgraph/model/address.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/attendee.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/bulk-calendar-events.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/bulk-calendar-request.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/calendar-event.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/coordinates.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/email-address.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/location.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/online-meeting-info.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/patterned-recurrence.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/phone.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/recipient.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/recurrence-pattern.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/recurrence-range.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/response-status.mjs +1 -1
- package/{esm2020 → esm2022}/msgraph/model/room.mjs +5 -5
- package/{esm2020 → esm2022}/msgraph/model/user.mjs +131 -131
- package/esm2022/msgraph/msgraph.module.mjs +33 -0
- package/{esm2020 → esm2022}/msgraph/public_api.mjs +18 -18
- package/{esm2020 → esm2022}/public_api.mjs +9 -9
- package/{esm2020 → esm2022}/quill/cleavelandprice-ngx-lib-quill.mjs +4 -4
- package/esm2022/quill/components/editor/editor.component.mjs +297 -0
- package/esm2022/quill/components/raw/raw.component.mjs +25 -0
- package/{esm2020 → esm2022}/quill/mention/cleavelandprice-ngx-lib-quill-mention.mjs +4 -4
- package/esm2022/quill/mention/components/editor/editor.component.mjs +156 -0
- package/{esm2020 → esm2022}/quill/mention/model/buttons.mjs +3 -3
- package/{esm2020 → esm2022}/quill/mention/model/config.mjs +3 -3
- package/{esm2020 → esm2022}/quill/mention/model/dialog-data.mjs +1 -1
- package/{esm2020 → esm2022}/quill/mention/model/icons.mjs +3 -3
- package/{esm2020 → esm2022}/quill/mention/model/tooltips.mjs +3 -3
- package/{esm2020 → esm2022}/quill/mention/public_api.mjs +7 -7
- package/esm2022/quill/mention/quill-mention.module.mjs +66 -0
- package/{esm2020 → esm2022}/quill/model/buttons.mjs +51 -51
- package/{esm2020 → esm2022}/quill/model/config.mjs +39 -39
- package/{esm2020 → esm2022}/quill/model/dialog-data.mjs +1 -1
- package/{esm2020 → esm2022}/quill/model/icons.mjs +8 -8
- package/{esm2020 → esm2022}/quill/model/tooltips.mjs +54 -54
- package/{esm2020 → esm2022}/quill/public_api.mjs +8 -8
- package/esm2022/quill/quill.module.mjs +79 -0
- package/{esm2020 → esm2022}/sharepoint/cleavelandprice-ngx-lib-sharepoint.mjs +4 -4
- package/esm2022/sharepoint/components/employee-photo/employee-photo.component.mjs +38 -0
- package/{esm2020 → esm2022}/sharepoint/model/base-item.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/base-request-credential.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/base-request.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/cache-object.mjs +2 -2
- package/{esm2020 → esm2022}/sharepoint/model/file-request.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/folder-request.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/list-item.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/list-items-request.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/photo-item.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/service-config.mjs +28 -28
- package/{esm2020 → esm2022}/sharepoint/model/uri-request.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/user-request.mjs +1 -1
- package/{esm2020 → esm2022}/sharepoint/model/user.mjs +1 -1
- package/esm2022/sharepoint/pipes/employee-photo-url.pipe.mjs +39 -0
- package/{esm2020 → esm2022}/sharepoint/public_api.mjs +16 -16
- package/esm2022/sharepoint/services/sharepoint.service.mjs +149 -0
- package/esm2022/sharepoint/sharepoint.module.mjs +50 -0
- package/{esm2020 → esm2022}/upload/cleavelandprice-ngx-lib-upload.mjs +4 -4
- package/esm2022/upload/components/upload/upload.component.mjs +35 -0
- package/esm2022/upload/components/upload-dialog/upload-dialog.component.mjs +87 -0
- package/{esm2020 → esm2022}/upload/model/database-file-info.mjs +1 -1
- package/{esm2020 → esm2022}/upload/model/file-upload-request.mjs +1 -1
- package/{esm2020 → esm2022}/upload/model/filesystem-file-info.mjs +1 -1
- package/{esm2020 → esm2022}/upload/model/service-config.mjs +15 -15
- package/{esm2020 → esm2022}/upload/public_api.mjs +8 -8
- package/esm2022/upload/services/upload.service.mjs +92 -0
- package/esm2022/upload/upload.module.mjs +66 -0
- package/{esm2020 → esm2022}/url-utilities/cleavelandprice-ngx-lib-url-utilities.mjs +4 -4
- package/esm2022/url-utilities/pipes/safe-resource-url.pipe.mjs +21 -0
- package/esm2022/url-utilities/pipes/safe-url.pipe.mjs +21 -0
- package/esm2022/url-utilities/pipes/uri-scheme.pipe.mjs +106 -0
- package/{esm2020 → esm2022}/url-utilities/public_api.mjs +4 -4
- package/esm2022/url-utilities/url-utilities.module.mjs +35 -0
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-active-directory-gui.mjs +586 -587
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-active-directory-gui.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-active-directory.mjs +155 -156
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-active-directory.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-object.mjs +141 -142
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-object.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-token-gui.mjs +232 -233
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-token-gui.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-token.mjs +152 -153
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-token.mjs.map +1 -1
- package/{fesm2015 → fesm2022}/cleavelandprice-ngx-lib-authentication.mjs +25 -26
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-dialog.mjs +205 -206
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-dialog.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-msgraph.mjs +161 -162
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-msgraph.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-quill-mention.mjs +188 -189
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-quill-mention.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-quill.mjs +492 -493
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-quill.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-sharepoint.mjs +269 -270
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-sharepoint.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-upload.mjs +250 -251
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-upload.mjs.map +1 -1
- package/{fesm2015 → fesm2022}/cleavelandprice-ngx-lib-url-utilities.mjs +159 -160
- package/fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib.mjs +91 -92
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/lib/model/app-path-config.d.ts +10 -10
- package/lib/model/app-type.d.ts +5 -5
- package/lib/model/app.d.ts +16 -16
- package/lib/model/service-config.d.ts +6 -6
- package/lib/ngx-lib.module.d.ts +10 -10
- package/lib/services/app-path-config.service.d.ts +20 -20
- package/msgraph/index.d.ts +5 -5
- package/msgraph/model/address.d.ts +7 -7
- package/msgraph/model/attendee.d.ts +13 -13
- package/msgraph/model/bulk-calendar-events.d.ts +5 -5
- package/msgraph/model/bulk-calendar-request.d.ts +3 -3
- package/msgraph/model/calendar-event.d.ts +53 -53
- package/msgraph/model/coordinates.d.ts +7 -7
- package/msgraph/model/email-address.d.ts +4 -4
- package/msgraph/model/location.d.ts +12 -12
- package/msgraph/model/online-meeting-info.d.ts +9 -9
- package/msgraph/model/patterned-recurrence.d.ts +6 -6
- package/msgraph/model/phone.d.ts +4 -4
- package/msgraph/model/recipient.d.ts +4 -4
- package/msgraph/model/recurrence-pattern.d.ts +9 -9
- package/msgraph/model/recurrence-range.d.ts +7 -7
- package/msgraph/model/response-status.d.ts +4 -4
- package/msgraph/model/room.d.ts +22 -22
- package/msgraph/model/user.d.ts +29 -29
- package/msgraph/msgraph.module.d.ts +10 -10
- package/msgraph/public_api.d.ts +18 -18
- package/package.json +61 -93
- package/public_api.d.ts +6 -6
- package/quill/components/editor/editor.component.d.ts +53 -53
- package/quill/components/raw/raw.component.d.ts +7 -7
- package/quill/index.d.ts +5 -5
- package/quill/mention/components/editor/editor.component.d.ts +20 -20
- package/quill/mention/index.d.ts +5 -5
- package/quill/mention/model/buttons.d.ts +3 -3
- package/quill/mention/model/config.d.ts +3 -3
- package/quill/mention/model/dialog-data.d.ts +5 -5
- package/quill/mention/model/icons.d.ts +3 -3
- package/quill/mention/model/tooltips.d.ts +3 -3
- package/quill/mention/public_api.d.ts +7 -7
- package/quill/mention/quill-mention.module.d.ts +17 -17
- package/quill/model/buttons.d.ts +29 -29
- package/quill/model/config.d.ts +30 -30
- package/quill/model/dialog-data.d.ts +21 -21
- package/quill/model/icons.d.ts +6 -6
- package/quill/model/tooltips.d.ts +32 -32
- package/quill/public_api.d.ts +8 -8
- package/quill/quill.module.d.ts +20 -20
- package/sharepoint/components/employee-photo/employee-photo.component.d.ts +16 -16
- package/sharepoint/index.d.ts +5 -5
- package/sharepoint/model/base-item.d.ts +4 -4
- package/sharepoint/model/base-request-credential.d.ts +4 -4
- package/sharepoint/model/base-request.d.ts +8 -8
- package/sharepoint/model/cache-object.d.ts +4 -4
- package/sharepoint/model/file-request.d.ts +4 -4
- package/sharepoint/model/folder-request.d.ts +4 -4
- package/sharepoint/model/list-item.d.ts +10 -10
- package/sharepoint/model/list-items-request.d.ts +5 -5
- package/sharepoint/model/photo-item.d.ts +11 -11
- package/sharepoint/model/service-config.d.ts +23 -23
- package/sharepoint/model/uri-request.d.ts +4 -4
- package/sharepoint/model/user-request.d.ts +4 -4
- package/sharepoint/model/user.d.ts +12 -12
- package/sharepoint/pipes/employee-photo-url.pipe.d.ts +12 -12
- package/sharepoint/public_api.d.ts +16 -16
- package/sharepoint/services/sharepoint.service.d.ts +25 -25
- package/sharepoint/sharepoint.module.d.ts +13 -13
- package/upload/components/upload/upload.component.d.ts +15 -15
- package/upload/components/upload-dialog/upload-dialog.component.d.ts +24 -24
- package/upload/index.d.ts +5 -5
- package/upload/model/database-file-info.d.ts +7 -7
- package/upload/model/file-upload-request.d.ts +6 -6
- package/upload/model/filesystem-file-info.d.ts +12 -12
- package/upload/model/service-config.d.ts +15 -15
- package/upload/public_api.d.ts +8 -8
- package/upload/services/upload.service.d.ts +18 -18
- package/upload/upload.module.d.ts +17 -17
- package/url-utilities/index.d.ts +5 -5
- package/url-utilities/pipes/safe-resource-url.pipe.d.ts +10 -10
- package/url-utilities/pipes/safe-url.pipe.d.ts +10 -10
- package/url-utilities/pipes/uri-scheme.pipe.d.ts +9 -9
- package/url-utilities/public_api.d.ts +4 -4
- package/url-utilities/url-utilities.module.d.ts +10 -10
- package/esm2020/active-directory/active-directory.module.mjs +0 -39
- package/esm2020/active-directory/gui/components/user-chooser/user-chooser.component.mjs +0 -374
- package/esm2020/active-directory/gui/components/user-form-field/user-form-field.component.mjs +0 -129
- package/esm2020/active-directory/gui/gui.module.mjs +0 -96
- package/esm2020/active-directory/services/active-directory.service.mjs +0 -111
- package/esm2020/authentication/authentication.base.module.mjs +0 -19
- package/esm2020/authentication/object/object.module.mjs +0 -39
- package/esm2020/authentication/object/services/authentication.service.mjs +0 -108
- package/esm2020/authentication/token/gui/components/login/login.component.mjs +0 -44
- package/esm2020/authentication/token/gui/components/login-form/login-form.component.mjs +0 -73
- package/esm2020/authentication/token/gui/services/authentication.service.mjs +0 -78
- package/esm2020/authentication/token/gui/token-gui.module.mjs +0 -81
- package/esm2020/authentication/token/services/authentication.service.mjs +0 -119
- package/esm2020/authentication/token/token.module.mjs +0 -39
- package/esm2020/dialog/components/base/base.component.mjs +0 -92
- package/esm2020/dialog/components/choice/choice.component.mjs +0 -23
- package/esm2020/dialog/components/confirmation/confirmation.component.mjs +0 -23
- package/esm2020/dialog/components/input/input.component.mjs +0 -23
- package/esm2020/dialog/components/message/message.component.mjs +0 -23
- package/esm2020/dialog/dialog.module.mjs +0 -68
- package/esm2020/lib/model/service-config.mjs +0 -21
- package/esm2020/lib/ngx-lib.module.mjs +0 -36
- package/esm2020/lib/services/app-path-config.service.mjs +0 -45
- package/esm2020/msgraph/msgraph.module.mjs +0 -32
- package/esm2020/quill/components/editor/editor.component.mjs +0 -296
- package/esm2020/quill/components/raw/raw.component.mjs +0 -24
- package/esm2020/quill/mention/components/editor/editor.component.mjs +0 -155
- package/esm2020/quill/mention/quill-mention.module.mjs +0 -65
- package/esm2020/quill/quill.module.mjs +0 -78
- package/esm2020/sharepoint/components/employee-photo/employee-photo.component.mjs +0 -37
- package/esm2020/sharepoint/pipes/employee-photo-url.pipe.mjs +0 -38
- package/esm2020/sharepoint/services/sharepoint.service.mjs +0 -148
- package/esm2020/sharepoint/sharepoint.module.mjs +0 -49
- package/esm2020/upload/components/upload/upload.component.mjs +0 -34
- package/esm2020/upload/components/upload-dialog/upload-dialog.component.mjs +0 -86
- package/esm2020/upload/services/upload.service.mjs +0 -91
- package/esm2020/upload/upload.module.mjs +0 -65
- package/esm2020/url-utilities/pipes/safe-resource-url.pipe.mjs +0 -20
- package/esm2020/url-utilities/pipes/safe-url.pipe.mjs +0 -20
- package/esm2020/url-utilities/pipes/uri-scheme.pipe.mjs +0 -105
- package/esm2020/url-utilities/url-utilities.module.mjs +0 -34
- package/fesm2015/cleavelandprice-ngx-lib-active-directory-gui.mjs +0 -652
- package/fesm2015/cleavelandprice-ngx-lib-active-directory-gui.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-active-directory.mjs +0 -187
- package/fesm2015/cleavelandprice-ngx-lib-active-directory.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-authentication-object.mjs +0 -163
- package/fesm2015/cleavelandprice-ngx-lib-authentication-object.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-authentication-token-gui.mjs +0 -281
- package/fesm2015/cleavelandprice-ngx-lib-authentication-token-gui.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-authentication-token.mjs +0 -175
- package/fesm2015/cleavelandprice-ngx-lib-authentication-token.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-authentication.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-dialog.mjs +0 -251
- package/fesm2015/cleavelandprice-ngx-lib-dialog.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-msgraph.mjs +0 -178
- package/fesm2015/cleavelandprice-ngx-lib-msgraph.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-quill-mention.mjs +0 -230
- package/fesm2015/cleavelandprice-ngx-lib-quill-mention.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-quill.mjs +0 -539
- package/fesm2015/cleavelandprice-ngx-lib-quill.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-sharepoint.mjs +0 -310
- package/fesm2015/cleavelandprice-ngx-lib-sharepoint.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-upload.mjs +0 -288
- package/fesm2015/cleavelandprice-ngx-lib-upload.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-url-utilities.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib.mjs +0 -113
- package/fesm2015/cleavelandprice-ngx-lib.mjs.map +0 -1
- package/fesm2020/cleavelandprice-ngx-lib-authentication.mjs +0 -39
- package/fesm2020/cleavelandprice-ngx-lib-url-utilities.mjs +0 -177
- package/fesm2020/cleavelandprice-ngx-lib-url-utilities.mjs.map +0 -1
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ADObject } from '../model/ad-object';
|
|
4
|
-
import { ADObjectWithChildren } from '../model/ad-object-with-children';
|
|
5
|
-
import { CleavelandPriceUser } from '../model/cleaveland-price-user';
|
|
6
|
-
import { Group } from '../model/group';
|
|
7
|
-
import { ServiceConfig } from '../model/service-config';
|
|
8
|
-
import { User } from '../model/user';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class ActiveDirectoryService {
|
|
11
|
-
private config;
|
|
12
|
-
private http;
|
|
13
|
-
private cache;
|
|
14
|
-
private defaultCacheLifeMinutes;
|
|
15
|
-
private get cacheExpired();
|
|
16
|
-
constructor(config: ServiceConfig, http: HttpClient);
|
|
17
|
-
getUsers(includePhoto?: boolean, includeDisabled?: boolean, parentOU?: string): Observable<CleavelandPriceUser[]>;
|
|
18
|
-
getUser(accountName: string, includePhoto?: boolean): Observable<CleavelandPriceUser>;
|
|
19
|
-
clearCache(): void;
|
|
20
|
-
getDomains(): Observable<ADObject[]>;
|
|
21
|
-
getOUs(parentOU?: string): Observable<ADObjectWithChildren[]>;
|
|
22
|
-
getContainers(parentOU?: string): Observable<ADObjectWithChildren[]>;
|
|
23
|
-
getGroups(parentOU?: string): Observable<Group[]>;
|
|
24
|
-
getDistinctUserAttributeValues(attributeName: string): Observable<any[]>;
|
|
25
|
-
getDepartments(): Observable<string[]>;
|
|
26
|
-
getTitles(): Observable<string[]>;
|
|
27
|
-
getComputers(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
|
|
28
|
-
getServers(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
|
|
29
|
-
getWorkstations(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveDirectoryService, [{ optional: true; }, null]>;
|
|
31
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ActiveDirectoryService>;
|
|
32
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ADObject } from '../model/ad-object';
|
|
4
|
+
import { ADObjectWithChildren } from '../model/ad-object-with-children';
|
|
5
|
+
import { CleavelandPriceUser } from '../model/cleaveland-price-user';
|
|
6
|
+
import { Group } from '../model/group';
|
|
7
|
+
import { ServiceConfig } from '../model/service-config';
|
|
8
|
+
import { User } from '../model/user';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class ActiveDirectoryService {
|
|
11
|
+
private config;
|
|
12
|
+
private http;
|
|
13
|
+
private cache;
|
|
14
|
+
private defaultCacheLifeMinutes;
|
|
15
|
+
private get cacheExpired();
|
|
16
|
+
constructor(config: ServiceConfig, http: HttpClient);
|
|
17
|
+
getUsers(includePhoto?: boolean, includeDisabled?: boolean, parentOU?: string): Observable<CleavelandPriceUser[]>;
|
|
18
|
+
getUser(accountName: string, includePhoto?: boolean): Observable<CleavelandPriceUser>;
|
|
19
|
+
clearCache(): void;
|
|
20
|
+
getDomains(): Observable<ADObject[]>;
|
|
21
|
+
getOUs(parentOU?: string): Observable<ADObjectWithChildren[]>;
|
|
22
|
+
getContainers(parentOU?: string): Observable<ADObjectWithChildren[]>;
|
|
23
|
+
getGroups(parentOU?: string): Observable<Group[]>;
|
|
24
|
+
getDistinctUserAttributeValues(attributeName: string): Observable<any[]>;
|
|
25
|
+
getDepartments(): Observable<string[]>;
|
|
26
|
+
getTitles(): Observable<string[]>;
|
|
27
|
+
getComputers(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
|
|
28
|
+
getServers(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
|
|
29
|
+
getWorkstations(includeDisabled?: boolean, parentOU?: string): Observable<User[]>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActiveDirectoryService, [{ optional: true; }, null]>;
|
|
31
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ActiveDirectoryService>;
|
|
32
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
export declare class AuthenticationBaseModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationBaseModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AuthenticationBaseModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AuthenticationBaseModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
export declare class AuthenticationBaseModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationBaseModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AuthenticationBaseModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AuthenticationBaseModule>;
|
|
7
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@cleavelandprice/ngx-lib/authentication" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@cleavelandprice/ngx-lib/authentication" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { AuthenticatedUser } from "./authenticated-user";
|
|
3
|
-
export interface AbstractAuthenticationService {
|
|
4
|
-
authenticatedChanged: EventEmitter<boolean>;
|
|
5
|
-
authenticatingChanged: EventEmitter<boolean>;
|
|
6
|
-
authenticationError: EventEmitter<any>;
|
|
7
|
-
authenticating: boolean;
|
|
8
|
-
authenticated: boolean;
|
|
9
|
-
authenticatedUser: AuthenticatedUser | undefined;
|
|
10
|
-
useSessionStorage: boolean;
|
|
11
|
-
storage: Storage;
|
|
12
|
-
login: Function;
|
|
13
|
-
logout: Function;
|
|
14
|
-
validateUser: Function;
|
|
15
|
-
checkForExistingToken: Function;
|
|
16
|
-
}
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { AuthenticatedUser } from "./authenticated-user";
|
|
3
|
+
export interface AbstractAuthenticationService {
|
|
4
|
+
authenticatedChanged: EventEmitter<boolean>;
|
|
5
|
+
authenticatingChanged: EventEmitter<boolean>;
|
|
6
|
+
authenticationError: EventEmitter<any>;
|
|
7
|
+
authenticating: boolean;
|
|
8
|
+
authenticated: boolean;
|
|
9
|
+
authenticatedUser: AuthenticatedUser | undefined;
|
|
10
|
+
useSessionStorage: boolean;
|
|
11
|
+
storage: Storage;
|
|
12
|
+
login: Function;
|
|
13
|
+
logout: Function;
|
|
14
|
+
validateUser: Function;
|
|
15
|
+
checkForExistingToken: Function;
|
|
16
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface AuthenticatedUser {
|
|
2
|
-
admin: boolean;
|
|
3
|
-
accountName: string;
|
|
4
|
-
displayName: string;
|
|
5
|
-
distinguishedName: string;
|
|
6
|
-
employeeNumber: string;
|
|
7
|
-
photoUrl?: string;
|
|
8
|
-
memberOf?: string;
|
|
9
|
-
}
|
|
1
|
+
export interface AuthenticatedUser {
|
|
2
|
+
admin: boolean;
|
|
3
|
+
accountName: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
distinguishedName: string;
|
|
6
|
+
employeeNumber: string;
|
|
7
|
+
photoUrl?: string;
|
|
8
|
+
memberOf?: string;
|
|
9
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export interface AuthenticationRequest {
|
|
2
|
-
username: string;
|
|
3
|
-
password: string;
|
|
4
|
-
adminGroup?: string;
|
|
5
|
-
includeThumbnail?: boolean;
|
|
6
|
-
appName?: string;
|
|
7
|
-
additionalInfo?: string;
|
|
8
|
-
}
|
|
1
|
+
export interface AuthenticationRequest {
|
|
2
|
+
username: string;
|
|
3
|
+
password: string;
|
|
4
|
+
adminGroup?: string;
|
|
5
|
+
includeThumbnail?: boolean;
|
|
6
|
+
appName?: string;
|
|
7
|
+
additionalInfo?: string;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ServiceConfig as NgxLibServiceConfig } from '@cleavelandprice/ngx-lib';
|
|
2
|
-
export declare class ServiceConfig extends NgxLibServiceConfig {
|
|
3
|
-
appName: string | undefined;
|
|
4
|
-
tokenName: string;
|
|
5
|
-
authenticateEndpoint: string;
|
|
6
|
-
constructor(useSsl_or_customApiUrl: string | boolean | undefined, appName: string | undefined, tokenName?: string, // The name used as the Key of the item saved in the browser's LocalStorage
|
|
7
|
-
authenticateEndpoint?: string);
|
|
8
|
-
}
|
|
1
|
+
import { ServiceConfig as NgxLibServiceConfig } from '@cleavelandprice/ngx-lib';
|
|
2
|
+
export declare class ServiceConfig extends NgxLibServiceConfig {
|
|
3
|
+
appName: string | undefined;
|
|
4
|
+
tokenName: string;
|
|
5
|
+
authenticateEndpoint: string;
|
|
6
|
+
constructor(useSsl_or_customApiUrl: string | boolean | undefined, appName: string | undefined, tokenName?: string, // The name used as the Key of the item saved in the browser's LocalStorage
|
|
7
|
+
authenticateEndpoint?: string);
|
|
8
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@cleavelandprice/ngx-lib/authentication/object" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@cleavelandprice/ngx-lib/authentication/object" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceConfig as BaseServiceConfig } from '@cleavelandprice/ngx-lib/authentication';
|
|
2
|
-
export declare class ServiceConfig extends BaseServiceConfig {
|
|
3
|
-
constructor(useSsl_or_customApiUrl?: boolean | string, appName?: string | undefined, tokenName?: string, authenticateEndpoint?: string);
|
|
4
|
-
}
|
|
1
|
+
import { ServiceConfig as BaseServiceConfig } from '@cleavelandprice/ngx-lib/authentication';
|
|
2
|
+
export declare class ServiceConfig extends BaseServiceConfig {
|
|
3
|
+
constructor(useSsl_or_customApiUrl?: boolean | string, appName?: string | undefined, tokenName?: string, authenticateEndpoint?: string);
|
|
4
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ServiceConfig } from './model/service-config';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "@angular/common";
|
|
5
|
-
export declare class ObjectModule {
|
|
6
|
-
static forRoot(config: ServiceConfig): ModuleWithProviders<ObjectModule>;
|
|
7
|
-
constructor(parentModule: ObjectModule);
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectModule, [{ optional: true; skipSelf: true; }]>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectModule, never, [typeof i1.CommonModule], never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ObjectModule>;
|
|
11
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { ServiceConfig } from './model/service-config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/common";
|
|
5
|
+
export declare class ObjectModule {
|
|
6
|
+
static forRoot(config: ServiceConfig): ModuleWithProviders<ObjectModule>;
|
|
7
|
+
constructor(parentModule: ObjectModule);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectModule, [{ optional: true; skipSelf: true; }]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ObjectModule, never, [typeof i1.CommonModule], never>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ObjectModule>;
|
|
11
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './model/service-config';
|
|
2
|
-
export * from './services/authentication.service';
|
|
3
|
-
export * from './object.module';
|
|
1
|
+
export * from './model/service-config';
|
|
2
|
+
export * from './services/authentication.service';
|
|
3
|
+
export * from './object.module';
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { User } from '@cleavelandprice/ngx-lib/active-directory';
|
|
4
|
-
import { AbstractAuthenticationService, AuthenticatedUser } from '@cleavelandprice/ngx-lib/authentication';
|
|
5
|
-
import { ServiceConfig } from '../model/service-config';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AuthenticationService implements AbstractAuthenticationService {
|
|
8
|
-
private config;
|
|
9
|
-
private http;
|
|
10
|
-
authenticatedChanged: EventEmitter<boolean>;
|
|
11
|
-
authenticatingChanged: EventEmitter<boolean>;
|
|
12
|
-
authenticationError: EventEmitter<any>;
|
|
13
|
-
authenticating: boolean;
|
|
14
|
-
authenticated: boolean;
|
|
15
|
-
authenticatedUser: AuthenticatedUser | undefined;
|
|
16
|
-
get useSessionStorage(): boolean;
|
|
17
|
-
get storage(): Storage;
|
|
18
|
-
constructor(config: ServiceConfig, http: HttpClient);
|
|
19
|
-
login(username: string, password: string, adminGroup?: string, additionalInfo?: string): void;
|
|
20
|
-
logout(): void;
|
|
21
|
-
validateUser(token: User): void;
|
|
22
|
-
checkForExistingToken(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, [{ optional: true; }, null]>;
|
|
24
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationService>;
|
|
25
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { HttpClient } from '@angular/common/http';
|
|
3
|
+
import { User } from '@cleavelandprice/ngx-lib/active-directory';
|
|
4
|
+
import { AbstractAuthenticationService, AuthenticatedUser } from '@cleavelandprice/ngx-lib/authentication';
|
|
5
|
+
import { ServiceConfig } from '../model/service-config';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AuthenticationService implements AbstractAuthenticationService {
|
|
8
|
+
private config;
|
|
9
|
+
private http;
|
|
10
|
+
authenticatedChanged: EventEmitter<boolean>;
|
|
11
|
+
authenticatingChanged: EventEmitter<boolean>;
|
|
12
|
+
authenticationError: EventEmitter<any>;
|
|
13
|
+
authenticating: boolean;
|
|
14
|
+
authenticated: boolean;
|
|
15
|
+
authenticatedUser: AuthenticatedUser | undefined;
|
|
16
|
+
get useSessionStorage(): boolean;
|
|
17
|
+
get storage(): Storage;
|
|
18
|
+
constructor(config: ServiceConfig, http: HttpClient);
|
|
19
|
+
login(username: string, password: string, adminGroup?: string, additionalInfo?: string): void;
|
|
20
|
+
logout(): void;
|
|
21
|
+
validateUser(token: User): void;
|
|
22
|
+
checkForExistingToken(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, [{ optional: true; }, null]>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationService>;
|
|
25
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from './model/abstract-authentication-service';
|
|
2
|
-
export * from './model/authenticated-user';
|
|
3
|
-
export * from './model/authentication-request';
|
|
4
|
-
export * from './model/service-config';
|
|
5
|
-
export * from './authentication.base.module';
|
|
1
|
+
export * from './model/abstract-authentication-service';
|
|
2
|
+
export * from './model/authenticated-user';
|
|
3
|
+
export * from './model/authentication-request';
|
|
4
|
+
export * from './model/service-config';
|
|
5
|
+
export * from './authentication.base.module';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
-
import { AuthenticationService } from '../../services/authentication.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LoginComponent {
|
|
5
|
-
private dialog;
|
|
6
|
-
authenticationService: AuthenticationService;
|
|
7
|
-
adminGroup: string;
|
|
8
|
-
additionalInfo: string;
|
|
9
|
-
constructor(dialog: MatDialog, authenticationService: AuthenticationService);
|
|
10
|
-
login(): void;
|
|
11
|
-
confirmLogout(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "cp-login", never, { "adminGroup": "adminGroup"; "additionalInfo": "additionalInfo"; }, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
1
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import { AuthenticationService } from '../../services/authentication.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class LoginComponent {
|
|
5
|
+
private dialog;
|
|
6
|
+
authenticationService: AuthenticationService;
|
|
7
|
+
adminGroup: string;
|
|
8
|
+
additionalInfo: string;
|
|
9
|
+
constructor(dialog: MatDialog, authenticationService: AuthenticationService);
|
|
10
|
+
login(): void;
|
|
11
|
+
confirmLogout(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginComponent, "cp-login", never, { "adminGroup": { "alias": "adminGroup"; "required": false; }; "additionalInfo": { "alias": "additionalInfo"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FormGroup, FormControl } from '@angular/forms';
|
|
3
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
-
import { Subscription } from 'rxjs';
|
|
5
|
-
import { LoginFormData } from '../../model/login-form-data';
|
|
6
|
-
import { AuthenticationService } from '../../services/authentication.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class LoginFormComponent implements OnInit, OnDestroy {
|
|
9
|
-
dialogRef: MatDialogRef<LoginFormComponent>;
|
|
10
|
-
authenticationService: AuthenticationService;
|
|
11
|
-
errorMessage: string | undefined;
|
|
12
|
-
authenticatedChangedSubscription: Subscription;
|
|
13
|
-
authenticationErrorSubscription: Subscription;
|
|
14
|
-
form: FormGroup<{
|
|
15
|
-
username: FormControl<null>;
|
|
16
|
-
password: FormControl<null>;
|
|
17
|
-
adminGroup: FormControl<any>;
|
|
18
|
-
additionalInfo: FormControl<any>;
|
|
19
|
-
}>;
|
|
20
|
-
constructor(data: LoginFormData, dialogRef: MatDialogRef<LoginFormComponent>, authenticationService: AuthenticationService);
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
authenticate(): void;
|
|
24
|
-
private authChangedHandler;
|
|
25
|
-
private errorHandler;
|
|
26
|
-
changeTokenStorageMode(checked: boolean): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
29
|
-
}
|
|
1
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FormGroup, FormControl } from '@angular/forms';
|
|
3
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
+
import { Subscription } from 'rxjs';
|
|
5
|
+
import { LoginFormData } from '../../model/login-form-data';
|
|
6
|
+
import { AuthenticationService } from '../../services/authentication.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class LoginFormComponent implements OnInit, OnDestroy {
|
|
9
|
+
dialogRef: MatDialogRef<LoginFormComponent>;
|
|
10
|
+
authenticationService: AuthenticationService;
|
|
11
|
+
errorMessage: string | undefined;
|
|
12
|
+
authenticatedChangedSubscription: Subscription;
|
|
13
|
+
authenticationErrorSubscription: Subscription;
|
|
14
|
+
form: FormGroup<{
|
|
15
|
+
username: FormControl<null>;
|
|
16
|
+
password: FormControl<null>;
|
|
17
|
+
adminGroup: FormControl<any>;
|
|
18
|
+
additionalInfo: FormControl<any>;
|
|
19
|
+
}>;
|
|
20
|
+
constructor(data: LoginFormData, dialogRef: MatDialogRef<LoginFormComponent>, authenticationService: AuthenticationService);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
ngOnDestroy(): void;
|
|
23
|
+
authenticate(): void;
|
|
24
|
+
private authChangedHandler;
|
|
25
|
+
private errorHandler;
|
|
26
|
+
changeTokenStorageMode(checked: boolean): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoginFormComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoginFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
|
|
29
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@cleavelandprice/ngx-lib/authentication/token/gui" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@cleavelandprice/ngx-lib/authentication/token/gui" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface LoginFormData {
|
|
2
|
-
adminGroup: string;
|
|
3
|
-
additionalInfo: string;
|
|
4
|
-
}
|
|
1
|
+
export interface LoginFormData {
|
|
2
|
+
adminGroup: string;
|
|
3
|
+
additionalInfo: string;
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ServiceConfig as BaseServiceConfig } from '@cleavelandprice/ngx-lib/authentication/token';
|
|
2
|
-
export declare class ServiceConfig extends BaseServiceConfig {
|
|
3
|
-
showRememberMeOption: boolean;
|
|
4
|
-
constructor(useSsl_or_customApiUrl?: boolean | string, showRememberMeOption?: boolean, appName?: string | undefined, tokenName?: string, authenticateEndpoint?: string);
|
|
5
|
-
}
|
|
1
|
+
import { ServiceConfig as BaseServiceConfig } from '@cleavelandprice/ngx-lib/authentication/token';
|
|
2
|
+
export declare class ServiceConfig extends BaseServiceConfig {
|
|
3
|
+
showRememberMeOption: boolean;
|
|
4
|
+
constructor(useSsl_or_customApiUrl?: boolean | string, showRememberMeOption?: boolean, appName?: string | undefined, tokenName?: string, authenticateEndpoint?: string);
|
|
5
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './model/login-form-data';
|
|
2
|
-
export * from './model/service-config';
|
|
3
|
-
export * from './services/authentication.service';
|
|
4
|
-
export * from './components/login/login.component';
|
|
5
|
-
export * from './components/login-form/login-form.component';
|
|
6
|
-
export * from './token-gui.module';
|
|
1
|
+
export * from './model/login-form-data';
|
|
2
|
+
export * from './model/service-config';
|
|
3
|
+
export * from './services/authentication.service';
|
|
4
|
+
export * from './components/login/login.component';
|
|
5
|
+
export * from './components/login-form/login-form.component';
|
|
6
|
+
export * from './token-gui.module';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { SharePointService } from '@cleavelandprice/ngx-lib/sharepoint';
|
|
3
|
-
import { AuthenticationService as TokenAuthenticationService } from '@cleavelandprice/ngx-lib/authentication/token';
|
|
4
|
-
import { ServiceConfig } from '../model/service-config';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AuthenticationService extends TokenAuthenticationService {
|
|
7
|
-
config: ServiceConfig;
|
|
8
|
-
http: HttpClient;
|
|
9
|
-
private sharePointService;
|
|
10
|
-
constructor(config: ServiceConfig, http: HttpClient, sharePointService: SharePointService);
|
|
11
|
-
validateUser(token: string): void;
|
|
12
|
-
private getPhoto;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, [{ optional: true; }, null, null]>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationService>;
|
|
15
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { SharePointService } from '@cleavelandprice/ngx-lib/sharepoint';
|
|
3
|
+
import { AuthenticationService as TokenAuthenticationService } from '@cleavelandprice/ngx-lib/authentication/token';
|
|
4
|
+
import { ServiceConfig } from '../model/service-config';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AuthenticationService extends TokenAuthenticationService {
|
|
7
|
+
config: ServiceConfig;
|
|
8
|
+
http: HttpClient;
|
|
9
|
+
private sharePointService;
|
|
10
|
+
constructor(config: ServiceConfig, http: HttpClient, sharePointService: SharePointService);
|
|
11
|
+
validateUser(token: string): void;
|
|
12
|
+
private getPhoto;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationService, [{ optional: true; }, null, null]>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationService>;
|
|
15
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ServiceConfig } from './model/service-config';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./components/login/login.component";
|
|
5
|
-
import * as i2 from "./components/login-form/login-form.component";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
import * as i4 from "@angular/forms";
|
|
8
|
-
import * as i5 from "@angular/material/button";
|
|
9
|
-
import * as i6 from "@angular/material/dialog";
|
|
10
|
-
import * as i7 from "@angular/material/form-field";
|
|
11
|
-
import * as i8 from "@angular/material/icon";
|
|
12
|
-
import * as i9 from "@angular/material/input";
|
|
13
|
-
import * as i10 from "@angular/material/progress-spinner";
|
|
14
|
-
import * as i11 from "@angular/material/slide-toggle";
|
|
15
|
-
export declare class GuiModule {
|
|
16
|
-
static forRoot(config: ServiceConfig): ModuleWithProviders<GuiModule>;
|
|
17
|
-
constructor(parentModule: GuiModule);
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GuiModule, [{ optional: true; skipSelf: true; }]>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GuiModule, [typeof i1.LoginComponent, typeof i2.LoginFormComponent], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule, typeof i5.MatButtonModule, typeof i6.MatDialogModule, typeof i7.MatFormFieldModule, typeof i8.MatIconModule, typeof i9.MatInputModule, typeof i10.MatProgressSpinnerModule, typeof i11.MatSlideToggleModule], [typeof i1.LoginComponent, typeof i2.LoginFormComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GuiModule>;
|
|
21
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { ServiceConfig } from './model/service-config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./components/login/login.component";
|
|
5
|
+
import * as i2 from "./components/login-form/login-form.component";
|
|
6
|
+
import * as i3 from "@angular/common";
|
|
7
|
+
import * as i4 from "@angular/forms";
|
|
8
|
+
import * as i5 from "@angular/material/button";
|
|
9
|
+
import * as i6 from "@angular/material/dialog";
|
|
10
|
+
import * as i7 from "@angular/material/form-field";
|
|
11
|
+
import * as i8 from "@angular/material/icon";
|
|
12
|
+
import * as i9 from "@angular/material/input";
|
|
13
|
+
import * as i10 from "@angular/material/progress-spinner";
|
|
14
|
+
import * as i11 from "@angular/material/slide-toggle";
|
|
15
|
+
export declare class GuiModule {
|
|
16
|
+
static forRoot(config: ServiceConfig): ModuleWithProviders<GuiModule>;
|
|
17
|
+
constructor(parentModule: GuiModule);
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GuiModule, [{ optional: true; skipSelf: true; }]>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GuiModule, [typeof i1.LoginComponent, typeof i2.LoginFormComponent], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule, typeof i5.MatButtonModule, typeof i6.MatDialogModule, typeof i7.MatFormFieldModule, typeof i8.MatIconModule, typeof i9.MatInputModule, typeof i10.MatProgressSpinnerModule, typeof i11.MatSlideToggleModule], [typeof i1.LoginComponent, typeof i2.LoginFormComponent]>;
|
|
20
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GuiModule>;
|
|
21
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@cleavelandprice/ngx-lib/authentication/token" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@cleavelandprice/ngx-lib/authentication/token" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export interface AuthenticationToken {
|
|
2
|
-
aud: string;
|
|
3
|
-
displayName: string;
|
|
4
|
-
distinguishedName: string;
|
|
5
|
-
email: string;
|
|
6
|
-
employeeNumber: string;
|
|
7
|
-
exp: number;
|
|
8
|
-
firstName: string;
|
|
9
|
-
iss: string;
|
|
10
|
-
lastName: string;
|
|
11
|
-
memberOf: string;
|
|
12
|
-
nbf: number;
|
|
13
|
-
phone: string;
|
|
14
|
-
role: string;
|
|
15
|
-
sid: string;
|
|
16
|
-
winaccountname: string;
|
|
17
|
-
}
|
|
1
|
+
export interface AuthenticationToken {
|
|
2
|
+
aud: string;
|
|
3
|
+
displayName: string;
|
|
4
|
+
distinguishedName: string;
|
|
5
|
+
email: string;
|
|
6
|
+
employeeNumber: string;
|
|
7
|
+
exp: number;
|
|
8
|
+
firstName: string;
|
|
9
|
+
iss: string;
|
|
10
|
+
lastName: string;
|
|
11
|
+
memberOf: string;
|
|
12
|
+
nbf: number;
|
|
13
|
+
phone: string;
|
|
14
|
+
role: string;
|
|
15
|
+
sid: string;
|
|
16
|
+
winaccountname: string;
|
|
17
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ServiceConfig as BaseServiceConfig } from '@cleavelandprice/ngx-lib/authentication';
|
|
2
|
-
export declare class ServiceConfig extends BaseServiceConfig {
|
|
3
|
-
deferTokenValidation: boolean;
|
|
4
|
-
constructor(useSsl_or_customApiUrl?: boolean | string, appName?: string | undefined, tokenName?: string, authenticateEndpoint?: string);
|
|
5
|
-
}
|
|
1
|
+
import { ServiceConfig as BaseServiceConfig } from '@cleavelandprice/ngx-lib/authentication';
|
|
2
|
+
export declare class ServiceConfig extends BaseServiceConfig {
|
|
3
|
+
deferTokenValidation: boolean;
|
|
4
|
+
constructor(useSsl_or_customApiUrl?: boolean | string, appName?: string | undefined, tokenName?: string, authenticateEndpoint?: string);
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './model/authentication-token';
|
|
2
|
-
export * from './model/service-config';
|
|
3
|
-
export * from './services/authentication.service';
|
|
4
|
-
export * from './token.module';
|
|
1
|
+
export * from './model/authentication-token';
|
|
2
|
+
export * from './model/service-config';
|
|
3
|
+
export * from './services/authentication.service';
|
|
4
|
+
export * from './token.module';
|