@spfx-extensions/package 1.6.2 → 1.6.5
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/.npmignore +16 -16
- package/.nvmrc +1 -1
- package/LICENSE +674 -674
- package/README.md +166 -166
- package/config/config-scripts/rename-solution.mjs +19 -0
- package/config/config-scripts/update-version.mjs +23 -0
- package/config/config-scripts/webpack-patch.mjs +134 -0
- package/config/config.json +27 -27
- package/config/deploy-azure-storage.json +6 -6
- package/config/heft.json +58 -0
- package/config/package-solution.json +3 -3
- package/config/rig.json +7 -0
- package/config/sass.json +3 -2
- package/config/serve.json +18 -18
- package/config/typescript.json +7 -0
- package/config/webpack-patch.json +6 -0
- package/config/write-manifests.json +3 -3
- package/dist/8d1029da-85e6-48cc-aaaf-37a5bbc0b9be.manifest.json +3 -3
- package/dist/d6ca1fc2-0591-4c6d-8a25-cae3262c017b.manifest.json +6 -6
- 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_5b1b100aec47d72d7987.js +2 -0
- package/dist/debug/ClientSideAssets/spfx-extensionloader-web-part_2268d0967478752fd3d9.js +2 -0
- package/dist/debug/ClientSideAssets/spfx-extensions-classiccustomaction.js +1 -0
- package/dist/debug/ClientSideAssets/spfx-extensions-classicwrapper.js +1 -0
- package/dist/debug/ClientSideAssets/spfx-extensions-core.js +1 -0
- package/dist/debug/ClientSideAssets/spfx-extensions-coreconfigurator.js +175 -0
- package/dist/debug/ClientSideAssets/spfx-extensions-loader_ddc8f623e76ec6c32de9.js +2 -0
- package/dist/debug/ClientSideAssets.xml +1 -1
- package/dist/debug/ClientSideAssets.xml.config.xml +1 -1
- package/dist/debug/_rels/AppManifest.xml.rels +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_5b1b100aec47d72d7987.js +2 -0
- package/dist/spfx-extensionloader-web-part_2268d0967478752fd3d9.js +2 -0
- package/dist/spfx-extensions-classiccustomaction.js +1 -0
- package/dist/spfx-extensions-classicwrapper.js +1 -0
- package/dist/spfx-extensions-core.js +1 -0
- package/dist/spfx-extensions-coreconfigurator.js +175 -0
- package/dist/spfx-extensions-loader_ddc8f623e76ec6c32de9.js +2 -0
- package/gulpfile.js +80 -196
- package/package.json +68 -63
- package/sharepoint/assets/ClientSideInstance.xml +8 -8
- package/sharepoint/assets/elements.xml +8 -8
- package/src/@types/globals.d.ts +17 -14
- package/src/extensions/spfxExtension/SpfxExtensionApplicationCustomizer.manifest.json +17 -17
- package/src/extensions/spfxExtension/SpfxExtensionApplicationCustomizer.ts +70 -70
- package/src/extensions/spfxExtension/loc/en-us.js +4 -4
- package/src/extensions/spfxExtension/loc/myStrings.d.ts +8 -8
- package/src/index.ts +1 -1
- package/src/services/initCoreService.ts +68 -60
- package/src/utilities/constants.ts +3 -3
- package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.manifest.json +34 -34
- package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.module.scss +185 -185
- package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.ts +767 -767
- package/src/webparts/spfxExtensionloader/ai.json +37 -37
- package/src/webparts/spfxExtensionloader/loc/en-us.js +15 -15
- package/src/webparts/spfxExtensionloader/loc/mystrings.d.ts +19 -19
- package/tsconfig.json +25 -25
- package/dist/debug/ClientSideAssets/spfx-extension-application-customizer_2f30086b4bcdf92ad9a2.js +0 -2
- package/dist/debug/ClientSideAssets/spfx-extension-core.js +0 -1
- package/dist/debug/ClientSideAssets/spfx-extension-coreconfigurator.js +0 -175
- package/dist/debug/ClientSideAssets/spfx-extension-loader_b4583689ca9ee8de6592.js +0 -2
- package/dist/debug/ClientSideAssets/spfx-extension-wrapper.js +0 -1
- package/dist/debug/ClientSideAssets/spfx-extensionloader-web-part_e3a6a93dc899524b9f3f.js +0 -3
- package/dist/spfx-extension-application-customizer_2f30086b4bcdf92ad9a2.js +0 -2
- package/dist/spfx-extension-core.js +0 -1
- package/dist/spfx-extension-coreconfigurator.js +0 -175
- package/dist/spfx-extension-loader_b4583689ca9ee8de6592.js +0 -2
- package/dist/spfx-extension-wrapper.js +0 -1
- package/dist/spfx-extensionloader-web-part_e3a6a93dc899524b9f3f.js +0 -3
- package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.module.scss.ts +0 -24
- /package/dist/debug/ClientSideAssets/{3be36e80-4431-4b52-99c5-0a339b4e696e_color.png → d6ca1fc2-0591-4c6d-8a25-cae3262c017b_color.png} +0 -0
- /package/dist/debug/ClientSideAssets/{3be36e80-4431-4b52-99c5-0a339b4e696e_outline.png → d6ca1fc2-0591-4c6d-8a25-cae3262c017b_outline.png} +0 -0
- /package/teams/{3be36e80-4431-4b52-99c5-0a339b4e696e_color.png → d6ca1fc2-0591-4c6d-8a25-cae3262c017b_color.png} +0 -0
- /package/teams/{3be36e80-4431-4b52-99c5-0a339b4e696e_outline.png → d6ca1fc2-0591-4c6d-8a25-cae3262c017b_outline.png} +0 -0
|
@@ -1,185 +1,185 @@
|
|
|
1
|
-
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
|
|
2
|
-
|
|
3
|
-
.spfxExtensionloader {
|
|
4
|
-
overflow: hidden;
|
|
5
|
-
padding: 1em;
|
|
6
|
-
color: "[theme:bodyText, default: #323130]";
|
|
7
|
-
color: var(--bodyText);
|
|
8
|
-
&.teams {
|
|
9
|
-
font-family: $ms-font-family-fallbacks;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.welcome {
|
|
14
|
-
text-align: center;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.welcomeImage {
|
|
18
|
-
width: 100%;
|
|
19
|
-
max-width: 420px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.links {
|
|
23
|
-
a {
|
|
24
|
-
text-decoration: none;
|
|
25
|
-
color: "[theme:link, default:#03787c]";
|
|
26
|
-
color: var(--link); // note: CSS Custom Properties support is limited to modern browsers only
|
|
27
|
-
|
|
28
|
-
&:hover {
|
|
29
|
-
text-decoration: underline;
|
|
30
|
-
color: "[theme:linkHovered, default: #014446]";
|
|
31
|
-
color: var(--linkHovered); // note: CSS Custom Properties support is limited to modern browsers only
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.SPFxExtensionApp {
|
|
37
|
-
.loader {
|
|
38
|
-
width: 28px;
|
|
39
|
-
height: 28px;
|
|
40
|
-
border: 2px solid #003755;
|
|
41
|
-
border-bottom-color: #009fda;
|
|
42
|
-
border-radius: 50%;
|
|
43
|
-
display: inline-block;
|
|
44
|
-
box-sizing: border-box;
|
|
45
|
-
animation: rotation 1s linear infinite;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
@keyframes rotation {
|
|
49
|
-
0% {
|
|
50
|
-
transform: rotate(0deg);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
100% {
|
|
54
|
-
transform: rotate(360deg);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.buttonLoader {
|
|
59
|
-
height: 80px;
|
|
60
|
-
width: 120px;
|
|
61
|
-
border: none;
|
|
62
|
-
display: flex;
|
|
63
|
-
align-items: center;
|
|
64
|
-
justify-content: center;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.shimmerShine {
|
|
68
|
-
height: 80px;
|
|
69
|
-
width: 120px;
|
|
70
|
-
border: none;
|
|
71
|
-
background: #f6f7f8;
|
|
72
|
-
background-image: linear-gradient(
|
|
73
|
-
to right,
|
|
74
|
-
#f6f7f8 0%,
|
|
75
|
-
#edeef1 20%,
|
|
76
|
-
#f6f7f8 40%,
|
|
77
|
-
#f6f7f8 100%
|
|
78
|
-
);
|
|
79
|
-
background-repeat: no-repeat;
|
|
80
|
-
background-size: 200px 80px;
|
|
81
|
-
display: block;
|
|
82
|
-
position: relative;
|
|
83
|
-
|
|
84
|
-
-webkit-animation-duration: 1s;
|
|
85
|
-
-webkit-animation-fill-mode: forwards;
|
|
86
|
-
-webkit-animation-iteration-count: infinite;
|
|
87
|
-
-webkit-animation-name: placeholderShimmer;
|
|
88
|
-
-webkit-animation-timing-function: linear;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
@-webkit-keyframes placeholderShimmer {
|
|
92
|
-
0% {
|
|
93
|
-
background-position: -80px 0;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
100% {
|
|
97
|
-
background-position: 120px 0;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@keyframes placeholderShimmer {
|
|
102
|
-
0% {
|
|
103
|
-
background-position: -80px 0;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
100% {
|
|
107
|
-
background-position: 120px 0;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
.applicationListSection {
|
|
111
|
-
text-align: center;
|
|
112
|
-
min-height: 320px;
|
|
113
|
-
justify-content: center;
|
|
114
|
-
display: -ms-flexbox;
|
|
115
|
-
display: flex;
|
|
116
|
-
-ms-flex-direction: column;
|
|
117
|
-
flex-direction: column;
|
|
118
|
-
flex-wrap: wrap;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.header {
|
|
122
|
-
color: #242424;
|
|
123
|
-
font-weight: 600;
|
|
124
|
-
letter-spacing: 1px;
|
|
125
|
-
line-height: 32px;
|
|
126
|
-
padding: 0 12px;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.icon {
|
|
130
|
-
font-size: 28px;
|
|
131
|
-
height: 28px;
|
|
132
|
-
line-height: 28px;
|
|
133
|
-
min-width: 28px;
|
|
134
|
-
width: 28px;
|
|
135
|
-
font-style: normal;
|
|
136
|
-
> svg {
|
|
137
|
-
width: 100%;
|
|
138
|
-
height: auto;
|
|
139
|
-
}
|
|
140
|
-
> img {
|
|
141
|
-
width: 100%;
|
|
142
|
-
height: auto;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.iconFont {
|
|
147
|
-
background-color: #f6f7f8;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.appButtonsContainer {
|
|
151
|
-
display: flex;
|
|
152
|
-
height: 100%;
|
|
153
|
-
flex-wrap: wrap;
|
|
154
|
-
justify-content: center;
|
|
155
|
-
align-items: center;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.appButtonsWrapper {
|
|
159
|
-
width: 100%;
|
|
160
|
-
height: 100%;
|
|
161
|
-
box-sizing: border-box;
|
|
162
|
-
display: -ms-flexbox;
|
|
163
|
-
display: flex;
|
|
164
|
-
-ms-flex-direction: column;
|
|
165
|
-
flex-direction: column;
|
|
166
|
-
-ms-flex-pack: start;
|
|
167
|
-
justify-content: flex-start;
|
|
168
|
-
-ms-flex-align: center;
|
|
169
|
-
align-items: center;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.appButton {
|
|
173
|
-
height: 80px;
|
|
174
|
-
width: 120px;
|
|
175
|
-
border: none;
|
|
176
|
-
background-color: unset;
|
|
177
|
-
display: flex;
|
|
178
|
-
flex-direction: column;
|
|
179
|
-
align-items: center;
|
|
180
|
-
padding-top: 14px;
|
|
181
|
-
&:hover {
|
|
182
|
-
background-color: #c8e3fa;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|
|
1
|
+
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
|
|
2
|
+
|
|
3
|
+
.spfxExtensionloader {
|
|
4
|
+
overflow: hidden;
|
|
5
|
+
padding: 1em;
|
|
6
|
+
color: "[theme:bodyText, default: #323130]";
|
|
7
|
+
color: var(--bodyText);
|
|
8
|
+
&.teams {
|
|
9
|
+
font-family: $ms-font-family-fallbacks;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.welcome {
|
|
14
|
+
text-align: center;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.welcomeImage {
|
|
18
|
+
width: 100%;
|
|
19
|
+
max-width: 420px;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.links {
|
|
23
|
+
a {
|
|
24
|
+
text-decoration: none;
|
|
25
|
+
color: "[theme:link, default:#03787c]";
|
|
26
|
+
color: var(--link); // note: CSS Custom Properties support is limited to modern browsers only
|
|
27
|
+
|
|
28
|
+
&:hover {
|
|
29
|
+
text-decoration: underline;
|
|
30
|
+
color: "[theme:linkHovered, default: #014446]";
|
|
31
|
+
color: var(--linkHovered); // note: CSS Custom Properties support is limited to modern browsers only
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.SPFxExtensionApp {
|
|
37
|
+
.loader {
|
|
38
|
+
width: 28px;
|
|
39
|
+
height: 28px;
|
|
40
|
+
border: 2px solid #003755;
|
|
41
|
+
border-bottom-color: #009fda;
|
|
42
|
+
border-radius: 50%;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
animation: rotation 1s linear infinite;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@keyframes rotation {
|
|
49
|
+
0% {
|
|
50
|
+
transform: rotate(0deg);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
100% {
|
|
54
|
+
transform: rotate(360deg);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.buttonLoader {
|
|
59
|
+
height: 80px;
|
|
60
|
+
width: 120px;
|
|
61
|
+
border: none;
|
|
62
|
+
display: flex;
|
|
63
|
+
align-items: center;
|
|
64
|
+
justify-content: center;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.shimmerShine {
|
|
68
|
+
height: 80px;
|
|
69
|
+
width: 120px;
|
|
70
|
+
border: none;
|
|
71
|
+
background: #f6f7f8;
|
|
72
|
+
background-image: linear-gradient(
|
|
73
|
+
to right,
|
|
74
|
+
#f6f7f8 0%,
|
|
75
|
+
#edeef1 20%,
|
|
76
|
+
#f6f7f8 40%,
|
|
77
|
+
#f6f7f8 100%
|
|
78
|
+
);
|
|
79
|
+
background-repeat: no-repeat;
|
|
80
|
+
background-size: 200px 80px;
|
|
81
|
+
display: block;
|
|
82
|
+
position: relative;
|
|
83
|
+
|
|
84
|
+
-webkit-animation-duration: 1s;
|
|
85
|
+
-webkit-animation-fill-mode: forwards;
|
|
86
|
+
-webkit-animation-iteration-count: infinite;
|
|
87
|
+
-webkit-animation-name: placeholderShimmer;
|
|
88
|
+
-webkit-animation-timing-function: linear;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
@-webkit-keyframes placeholderShimmer {
|
|
92
|
+
0% {
|
|
93
|
+
background-position: -80px 0;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
100% {
|
|
97
|
+
background-position: 120px 0;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@keyframes placeholderShimmer {
|
|
102
|
+
0% {
|
|
103
|
+
background-position: -80px 0;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
100% {
|
|
107
|
+
background-position: 120px 0;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
.applicationListSection {
|
|
111
|
+
text-align: center;
|
|
112
|
+
min-height: 320px;
|
|
113
|
+
justify-content: center;
|
|
114
|
+
display: -ms-flexbox;
|
|
115
|
+
display: flex;
|
|
116
|
+
-ms-flex-direction: column;
|
|
117
|
+
flex-direction: column;
|
|
118
|
+
flex-wrap: wrap;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.header {
|
|
122
|
+
color: #242424;
|
|
123
|
+
font-weight: 600;
|
|
124
|
+
letter-spacing: 1px;
|
|
125
|
+
line-height: 32px;
|
|
126
|
+
padding: 0 12px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.icon {
|
|
130
|
+
font-size: 28px;
|
|
131
|
+
height: 28px;
|
|
132
|
+
line-height: 28px;
|
|
133
|
+
min-width: 28px;
|
|
134
|
+
width: 28px;
|
|
135
|
+
font-style: normal;
|
|
136
|
+
> svg {
|
|
137
|
+
width: 100%;
|
|
138
|
+
height: auto;
|
|
139
|
+
}
|
|
140
|
+
> img {
|
|
141
|
+
width: 100%;
|
|
142
|
+
height: auto;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.iconFont {
|
|
147
|
+
background-color: #f6f7f8;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.appButtonsContainer {
|
|
151
|
+
display: flex;
|
|
152
|
+
height: 100%;
|
|
153
|
+
flex-wrap: wrap;
|
|
154
|
+
justify-content: center;
|
|
155
|
+
align-items: center;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.appButtonsWrapper {
|
|
159
|
+
width: 100%;
|
|
160
|
+
height: 100%;
|
|
161
|
+
box-sizing: border-box;
|
|
162
|
+
display: -ms-flexbox;
|
|
163
|
+
display: flex;
|
|
164
|
+
-ms-flex-direction: column;
|
|
165
|
+
flex-direction: column;
|
|
166
|
+
-ms-flex-pack: start;
|
|
167
|
+
justify-content: flex-start;
|
|
168
|
+
-ms-flex-align: center;
|
|
169
|
+
align-items: center;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.appButton {
|
|
173
|
+
height: 80px;
|
|
174
|
+
width: 120px;
|
|
175
|
+
border: none;
|
|
176
|
+
background-color: unset;
|
|
177
|
+
display: flex;
|
|
178
|
+
flex-direction: column;
|
|
179
|
+
align-items: center;
|
|
180
|
+
padding-top: 14px;
|
|
181
|
+
&:hover {
|
|
182
|
+
background-color: #c8e3fa;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|