@omnia/fx-models 8.0.194-dev → 8.0.196-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 (47) hide show
  1. package/ActionHandler.d.ts +1 -1
  2. package/AzureAd.d.ts +1 -1
  3. package/BusinessProfileDallEPromptDefault.js +2 -2
  4. package/ChromeLayoutDefinition.js +2 -2
  5. package/Enums.d.ts +1 -1
  6. package/Enums.js +22 -22
  7. package/Enums.tooling.d.ts +4 -1
  8. package/Enums.tooling.js +3 -0
  9. package/LinkHandler/linktype/DefaultLinkType.d.ts +1 -1
  10. package/LinkHandler/linktype/DefaultLinkType.js +2 -2
  11. package/LinkHandler/linktype/DocumentLinkType.d.ts +1 -1
  12. package/LinkHandler/linktype/DocumentLinkType.js +2 -2
  13. package/LinkHandler/linktype/LinkType.d.ts +1 -1
  14. package/LoginLogItem.d.ts +1 -1
  15. package/PermissionInputSettings.d.ts +1 -1
  16. package/RichTextEditorExtension.d.ts +1 -1
  17. package/TokenDefinition.d.ts +1 -1
  18. package/{internal-do-not-import-from-here/shared/models/Tooling.d.ts → Tooling.d.ts} +1 -1
  19. package/auth/common/AuthenticationSettings.d.ts +1 -1
  20. package/authentication/Authentication.js +2 -2
  21. package/connected-tenants/ConnectedTenant.d.ts +1 -1
  22. package/filterengine/Shared.d.ts +1 -1
  23. package/filterengine/Shared.js +14 -14
  24. package/identities/IdentityPropertySyncBinding.d.ts +1 -1
  25. package/identities/IdentityProviderRunLog.d.ts +1 -1
  26. package/identities/IdentityProviderSettings.d.ts +1 -1
  27. package/identities/IdentitySyncProvider.d.ts +1 -1
  28. package/index.d.ts +1 -0
  29. package/index.js +1 -0
  30. package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -1
  31. package/internal-do-not-import-from-here/shared/models/index.js +0 -1
  32. package/media-picker/SharePointVideoResult.d.ts +1 -1
  33. package/media-picker/interfaces/types.d.ts +1 -1
  34. package/omniasearch/IndexSearchRequest.d.ts +1 -1
  35. package/omniasearch/IndexedDocument.d.ts +1 -1
  36. package/omniasearch/OmniaUserSource.d.ts +1 -1
  37. package/omniasearch/OmniaUserSource.js +2 -2
  38. package/omniasearch/PropertySource.d.ts +1 -1
  39. package/omniasearch/SearchIndex.d.ts +1 -1
  40. package/package.json +1 -1
  41. package/properties/definitions/TextPropertyDefinition.d.ts +1 -1
  42. package/properties/definitions/TextPropertyDefinition.js +2 -2
  43. package/statuscodelayout/SystemLayout.js +2 -2
  44. package/ux/AppProvisioningValidatorApi.d.ts +1 -1
  45. package/ux/DynamicPlaceholderApi.d.ts +1 -1
  46. package/ux/UserProfileHandlerApi.d.ts +1 -1
  47. /package/{internal-do-not-import-from-here/shared/models/Tooling.js → Tooling.js} +0 -0
