@spfx-extensions/package 1.0.0 → 1.4.10
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/LICENSE +674 -674
- package/README.md +73 -73
- package/dist/8d1029da-85e6-48cc-aaaf-37a5bbc0b9be.manifest.json +2 -2
- package/dist/d6ca1fc2-0591-4c6d-8a25-cae3262c017b.manifest.json +2 -2
- package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/ClientSideInstance.xml +8 -8
- package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/Extension_8d1029da-85e6-48cc-aaaf-37a5bbc0b9be.xml +1 -1
- package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/WebPart_d6ca1fc2-0591-4c6d-8a25-cae3262c017b.xml +1 -1
- package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/elements.xml +8 -8
- package/dist/debug/AppManifest.xml +1 -1
- package/dist/debug/ClientSideAssets/spfx-extension-application-customizer_573589b7ade1ae5f6856.js +1 -0
- package/dist/debug/ClientSideAssets/spfx-extension-core.js +2202 -1
- package/dist/debug/ClientSideAssets/spfx-extension-coreconfigurator.js +39509 -96
- package/dist/debug/ClientSideAssets/spfx-extension-loader_4a995617a213d4e73f75.js +3 -0
- package/dist/debug/ClientSideAssets/spfx-extension-wrapper.js +130 -1
- package/dist/{spfx-extensionloader-web-part_b51ed89cf71889d67683.js → debug/ClientSideAssets/spfx-extensionloader-web-part_55147723d0cc8c67815b.js} +1 -1
- package/dist/debug/ClientSideAssets.xml +1 -1
- package/dist/debug/ClientSideAssets.xml.config.xml +1 -1
- package/dist/debug/_rels/ClientSideAssets.xml.rels +1 -1
- package/dist/debug/feature_83e13c11-682e-4eaa-9ae0-74617ca28f96.xml +1 -1
- package/dist/debug/feature_83e13c11-682e-4eaa-9ae0-74617ca28f96.xml.config.xml +1 -1
- package/dist/deploy/sp-fx-extensions.sppkg +0 -0
- package/dist/spfx-extension-application-customizer_573589b7ade1ae5f6856.js +1 -0
- package/dist/spfx-extension-core.js +2202 -1
- package/dist/spfx-extension-coreconfigurator.js +39509 -96
- package/dist/spfx-extension-loader_4a995617a213d4e73f75.js +3 -0
- package/dist/spfx-extension-wrapper.js +130 -1
- package/dist/{debug/ClientSideAssets/spfx-extensionloader-web-part_b51ed89cf71889d67683.js → spfx-extensionloader-web-part_55147723d0cc8c67815b.js} +1 -1
- package/package.json +52 -52
- package/dist/debug/ClientSideAssets/spfx-extension-application-customizer_02e75437509d6228ebfb.js +0 -1
- package/dist/debug/ClientSideAssets/spfx-extension-loader_009c64efcf40eaeca598.js +0 -3
- package/dist/spfx-extension-application-customizer_02e75437509d6228ebfb.js +0 -1
- package/dist/spfx-extension-loader_009c64efcf40eaeca598.js +0 -3
package/README.md
CHANGED
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
# sp-fx-extensions
|
|
2
|
-
|
|
3
|
-
## Summary
|
|
4
|
-
|
|
5
|
-
Short summary on functionality and used technologies.
|
|
6
|
-
|
|
7
|
-
[picture of the solution in action, if possible]
|
|
8
|
-
|
|
9
|
-
## Used SharePoint Framework Version
|
|
10
|
-
|
|
11
|
-

