@omnia/workplace 8.0.19-dev → 8.0.20-dev
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/internal-do-not-import-from-here/manifests/omnia.workplace.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/models/Constants.d.ts +1 -0
- package/internal-do-not-import-from-here/models/Constants.js +1 -0
- package/internal-do-not-import-from-here/models/NotificationPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/models/Search.d.ts +4 -0
- package/internal-do-not-import-from-here/models/Search.js +1 -0
- package/internal-do-not-import-from-here/models/SharedLink.d.ts +2 -2
- package/internal-do-not-import-from-here/models/analytics/analyticssettings.d.ts +3 -1
- package/internal-do-not-import-from-here/services/AnalyticsStoreService.d.ts +6 -3
- package/internal-do-not-import-from-here/stores/AnalyticsStore.d.ts +81 -56
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +21 -17
- package/package.json +1 -1
@@ -137,6 +137,10 @@ import wc8905b50b3b484053b667d3abf5d7c4ef from '../../../../client/powerapp/comp
|
|
137
137
|
import wcfaa908989cc34db8ab24e36fa6d96ea3 from '../../../../client/powerapp/components/PowerAppBlockSettings';
|
138
138
|
import wc7843b6069207456380dac8fb07e6b927 from '../../../../client/search/admin/SearchJourney';
|
139
139
|
import wc0d3db85a72f74f60a4048648101ab0b3 from '../../../../client/search/components/DateTimeRefinerComponent';
|
140
|
+
import wcf3c88c399d564f4a98412272bd275428 from '../../../../client/search/searchstatistics/MetricIndicator';
|
141
|
+
import wc7fb2948c286e4de9b25a7594bd472c65 from '../../../../client/search/searchstatistics/NoOfQueryIndicator';
|
142
|
+
import wc1588c9e5835c4258990f26ade94a385a from '../../../../client/search/searchstatistics/AbandonedQueryIndicator';
|
143
|
+
import wccfa2aa9e7a04462297f922913ac7b326 from '../../../../client/search/searchstatistics/NoResultQueryIndicator';
|
140
144
|
import wc54527b0728734b758903ef174c769d60 from '../../../../client/search/searchstatistics/NoOfQueryMetricDetail';
|
141
145
|
import wcc9142c33cd054a71a12c08d86a4db6a8 from '../../../../client/search/searchstatistics/AbandonedQueryMetricDetail';
|
142
146
|
import wc93813bd7ddae4bcaaef30c12761e97d9 from '../../../../client/search/searchstatistics/NoResultQueryMetricDetail';
|
@@ -262,7 +266,6 @@ import wce5da6df97c8844139f75b8635429cc16 from '../../../../client/search/admin/
|
|
262
266
|
import wc14bd1089d501412fa569ca915308e541 from '../../../../client/search/admin/blades/promotedsearchresults/PromotedSearchResultJourney';
|
263
267
|
import wcf537b6a079ec40199da662a51e3c5ff3 from '../../../../client/search/admin/blades/quicksearch/QuickSearchConfig';
|
264
268
|
import wc4190870d6df64f359ea87cae2105b7e9 from '../../../../client/search/admin/blades/quicksearch/QuickSearchCategoriesConfig';
|
265
|
-
import wc29a413bd673d4c90b50e10166616f932 from '../../../../client/search/admin/blades/quicksearch/QuickSearchSettingsConfig';
|
266
269
|
import wcdb09260a0fac474c8a404ce94fe41988 from '../../../../client/search/admin/blades/searchconfigs/SearchConfigCategoriesBlade';
|
267
270
|
import wc997718876b75433aa7329a70f59b6231 from '../../../../client/search/admin/blades/searchconfigs/SearchConfigTemplateBlade';
|
268
271
|
import wce87dd4d938d340b0a62806790e67fd8c from '../../../../client/search/admin/blades/searchconfigs/SearchConfigImageSizeBlade';
|
@@ -424,11 +427,6 @@ declare global {
|
|
424
427
|
}
|
425
428
|
},
|
426
429
|
"header$": typeof wc6334657554184e0c96933e923929b58b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6334657554184e0c96933e923929b58b,
|
427
|
-
"tenant": {
|
428
|
-
"analytics": {
|
429
|
-
"journey": typeof wcd64bc6470d3749debd60eb0d39cbb4a9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd64bc6470d3749debd60eb0d39cbb4a9
|
430
|
-
}
|
431
|
-
},
|
432
430
|
"admin": {
|
433
431
|
"bp": {
|
434
432
|
"announcements": {
|
@@ -454,11 +452,6 @@ declare global {
|
|
454
452
|
"favoritebutton": {
|
455
453
|
"settings": typeof wc6b264a8a74c74e2fa9cb4f65e26adb46 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6b264a8a74c74e2fa9cb4f65e26adb46
|
456
454
|
},
|
457
|
-
"notificationpanels": {
|
458
|
-
"admin": {
|
459
|
-
"journey": typeof wcc419896835124694b1533c7318f3d6b7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc419896835124694b1533c7318f3d6b7
|
460
|
-
}
|
461
|
-
},
|
462
455
|
"owner": {
|
463
456
|
"filterengine": {
|
464
457
|
"renderer": typeof wc87d244d60c184556b8e5855c04873088 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc87d244d60c184556b8e5855c04873088,
|
@@ -509,9 +502,6 @@ declare global {
|
|
509
502
|
}
|
510
503
|
},
|
511
504
|
"useraccessibilitysetting": typeof wc69d180bdb1154d5cbafadb8f5d52a7c1 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc69d180bdb1154d5cbafadb8f5d52a7c1,
|
512
|
-
"businessprofile": {
|
513
|
-
"mediapicker": typeof wc3d4037522b3e4cfe8ba0da7fb4e8e0ba extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3d4037522b3e4cfe8ba0da7fb4e8e0ba
|
514
|
-
},
|
515
505
|
"promotedsearchresult": {
|
516
506
|
"journey": typeof wc14bd1089d501412fa569ca915308e541 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc14bd1089d501412fa569ca915308e541
|
517
507
|
},
|
@@ -948,13 +938,17 @@ declare global {
|
|
948
938
|
},
|
949
939
|
"searchstatistics": {
|
950
940
|
"metric": {
|
941
|
+
"indicator": typeof wcf3c88c399d564f4a98412272bd275428 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcf3c88c399d564f4a98412272bd275428,
|
951
942
|
"noofquery": {
|
943
|
+
"indicator": typeof wc7fb2948c286e4de9b25a7594bd472c65 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc7fb2948c286e4de9b25a7594bd472c65,
|
952
944
|
"detail": typeof wc54527b0728734b758903ef174c769d60 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc54527b0728734b758903ef174c769d60
|
953
945
|
},
|
954
946
|
"abandonedquery": {
|
947
|
+
"indicator": typeof wc1588c9e5835c4258990f26ade94a385a extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc1588c9e5835c4258990f26ade94a385a,
|
955
948
|
"detail": typeof wcc9142c33cd054a71a12c08d86a4db6a8 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc9142c33cd054a71a12c08d86a4db6a8
|
956
949
|
},
|
957
950
|
"noresultquery": {
|
951
|
+
"indicator": typeof wccfa2aa9e7a04462297f922913ac7b326 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wccfa2aa9e7a04462297f922913ac7b326,
|
958
952
|
"detail": typeof wc93813bd7ddae4bcaaef30c12761e97d9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc93813bd7ddae4bcaaef30c12761e97d9
|
959
953
|
},
|
960
954
|
"scope": {
|
@@ -1090,6 +1084,14 @@ declare global {
|
|
1090
1084
|
"shareaction": {
|
1091
1085
|
"settings": typeof wc98f920a102bc4f6f96eab89eb2b505de extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc98f920a102bc4f6f96eab89eb2b505de
|
1092
1086
|
},
|
1087
|
+
"analytics": {
|
1088
|
+
"journey": typeof wcd64bc6470d3749debd60eb0d39cbb4a9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcd64bc6470d3749debd60eb0d39cbb4a9
|
1089
|
+
},
|
1090
|
+
"notification": {
|
1091
|
+
"panels": {
|
1092
|
+
"journey": typeof wcc419896835124694b1533c7318f3d6b7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcc419896835124694b1533c7318f3d6b7
|
1093
|
+
}
|
1094
|
+
},
|
1093
1095
|
"pan": {
|
1094
1096
|
"people": {
|
1095
1097
|
"rollup": {
|
@@ -1227,6 +1229,11 @@ declare global {
|
|
1227
1229
|
"mylink": {
|
1228
1230
|
"listing": typeof wc5216604cb1ab4982b36026e64d5a2dc3 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5216604cb1ab4982b36026e64d5a2dc3
|
1229
1231
|
},
|
1232
|
+
"bp": {
|
1233
|
+
"settings": {
|
1234
|
+
"mediapicker": typeof wc3d4037522b3e4cfe8ba0da7fb4e8e0ba extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc3d4037522b3e4cfe8ba0da7fb4e8e0ba
|
1235
|
+
}
|
1236
|
+
},
|
1230
1237
|
"sharepoint": {
|
1231
1238
|
"userprofiles": {
|
1232
1239
|
"sync": {
|
@@ -1283,9 +1290,6 @@ declare global {
|
|
1283
1290
|
"quicksearchconfig": {
|
1284
1291
|
"categories": {
|
1285
1292
|
"blade": typeof wc4190870d6df64f359ea87cae2105b7e9 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc4190870d6df64f359ea87cae2105b7e9
|
1286
|
-
},
|
1287
|
-
"settings": {
|
1288
|
-
"blade": typeof wc29a413bd673d4c90b50e10166616f932 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc29a413bd673d4c90b50e10166616f932
|
1289
1293
|
}
|
1290
1294
|
},
|
1291
1295
|
"searchconfig": {
|