@omnia/wcm 7.5.6-preview → 8.0.0-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 (22) hide show
  1. package/index.d.ts +2 -1
  2. package/internal-do-not-import-from-here/core/ux/EnterprisePropertyRenderer.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/ux/FilterTargetingPropertyValueInput.d.ts +5 -5
  4. package/internal-do-not-import-from-here/fx/models/Constants.js +1 -1
  5. package/internal-do-not-import-from-here/fx/models/ManifestIds.js +1 -1
  6. package/internal-do-not-import-from-here/fx/models/linkpicker/ILinkPickerProvider.d.ts +2 -2
  7. package/internal-do-not-import-from-here/fx/models/navigation/NavigationData.js +2 -2
  8. package/internal-do-not-import-from-here/fx/models/pages/PageData.js +1 -1
  9. package/internal-do-not-import-from-here/fx/stores/BreakpointStore.d.ts +3 -3
  10. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerMenu.d.ts +2 -2
  11. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerNode.d.ts +3 -11
  12. package/internal-do-not-import-from-here/fx/ux/richtexteditorextensions/LinkPicker/LinkPickerToolbar.d.ts +2 -2
  13. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.core.manifest.json +1 -1
  14. package/internal-do-not-import-from-here/manifests/omnia.wcm.fx.manifest.json +1 -1
  15. package/internal-do-not-import-from-here/models/TypedNamedProperties.js +1 -1
  16. package/internal-do-not-import-from-here/models/publishingapp/editor/IActionButton.d.ts +1 -2
  17. package/internal-do-not-import-from-here/tooling.output.json +1 -0
  18. package/internal-do-not-import-from-here/wctypings.d.ts +1 -0
  19. package/package.json +1 -1
  20. package/task.js +3 -3
  21. package/task.ts +4 -4
  22. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
package/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from "./internal-do-not-import-from-here/tooling";
2
- export * from "./internal-do-not-import-from-here/fx/index";
2
+ export * from "./internal-do-not-import-from-here/fx/index";
3
+ import "./internal-do-not-import-from-here/wctypings";
@@ -11,5 +11,5 @@ export declare class EnterprisePropertyRenderer extends VueComponentBase<IEnterp
11
11
  private propertyStore;
12
12
  private propertiesDefinition;
13
13
  created(): void;
14
- render(): VueTsxSupport.JSX.Element;
14
+ render(): JSX.Element;
15
15
  }
@@ -32,9 +32,9 @@ export declare class FilterTargetingPropertyValueInput extends VueComponentBase<
32
32
  created(): void;
33
33
  private getSelectionTargetingProperties;
34
34
  private onTargetPropertyCheckboxChange;
35
- renderFilterTypePicker(): VueTsxSupport.JSX.Element;
36
- renderFixedValuePicker(): VueTsxSupport.JSX.Element;
37
- renderUserTypePicker(): VueTsxSupport.JSX.Element[];
38
- renderIncludeEmptyCheckbox(): VueTsxSupport.JSX.Element;
39
- render(): VueTsxSupport.JSX.Element;
35
+ renderFilterTypePicker(): JSX.Element;
36
+ renderFixedValuePicker(): JSX.Element;
37
+ renderUserTypePicker(): JSX.Element[];
38
+ renderIncludeEmptyCheckbox(): JSX.Element;
39
+ render(): JSX.Element;
40
40
  }
@@ -183,7 +183,6 @@ exports.Constants = {
183
183
  };
184
184
  class WCMEnterpriseProperties {
185
185
  }
