@vc-shell/framework 1.1.99-alpha.1 → 1.2.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/core/api/platform.ts +9883 -9883
- package/core/composables/useDynamicProperties/index.ts +16 -10
- package/core/composables/useNotifications/index.ts +1 -32
- package/core/composables/useSettings/index.ts +3 -8
- package/core/composables/useUser/index.ts +171 -74
- package/core/composables/useUserManagement/index.ts +25 -67
- package/core/interceptors/index.ts +56 -19
- package/core/plugins/signalR/index.ts +1 -27
- package/core/types/index.ts +0 -2
- package/dist/core/api/platform.d.ts +1 -1
- package/dist/core/api/platform.d.ts.map +1 -1
- package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
- package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
- package/dist/core/composables/useSettings/index.d.ts.map +1 -1
- package/dist/core/composables/useUser/index.d.ts +9 -18
- package/dist/core/composables/useUser/index.d.ts.map +1 -1
- package/dist/core/composables/useUserManagement/index.d.ts +7 -7
- package/dist/core/composables/useUserManagement/index.d.ts.map +1 -1
- package/dist/core/interceptors/index.d.ts +1 -2
- package/dist/core/interceptors/index.d.ts.map +1 -1
- package/dist/core/plugins/signalR/index.d.ts +0 -2
- package/dist/core/plugins/signalR/index.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +1 -1
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/index.d.ts +0 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/injection-keys.d.ts +1 -2
- package/dist/injection-keys.d.ts.map +1 -1
- package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
- package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +1 -1
- package/dist/shared/components/notifications/components/notification-container/index.d.ts +10 -10
- package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts +1 -1
- package/dist/shared/components/sign-in/useExternalProvider.d.ts.map +1 -1
- package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -2
- package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -2
- package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -2
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +1 -1
- package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +1 -1
- package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
- package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/index.d.ts +1 -0
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +34 -0
- package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-accordion/index.d.ts +7 -0
- package/dist/ui/components/molecules/vc-accordion/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts +42 -0
- package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +2 -2
- package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +1 -1
- package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.backupsb.d.ts +3 -3
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +5 -5
- package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue.d.ts +2 -2
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue.d.ts +3 -3
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +1 -1
- package/package.json +5 -7
- package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +2 -2
- package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -15
- package/shared/components/sign-in/useExternalProvider.ts +1 -11
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +3 -11
- package/ui/components/atoms/vc-badge/vc-badge.stories.ts +1 -1
- package/ui/components/atoms/vc-button/vc-button.stories.ts +1 -1
- package/ui/components/atoms/vc-card/vc-card.stories.ts +1 -1
- package/ui/components/atoms/vc-col/vc-col.stories.ts +1 -1
- package/ui/components/atoms/vc-container/vc-container.stories.ts +1 -1
- package/ui/components/atoms/vc-hint/vc-hint.stories.ts +1 -1
- package/ui/components/atoms/vc-icon/vc-icon.stories.ts +1 -1
- package/ui/components/atoms/vc-image/vc-image.stories.ts +1 -1
- package/ui/components/atoms/vc-label/vc-label.stories.ts +1 -1
- package/ui/components/atoms/vc-link/vc-link.stories.ts +1 -1
- package/ui/components/atoms/vc-progress/vc-progress.stories.ts +1 -1
- package/ui/components/atoms/vc-row/vc-row.stories.ts +1 -1
- package/ui/components/atoms/vc-skeleton/vc-skeleton.stories.ts +1 -1
- package/ui/components/atoms/vc-status/vc-status.stories.ts +1 -1
- package/ui/components/atoms/vc-status-icon/vc-status-icon.stories.ts +1 -1
- package/ui/components/atoms/vc-tooltip/vc-tooltip.stories.ts +1 -1
- package/ui/components/atoms/vc-video/vc-video.stories.ts +1 -1
- package/ui/components/atoms/vc-widget/vc-widget.stories.ts +1 -1
- package/ui/components/molecules/index.ts +1 -0
- package/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue +251 -0
- package/ui/components/molecules/vc-accordion/index.ts +11 -0
- package/ui/components/molecules/vc-accordion/vc-accordion.stories.ts +526 -0
- package/ui/components/molecules/vc-accordion/vc-accordion.vue +176 -0
- package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +1 -1
- package/ui/components/molecules/vc-checkbox/vc-checkbox.stories.ts +1 -1
- package/ui/components/molecules/vc-editor/vc-editor.stories.ts +1 -1
- package/ui/components/molecules/vc-field/vc-field.stories.ts +1 -1
- package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +1 -1
- package/ui/components/molecules/vc-form/vc-form.stories.ts +1 -1
- package/ui/components/molecules/vc-input/vc-input.stories.ts +1 -1
- package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
- package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.stories.ts +1 -1
- package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +1 -1
- package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +1 -1
- package/ui/components/molecules/vc-radio-button/vc-radio-button.stories.ts +1 -1
- package/ui/components/molecules/vc-rating/vc-rating.stories.ts +1 -1
- package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
- package/ui/components/molecules/vc-slider/vc-slider.stories.ts +1 -1
- package/ui/components/molecules/vc-switch/vc-switch.stories.ts +1 -1
- package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +1 -1
- package/ui/components/molecules/vc-toast/vc-toast.stories.ts +1 -1
- package/ui/components/organisms/vc-app/vc-app.vue +2 -20
- package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +4 -0
- package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +1 -1
- package/ui/components/organisms/vc-popup/vc-popup.stories.ts +1 -1
- package/core/providers/README.md +0 -176
- package/core/providers/auth-provider-manager.ts +0 -74
- package/core/providers/auth-provider-utils.ts +0 -26
- package/core/providers/example-custom-auth-provider.ts +0 -162
- package/core/providers/index.ts +0 -3
- package/core/providers/platform-auth-provider.ts +0 -207
- package/core/types/auth-provider.ts +0 -40
- package/dist/assets/042c75b764bc78a7.svg +0 -1
- package/dist/assets/0ba156439a339f2a.svg +0 -1
- package/dist/assets/0be560bfb22d0e72.woff2 +0 -0
- package/dist/assets/0f590f8a94577092.svg +0 -1
- package/dist/assets/0fc5820f8be53a1b.svg +0 -1
- package/dist/assets/105efd028edc1dfe.woff +0 -0
- package/dist/assets/10768e2cc79fc60b.svg +0 -1
- package/dist/assets/11b3d25a56fd9a21.woff2 +0 -0
- package/dist/assets/154365acf3010d96.woff2 +0 -0
- package/dist/assets/157b8721e0600ea8.svg +0 -1
- package/dist/assets/15e91cdd649cde9a.svg +0 -1
- package/dist/assets/19275e398ae57130.woff2 +0 -0
- package/dist/assets/1a3e84b2457f709a.woff +0 -0
- package/dist/assets/1de63eb118636cce.svg +0 -1
- package/dist/assets/1ea01de36eb5491b.svg +0 -1
- package/dist/assets/204eaf512fde2023.svg +0 -1
- package/dist/assets/2088983edf42e153.svg +0 -1
- package/dist/assets/208f810a9321a327.svg +0 -1
- package/dist/assets/21220a9d10e6c558.svg +0 -1
- package/dist/assets/220db345a102045d.woff2 +0 -0
- package/dist/assets/225da11d23968333.svg +0 -1
- package/dist/assets/226f862dd81bdc13.woff2 +0 -0
- package/dist/assets/23a2d53395ddb14f.woff +0 -0
- package/dist/assets/259e6ad461a52ad7.svg +0 -1
- package/dist/assets/261e6dec4d53b9ac.woff +0 -0
- package/dist/assets/262f46a0b6d94bb6.svg +0 -1
- package/dist/assets/2857c513073467da.svg +0 -1
- package/dist/assets/2b3be7889467d98f.woff +0 -0
- package/dist/assets/2d4e6190eec72737.svg +0 -1
- package/dist/assets/2eba973185078bc8.woff +0 -0
- package/dist/assets/334d3f6bc766c516.woff +0 -0
- package/dist/assets/34ff7dd0c2285956.svg +0 -1
- package/dist/assets/3d26b7c1ab78bbe2.woff +0 -0
- package/dist/assets/3d892965ab4f1cbb.woff2 +0 -0
- package/dist/assets/3f8c4cc8099e34b6.woff2 +0 -0
- package/dist/assets/40a0e53b79ce63c6.woff2 +0 -0
- package/dist/assets/41275bcb979cb650.svg +0 -1
- package/dist/assets/434f7982590e462f.woff +0 -0
- package/dist/assets/475937116ee3314a.woff2 +0 -0
- package/dist/assets/489710fb710e73f0.woff +0 -0
- package/dist/assets/49791943b3872376.woff2 +0 -0
- package/dist/assets/4ae5f23e0ca888e7.woff2 +0 -0
- package/dist/assets/4d7a77b0e5373992.svg +0 -1
- package/dist/assets/4e43c74354534fb3.svg +0 -1
- package/dist/assets/4fe75f5117100705.svg +0 -1
- package/dist/assets/52e261a005074e1b.woff +0 -0
- package/dist/assets/5304c3d05a5f9789.woff2 +0 -0
- package/dist/assets/54cda5482c6c9218.woff +0 -0
- package/dist/assets/550f52072e8ccafe.woff2 +0 -0
- package/dist/assets/572bb1bb4156a9c1.svg +0 -1
- package/dist/assets/6075995d7e74da46.woff2 +0 -0
- package/dist/assets/617c4736236e199e.woff +0 -0
- package/dist/assets/67230f05dc94a265.svg +0 -1
- package/dist/assets/6798e4dd4add9b48.svg +0 -1
- package/dist/assets/686d4077c1e26876.woff2 +0 -0
- package/dist/assets/698ec6c722d4cb05.woff2 +0 -0
- package/dist/assets/6a3e73faf406cf33.svg +0 -1
- package/dist/assets/72de3a63bc0b70dd.svg +0 -1
- package/dist/assets/74c6a6ab81bb6340.woff2 +0 -0
- package/dist/assets/74ed5f8a78e71106.svg +0 -1
- package/dist/assets/7a5aa5abd625137f.ttf +0 -0
- package/dist/assets/7ce0c166fd6a1204.woff +0 -0
- package/dist/assets/7d55399c2a7bc985.svg +0 -1
- package/dist/assets/7d970675c69fca1d.woff +0 -0
- package/dist/assets/7eda727273fd98d3.svg +0 -1
- package/dist/assets/7f6ebfd707b76ca2.woff +0 -0
- package/dist/assets/7fa898d213fcc7bc.woff2 +0 -0
- package/dist/assets/861e6b7192b3b6c7.woff +0 -0
- package/dist/assets/8bbcde81ba21ecb2.woff2 +0 -0
- package/dist/assets/8f6657e5e0b8d3e4.woff +0 -0
- package/dist/assets/910b0d99b9e26568.svg +0 -1
- package/dist/assets/91fe94e424323d61.woff +0 -0
- package/dist/assets/92508f8707159b51.svg +0 -1
- package/dist/assets/9392bf1d591e1abb.svg +0 -1
- package/dist/assets/97e8d4984ba0713a.woff2 +0 -0
- package/dist/assets/9cb83236f6bb7ab1.svg +0 -1
- package/dist/assets/9d37314695c0b68d.woff +0 -0
- package/dist/assets/a03cdcd8da5bb987.woff +0 -0
- package/dist/assets/a18404194e3f9047.svg +0 -1
- package/dist/assets/a2017fe7f0a26510.svg +0 -1
- package/dist/assets/ab6e7190bb1492d5.woff2 +0 -0
- package/dist/assets/abf88f301a0730f4.svg +0 -1
- package/dist/assets/ac1a99b3d05d8232.woff +0 -0
- package/dist/assets/aed17cb6fdad2ada.woff2 +0 -0
- package/dist/assets/b1a596e31ad1185a.svg +0 -1
- package/dist/assets/b27767411c8427be.woff +0 -0
- package/dist/assets/b325adcae33bbe7a.svg +0 -1
- package/dist/assets/b372390551ca2fa1.svg +0 -1
- package/dist/assets/b5bb1e8fc975decd.svg +0 -1
- package/dist/assets/b645a4a2181b9dc1.svg +0 -1
- package/dist/assets/b6499ddce0a4ef7d.svg +0 -1
- package/dist/assets/b94421fadd23b0f2.svg +0 -1
- package/dist/assets/bb28fb0f27f1c11b.svg +0 -1
- package/dist/assets/c9191b638a10f67b.woff2 +0 -0
- package/dist/assets/ca791c5ca5848a03.svg +0 -1
- package/dist/assets/cb32840ce330103f.woff +0 -0
- package/dist/assets/ccc878931d74181b.woff2 +0 -0
- package/dist/assets/d084bda16abe8a56.svg +0 -1
- package/dist/assets/d32b129cae2fffd6.svg +0 -1
- package/dist/assets/d35a4c7113315758.woff2 +0 -0
- package/dist/assets/d3f792f54ae4c307.svg +0 -1
- package/dist/assets/d5a5b8630120073d.svg +0 -1
- package/dist/assets/d5f9664ebbfb104b.svg +0 -1
- package/dist/assets/d84247b59449dd88.woff2 +0 -0
- package/dist/assets/dceaf3b39091e6a4.woff +0 -0
- package/dist/assets/dd05d43ff0df2fc7.svg +0 -1
- package/dist/assets/e2ad5b3428289141.woff +0 -0
- package/dist/assets/e38acaa1757232e0.svg +0 -1
- package/dist/assets/e4a8550f1c7ffe36.svg +0 -1
- package/dist/assets/e5adb5ae3a3698f6.svg +0 -1
- package/dist/assets/e61a1889bac955f4.woff2 +0 -0
- package/dist/assets/e72bb11356af94c7.svg +0 -1
- package/dist/assets/e98196a9f8dcb2f0.svg +0 -1
- package/dist/assets/ebec912a42ad49ff.woff +0 -0
- package/dist/assets/ee6983981ffcbb41.woff2 +0 -0
- package/dist/assets/f09d89268e4c0317.svg +0 -1
- package/dist/assets/f239394367fcf005.woff2 +0 -0
- package/dist/assets/f5722262b6e7214e.woff2 +0 -0
- package/dist/assets/f7fc8bf46089d8b2.svg +0 -1
- package/dist/assets/fc829e3f399b70e0.woff2 +0 -0
- package/dist/assets/fe141d99763f5d2b.woff +0 -0
- package/dist/assets/fed13b0d59903483.svg +0 -1
- package/dist/assets/fed757d2c2344ead.woff2 +0 -0
- package/dist/assets/ffc438f20e79ce73.woff +0 -0
- package/dist/core/providers/auth-provider-manager.d.ts +0 -34
- package/dist/core/providers/auth-provider-manager.d.ts.map +0 -1
- package/dist/core/providers/auth-provider-utils.d.ts +0 -17
- package/dist/core/providers/auth-provider-utils.d.ts.map +0 -1
- package/dist/core/providers/example-custom-auth-provider.d.ts +0 -45
- package/dist/core/providers/example-custom-auth-provider.d.ts.map +0 -1
- package/dist/core/providers/index.d.ts +0 -3
- package/dist/core/providers/index.d.ts.map +0 -1
- package/dist/core/providers/platform-auth-provider.d.ts +0 -34
- package/dist/core/providers/platform-auth-provider.d.ts.map +0 -1
- package/dist/core/types/auth-provider.d.ts +0 -27
- package/dist/core/types/auth-provider.d.ts.map +0 -1
- package/dist/framework.js +0 -25048
- package/dist/index.css +0 -9
- package/dist/vendor-boolbase-A_-Pp38P.js +0 -23
- package/dist/vendor-cheerio-C46iBpCu.js +0 -1053
- package/dist/vendor-cheerio-select-C8emRZsx.js +0 -191
- package/dist/vendor-core-js-DDuR6YMQ.js +0 -1206
- package/dist/vendor-css-select-DR9bp36p.js +0 -622
- package/dist/vendor-css-what-CZZaquJM.js +0 -267
- package/dist/vendor-cypress-signalr-mock-DjBxJHA6.js +0 -769
- package/dist/vendor-date-fns-sZ1zMzTH.js +0 -3008
- package/dist/vendor-dom-serializer-Sk3xHhQk.js +0 -213
- package/dist/vendor-domelementtype-B3sFIGaC.js +0 -21
- package/dist/vendor-domhandler-CL40eeX9.js +0 -311
- package/dist/vendor-dompurify-BuxjWxA2.js +0 -553
- package/dist/vendor-domutils-BiVCXO8c.js +0 -386
- package/dist/vendor-entities-CCReaWqU.js +0 -364
- package/dist/vendor-floating-ui-core-Cl9nBI4j.js +0 -349
- package/dist/vendor-floating-ui-dom-3z44E4mf.js +0 -395
- package/dist/vendor-floating-ui-utils-D2sT7feD.js +0 -259
- package/dist/vendor-floating-ui-vue-ClrgkeO5.js +0 -107
- package/dist/vendor-headlessui-vue-D7tzx4PC.js +0 -961
- package/dist/vendor-htmlparser2-CpQu33io.js +0 -735
- package/dist/vendor-intlify-core-base-Da62SG4M.js +0 -1130
- package/dist/vendor-intlify-message-compiler-CHvGSH2u.js +0 -952
- package/dist/vendor-intlify-shared-jWBPd9WB.js +0 -144
- package/dist/vendor-iso-639-1-BJO6WZAt.js +0 -781
- package/dist/vendor-linkify-it-LzoUhj6C.js +0 -199
- package/dist/vendor-linkifyjs-dCH9UYes.js +0 -701
- package/dist/vendor-lodash-es-BqkGj3Jl.js +0 -4816
- package/dist/vendor-lucide-vue-next-m0L4DzUL.js +0 -29780
- package/dist/vendor-markdown-it-Czg9qJTh.js +0 -2263
- package/dist/vendor-markdown-it-task-lists-BxLwscWK.js +0 -69
- package/dist/vendor-mdurl-DZFDNdqC.js +0 -192
- package/dist/vendor-microsoft-applicationinsights-analytics-js-C1Yxuzwg.js +0 -1207
- package/dist/vendor-microsoft-applicationinsights-cfgsync-js-DArHD4Dn.js +0 -261
- package/dist/vendor-microsoft-applicationinsights-channel-js-Dbs0XRes.js +0 -1822
- package/dist/vendor-microsoft-applicationinsights-common-OjU3Zs6r.js +0 -1921
- package/dist/vendor-microsoft-applicationinsights-core-js-DWRvqBek.js +0 -4276
- package/dist/vendor-microsoft-applicationinsights-dependencies-js-BxTNw-Sk.js +0 -1407
- package/dist/vendor-microsoft-applicationinsights-properties-js-Gfhpu-At.js +0 -572
- package/dist/vendor-microsoft-applicationinsights-shims-CxtPYiwp.js +0 -43
- package/dist/vendor-microsoft-applicationinsights-web-9yeJ0EZv.js +0 -487
- package/dist/vendor-microsoft-dynamicproto-js-DSkQkH3T.js +0 -147
- package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +0 -1761
- package/dist/vendor-moment-DMLRxgRE.js +0 -2589
- package/dist/vendor-nevware21-ts-async-CdMc_sGt.js +0 -261
- package/dist/vendor-nevware21-ts-utils-Dy41wRhA.js +0 -853
- package/dist/vendor-nth-check-CS1D-zr5.js +0 -45
- package/dist/vendor-orderedmap-B3SOk52B.js +0 -103
- package/dist/vendor-parse5-htmlparser2-tree-adapter-BWywtwol.js +0 -143
- package/dist/vendor-parse5-zq5Hn0y9.js +0 -5749
- package/dist/vendor-prettier-cZc5sCiS.js +0 -4875
- package/dist/vendor-prosemirror-commands-Cu1q5ZDk.js +0 -385
- package/dist/vendor-prosemirror-dropcursor-BuGmFgFS.js +0 -86
- package/dist/vendor-prosemirror-gapcursor-CyYcCWVK.js +0 -203
- package/dist/vendor-prosemirror-history-DzRcbrCw.js +0 -248
- package/dist/vendor-prosemirror-keymap-KfbdOEJw.js +0 -62
- package/dist/vendor-prosemirror-markdown-OyxRuawK.js +0 -650
- package/dist/vendor-prosemirror-model-DFp4ML7B.js +0 -2730
- package/dist/vendor-prosemirror-schema-list-CwCUArvx.js +0 -87
- package/dist/vendor-prosemirror-state-DHaVEu5h.js +0 -821
- package/dist/vendor-prosemirror-tables-mYok4vGT.js +0 -1711
- package/dist/vendor-prosemirror-transform-CAHmg-qG.js +0 -1508
- package/dist/vendor-prosemirror-view-CspJa44O.js +0 -3751
- package/dist/vendor-punycode-js-CgGegfA_.js +0 -133
- package/dist/vendor-rope-sequence-BWC2FSrq.js +0 -100
- package/dist/vendor-semver-Dar8oU3V.js +0 -1023
- package/dist/vendor-swiper-1bp0oJwt.js +0 -3387
- package/dist/vendor-tanstack-virtual-core-l0sNRNKZ.js +0 -1
- package/dist/vendor-tanstack-vue-virtual-CD9yLWd7.js +0 -1
- package/dist/vendor-tiptap-core-ClsTgaMv.js +0 -3699
- package/dist/vendor-tiptap-extension-blockquote-r1MBx4hD.js +0 -54
- package/dist/vendor-tiptap-extension-bold-BjLI4i8b.js +0 -74
- package/dist/vendor-tiptap-extension-code-D5-kDnMW.js +0 -52
- package/dist/vendor-tiptap-extension-code-block-RjEb0zPA.js +0 -215
- package/dist/vendor-tiptap-extension-document--PLOxIdq.js +0 -12
- package/dist/vendor-tiptap-extension-hard-break-9cxC2YOS.js +0 -59
- package/dist/vendor-tiptap-extension-heading-2w0TutHn.js +0 -63
- package/dist/vendor-tiptap-extension-horizontal-rule-CFowa_lc.js +0 -56
- package/dist/vendor-tiptap-extension-image-aWn-na6j.js +0 -127
- package/dist/vendor-tiptap-extension-italic-Bn-6saY0.js +0 -73
- package/dist/vendor-tiptap-extension-link-BmcG1_k-.js +0 -298
- package/dist/vendor-tiptap-extension-list-BrNBJ45n.js +0 -707
- package/dist/vendor-tiptap-extension-paragraph-DAiYhwUB.js +0 -41
- package/dist/vendor-tiptap-extension-placeholder-9tURDKy-.js +0 -1
- package/dist/vendor-tiptap-extension-strike-DqbXPfos.js +0 -64
- package/dist/vendor-tiptap-extension-table-DQwPaR7v.js +0 -374
- package/dist/vendor-tiptap-extension-table-cell-C0tEP_0i.js +0 -1
- package/dist/vendor-tiptap-extension-table-header-C0tEP_0i.js +0 -1
- package/dist/vendor-tiptap-extension-table-row-C0tEP_0i.js +0 -1
- package/dist/vendor-tiptap-extension-text-BFnfj70b.js +0 -13
- package/dist/vendor-tiptap-extension-text-style-Darua3qr.js +0 -235
- package/dist/vendor-tiptap-extension-underline-QyVnBqQZ.js +0 -65
- package/dist/vendor-tiptap-extensions-CU-D7bfm.js +0 -290
- package/dist/vendor-tiptap-markdown-BwATYN5A.js +0 -826
- package/dist/vendor-tiptap-pm-d91nGny8.js +0 -1
- package/dist/vendor-tiptap-starter-kit-5luf7zzS.js +0 -28
- package/dist/vendor-tiptap-vue-3-CFBErZGb.js +0 -157
- package/dist/vendor-truncate-html-DYC0Lj9o.js +0 -145
- package/dist/vendor-uc-micro-4lbSaZOs.js +0 -17
- package/dist/vendor-vee-validate-i18n-zT8NxX3R.js +0 -93
- package/dist/vendor-vee-validate-rules-4oWUZPpG.js +0 -316
- package/dist/vendor-vue-currency-input-BqaYAdhD.js +0 -317
- package/dist/vendor-vue-demi-CD9yLWd7.js +0 -1
- package/dist/vendor-vue-devtools-api-aVYGocXp.js +0 -93
- package/dist/vendor-vue-i18n-CO5LWKE0.js +0 -1370
- package/dist/vendor-vue3-application-insights-BKiiWnf2.js +0 -69
- package/dist/vendor-vue3-touch-events-DqysuuWh.js +0 -169
- package/dist/vendor-vuepic-vue-datepicker-CaY_xSnG.js +0 -4998
- package/dist/vendor-vueuse-components-sgKpNzof.js +0 -542
- package/dist/vendor-vueuse-core-D0cN7FqY.js +0 -5130
- package/dist/vendor-vueuse-shared-Pt0UEStA.js +0 -1169
- package/dist/vendor-w3c-keyname-CLxH8j-f.js +0 -92
|
@@ -1,1207 +0,0 @@
|
|
|
1
|
-
import { d as Rt } from "./vendor-microsoft-dynamicproto-js-DSkQkH3T.js";
|
|
2
|
-
import { d as Y, m as vt, u as Xt, a as Qt, b as wa, c as ba, A as Oa, e as W, E as Jt, T as $t, M as Zt, P as ta, f as aa, g as H, s as Ca, i as Ya, h as Ua, R as La, j as Ma, k as xa, l as ft, n as Va, o as Ba, p as Ga } from "./vendor-microsoft-applicationinsights-common-OjU3Zs6r.js";
|
|
3
|
-
import { i as J, g as nt, a as ct, b as fa, c as Fa, d as xt, e as I, s as la, m as Dt, f as Ha, h as ga, t as da, u as ma, o as X, j as ja, k as wt, l as qa, n as Wa, p as za, q as Ka, r as Vt, v as Xa, w as Qa } from "./vendor-nevware21-ts-utils-Dy41wRhA.js";
|
|
4
|
-
import { g as dt, f as it, _ as $, a as O, s as Ja, b as bt, c as ea, h as $a, d as Za, m as te, e as ae, i as ee, o as ht, j as re, I as St, k as ra, l as ne, n as V, p as ie, q as oe, r as ue, t as na, u as ce, B as se } from "./vendor-microsoft-applicationinsights-core-js-DWRvqBek.js";
|
|
5
|
-
import { _ as ve, a as Ot, s as fe } from "./vendor-microsoft-applicationinsights-shims-CxtPYiwp.js";
|
|
6
|
-
var yt = "toString", Bt = "isStorageUseDisabled", rt = "_addHook", v = "core", j = "dataType", z = "envelopeType", A = "diagLog", K = "track", Pt = "trackPageView", C = "config", Gt = "trackPreviousPageVisit", Q = "sendPageViewInternal", Ct = "refUri", ut = "startTime", mt = "properties", B = "duration", Ft = "sendPageViewPerformanceInternal", zt = "populatePageViewPerformanceEvent", ot = "href", ia = "sendExceptionInternal", lt = "error", Yt = "lineNumber", Ut = "columnNumber", Lt = "CreateAutoException", pt = "addTelemetryInitializer", le = "overridePageViewDuration", Mt = "autoExceptionInstrumented", Ta = "autoTrackPageVisitTime", Ea = "isBrowserLinkTrackingEnabled", Et = "length", _a = "enableAutoRouteTracking", Na = "enableUnhandledPromiseRejectionTracking", Ht = "autoUnhandledPromiseInstrumented", jt = "getEntriesByType", Da = "isPerformanceTimingSupported", ha = "getPerformanceTiming", At = "navigationStart", qt = "shouldCollectDuration", Sa = "isPerformanceTimingDataReady", Tt = "responseStart", ge = "requestStart", It = "loadEventEnd", Wt = "responseEnd", kt = "connectEnd", de = (
|
|
7
|
-
/** @class */
|
|
8
|
-
(function() {
|
|
9
|
-
function n(o, p, f, s) {
|
|
10
|
-
Rt(n, this, function(u) {
|
|
11
|
-
var m = null, c = [], T = !1, g = !1, _;
|
|
12
|
-
f && (_ = f.logger);
|
|
13
|
-
function N(d) {
|
|
14
|
-
f && f.flush(d, function() {
|
|
15
|
-
});
|
|
16
|
-
}
|
|
17
|
-
function q() {
|
|
18
|
-
m || (m = la((function() {
|
|
19
|
-
m = null;
|
|
20
|
-
var d = c.slice(0), E = !1;
|
|
21
|
-
c = [], xt(d, function(y) {
|
|
22
|
-
y() ? E = !0 : c.push(y);
|
|
23
|
-
}), c[
|
|
24
|
-
Et
|
|
25
|
-
/* @min:%2elength */
|
|
26
|
-
] > 0 && q(), E && N(!0);
|
|
27
|
-
}), 100));
|
|
28
|
-
}
|
|
29
|
-
function Z(d) {
|
|
30
|
-
c.push(d), q();
|
|
31
|
-
}
|
|
32
|
-
u[
|
|
33
|
-
Pt
|
|
34
|
-
/* @min:%2etrackPageView */
|
|
35
|
-
] = function(d, E) {
|
|
36
|
-
var y = d.name;
|
|
37
|
-
if (J(y) || typeof y != "string") {
|
|
38
|
-
var D = nt();
|
|
39
|
-
y = d.name = D && D.title || "";
|
|
40
|
-
}
|
|
41
|
-
var x = d.uri;
|
|
42
|
-
if (J(x) || typeof x != "string") {
|
|
43
|
-
var R = dt();
|
|
44
|
-
x = d.uri = R && R[
|
|
45
|
-
ot
|
|
46
|
-
/* @min:%2ehref */
|
|
47
|
-
] || "";
|
|
48
|
-
}
|
|
49
|
-
if (f && f[
|
|
50
|
-
C
|
|
51
|
-
/* @min:%2econfig */
|
|
52
|
-
] && (x = d.uri = it(d.uri, f[
|
|
53
|
-
C
|
|
54
|
-
/* @min:%2econfig */
|
|
55
|
-
])), !g) {
|
|
56
|
-
var U = ct(), L = U && U[
|
|
57
|
-
jt
|
|
58
|
-
/* @min:%2egetEntriesByType */
|
|
59
|
-
] && U[
|
|
60
|
-
jt
|
|
61
|
-
/* @min:%2egetEntriesByType */
|
|
62
|
-
]("navigation");
|
|
63
|
-
if (L && L[0] && !fa(U.timeOrigin)) {
|
|
64
|
-
var w = L[0].loadEventStart;
|
|
65
|
-
d[
|
|
66
|
-
ut
|
|
67
|
-
/* @min:%2estartTime */
|
|
68
|
-
] = new Date(U.timeOrigin + w);
|
|
69
|
-
} else {
|
|
70
|
-
var tt = (E || d[
|
|
71
|
-
mt
|
|
72
|
-
/* @min:%2eproperties */
|
|
73
|
-
] || {})[
|
|
74
|
-
B
|
|
75
|
-
/* @min:%2eduration */
|
|
76
|
-
] || 0;
|
|
77
|
-
d[
|
|
78
|
-
ut
|
|
79
|
-
/* @min:%2estartTime */
|
|
80
|
-
] = new Date((/* @__PURE__ */ new Date()).getTime() - tt);
|
|
81
|
-
}
|
|
82
|
-
g = !0;
|
|
83
|
-
}
|
|
84
|
-
if (!s[
|
|
85
|
-
Da
|
|
86
|
-
/* @min:%2eisPerformanceTimingSupported */
|
|
87
|
-
]()) {
|
|
88
|
-
o[
|
|
89
|
-
Q
|
|
90
|
-
/* @min:%2esendPageViewInternal */
|
|
91
|
-
](d, E), N(!0), Fa() || $(_, 2, 25, "trackPageView: navigation timing API used for calculation of page duration is not supported in this browser. This page view will be collected without duration and timing info.");
|
|
92
|
-
return;
|
|
93
|
-
}
|
|
94
|
-
var a = !1, F, G = s[
|
|
95
|
-
ha
|
|
96
|
-
/* @min:%2egetPerformanceTiming */
|
|
97
|
-
]()[
|
|
98
|
-
At
|
|
99
|
-
/* @min:%2enavigationStart */
|
|
100
|
-
];
|
|
101
|
-
G > 0 && (F = Y(G, +/* @__PURE__ */ new Date()), s[
|
|
102
|
-
qt
|
|
103
|
-
/* @min:%2eshouldCollectDuration */
|
|
104
|
-
](F) || (F = void 0));
|
|
105
|
-
var at;
|
|
106
|
-
!J(E) && !J(E[
|
|
107
|
-
B
|
|
108
|
-
/* @min:%2eduration */
|
|
109
|
-
]) && (at = E[
|
|
110
|
-
B
|
|
111
|
-
/* @min:%2eduration */
|
|
112
|
-
]), (p || !isNaN(at)) && (isNaN(at) && (E || (E = {}), E[
|
|
113
|
-
B
|
|
114
|
-
/* @min:%2eduration */
|
|
115
|
-
] = F), o[
|
|
116
|
-
Q
|
|
117
|
-
/* @min:%2esendPageViewInternal */
|
|
118
|
-
](d, E), N(!0), a = !0);
|
|
119
|
-
var _t = 6e4;
|
|
120
|
-
E || (E = {}), Z(function() {
|
|
121
|
-
var st = !1;
|
|
122
|
-
try {
|
|
123
|
-
if (s[
|
|
124
|
-
Sa
|
|
125
|
-
/* @min:%2eisPerformanceTimingDataReady */
|
|
126
|
-
]()) {
|
|
127
|
-
st = !0;
|
|
128
|
-
var et = {
|
|
129
|
-
name: y,
|
|
130
|
-
uri: x
|
|
131
|
-
};
|
|
132
|
-
s[
|
|
133
|
-
zt
|
|
134
|
-
/* @min:%2epopulatePageViewPerformanceEvent */
|
|
135
|
-
](et), !et.isValid && !a ? (E[
|
|
136
|
-
B
|
|
137
|
-
/* @min:%2eduration */
|
|
138
|
-
] = F, o[
|
|
139
|
-
Q
|
|
140
|
-
/* @min:%2esendPageViewInternal */
|
|
141
|
-
](d, E)) : (a || (E[
|
|
142
|
-
B
|
|
143
|
-
/* @min:%2eduration */
|
|
144
|
-
] = et.durationMs, o[
|
|
145
|
-
Q
|
|
146
|
-
/* @min:%2esendPageViewInternal */
|
|
147
|
-
](d, E)), T || (o[
|
|
148
|
-
Ft
|
|
149
|
-
/* @min:%2esendPageViewPerformanceInternal */
|
|
150
|
-
](et, E), T = !0));
|
|
151
|
-
} else G > 0 && Y(G, +/* @__PURE__ */ new Date()) > _t && (st = !0, a || (E[
|
|
152
|
-
B
|
|
153
|
-
/* @min:%2eduration */
|
|
154
|
-
] = _t, o[
|
|
155
|
-
Q
|
|
156
|
-
/* @min:%2esendPageViewInternal */
|
|
157
|
-
](d, E)));
|
|
158
|
-
} catch (Nt) {
|
|
159
|
-
$(_, 1, 38, "trackPageView failed on page load calculation: " + O(Nt), { exception: I(Nt) });
|
|
160
|
-
}
|
|
161
|
-
return st;
|
|
162
|
-
});
|
|
163
|
-
}, u.teardown = function(d, E) {
|
|
164
|
-
if (m) {
|
|
165
|
-
m.cancel(), m = null;
|
|
166
|
-
var y = c.slice(0);
|
|
167
|
-
c = [], xt(y, function(D) {
|
|
168
|
-
D();
|
|
169
|
-
});
|
|
170
|
-
}
|
|
171
|
-
};
|
|
172
|
-
});
|
|
173
|
-
}
|
|
174
|
-
return n.__ieDyn = 1, n;
|
|
175
|
-
})()
|
|
176
|
-
), me = 36e5, oa = ["googlebot", "adsbot-google", "apis-google", "mediapartners-google"];
|
|
177
|
-
function pa() {
|
|
178
|
-
var n = ct();
|
|
179
|
-
return n && !!n.timing;
|
|
180
|
-
}
|
|
181
|
-
function Te() {
|
|
182
|
-
var n = ct();
|
|
183
|
-
return n && n.getEntriesByType && n.getEntriesByType("navigation")[
|
|
184
|
-
Et
|
|
185
|
-
/* @min:%2elength */
|
|
186
|
-
] > 0;
|
|
187
|
-
}
|
|
188
|
-
function Ee() {
|
|
189
|
-
var n = ct(), o = n ? n.timing : 0;
|
|
190
|
-
return o && o.domainLookupStart > 0 && o[
|
|
191
|
-
At
|
|
192
|
-
/* @min:%2enavigationStart */
|
|
193
|
-
] > 0 && o[
|
|
194
|
-
Tt
|
|
195
|
-
/* @min:%2eresponseStart */
|
|
196
|
-
] > 0 && o[
|
|
197
|
-
ge
|
|
198
|
-
/* @min:%2erequestStart */
|
|
199
|
-
] > 0 && o[
|
|
200
|
-
It
|
|
201
|
-
/* @min:%2eloadEventEnd */
|
|
202
|
-
] > 0 && o[
|
|
203
|
-
Wt
|
|
204
|
-
/* @min:%2eresponseEnd */
|
|
205
|
-
] > 0 && o[
|
|
206
|
-
kt
|
|
207
|
-
/* @min:%2econnectEnd */
|
|
208
|
-
] > 0 && o.domLoading > 0;
|
|
209
|
-
}
|
|
210
|
-
function ua() {
|
|
211
|
-
return pa() ? ct().timing : null;
|
|
212
|
-
}
|
|
213
|
-
function _e() {
|
|
214
|
-
return Te() ? ct()[
|
|
215
|
-
jt
|
|
216
|
-
/* @min:%2egetEntriesByType */
|
|
217
|
-
]("navigation")[0] : null;
|
|
218
|
-
}
|
|
219
|
-
function Ne() {
|
|
220
|
-
for (var n = [], o = 0; o < arguments.length; o++)
|
|
221
|
-
n[o] = arguments[o];
|
|
222
|
-
var p = Ha() || {}, f = p.userAgent, s = !1;
|
|
223
|
-
if (f)
|
|
224
|
-
for (var u = 0; u < oa[
|
|
225
|
-
Et
|
|
226
|
-
/* @min:%2elength */
|
|
227
|
-
]; u++)
|
|
228
|
-
s = s || ga(f.toLowerCase(), oa[u]) !== -1;
|
|
229
|
-
if (s)
|
|
230
|
-
return !1;
|
|
231
|
-
for (var u = 0; u < n[
|
|
232
|
-
Et
|
|
233
|
-
/* @min:%2elength */
|
|
234
|
-
]; u++)
|
|
235
|
-
if (n[u] < 0 || n[u] >= me)
|
|
236
|
-
return !1;
|
|
237
|
-
return !0;
|
|
238
|
-
}
|
|
239
|
-
var De = (
|
|
240
|
-
/** @class */
|
|
241
|
-
(function() {
|
|
242
|
-
function n(o) {
|
|
243
|
-
var p = Ja(o);
|
|
244
|
-
Rt(n, this, function(f) {
|
|
245
|
-
f[
|
|
246
|
-
zt
|
|
247
|
-
/* @min:%2epopulatePageViewPerformanceEvent */
|
|
248
|
-
] = function(s) {
|
|
249
|
-
s.isValid = !1;
|
|
250
|
-
var u = _e(), m = ua(), c = 0, T = 0, g = 0, _ = 0, N = 0;
|
|
251
|
-
(u || m) && (u ? (c = u[
|
|
252
|
-
B
|
|
253
|
-
/* @min:%2eduration */
|
|
254
|
-
], T = u[
|
|
255
|
-
ut
|
|
256
|
-
/* @min:%2estartTime */
|
|
257
|
-
] === 0 ? u[
|
|
258
|
-
kt
|
|
259
|
-
/* @min:%2econnectEnd */
|
|
260
|
-
] : Y(u[
|
|
261
|
-
ut
|
|
262
|
-
/* @min:%2estartTime */
|
|
263
|
-
], u[
|
|
264
|
-
kt
|
|
265
|
-
/* @min:%2econnectEnd */
|
|
266
|
-
]), g = Y(u.requestStart, u[
|
|
267
|
-
Tt
|
|
268
|
-
/* @min:%2eresponseStart */
|
|
269
|
-
]), _ = Y(u[
|
|
270
|
-
Tt
|
|
271
|
-
/* @min:%2eresponseStart */
|
|
272
|
-
], u[
|
|
273
|
-
Wt
|
|
274
|
-
/* @min:%2eresponseEnd */
|
|
275
|
-
]), N = Y(u.responseEnd, u[
|
|
276
|
-
It
|
|
277
|
-
/* @min:%2eloadEventEnd */
|
|
278
|
-
])) : (c = Y(m[
|
|
279
|
-
At
|
|
280
|
-
/* @min:%2enavigationStart */
|
|
281
|
-
], m[
|
|
282
|
-
It
|
|
283
|
-
/* @min:%2eloadEventEnd */
|
|
284
|
-
]), T = Y(m[
|
|
285
|
-
At
|
|
286
|
-
/* @min:%2enavigationStart */
|
|
287
|
-
], m[
|
|
288
|
-
kt
|
|
289
|
-
/* @min:%2econnectEnd */
|
|
290
|
-
]), g = Y(m.requestStart, m[
|
|
291
|
-
Tt
|
|
292
|
-
/* @min:%2eresponseStart */
|
|
293
|
-
]), _ = Y(m[
|
|
294
|
-
Tt
|
|
295
|
-
/* @min:%2eresponseStart */
|
|
296
|
-
], m[
|
|
297
|
-
Wt
|
|
298
|
-
/* @min:%2eresponseEnd */
|
|
299
|
-
]), N = Y(m.responseEnd, m[
|
|
300
|
-
It
|
|
301
|
-
/* @min:%2eloadEventEnd */
|
|
302
|
-
])), c === 0 ? $(p, 2, 10, "error calculating page view performance.", { total: c, network: T, request: g, response: _, dom: N }) : f[
|
|
303
|
-
qt
|
|
304
|
-
/* @min:%2eshouldCollectDuration */
|
|
305
|
-
](c, T, g, _, N) ? c < Dt(T) + Dt(g) + Dt(_) + Dt(N) ? $(p, 2, 8, "client performance math error.", { total: c, network: T, request: g, response: _, dom: N }) : (s.durationMs = c, s.perfTotal = s[
|
|
306
|
-
B
|
|
307
|
-
/* @min:%2eduration */
|
|
308
|
-
] = vt(c), s.networkConnect = vt(T), s.sentRequest = vt(g), s.receivedResponse = vt(_), s.domProcessing = vt(N), s.isValid = !0) : $(p, 2, 45, "Invalid page load duration value. Browser perf data won't be sent.", { total: c, network: T, request: g, response: _, dom: N }));
|
|
309
|
-
}, f[
|
|
310
|
-
ha
|
|
311
|
-
/* @min:%2egetPerformanceTiming */
|
|
312
|
-
] = ua, f[
|
|
313
|
-
Da
|
|
314
|
-
/* @min:%2eisPerformanceTimingSupported */
|
|
315
|
-
] = pa, f[
|
|
316
|
-
Sa
|
|
317
|
-
/* @min:%2eisPerformanceTimingDataReady */
|
|
318
|
-
] = Ee, f[
|
|
319
|
-
qt
|
|
320
|
-
/* @min:%2eshouldCollectDuration */
|
|
321
|
-
] = Ne;
|
|
322
|
-
});
|
|
323
|
-
}
|
|
324
|
-
return n.__ieDyn = 1, n;
|
|
325
|
-
})()
|
|
326
|
-
), he = (
|
|
327
|
-
/** @class */
|
|
328
|
-
(function() {
|
|
329
|
-
function n(o, p) {
|
|
330
|
-
var f = "prevPageVisitData";
|
|
331
|
-
Rt(n, this, function(s) {
|
|
332
|
-
s[
|
|
333
|
-
Gt
|
|
334
|
-
/* @min:%2etrackPreviousPageVisit */
|
|
335
|
-
] = function(c, T) {
|
|
336
|
-
try {
|
|
337
|
-
var g = u(c, T);
|
|
338
|
-
g && p(g.pageName, g.pageUrl, g.pageVisitTime);
|
|
339
|
-
} catch (_) {
|
|
340
|
-
bt(o, "Auto track page visit time failed, metric will not be collected: " + I(_));
|
|
341
|
-
}
|
|
342
|
-
};
|
|
343
|
-
function u(c, T) {
|
|
344
|
-
var g = null;
|
|
345
|
-
try {
|
|
346
|
-
if (g = m(), Xt()) {
|
|
347
|
-
Qt(o, f) != null && da("Cannot call startPageVisit consecutively without first calling stopPageVisit");
|
|
348
|
-
var _ = ea().stringify(new Se(c, T));
|
|
349
|
-
wa(o, f, _);
|
|
350
|
-
}
|
|
351
|
-
} catch (N) {
|
|
352
|
-
bt(o, "Call to restart failed: " + I(N)), g = null;
|
|
353
|
-
}
|
|
354
|
-
return g;
|
|
355
|
-
}
|
|
356
|
-
function m() {
|
|
357
|
-
var c = null;
|
|
358
|
-
try {
|
|
359
|
-
if (Xt()) {
|
|
360
|
-
var T = ma(), g = Qt(o, f);
|
|
361
|
-
g && $a() && (c = ea().parse(g), c.pageVisitTime = T - c.pageVisitStartTime, ba(o, f));
|
|
362
|
-
}
|
|
363
|
-
} catch (_) {
|
|
364
|
-
bt(o, "Stop page visit timer failed: " + I(_)), c = null;
|
|
365
|
-
}
|
|
366
|
-
return c;
|
|
367
|
-
}
|
|
368
|
-
X(s, "_logger", { g: function() {
|
|
369
|
-
return o;
|
|
370
|
-
} }), X(s, "pageVisitTimeTrackingHandler", { g: function() {
|
|
371
|
-
return p;
|
|
372
|
-
} });
|
|
373
|
-
});
|
|
374
|
-
}
|
|
375
|
-
return n.__ieDyn = 1, n;
|
|
376
|
-
})()
|
|
377
|
-
), Se = (
|
|
378
|
-
/** @class */
|
|
379
|
-
/* @__PURE__ */ (function() {
|
|
380
|
-
function n(o, p) {
|
|
381
|
-
this.pageVisitStartTime = ma(), this.pageName = o, this.pageUrl = p;
|
|
382
|
-
}
|
|
383
|
-
return n;
|
|
384
|
-
})()
|
|
385
|
-
), ca = (
|
|
386
|
-
/** @class */
|
|
387
|
-
/* @__PURE__ */ (function() {
|
|
388
|
-
function n(o, p) {
|
|
389
|
-
var f = this, s = {};
|
|
390
|
-
f.start = function(u) {
|
|
391
|
-
typeof s[u] < "u" && $(o, 2, 62, "start was called more than once for this event without calling stop.", { name: u, key: u }, !0), s[u] = +/* @__PURE__ */ new Date();
|
|
392
|
-
}, f.stop = function(u, m, c, T) {
|
|
393
|
-
var g = s[u];
|
|
394
|
-
if (isNaN(g))
|
|
395
|
-
$(o, 2, 63, "stop was called without a corresponding start.", { name: u, key: u }, !0);
|
|
396
|
-
else {
|
|
397
|
-
var _ = +/* @__PURE__ */ new Date(), N = Y(g, _);
|
|
398
|
-
f.action(u, m, N, c, T);
|
|
399
|
-
}
|
|
400
|
-
delete s[u], s[u] = void 0;
|
|
401
|
-
};
|
|
402
|
-
}
|
|
403
|
-
return n;
|
|
404
|
-
})()
|
|
405
|
-
), k, pe = "event";
|
|
406
|
-
function gt(n, o) {
|
|
407
|
-
n && n.dispatchEvent && o && n.dispatchEvent(o);
|
|
408
|
-
}
|
|
409
|
-
function Pe(n) {
|
|
410
|
-
if (n && n.reason) {
|
|
411
|
-
var o = n.reason;
|
|
412
|
-
return !Qa(o) && Vt(o[
|
|
413
|
-
yt
|
|
414
|
-
/* @min:%2etoString */
|
|
415
|
-
]) ? o[
|
|
416
|
-
yt
|
|
417
|
-
/* @min:%2etoString */
|
|
418
|
-
]() : I(o);
|
|
419
|
-
}
|
|
420
|
-
return n || "";
|
|
421
|
-
}
|
|
422
|
-
var sa = 6e4, Ie = Wa((k = {
|
|
423
|
-
sessionRenewalMs: na(va, 1800 * 1e3),
|
|
424
|
-
sessionExpirationMs: na(va, 1440 * 60 * 1e3),
|
|
425
|
-
disableExceptionTracking: V()
|
|
426
|
-
}, k[
|
|
427
|
-
Ta
|
|
428
|
-
/* @min:autoTrackPageVisitTime */
|
|
429
|
-
] = V(), k[
|
|
430
|
-
le
|
|
431
|
-
/* @min:overridePageViewDuration */
|
|
432
|
-
] = V(), k[
|
|
433
|
-
Na
|
|
434
|
-
/* @min:enableUnhandledPromiseRejectionTracking */
|
|
435
|
-
] = V(), k[
|
|
436
|
-
Ht
|
|
437
|
-
/* @min:autoUnhandledPromiseInstrumented */
|
|
438
|
-
] = !1, k.samplingPercentage = ie(ke, 100), k[
|
|
439
|
-
Bt
|
|
440
|
-
/* @min:isStorageUseDisabled */
|
|
441
|
-
] = V(), k[
|
|
442
|
-
Ea
|
|
443
|
-
/* @min:isBrowserLinkTrackingEnabled */
|
|
444
|
-
] = V(), k[
|
|
445
|
-
_a
|
|
446
|
-
/* @min:enableAutoRouteTracking */
|
|
447
|
-
] = V(), k.namePrefix = oe(), k.enableDebug = V(), k.disableFlushOnBeforeUnload = V(), k.disableFlushOnUnload = V(!1, "disableFlushOnBeforeUnload"), k.expCfg = ue({ inclScripts: !1, expLog: void 0, maxLogs: 50 }), k));
|
|
448
|
-
function va(n, o) {
|
|
449
|
-
return n = n || o, n < sa && (n = sa), +n;
|
|
450
|
-
}
|
|
451
|
-
function ke(n) {
|
|
452
|
-
return !isNaN(n) && n > 0 && n <= 100;
|
|
453
|
-
}
|
|
454
|
-
function ye(n) {
|
|
455
|
-
fa(n[
|
|
456
|
-
Bt
|
|
457
|
-
/* @min:%2eisStorageUseDisabled */
|
|
458
|
-
]) || (n[
|
|
459
|
-
Bt
|
|
460
|
-
/* @min:%2eisStorageUseDisabled */
|
|
461
|
-
] ? xa() : Ma());
|
|
462
|
-
}
|
|
463
|
-
var Ce = (
|
|
464
|
-
/** @class */
|
|
465
|
-
(function(n) {
|
|
466
|
-
ve(o, n);
|
|
467
|
-
function o() {
|
|
468
|
-
var p = n.call(this) || this;
|
|
469
|
-
p.identifier = Oa, p.priority = 180, p.autoRoutePVDelay = 500;
|
|
470
|
-
var f, s, u, m, c, T, g, _, N, q, Z, d, E, y, D, x, R, U, L, w, tt;
|
|
471
|
-
return Rt(o, p, function(a, F) {
|
|
472
|
-
var G = F[
|
|
473
|
-
rt
|
|
474
|
-
/* @min:%2e_addHook */
|
|
475
|
-
];
|
|
476
|
-
Kt(), a.getCookieMgr = function() {
|
|
477
|
-
return Za(a[
|
|
478
|
-
v
|
|
479
|
-
/* @min:%2ecore */
|
|
480
|
-
]);
|
|
481
|
-
}, a.processTelemetry = function(t, r) {
|
|
482
|
-
a.processNext(t, r);
|
|
483
|
-
}, a.trackEvent = function(t, r) {
|
|
484
|
-
try {
|
|
485
|
-
var e = W(t, Jt[
|
|
486
|
-
j
|
|
487
|
-
/* @min:%2edataType */
|
|
488
|
-
], Jt[
|
|
489
|
-
z
|
|
490
|
-
/* @min:%2eenvelopeType */
|
|
491
|
-
], a[
|
|
492
|
-
A
|
|
493
|
-
/* @min:%2ediagLog */
|
|
494
|
-
](), r);
|
|
495
|
-
a[
|
|
496
|
-
v
|
|
497
|
-
/* @min:%2ecore */
|
|
498
|
-
][
|
|
499
|
-
K
|
|
500
|
-
/* @min:%2etrack */
|
|
501
|
-
](e);
|
|
502
|
-
} catch (i) {
|
|
503
|
-
M(2, 39, "trackTrace failed, trace will not be collected: " + O(i), { exception: I(i) });
|
|
504
|
-
}
|
|
505
|
-
}, a.startTrackEvent = function(t) {
|
|
506
|
-
try {
|
|
507
|
-
f.start(t);
|
|
508
|
-
} catch (r) {
|
|
509
|
-
M(1, 29, "startTrackEvent failed, event will not be collected: " + O(r), { exception: I(r) });
|
|
510
|
-
}
|
|
511
|
-
}, a.stopTrackEvent = function(t, r, e) {
|
|
512
|
-
try {
|
|
513
|
-
f.stop(t, void 0, r, e);
|
|
514
|
-
} catch (i) {
|
|
515
|
-
M(1, 30, "stopTrackEvent failed, event will not be collected: " + O(i), { exception: I(i) });
|
|
516
|
-
}
|
|
517
|
-
}, a.trackTrace = function(t, r) {
|
|
518
|
-
try {
|
|
519
|
-
var e = W(t, $t[
|
|
520
|
-
j
|
|
521
|
-
/* @min:%2edataType */
|
|
522
|
-
], $t[
|
|
523
|
-
z
|
|
524
|
-
/* @min:%2eenvelopeType */
|
|
525
|
-
], a[
|
|
526
|
-
A
|
|
527
|
-
/* @min:%2ediagLog */
|
|
528
|
-
](), r);
|
|
529
|
-
a[
|
|
530
|
-
v
|
|
531
|
-
/* @min:%2ecore */
|
|
532
|
-
][
|
|
533
|
-
K
|
|
534
|
-
/* @min:%2etrack */
|
|
535
|
-
](e);
|
|
536
|
-
} catch (i) {
|
|
537
|
-
M(2, 39, "trackTrace failed, trace will not be collected: " + O(i), { exception: I(i) });
|
|
538
|
-
}
|
|
539
|
-
}, a.trackMetric = function(t, r) {
|
|
540
|
-
try {
|
|
541
|
-
var e = W(t, Zt[
|
|
542
|
-
j
|
|
543
|
-
/* @min:%2edataType */
|
|
544
|
-
], Zt[
|
|
545
|
-
z
|
|
546
|
-
/* @min:%2eenvelopeType */
|
|
547
|
-
], a[
|
|
548
|
-
A
|
|
549
|
-
/* @min:%2ediagLog */
|
|
550
|
-
](), r);
|
|
551
|
-
a[
|
|
552
|
-
v
|
|
553
|
-
/* @min:%2ecore */
|
|
554
|
-
][
|
|
555
|
-
K
|
|
556
|
-
/* @min:%2etrack */
|
|
557
|
-
](e);
|
|
558
|
-
} catch (i) {
|
|
559
|
-
M(1, 36, "trackMetric failed, metric will not be collected: " + O(i), { exception: I(i) });
|
|
560
|
-
}
|
|
561
|
-
}, a[
|
|
562
|
-
Pt
|
|
563
|
-
/* @min:%2etrackPageView */
|
|
564
|
-
] = function(t, r) {
|
|
565
|
-
try {
|
|
566
|
-
var e = t || {};
|
|
567
|
-
a[
|
|
568
|
-
v
|
|
569
|
-
/* @min:%2ecore */
|
|
570
|
-
] && a[
|
|
571
|
-
v
|
|
572
|
-
/* @min:%2ecore */
|
|
573
|
-
][
|
|
574
|
-
C
|
|
575
|
-
/* @min:%2econfig */
|
|
576
|
-
] && (e.uri = it(e.uri, a[
|
|
577
|
-
v
|
|
578
|
-
/* @min:%2ecore */
|
|
579
|
-
][
|
|
580
|
-
C
|
|
581
|
-
/* @min:%2econfig */
|
|
582
|
-
])), u[
|
|
583
|
-
Pt
|
|
584
|
-
/* @min:%2etrackPageView */
|
|
585
|
-
](e, Ot(Ot(Ot({}, e.properties), e.measurements), r)), x && c[
|
|
586
|
-
Gt
|
|
587
|
-
/* @min:%2etrackPreviousPageVisit */
|
|
588
|
-
](e.name, e.uri);
|
|
589
|
-
} catch (i) {
|
|
590
|
-
M(1, 37, "trackPageView failed, page view will not be collected: " + O(i), { exception: I(i) });
|
|
591
|
-
}
|
|
592
|
-
}, a[
|
|
593
|
-
Q
|
|
594
|
-
/* @min:%2esendPageViewInternal */
|
|
595
|
-
] = function(t, r, e) {
|
|
596
|
-
var i = nt();
|
|
597
|
-
if (i && (t[
|
|
598
|
-
Ct
|
|
599
|
-
/* @min:%2erefUri */
|
|
600
|
-
] = t[
|
|
601
|
-
Ct
|
|
602
|
-
/* @min:%2erefUri */
|
|
603
|
-
] === void 0 ? i.referrer : t[
|
|
604
|
-
Ct
|
|
605
|
-
/* @min:%2erefUri */
|
|
606
|
-
]), a[
|
|
607
|
-
v
|
|
608
|
-
/* @min:%2ecore */
|
|
609
|
-
] && a[
|
|
610
|
-
v
|
|
611
|
-
/* @min:%2ecore */
|
|
612
|
-
][
|
|
613
|
-
C
|
|
614
|
-
/* @min:%2econfig */
|
|
615
|
-
] && (t.refUri = it(t.refUri, a[
|
|
616
|
-
v
|
|
617
|
-
/* @min:%2ecore */
|
|
618
|
-
][
|
|
619
|
-
C
|
|
620
|
-
/* @min:%2econfig */
|
|
621
|
-
])), J(t[
|
|
622
|
-
ut
|
|
623
|
-
/* @min:%2estartTime */
|
|
624
|
-
])) {
|
|
625
|
-
var l = (r || t[
|
|
626
|
-
mt
|
|
627
|
-
/* @min:%2eproperties */
|
|
628
|
-
] || {})[
|
|
629
|
-
B
|
|
630
|
-
/* @min:%2eduration */
|
|
631
|
-
] || 0;
|
|
632
|
-
t[
|
|
633
|
-
ut
|
|
634
|
-
/* @min:%2estartTime */
|
|
635
|
-
] = new Date((/* @__PURE__ */ new Date()).getTime() - l);
|
|
636
|
-
}
|
|
637
|
-
var S = W(t, ta[
|
|
638
|
-
j
|
|
639
|
-
/* @min:%2edataType */
|
|
640
|
-
], ta[
|
|
641
|
-
z
|
|
642
|
-
/* @min:%2eenvelopeType */
|
|
643
|
-
], a[
|
|
644
|
-
A
|
|
645
|
-
/* @min:%2ediagLog */
|
|
646
|
-
](), r, e);
|
|
647
|
-
a[
|
|
648
|
-
v
|
|
649
|
-
/* @min:%2ecore */
|
|
650
|
-
][
|
|
651
|
-
K
|
|
652
|
-
/* @min:%2etrack */
|
|
653
|
-
](S), at();
|
|
654
|
-
}, a[
|
|
655
|
-
Ft
|
|
656
|
-
/* @min:%2esendPageViewPerformanceInternal */
|
|
657
|
-
] = function(t, r, e) {
|
|
658
|
-
var i = W(t, aa[
|
|
659
|
-
j
|
|
660
|
-
/* @min:%2edataType */
|
|
661
|
-
], aa[
|
|
662
|
-
z
|
|
663
|
-
/* @min:%2eenvelopeType */
|
|
664
|
-
], a[
|
|
665
|
-
A
|
|
666
|
-
/* @min:%2ediagLog */
|
|
667
|
-
](), r, e);
|
|
668
|
-
a[
|
|
669
|
-
v
|
|
670
|
-
/* @min:%2ecore */
|
|
671
|
-
][
|
|
672
|
-
K
|
|
673
|
-
/* @min:%2etrack */
|
|
674
|
-
](i);
|
|
675
|
-
}, a.trackPageViewPerformance = function(t, r) {
|
|
676
|
-
var e = t || {};
|
|
677
|
-
try {
|
|
678
|
-
m[
|
|
679
|
-
zt
|
|
680
|
-
/* @min:%2epopulatePageViewPerformanceEvent */
|
|
681
|
-
](e), a[
|
|
682
|
-
Ft
|
|
683
|
-
/* @min:%2esendPageViewPerformanceInternal */
|
|
684
|
-
](e, r);
|
|
685
|
-
} catch (i) {
|
|
686
|
-
M(1, 37, "trackPageViewPerformance failed, page view will not be collected: " + O(i), { exception: I(i) });
|
|
687
|
-
}
|
|
688
|
-
}, a.startTrackPage = function(t) {
|
|
689
|
-
try {
|
|
690
|
-
if (typeof t != "string") {
|
|
691
|
-
var r = nt();
|
|
692
|
-
t = r && r.title || "";
|
|
693
|
-
}
|
|
694
|
-
s.start(t);
|
|
695
|
-
} catch (e) {
|
|
696
|
-
M(1, 31, "startTrackPage failed, page view may not be collected: " + O(e), { exception: I(e) });
|
|
697
|
-
}
|
|
698
|
-
}, a.stopTrackPage = function(t, r, e, i) {
|
|
699
|
-
try {
|
|
700
|
-
if (typeof t != "string") {
|
|
701
|
-
var l = nt();
|
|
702
|
-
t = l && l.title || "";
|
|
703
|
-
}
|
|
704
|
-
if (typeof r != "string") {
|
|
705
|
-
var S = dt();
|
|
706
|
-
r = S && S[
|
|
707
|
-
ot
|
|
708
|
-
/* @min:%2ehref */
|
|
709
|
-
] || "";
|
|
710
|
-
}
|
|
711
|
-
a[
|
|
712
|
-
v
|
|
713
|
-
/* @min:%2ecore */
|
|
714
|
-
] && a[
|
|
715
|
-
v
|
|
716
|
-
/* @min:%2ecore */
|
|
717
|
-
][
|
|
718
|
-
C
|
|
719
|
-
/* @min:%2econfig */
|
|
720
|
-
] && (r = it(r, a[
|
|
721
|
-
v
|
|
722
|
-
/* @min:%2ecore */
|
|
723
|
-
][
|
|
724
|
-
C
|
|
725
|
-
/* @min:%2econfig */
|
|
726
|
-
])), s.stop(t, r, e, i), x && c[
|
|
727
|
-
Gt
|
|
728
|
-
/* @min:%2etrackPreviousPageVisit */
|
|
729
|
-
](t, r);
|
|
730
|
-
} catch (P) {
|
|
731
|
-
M(1, 32, "stopTrackPage failed, page view will not be collected: " + O(P), { exception: I(P) });
|
|
732
|
-
}
|
|
733
|
-
}, a[
|
|
734
|
-
ia
|
|
735
|
-
/* @min:%2esendExceptionInternal */
|
|
736
|
-
] = function(t, r, e) {
|
|
737
|
-
var i = t && (t.exception || t[
|
|
738
|
-
lt
|
|
739
|
-
/* @min:%2eerror */
|
|
740
|
-
]) || // - Handle someone calling trackException based of v1 API where the exception was the Error
|
|
741
|
-
ja(t) && t || // - Handles no error being defined and instead of creating a new Error() instance attempt to map so any stacktrace
|
|
742
|
-
// is preserved and does not list ApplicationInsights code as the source
|
|
743
|
-
{ name: t && typeof t, message: t || Ca };
|
|
744
|
-
t = t || {};
|
|
745
|
-
var l = new H(a[
|
|
746
|
-
A
|
|
747
|
-
/* @min:%2ediagLog */
|
|
748
|
-
](), i, t[
|
|
749
|
-
mt
|
|
750
|
-
/* @min:%2eproperties */
|
|
751
|
-
] || r, t.measurements, t.severityLevel, t.id).toInterface(), S = nt();
|
|
752
|
-
if (S && R?.inclScripts) {
|
|
753
|
-
var P = ne(S);
|
|
754
|
-
l[
|
|
755
|
-
mt
|
|
756
|
-
/* @min:%2eproperties */
|
|
757
|
-
].exceptionScripts = JSON.stringify(P);
|
|
758
|
-
}
|
|
759
|
-
if (R?.expLog) {
|
|
760
|
-
var h = R.expLog();
|
|
761
|
-
h && h.logs && Xa(h.logs) && (l[
|
|
762
|
-
mt
|
|
763
|
-
/* @min:%2eproperties */
|
|
764
|
-
].exceptionLog = h.logs.slice(0, R.maxLogs).join(`
|
|
765
|
-
`));
|
|
766
|
-
}
|
|
767
|
-
var b = W(l, H[
|
|
768
|
-
j
|
|
769
|
-
/* @min:%2edataType */
|
|
770
|
-
], H[
|
|
771
|
-
z
|
|
772
|
-
/* @min:%2eenvelopeType */
|
|
773
|
-
], a[
|
|
774
|
-
A
|
|
775
|
-
/* @min:%2ediagLog */
|
|
776
|
-
](), r, e);
|
|
777
|
-
a[
|
|
778
|
-
v
|
|
779
|
-
/* @min:%2ecore */
|
|
780
|
-
][
|
|
781
|
-
K
|
|
782
|
-
/* @min:%2etrack */
|
|
783
|
-
](b);
|
|
784
|
-
}, a.trackException = function(t, r) {
|
|
785
|
-
t && !t.exception && t[
|
|
786
|
-
lt
|
|
787
|
-
/* @min:%2eerror */
|
|
788
|
-
] && (t.exception = t[
|
|
789
|
-
lt
|
|
790
|
-
/* @min:%2eerror */
|
|
791
|
-
]);
|
|
792
|
-
try {
|
|
793
|
-
a[
|
|
794
|
-
ia
|
|
795
|
-
/* @min:%2esendExceptionInternal */
|
|
796
|
-
](t, r);
|
|
797
|
-
} catch (e) {
|
|
798
|
-
M(1, 35, "trackException failed, exception will not be collected: " + O(e), { exception: I(e) });
|
|
799
|
-
}
|
|
800
|
-
}, a._onerror = function(t) {
|
|
801
|
-
var r = t && t[
|
|
802
|
-
lt
|
|
803
|
-
/* @min:%2eerror */
|
|
804
|
-
], e = t && t.evt;
|
|
805
|
-
try {
|
|
806
|
-
if (!e) {
|
|
807
|
-
var i = wt();
|
|
808
|
-
i && (e = i[pe]);
|
|
809
|
-
}
|
|
810
|
-
var l = t && t.url || (nt() || {}).URL, S = t.errorSrc || "window.onerror@" + l + ":" + (t[
|
|
811
|
-
Yt
|
|
812
|
-
/* @min:%2elineNumber */
|
|
813
|
-
] || 0) + ":" + (t[
|
|
814
|
-
Ut
|
|
815
|
-
/* @min:%2ecolumnNumber */
|
|
816
|
-
] || 0), P = {
|
|
817
|
-
errorSrc: S,
|
|
818
|
-
url: l,
|
|
819
|
-
lineNumber: t[
|
|
820
|
-
Yt
|
|
821
|
-
/* @min:%2elineNumber */
|
|
822
|
-
] || 0,
|
|
823
|
-
columnNumber: t[
|
|
824
|
-
Ut
|
|
825
|
-
/* @min:%2ecolumnNumber */
|
|
826
|
-
] || 0,
|
|
827
|
-
message: t.message
|
|
828
|
-
};
|
|
829
|
-
Ya(t.message, t.url, t.lineNumber, t.columnNumber, t[
|
|
830
|
-
lt
|
|
831
|
-
/* @min:%2eerror */
|
|
832
|
-
]) ? Nt(H[
|
|
833
|
-
Lt
|
|
834
|
-
/* @min:%2eCreateAutoException */
|
|
835
|
-
]("Script error: The browser's same-origin policy prevents us from getting the details of this exception. Consider using the 'crossorigin' attribute.", l, t[
|
|
836
|
-
Yt
|
|
837
|
-
/* @min:%2elineNumber */
|
|
838
|
-
] || 0, t[
|
|
839
|
-
Ut
|
|
840
|
-
/* @min:%2ecolumnNumber */
|
|
841
|
-
] || 0, r, e, null, S), P) : (t.errorSrc || (t.errorSrc = S), a.trackException({
|
|
842
|
-
exception: t,
|
|
843
|
-
severityLevel: 3
|
|
844
|
-
/* eSeverityLevel.Error */
|
|
845
|
-
}, P));
|
|
846
|
-
} catch (b) {
|
|
847
|
-
var h = r ? r.name + ", " + r.message : "null";
|
|
848
|
-
M(1, 11, "_onError threw exception while logging error, error will not be collected: " + O(b), { exception: I(b), errorString: h });
|
|
849
|
-
}
|
|
850
|
-
}, a[
|
|
851
|
-
pt
|
|
852
|
-
/* @min:%2eaddTelemetryInitializer */
|
|
853
|
-
] = function(t) {
|
|
854
|
-
if (a[
|
|
855
|
-
v
|
|
856
|
-
/* @min:%2ecore */
|
|
857
|
-
])
|
|
858
|
-
return a[
|
|
859
|
-
v
|
|
860
|
-
/* @min:%2ecore */
|
|
861
|
-
][
|
|
862
|
-
pt
|
|
863
|
-
/* @min:%2eaddTelemetryInitializer */
|
|
864
|
-
](t);
|
|
865
|
-
T || (T = []), T.push(t);
|
|
866
|
-
}, a.initialize = function(t, r, e, i) {
|
|
867
|
-
if (!a.isInitialized()) {
|
|
868
|
-
J(r) && da("Error initializing"), F.initialize(t, r, e, i);
|
|
869
|
-
try {
|
|
870
|
-
w = te(ae(a.identifier), r.evtNamespace && r.evtNamespace()), T && (xt(T, function(l) {
|
|
871
|
-
r[
|
|
872
|
-
pt
|
|
873
|
-
/* @min:%2eaddTelemetryInitializer */
|
|
874
|
-
](l);
|
|
875
|
-
}), T = null), _t(t), m = new De(a[
|
|
876
|
-
v
|
|
877
|
-
/* @min:%2ecore */
|
|
878
|
-
]), u = new de(a, D.overridePageViewDuration, a[
|
|
879
|
-
v
|
|
880
|
-
/* @min:%2ecore */
|
|
881
|
-
], m), c = new he(a[
|
|
882
|
-
A
|
|
883
|
-
/* @min:%2ediagLog */
|
|
884
|
-
](), function(l, S, P) {
|
|
885
|
-
return st(l, S, P);
|
|
886
|
-
}), f = new ca(a[
|
|
887
|
-
A
|
|
888
|
-
/* @min:%2ediagLog */
|
|
889
|
-
](), "trackEvent"), f.action = function(l, S, P, h, b) {
|
|
890
|
-
h || (h = {}), b || (b = {}), h.duration = P[
|
|
891
|
-
yt
|
|
892
|
-
/* @min:%2etoString */
|
|
893
|
-
](), a.trackEvent({ name: l, properties: h, measurements: b });
|
|
894
|
-
}, s = new ca(a[
|
|
895
|
-
A
|
|
896
|
-
/* @min:%2ediagLog */
|
|
897
|
-
](), "trackPageView"), s.action = function(l, S, P, h, b) {
|
|
898
|
-
J(h) && (h = {}), h.duration = P[
|
|
899
|
-
yt
|
|
900
|
-
/* @min:%2etoString */
|
|
901
|
-
]();
|
|
902
|
-
var Ra = {
|
|
903
|
-
name: l,
|
|
904
|
-
uri: S,
|
|
905
|
-
properties: h,
|
|
906
|
-
measurements: b
|
|
907
|
-
};
|
|
908
|
-
a[
|
|
909
|
-
Q
|
|
910
|
-
/* @min:%2esendPageViewInternal */
|
|
911
|
-
](Ra, h);
|
|
912
|
-
}, qa() && (Pa(), Ia());
|
|
913
|
-
} catch (l) {
|
|
914
|
-
throw a.setInitialized(!1), l;
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
}, a._doTeardown = function(t, r) {
|
|
918
|
-
u && u.teardown(t, r), ee(window, null, null, w), Kt();
|
|
919
|
-
}, a._getDbgPlgTargets = function() {
|
|
920
|
-
return [tt, d];
|
|
921
|
-
};
|
|
922
|
-
function at() {
|
|
923
|
-
if (a[
|
|
924
|
-
v
|
|
925
|
-
/* @min:%2ecore */
|
|
926
|
-
]) {
|
|
927
|
-
var t = a[
|
|
928
|
-
v
|
|
929
|
-
/* @min:%2ecore */
|
|
930
|
-
].getPlugin("AjaxDependencyPlugin");
|
|
931
|
-
t && t.plugin && t.plugin.resetAjaxAttempts && t.plugin.resetAjaxAttempts();
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
function _t(t) {
|
|
935
|
-
var r = a.identifier, e = a[
|
|
936
|
-
v
|
|
937
|
-
/* @min:%2ecore */
|
|
938
|
-
];
|
|
939
|
-
a[
|
|
940
|
-
rt
|
|
941
|
-
/* @min:%2e_addHook */
|
|
942
|
-
](ht(t, function() {
|
|
943
|
-
var i = re(null, t, e);
|
|
944
|
-
D = i.getExtCfg(r, Ie), d = d || t[
|
|
945
|
-
Mt
|
|
946
|
-
/* @min:%2eautoExceptionInstrumented */
|
|
947
|
-
] || D[
|
|
948
|
-
Mt
|
|
949
|
-
/* @min:%2eautoExceptionInstrumented */
|
|
950
|
-
], R = D.expCfg, x = D[
|
|
951
|
-
Ta
|
|
952
|
-
/* @min:%2eautoTrackPageVisitTime */
|
|
953
|
-
], t.storagePrefix && Ua(t.storagePrefix), ye(D), g = D[
|
|
954
|
-
Ea
|
|
955
|
-
/* @min:%2eisBrowserLinkTrackingEnabled */
|
|
956
|
-
], et();
|
|
957
|
-
}));
|
|
958
|
-
}
|
|
959
|
-
function st(t, r, e) {
|
|
960
|
-
var i = { PageName: t, PageUrl: r };
|
|
961
|
-
a.trackMetric({
|
|
962
|
-
name: "PageVisitTime",
|
|
963
|
-
average: e,
|
|
964
|
-
max: e,
|
|
965
|
-
min: e,
|
|
966
|
-
sampleCount: 1
|
|
967
|
-
}, i);
|
|
968
|
-
}
|
|
969
|
-
function et() {
|
|
970
|
-
if (!_ && g) {
|
|
971
|
-
var t = ["/browserLinkSignalR/", "/__browserLink/"], r = function(e) {
|
|
972
|
-
if (g && e.baseType === La[
|
|
973
|
-
j
|
|
974
|
-
/* @min:%2edataType */
|
|
975
|
-
]) {
|
|
976
|
-
var i = e.baseData;
|
|
977
|
-
if (i) {
|
|
978
|
-
for (var l = 0; l < t[
|
|
979
|
-
Et
|
|
980
|
-
/* @min:%2elength */
|
|
981
|
-
]; l++)
|
|
982
|
-
if (i.target && ga(i.target, t[l]) >= 0)
|
|
983
|
-
return !1;
|
|
984
|
-
}
|
|
985
|
-
}
|
|
986
|
-
return !0;
|
|
987
|
-
};
|
|
988
|
-
a[
|
|
989
|
-
rt
|
|
990
|
-
/* @min:%2e_addHook */
|
|
991
|
-
](a[
|
|
992
|
-
pt
|
|
993
|
-
/* @min:%2eaddTelemetryInitializer */
|
|
994
|
-
](r)), _ = !0;
|
|
995
|
-
}
|
|
996
|
-
}
|
|
997
|
-
function Nt(t, r) {
|
|
998
|
-
var e = W(t, H[
|
|
999
|
-
j
|
|
1000
|
-
/* @min:%2edataType */
|
|
1001
|
-
], H[
|
|
1002
|
-
z
|
|
1003
|
-
/* @min:%2eenvelopeType */
|
|
1004
|
-
], a[
|
|
1005
|
-
A
|
|
1006
|
-
/* @min:%2ediagLog */
|
|
1007
|
-
](), r);
|
|
1008
|
-
a[
|
|
1009
|
-
v
|
|
1010
|
-
/* @min:%2ecore */
|
|
1011
|
-
][
|
|
1012
|
-
K
|
|
1013
|
-
/* @min:%2etrack */
|
|
1014
|
-
](e);
|
|
1015
|
-
}
|
|
1016
|
-
function Pa() {
|
|
1017
|
-
var t = wt(), r = dt();
|
|
1018
|
-
a[
|
|
1019
|
-
rt
|
|
1020
|
-
/* @min:%2e_addHook */
|
|
1021
|
-
](ht(D, function() {
|
|
1022
|
-
Z = D.disableExceptionTracking, !Z && !d && !D[
|
|
1023
|
-
Mt
|
|
1024
|
-
/* @min:%2eautoExceptionInstrumented */
|
|
1025
|
-
] && (G(St(t, "onerror", {
|
|
1026
|
-
ns: w,
|
|
1027
|
-
rsp: function(e, i, l, S, P, h) {
|
|
1028
|
-
!Z && e.rslt !== !0 && a._onerror(H[
|
|
1029
|
-
Lt
|
|
1030
|
-
/* @min:%2eCreateAutoException */
|
|
1031
|
-
](i, l, S, P, h, e.evt));
|
|
1032
|
-
}
|
|
1033
|
-
}, !1)), tt++, d = !0);
|
|
1034
|
-
})), Aa(t, r);
|
|
1035
|
-
}
|
|
1036
|
-
function Ia() {
|
|
1037
|
-
var t = wt(), r = dt();
|
|
1038
|
-
a[
|
|
1039
|
-
rt
|
|
1040
|
-
/* @min:%2e_addHook */
|
|
1041
|
-
](ht(D, function() {
|
|
1042
|
-
if (N = D[
|
|
1043
|
-
_a
|
|
1044
|
-
/* @min:%2eenableAutoRouteTracking */
|
|
1045
|
-
] === !0, t && N && !q && za()) {
|
|
1046
|
-
var e = Ka();
|
|
1047
|
-
Vt(e.pushState) && Vt(e.replaceState) && typeof Event !== fe && ya(t, e, r);
|
|
1048
|
-
}
|
|
1049
|
-
}));
|
|
1050
|
-
}
|
|
1051
|
-
function ka() {
|
|
1052
|
-
var t = null;
|
|
1053
|
-
if (a[
|
|
1054
|
-
v
|
|
1055
|
-
/* @min:%2ecore */
|
|
1056
|
-
] && a[
|
|
1057
|
-
v
|
|
1058
|
-
/* @min:%2ecore */
|
|
1059
|
-
].getTraceCtx && (t = a[
|
|
1060
|
-
v
|
|
1061
|
-
/* @min:%2ecore */
|
|
1062
|
-
].getTraceCtx(!1)), !t) {
|
|
1063
|
-
var r = a[
|
|
1064
|
-
v
|
|
1065
|
-
/* @min:%2ecore */
|
|
1066
|
-
].getPlugin(Ba);
|
|
1067
|
-
if (r) {
|
|
1068
|
-
var e = r.plugin.context;
|
|
1069
|
-
e && (t = Ga(e.telemetryTrace));
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1072
|
-
return t;
|
|
1073
|
-
}
|
|
1074
|
-
function ya(t, r, e) {
|
|
1075
|
-
if (q)
|
|
1076
|
-
return;
|
|
1077
|
-
var i = D.namePrefix || "";
|
|
1078
|
-
function l() {
|
|
1079
|
-
N && gt(t, ft(i + "locationchange"));
|
|
1080
|
-
}
|
|
1081
|
-
function S() {
|
|
1082
|
-
if (L && (U = L), L = e && e[
|
|
1083
|
-
ot
|
|
1084
|
-
/* @min:%2ehref */
|
|
1085
|
-
] || "", a[
|
|
1086
|
-
v
|
|
1087
|
-
/* @min:%2ecore */
|
|
1088
|
-
] && a[
|
|
1089
|
-
v
|
|
1090
|
-
/* @min:%2ecore */
|
|
1091
|
-
][
|
|
1092
|
-
C
|
|
1093
|
-
/* @min:%2econfig */
|
|
1094
|
-
] && (L = it(L, a[
|
|
1095
|
-
v
|
|
1096
|
-
/* @min:%2ecore */
|
|
1097
|
-
][
|
|
1098
|
-
C
|
|
1099
|
-
/* @min:%2econfig */
|
|
1100
|
-
])), N) {
|
|
1101
|
-
var P = ka();
|
|
1102
|
-
if (P) {
|
|
1103
|
-
P.setTraceId(ce());
|
|
1104
|
-
var h = "_unknown_";
|
|
1105
|
-
e && e.pathname && (h = e.pathname + (e.hash || "")), P.setName(Va(a[
|
|
1106
|
-
A
|
|
1107
|
-
/* @min:%2ediagLog */
|
|
1108
|
-
](), h));
|
|
1109
|
-
}
|
|
1110
|
-
la((function(b) {
|
|
1111
|
-
a[
|
|
1112
|
-
Pt
|
|
1113
|
-
/* @min:%2etrackPageView */
|
|
1114
|
-
]({ refUri: b, properties: { duration: 0 } });
|
|
1115
|
-
}).bind(a, U), a.autoRoutePVDelay);
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1118
|
-
G(St(r, "pushState", {
|
|
1119
|
-
ns: w,
|
|
1120
|
-
rsp: function() {
|
|
1121
|
-
N && (gt(t, ft(i + "pushState")), gt(t, ft(i + "locationchange")));
|
|
1122
|
-
}
|
|
1123
|
-
}, !0)), G(St(r, "replaceState", {
|
|
1124
|
-
ns: w,
|
|
1125
|
-
rsp: function() {
|
|
1126
|
-
N && (gt(t, ft(i + "replaceState")), gt(t, ft(i + "locationchange")));
|
|
1127
|
-
}
|
|
1128
|
-
}, !0)), ra(t, i + "popstate", l, w), ra(t, i + "locationchange", S, w), q = !0;
|
|
1129
|
-
}
|
|
1130
|
-
function Aa(t, r) {
|
|
1131
|
-
a[
|
|
1132
|
-
rt
|
|
1133
|
-
/* @min:%2e_addHook */
|
|
1134
|
-
](ht(D, function() {
|
|
1135
|
-
E = D[
|
|
1136
|
-
Na
|
|
1137
|
-
/* @min:%2eenableUnhandledPromiseRejectionTracking */
|
|
1138
|
-
] === !0, d = d || D[
|
|
1139
|
-
Ht
|
|
1140
|
-
/* @min:%2eautoUnhandledPromiseInstrumented */
|
|
1141
|
-
], E && !y && (G(St(t, "onunhandledrejection", {
|
|
1142
|
-
ns: w,
|
|
1143
|
-
rsp: function(e, i) {
|
|
1144
|
-
E && e.rslt !== !0 && a._onerror(H[
|
|
1145
|
-
Lt
|
|
1146
|
-
/* @min:%2eCreateAutoException */
|
|
1147
|
-
](Pe(i), r ? r[
|
|
1148
|
-
ot
|
|
1149
|
-
/* @min:%2ehref */
|
|
1150
|
-
] : "", 0, 0, i, e.evt));
|
|
1151
|
-
}
|
|
1152
|
-
}, !1)), tt++, D[
|
|
1153
|
-
Ht
|
|
1154
|
-
/* @min:%2eautoUnhandledPromiseInstrumented */
|
|
1155
|
-
] = y = !0);
|
|
1156
|
-
}));
|
|
1157
|
-
}
|
|
1158
|
-
function M(t, r, e, i, l) {
|
|
1159
|
-
a[
|
|
1160
|
-
A
|
|
1161
|
-
/* @min:%2ediagLog */
|
|
1162
|
-
]().throwInternal(t, r, e, i, l);
|
|
1163
|
-
}
|
|
1164
|
-
function Kt() {
|
|
1165
|
-
f = null, s = null, u = null, m = null, c = null, T = null, g = !1, _ = !1, N = !1, q = !1, Z = !1, d = !1, E = !1, y = !1, x = !1, at();
|
|
1166
|
-
var t = dt();
|
|
1167
|
-
U = t && t[
|
|
1168
|
-
ot
|
|
1169
|
-
/* @min:%2ehref */
|
|
1170
|
-
] || "", a[
|
|
1171
|
-
v
|
|
1172
|
-
/* @min:%2ecore */
|
|
1173
|
-
] && a[
|
|
1174
|
-
v
|
|
1175
|
-
/* @min:%2ecore */
|
|
1176
|
-
][
|
|
1177
|
-
C
|
|
1178
|
-
/* @min:%2econfig */
|
|
1179
|
-
] && (U = it(U, a[
|
|
1180
|
-
v
|
|
1181
|
-
/* @min:%2ecore */
|
|
1182
|
-
][
|
|
1183
|
-
C
|
|
1184
|
-
/* @min:%2econfig */
|
|
1185
|
-
])), L = null, w = null, D = null, tt = 0, X(a, "config", {
|
|
1186
|
-
g: function() {
|
|
1187
|
-
return D;
|
|
1188
|
-
}
|
|
1189
|
-
});
|
|
1190
|
-
}
|
|
1191
|
-
X(a, "_pageViewManager", { g: function() {
|
|
1192
|
-
return u;
|
|
1193
|
-
} }), X(a, "_pageViewPerformanceManager", { g: function() {
|
|
1194
|
-
return m;
|
|
1195
|
-
} }), X(a, "_pageVisitTimeManager", { g: function() {
|
|
1196
|
-
return c;
|
|
1197
|
-
} }), X(a, "_evtNamespace", { g: function() {
|
|
1198
|
-
return "." + w;
|
|
1199
|
-
} });
|
|
1200
|
-
}), p;
|
|
1201
|
-
}
|
|
1202
|
-
return o.Version = "3.3.10", o;
|
|
1203
|
-
})(se)
|
|
1204
|
-
);
|
|
1205
|
-
export {
|
|
1206
|
-
Ce as A
|
|
1207
|
-
};
|