@omnia/wcm 8.0.8-dev → 8.0.9-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.
Files changed (77) hide show
  1. package/internal-do-not-import-from-here/core/Constants.d.ts +3 -1
  2. package/internal-do-not-import-from-here/core/Utils.d.ts +4 -0
  3. package/internal-do-not-import-from-here/core/loc/CoreLocalization.d.ts +5 -0
  4. package/internal-do-not-import-from-here/core/loc/EditorLocalization.d.ts +15 -0
  5. package/internal-do-not-import-from-here/core/loc/PageRollupLocalization.d.ts +4 -0
  6. package/internal-do-not-import-from-here/core/messaging/WcmPublicTopics.d.ts +2 -1
  7. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -52
  8. package/internal-do-not-import-from-here/fx/apis/LinkTemplate.d.ts +2 -2
  9. package/internal-do-not-import-from-here/fx/constants.d.ts +13 -1
  10. package/internal-do-not-import-from-here/fx/internal/services/NavigationTitleHelperService.d.ts +5 -1
  11. package/internal-do-not-import-from-here/fx/models/Constants.d.ts +3 -2
  12. package/internal-do-not-import-from-here/fx/models/Constants.js +6 -5
  13. package/internal-do-not-import-from-here/fx/models/Enums.tooling.d.ts +2 -2
  14. package/internal-do-not-import-from-here/fx/models/Enums.tooling.js +2 -0
  15. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.d.ts +2 -1
  16. package/internal-do-not-import-from-here/fx/models/components/ActionButtonBlock.js +1 -0
  17. package/internal-do-not-import-from-here/fx/models/components/ActivityFeed.d.ts +2 -2
  18. package/internal-do-not-import-from-here/fx/models/components/BannerBlock.d.ts +1 -2
  19. package/internal-do-not-import-from-here/fx/models/components/BreadcrumbBlock.d.ts +2 -1
  20. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.d.ts +6 -3
  21. package/internal-do-not-import-from-here/fx/models/components/ContentBlock.js +2 -0
  22. package/internal-do-not-import-from-here/fx/models/components/LinkPicker.d.ts +1 -8
  23. package/internal-do-not-import-from-here/fx/models/components/MobileNavigationStyles.d.ts +2 -2
  24. package/internal-do-not-import-from-here/fx/models/components/RelatedLinkBlock.d.ts +1 -2
  25. package/internal-do-not-import-from-here/fx/models/index.d.ts +1 -0
  26. package/internal-do-not-import-from-here/fx/models/index.js +1 -0
  27. package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +3 -1
  28. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.d.ts +4 -0
  29. package/internal-do-not-import-from-here/fx/models/navigation/MoveNavigationNodeResult.js +6 -0
  30. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.d.ts +25 -0
  31. package/internal-do-not-import-from-here/fx/models/pagequery/VelcronViewSettings.js +2 -0
  32. package/internal-do-not-import-from-here/fx/models/pagequery/index.d.ts +1 -0
  33. package/internal-do-not-import-from-here/fx/models/pagequery/index.js +1 -0
  34. package/internal-do-not-import-from-here/fx/models/pages/PageCollectionData.d.ts +2 -0
  35. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.d.ts +1 -0
  36. package/internal-do-not-import-from-here/fx/models/properties/values/PageCollectionPropertyValue.js +3 -0
  37. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.d.ts +1 -0
  38. package/internal-do-not-import-from-here/fx/models/properties/values/PageTypePropertyValue.js +3 -0
  39. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.d.ts +1 -0
  40. package/internal-do-not-import-from-here/fx/models/properties/values/PublishAppPropertyValue.js +3 -0
  41. package/internal-do-not-import-from-here/fx/models/richtexteditor/MediaPickerMessage.d.ts +1 -2
  42. package/internal-do-not-import-from-here/fx/models/search/PageDocument.d.ts +2 -2
  43. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.d.ts +31 -0
  44. package/internal-do-not-import-from-here/fx/models/seo/PageMetaTag.js +24 -0
  45. package/internal-do-not-import-from-here/fx/models/seo/index.d.ts +1 -0
  46. package/internal-do-not-import-from-here/fx/models/seo/index.js +4 -0
  47. package/internal-do-not-import-from-here/fx/routing/WcmRouter.d.ts +1 -0
  48. package/internal-do-not-import-from-here/fx/services/NavigationService.d.ts +2 -2
  49. package/internal-do-not-import-from-here/fx/services/PublishingRuleService.d.ts +1 -1
  50. package/internal-do-not-import-from-here/fx/services/SeoService.d.ts +6 -0
  51. package/internal-do-not-import-from-here/fx/services/TopicActivityService.d.ts +1 -1
  52. package/internal-do-not-import-from-here/fx/services/VariationService.d.ts +1 -1
  53. package/internal-do-not-import-from-here/fx/services/index.d.ts +1 -0
  54. package/internal-do-not-import-from-here/fx/shared/OmniaSearchQueryHelper.d.ts +5 -3
  55. package/internal-do-not-import-from-here/fx/shared/PageRollupStoreHelper.d.ts +1 -0
  56. package/internal-do-not-import-from-here/fx/stores/ChannelCategoriesStore.d.ts +1 -1
  57. package/internal-do-not-import-from-here/fx/stores/CurrentNavigationStore.d.ts +1 -1
  58. package/internal-do-not-import-from-here/fx/stores/LinkPickerStore.d.ts +5 -28
  59. package/internal-do-not-import-from-here/fx/stores/NavigationStore.d.ts +3 -3
  60. package/internal-do-not-import-from-here/fx/stores/PageRollupStore.d.ts +0 -6
  61. package/internal-do-not-import-from-here/fx/stores/PagesStore.d.ts +2 -2
  62. package/internal-do-not-import-from-here/fx/stores/PublishingRuleStore.d.ts +1 -1
  63. package/internal-do-not-import-from-here/fx/stores/TopicsActivityStore.d.ts +1 -1
  64. package/internal-do-not-import-from-here/fx/stores/VariationStore.d.ts +1 -1
  65. package/internal-do-not-import-from-here/fx/ux/InternalUxCore.d.ts +6 -2
  66. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerEditorExtension.d.ts +8 -14
  67. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +3 -7
  68. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +3 -7
  69. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/UseLinkPickerToolbarHelper.d.ts +2 -1
  70. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  71. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  72. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.d.ts +1 -0
  73. package/internal-do-not-import-from-here/models/publishingapp/editor/Constants.js +1 -0
  74. package/internal-do-not-import-from-here/models/relatedlinks/LinkItemTemplateMsg.d.ts +1 -1
  75. package/internal-do-not-import-from-here/tooling.output.json +1 -1
  76. package/package.json +1 -1
  77. package/task.js +1 -2
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ActiveUserDashboardQueryTypes","BreadcrumNodeTypes","NavigationTitleHelperService","OmniaPageSearch","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","UserPropertiesFilterValue","YammerIntegrationStore"]},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchQueryHelper","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"},"expo.js":["ActivityActionFactory","AiContentPageReportService","AppInfoStore","AutomaticPageCreationService","BASE_URL","BackgroundImageHelper","BreadcrumbStore","BreakpointStore","BuiltInActionButtonHandlers","CURRENT_DATE","CalendarConstants","CalendarService","ChannelCategoriesStore","ChannelManagementService","ChannelManagementStore","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviders","LinkPickerStore","MaxIntNumber","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OpenAIPageCreationService","OutlookEvent","PageApprovalConstants","PageBlockPropertyStore","PageFactory","PageHiddenService","PageNavigationNodeHelper","PagePermissionService","PageQueryService","PageRedirectHelper","PageRollupFilterEngineContext","PageRollupIndexedDB","PageRollupListView","PageRollupStore","PageService","PageStatisticsService","PageStatisticsStore","PageVariationHelper","PageVersion","PagesStore","ParticipantService","ParticipantsFields","PublishingAppDefaultScrollElementClass","PublishingAppInfoStore","PublishingAppUniqueModelName","PublishingChannelCategoriesService","PublishingRuleService","PublishingRuleStore","QueryableProperties","ReusablePageService","TargetingStore","ThemingRules","TimeFormat","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService","mediaPickerStorageProviderPageContext","mediaPickerStorageProviderPageCreationContext","mediaPickerStorageProviderPageReadContext","mediaPickerStorageProviderWCMChannelAdminContext","useLinkPickerStore","useWcmIcons"]}}}
1
+ {"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['a41d1723-10ca-4597-9c40-fd4f511ae2ae']","content":{"./node_modules/@omnia/wcm/internal/index.js":{"id":"./node_modules/@omnia/wcm/internal/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["ActiveUserDashboardQueryTypes","BreadcrumNodeTypes","NavigationTitleHelperService","OmniaPageSearch","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","UserPropertiesFilterValue","YammerIntegrationStore"]},"./node_modules/@omnia/wcm/messaging/InternalWcmTopics.js":{"id":"./node_modules/@omnia/wcm/messaging/internalwcmtopics.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWcmTopics"]},"./node_modules/@omnia/wcm/shared/index.js":{"id":"./node_modules/@omnia/wcm/shared/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["BatchQueryRegistration","EnsureMigrateBlockData","FilterManager","OmniaSearchQueryHelper","PageRollupConfigurationFactory","PageRollupStoreHelper","PageSearchHelper"]},"./node_modules/@omnia/wcm/index.js":{"id":"dd7f30f1-7b1b-47a5-acfb-c173d2fcb1f3","buildMeta":{"exportsType":"namespace"},"expo.js":["ActivityActionFactory","AiContentPageReportService","AppInfoStore","AutomaticPageCreationService","BASE_URL","BackgroundImageHelper","BreadcrumbStore","BreakpointStore","BuiltInActionButtonHandlers","CURRENT_DATE","CalendarConstants","CalendarService","ChannelCategoriesStore","ChannelManagementService","ChannelManagementStore","CommunityRules","CreatePageFormStore","CurrentEventStore","CurrentNavigationStore","CurrentPageStore","DisplayBreakPointFactory","DocumentService","EditingDisplayRules","EmailSettingsKey","EnterprisePropertyInternalNames","EventParticipantListElementName","EventService","GovernanceDashboard","IconRules","ItemQueryHelper","LayoutDataParentPageId","LayoutHelper","LayoutItemsTranslator","LinkPickerProviders","LinkPickerStore","LinkProviderIds","MaxIntNumber","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OpenAIPageCreationService","OutlookEvent","PageApprovalConstants","PageBlockPropertyStore","PageFactory","PageHiddenService","PageNavigationNodeHelper","PagePermissionService","PageQueryService","PageRedirectHelper","PageRollupFilterEngineContext","PageRollupIndexedDB","PageRollupListView","PageRollupStore","PageService","PageStatisticsService","PageStatisticsStore","PageVariationHelper","PageVersion","PagesStore","ParticipantService","ParticipantsFields","PublishingAppDefaultScrollElementClass","PublishingAppInfoStore","PublishingAppUniqueModelName","PublishingChannelCategoriesService","PublishingRuleService","PublishingRuleStore","QueryableProperties","ReusablePageService","TargetingStore","ThemingRules","TimeFormat","TopicActivityService","TopicPrefixConstants","Topics","TopicsActivityStore","VariationRules","VariationService","VariationStore","VersionEnterpriseProperties","VersionPropertyBag","VisitedPageKeyPrefix","WCMPageKeyPrefix","WCMPageVersionStateException","WcmContext","WcmRouter","YammerService","mediaPickerStorageProviderPageContext","mediaPickerStorageProviderPageCreationContext","mediaPickerStorageProviderPageReadContext","mediaPickerStorageProviderWCMChannelAdminContext","useLinkPickerStore","useSeoService","useWcmIcons"]}}}
@@ -39,6 +39,7 @@ export declare const ActionButtonIds: {
39
39
  variationSelector: string;
40
40
  publishChannels: string;
41
41
  delete: string;
42
+ save: string;
42
43
  };
43
44
  export declare const AppEditorActionButtonIds: {
44
45
  saveSettings: string;
@@ -42,6 +42,7 @@ exports.ActionButtonIds = {
42
42
  variationSelector: "VariationSelector",
43
43
  publishChannels: "PublishChannels",
44
44
  delete: "Delete",
45
+ save: "Save"
45
46
  };
46
47
  exports.AppEditorActionButtonIds = {
47
48
  saveSettings: "saveSettings"
@@ -1,4 +1,4 @@
1
- import { LinkItem } from "@omnia/wcm/models";
1
+ import { LinkItem } from "@omnia/fx-models";
2
2
  export interface LinkItemTemplateMsg<T extends LinkItem> {
3
3
  getElementToRender: (dataRow: T) => string;
4
4
  weight: number;