186
- exports.WCMEnterpriseProperties = WCMEnterpriseProperties;
187
186
  WCMEnterpriseProperties.Recipients = {
188
187
  id: new fx_models_1.Guid("fbe57b9b-b330-41c6-bb49-67ea4cf76af5"),
189
188
  internalName: "owcmrecipients"
@@ -192,6 +191,7 @@ WCMEnterpriseProperties.ScheduledStartDate = {
192
191
  id: new fx_models_1.Guid("1d5a4c79-8a8c-4e6a-b6a4-9ed1856c4360"),
193
192
  internalName: "owcmscheduledstartdate"
194
193
  };
194
+ exports.WCMEnterpriseProperties = WCMEnterpriseProperties;
195
195
  exports.InfoScreenConstants = {
196
196
  get suffixInfoScreenSettingsKey() {
197
197
  return "omx.infoscreendatakey_";
@@ -390,13 +390,13 @@ class WcmWebComponentManifests {
390
390
  static get OmniaSearchLoggingCore() { return new fx_models_1.Guid("2fe22ccb-1e6f-4585-8f98-118be55277b2"); }
391
391
  static get OmniaSearchLogging() { return new fx_models_1.Guid("119607d0-27d0-46e5-a34c-ac5dadbadffb"); }
392
392
  }
393
- exports.WcmWebComponentManifests = WcmWebComponentManifests;
394
393
  WcmWebComponentManifests.Blocks = class {
395
394
  static get Banner() { return new fx_models_1.Guid("fb5c76d4-ab00-49f7-b9e2-f7228a39a7aa"); }
396
395
  static get BannerSettings() { return new fx_models_1.Guid("af494456-7ec1-4438-9b41-c15058e24bec"); }
397
396
  static get BannerComponent() { return new fx_models_1.Guid("4430685f-c1e2-468e-84b7-f0a397891d69"); }
398
397
  static get BannerEdit() { return new fx_models_1.Guid("af3408d0-3c8f-4877-b239-9e12bbf68f30"); }
399
398
  };
399
+ exports.WcmWebComponentManifests = WcmWebComponentManifests;
400
400
  class InfoScreenManifests {
401
401
  static get AdminRegistration() { return new fx_models_1.Guid("cbe5ed4b-09b0-4153-a172-1871cb6add69"); }
402
402
  static get InfoScreenCore() { return new fx_models_1.Guid("ac2df2e8-3b28-4543-a1f1-3cc6a5ca3287"); }
@@ -1,5 +1,5 @@
1
- import { LinkItem, LinkPickerPropertyData } from "@omnia/wcm/models";
1
+ import { LinkItem, CustomLinkPropertyData } from "@omnia/wcm/models";
2
2
  export interface ILinkPickerProvider {
3
3
  linkData?: LinkItem;
4
- propertyData?: LinkPickerPropertyData;
4
+ propertyData?: CustomLinkPropertyData;
5
5
  }
@@ -4,9 +4,9 @@ exports.WCMNavigationDataTypes = exports.NavigationDataType = exports.Navigation
4
4
  const fx_models_1 = require("@omnia/fx-models");
5
5
  class NavigationRenders {
6
6
  }
7
- exports.NavigationRenders = NavigationRenders;
8
7
  NavigationRenders.page = new fx_models_1.Guid("5f707a83-4594-4218-8569-30b26d67948e");
9
8
  NavigationRenders.link = new fx_models_1.Guid("2b416031-3750-4328-ae8e-41a0508939b1");
9
+ exports.NavigationRenders = NavigationRenders;
10
10
  /**
11
11
  * This is no enum, it's only used to get typying and compile errors.
12
12
  * */
@@ -18,7 +18,6 @@ var NavigationDataType;
18
18
  * */
19
19
  class WCMNavigationDataTypes {
20
20
  }
21
- exports.WCMNavigationDataTypes = WCMNavigationDataTypes;
22
21
  /// <summary>
23
22
  /// Use maskable values
24
23
  /// </summary>
@@ -28,3 +27,4 @@ WCMNavigationDataTypes.pageCollection = 4;
28
27
  WCMNavigationDataTypes.link = 8;
29
28
  //const int FutureReserved = 4096;
30
29
  WCMNavigationDataTypes.all = ~0;
30
+ exports.WCMNavigationDataTypes = WCMNavigationDataTypes;
@@ -12,7 +12,6 @@ var PageDataType;
12
12
  * */
13
13
  class WCMPageTypes {
14
14
  }
15
- exports.WCMPageTypes = WCMPageTypes;
16
15
  /// <summary>
17
16
  /// Use maskable values
18
17
  /// </summary>
@@ -21,3 +20,4 @@ WCMPageTypes.pageType = 2;
21
20
  WCMPageTypes.pageCollection = 4;
22
21
  //const int FutureReserved = 4096;
23
22
  WCMPageTypes.all = ~0;
23
+ exports.WCMPageTypes = WCMPageTypes;
@@ -1,13 +1,13 @@
1
1
  import { Store } from "@omnia/fx/stores";
2
- import { Breakpoint } from "@omnia/fx-models";
2
+ import { useBreakPoints } from "@omnia/fx/ux";
3
3
  export declare class BreakpointStore extends Store {
4
4
  private breakpoint;
5
5
  protected onActivated(): void;
6
6
  protected onDisposing(): void;
7
7
  getters: {
8
- currentBreakpoint: () => Breakpoint;
8
+ currentBreakpoint: () => ReturnType<typeof useBreakPoints>;
9
9
  };
10
10
  mutations: {
11
- updateBreakpoint: import("@omnia/fx/stores").StoreMutation<(breakpoint: Breakpoint) => void, (breakpoint: Breakpoint) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
11
+ updateBreakpoint: import("@omnia/fx/stores").StoreMutation<(breakpoint: ReturnType<typeof useBreakPoints>) => void, (breakpoint: import("@omnia/fx-models").Breakpoint) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
12
12
  };
13
13
  }
@@ -42,6 +42,6 @@ export default class LinkPickerMenu extends ToolbarExtension implements ToolbarP
42
42
  private onAddLinkClicked;
43
43
  private onRemoveLink;
44
44
  private onConfigureProviders;
45
- render(): VueTsxSupport.JSX.Element;
46
- renderCreateLinkDialog(): VueTsxSupport.JSX.Element;
45
+ render(): JSX.Element;
46
+ renderCreateLinkDialog(): JSX.Element;
47
47
  }
@@ -1,11 +1,3 @@
1
- import { NodeExtension } from "@omnia/fx/ux/richtexteditor";
2
- export declare class LinkPickerNode extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- keys(): {
6
- Space: (state: any, dispatch: any, view: any) => boolean;
7
- };
8
- commands({ type }: {
9
- type: any;
10
- }): (attrs: any) => (state: any, dispatch: any) => void;
11
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -30,7 +30,7 @@ export default class LinkPickerToolbar extends ToolbarExtension implements Toolb
30
30
  private dispatchHandler;
31
31
  private onCloseLinkPicker;
32
32
  private getSelectionText;
33
- render(): VueTsxSupport.JSX.Element;
33
+ render(): JSX.Element;
34
34
  private onConfigureProviders;
35
- renderCreateLinkDialog(): VueTsxSupport.JSX.Element;
35
+ renderCreateLinkDialog(): JSX.Element;
36
36
  }
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"},"expo.js":["AccordionBlockStyles","ActionButtonLinkHandlerTargets","ActionButtonType","ActivityActionTypes","ActivityFeedScopes","ActivityType","AiContentReportPageStatus","AiContentReportStatus","AnyoneApprovalData","AnyoneApprovalStep","ApplySettingsChangedStatus","ApprovalData","ApprovalMetaData","ApprovalStep","ApprovalType","AutomaticPageCreationStatusType","BannerBlockStyles","BannerLayout","BreadcrumbBlockStyles","BuildInContentBlockTextStyleFormatting","ButtonGroupings","CalendarRollupBlockListViewSettingsStyles","CalendarRollupBlockSettingsStyles","CalendarRollupBlockStyles","CalendarRollupEnums","CalendarType","CardTypes","ChannelCardViewStyles","ChannelRollupBlockAdministrationViewStyles","ChannelRollupBlockSettingsFilterTabStyles","ChannelRollupBlockSettingsGeneralTabStyles","ChannelRollupBlockStyles","ChildStructureType","ColleagueDialogContentStyles","CommentSorting","CommunityAppLayoutDefinition","CommunityPageActivityStyles","CommunityStyles","Constants","ContentBlockModes","ContentBlockStyles","CurrentNavigationBlockSettingsStyles","CurrentNavigationBlockStyles","CurrentNavigationStatus","CurrentPageStatus","DailyRecurrenceTypeEnums","DeletedPageDialogStyles","DigitalSignageConstants","DigitalSignageManifests","DigitalSignageQuerySettingsType","DigitalSigningScreenType","Directions","DocumentTypes","DynamicRollerSizes","DynamicRollerTypes","EnterpriseGlossaryPageInformationProviderStyles","EnterprisePropertiesBlockDateTimeModes","EnterprisePropertiesRichTextSettings","EnterprisePropertyDataTypeProvider","EnterprisePropertyDocumentProviderProperty","EventAttedeeType","EventCloneDialogContentStyles","EventParticipantCounterBlockStyles","EventParticipantListEnums","EventParticipantListStyles","EventParticipantListViewStyles","FileUploaderWCMPageContext","HtmlScriptBlockStyle","InfoScreenConstants","InfoScreenManifests","InfoScreenViewIdConstants","ItemQueryEnums","LabelPositions","LimitedUserApprovalData","LimitedUserApprovalStep","LinkPickerStyle","MediaBlockStyles","MediaPickerStorageProviderPageContext","MediaPickerStorageProviderPageCreationContext","MediaPickerStorageProviderPageReadContext","MediaPickerStorageProviderWCMChannelAdminContext","MegaMenuStyles","MobileNavigationNodeStyles","MobileNavigationStyles","MonthlyRecurrenceTypeEnums","MovePageCollectionDialogStyles","MultiApprovalData","NavigationDataType","NavigationNodeQuery","NavigationNodeStyles","NavigationNodeType","NavigationRenders","NodeId","OmniaSearchConstants","OutlookCalendarType","PageBuiltInColumnConstants","PageCalendarViewMode","PageCollectionDisplaySettings","PageCollectionPropertyDefinition","PageCollectionPropertyDefinitionId","PageCollectionPropertyValue","PageCollectionTopic","PageDataType","PageFeedbackBlockStyles","PageFeedbackDialogStyles","PageFeedbacksStyles","PageFile","PageId","PageItemTemplateStyles","PageNavigationDirection","PagePickerNodeStyles","PagePickerProviderStyles","PagePropertiesBlockAdvancedStyles","PagePropertiesBlockStyles","PageRollUpDialogViewStyles","PageRollupBlockCalendarViewSettingsStyles","PageRollupBlockCalendarViewStyles","PageRollupBlockCardViewSettingsStyles","PageRollupBlockListViewSettingsStyles","PageRollupBlockListViewViewStyles","PageRollupBlockListingWithImageViewViewStyles","PageRollupBlockRollerViewViewStyles","PageRollupBlockSettingsFilterTabStyles","PageRollupBlockSettingsGeneralTabStyles","PageRollupBlockStyles","PageRollupConstants","PageRollupEnums","PageRollupFilterEngineContextPropertyTypes","PageRollupListViewSettingsStyles","PageRollupListViewStyles","PageRollupListingPickedPagesStyles","PageRollupNavigationViewStyles","PageRollupNewsletterViewStyles","PageRollupPickedPagesDialogStyles","PageRollupUniqueUsersDetailsStyles","PageTopic","PageTypeDisplaySettings","PageTypePropertyDefinition","PageTypePropertyDefinitionId","PageTypePropertyValue","PagesDashboardSettingsStyles","PagingTypes","Parameters","ParticipantType","PendingFileStatus","PersonPropertyApprovalData","PersonPropertyApprovalStep","PublishingAppArchiveSettingsRouteProperty","PublishingAppBootRouteProperty","PublishingAppDisplaySettings","PublishingAppLayoutDefinition","PublishingAppPropertyDefinition","PublishingAppPropertyDefinitionId","PublishingAppPropertyValue","PublishingAppReuseContentSettingsRouteProperty","PublishingAppTopic","PublishingChannelId","PublishingChannelTopic","PublishingStatus","QrCodeStyles","RecurrenceTypeEnums","RelatedLinkAddHeadingDialogStyles","RelatedLinkBlockStyles","RelatedLinkEditFormStyles","ReportTypesEnum","ResourceEvaluators","ReusablePageStatusType","ReuseContentMode","RoleDefinitions","RootService","RssReaderBlockLeftImageViewStyles","RssReaderBlockNoImageViewStyles","RssReaderBlockStyles","RuleStatus","RuleTypes","ScheduleEndTypeEnums","SearchTemplateOmniaPageStyles","SelectedPageItemStyles","SharepointPageTemplateStyles","SignOffRequestBlockStyles","SignOffRequestConstants","SortByProperties","StatisticsPerPageDataSourcesEnum","TagTopic","TaxonomyNavigationStyles","TaxonomyTopic","TermDrivenApprovalData","TermDrivenApprovalStep","TopicInformationType","TopicType","UserTopic","ValidationArchivePageResult","VariationId","VariationInputStyles","VariationsRouteProperty","VersionId","VersionMetaData","VersionType","VersionUpdationMode","VideoType","WCMEnterpriseProperties","WCMFxLocalization","WCMGlossary","WCMGlossaryType","WCMGlossaryVariation","WCMNavigationDataTypes","WCMPageIdCustomPropertyName","WCMPageTypes","WCMReaderContext","WcmAppDefaultResourceUrl","WcmEditorDynamicNavigationRouteProperty","WcmExtension","WcmGroupManifests","WcmLayoutProvider","WcmPropertyDefaultBooleanValues","WcmPropertyDefaultValues","WcmResourceManifests","WcmService","WcmWebComponentManifests","WebBrowserDigitalSigningScreenStepType","WeekOfMonthEnums","WorkplaceService","YammerProperties","layoutItemAction"]}}}
1
+ {"name":"omniaWebpackJsonp['d60fa82a-129a-41a9-93ce-d784dcb217b0']['73f0116c-212c-4912-b780-d8df4ea3d78b']","content":{"./node_modules/@omnia/wcm/models/index.js":{"id":"0044f6fa-6f28-4130-9b07-649c0ab06fca","buildMeta":{"exportsType":"namespace"}}}}
@@ -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","OmniaSearchPageStore","PageDashboardDetail","PageTypesFilterValue","PagesDashboardDetailResult","PagesDashboardMetricQuery","PagesDashboardQueryTypes","PagesDetailDashboardQuery","PublishingAppsFilterValue","ReindexContentOmniaSearchStatus","SharepointPageService","SharepointPageStore","SharepointSynchronizedEventStatus","SynchronizedResourcesStatus","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","LinkPickerProviderMsg","LinkPickerProviders","LinkPickerStore","MaxIntNumber","NavigationNodeHelper","NavigationService","NavigationStore","NewsletterService","OmniaSearchPageService","OmniaWCMPageBody","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"]}}}
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"}},"./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"}}}}
@@ -4,7 +4,6 @@ exports.TypedProperties = void 0;
4
4
  const models_1 = require("@omnia/wcm/models");
5
5
  class TypedProperties {
6
6
  }
7
- exports.TypedProperties = TypedProperties;
8
7
  TypedProperties.RouteProperties = class {
9
8
  static get publishingAppId() {
10
9
  return {
@@ -13,3 +12,4 @@ TypedProperties.RouteProperties = class {
13
12
  };
14
13
  }
15
14
  };
15
+ exports.TypedProperties = TypedProperties;
@@ -1,5 +1,4 @@
1
- import { ConfirmDialogOptions } from "@omnia/fx/ux";
2
- import Vue from "vue";
1
+ import { ConfirmDialogOptions, Vue } from "@omnia/fx/ux";
3
2
  export declare enum ActionItemType {
4
3
  Button = 0,
5
4
  GroupButtons = 1,
@@ -0,0 +1 @@
1
+ {"wc":{"namespace":"owcm","mappings":{"WcmDashboardMetric-401Detail":"wcm-dashboard-metric-401-detail","WcmDashboardMetric-401Indicator":"wcm-dashboard-metric-401-indicator","WcmDashboardMetric-404Detail":"wcm-dashboard-metric-404-detail","WcmDashboardMetric-404Indicator":"wcm-dashboard-metric-404-indicator","OwcmOmniaSearchLogging":"owcm-omnia-search-logging","WcmPageNavigation":"wcm-page-navigation","WcmPageNavigationSettings":"wcm-page-navigation-settings","WcmGovernanceAdminDashboardMenuJourney":"wcm-governance-admin-dashboard-menu-journey","WcmGovernanceAdminDashboardUnderusedcontentJourney":"wcm-governance-admin-dashboard-underusedcontent-journey","WcmGovernanceAdminDashboardActiveuserJourney":"wcm-governance-admin-dashboard-activeuser-journey","WcmGovernanceAdminDashboardUserpropertyJourney":"wcm-governance-admin-dashboard-userproperty-journey","WcmAdminQueryproperties":"wcm-admin-queryproperties","OwcmPageRollup":"owcm-page-rollup","OwcmPublishingappFilterengineRenderer":"owcm-publishingapp-filterengine-renderer","OwcmFilterengineSelectionsareaPublishingapp":"owcm-filterengine-selectionsarea-publishingapp","OwcmPublishingappFilterenginePropertysettings":"owcm-publishingapp-filterengine-propertysettings","OwcmPublishingappFilterengineDefaultvalueInput":"owcm-publishingapp-filterengine-defaultvalue-input","OwcmPagetypeFilterengineRenderer":"owcm-pagetype-filterengine-renderer","OwcmFilterengineSelectionsareaPagetype":"owcm-filterengine-selectionsarea-pagetype","OwcmPagetypeFilterenginePropertysettings":"owcm-pagetype-filterengine-propertysettings","OwcmPagetypeFilterengineDefaultvalueInput":"owcm-pagetype-filterengine-defaultvalue-input","OwcmChannelFilterengineRenderer":"owcm-channel-filterengine-renderer","OwcmFilterengineSelectionsareaChannel":"owcm-filterengine-selectionsarea-channel","OwcmChannelFilterenginePropertysettings":"owcm-channel-filterengine-propertysettings","OwcmChannelFilterengineDefaultvalueInput":"owcm-channel-filterengine-defaultvalue-input","WcmAdminReindexcontentOmniasearchBlade":"wcm-admin-reindexcontent-omniasearch-blade","OwcmPageRollupMetricDetail":"owcm-page-rollup-metric-detail","OwcmPageRollupRenderer":"owcm-page-rollup-renderer","WcmPropertiesPagecollectionDisplay":"wcm-properties-pagecollection-display","WcmPropertiesPagecollectionEditor":"wcm-properties-pagecollection-editor","WcmPropertiesPagetypeDisplay":"wcm-properties-pagetype-display","WcmPropertiesPagetypeEditor":"wcm-properties-pagetype-editor","WcmPropertiesPublishingappDisplay":"wcm-properties-publishingapp-display","WcmPropertiesPublishingappEditor":"wcm-properties-publishingapp-editor","OwcmEditor":"owcm-editor","WcmLinkNavigationForm":"wcm-link-navigation-form","OwcmPagerenderer":"owcm-pagerenderer","OwcmAppmanagementSetup":"owcm-appmanagement-setup","OwcmAttachSiteButton":"owcm-attach-site-button","OwcmAppEditing":"owcm-app-editing","OmxEmSystemAccount":"omx-em-system-account"}}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/wcm",
3
3
  "license": "MIT",
4
- "version": "7.5.6-preview",
4
+ "version": "8.0.0-dev",
5
5
  "description": "Omnia Web Content Management.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
package/task.js CHANGED
@@ -25,9 +25,9 @@ function init() {
25
25
  resourceId: "673c8e89-b2a1-40de-89aa-47c8e443a173"
26
26
  }
27
27
  ]);
28
- const wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
29
- if (fsExtra.existsSync(wcdefinitionsPath)) {
30
- (0, tooling_vue_1.registerWebComponentDefinitions)(fsExtra.readJSONSync(wcdefinitionsPath));
28
+ const outputPath = path.resolve(__dirname, "./internal-do-not-import-from-here/tooling.output.json");
29
+ if (fsExtra.existsSync(outputPath)) {
30
+ (0, tooling_vue_1.registerOutputInfo)(fsExtra.readJSONSync(outputPath));
31
31
  }
32
32
  }
33
33
  }
package/task.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- import { registerManifestsReference, registerWebComponentDefinitions } from "@omnia/tooling-vue";
2
+ import { registerManifestsReference, registerOutputInfo } from "@omnia/tooling-vue";
3
3
 
4
4
  const path = require("path");
5
5
  const fs = require("fs");
@@ -27,9 +27,9 @@ export function init() {
27
27
  }
28
28
  ]);
