@cleavelandprice/ngx-lib 3.7.2 → 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 -6
- package/authentication/model/service-config.d.ts +8 -7
- 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 -13
- package/authentication/token/gui/components/login-form/login-form.component.d.ts +29 -28
- package/authentication/token/gui/index.d.ts +5 -5
- package/authentication/token/gui/model/login-form-data.d.ts +4 -3
- 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 +2 -2
- package/esm2022/authentication/model/service-config.mjs +12 -0
- package/{esm2020 → esm2022}/authentication/object/cleavelandprice-ngx-lib-authentication-object.mjs +4 -4
- package/esm2022/authentication/object/model/service-config.mjs +9 -0
- 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 +2 -2
- package/esm2022/authentication/token/gui/model/service-config.mjs +10 -0
- 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/esm2022/authentication/token/model/service-config.mjs +10 -0
- 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 -140
- package/fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-token-gui.mjs +232 -226
- package/fesm2022/cleavelandprice-ngx-lib-authentication-token-gui.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-authentication-token.mjs +152 -151
- package/fesm2022/cleavelandprice-ngx-lib-authentication-token.mjs.map +1 -0
- package/{fesm2015 → fesm2022}/cleavelandprice-ngx-lib-authentication.mjs +25 -25
- package/fesm2022/cleavelandprice-ngx-lib-authentication.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/cleavelandprice-ngx-lib-dialog.mjs +205 -205
- 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/model/service-config.mjs +0 -11
- package/esm2020/authentication/object/model/service-config.mjs +0 -9
- package/esm2020/authentication/object/object.module.mjs +0 -39
- package/esm2020/authentication/object/services/authentication.service.mjs +0 -106
- package/esm2020/authentication/token/gui/components/login/login.component.mjs +0 -39
- package/esm2020/authentication/token/gui/components/login-form/login-form.component.mjs +0 -71
- package/esm2020/authentication/token/gui/model/service-config.mjs +0 -10
- 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/model/service-config.mjs +0 -10
- package/esm2020/authentication/token/services/authentication.service.mjs +0 -117
- 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 -161
- package/fesm2015/cleavelandprice-ngx-lib-authentication-object.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-authentication-token-gui.mjs +0 -274
- package/fesm2015/cleavelandprice-ngx-lib-authentication-token-gui.mjs.map +0 -1
- package/fesm2015/cleavelandprice-ngx-lib-authentication-token.mjs +0 -173
- 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 -250
- 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-object.mjs.map +0 -1
- package/fesm2020/cleavelandprice-ngx-lib-authentication-token-gui.mjs.map +0 -1
- package/fesm2020/cleavelandprice-ngx-lib-authentication-token.mjs.map +0 -1
- package/fesm2020/cleavelandprice-ngx-lib-authentication.mjs +0 -38
- package/fesm2020/cleavelandprice-ngx-lib-authentication.mjs.map +0 -1
- package/fesm2020/cleavelandprice-ngx-lib-url-utilities.mjs +0 -177
- package/fesm2020/cleavelandprice-ngx-lib-url-utilities.mjs.map +0 -1
|
@@ -2,107 +2,106 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Injectable, Optional, NgModule, SkipSelf } from '@angular/core';
|
|
3
3
|
import * as i2 from '@angular/common/http';
|
|
4
4
|
|
|
5
|
-
class ServiceConfig {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
5
|
+
class ServiceConfig {
|
|
6
|
+
get apiUrl() {
|
|
7
|
+
return this.customApiUrl ? this.customApiUrl :
|
|
8
|
+
this.useSsl ?
|
|
9
|
+
'https://utilityapi.cleavelandprice.com' :
|
|
10
|
+
'http://utilityapi';
|
|
11
|
+
}
|
|
12
|
+
/* Since TypeScript's implementation of overloads sucks, I'm doing something weird here.
|
|
13
|
+
useSsl_or_customApiUrl will usually be a boolean value that determines whether or not SSL is used with the normal utilityapi URL options.
|
|
14
|
+
But if you want to completely disregard the utilityapi URL and use your own, you would pass the URL via this parameter. */
|
|
15
|
+
constructor(useSsl_or_customApiUrl = false) {
|
|
16
|
+
this.useSsl = false;
|
|
17
|
+
if (typeof useSsl_or_customApiUrl === 'boolean') {
|
|
18
|
+
this.useSsl = useSsl_or_customApiUrl;
|
|
19
|
+
}
|
|
20
|
+
else if (typeof useSsl_or_customApiUrl === 'string') {
|
|
21
|
+
this.customApiUrl = useSsl_or_customApiUrl;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
class AppPathConfigService {
|
|
27
|
-
constructor(config, http) {
|
|
28
|
-
this.config = config;
|
|
29
|
-
this.http = http;
|
|
30
|
-
this.config = this.config ?? new ServiceConfig();
|
|
31
|
-
this.url = `${this.config.apiUrl}/apppathconfigs`;
|
|
32
|
-
}
|
|
33
|
-
getAll() {
|
|
34
|
-
return this.http.get(this.url);
|
|
35
|
-
}
|
|
36
|
-
getById(id) {
|
|
37
|
-
return this.http.get(`${this.url}/${id}`);
|
|
38
|
-
}
|
|
39
|
-
getByAppId(id) {
|
|
40
|
-
return this.http.get(`${this.url}/appid/${id}`);
|
|
41
|
-
}
|
|
42
|
-
getByApp(name) {
|
|
43
|
-
return this.http.get(`${this.url}/app/${name}`);
|
|
44
|
-
}
|
|
45
|
-
getByAppTypeId(id) {
|
|
46
|
-
return this.http.get(`${this.url}/apptypeid/${id}`);
|
|
47
|
-
}
|
|
48
|
-
getByAppType(name) {
|
|
49
|
-
return this.http.get(`${this.url}/apptype/${name}`);
|
|
50
|
-
}
|
|
51
|
-
getByAppFunction(name) {
|
|
52
|
-
return this.http.get(`${this.url}/function/${name}`);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
58
|
-
type: Injectable,
|
|
59
|
-
args: [{
|
|
60
|
-
providedIn: 'root'
|
|
61
|
-
}]
|
|
62
|
-
}], ctorParameters: function () { return [{ type: ServiceConfig, decorators: [{
|
|
63
|
-
type: Optional
|
|
26
|
+
class AppPathConfigService {
|
|
27
|
+
constructor(config, http) {
|
|
28
|
+
this.config = config;
|
|
29
|
+
this.http = http;
|
|
30
|
+
this.config = this.config ?? new ServiceConfig();
|
|
31
|
+
this.url = `${this.config.apiUrl}/apppathconfigs`;
|
|
32
|
+
}
|
|
33
|
+
getAll() {
|
|
34
|
+
return this.http.get(this.url);
|
|
35
|
+
}
|
|
36
|
+
getById(id) {
|
|
37
|
+
return this.http.get(`${this.url}/${id}`);
|
|
38
|
+
}
|
|
39
|
+
getByAppId(id) {
|
|
40
|
+
return this.http.get(`${this.url}/appid/${id}`);
|
|
41
|
+
}
|
|
42
|
+
getByApp(name) {
|
|
43
|
+
return this.http.get(`${this.url}/app/${name}`);
|
|
44
|
+
}
|
|
45
|
+
getByAppTypeId(id) {
|
|
46
|
+
return this.http.get(`${this.url}/apptypeid/${id}`);
|
|
47
|
+
}
|
|
48
|
+
getByAppType(name) {
|
|
49
|
+
return this.http.get(`${this.url}/apptype/${name}`);
|
|
50
|
+
}
|
|
51
|
+
getByAppFunction(name) {
|
|
52
|
+
return this.http.get(`${this.url}/function/${name}`);
|
|
53
|
+
}
|
|
54
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AppPathConfigService, deps: [{ token: ServiceConfig, optional: true }, { token: i2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
55
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AppPathConfigService, providedIn: 'root' }); }
|
|
56
|
+
}
|
|
57
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AppPathConfigService, decorators: [{
|
|
58
|
+
type: Injectable,
|
|
59
|
+
args: [{
|
|
60
|
+
providedIn: 'root'
|
|
61
|
+
}]
|
|
62
|
+
}], ctorParameters: function () { return [{ type: ServiceConfig, decorators: [{
|
|
63
|
+
type: Optional
|
|
64
64
|
}] }, { type: i2.HttpClient }]; } });
|
|
65
65
|
|
|
66
|
-
class NgxLibModule {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
86
|
-
type: NgModule,
|
|
87
|
-
args: [{
|
|
88
|
-
declarations: [],
|
|
89
|
-
imports: [],
|
|
90
|
-
exports: []
|
|
91
|
-
}]
|
|
92
|
-
}], ctorParameters: function () { return [{ type: NgxLibModule, decorators: [{
|
|
93
|
-
type: Optional
|
|
94
|
-
}, {
|
|
95
|
-
type: SkipSelf
|
|
66
|
+
class NgxLibModule {
|
|
67
|
+
static forRoot(config) {
|
|
68
|
+
return {
|
|
69
|
+
ngModule: NgxLibModule,
|
|
70
|
+
providers: [
|
|
71
|
+
AppPathConfigService,
|
|
72
|
+
{ provide: ServiceConfig, useValue: config }
|
|
73
|
+
]
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
constructor(parentModule) {
|
|
77
|
+
if (parentModule) {
|
|
78
|
+
throw new Error('NgxLibModule is already loaded. Import it in the AppModule only');
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: NgxLibModule, deps: [{ token: NgxLibModule, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
82
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: NgxLibModule }); }
|
|
83
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: NgxLibModule }); }
|
|
84
|
+
}
|
|
85
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: NgxLibModule, decorators: [{
|
|
86
|
+
type: NgModule,
|
|
87
|
+
args: [{
|
|
88
|
+
declarations: [],
|
|
89
|
+
imports: [],
|
|
90
|
+
exports: []
|
|
91
|
+
}]
|
|
92
|
+
}], ctorParameters: function () { return [{ type: NgxLibModule, decorators: [{
|
|
93
|
+
type: Optional
|
|
94
|
+
}, {
|
|
95
|
+
type: SkipSelf
|
|
96
96
|
}] }]; } });
|
|
97
97
|
|
|
98
|
-
/*
|
|
99
|
-
* Public API Surface of ngx-lib
|
|
98
|
+
/*
|
|
99
|
+
* Public API Surface of ngx-lib
|
|
100
100
|
*/
|
|
101
101
|
|
|
102
|
-
/**
|
|
103
|
-
* Generated bundle index. Do not edit.
|
|
102
|
+
/**
|
|
103
|
+
* Generated bundle index. Do not edit.
|
|
104
104
|
*/
|
|
105
105
|
|
|
106
106
|
export { AppPathConfigService, NgxLibModule, ServiceConfig };
|
|
107
107
|
//# sourceMappingURL=cleavelandprice-ngx-lib.mjs.map
|
|
108
|
-
//# sourceMappingURL=cleavelandprice-ngx-lib.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cleavelandprice-ngx-lib.mjs","sources":["../../../../projects/cleavelandprice/ngx-lib/src/lib/model/service-config.ts","../../../../projects/cleavelandprice/ngx-lib/src/lib/services/app-path-config.service.ts","../../../../projects/cleavelandprice/ngx-lib/src/lib/ngx-lib.module.ts","../../../../projects/cleavelandprice/ngx-lib/src/public_api.ts","../../../../projects/cleavelandprice/ngx-lib/src/cleavelandprice-ngx-lib.ts"],"sourcesContent":["export class ServiceConfig {\r\n useSsl = false;\r\n customApiUrl: string | undefined;\r\n\r\n get apiUrl(): string {\r\n return this.customApiUrl ? this.customApiUrl :\r\n this.useSsl ?\r\n 'https://utilityapi.cleavelandprice.com' :\r\n 'http://utilityapi';\r\n }\r\n\r\n /* Since TypeScript's implementation of overloads sucks, I'm doing something weird here.\r\n useSsl_or_customApiUrl will usually be a boolean value that determines whether or not SSL is used with the normal utilityapi URL options.\r\n But if you want to completely disregard the utilityapi URL and use your own, you would pass the URL via this parameter. */\r\n constructor(useSsl_or_customApiUrl: boolean | string = false) {\r\n if (typeof useSsl_or_customApiUrl === 'boolean') {\r\n this.useSsl = useSsl_or_customApiUrl;\r\n } else if (typeof useSsl_or_customApiUrl === 'string') {\r\n this.customApiUrl = useSsl_or_customApiUrl;\r\n }\r\n }\r\n}","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable, Optional } from '@angular/core';\r\nimport { Observable } from 'rxjs';\r\n\r\nimport { AppPathConfig } from '../model/app-path-config';\r\nimport { ServiceConfig } from '../model/service-config';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AppPathConfigService {\r\n url!: string;\r\n\r\n constructor(@Optional() private config: ServiceConfig,\r\n private http: HttpClient) {\r\n\r\n this.config = this.config ?? new ServiceConfig();\r\n \r\n this.url = `${this.config.apiUrl}/apppathconfigs`\r\n }\r\n\r\n getAll(): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(this.url);\r\n }\r\n\r\n getById(id: number): Observable<AppPathConfig> {\r\n return this.http.get<AppPathConfig>(`${this.url}/${id}`);\r\n }\r\n\r\n getByAppId(id: number): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/appid/${id}`);\r\n }\r\n\r\n getByApp(name: string): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/app/${name}`);\r\n }\r\n\r\n getByAppTypeId(id: number): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/apptypeid/${id}`);\r\n }\r\n\r\n getByAppType(name: string): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/apptype/${name}`);\r\n }\r\n\r\n getByAppFunction(name: string): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/function/${name}`);\r\n }\r\n}\r\n","import { ModuleWithProviders, NgModule, Optional, SkipSelf } from '@angular/core';\r\n\r\nimport { AppPathConfigService } from './services/app-path-config.service';\r\n\r\nimport { ServiceConfig } from './model/service-config';\r\n\r\n@NgModule({\r\n declarations: [\r\n ],\r\n imports: [\r\n ],\r\n exports: [\r\n ]\r\n})\r\nexport class NgxLibModule {\r\n static forRoot(config: ServiceConfig): ModuleWithProviders<NgxLibModule> {\r\n return {\r\n ngModule: NgxLibModule,\r\n providers: [\r\n AppPathConfigService,\r\n { provide: ServiceConfig, useValue: config }\r\n ]\r\n };\r\n }\r\n\r\n constructor(@Optional() @SkipSelf() parentModule: NgxLibModule) {\r\n if (parentModule) {\r\n throw new Error(\r\n 'NgxLibModule is already loaded. Import it in the AppModule only');\r\n }\r\n }\r\n}","/*\r\n * Public API Surface of ngx-lib\r\n */\r\n\r\nexport * from './lib/model/app';\r\nexport * from './lib/model/app-path-config';\r\nexport * from './lib/model/app-type';\r\nexport * from './lib/model/service-config';\r\n\r\nexport * from './lib/services/app-path-config.service';\r\n\r\nexport * from './lib/ngx-lib.module';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["i1.ServiceConfig"],"mappings":";;;;MAAa,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"cleavelandprice-ngx-lib.mjs","sources":["../../../../projects/cleavelandprice/ngx-lib/src/lib/model/service-config.ts","../../../../projects/cleavelandprice/ngx-lib/src/lib/services/app-path-config.service.ts","../../../../projects/cleavelandprice/ngx-lib/src/lib/ngx-lib.module.ts","../../../../projects/cleavelandprice/ngx-lib/src/public_api.ts","../../../../projects/cleavelandprice/ngx-lib/src/cleavelandprice-ngx-lib.ts"],"sourcesContent":["export class ServiceConfig {\r\n useSsl = false;\r\n customApiUrl: string | undefined;\r\n\r\n get apiUrl(): string {\r\n return this.customApiUrl ? this.customApiUrl :\r\n this.useSsl ?\r\n 'https://utilityapi.cleavelandprice.com' :\r\n 'http://utilityapi';\r\n }\r\n\r\n /* Since TypeScript's implementation of overloads sucks, I'm doing something weird here.\r\n useSsl_or_customApiUrl will usually be a boolean value that determines whether or not SSL is used with the normal utilityapi URL options.\r\n But if you want to completely disregard the utilityapi URL and use your own, you would pass the URL via this parameter. */\r\n constructor(useSsl_or_customApiUrl: boolean | string = false) {\r\n if (typeof useSsl_or_customApiUrl === 'boolean') {\r\n this.useSsl = useSsl_or_customApiUrl;\r\n } else if (typeof useSsl_or_customApiUrl === 'string') {\r\n this.customApiUrl = useSsl_or_customApiUrl;\r\n }\r\n }\r\n}","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable, Optional } from '@angular/core';\r\nimport { Observable } from 'rxjs';\r\n\r\nimport { AppPathConfig } from '../model/app-path-config';\r\nimport { ServiceConfig } from '../model/service-config';\r\n\r\n@Injectable({\r\n providedIn: 'root'\r\n})\r\nexport class AppPathConfigService {\r\n url!: string;\r\n\r\n constructor(@Optional() private config: ServiceConfig,\r\n private http: HttpClient) {\r\n\r\n this.config = this.config ?? new ServiceConfig();\r\n \r\n this.url = `${this.config.apiUrl}/apppathconfigs`\r\n }\r\n\r\n getAll(): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(this.url);\r\n }\r\n\r\n getById(id: number): Observable<AppPathConfig> {\r\n return this.http.get<AppPathConfig>(`${this.url}/${id}`);\r\n }\r\n\r\n getByAppId(id: number): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/appid/${id}`);\r\n }\r\n\r\n getByApp(name: string): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/app/${name}`);\r\n }\r\n\r\n getByAppTypeId(id: number): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/apptypeid/${id}`);\r\n }\r\n\r\n getByAppType(name: string): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/apptype/${name}`);\r\n }\r\n\r\n getByAppFunction(name: string): Observable<AppPathConfig[]> {\r\n return this.http.get<AppPathConfig[]>(`${this.url}/function/${name}`);\r\n }\r\n}\r\n","import { ModuleWithProviders, NgModule, Optional, SkipSelf } from '@angular/core';\r\n\r\nimport { AppPathConfigService } from './services/app-path-config.service';\r\n\r\nimport { ServiceConfig } from './model/service-config';\r\n\r\n@NgModule({\r\n declarations: [\r\n ],\r\n imports: [\r\n ],\r\n exports: [\r\n ]\r\n})\r\nexport class NgxLibModule {\r\n static forRoot(config: ServiceConfig): ModuleWithProviders<NgxLibModule> {\r\n return {\r\n ngModule: NgxLibModule,\r\n providers: [\r\n AppPathConfigService,\r\n { provide: ServiceConfig, useValue: config }\r\n ]\r\n };\r\n }\r\n\r\n constructor(@Optional() @SkipSelf() parentModule: NgxLibModule) {\r\n if (parentModule) {\r\n throw new Error(\r\n 'NgxLibModule is already loaded. Import it in the AppModule only');\r\n }\r\n }\r\n}","/*\r\n * Public API Surface of ngx-lib\r\n */\r\n\r\nexport * from './lib/model/app';\r\nexport * from './lib/model/app-path-config';\r\nexport * from './lib/model/app-type';\r\nexport * from './lib/model/service-config';\r\n\r\nexport * from './lib/services/app-path-config.service';\r\n\r\nexport * from './lib/ngx-lib.module';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["i1.ServiceConfig"],"mappings":";;;;MAAa,aAAa,CAAA;AAItB,IAAA,IAAI,MAAM,GAAA;QACN,OAAO,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC,YAAY;YACxC,IAAI,CAAC,MAAM;AACP,gBAAA,wCAAwC;AACxC,gBAAA,mBAAmB,CAAC;KAC/B;AAED;;AAE8H;AAC9H,IAAA,WAAA,CAAY,yBAA2C,KAAK,EAAA;QAb5D,IAAM,CAAA,MAAA,GAAG,KAAK,CAAC;AAcX,QAAA,IAAI,OAAO,sBAAsB,KAAK,SAAS,EAAE;AAC7C,YAAA,IAAI,CAAC,MAAM,GAAG,sBAAsB,CAAC;AACxC,SAAA;AAAM,aAAA,IAAI,OAAO,sBAAsB,KAAK,QAAQ,EAAE;AACnD,YAAA,IAAI,CAAC,YAAY,GAAG,sBAAsB,CAAC;AAC9C,SAAA;KACJ;AACJ;;ACdD,MAGa,oBAAoB,CAAA;IAG/B,WAAgC,CAAA,MAAqB,EACjC,IAAgB,EAAA;QADJ,IAAM,CAAA,MAAA,GAAN,MAAM,CAAe;QACjC,IAAI,CAAA,IAAA,GAAJ,IAAI,CAAY;QAEtB,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,IAAI,IAAI,aAAa,EAAE,CAAC;QAEjD,IAAI,CAAC,GAAG,GAAG,CAAG,EAAA,IAAI,CAAC,MAAM,CAAC,MAAM,CAAA,eAAA,CAAiB,CAAA;KAC9D;IAED,MAAM,GAAA;QACJ,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAkB,IAAI,CAAC,GAAG,CAAC,CAAC;KACjD;AAED,IAAA,OAAO,CAAC,EAAU,EAAA;AAChB,QAAA,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAgB,CAAA,EAAG,IAAI,CAAC,GAAG,CAAA,CAAA,EAAI,EAAE,CAAA,CAAE,CAAC,CAAC;KAC1D;AAED,IAAA,UAAU,CAAC,EAAU,EAAA;AACnB,QAAA,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAkB,CAAA,EAAG,IAAI,CAAC,GAAG,CAAA,OAAA,EAAU,EAAE,CAAA,CAAE,CAAC,CAAC;KAClE;AAED,IAAA,QAAQ,CAAC,IAAY,EAAA;AACnB,QAAA,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAkB,CAAA,EAAG,IAAI,CAAC,GAAG,CAAA,KAAA,EAAQ,IAAI,CAAA,CAAE,CAAC,CAAC;KAClE;AAED,IAAA,cAAc,CAAC,EAAU,EAAA;AACvB,QAAA,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAkB,CAAA,EAAG,IAAI,CAAC,GAAG,CAAA,WAAA,EAAc,EAAE,CAAA,CAAE,CAAC,CAAC;KACtE;AAED,IAAA,YAAY,CAAC,IAAY,EAAA;AACvB,QAAA,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAkB,CAAA,EAAG,IAAI,CAAC,GAAG,CAAA,SAAA,EAAY,IAAI,CAAA,CAAE,CAAC,CAAC;KACtE;AAED,IAAA,gBAAgB,CAAC,IAAY,EAAA;AAC3B,QAAA,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAkB,CAAA,EAAG,IAAI,CAAC,GAAG,CAAA,UAAA,EAAa,IAAI,CAAA,CAAE,CAAC,CAAC;KACvE;8GArCU,oBAAoB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,oBAAoB,cAFnB,MAAM,EAAA,CAAA,CAAA,EAAA;;2FAEP,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAHhC,UAAU;AAAC,YAAA,IAAA,EAAA,CAAA;AACV,oBAAA,UAAU,EAAE,MAAM;AACnB,iBAAA,CAAA;;0BAIc,QAAQ;;;ACPvB,MAQa,YAAY,CAAA;IACvB,OAAO,OAAO,CAAC,MAAqB,EAAA;QAClC,OAAO;AACL,YAAA,QAAQ,EAAE,YAAY;AACtB,YAAA,SAAS,EAAE;gBACT,oBAAoB;AACpB,gBAAA,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE;AAC7C,aAAA;SACF,CAAC;KACH;AAED,IAAA,WAAA,CAAoC,YAA0B,EAAA;AAC5D,QAAA,IAAI,YAAY,EAAE;AAChB,YAAA,MAAM,IAAI,KAAK,CACb,iEAAiE,CAAC,CAAC;AACtE,SAAA;KACF;8GAhBU,YAAY,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAAZ,YAAY,EAAA,CAAA,CAAA,EAAA;+GAAZ,YAAY,EAAA,CAAA,CAAA,EAAA;;2FAAZ,YAAY,EAAA,UAAA,EAAA,CAAA;kBARxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,EACb;AACD,oBAAA,OAAO,EAAE,EACR;AACD,oBAAA,OAAO,EAAE,EACR;AACF,iBAAA,CAAA;;0BAYc,QAAQ;;0BAAI,QAAQ;;;ACzBnC;;AAEG;;ACFH;;AAEG;;;;"}
|
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@cleavelandprice/ngx-lib" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@cleavelandprice/ngx-lib" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { App } from "./app";
|
|
2
|
-
export interface AppPathConfig {
|
|
3
|
-
rowID: number;
|
|
4
|
-
appID?: number;
|
|
5
|
-
functionName?: string;
|
|
6
|
-
uncPath?: string;
|
|
7
|
-
description?: string;
|
|
8
|
-
displayInUserSettings?: boolean;
|
|
9
|
-
app?: App;
|
|
10
|
-
}
|
|
1
|
+
import { App } from "./app";
|
|
2
|
+
export interface AppPathConfig {
|
|
3
|
+
rowID: number;
|
|
4
|
+
appID?: number;
|
|
5
|
+
functionName?: string;
|
|
6
|
+
uncPath?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
displayInUserSettings?: boolean;
|
|
9
|
+
app?: App;
|
|
10
|
+
}
|
package/lib/model/app-type.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export interface AppType {
|
|
2
|
-
rowID: number;
|
|
3
|
-
appTypeName: string;
|
|
4
|
-
appTypeDescription: string;
|
|
5
|
-
}
|
|
1
|
+
export interface AppType {
|
|
2
|
+
rowID: number;
|
|
3
|
+
appTypeName: string;
|
|
4
|
+
appTypeDescription: string;
|
|
5
|
+
}
|
package/lib/model/app.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { AppType } from "./app-type";
|
|
2
|
-
export interface App {
|
|
3
|
-
appID: number;
|
|
4
|
-
appName: string;
|
|
5
|
-
appStatus?: number;
|
|
6
|
-
appImage?: string;
|
|
7
|
-
appLocation?: string;
|
|
8
|
-
appDescription?: string;
|
|
9
|
-
defaultAssignee?: number;
|
|
10
|
-
notes?: string;
|
|
11
|
-
url?: string;
|
|
12
|
-
displayInList?: boolean;
|
|
13
|
-
displayname?: string;
|
|
14
|
-
displayInUserSettings?: boolean;
|
|
15
|
-
applicationType?: AppType;
|
|
16
|
-
}
|
|
1
|
+
import { AppType } from "./app-type";
|
|
2
|
+
export interface App {
|
|
3
|
+
appID: number;
|
|
4
|
+
appName: string;
|
|
5
|
+
appStatus?: number;
|
|
6
|
+
appImage?: string;
|
|
7
|
+
appLocation?: string;
|
|
8
|
+
appDescription?: string;
|
|
9
|
+
defaultAssignee?: number;
|
|
10
|
+
notes?: string;
|
|
11
|
+
url?: string;
|
|
12
|
+
displayInList?: boolean;
|
|
13
|
+
displayname?: string;
|
|
14
|
+
displayInUserSettings?: boolean;
|
|
15
|
+
applicationType?: AppType;
|
|
16
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare class ServiceConfig {
|
|
2
|
-
useSsl: boolean;
|
|
3
|
-
customApiUrl: string | undefined;
|
|
4
|
-
get apiUrl(): string;
|
|
5
|
-
constructor(useSsl_or_customApiUrl?: boolean | string);
|
|
6
|
-
}
|
|
1
|
+
export declare class ServiceConfig {
|
|
2
|
+
useSsl: boolean;
|
|
3
|
+
customApiUrl: string | undefined;
|
|
4
|
+
get apiUrl(): string;
|
|
5
|
+
constructor(useSsl_or_customApiUrl?: boolean | string);
|
|
6
|
+
}
|
package/lib/ngx-lib.module.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { ServiceConfig } from './model/service-config';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NgxLibModule {
|
|
5
|
-
static forRoot(config: ServiceConfig): ModuleWithProviders<NgxLibModule>;
|
|
6
|
-
constructor(parentModule: NgxLibModule);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgxLibModule, [{ optional: true; skipSelf: true; }]>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxLibModule, never, never, never>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgxLibModule>;
|
|
10
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { ServiceConfig } from './model/service-config';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NgxLibModule {
|
|
5
|
+
static forRoot(config: ServiceConfig): ModuleWithProviders<NgxLibModule>;
|
|
6
|
+
constructor(parentModule: NgxLibModule);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgxLibModule, [{ optional: true; skipSelf: true; }]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxLibModule, never, never, never>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgxLibModule>;
|
|
10
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AppPathConfig } from '../model/app-path-config';
|
|
4
|
-
import { ServiceConfig } from '../model/service-config';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AppPathConfigService {
|
|
7
|
-
private config;
|
|
8
|
-
private http;
|
|
9
|
-
url: string;
|
|
10
|
-
constructor(config: ServiceConfig, http: HttpClient);
|
|
11
|
-
getAll(): Observable<AppPathConfig[]>;
|
|
12
|
-
getById(id: number): Observable<AppPathConfig>;
|
|
13
|
-
getByAppId(id: number): Observable<AppPathConfig[]>;
|
|
14
|
-
getByApp(name: string): Observable<AppPathConfig[]>;
|
|
15
|
-
getByAppTypeId(id: number): Observable<AppPathConfig[]>;
|
|
16
|
-
getByAppType(name: string): Observable<AppPathConfig[]>;
|
|
17
|
-
getByAppFunction(name: string): Observable<AppPathConfig[]>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppPathConfigService, [{ optional: true; }, null]>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AppPathConfigService>;
|
|
20
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { AppPathConfig } from '../model/app-path-config';
|
|
4
|
+
import { ServiceConfig } from '../model/service-config';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AppPathConfigService {
|
|
7
|
+
private config;
|
|
8
|
+
private http;
|
|
9
|
+
url: string;
|
|
10
|
+
constructor(config: ServiceConfig, http: HttpClient);
|
|
11
|
+
getAll(): Observable<AppPathConfig[]>;
|
|
12
|
+
getById(id: number): Observable<AppPathConfig>;
|
|
13
|
+
getByAppId(id: number): Observable<AppPathConfig[]>;
|
|
14
|
+
getByApp(name: string): Observable<AppPathConfig[]>;
|
|
15
|
+
getByAppTypeId(id: number): Observable<AppPathConfig[]>;
|
|
16
|
+
getByAppType(name: string): Observable<AppPathConfig[]>;
|
|
17
|
+
getByAppFunction(name: string): Observable<AppPathConfig[]>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppPathConfigService, [{ optional: true; }, null]>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppPathConfigService>;
|
|
20
|
+
}
|
package/msgraph/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@cleavelandprice/ngx-lib/msgraph" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@cleavelandprice/ngx-lib/msgraph" />
|
|
5
|
+
export * from './public_api';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface Address {
|
|
2
|
-
city: string;
|
|
3
|
-
countryOrRegion: string;
|
|
4
|
-
postalCode: string;
|
|
5
|
-
state: string;
|
|
6
|
-
street: string;
|
|
7
|
-
}
|
|
1
|
+
export interface Address {
|
|
2
|
+
city: string;
|
|
3
|
+
countryOrRegion: string;
|
|
4
|
+
postalCode: string;
|
|
5
|
+
state: string;
|
|
6
|
+
street: string;
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EmailAddress } from "./email-address";
|
|
2
|
-
export interface Attendee {
|
|
3
|
-
emailAddress: EmailAddress;
|
|
4
|
-
proposedNewTime: {
|
|
5
|
-
end: Date;
|
|
6
|
-
start: Date;
|
|
7
|
-
};
|
|
8
|
-
status: {
|
|
9
|
-
response: string;
|
|
10
|
-
time: Date;
|
|
11
|
-
};
|
|
12
|
-
type: number;
|
|
13
|
-
}
|
|
1
|
+
import { EmailAddress } from "./email-address";
|
|
2
|
+
export interface Attendee {
|
|
3
|
+
emailAddress: EmailAddress;
|
|
4
|
+
proposedNewTime: {
|
|
5
|
+
end: Date;
|
|
6
|
+
start: Date;
|
|
7
|
+
};
|
|
8
|
+
status: {
|
|
9
|
+
response: string;
|
|
10
|
+
time: Date;
|
|
11
|
+
};
|
|
12
|
+
type: number;
|
|
13
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CalendarEvent } from "./calendar-event";
|
|
2
|
-
export interface BulkCalendarEvents {
|
|
3
|
-
id: string;
|
|
4
|
-
events: CalendarEvent[];
|
|
5
|
-
}
|
|
1
|
+
import { CalendarEvent } from "./calendar-event";
|
|
2
|
+
export interface BulkCalendarEvents {
|
|
3
|
+
id: string;
|
|
4
|
+
events: CalendarEvent[];
|
|
5
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export interface BulkCalendarRequest {
|
|
2
|
-
ids: string[];
|
|
3
|
-
}
|
|
1
|
+
export interface BulkCalendarRequest {
|
|
2
|
+
ids: string[];
|
|
3
|
+
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { Attendee } from "./attendee";
|
|
2
|
-
import { OnlineMeetingInfo } from "./online-meeting-info";
|
|
3
|
-
import { Location } from './location';
|
|
4
|
-
import { PatternedRecurrence } from "./patterned-recurrence";
|
|
5
|
-
import { Recipient } from "./recipient";
|
|
6
|
-
import { ResponseStatus } from "./response-status";
|
|
7
|
-
export interface CalendarEvent {
|
|
8
|
-
attendees: Attendee[];
|
|
9
|
-
body: {
|
|
10
|
-
content: string;
|
|
11
|
-
contentType: number;
|
|
12
|
-
};
|
|
13
|
-
bodyPreview: string;
|
|
14
|
-
categories: string[];
|
|
15
|
-
changeKey: string;
|
|
16
|
-
createdDateTime: Date;
|
|
17
|
-
end: Date;
|
|
18
|
-
hasAttachments: boolean;
|
|
19
|
-
hideAttendees: boolean;
|
|
20
|
-
id: string;
|
|
21
|
-
importance: number;
|
|
22
|
-
isAllDay: boolean;
|
|
23
|
-
isCancelled: boolean;
|
|
24
|
-
isDraft: boolean;
|
|
25
|
-
isOnlineMeeting: boolean;
|
|
26
|
-
isOrganizer: boolean;
|
|
27
|
-
isReminderOn: boolean;
|
|
28
|
-
lastModifiedDateDate: Date;
|
|
29
|
-
location: Location;
|
|
30
|
-
locations: Location[];
|
|
31
|
-
onlineMeeting: OnlineMeetingInfo;
|
|
32
|
-
onlineMeetingProvider: number;
|
|
33
|
-
onlineMeetingUrl: string;
|
|
34
|
-
organizer: Recipient;
|
|
35
|
-
originalEndTimeZone: string;
|
|
36
|
-
originalStart: Date;
|
|
37
|
-
originalStartTimeZone: string;
|
|
38
|
-
recurrence: PatternedRecurrence;
|
|
39
|
-
reminderMinutesBeforeStart: number;
|
|
40
|
-
responseRequested: boolean;
|
|
41
|
-
responseStatus: ResponseStatus;
|
|
42
|
-
sensitivity: string;
|
|
43
|
-
seriesMasterId: string;
|
|
44
|
-
showAs: string;
|
|
45
|
-
start: Date;
|
|
46
|
-
subject: string;
|
|
47
|
-
transactionId: string;
|
|
48
|
-
type: string;
|
|
49
|
-
webLink: string;
|
|
50
|
-
isHappeningNow: boolean;
|
|
51
|
-
isToday: boolean;
|
|
52
|
-
spansMultipleDays: boolean;
|
|
53
|
-
}
|
|
1
|
+
import { Attendee } from "./attendee";
|
|
2
|
+
import { OnlineMeetingInfo } from "./online-meeting-info";
|
|
3
|
+
import { Location } from './location';
|
|
4
|
+
import { PatternedRecurrence } from "./patterned-recurrence";
|
|
5
|
+
import { Recipient } from "./recipient";
|
|
6
|
+
import { ResponseStatus } from "./response-status";
|
|
7
|
+
export interface CalendarEvent {
|
|
8
|
+
attendees: Attendee[];
|
|
9
|
+
body: {
|
|
10
|
+
content: string;
|
|
11
|
+
contentType: number;
|
|
12
|
+
};
|
|
13
|
+
bodyPreview: string;
|
|
14
|
+
categories: string[];
|
|
15
|
+
changeKey: string;
|
|
16
|
+
createdDateTime: Date;
|
|
17
|
+
end: Date;
|
|
18
|
+
hasAttachments: boolean;
|
|
19
|
+
hideAttendees: boolean;
|
|
20
|
+
id: string;
|
|
21
|
+
importance: number;
|
|
22
|
+
isAllDay: boolean;
|
|
23
|
+
isCancelled: boolean;
|
|
24
|
+
isDraft: boolean;
|
|
25
|
+
isOnlineMeeting: boolean;
|
|
26
|
+
isOrganizer: boolean;
|
|
27
|
+
isReminderOn: boolean;
|
|
28
|
+
lastModifiedDateDate: Date;
|
|
29
|
+
location: Location;
|
|
30
|
+
locations: Location[];
|
|
31
|
+
onlineMeeting: OnlineMeetingInfo;
|
|
32
|
+
onlineMeetingProvider: number;
|
|
33
|
+
onlineMeetingUrl: string;
|
|
34
|
+
organizer: Recipient;
|
|
35
|
+
originalEndTimeZone: string;
|
|
36
|
+
originalStart: Date;
|
|
37
|
+
originalStartTimeZone: string;
|
|
38
|
+
recurrence: PatternedRecurrence;
|
|
39
|
+
reminderMinutesBeforeStart: number;
|
|
40
|
+
responseRequested: boolean;
|
|
41
|
+
responseStatus: ResponseStatus;
|
|
42
|
+
sensitivity: string;
|
|
43
|
+
seriesMasterId: string;
|
|
44
|
+
showAs: string;
|
|
45
|
+
start: Date;
|
|
46
|
+
subject: string;
|
|
47
|
+
transactionId: string;
|
|
48
|
+
type: string;
|
|
49
|
+
webLink: string;
|
|
50
|
+
isHappeningNow: boolean;
|
|
51
|
+
isToday: boolean;
|
|
52
|
+
spansMultipleDays: boolean;
|
|
53
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface Coordinates {
|
|
2
|
-
accuracy: number;
|
|
3
|
-
altitude: number;
|
|
4
|
-
altitudeAccuracy: number;
|
|
5
|
-
latitude: number;
|
|
6
|
-
longitude: number;
|
|
7
|
-
}
|
|
1
|
+
export interface Coordinates {
|
|
2
|
+
accuracy: number;
|
|
3
|
+
altitude: number;
|
|
4
|
+
altitudeAccuracy: number;
|
|
5
|
+
latitude: number;
|
|
6
|
+
longitude: number;
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export interface EmailAddress {
|
|
2
|
-
address?: string;
|
|
3
|
-
name?: string;
|
|
4
|
-
}
|
|
1
|
+
export interface EmailAddress {
|
|
2
|
+
address?: string;
|
|
3
|
+
name?: string;
|
|
4
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Address } from "./address";
|
|
2
|
-
import { Coordinates } from "./coordinates";
|
|
3
|
-
export interface Location {
|
|
4
|
-
address: Address;
|
|
5
|
-
coordinates: Coordinates;
|
|
6
|
-
displayName: string;
|
|
7
|
-
locationEmailAddress: string;
|
|
8
|
-
locationUri: string;
|
|
9
|
-
locationType: number;
|
|
10
|
-
uniqueId: string;
|
|
11
|
-
uniqueIdType: number;
|
|
12
|
-
}
|
|
1
|
+
import { Address } from "./address";
|
|
2
|
+
import { Coordinates } from "./coordinates";
|
|
3
|
+
export interface Location {
|
|
4
|
+
address: Address;
|
|
5
|
+
coordinates: Coordinates;
|
|
6
|
+
displayName: string;
|
|
7
|
+
locationEmailAddress: string;
|
|
8
|
+
locationUri: string;
|
|
9
|
+
locationType: number;
|
|
10
|
+
uniqueId: string;
|
|
11
|
+
uniqueIdType: number;
|
|
12
|
+
}
|