|
|
12
|
-
|
|
13
|
-
## Applies to
|
|
14
|
-
|
|
15
|
-
- [SharePoint Framework](https://aka.ms/spfx)
|
|
16
|
-
- [Microsoft 365 tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
|
|
17
|
-
|
|
18
|
-
> Get your own free development tenant by subscribing to [Microsoft 365 developer program](http://aka.ms/o365devprogram)
|
|
19
|
-
|
|
20
|
-
## Prerequisites
|
|
21
|
-
|
|
22
|
-
> Any special pre-requisites?
|
|
23
|
-
|
|
24
|
-
## Solution
|
|
25
|
-
|
|
26
|
-
| Solution | Author(s) |
|
|
27
|
-
| ----------- | ------------------------------------------------------- |
|
|
28
|
-
| folder name | Author details (name, company, twitter alias with link) |
|
|
29
|
-
|
|
30
|
-
## Version history
|
|
31
|
-
|
|
32
|
-
| Version | Date | Comments |
|
|
33
|
-
| ------- | ---------------- | --------------- |
|
|
34
|
-
| 1.1 | March 10, 2021 | Update comment |
|
|
35
|
-
| 1.0 | January 29, 2021 | Initial release |
|
|
36
|
-
|
|
37
|
-
## Disclaimer
|
|
38
|
-
|
|
39
|
-
**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
|
|
40
|
-
|
|
41
|
-
---
|
|
42
|
-
|
|
43
|
-
## Minimal Path to Awesome
|
|
44
|
-
|
|
45
|
-
- Clone this repository
|
|
46
|
-
- Ensure that you are at the solution folder
|
|
47
|
-
- in the command-line run:
|
|
48
|
-
- **npm install**
|
|
49
|
-
- **gulp serve**
|
|
50
|
-
|
|
51
|
-
> Include any additional steps as needed.
|
|
52
|
-
|
|
53
|
-
## Features
|
|
54
|
-
|
|
55
|
-
Description of the extension that expands upon high-level summary above.
|
|
56
|
-
|
|
57
|
-
This extension illustrates the following concepts:
|
|
58
|
-
|
|
59
|
-
- topic 1
|
|
60
|
-
- topic 2
|
|
61
|
-
- topic 3
|
|
62
|
-
|
|
63
|
-
> Notice that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions advance.
|
|
64
|
-
|
|
65
|
-
> Share your web part with others through Microsoft 365 Patterns and Practices program to get visibility and exposure. More details on the community, open-source projects and other activities from http://aka.ms/m365pnp.
|
|
66
|
-
|
|
67
|
-
## References
|
|
68
|
-
|
|
69
|
-
- [Getting started with SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
|
|
70
|
-
- [Building for Microsoft teams](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview)
|
|
71
|
-
- [Use Microsoft Graph in your solution](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis)
|
|
72
|
-
- [Publish SharePoint Framework applications to the Marketplace](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/publish-to-marketplace-overview)
|
|
73
|
-
- [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) - Guidance, tooling, samples and open-source controls for your Microsoft 365 development
|
|
1
|
+
# sp-fx-extensions
|
|
2
|
+
|
|
3
|
+
## Summary
|
|
4
|
+
|
|
5
|
+
Short summary on functionality and used technologies.
|
|
6
|
+
|
|
7
|
+
[picture of the solution in action, if possible]
|
|
8
|
+
|
|
9
|
+
## Used SharePoint Framework Version
|
|
10
|
+
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
## Applies to
|
|
14
|
+
|
|
15
|
+
- [SharePoint Framework](https://aka.ms/spfx)
|
|
16
|
+
- [Microsoft 365 tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
|
|
17
|
+
|
|
18
|
+
> Get your own free development tenant by subscribing to [Microsoft 365 developer program](http://aka.ms/o365devprogram)
|
|
19
|
+
|
|
20
|
+
## Prerequisites
|
|
21
|
+
|
|
22
|
+
> Any special pre-requisites?
|
|
23
|
+
|
|
24
|
+
## Solution
|
|
25
|
+
|
|
26
|
+
| Solution | Author(s) |
|
|
27
|
+
| ----------- | ------------------------------------------------------- |
|
|
28
|
+
| folder name | Author details (name, company, twitter alias with link) |
|
|
29
|
+
|
|
30
|
+
## Version history
|
|
31
|
+
|
|
32
|
+
| Version | Date | Comments |
|
|
33
|
+
| ------- | ---------------- | --------------- |
|
|
34
|
+
| 1.1 | March 10, 2021 | Update comment |
|
|
35
|
+
| 1.0 | January 29, 2021 | Initial release |
|
|
36
|
+
|
|
37
|
+
## Disclaimer
|
|
38
|
+
|
|
39
|
+
**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Minimal Path to Awesome
|
|
44
|
+
|
|
45
|
+
- Clone this repository
|
|
46
|
+
- Ensure that you are at the solution folder
|
|
47
|
+
- in the command-line run:
|
|
48
|
+
- **npm install**
|
|
49
|
+
- **gulp serve**
|
|
50
|
+
|
|
51
|
+
> Include any additional steps as needed.
|
|
52
|
+
|
|
53
|
+
## Features
|
|
54
|
+
|
|
55
|
+
Description of the extension that expands upon high-level summary above.
|
|
56
|
+
|
|
57
|
+
This extension illustrates the following concepts:
|
|
58
|
+
|
|
59
|
+
- topic 1
|
|
60
|
+
- topic 2
|
|
61
|
+
- topic 3
|
|
62
|
+
|
|
63
|
+
> Notice that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions advance.
|
|
64
|
+
|
|
65
|
+
> Share your web part with others through Microsoft 365 Patterns and Practices program to get visibility and exposure. More details on the community, open-source projects and other activities from http://aka.ms/m365pnp.
|
|
66
|
+
|
|
67
|
+
## References
|
|
68
|
+
|
|
69
|
+
- [Getting started with SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
|
|
70
|
+
- [Building for Microsoft teams](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/build-for-teams-overview)
|
|
71
|
+
- [Use Microsoft Graph in your solution](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/using-microsoft-graph-apis)
|
|
72
|
+
- [Publish SharePoint Framework applications to the Marketplace](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/publish-to-marketplace-overview)
|
|
73
|
+
- [Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp) - Guidance, tooling, samples and open-source controls for your Microsoft 365 development
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"alias": "SpfxExtensionApplicationCustomizer",
|
|
4
4
|
"componentType": "Extension",
|
|
5
5
|
"extensionType": "ApplicationCustomizer",
|
|
6
|
-
"version": "1.4.
|
|
6
|
+
"version": "1.4.10",
|
|
7
7
|
"manifestVersion": 2,
|
|
8
8
|
"requiresCustomScript": false,
|
|
9
9
|
"loaderConfig": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"scriptResources": {
|
|
15
15
|
"spfx-extension-application-customizer": {
|
|
16
16
|
"type": "path",
|
|
17
|
-
"path": "spfx-extension-application-
|
|
17
|
+
"path": "spfx-extension-application-customizer_573589b7ade1ae5f6856.js"
|
|
18
18
|
},
|
|
19
19
|
"@microsoft/sp-application-base": {
|
|
20
20
|
"type": "component",
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "d6ca1fc2-0591-4c6d-8a25-cae3262c017b",
|
|
3
3
|
"alias": "SpfxExtensionloaderWebPart",
|
|
4
4
|
"componentType": "WebPart",
|
|
5
|
-
"version": "1.4.
|
|
5
|
+
"version": "1.4.10",
|
|
6
6
|
"manifestVersion": 2,
|
|
7
7
|
"requiresCustomScript": false,
|
|
8
8
|
"supportedHosts": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"scriptResources": {
|
|
40
40
|
"spfx-extensionloader-web-part": {
|
|
41
41
|
"type": "path",
|
|
42
|
-
"path": "spfx-extensionloader-web-
|
|
42
|
+
"path": "spfx-extensionloader-web-part_55147723d0cc8c67815b.js"
|
|
43
43
|
},
|
|
44
44
|
"@microsoft/sp-core-library": {
|
|
45
45
|
"type": "component",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
|
|
3
|
-
<ClientSideComponentInstance
|
|
4
|
-
Title="SpFxExtensionsCustomizer"
|
|
5
|
-
Location="ClientSideExtension.ApplicationCustomizer"
|
|
6
|
-
ComponentId="8d1029da-85e6-48cc-aaaf-37a5bbc0b9be"
|
|
7
|
-
Properties="">
|
|
8
|
-
</ClientSideComponentInstance>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
|
|
3
|
+
<ClientSideComponentInstance
|
|
4
|
+
Title="SpFxExtensionsCustomizer"
|
|
5
|
+
Location="ClientSideExtension.ApplicationCustomizer"
|
|
6
|
+
ComponentId="8d1029da-85e6-48cc-aaaf-37a5bbc0b9be"
|
|
7
|
+
Properties="">
|
|
8
|
+
</ClientSideComponentInstance>
|
|
9
9
|
</Elements>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><Elements xmlns="http://schemas.microsoft.com/sharepoint/"><ClientSideComponent Name="SpfxExtensionApplicationCustomizer" Id="8d1029da-85e6-48cc-aaaf-37a5bbc0b9be" ComponentManifest="{"id":"8d1029da-85e6-48cc-aaaf-37a5bbc0b9be","alias":"SpfxExtensionApplicationCustomizer","componentType":"Extension","extensionType":"ApplicationCustomizer","version":"1.4.
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><Elements xmlns="http://schemas.microsoft.com/sharepoint/"><ClientSideComponent Name="SpfxExtensionApplicationCustomizer" Id="8d1029da-85e6-48cc-aaaf-37a5bbc0b9be" ComponentManifest="{"id":"8d1029da-85e6-48cc-aaaf-37a5bbc0b9be","alias":"SpfxExtensionApplicationCustomizer","componentType":"Extension","extensionType":"ApplicationCustomizer","version":"1.4.10","manifestVersion":2,"loaderConfig":{"internalModuleBaseUrls":["HTTPS://SPCLIENTSIDEASSETLIBRARY/"],"entryModuleId":"spfx-extension-application-customizer","scriptResources":{"spfx-extension-application-customizer":{"type":"path","path":"spfx-extension-application-customizer_573589b7ade1ae5f6856.js"},"@microsoft/sp-application-base":{"type":"component","id":"4df9bb86-ab0a-4aab-ab5f-48bf167048fb","version":"1.21.0"}}}}" Type="Extension"></ClientSideComponent></Elements>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><Elements xmlns="http://schemas.microsoft.com/sharepoint/"><ClientSideComponent Name="SPFx Extension Loader" Id="d6ca1fc2-0591-4c6d-8a25-cae3262c017b" ComponentManifest="{"id":"d6ca1fc2-0591-4c6d-8a25-cae3262c017b","alias":"SpfxExtensionloaderWebPart","componentType":"WebPart","version":"1.4.
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><Elements xmlns="http://schemas.microsoft.com/sharepoint/"><ClientSideComponent Name="SPFx Extension Loader" Id="d6ca1fc2-0591-4c6d-8a25-cae3262c017b" ComponentManifest="{"id":"d6ca1fc2-0591-4c6d-8a25-cae3262c017b","alias":"SpfxExtensionloaderWebPart","componentType":"WebPart","version":"1.4.10","manifestVersion":2,"supportedHosts":["SharePointWebPart","TeamsPersonalApp","TeamsTab","SharePointFullPage"],"supportsThemeVariants":true,"supportsFullBleed":true,"preconfiguredEntries":[{"groupId":"5c03119e-3074-46fd-976b-c60198311f70","group":{"default":"Advanced"},"title":{"default":"SPFx Extension Loader"},"description":{"default":"Allows you to add a custom developed app"},"officeFabricIconFontName":"Page","properties":{"description":"Select an app to load from the dropdown below"}}],"loaderConfig":{"internalModuleBaseUrls":["HTTPS://SPCLIENTSIDEASSETLIBRARY/"],"entryModuleId":"spfx-extensionloader-web-part","scriptResources":{"spfx-extensionloader-web-part":{"type":"path","path":"spfx-extensionloader-web-part_55147723d0cc8c67815b.js"},"@microsoft/sp-core-library":{"type":"component","id":"7263c7d0-1d6a-45ec-8d85-d4d1d234171b","version":"1.21.0"},"@microsoft/sp-property-pane":{"type":"component","id":"f9e737b7-f0df-4597-ba8c-3060f82380db","version":"1.21.0"},"@microsoft/sp-webpart-base":{"type":"component","id":"974a7777-0990-4136-8fa6-95d80114c2e0","version":"1.21.0"}}}}" Type="WebPart"></ClientSideComponent><Module Name="SPFx Extension Loader" Url="_catalogs/wp" List="113"></Module></Elements>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
|
|
3
|
-
<CustomAction
|
|
4
|
-
Title="SpFxExtensionsCustomizer"
|
|
5
|
-
Location="ClientSideExtension.ApplicationCustomizer"
|
|
6
|
-
ClientSideComponentId="8d1029da-85e6-48cc-aaaf-37a5bbc0b9be"
|
|
7
|
-
ClientSideComponentProperties="">
|
|
8
|
-
</CustomAction>
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
|
|
3
|
+
<CustomAction
|
|
4
|
+
Title="SpFxExtensionsCustomizer"
|
|
5
|
+
Location="ClientSideExtension.ApplicationCustomizer"
|
|
6
|
+
ClientSideComponentId="8d1029da-85e6-48cc-aaaf-37a5bbc0b9be"
|
|
7
|
+
ClientSideComponentProperties="">
|
|
8
|
+
</CustomAction>
|
|
9
9
|
</Elements>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest" Name="SPFx Extensions" ProductID="7d56fff0-e90e-40a7-98cf-fcdbc63a9b01" SharePointMinVersion="16.0.0.0" IsClientSideSolution="true" Version="1.4.
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest" Name="SPFx Extensions" ProductID="7d56fff0-e90e-40a7-98cf-fcdbc63a9b01" SharePointMinVersion="16.0.0.0" IsClientSideSolution="true" Version="1.4.10.0" SkipFeatureDeployment="true" IsDomainIsolated="false"><Properties><Title>SPFx Extensions</Title><DeveloperProperties>{"name":"SPWizard01","websiteUrl":"https://github.com/SPWizard01/spfx-extensions","privacyUrl":"https://github.com/SPWizard01/spfx-extensions/blob/main/README.md","termsOfUseUrl":"https://github.com/SPWizard01/spfx-extensions/blob/main/LICENSE","mpnId":"Undefined-1.21.0"}</DeveloperProperties><ShortDescription><LocalizedString CultureName="default">SPFxExtensions App allows you to develop framework agnostic apps.</LocalizedString></ShortDescription><LongDescription><LocalizedString CultureName="default">SPFxExtensions App is a SharePoint Framework (SPFx) extension that allows developers to create framework-agnostic applications. This solution provides a streamlined way to deploy extensions and client-side components, enhancing the functionality and user experience of SharePoint sites. With this extension, developers can easily integrate their custom solutions into SharePoint, leveraging the power of SPFx to build robust and scalable applications.</LocalizedString></LongDescription><CategoryID>Content management,Productivity,Site Design</CategoryID><Screenshots></Screenshots></Properties></App>
|
package/dist/debug/ClientSideAssets/spfx-extension-application-customizer_573589b7ade1ae5f6856.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(()=>{var e=document.currentScript;define("8d1029da-85e6-48cc-aaaf-37a5bbc0b9be_1.4.10",["@microsoft/sp-application-base"],t=>(()=>{"use strict";var n,a,i,r={841:e=>{e.exports=t}},o={};function s(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={exports:{}};return r[e](n,n.exports,s),n.exports}s.m=r,s.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return s.d(t,{a:t}),t},s.d=(e,t)=>{for(var n in t)s.o(t,n)&&!s.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},s.f={},s.e=e=>Promise.all(Object.keys(s.f).reduce((t,n)=>(s.f[n](e,t),t),[])),s.u=e=>"spfx-extension-loader_4a995617a213d4e73f75.js",s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n={},a="03926a90ca7f69f4db4b5548c00e9017:",s.l=(e,t,i,r)=>{if(n[e])n[e].push(t);else{var o,c;if(void 0!==i)for(var d=document.getElementsByTagName("script"),l=0;l<d.length;l++){var u=d[l];if(u.getAttribute("src")==e||u.getAttribute("data-webpack")==a+i){o=u;break}}o||(c=!0,(o=document.createElement("script")).charset="utf-8",o.timeout=120,s.nc&&o.setAttribute("nonce",s.nc),o.setAttribute("data-webpack",a+i),o.src=e,0!==o.src.indexOf(window.location.origin+"/")&&(o.crossOrigin="anonymous")),n[e]=[t];var f=(t,a)=>{o.onerror=o.onload=null,clearTimeout(p);var i=n[e];if(delete n[e],o.parentNode&&o.parentNode.removeChild(o),i&&i.forEach(e=>e(a)),t)return t(a)},p=setTimeout(f.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=f.bind(null,o.onerror),o.onload=f.bind(null,o.onload),c&&document.head.appendChild(o)}},s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i=e?e.src:"",s.p=i.slice(0,i.lastIndexOf("/")+1),(()=>{var e={39:0};s.f.j=(t,n)=>{var a=s.o(e,t)?e[t]:void 0;if(0!==a)if(a)n.push(a[2]);else{var i=new Promise((n,i)=>a=e[t]=[n,i]);n.push(a[2]=i);var r=s.p+s.u(t),o=new Error;s.l(r,n=>{if(s.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var i=n&&("load"===n.type?"missing":n.type),r=n&&n.target&&n.target.src;o.message="Loading chunk "+t+" failed.\n("+i+": "+r+")",o.name="ChunkLoadError",o.type=i,o.request=r,a[1](o)}},"chunk-"+t,t)}};var t=(t,n)=>{var a,i,[r,o,c]=n,d=0;if(r.some(t=>0!==e[t])){for(a in o)s.o(o,a)&&(s.m[a]=o[a]);c&&c(s)}for(t&&t(n);d<r.length;d++)i=r[d],s.o(e,i)&&e[i]&&e[i][0](),e[i]=0},n=self.webpackJsonp_03926a90ca7f69f4db4b5548c00e9017=self.webpackJsonp_03926a90ca7f69f4db4b5548c00e9017||[];n.forEach(t.bind(null,0)),n.push=t.bind(null,n.push.bind(n))})();var c={};return(()=>{s.r(c),s.d(c,{default:()=>t});var e=s(841);class t extends e.BaseApplicationCustomizer{async onInit(){const{initCore:e}=await s.e(548).then(s.bind(s,364));await e("SharePoint",this.context.placeholderProvider,this)}async onPlaceholdersChanged(e){const{initCore:t}=await s.e(548).then(s.bind(s,364));await t("SharePoint",this.context.placeholderProvider,this),window.__SPFxExtensions.Apps.forEach(t=>{t.instances.forEach(t=>{t.executeListeners("onPlaceholdersChanged",e)})})}onDispose(){window.__SPFxExtensions?.Apps?.forEach(e=>{e.instances.forEach(e=>{e.executeListeners("onAppCustomizerDisposed",void 0)})})}}})(),c})())})();
|