@microsoft/generator-sharepoint 1.17.0-beta.1 → 1.17.0-beta.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.
- package/lib/common/ServeJsonManager.js +1 -1
- package/lib/common/bundles-versions.json +1 -1
- package/lib/common/dependencies.json +57 -57
- package/lib/generators/adaptiveCardExtension/templates/manifestTemplate/baseTemplate/{componentClassName}.manifest.json +1 -1
- package/lib/generators/adaptiveCardExtension/templates/manifestTemplate/imageTemplate/{componentClassName}.manifest.json +2 -2
- package/lib/generators/applicationCustomizer/index.js +1 -1
- package/lib/generators/commandSet/index.js +1 -1
- package/lib/generators/component/templates/eslint/.eslintrc.js +1 -1
- package/lib/generators/fieldCustomizer/index.js +1 -1
- package/lib/generators/formCustomizer/index.js +3 -3
- package/lib/generators/searchQueryModifier/index.js +1 -1
- package/lib/generators/solution/templates/base/config/serve.json +1 -1
- package/lib/generators/solution/templates/gulp/.vscode/launch.json +2 -2
- package/package.json +5 -5
- package/lib/generators/adaptiveCardExtension/templates/base/assets/SharePointLogo.svg +0 -8
|
@@ -65,7 +65,7 @@ class ServeJsonManager extends JsonManager_1.JsonManager {
|
|
|
65
65
|
}
|
|
66
66
|
setUpForWebParts() {
|
|
67
67
|
_.merge(this.data, {
|
|
68
|
-
initialPage: 'https://
|
|
68
|
+
initialPage: 'https://{tenantDomain}/_layouts/workbench.aspx',
|
|
69
69
|
https: true
|
|
70
70
|
});
|
|
71
71
|
}
|
|
@@ -2,30 +2,30 @@
|
|
|
2
2
|
"adaptiveCardExtension": {
|
|
3
3
|
"standard": {
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
6
|
-
"@microsoft/sp-property-pane": "1.17.0-beta.
|
|
7
|
-
"@microsoft/sp-adaptive-card-extension-base": "1.17.0-beta.
|
|
5
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
6
|
+
"@microsoft/sp-property-pane": "1.17.0-beta.3",
|
|
7
|
+
"@microsoft/sp-adaptive-card-extension-base": "1.17.0-beta.3"
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
10
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"plusBeta": {
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
16
|
-
"@microsoft/sp-property-pane": "1.17.0-beta.
|
|
17
|
-
"@microsoft/sp-adaptive-card-extension-base": "1.17.0-beta.
|
|
15
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
16
|
+
"@microsoft/sp-property-pane": "1.17.0-beta.3",
|
|
17
|
+
"@microsoft/sp-adaptive-card-extension-base": "1.17.0-beta.3"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
20
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"applicationCustomizer": {
|
|
25
25
|
"standard": {
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@microsoft/sp-dialog": "1.17.0-beta.
|
|
28
|
-
"@microsoft/sp-application-base": "1.17.0-beta.
|
|
27
|
+
"@microsoft/sp-dialog": "1.17.0-beta.3",
|
|
28
|
+
"@microsoft/sp-application-base": "1.17.0-beta.3"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"plusBeta": null
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"applicationCustomizerPlusBeta": {
|
|
34
34
|
"standard": {
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@microsoft/sp-dialog": "1.17.0-beta.
|
|
37
|
-
"@microsoft/sp-application-base": "1.17.0-beta.
|
|
36
|
+
"@microsoft/sp-dialog": "1.17.0-beta.3",
|
|
37
|
+
"@microsoft/sp-application-base": "1.17.0-beta.3"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"plusBeta": null
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"commandSet": {
|
|
43
43
|
"standard": {
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@microsoft/sp-listview-extensibility": "1.17.0-beta.
|
|
46
|
-
"@microsoft/sp-dialog": "1.17.0-beta.
|
|
45
|
+
"@microsoft/sp-listview-extensibility": "1.17.0-beta.3",
|
|
46
|
+
"@microsoft/sp-dialog": "1.17.0-beta.3"
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"plusBeta": null
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"commandSetPlusBeta": {
|
|
52
52
|
"standard": {
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@microsoft/sp-listview-extensibility": "1.17.0-beta.
|
|
55
|
-
"@microsoft/sp-dialog": "1.17.0-beta.
|
|
54
|
+
"@microsoft/sp-listview-extensibility": "1.17.0-beta.3",
|
|
55
|
+
"@microsoft/sp-dialog": "1.17.0-beta.3"
|
|
56
56
|
}
|
|
57
57
|
},
|
|
58
58
|
"plusBeta": null
|
|
@@ -60,27 +60,27 @@
|
|
|
60
60
|
"extension": {
|
|
61
61
|
"standard": {
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
64
|
-
"@microsoft/decorators": "1.17.0-beta.
|
|
63
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
64
|
+
"@microsoft/decorators": "1.17.0-beta.3"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
67
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"plusBeta": {
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
73
|
-
"@microsoft/decorators": "1.17.0-beta.
|
|
72
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
73
|
+
"@microsoft/decorators": "1.17.0-beta.3"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
76
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"fieldCustomizer": {
|
|
81
81
|
"standard": {
|
|
82
82
|
"dependencies": {
|
|
83
|
-
"@microsoft/sp-listview-extensibility": "1.17.0-beta.
|
|
83
|
+
"@microsoft/sp-listview-extensibility": "1.17.0-beta.3"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"plusBeta": null
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"fieldCustomizerPlusBeta": {
|
|
89
89
|
"standard": {
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@microsoft/sp-listview-extensibility": "1.17.0-beta.
|
|
91
|
+
"@microsoft/sp-listview-extensibility": "1.17.0-beta.3"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
"plusBeta": null
|
|
@@ -97,13 +97,13 @@
|
|
|
97
97
|
"standard": {
|
|
98
98
|
"dependencies": {},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
100
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"plusBeta": {
|
|
104
104
|
"dependencies": {},
|
|
105
105
|
"devDependencies": {
|
|
106
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
106
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"searchQueryModifier": {
|
|
126
126
|
"standard": {
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@microsoft/sp-search-extensibility": "1.17.0-beta.
|
|
128
|
+
"@microsoft/sp-search-extensibility": "1.17.0-beta.3"
|
|
129
129
|
}
|
|
130
130
|
},
|
|
131
131
|
"plusBeta": null
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"searchQueryModifierPlusBeta": {
|
|
134
134
|
"standard": {
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@microsoft/sp-search-extensibility": "1.17.0-beta.
|
|
136
|
+
"@microsoft/sp-search-extensibility": "1.17.0-beta.3"
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"plusBeta": null
|
|
@@ -141,26 +141,26 @@
|
|
|
141
141
|
"webpart": {
|
|
142
142
|
"standard": {
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
145
|
-
"@microsoft/sp-property-pane": "1.17.0-beta.
|
|
146
|
-
"@microsoft/sp-webpart-base": "1.17.0-beta.
|
|
147
|
-
"@microsoft/sp-lodash-subset": "1.17.0-beta.
|
|
148
|
-
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.
|
|
144
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
145
|
+
"@microsoft/sp-property-pane": "1.17.0-beta.3",
|
|
146
|
+
"@microsoft/sp-webpart-base": "1.17.0-beta.3",
|
|
147
|
+
"@microsoft/sp-lodash-subset": "1.17.0-beta.3",
|
|
148
|
+
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.3"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
151
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
"plusBeta": {
|
|
155
155
|
"dependencies": {
|
|
156
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
157
|
-
"@microsoft/sp-property-pane": "1.17.0-beta.
|
|
158
|
-
"@microsoft/sp-webpart-base": "1.17.0-beta.
|
|
159
|
-
"@microsoft/sp-lodash-subset": "1.17.0-beta.
|
|
160
|
-
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.
|
|
156
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
157
|
+
"@microsoft/sp-property-pane": "1.17.0-beta.3",
|
|
158
|
+
"@microsoft/sp-webpart-base": "1.17.0-beta.3",
|
|
159
|
+
"@microsoft/sp-lodash-subset": "1.17.0-beta.3",
|
|
160
|
+
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.3"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
163
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
},
|
|
@@ -172,10 +172,10 @@
|
|
|
172
172
|
"devDependencies": {
|
|
173
173
|
"@microsoft/rush-stack-compiler-4.5": "0.4.0",
|
|
174
174
|
"@rushstack/eslint-config": "2.5.1",
|
|
175
|
-
"@microsoft/eslint-plugin-spfx": "1.17.0-beta.
|
|
176
|
-
"@microsoft/eslint-config-spfx": "1.17.0-beta.
|
|
177
|
-
"@microsoft/spfx-web-build-rig": "1.17.0-beta.
|
|
178
|
-
"@rushstack/heft": "0.
|
|
175
|
+
"@microsoft/eslint-plugin-spfx": "1.17.0-beta.3",
|
|
176
|
+
"@microsoft/eslint-config-spfx": "1.17.0-beta.3",
|
|
177
|
+
"@microsoft/spfx-web-build-rig": "1.17.0-beta.3",
|
|
178
|
+
"@rushstack/heft": "0.49.7",
|
|
179
179
|
"@types/webpack-env": "~1.15.2",
|
|
180
180
|
"eslint": "8.7.0"
|
|
181
181
|
}
|
|
@@ -190,9 +190,9 @@
|
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@microsoft/rush-stack-compiler-4.5": "0.4.0",
|
|
192
192
|
"@rushstack/eslint-config": "2.5.1",
|
|
193
|
-
"@microsoft/eslint-plugin-spfx": "1.17.0-beta.
|
|
194
|
-
"@microsoft/eslint-config-spfx": "1.17.0-beta.
|
|
195
|
-
"@microsoft/sp-build-web": "1.17.0-beta.
|
|
193
|
+
"@microsoft/eslint-plugin-spfx": "1.17.0-beta.3",
|
|
194
|
+
"@microsoft/eslint-config-spfx": "1.17.0-beta.3",
|
|
195
|
+
"@microsoft/sp-build-web": "1.17.0-beta.3",
|
|
196
196
|
"@types/webpack-env": "~1.15.2",
|
|
197
197
|
"ajv": "^6.12.5",
|
|
198
198
|
"eslint": "8.7.0",
|
|
@@ -208,24 +208,24 @@
|
|
|
208
208
|
"formCustomizer": {
|
|
209
209
|
"standard": {
|
|
210
210
|
"dependencies": {
|
|
211
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
212
|
-
"@microsoft/sp-listview-extensibility": "1.17.0-beta.
|
|
213
|
-
"@microsoft/sp-lodash-subset": "1.17.0-beta.
|
|
214
|
-
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.
|
|
211
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
212
|
+
"@microsoft/sp-listview-extensibility": "1.17.0-beta.3",
|
|
213
|
+
"@microsoft/sp-lodash-subset": "1.17.0-beta.3",
|
|
214
|
+
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.3"
|
|
215
215
|
},
|
|
216
216
|
"devDependencies": {
|
|
217
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
217
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
218
218
|
}
|
|
219
219
|
},
|
|
220
220
|
"plusBeta": {
|
|
221
221
|
"dependencies": {
|
|
222
|
-
"@microsoft/sp-core-library": "1.17.0-beta.
|
|
223
|
-
"@microsoft/sp-listview-extensibility": "1.17.0-beta.
|
|
224
|
-
"@microsoft/sp-lodash-subset": "1.17.0-beta.
|
|
225
|
-
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.
|
|
222
|
+
"@microsoft/sp-core-library": "1.17.0-beta.3",
|
|
223
|
+
"@microsoft/sp-listview-extensibility": "1.17.0-beta.3",
|
|
224
|
+
"@microsoft/sp-lodash-subset": "1.17.0-beta.3",
|
|
225
|
+
"@microsoft/sp-office-ui-fabric-core": "1.17.0-beta.3"
|
|
226
226
|
},
|
|
227
227
|
"devDependencies": {
|
|
228
|
-
"@microsoft/sp-module-interfaces": "1.17.0-beta.
|
|
228
|
+
"@microsoft/sp-module-interfaces": "1.17.0-beta.3"
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"group": { "default": "Dashboard" },
|
|
19
19
|
"title": { "default": "<%= componentNameUnescaped %>" },
|
|
20
20
|
"description": { "default": "<%= componentDescription %>" },
|
|
21
|
-
"
|
|
21
|
+
"iconImageUrl": "https://res.cdn.office.net/files/fabric-cdn-prod_20230308.001/assets/brand-icons/product-monoline/svg/vivaconnections_32x1.svg",
|
|
22
22
|
"properties": {
|
|
23
23
|
"title": "<%= componentNameUnescaped %>"
|
|
24
24
|
},
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"group": { "default": "Dashboard" },
|
|
19
19
|
"title": { "default": "<%= componentNameUnescaped %>" },
|
|
20
20
|
"description": { "default": "<%= componentDescription %>" },
|
|
21
|
-
"
|
|
21
|
+
"iconImageUrl": "https://res.cdn.office.net/files/fabric-cdn-prod_20230308.001/assets/brand-icons/product-monoline/svg/vivaconnections_32x1.svg",
|
|
22
22
|
"cardSize": "Large",
|
|
23
23
|
"properties": {
|
|
24
24
|
"title": "<%= componentNameUnescaped %>",
|
|
25
25
|
"description": "<%= componentDescription %>",
|
|
26
|
-
"iconProperty": "" // Default to
|
|
26
|
+
"iconProperty": "" // Default to MicrosoftLogo.png
|
|
27
27
|
}
|
|
28
28
|
}]
|
|
29
29
|
}
|
|
@@ -57,7 +57,7 @@ class ApplicationCustomizerGenerator extends BaseExtension.BaseExtensionGenerato
|
|
|
57
57
|
super.configuring();
|
|
58
58
|
this.ensureDependencyGroup('applicationCustomizer');
|
|
59
59
|
this.serveJson.addConfiguration(this.context.componentNameCamelCase, {
|
|
60
|
-
pageUrl: 'https://
|
|
60
|
+
pageUrl: 'https://{tenantDomain}/SitePages/myPage.aspx',
|
|
61
61
|
customActions: {
|
|
62
62
|
[this.context.componentId]: {
|
|
63
63
|
location: 'ClientSideExtension.ApplicationCustomizer',
|
|
@@ -57,7 +57,7 @@ class CommandSetGenerator extends BaseExtension.BaseExtensionGenerator {
|
|
|
57
57
|
super.configuring();
|
|
58
58
|
this.ensureDependencyGroup('commandSet');
|
|
59
59
|
this.serveJson.addConfiguration(this.context.componentNameCamelCase, {
|
|
60
|
-
pageUrl: 'https://
|
|
60
|
+
pageUrl: 'https://{tenantDomain}/SitePages/myPage.aspx',
|
|
61
61
|
customActions: {
|
|
62
62
|
[this.context.componentId]: {
|
|
63
63
|
location: 'ClientSideExtension.ListViewCommandSet.CommandBar',
|
|
@@ -118,7 +118,7 @@ module.exports = {
|
|
|
118
118
|
//
|
|
119
119
|
// STANDARDIZED BY: @typescript-eslint\eslint-plugin\dist\configs\recommended.json
|
|
120
120
|
// Set to 1 (warning) or 2 (error) to enable the rule
|
|
121
|
-
'@typescript-eslint/
|
|
121
|
+
'@typescript-eslint/parameter-properties': 0,
|
|
122
122
|
// RATIONALE: When left in shipping code, unused variables often indicate a mistake. Dead code
|
|
123
123
|
// may impact performance.
|
|
124
124
|
//
|
|
@@ -58,7 +58,7 @@ class FieldCustomizerGenerator extends BaseExtension.BaseExtensionGenerator {
|
|
|
58
58
|
this.ensureDependencyGroup('fieldCustomizer');
|
|
59
59
|
this.context.fieldId = Utils.generateGuid();
|
|
60
60
|
this.serveJson.addConfiguration(this.context.componentNameCamelCase, {
|
|
61
|
-
pageUrl: 'https://
|
|
61
|
+
pageUrl: 'https://{tenantDomain}/SitePages/myPage.aspx',
|
|
62
62
|
fieldCustomizers: {
|
|
63
63
|
InternalFieldName: {
|
|
64
64
|
id: this.context.componentId,
|
|
@@ -60,7 +60,7 @@ class FormCustomizerGenerator extends BaseExtension.BaseExtensionGenerator {
|
|
|
60
60
|
this.ensureDependencyGroup('formCustomizer');
|
|
61
61
|
// New Form
|
|
62
62
|
this.serveJson.addConfiguration(`${this.context.componentNameCamelCase}_NewForm`, {
|
|
63
|
-
pageUrl: 'https://
|
|
63
|
+
pageUrl: 'https://{tenantDomain}/_layouts/15/SPListForm.aspx',
|
|
64
64
|
formCustomizer: {
|
|
65
65
|
componentId: this.context.componentId,
|
|
66
66
|
PageType: 8,
|
|
@@ -72,7 +72,7 @@ class FormCustomizerGenerator extends BaseExtension.BaseExtensionGenerator {
|
|
|
72
72
|
});
|
|
73
73
|
// Edit Form
|
|
74
74
|
this.serveJson.addConfiguration(`${this.context.componentNameCamelCase}_EditForm`, {
|
|
75
|
-
pageUrl: 'https://
|
|
75
|
+
pageUrl: 'https://{tenantDomain}/_layouts/15/SPListForm.aspx',
|
|
76
76
|
formCustomizer: {
|
|
77
77
|
componentId: this.context.componentId,
|
|
78
78
|
PageType: 6,
|
|
@@ -85,7 +85,7 @@ class FormCustomizerGenerator extends BaseExtension.BaseExtensionGenerator {
|
|
|
85
85
|
});
|
|
86
86
|
// View Form
|
|
87
87
|
this.serveJson.addConfiguration(`${this.context.componentNameCamelCase}_ViewForm`, {
|
|
88
|
-
pageUrl: 'https://
|
|
88
|
+
pageUrl: 'https://{tenantDomain}/_layouts/15/SPListForm.aspx',
|
|
89
89
|
formCustomizer: {
|
|
90
90
|
componentId: this.context.componentId,
|
|
91
91
|
PageType: 4,
|
|
@@ -57,7 +57,7 @@ class SearchQueryModifierGenerator extends BaseExtension.BaseExtensionGenerator
|
|
|
57
57
|
super.configuring();
|
|
58
58
|
this.ensureDependencyGroup('searchQueryModifier');
|
|
59
59
|
this.serveJson.addConfiguration(this.context.componentNameCamelCase, {
|
|
60
|
-
pageUrl: 'https://
|
|
60
|
+
pageUrl: 'https://{tenantDomain}/SitePages/myPage.aspx',
|
|
61
61
|
customActions: {
|
|
62
62
|
[this.context.componentId]: {
|
|
63
63
|
location: 'ClientSideExtension.SearchQueryModifier',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
|
|
3
3
|
"port": 4321,
|
|
4
|
-
"initialPage": "https://
|
|
4
|
+
"initialPage": "https://{tenantDomain}/_layouts/workbench.aspx",
|
|
5
5
|
"https": true
|
|
6
6
|
}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"configurations": [
|
|
4
4
|
{
|
|
5
5
|
"name": "Hosted workbench",
|
|
6
|
-
"type": "
|
|
6
|
+
"type": "edge",
|
|
7
7
|
"request": "launch",
|
|
8
|
-
"url": "https://
|
|
8
|
+
"url": "https://{tenantDomain}/_layouts/workbench.aspx",
|
|
9
9
|
"webRoot": "${workspaceRoot}",
|
|
10
10
|
"sourceMaps": true,
|
|
11
11
|
"sourceMapPathOverrides": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/generator-sharepoint",
|
|
3
|
-
"version": "1.17.0-beta.
|
|
3
|
+
"version": "1.17.0-beta.3",
|
|
4
4
|
"description": "Yeoman generator for the SharePoint Framework",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.13.0 <17.0.0"
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
"homepage": "http://aka.ms/spfx",
|
|
13
13
|
"main": "lib/generators/app/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@rushstack/node-core-library": "3.
|
|
15
|
+
"@rushstack/node-core-library": "3.55.2",
|
|
16
16
|
"colors": "~1.2.1",
|
|
17
17
|
"lodash": "4.17.21",
|
|
18
18
|
"update-notifier": "5.1.0",
|
|
19
19
|
"uuid": "~3.1.0",
|
|
20
20
|
"yeoman-generator": "5.6.1",
|
|
21
21
|
"yosay": "2.0.2",
|
|
22
|
-
"@microsoft/spfx-heft-plugins": "1.17.0-beta.
|
|
22
|
+
"@microsoft/spfx-heft-plugins": "1.17.0-beta.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@microsoft/rush-lib": "5.
|
|
26
|
-
"@rushstack/heft": "0.
|
|
25
|
+
"@microsoft/rush-lib": "5.93.1",
|
|
26
|
+
"@rushstack/heft": "0.49.7",
|
|
27
27
|
"@types/inquirer": "7.3.1",
|
|
28
28
|
"@types/lodash": "4.14.117",
|
|
29
29
|
"@types/mem-fs-editor": "7.0.1",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.3125 13.0625C13.9196 13.0625 16.8438 10.1384 16.8438 6.53125C16.8438 2.92414 13.9196 0 10.3125 0C6.70539 0 3.78125 2.92414 3.78125 6.53125C3.78125 10.1384 6.70539 13.0625 10.3125 13.0625Z" fill="#036C70"/>
|
|
3
|
-
<path d="M16.5 17.875C19.5376 17.875 22 15.4126 22 12.375C22 9.33743 19.5376 6.875 16.5 6.875C13.4624 6.875 11 9.33743 11 12.375C11 15.4126 13.4624 17.875 16.5 17.875Z" fill="#1A9BA1"/>
|
|
4
|
-
<path d="M11 22C13.468 22 15.4688 19.9993 15.4688 17.5312C15.4688 15.0632 13.468 13.0625 11 13.0625C8.53198 13.0625 6.53125 15.0632 6.53125 17.5312C6.53125 19.9993 8.53198 22 11 22Z" fill="#37C6D0"/>
|
|
5
|
-
<path opacity="0.5" d="M13.75 5.50464H3.88472C3.82303 5.84353 3.78843 6.1868 3.78125 6.53119C3.78125 8.26338 4.46936 9.92463 5.69421 11.1495C6.91906 12.3743 8.5803 13.0624 10.3125 13.0624C10.5137 13.0624 10.7035 13.021 10.9001 13.0032C10.9031 13.0259 10.9038 13.0493 10.907 13.0718C10.1797 13.0855 9.46672 13.2769 8.83032 13.6293C8.19392 13.9817 7.6534 14.4844 7.25589 15.0937C6.85838 15.703 6.61595 16.4002 6.54975 17.1246C6.48355 17.8491 6.59559 18.5787 6.87609 19.2499H12.3743C12.7356 19.2499 13.0932 19.1788 13.427 19.0406C13.7607 18.9023 14.0639 18.6997 14.3194 18.4443C14.5748 18.1889 14.7774 17.8856 14.9156 17.5519C15.0539 17.2182 15.125 16.8605 15.125 16.4993V6.87964C15.125 6.51497 14.9801 6.16523 14.7223 5.90737C14.4644 5.6495 14.1147 5.50464 13.75 5.50464Z" fill="black"/>
|
|
6
|
-
<path d="M12.375 4.125H1.375C0.615608 4.125 0 4.74061 0 5.5V16.5C0 17.2594 0.615608 17.875 1.375 17.875H12.375C13.1344 17.875 13.75 17.2594 13.75 16.5V5.5C13.75 4.74061 13.1344 4.125 12.375 4.125Z" fill="#038387"/>
|
|
7
|
-
<path d="M5.07712 10.8554C4.80603 10.6695 4.58101 10.4241 4.41928 10.138C4.26016 9.83564 4.18125 9.49752 4.19007 9.15597C4.17534 8.6949 4.32648 8.24384 4.61603 7.88472C4.91574 7.53092 5.3077 7.26716 5.74833 7.12277C6.24641 6.95324 6.76967 6.8695 7.29578 6.87512C7.98742 6.84915 8.67801 6.94905 9.33393 7.16996V8.65529C9.04944 8.47693 8.73813 8.34545 8.41191 8.26587C8.05945 8.17641 7.69716 8.13156 7.33353 8.13236C6.94967 8.11836 6.5685 8.20157 6.2254 8.37427C6.0939 8.43448 5.98253 8.53131 5.90461 8.65316C5.82669 8.77501 5.78552 8.91673 5.78603 9.06137C5.78391 9.24141 5.85046 9.4155 5.97214 9.54823C6.11501 9.70135 6.28496 9.82675 6.47341 9.9181C6.68388 10.0258 6.99754 10.1686 7.41439 10.3465C7.46064 10.3616 7.50568 10.3802 7.54914 10.4021C7.96131 10.5685 8.35821 10.7705 8.73535 11.0057C9.04484 11.1955 9.29704 11.4657 9.46511 11.7875C9.63317 12.1093 9.7108 12.4707 9.68973 12.8331C9.71074 13.3069 9.57003 13.7738 9.29071 14.1571C9.01622 14.5043 8.64457 14.7618 8.22312 14.897C7.73228 15.056 7.2186 15.133 6.7027 15.1251C6.24096 15.1271 5.77996 15.088 5.32516 15.0082C4.93957 14.9448 4.56359 14.8326 4.20624 14.6745V13.1057C4.54746 13.3572 4.93095 13.5456 5.33855 13.662C5.74129 13.7918 6.16102 13.8611 6.58408 13.8679C6.97637 13.8933 7.36787 13.8075 7.71359 13.6204C7.83325 13.5482 7.93154 13.4455 7.99837 13.3228C8.06519 13.2001 8.09814 13.0618 8.09382 12.9221C8.09573 12.7231 8.01926 12.5312 7.88091 12.3881C7.71009 12.2151 7.51135 12.0722 7.29303 11.9654C7.04326 11.8356 6.67394 11.665 6.18507 11.4536C5.79647 11.2922 5.42526 11.0917 5.07712 10.8554Z" fill="white"/>
|
|
8
|
-
</svg>
|