@spfx-extensions/package 1.6.1 → 1.6.3

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.
Files changed (81) hide show
  1. package/.npmignore +16 -16
  2. package/.nvmrc +1 -1
  3. package/LICENSE +674 -674
  4. package/README.md +166 -166
  5. package/config/config-scripts/rename-solution.mjs +22 -0
  6. package/config/config-scripts/update-version.mjs +23 -0
  7. package/config/config-scripts/webpack-patch.mjs +134 -0
  8. package/config/config.json +27 -27
  9. package/config/deploy-azure-storage.json +6 -6
  10. package/config/heft.json +58 -0
  11. package/config/package-solution.json +3 -3
  12. package/config/rig.json +7 -0
  13. package/config/sass.json +3 -2
  14. package/config/serve.json +18 -18
  15. package/config/typescript.json +7 -0
  16. package/config/webpack-patch.json +6 -0
  17. package/config/write-manifests.json +3 -3
  18. package/dist/8d1029da-85e6-48cc-aaaf-37a5bbc0b9be.manifest.json +3 -3
  19. package/dist/d6ca1fc2-0591-4c6d-8a25-cae3262c017b.manifest.json +6 -6
  20. package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/ClientSideInstance.xml +8 -8
  21. package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/Extension_8d1029da-85e6-48cc-aaaf-37a5bbc0b9be.xml +1 -1
  22. package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/WebPart_d6ca1fc2-0591-4c6d-8a25-cae3262c017b.xml +1 -1
  23. package/dist/debug/83e13c11-682e-4eaa-9ae0-74617ca28f96/elements.xml +8 -8
  24. package/dist/debug/AppManifest.xml +1 -1
  25. package/dist/debug/ClientSideAssets/spfx-extension-application-customizer_a3a347c8bd029396ec50.js +2 -0
  26. package/dist/debug/ClientSideAssets/spfx-extensionloader-web-part_3b393b3ec530c336b801.js +2 -0
  27. package/dist/debug/ClientSideAssets/spfx-extensions-classiccustomaction.js +1 -0
  28. package/dist/debug/ClientSideAssets/spfx-extensions-classicwrapper.js +1 -0
  29. package/dist/debug/ClientSideAssets/spfx-extensions-core.js +1 -0
  30. package/dist/debug/ClientSideAssets/spfx-extensions-coreconfigurator.js +175 -0
  31. package/dist/debug/ClientSideAssets/spfx-extensions-loader_6e8eb68a4b27d7c6f742.js +2 -0
  32. package/dist/debug/ClientSideAssets.xml +1 -1
  33. package/dist/debug/ClientSideAssets.xml.config.xml +1 -1
  34. package/dist/debug/_rels/AppManifest.xml.rels +1 -1
  35. package/dist/debug/_rels/ClientSideAssets.xml.rels +1 -1
  36. package/dist/debug/feature_83e13c11-682e-4eaa-9ae0-74617ca28f96.xml +1 -1
  37. package/dist/debug/feature_83e13c11-682e-4eaa-9ae0-74617ca28f96.xml.config.xml +1 -1
  38. package/dist/deploy/sp-fx-extensions.sppkg +0 -0
  39. package/dist/spfx-extension-application-customizer_a3a347c8bd029396ec50.js +2 -0
  40. package/dist/spfx-extensionloader-web-part_3b393b3ec530c336b801.js +2 -0
  41. package/dist/spfx-extensions-classiccustomaction.js +1 -0
  42. package/dist/spfx-extensions-classicwrapper.js +1 -0
  43. package/dist/spfx-extensions-core.js +1 -0
  44. package/dist/spfx-extensions-coreconfigurator.js +175 -0
  45. package/dist/spfx-extensions-loader_6e8eb68a4b27d7c6f742.js +2 -0
  46. package/gulpfile.js +80 -196
  47. package/package.json +68 -63
  48. package/sharepoint/assets/ClientSideInstance.xml +8 -8
  49. package/sharepoint/assets/elements.xml +8 -8
  50. package/src/@types/globals.d.ts +17 -14
  51. package/src/extensions/spfxExtension/SpfxExtensionApplicationCustomizer.manifest.json +17 -17
  52. package/src/extensions/spfxExtension/SpfxExtensionApplicationCustomizer.ts +70 -70
  53. package/src/extensions/spfxExtension/loc/en-us.js +4 -4
  54. package/src/extensions/spfxExtension/loc/myStrings.d.ts +8 -8
  55. package/src/index.ts +1 -1
  56. package/src/services/initCoreService.ts +68 -60
  57. package/src/utilities/constants.ts +3 -3
  58. package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.manifest.json +34 -34
  59. package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.module.scss +185 -185
  60. package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.ts +767 -767
  61. package/src/webparts/spfxExtensionloader/ai.json +38 -0
  62. package/src/webparts/spfxExtensionloader/loc/en-us.js +15 -15
  63. package/src/webparts/spfxExtensionloader/loc/mystrings.d.ts +19 -19
  64. package/tsconfig.json +25 -25
  65. package/dist/debug/ClientSideAssets/spfx-extension-application-customizer_4ec7a7e885824c810f4a.js +0 -2
  66. package/dist/debug/ClientSideAssets/spfx-extension-core.js +0 -1
  67. package/dist/debug/ClientSideAssets/spfx-extension-coreconfigurator.js +0 -175
  68. package/dist/debug/ClientSideAssets/spfx-extension-loader_a8e9e98c65f5ffdfbd2f.js +0 -2
  69. package/dist/debug/ClientSideAssets/spfx-extension-wrapper.js +0 -1
  70. package/dist/debug/ClientSideAssets/spfx-extensionloader-web-part_02ffe17119fb99560692.js +0 -3
  71. package/dist/spfx-extension-application-customizer_4ec7a7e885824c810f4a.js +0 -2
  72. package/dist/spfx-extension-core.js +0 -1
  73. package/dist/spfx-extension-coreconfigurator.js +0 -175
  74. package/dist/spfx-extension-loader_a8e9e98c65f5ffdfbd2f.js +0 -2
  75. package/dist/spfx-extension-wrapper.js +0 -1
  76. package/dist/spfx-extensionloader-web-part_02ffe17119fb99560692.js +0 -3
  77. package/src/webparts/spfxExtensionloader/SpfxExtensionloaderWebPart.module.scss.ts +0 -24
  78. /package/dist/debug/ClientSideAssets/{3be36e80-4431-4b52-99c5-0a339b4e696e_color.png → d6ca1fc2-0591-4c6d-8a25-cae3262c017b_color.png} +0 -0
  79. /package/dist/debug/ClientSideAssets/{3be36e80-4431-4b52-99c5-0a339b4e696e_outline.png → d6ca1fc2-0591-4c6d-8a25-cae3262c017b_outline.png} +0 -0
  80. /package/teams/{3be36e80-4431-4b52-99c5-0a339b4e696e_color.png → d6ca1fc2-0591-4c6d-8a25-cae3262c017b_color.png} +0 -0
  81. /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
+ }