@omnia/fx-models 8.0.476-dev → 8.0.477-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.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BusinessProfileBlockTitleSettings = void 0;
4
4
  const BusinessProfile_1 = require("./BusinessProfile");
5
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
5
+ const ManifestIds_1 = require("./shared-mobile/ManifestIds");
6
6
  class BusinessProfileBlockTitleSettings extends BusinessProfile_1.BusinessProfileProperty {
7
7
  constructor() {
8
8
  super(ManifestIds_1.OmniaService.Id, "BusinessProfileBlockTitleSettings");
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BusinessProfileThemeMappingSettings = exports.TenantRegionalStyles = exports.OmniaBusinessProfileRelativePathValue = exports.BusinessProfileRelativePathValue = exports.BusinessProfileChromeLayout = exports.BusinessProfileFaviconSettings = exports.BusinessProfileHomeUrlSettings = exports.BusinessProfileLanguageSettings = exports.BusinessProfileMediaPicker = exports.BusinessProfileThemeManager = exports.BusinessProfileTheme = exports.BusinessProfilePathProperty = exports.BusinessProfileProperty = void 0;
4
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
5
+ const ManifestIds_1 = require("./shared-mobile/ManifestIds");
6
6
  const shared_mobile_1 = require("./shared-mobile");
7
7
  class BusinessProfileProperty extends shared_mobile_1.OmniaNamedModel {
8
8
  }
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FileUploaderProviderVersionedLayoutContext = void 0;
4
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
5
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
6
6
  class FileUploaderProviderVersionedLayoutContext {
7
7
  constructor(layoutId) {
8
8
  this.omniaServiceId = ManifestIds_1.OmniaService.Id;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocumentsLinkHandlerSettings = void 0;
4
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
4
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
5
5
  const Tenant_1 = require("../Tenant");
6
6
  class DocumentsLinkHandlerSettings extends Tenant_1.TenantProperty {
7
7
  constructor() {
package/Tenant.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TenantPreSetup = exports.TenantFaviconSettings = exports.TenantEnterpriseGlossary = exports.AllEnterprisePropertyDataTypesContentHashSettings = exports.AllEnterprisePropertiesContentHashSettings = exports.TenantApiSettings = exports.TenantPeopleInformation = exports.TenantTypographyFonts = exports.TenantAuthenticationSettings = exports.TenantInfoSettings = exports.TenantErrorInformation = exports.TenantCSOMClientContextFallbackUrl = exports.TenantThemeManager = exports.TenantLanguageSettings = exports.TenantRegionalSettings = exports.TenantProperty = void 0;
4
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
4
+ const ManifestIds_1 = require("./shared-mobile/ManifestIds");
5
5
  const shared_mobile_1 = require("./shared-mobile");
6
6
  class TenantProperty extends shared_mobile_1.OmniaNamedModel {
7
7
  }
package/apps/App.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AppThemeManager = exports.ShowInPublicListingsMode = exports.UserAppTemplateAvailabilityOptions = void 0;
4
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
4
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
5
5
  const Routing_1 = require("../Routing");
6
6
  var UserAppTemplateAvailabilityOptions;
7
7
  (function (UserAppTemplateAvailabilityOptions) {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BusinessProfileAuthenticationScreensSettings = void 0;
4
4
  const BusinessProfile_1 = require("../BusinessProfile");
5
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
5
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
6
6
  class BusinessProfileAuthenticationScreensSettings extends BusinessProfile_1.BusinessProfileProperty {
7
7
  constructor() {
8
8
  super(ManifestIds_1.OmniaService.Id, "BusinessProfileAuthenticationScreensSettings");
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BusinessProfileAuthenticationSettings = void 0;
4
4
  const BusinessProfile_1 = require("../BusinessProfile");
5
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
5
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
6
6
  class BusinessProfileAuthenticationSettings extends BusinessProfile_1.BusinessProfileProperty {
7
7
  constructor() {
8
8
  super(ManifestIds_1.OmniaService.Id, "BusinessProfileAuthenticationSettings");
@@ -11,13 +11,13 @@ export interface IEditorChromeRegistration {
11
11
  zoomable?: boolean;
12
12
  active?: boolean;
13
13
  leftDrawer?: {
14
- title: string;
15
- renderer: IEditorChromeRenderer;
14
+ title?: string;
15
+ renderer?: IEditorChromeRenderer;
16
16
  actions?: Array<IChromeActionItem>;
17
17
  };
18
18
  rightDrawer?: {
19
- title: string;
20
- renderer: IEditorChromeRenderer;
19
+ title?: string;
20
+ renderer?: IEditorChromeRenderer;
21
21
  actions?: Array<IChromeActionItem>;
22
22
  };
23
23
  footerToolbar?: {
@@ -43,7 +43,7 @@ export interface IChromeActionItem {
43
43
  description?: string;
44
44
  loading?: boolean;
45
45
  icon?: IIcon;
46
- clickHandler?: () => void;
46
+ clickHandler?: (e: MouseEvent) => void;
47
47
  activator?: (activatorRenderer: VNodeChild) => VNodeChild;
48
48
  }
49
49
  export interface IEditorChromeRenderer {
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BusinessProfileIdentityCreationRequestSettings = exports.IdentityCreationRequestQuery = exports.IdentityPropertyBindingSetting = exports.PropertyBindingSetting = exports.UserRequestFormSetting = exports.PropertyBindingDisplay = exports.IdentityCreationRequestSettings = exports.ApprovalState = exports.ConfirmEmailStatus = void 0;
4
4
  const BusinessProfile_1 = require("../BusinessProfile");
5
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
5
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
6
6
  var ConfirmEmailStatus;
7
7
  (function (ConfirmEmailStatus) {
8
8
  ConfirmEmailStatus[ConfirmEmailStatus["Incomplete"] = 0] = "Incomplete";
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MediaPickerIconsStorageProviderContext = void 0;
4
4
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
5
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
6
6
  class MediaPickerIconsStorageProviderContext {
7
7
  constructor() {
8
8
  this.omniaServiceId = ManifestIds_1.OmniaService.Id;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.476-dev",
4
+ "version": "8.0.477-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VersionedLayoutProvider = exports.VersionedAlternateLayoutDefinition = exports.VersionedLayoutDefinition = exports.VersionedAlternateLayoutId = exports.VersionedLayoutId = void 0;
4
4
  const Enums_1 = require("../Enums");
5
5
  const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
- const ManifestIds_1 = require("internal/fx/models/shared-mobile/ManifestIds");
6
+ const ManifestIds_1 = require("../shared-mobile/ManifestIds");
7
7
  var VersionedLayoutId;
8
8
  (function (VersionedLayoutId) {
9
9
  })(VersionedLayoutId || (exports.VersionedLayoutId = VersionedLayoutId = {}));