@@ -1,4 +1,4 @@
1
- import { guid } from "../shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { MultilingualString } from "./MultilingualString";
3
3
  export declare abstract class ActionHandlerRegistrationId {
4
4
  private value;
package/AzureAd.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { guid } from "../shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { IdentityProviderProperty } from "./identities";
3
3
  export interface AzureAdDefaultUserProperties {
4
4
  id: guid;
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BusinessProfileDallEPromptDefaultSettings = void 0;
4
- const shared_1 = require("../shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  const BusinessProfile_1 = require("./BusinessProfile");
6
6
  class BusinessProfileDallEPromptDefaultSettings extends BusinessProfile_1.BusinessProfileProperty {
7
7
  constructor() {
8
- super((0, shared_1.guid)("39df27aa-95f1-4a23-b3f6-8b231afcda82"), "dallepromptsettings");
8
+ super((0, models_1.guid)("39df27aa-95f1-4a23-b3f6-8b231afcda82"), "dallepromptsettings");
9
9
  }
10
10
  }
11
11
  exports.BusinessProfileDallEPromptDefaultSettings = BusinessProfileDallEPromptDefaultSettings;
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ChromeLayoutDefinition = void 0;
4
- const shared_1 = require("../shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  const versionedlayout_1 = require("./versionedlayout");
6
6
  class ChromeLayoutDefinition extends versionedlayout_1.VersionedLayoutDefinition {
7
7
  constructor() {
8
- super((0, shared_1.guid)("5e3d7814-07cf-4619-a4f5-d9ff4bacbdc3"));
8
+ super((0, models_1.guid)("5e3d7814-07cf-4619-a4f5-d9ff4bacbdc3"));
9
9
  }
10
10
  }
11
11
  exports.ChromeLayoutDefinition = ChromeLayoutDefinition;
package/Enums.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { guid } from "../shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { Id } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  export type SecurityIdentity = Id<guid, "SecurityIdentity">;
4
4
  export declare enum BuiltInEnterprisePropertyInternalNames {
package/Enums.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RichTextModes = exports.TimePeriodTypes = exports.TargetUser = exports.RedirectRuleType = exports.MultilingualScopes = exports.OmniaRoleTypes = exports.TargetResolverTypes = exports.PermissionRoles = exports.TimeFormats = exports.CompareBusinessProfilePathType = exports.StatusMessageOverlayType = exports.HttpStatusCode = exports.QueueMessageStatus = exports.StaticEndpoint = exports.ThemeType = exports.FeatureInstanceStatus = exports.RoleDefinitions = exports.Parameters = exports.ParamTypes = exports.PropertyIndexedType = exports.UserPickingType = exports.BoolFilter = exports.PrincipalTypes = exports.AppInstanceScopedQueryTypes = exports.AppInstanceStatus = exports.VideoRatio = exports.AdminNavigationBuiltInCategory = exports.AdminVisibility = exports.AuthenticationValidationStatuses = exports.IconSources = exports.IconTypes = exports.LanguageTags = exports.LocalizationTargetTypes = exports.BundleTargetTypes = exports.ServerManifestTypes = exports.ClientManifestTypes = exports.RuleLogicalOperator = exports.ResourceEvaluators = exports.ConsoleStateStorageMessageTypes = exports.ConsoleMessageTypes = exports.LogLevels = exports.ManifestLoadStatus = exports.LogSources = exports.AppTemplatePermissionLevel = exports.SecurityAccessType = exports.SecurityIdentities = exports.SecurityRoleScopes = exports.SecurityProviderTypes = exports.BuiltInAppInstanceInternalNames = exports.BuiltInEnterprisePropertyInternalNames = void 0;
4
4
  exports.StatusFilter = exports.PersistentDiskTypes = exports.CookieKeys = exports.LocalServingMessageType = exports.DisplayBreakpoints = exports.DisplayBreakpointCodes = exports.OmniaMimeType = exports.IdentityUserIdTypeMatch = exports.OmniaClientRuntimes = exports.OmniaBackendRuntimes = exports.PropertyEditModeElementNameType = exports.DirectionRules = exports.MediaPickerEnums = exports.PropertyArchiveType = exports.ImageSources = exports.IconSizes = exports.BlockRenderingModes = exports.LayoutCanvasModes = exports.ChromeTypes = exports.LayoutItemActions = exports.LayoutEditorModes = exports.TabbedDisplayModes = exports.TabbedIconPositions = exports.Positions = exports.BorderPositions = exports.IconPositions = exports.TextAlignment = exports.LayoutItemTypes = exports.LayoutDrawerTabs = exports.VerticalAlignments = exports.HorizontalAlignments = exports.BladeSizes = exports.ImageResolution = exports.ServiceLocatorUrlType = exports.AppInstanceAction = exports.VDataGridHeaderType = exports.VDataGridHeaderAlign = exports.ButtonSizes = exports.ButtonModes = exports.ButtonIconPosition = exports.ButtonTooltipPosition = void 0;
5
- const shared_1 = require("../shared");
5
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
6
6
  var BuiltInEnterprisePropertyInternalNames;
7
7
  (function (BuiltInEnterprisePropertyInternalNames) {
8
8
  BuiltInEnterprisePropertyInternalNames["Title"] = "title";
@@ -29,8 +29,8 @@ var SecurityRoleScopes;
29
29
  SecurityRoleScopes["Site"] = "Site";
30
30
  })(SecurityRoleScopes || (exports.SecurityRoleScopes = SecurityRoleScopes = {}));
31
31
  exports.SecurityIdentities = {
32
- OverridenRulesBindingIdentityId: (0, shared_1.guid)("ff000000-0000-ffff-0000-0000000000ff"),
33
- AnonymousIdentity: (0, shared_1.guid)("c2781205-d1c7-42e0-a270-4a43f94f6cf5")
32
+ OverridenRulesBindingIdentityId: (0, models_1.guid)("ff000000-0000-ffff-0000-0000000000ff"),
33
+ AnonymousIdentity: (0, models_1.guid)("c2781205-d1c7-42e0-a270-4a43f94f6cf5")
34
34
  };
35
35
  var SecurityAccessType;
36
36
  (function (SecurityAccessType) {
@@ -372,25 +372,25 @@ var Parameters;
372
372
  Parameters["AppInstanceId"] = "appInstanceId";
373
373
  })(Parameters || (exports.Parameters = Parameters = {}));
374
374
  exports.RoleDefinitions = {
375
- TenantAdmin: (0, shared_1.guid)("67daa6ca-168e-458f-96c8-4162b77fc99f"),
376
- BusinessProfileAdmin: (0, shared_1.guid)("64562087-f391-4244-a70b-81fcdbc2cc64"),
377
- BusinessProfileViewer: (0, shared_1.guid)("cffcab14-085f-4add-83fa-ac078e680ee3"),
378
- AppInstanceAdmin: (0, shared_1.guid)("f17d076c-d46b-43fd-94e2-e664dd43ed92"),
379
- AppInstanceAuthor: (0, shared_1.guid)("56a69fd9-23fe-4215-bbae-410cb85ba54d"),
380
- AppInstanceContributor: (0, shared_1.guid)("e5ba2879-76a1-4d0a-ab71-6c7ca6cd4791"),
381
- AppInstanceReader: (0, shared_1.guid)("a0aa2eb1-859d-40d5-a377-586544ed45be"),
382
- AppInstanceViewer: (0, shared_1.guid)("94099e3a-dff2-4596-b095-44c75c16f9eb"),
383
- AuthorizedUsers: (0, shared_1.guid)("244bed89-6fbf-4d80-a9b5-facf11baed7d"),
384
- InternalUsers: (0, shared_1.guid)("c06b3651-047b-4a4d-b98b-3a844d83dbb3"),
385
- InternalUsersExceptRestricted: (0, shared_1.guid)("4acc878e-a191-44a1-8a1d-4247f1f38eaf"),
386
- ExternalUsers: (0, shared_1.guid)("7d3ed54b-8fdd-4199-9a56-10468b7649b9"),
387
- ExtensionFullControl: (0, shared_1.guid)("13e4367b-2a92-42d6-a60b-b8a6142e81aa"),
388
- QueryAppInstanceAdmin: (0, shared_1.guid)("38d5fe14-ce97-40fd-b442-6d60e8578fe7"),
389
- QueryAppInstanceAuthor: (0, shared_1.guid)("22cf24a9-3d99-4876-b6a2-d9710e71429c"),
390
- QueryAppInstanceContributor: (0, shared_1.guid)("847e8689-e86f-4dfd-be42-65f52b01ddf8"),
391
- QueryAppInstanceReader: (0, shared_1.guid)("d8e7acc5-1338-43d2-8307-c3e712340205"),
392
- QueryAppInstanceViewer: (0, shared_1.guid)("9b0b9c44-3356-408e-91a5-a29a7a83e924"),
393
- DirectoryReader: (0, shared_1.guid)("83a919c4-2a71-4860-bcd9-7ebc639d00b8"),
375
+ TenantAdmin: (0, models_1.guid)("67daa6ca-168e-458f-96c8-4162b77fc99f"),
376
+ BusinessProfileAdmin: (0, models_1.guid)("64562087-f391-4244-a70b-81fcdbc2cc64"),
377
+ BusinessProfileViewer: (0, models_1.guid)("cffcab14-085f-4add-83fa-ac078e680ee3"),
378
+ AppInstanceAdmin: (0, models_1.guid)("f17d076c-d46b-43fd-94e2-e664dd43ed92"),
379
+ AppInstanceAuthor: (0, models_1.guid)("56a69fd9-23fe-4215-bbae-410cb85ba54d"),
380
+ AppInstanceContributor: (0, models_1.guid)("e5ba2879-76a1-4d0a-ab71-6c7ca6cd4791"),
381
+ AppInstanceReader: (0, models_1.guid)("a0aa2eb1-859d-40d5-a377-586544ed45be"),
382
+ AppInstanceViewer: (0, models_1.guid)("94099e3a-dff2-4596-b095-44c75c16f9eb"),
383
+ AuthorizedUsers: (0, models_1.guid)("244bed89-6fbf-4d80-a9b5-facf11baed7d"),
384
+ InternalUsers: (0, models_1.guid)("c06b3651-047b-4a4d-b98b-3a844d83dbb3"),
385
+ InternalUsersExceptRestricted: (0, models_1.guid)("4acc878e-a191-44a1-8a1d-4247f1f38eaf"),
386
+ ExternalUsers: (0, models_1.guid)("7d3ed54b-8fdd-4199-9a56-10468b7649b9"),
387
+ ExtensionFullControl: (0, models_1.guid)("13e4367b-2a92-42d6-a60b-b8a6142e81aa"),
388
+ QueryAppInstanceAdmin: (0, models_1.guid)("38d5fe14-ce97-40fd-b442-6d60e8578fe7"),
389
+ QueryAppInstanceAuthor: (0, models_1.guid)("22cf24a9-3d99-4876-b6a2-d9710e71429c"),
390
+ QueryAppInstanceContributor: (0, models_1.guid)("847e8689-e86f-4dfd-be42-65f52b01ddf8"),
391
+ QueryAppInstanceReader: (0, models_1.guid)("d8e7acc5-1338-43d2-8307-c3e712340205"),
392
+ QueryAppInstanceViewer: (0, models_1.guid)("9b0b9c44-3356-408e-91a5-a29a7a83e924"),
393
+ DirectoryReader: (0, models_1.guid)("83a919c4-2a71-4860-bcd9-7ebc639d00b8"),
394
394
  };
395
395
  var FeatureInstanceStatus;
396
396
  (function (FeatureInstanceStatus) {
@@ -1,8 +1,11 @@
1
+ import { guid } from "@omnia/fx-models";
1
2
  import { SecurityIdentity } from "./Enums";
2
3
  declare const securityIdentityTypes: Record<"OverridenRulesBindingIdentityId" | "AnonymousIdentity", SecurityIdentity>;
3
- declare module "@omnia/fx-models/internal-do-not-import-from-here/shared/models/Tooling" {
4
+ declare const omniaResourceManifests: Record<"FxCore", guid>;
5
+ declare module "./Tooling" {
4
6
  interface IEnums$ {
5
7
  securityIdentities: typeof securityIdentityTypes;
8
+ omniaResourceManifests: typeof omniaResourceManifests;
6
9
  }
7
10
  }
8
11
  export {};
package/Enums.tooling.js CHANGED
@@ -7,6 +7,9 @@ const securityIdentityTypes = enum$("securityIdentities").value({
7
7
  OverridenRulesBindingIdentityId: (0, fx_models_1.guid)("ff000000-0000-ffff-0000-0000000000ff"),
8
8
  AnonymousIdentity: (0, fx_models_1.guid)("c2781205-d1c7-42e0-a270-4a43f94f6cf5")
9
9
  });
10
+ const omniaResourceManifests = enum$("omniaResourceManifests").value({
11
+ FxCore: (0, fx_models_1.guid)("a2892051-fd9f-4056-ae8d-30d16d48417d")
12
+ });
10
13
  // const test = o$.enums.securityIdentities.AnonymousIdentity;
11
14
  // function aaa(indentity: SecurityIdentityType){
12
15
  // }
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { LinkType } from "./LinkType";
3
3
  /**
4
4
  * A DefaultLinkType class
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DefaultLinkType = void 0;
4
- const shared_1 = require("@omnia/fx/internal-do-not-import-from-here/shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  /**
6
6
  * A DefaultLinkType class
7
7
  * @description This type class specifies the normal behaviour when opening the link, either by open the url or calling fallback function
@@ -9,7 +9,7 @@ const shared_1 = require("@omnia/fx/internal-do-not-import-from-here/shared");
9
9
  * @see {LinkHandlerRegistrationManager} class for handler implementation details
10
10
  */
11
11
  class DefaultLinkType {
12
- static { this.id = (0, shared_1.guid)("72da0174-ad58-47da-90e7-ca03e3ecb651"); }
12
+ static { this.id = (0, models_1.guid)("72da0174-ad58-47da-90e7-ca03e3ecb651"); }
13
13
  constructor() {
14
14
  this.id = DefaultLinkType.id;
15
15
  }
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { LinkType } from "./LinkType";
3
3
  /**
4
4
  * DocumentLinkType class
@@ -1,14 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DocumentLinkType = void 0;
4
- const shared_1 = require("@omnia/fx/internal-do-not-import-from-here/shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  /**
6
6
  * DocumentLinkType class
7
7
  * @description A document link type, to handle links from Office 365/MSOffice related apps. The handler opens the resource in app if on mobile, otherwise will use the fallback function
8
8
  * @implements {LinkType}
9
9
  */
10
10
  class DocumentLinkType {
11
- static { this.id = (0, shared_1.guid)("0d8fceb2-fdc9-4133-88be-0868a1f89601"); }
11
+ static { this.id = (0, models_1.guid)("0d8fceb2-fdc9-4133-88be-0868a1f89601"); }
12
12
  /**
13
13
  * Base constructor
14
14
  */
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  /**
3
3
  * Base interface for LinkType
4
4
  * @id need to implement
package/LoginLogItem.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { guid } from "../shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { Identity } from "./identities";
3
3
  export interface LoginLogItem {
4
4
  id: number;
@@ -1,4 +1,4 @@
1
- import { guid } from "../shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { BoolFilter, PrincipalTypes } from "./Enums";
3
3
  import { ISpecialUserConfiguration } from "./ISpecialUserConfiguration";
4
4
  export interface PermissionInputSettings {
@@ -1,6 +1,6 @@
1
1
  import { VNodeChild } from "vue";
2
2
  import { Mark, Node, Extension } from "@tiptap/core";
3
- import { guid } from "../shared";
3
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
4
4
  type RichTextEditorExtensionConfiguration = {
5
5
  nodes?: Array<RichTextEditorNode>;
6
6
  toolbarItems?: Array<RichTextEditorToolbar>;
@@ -1,4 +1,4 @@
1
- import { IMessageBusTopicSubscription } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared";
2
2
  export declare abstract class ReplaceToken {
3
3
  abstract readonly prefixToken: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { guid } from "./Guid";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export interface IEnums$ {
3
3
  }
4
4
  declare global {
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { AuthenticationOption } from "./AuthenticationOption";
3
3
  export interface AuthenticationSettings {
4
4
  onBoardingSettings: OnBoardingAuthSettings;
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AuthenticationLayoutDefinition = void 0;
4
- const shared_1 = require("@omnia/fx/internal-do-not-import-from-here/shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  const versionedlayout_1 = require("../versionedlayout");
6
6
  class AuthenticationLayoutDefinition extends versionedlayout_1.VersionedLayoutDefinition {
7
7
  constructor() {
8
- super((0, shared_1.guid)("736b3eeb-6376-4e21-9ded-0ee6e4b63707"));
8
+ super((0, models_1.guid)("736b3eeb-6376-4e21-9ded-0ee6e4b63707"));
9
9
  }
10
10
  }
11
11
  exports.AuthenticationLayoutDefinition = AuthenticationLayoutDefinition;
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { ConnectedTenantUserMapping } from "./ConnectedTenantUserMapping";
3
3
  export interface ConnectedTenant {
4
4
  id: guid;
@@ -1,4 +1,4 @@
1
- import { guid } from "../../shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { EnterprisePropertyDefinition } from "../enterprise-properties";
3
3
  import { PrincipalTypes, PropertyIndexedType, UserPickingType } from "../Enums";
4
4
  import { Identity } from "../identities";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DbQueryFilterEngineContext = exports.FilterEngineContext = exports.EnterprisePropertyDataTypeIds = exports.DateTimePeriod = exports.DateType = exports.FilterEngineTagsValueSortOrder = exports.FilterEngineTextValueSortOrder = exports.FilterEnginePersonValueSortOrder = exports.FilterEngineOperator = exports.FilterEngineSearchBoxMode = exports.FilterEngineBooleanOption = exports.FilterEngineChipColorType = exports.FilterEngineDefaultPosition = exports.FilterEngineRenderType = void 0;
4
- const shared_1 = require("../../shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  var FilterEngineRenderType;
6
6
  (function (FilterEngineRenderType) {
7
7
  FilterEngineRenderType[FilterEngineRenderType["Dropdown"] = 0] = "Dropdown";
@@ -68,19 +68,19 @@ var DateTimePeriod;
68
68
  DateTimePeriod[DateTimePeriod["LaterThanToday"] = 6] = "LaterThanToday";
69
69
  })(DateTimePeriod || (exports.DateTimePeriod = DateTimePeriod = {}));
70
70
  exports.EnterprisePropertyDataTypeIds = {
71
- EnterpriseKeywords: (0, shared_1.guid)("c65cc969-4f63-41bf-9956-f6e2c843b196"),
72
- Media: (0, shared_1.guid)("8883bebf-4c38-4b70-8195-8a9cb66f8252"),
73
- RichText: (0, shared_1.guid)("927c1f21-d34b-4e7b-aa97-d12d5e31711e"),
74
- Language: (0, shared_1.guid)("19cd4544-e2a0-4498-8db8-c8fc74fcce54"),
75
- Data: (0, shared_1.guid)("502f7df9-e961-4c6a-85f0-2e2b0b06b476"),
76
- Tags: (0, shared_1.guid)("581eb7ee-a9af-42e0-a73e-d23af3332813"),
77
- Text: (0, shared_1.guid)("7667bdd4-7995-4536-b3e9-bacb829d6f5e"),
78
- Number: (0, shared_1.guid)("a7ad0d68-0fec-44ab-b468-028e718dbffc"),
79
- DateTime: (0, shared_1.guid)("b8549e8c-e60f-48bb-8f57-2d03ed84131d"),
80
- Boolean: (0, shared_1.guid)("f27cdaac-fd29-4552-bd56-72cd2f6fb3f1"),
81
- Person: (0, shared_1.guid)("8a96e2a9-963d-47fe-b0d8-851fbf948e33"),
82
- Taxonomy: (0, shared_1.guid)("786bfddc-df08-4441-b1ce-ec0730af8113"),
83
- Extended: (0, shared_1.guid)("e85eda7f-029e-4bb9-902d-fcd631ab564b")
71
+ EnterpriseKeywords: (0, models_1.guid)("c65cc969-4f63-41bf-9956-f6e2c843b196"),
72
+ Media: (0, models_1.guid)("8883bebf-4c38-4b70-8195-8a9cb66f8252"),
73
+ RichText: (0, models_1.guid)("927c1f21-d34b-4e7b-aa97-d12d5e31711e"),
74
+ Language: (0, models_1.guid)("19cd4544-e2a0-4498-8db8-c8fc74fcce54"),
75
+ Data: (0, models_1.guid)("502f7df9-e961-4c6a-85f0-2e2b0b06b476"),
76
+ Tags: (0, models_1.guid)("581eb7ee-a9af-42e0-a73e-d23af3332813"),
77
+ Text: (0, models_1.guid)("7667bdd4-7995-4536-b3e9-bacb829d6f5e"),
78
+ Number: (0, models_1.guid)("a7ad0d68-0fec-44ab-b468-028e718dbffc"),
79
+ DateTime: (0, models_1.guid)("b8549e8c-e60f-48bb-8f57-2d03ed84131d"),
80
+ Boolean: (0, models_1.guid)("f27cdaac-fd29-4552-bd56-72cd2f6fb3f1"),
81
+ Person: (0, models_1.guid)("8a96e2a9-963d-47fe-b0d8-851fbf948e33"),
82
+ Taxonomy: (0, models_1.guid)("786bfddc-df08-4441-b1ce-ec0730af8113"),
83
+ Extended: (0, models_1.guid)("e85eda7f-029e-4bb9-902d-fcd631ab564b")
84
84
  };
85
85
  class FilterEngineContext {
86
86
  constructor(componentId) {
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { IdentityProviderProperty } from "./IdentityProviderProperty";
3
3
  import { IdentityTypes } from "./IdentityTypes";
4
4
  export interface IdentityPropertySyncBindingBase {
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { IdentityProviderRunStatus } from "./IdentityProviderRunStatus";
3
3
  import { IdentityProviderState } from "./IdentityProviderState";
4
4
  export interface IdentityProviderRunLog {
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { MultilingualString } from "../MultilingualString";
3
3
  import { IdentityProviderProperty } from "./IdentityProviderProperty";
4
4
  import { IdentityProviderRunStatus } from "./IdentityProviderRunStatus";
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export interface IdentitySyncProvider {
3
3
  readonly id: guid;
4
4
  readonly renderSettingsComponent: <T extends any>(callback?: () => T) => JSX.Element;
package/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from "./Exposes";
2
2
  import * as Exposes from "./Exposes";
3
+ import "./Tooling";
3
4
  declare module "./Extends" {
4
5
  interface IOmniaFxApi {
5
6
  models: typeof Exposes;
package/index.js CHANGED
@@ -3,3 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const tslib_1 = require("tslib");
5
5
  tslib_1.__exportStar(require("./Exposes"), exports);
6
+ require("./Tooling"); // to make typing in npm packages
@@ -20,4 +20,3 @@ export * from "./velcron";
20
20
  export * from "./DependencyInjection";
21
21
  export * from "./Messaging";
22
22
  export * from "./EventHook";
23
- import "./Tooling";
@@ -24,4 +24,3 @@ tslib_1.__exportStar(require("./velcron"), exports);
24
24
  tslib_1.__exportStar(require("./DependencyInjection"), exports);
25
25
  tslib_1.__exportStar(require("./Messaging"), exports);
26
26
  tslib_1.__exportStar(require("./EventHook"), exports);
27
- require("./Tooling"); // to make typing in npm packages
@@ -1,4 +1,4 @@
1
- import { guid } from "../../shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { MediaPickerVideo } from "./MediaPickerMedia";
3
3
  export interface MediaPickerSharePointVideo extends MediaPickerVideo {
4
4
  showTitle: boolean;
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { MediaPickerRenditionData } from "../MediaPickerImageRendition";
3
3
  import { MediaPickerImageTransformationResult } from "../MediaPickerImageTransformationResult";
4
4
  import { MediaPickerImage, MediaPickerVideo, MediaPickerMedia } from "../MediaPickerMedia";
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { IndexedDocument } from "./IndexedDocument";
3
3
  import { Index } from "./SearchIndex";
4
4
  import { SearchQuery } from "./SearchQuery";
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export interface IndexedDocument {
3
3
  primaryKey: string;
4
4
  typeId: string;
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { PropertySource } from "./PropertySource";
3
3
  import { RefinerProperty } from "./RefinerProperty";
4
4
  import { SearchProperty } from "./SearchProperty";
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UserScopeTypeOmniaSearchProperty = exports.UserScopeOmniaSearchProperty = exports.UserTypeOmniaSearchProperty = exports.SourceRelatedOmniaSearchProperty = exports.SourceRelatedOmniaSortProperty = exports.SourceRelatedOmniaRefinerProperty = exports.OmniaUserSource = void 0;
4
- const shared_1 = require("@omnia/fx/internal-do-not-import-from-here/shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  const SearchProperty_1 = require("./SearchProperty");
6
6
  class OmniaUserSource {
7
7
  constructor() {
8
- this.propertySourceId = (0, shared_1.guid)("df5ffc28-2172-44ec-9533-749e8534d215");
8
+ this.propertySourceId = (0, models_1.guid)("df5ffc28-2172-44ec-9533-749e8534d215");
9
9
  }
10
10
  }
11
11
  exports.OmniaUserSource = OmniaUserSource;
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export interface IPropertySource {
3
3
  propertySourceId: guid;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  export declare class Index {
3
3
  id: guid;
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.194-dev",
4
+ "version": "8.0.196-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,4 +1,4 @@
1
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
1
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
2
2
  import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
3
3
  import { TextPropertyValue } from "../values";
4
4
  export declare class TextDisplaySettings extends PropertyDisplaySettingsBase {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TextPropertyDefinition = exports.textPropertyDefinitionId = exports.TextEditorSettings = exports.TextDisplaySettings = void 0;
4
- const shared_1 = require("@omnia/fx/internal-do-not-import-from-here/shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  const PropertyDefinition_1 = require("../PropertyDefinition");
6
6
  class TextDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
7
7
  }
@@ -9,7 +9,7 @@ exports.TextDisplaySettings = TextDisplaySettings;
9
9
  class TextEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
10
10
  }
11
11
  exports.TextEditorSettings = TextEditorSettings;
12
- exports.textPropertyDefinitionId = (0, shared_1.guid)("cbd461eb-6d34-4f1a-8ab8-08a220d92868");
12
+ exports.textPropertyDefinitionId = (0, models_1.guid)("cbd461eb-6d34-4f1a-8ab8-08a220d92868");
13
13
  class TextPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
14
14
  constructor() {
15
15
  super(...arguments);
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SystemLayoutDefinition = void 0;
4
- const shared_1 = require("@omnia/fx/internal-do-not-import-from-here/shared");
4
+ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
5
5
  const versionedlayout_1 = require("../versionedlayout");
6
6
  class SystemLayoutDefinition extends versionedlayout_1.VersionedLayoutDefinition {
7
7
  constructor() {
8
- super((0, shared_1.guid)("2cf7033c-0f65-4a65-9ce7-489b00835361"));
8
+ super((0, models_1.guid)("2cf7033c-0f65-4a65-9ce7-489b00835361"));
9
9
  }
10
10
  }
11
11
  exports.SystemLayoutDefinition = SystemLayoutDefinition;
@@ -1,5 +1,5 @@
1
1
  import { AppInstance } from "../apps/App";
2
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
2
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { ApiPath } from "../Extends";
4
4
  export interface AppProvisioningValidatorOutput {
5
5
  requiredValidatorElement: string;
@@ -1,5 +1,5 @@
1
1
  import { VNode, h } from "vue";
2
- import { guid } from "@omnia/fx/internal-do-not-import-from-here/shared";
2
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { ApiPath, IExtendApiManifestWithConfiguration } from "../Extends";
4
4
  import { LayoutPlaceHolderRegistration } from "../Layout";
5
5
  import { IMessageBusTopicSubscription } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
@@ -1,5 +1,5 @@
1
1
  import { EditUserProfileHandlerRegistration } from "@omnia/fx-models";
2
- import { guid } from "../../shared";
2
+ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
3
3
  import { ApiPath, IExtendApiManifestWithConfiguration } from "../Extends";
4
4
  export interface IUserProfileApi {
5
5
  actionHandlerRegistration: Promise<IUserProfileActionHandlerRegistrationApi>;