29
29
 
30
- const wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
31
- if (fsExtra.existsSync(wcdefinitionsPath)) {
32
- registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
30
+ const outputPath = path.resolve(__dirname, "./internal-do-not-import-from-here/tooling.output.json");
31
+ if (fsExtra.existsSync(outputPath)) {
32
+ registerOutputInfo(fsExtra.readJSONSync(outputPath));
33
33
  }
34
34
  }
35
35
  }
@@ -1 +0,0 @@
1
- {"wcm-buttonlink-settings":["settingsKey"],"wcm-banner-block-settings":["settingsKey"],"wcm-banner-block-edit":["content","settings","onSave","onClose"],"wcm-breadcrumb-settings":["settingsKey"],"owcm-calendar-rollup-settings":["settingsKey"],"owcm-calendar-rollup-dialog":["close"],"owcm-channel-rollup-settings":["settingsKey"],"omx-em-colleague-dialog-content":["onSave","participant","onClose","onSelectStepPassed"],"wcm-content-block-settings-breakpoint":["settingsKey","breakPointId"],"wcm-content-block-settings":["settingsKey"],"wcm-content-block-translation-comparer":["settingsKey","onShowScrollChange","onUpdateText"],"owcm-digitalsignage-screen-renderer":["data"],"omx-em-event-clone-dialog-content":["onSave","eventDetail","onClose"],"wcm-html-script-block-content-editor":["content","close"],"info-screen-button":["data"],"info-screen-renderer":["data"],"wcm-link-picker":["title","onClosed","onSaved","styles","providerFilter","selectedItem"],"wcm-media-block-settings":["settingsKey"],"wcm-page-properties-settings":["settingsKey"],"owcm-page-rollup-settings-breakpoint":["breakPointId"],"owcm-channel-filter":["valueBind"],"owcm-page-rollup-settings":["settingsKey"],"owcm-pagetype-filter":["valueBind"],"owcm-picked-pages-dialog":["dialogModel","onSaved","close","allowToSelectPageCollectionNode","allowOtherOptionInPageCollection","showUnPublishedNodes"],"wcm-backgroundselector":["settings"],"wcm-invite-coauthors":["styles","close"],"wcm-mega-menu-default-navigation":["currentSettings"],"wcm-block-mega-menu-settings":["settingsKey"],"wcm-mega-menu-settings":["settingsKey","currentSettings","onUpdateSettings"],"wcm-move-node":["node","onClosed","onSaved","currentPageCollection"],"wcm-sp-sync-settings":["settings","onChange"],"wcm-sp-sync-tenant-settings":["settings","onChange"],"wcm-sp-sync-error":["onClosed","content"],"wcm-sp-sync-warning":["onClosed"],"wcm-related-link-settings":["settingsKey"],"wcm-link-heading":["linkData"],"wcm-rssreader-block-settings":["settingsKey"],"owcm-activity-feed":["styles"],"owcm-activity-feed-settings":["settingsKey"],"owcm-page-feedbacks":["feedbacks","columns"],"owcm-page-feedbacks-dialog":["pageId","closeCallback"],"wcm-page-feedback":["settingsKey"],"owcm-page-comment-like-settings":["settingsKey"],"owcm-page-comment-like-view":["settings","topicId"],"wcm-variation-input":["valueBind","requiredWithValidator","onValueChanged"],"wcm-variation-picker":["items","valueBind","onValueChanged"],"wcm-variation-selector-settings":["settingsKey"]}