@omnia/wcm 8.0.12-dev → 8.0.14-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/core/Utils.d.ts +4 -1
- package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
- package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +1 -0
- package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/helpers/ItemQueryHelper.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/models/digitalsignage/Announcement.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/infoscreen/AdminInfoScreenBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/navigation/LinkNavigationData.d.ts +2 -2
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/models/pagequery/PageRollupEnums.js +2 -1
- package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +4 -3
- package/internal-do-not-import-from-here/fx/models/pages/PageTypeData.d.ts +2 -1
- package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +3 -2
- package/internal-do-not-import-from-here/fx/services/PageQueryService.d.ts +0 -2
- package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +9 -4
- package/internal-do-not-import-from-here/fx/shared/PickedPageHelper.d.ts +10 -0
- package/internal-do-not-import-from-here/fx/shared/index.d.ts +1 -0
- package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +2 -0
- package/internal-do-not-import-from-here/fx/stores/pagerollup/PageRollupSettingsStore.d.ts +4 -4
- package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/tooling.output.json +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +21 -1
- package/package.json +1 -1
|
@@ -15,8 +15,10 @@ import wc39fd47aff2fd40d69dbb5c80f37d4b9d from './contentblock/ContentBlockSetti
|
|
|
15
15
|
import wcdc891a5b6d874f9c88b89fbc48299f1e from './contentblock/ContentSignInBlock';
|
|
16
16
|
import wcc90ce2aff8b6477c85a27c515dd7c0be from './contentflow/ContentBlock';
|
|
17
17
|
import wc5c87af0e445947089136642f518aad55 from './contentflow/ContentBlockSettings';
|
|
18
|
+
import wc6a02b831cd1b4805b670e317f30c402d from './eventclonedialog/EventCloneDialogContent';
|
|
18
19
|
import wc31f184faefe746a3bbe6fd8e8dd2065e from './eventparticipantcounter/EventParticipantCounter';
|
|
19
20
|
import wc03ddb10b32b54f06b98399041e8ac042 from './eventparticipantcounter/EventParticipantCounterSettings';
|
|
21
|
+
import wcb828a6207ddc4da4ad550881366c976b from './eventparticipantlist/EventParticipantList';
|
|
20
22
|
import wcdb2eaafe0e3342dead729066fbf75a57 from './eventparticipantlist/EventParticipantListSettings';
|
|
21
23
|
import wc5f2e1e8399884c9cb36e6eba261f0f00 from './governancedashboard/components/metrics/PublishedMetricDetail';
|
|
22
24
|
import wc725381be8dbb4009be39db19c1715ad8 from './governancedashboard/components/metrics/PublishedMetricIndicator';
|
|
@@ -144,6 +146,9 @@ import wc03cc9cdf57fd40cbb3cdeac5c8a11ddf from './social/sharepage/SharePage';
|
|
|
144
146
|
import wca8c1f0b5ca3946a69e0e40e01d1744d3 from './adminv2/blades/channelmanagement/ChannelsManagement';
|
|
145
147
|
import wcc61ce8fa727445e89791f9fa778f714f from './adminv2/blades/eventmanagement/AdminSettingsJourney';
|
|
146
148
|
import wc0751f1aa16a04c80b3e2b678e8c52435 from './adminv2/blades/omniasearch/ReindexContentOmniaSearchTenant';
|
|
149
|
+
import wc5a45b8c7359041b199d50c8ca6c15a05 from './adminv2/blades/pagebulkupdate/PageBulkUpdate';
|
|
150
|
+
import wc9787114581604a739f69aa24c16f69a7 from './adminv2/blades/pagebulkupdate/PageBulkUpdateLogs';
|
|
151
|
+
import wc2eed2020202648a3b20b8dec06fa1a79 from './adminv2/blades/pagebulkupdate/PageBulkUpdateLogDetail';
|
|
147
152
|
import wc753d824f95694050bffe834632ee6a00 from './adminv2/blades/pagetype/PageType';
|
|
148
153
|
import wcaef7bd3b58704a73af4ffc4a0cff31ea from './adminv2/blades/pagetype/CreatePageType';
|
|
149
154
|
import wc205e073be1c34c79a9b03605eb814b07 from './adminv2/blades/pagetype/PageTypeArchive';
|
|
@@ -314,6 +319,15 @@ declare global {
|
|
|
314
319
|
"blade": typeof wc0751f1aa16a04c80b3e2b678e8c52435 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc0751f1aa16a04c80b3e2b678e8c52435
|
|
315
320
|
}
|
|
316
321
|
},
|
|
322
|
+
"pagebulkupdate": {
|
|
323
|
+
"blade": {
|
|
324
|
+
"logs": typeof wc9787114581604a739f69aa24c16f69a7 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc9787114581604a739f69aa24c16f69a7,
|
|
325
|
+
"log": {
|
|
326
|
+
"detail": typeof wc2eed2020202648a3b20b8dec06fa1a79 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc2eed2020202648a3b20b8dec06fa1a79
|
|
327
|
+
}
|
|
328
|
+
},
|
|
329
|
+
"blade$": typeof wc5a45b8c7359041b199d50c8ca6c15a05 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5a45b8c7359041b199d50c8ca6c15a05
|
|
330
|
+
},
|
|
317
331
|
"pagetype": {
|
|
318
332
|
"blade": typeof wc753d824f95694050bffe834632ee6a00 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc753d824f95694050bffe834632ee6a00,
|
|
319
333
|
"create": {
|
|
@@ -652,6 +666,11 @@ declare global {
|
|
|
652
666
|
"component": typeof wc5d0650eb1a504de387f93e008ca9c623 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc5d0650eb1a504de387f93e008ca9c623
|
|
653
667
|
}
|
|
654
668
|
},
|
|
669
|
+
"event": {
|
|
670
|
+
"clone": {
|
|
671
|
+
"dialog": typeof wc6a02b831cd1b4805b670e317f30c402d extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc6a02b831cd1b4805b670e317f30c402d
|
|
672
|
+
}
|
|
673
|
+
},
|
|
655
674
|
"omx": {
|
|
656
675
|
"em": {
|
|
657
676
|
"event": {
|
|
@@ -662,7 +681,8 @@ declare global {
|
|
|
662
681
|
"counter$": typeof wc31f184faefe746a3bbe6fd8e8dd2065e extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wc31f184faefe746a3bbe6fd8e8dd2065e,
|
|
663
682
|
"list": {
|
|
664
683
|
"settings": typeof wcdb2eaafe0e3342dead729066fbf75a57 extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcdb2eaafe0e3342dead729066fbf75a57
|
|
665
|
-
}
|
|
684
|
+
},
|
|
685
|
+
"list$": typeof wcb828a6207ddc4da4ad550881366c976b extends { propsDefinition: infer TProp } ? { new(...args: any[]): { $props: TProp & Omit<VueComponentBaseProps, keyof TProp> } } : typeof wcb828a6207ddc4da4ad550881366c976b
|
|
666
686
|
}
|
|
667
687
|
},
|
|
668
688
|
"admin": {
|