@omnia/fx-models 8.0.431-dev → 8.0.433-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/ActionHandler.d.ts +1 -1
- package/AiSettings.d.ts +1 -1
- package/BusinessProfile.d.ts +1 -1
- package/Enums.tooling.d.ts +1 -1
- package/Exposes.d.ts +0 -1
- package/Exposes.js +0 -1
- package/MultilingualString.d.ts +1 -150
- package/RollupMetricSettings.d.ts +1 -1
- package/Tenant.d.ts +1 -1
- package/UserdefinedLocalization.d.ts +1 -1
- package/apps/App.d.ts +1 -1
- package/apps/AppInstanceRollup.d.ts +1 -1
- package/enterprise-properties/EnterpriseProperty.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertyArchive.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertyCategory.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertySet.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertySetArchive.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +1 -1
- package/identities/AnonymousIdentity.d.ts +2 -2
- package/identities/DynamicGroupIdentity.d.ts +2 -2
- package/identities/ExtensionIdentity.d.ts +2 -2
- package/identities/GroupIdentity.d.ts +2 -2
- package/identities/GroupType.d.ts +1 -1
- package/identities/Identity.d.ts +1 -1
- package/identities/IdentityApi.d.ts +1 -1
- package/identities/IdentityCreationRequest.d.ts +2 -2
- package/identities/IdentityProviderSettings.d.ts +1 -1
- package/identities/RoleIdentity.d.ts +2 -2
- package/identities/UserIdentity.d.ts +2 -2
- package/identities/UserType.d.ts +1 -1
- package/identities/UserTypeRule.d.ts +1 -1
- package/identities/UserTypeSettings.d.ts +2 -2
- package/identities/UserTypeSettings.js +8 -8
- package/internal-do-not-import-from-here/shared/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/MultilingualString.d.ts +150 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/index.js +3 -0
- package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyBinding.d.ts +2 -3
- package/internal-do-not-import-from-here/shared/models/properties/PropertyConfiguration.js +2 -0
- package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyDefinition.d.ts +2 -2
- package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/properties/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/properties/index.js +7 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +7 -1
- package/internal-do-not-import-from-here/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/media-picker/MediaPickerImageScaling.d.ts +1 -1
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +2 -4
- package/properties/bindingprovider/IPropertyBindingProvider.d.ts +2 -2
- package/properties/datasource/DataSourcePropertyDisplayInformation.d.ts +1 -1
- package/properties/datasource/UserDataSourceProperty.d.ts +1 -2
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +1 -1
- package/properties/definitions/BirthdayPropertyDefinition.js +5 -5
- package/properties/definitions/BooleanPropertyDefinition.d.ts +1 -1
- package/properties/definitions/BooleanPropertyDefinition.js +5 -5
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +1 -1
- package/properties/definitions/BusinessProfilePropertyDefinition.js +4 -4
- package/properties/definitions/DatePropertyDefinition.d.ts +1 -1
- package/properties/definitions/DatePropertyDefinition.js +5 -5
- package/properties/definitions/DateTimePropertyDefinition.d.ts +1 -1
- package/properties/definitions/DateTimePropertyDefinition.js +5 -5
- package/properties/definitions/EmailPropertyDefinition.d.ts +1 -1
- package/properties/definitions/EmailPropertyDefinition.js +5 -5
- package/properties/definitions/HtmlPropertyDefinition.d.ts +1 -1
- package/properties/definitions/HtmlPropertyDefinition.js +5 -5
- package/properties/definitions/IdentityPropertyDefinition.d.ts +1 -1
- package/properties/definitions/IdentityPropertyDefinition.js +5 -5
- package/properties/definitions/ImagePropertyDefinition.d.ts +1 -1
- package/properties/definitions/ImagePropertyDefinition.js +4 -4
- package/properties/definitions/IntegerPropertyDefinition.d.ts +1 -1
- package/properties/definitions/IntegerPropertyDefinition.js +5 -5
- package/properties/definitions/LanguagePropertyDefinition.d.ts +1 -1
- package/properties/definitions/LanguagePropertyDefinition.js +5 -5
- package/properties/definitions/LinkPropertyDefinition.d.ts +1 -1
- package/properties/definitions/LinkPropertyDefinition.js +5 -5
- package/properties/definitions/MediaPropertyDefinition.d.ts +1 -1
- package/properties/definitions/MediaPropertyDefinition.js +5 -5
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +1 -1
- package/properties/definitions/MultilineTextPropertyDefinition.js +5 -5
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +1 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.js +5 -5
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +1 -1
- package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -4
- package/properties/definitions/TagsPropertyDefinition.d.ts +1 -1
- package/properties/definitions/TagsPropertyDefinition.js +5 -5
- package/properties/definitions/TermSetPropertyDefinition.d.ts +1 -2
- package/properties/definitions/TermSetPropertyDefinition.js +3 -4
- package/properties/definitions/TextPropertyDefinition.d.ts +1 -1
- package/properties/definitions/TextPropertyDefinition.js +4 -4
- package/properties/definitions/TimePropertyDefinition.d.ts +1 -1
- package/properties/definitions/TimePropertyDefinition.js +5 -5
- package/properties/definitions/UserTypePropertyDefinition.d.ts +1 -1
- package/properties/definitions/UserTypePropertyDefinition.js +4 -4
- package/properties/index.d.ts +0 -4
- package/properties/index.js +0 -4
- package/properties/values/BirthdayPropertyValue.d.ts +1 -1
- package/properties/values/BirthdayPropertyValue.js +2 -2
- package/properties/values/BooleanPropertyValue.d.ts +1 -1
- package/properties/values/BooleanPropertyValue.js +2 -2
- package/properties/values/BusinessProfilePropertyValue.d.ts +1 -2
- package/properties/values/BusinessProfilePropertyValue.js +2 -2
- package/properties/values/DatePropertyValue.d.ts +1 -1
- package/properties/values/DatePropertyValue.js +2 -2
- package/properties/values/DateTimePropertyValue.d.ts +1 -1
- package/properties/values/DateTimePropertyValue.js +2 -2
- package/properties/values/EmailPropertyValue.d.ts +1 -1
- package/properties/values/EmailPropertyValue.js +2 -2
- package/properties/values/HtmlPropertyValue.d.ts +1 -1
- package/properties/values/HtmlPropertyValue.js +2 -2
- package/properties/values/IdentityPropertyValue.d.ts +1 -1
- package/properties/values/IdentityPropertyValue.js +2 -2
- package/properties/values/ImagePropertyValue.d.ts +1 -1
- package/properties/values/ImagePropertyValue.js +2 -2
- package/properties/values/IntegerPropertyValue.d.ts +1 -1
- package/properties/values/IntegerPropertyValue.js +2 -2
- package/properties/values/LanguagePropertyValue.d.ts +1 -1
- package/properties/values/LanguagePropertyValue.js +2 -2
- package/properties/values/LinkPropertyValue.d.ts +1 -1
- package/properties/values/LinkPropertyValue.js +2 -2
- package/properties/values/MediaPropertyValue.d.ts +1 -1
- package/properties/values/MediaPropertyValue.js +2 -2
- package/properties/values/MultilineTextPropertyValue.d.ts +1 -1
- package/properties/values/MultilineTextPropertyValue.js +2 -2
- package/properties/values/MultilingualTextPropertyValue.d.ts +1 -2
- package/properties/values/MultilingualTextPropertyValue.js +2 -2
- package/properties/values/PhoneNumberPropertyValue.d.ts +1 -1
- package/properties/values/PhoneNumberPropertyValue.js +2 -2
- package/properties/values/TagsPropertyValue.d.ts +1 -1
- package/properties/values/TagsPropertyValue.js +2 -2
- package/properties/values/TextPropertyValue.d.ts +1 -1
- package/properties/values/TextPropertyValue.js +2 -2
- package/properties/values/TimePropertyValue.d.ts +1 -1
- package/properties/values/TimePropertyValue.js +2 -2
- package/properties/values/UserTypePropertyValue.d.ts +1 -1
- package/properties/values/UserTypePropertyValue.js +2 -2
- package/richtext-editor-extensions/HeadingExtension.d.ts +1 -1
- package/versionedlayout/VersionedLayout.d.ts +1 -2
- /package/{properties/PropertyConfiguration.js → internal-do-not-import-from-here/shared/models/MultilingualString.js} +0 -0
- /package/{ValueOf.d.ts → internal-do-not-import-from-here/shared/models/ValueOf.d.ts} +0 -0
- /package/{ValueOf.js → internal-do-not-import-from-here/shared/models/ValueOf.js} +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyBinding.js +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyConfiguration.d.ts +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyDefinition.js +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyValue.js +0 -0
package/ActionHandler.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export declare abstract class ActionHandlerRegistrationId {
|
4
4
|
private value;
|
5
5
|
static create(id: guid): ActionHandlerRegistrationId;
|
package/AiSettings.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export declare enum PassAnalysisCriteria {
|
4
4
|
Yes = 0,
|
5
5
|
No = 1
|
package/BusinessProfile.d.ts
CHANGED
@@ -2,7 +2,7 @@ import { guid, ThemeTargetMapping } from "@omnia/fx-models/internal-do-not-impor
|
|
2
2
|
import { types } from "typestyle";
|
3
3
|
import { ActionDefinition, LanguageSettings, LegacyTheming, ThemeSelection, VersionedLayoutId } from ".";
|
4
4
|
import { LegacyThemeType } from "./Enums";
|
5
|
-
import { MultilingualString } from "
|
5
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
6
6
|
import { IOmniaPropertyBag, OmniaNamedModel } from "./NamedProperty";
|
7
7
|
export interface BusinessProfileIdentity {
|
8
8
|
id: guid;
|
package/Enums.tooling.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { LanguageTags, OmniaMimeType, guid } from "@omnia/fx-models";
|
2
|
-
declare const mimeTypes: Record<"c" | "x" | "map" | "s" | "z" | "rgb" | "js" | "css" | "aa" | "class" | "html" | "i" | "ins" | "tr" | "jpeg" | "jpg" | "png" | "bmp" | "gif" | "svg" | "ico" | "pdf" | "dotx" | "docx" | "doc" | "dot" | "pptx" | "potx" | "ppt" | "pot" | "xlsx" | "xltx" | "xls" | "xlt" | "ms" | "dir" | "cd" | "cc" | "cab" | "cdf" | "def" | "
|
2
|
+
declare const mimeTypes: Record<"c" | "x" | "map" | "s" | "z" | "rgb" | "js" | "css" | "aa" | "class" | "html" | "i" | "ins" | "tr" | "jpeg" | "jpg" | "png" | "bmp" | "gif" | "svg" | "ico" | "pdf" | "dotx" | "docx" | "doc" | "dot" | "pptx" | "potx" | "ppt" | "pot" | "xlsx" | "xltx" | "xls" | "xlt" | "ms" | "dir" | "cd" | "cc" | "cab" | "cdf" | "def" | "filters" | "user" | "src" | "settings" | "one" | "ac3" | "323" | "caf" | "fdf" | "h" | "group" | "atom" | "rtf" | "3g2" | "3gp" | "3gp2" | "3gpp" | "7z" | "AAC" | "aaf" | "aax" | "aca" | "accda" | "accdb" | "accdc" | "accde" | "accdr" | "accdt" | "accdw" | "accft" | "acx" | "AddIn" | "ade" | "adobebridge" | "adp" | "ADT" | "ADTS" | "afm" | "ai" | "aif" | "aifc" | "aiff" | "air" | "amc" | "application" | "art" | "asa" | "asax" | "ascx" | "asd" | "asf" | "ashx" | "asi" | "asm" | "asmx" | "aspx" | "asr" | "asx" | "au" | "avi" | "axs" | "bas" | "bcpio" | "bin" | "calx" | "cat" | "cdda" | "cer" | "chm" | "clp" | "cmx" | "cnf" | "cod" | "config" | "contact" | "coverage" | "cpio" | "cpp" | "crd" | "crl" | "crt" | "cs" | "csdproj" | "csh" | "csproj" | "csv" | "cur" | "cxx" | "dat" | "datasource" | "dbproj" | "dcr" | "deploy" | "der" | "dgml" | "dib" | "dif" | "disco" | "dll" | "dll.config" | "dlm" | "docm" | "dotm" | "dsp" | "dsw" | "dtd" | "dtsConfig" | "dv" | "dvi" | "dwf" | "dwp" | "dxr" | "eml" | "emz" | "eot" | "eps" | "etl" | "etx" | "evy" | "exe" | "exe.config" | "fif" | "fla" | "flr" | "flv" | "fsscript" | "fsx" | "generictest" | "gsm" | "gtar" | "gz" | "hdf" | "hdml" | "hhc" | "hhk" | "hhp" | "hlp" | "hpp" | "hqx" | "hta" | "htc" | "htm" | "htt" | "hxa" | "hxc" | "hxd" | "hxe" | "hxf" | "hxh" | "hxi" | "hxk" | "hxq" | "hxr" | "hxs" | "hxt" | "hxv" | "hxw" | "hxx" | "ics" | "idl" | "ief" | "iii" | "inc" | "inf" | "inl" | "ipa" | "ipg" | "ipproj" | "ipsw" | "iqy" | "isp" | "ite" | "itlp" | "itms" | "itpc" | "IVF" | "jar" | "java" | "jck" | "jcz" | "jfif" | "jnlp" | "jpb" | "jpe" | "jsx" | "jsxbin" | "latex" | "library-ms" | "lit" | "loadtest" | "lpk" | "lsf" | "lst" | "lsx" | "lzh" | "m13" | "m14" | "m1v" | "m2t" | "m2ts" | "m2v" | "m3u" | "m3u8" | "m4a" | "m4b" | "m4p" | "m4r" | "m4v" | "mac" | "mak" | "man" | "manifest" | "master" | "mda" | "mdb" | "mde" | "mdp" | "me" | "mfp" | "mht" | "mhtml" | "mid" | "midi" | "mix" | "mk" | "mmf" | "mno" | "mny" | "mod" | "mov" | "movie" | "mp2" | "mp2v" | "mp3" | "mp4" | "mp4v" | "mpa" | "mpe" | "mpeg" | "mpf" | "mpg" | "mpp" | "mpv2" | "mqv" | "msi" | "mso" | "mts" | "mtx" | "mvb" | "mvc" | "mxp" | "nc" | "nsc" | "nws" | "ocx" | "oda" | "odc" | "odh" | "odl" | "odp" | "ods" | "odt" | "onea" | "onepkg" | "onetmp" | "onetoc" | "onetoc2" | "orderedtest" | "osdx" | "p10" | "p12" | "p7b" | "p7c" | "p7m" | "p7r" | "p7s" | "pbm" | "pcast" | "pct" | "pcx" | "pcz" | "pfb" | "pfm" | "pfx" | "pgm" | "pic" | "pict" | "pkgdef" | "pkgundef" | "pko" | "pls" | "pma" | "pmc" | "pml" | "pmr" | "pmw" | "pnm" | "pnt" | "pntg" | "pnz" | "potm" | "ppa" | "ppam" | "ppm" | "pps" | "ppsm" | "ppsx" | "pptm" | "prf" | "prm" | "prx" | "ps" | "psc1" | "psd" | "psess" | "psm" | "psp" | "pub" | "pwz" | "qht" | "qhtm" | "qt" | "qti" | "qtif" | "qtl" | "qxd" | "ra" | "ram" | "rar" | "ras" | "rat" | "rc" | "rc2" | "rct" | "rdlc" | "resx" | "rf" | "rgs" | "rm" | "rmi" | "rmp" | "roff" | "rpm" | "rqy" | "rtx" | "ruleset" | "safariextz" | "scd" | "sct" | "sd2" | "sdp" | "sea" | "searchConnector-ms" | "setpay" | "setreg" | "sgimb" | "sgml" | "sh" | "shar" | "shtml" | "sit" | "sitemap" | "skin" | "sldm" | "sldx" | "slk" | "sln" | "slupkg-ms" | "smd" | "smi" | "smx" | "smz" | "snd" | "snippet" | "snp" | "sol" | "sor" | "spc" | "spl" | "srf" | "SSISDeploymentManifest" | "ssm" | "sst" | "stl" | "sv4cpio" | "sv4crc" | "svc" | "swf" | "t" | "tar" | "tcl" | "testrunconfig" | "testsettings" | "tex" | "texi" | "texinfo" | "tgz" | "thmx" | "thn" | "tif" | "tiff" | "tlh" | "tli" | "toc" | "trm" | "trx" | "ts" | "tsv" | "ttf" | "tts" | "txt" | "u32" | "uls" | "ustar" | "vb" | "vbdproj" | "vbk" | "vbproj" | "vbs" | "vcf" | "vcproj" | "vcs" | "vcxproj" | "vddproj" | "vdp" | "vdproj" | "vdx" | "vml" | "vscontent" | "vsct" | "vsd" | "vsi" | "vsix" | "vsixlangpack" | "vsixmanifest" | "vsmdi" | "vspscc" | "vss" | "vsscc" | "vssettings" | "vssscc" | "vst" | "vstemplate" | "vsto" | "vsw" | "vsx" | "vtx" | "wav" | "wave" | "wax" | "wbk" | "wbmp" | "wcm" | "wdb" | "wdp" | "webarchive" | "webtest" | "wiq" | "wiz" | "wks" | "WLMP" | "wlpginstall" | "wlpginstall3" | "wm" | "wma" | "wmd" | "wmf" | "wml" | "wmlc" | "wmls" | "wmlsc" | "wmp" | "wmv" | "wmx" | "wmz" | "wpl" | "wps" | "wri" | "wrl" | "wrz" | "wsc" | "wsdl" | "wvx" | "xaf" | "xaml" | "xap" | "xbap" | "xbm" | "xdr" | "xht" | "xhtml" | "xla" | "xlam" | "xlc" | "xld" | "xlk" | "xll" | "xlm" | "xlsb" | "xlsm" | "xltm" | "xlw" | "xml" | "xmta" | "xof" | "XOML" | "xpm" | "xps" | "xrm-ms" | "xsc" | "xsd" | "xsf" | "xsl" | "xslt" | "xsn" | "xss" | "xtp" | "xwd" | "zip" | "woff" | "woff2", OmniaMimeType>;
|
3
3
|
declare const languageTags: Record<"ArSa" | "BgBg" | "CaEs" | "ZhTw" | "CsCz" | "DaDk" | "DeDe" | "ElGr" | "EnUs" | "FiFi" | "FrFr" | "HeIl" | "HuHu" | "IsIs" | "ItIt" | "JaJp" | "KoKr" | "NlNl" | "NbNo" | "PlPl" | "PtBr" | "RoRo" | "RuRu" | "HrHr" | "SkSk" | "SqAl" | "SvSe" | "ThTh" | "TrTr" | "UrPk" | "IdId" | "UkUa" | "BeBy" | "SlSi" | "EtEe" | "LvLv" | "LtLt" | "FaIr" | "ViVn" | "HyAm" | "EuEs" | "MkMk" | "AfZa" | "KaGe" | "FoFo" | "HiIn" | "MsMy" | "KkKz" | "KyKg" | "SwKe" | "TtRu" | "PaIn" | "GuIn" | "TaIn" | "TeIn" | "KnIn" | "MrIn" | "SaIn" | "MnMn" | "GlEs" | "DvMv" | "ArIq" | "ZhCn" | "DeCh" | "EnGb" | "EsMx" | "FrBe" | "ItCh" | "NlBe" | "NnNo" | "PtPt" | "SvFi" | "MsBn" | "ArEg" | "ZhHk" | "DeAt" | "EnAu" | "EnEs" | "FrCa" | "ArLy" | "ZhSg" | "DeLu" | "EnCa" | "EsGt" | "FrCh" | "ArDz" | "ZhMo" | "DeLi" | "EnNz" | "EsCr" | "FrLu" | "ArMa" | "EnIe" | "EsPa" | "FrMc" | "ArTn" | "EnZa" | "EsDo" | "ArOm" | "EnJm" | "EsVe" | "ArYe" | "EsCo" | "ArSy" | "EnBz" | "EsPe" | "ArJo" | "EnTt" | "EsAr" | "ArLb" | "EnZw" | "EsEc" | "EsEs" | "ArKw" | "EnPh" | "EsCl" | "ArAe" | "EsUy" | "ArBh" | "EsPy" | "ArQa" | "EsBo" | "EsSv" | "EsHn" | "EsPr" | "ZuZa" | "XhZa" | "FyNl" | "TnZa" | "SeSe" | "SeFi" | "CyGb" | "HrBa" | "MiNz" | "GaIe" | "RmCh" | "LbLu" | "NsZa" | "SeNo" | "MtMt", LanguageTags>;
|
4
4
|
declare const omniaGroupManifests: Record<"FxUxBootstrapper" | "Fx" | "FxConsole" | "FxUxCommonComponents" | "FxUxRichTextEditor" | "Header" | "ChromeGroup" | "LayoutCanvasGroup", guid>;
|
5
5
|
declare const omniaResourceManifests: Record<"AppCore" | "VelcronCore" | "VelcronSetup" | "FxServiceWorker" | "SplitPaneLib" | "ProsemirrorPackage" | "AuthSetupCore" | "LayoutCanvasShared" | "AwesomeProFont" | "FxUxBootstrapper" | "FxUxVuetifyCore" | "DynamicPlaceholderApis" | "AppPlaceHolderApis" | "FxUxMonacoEditor" | "FxUxAutocomplete" | "ClientBoot" | "FxUxVuetifyBottomnav" | "ConsoleCommands" | "FxUxVRating" | "FxUxVuetifyStepper" | "FxUxVuetifyColorPicker" | "FxUxVuetifyCombobox" | "FxUxVuetifySlider" | "FxUxVuetifyDatatable" | "FxUxVuetifyDatePicker" | "FxUxVuetifyTimePicker" | "FxUxVuetifySnackbar" | "FxUxVuetifyPagination" | "FxUxVuetifyTimeline" | "FxUxVuetifyFooter" | "FxUxVuetifyCalendar" | "FxUxVuetifyVList" | "FxUxVuetifyNavigation" | "FxUxVuetifyAlert" | "FxUxVuetifyCard" | "FxUxVuetifyTab" | "FxUxVuetifyExpansionPanel" | "FxUxVuetifyCarousel" | "FxContexts" | "FxCoreBoot" | "FxCore" | "FxShared" | "FxWorkersBootstrapper" | "OmniaHubWorker" | "FxWorkers" | "Fx" | "FxSpContexts" | "FxUxVuetifyTextinput" | "FxUxVuetifyNumberinput" | "FxUxVuetifySelect" | "FxUxVuetifyTextarea" | "LocalhostingCommands" | "FxUxVuetifyBreadcrumbs" | "FxUxVuetifySelection" | "FxSp" | "FxSpfx" | "SpfxCustomizer" | "SpfxWebpart" | "SpfxStandaloneWebpart" | "FxSpfxWpStandalone" | "FxSpfxWpStandaloneInstanceHandler" | "FxUxVuetifySwitch" | "FxUx" | "FxUxEditor" | "FxUxAdmin" | "FxUxAdminTokenRouter" | "FxUxLibs" | "FxUxVDialog" | "FxUxVTreeView" | "Vendor" | "PhoneNumberLib" | "FxTenantLanguage" | "FxUxAppProvisioningShared" | "FxUxRichTextEditorExtension" | "MicrosoftTeamsSDK" | "MicrosoftTeamsSDKLoader" | "TeamsSSOScript" | "MediaPickerProviderRegistration" | "FxUxRichTextEditorCore" | "ActionApi" | "ActionHandlerEvents" | "LikeTopicIdProviderRegistration" | "LinkHandlerRegistration" | "EnterpriseGlossaryRegistrationApi" | "AppProvisioningValidatorApi" | "SidePanelRegistrationApi" | "GraphClientRegistrationApi" | "SharepointClientRegistrationApi" | "FilterEngineRegistrationApi" | "TaxonomyFilterEngineRegistrationApi" | "EnterpriseKeywordsFilterEngineRegistrationApi" | "ExtendedTaxonomyFilterEngineRegistrationApi" | "PersonFilterEngineRegistrationApi" | "TagsFilterEngineRegistrationApi" | "BooleanFilterEngineRegistrationApi" | "TextFilterEngineRegistrationApi" | "NumberFilterEngineRegistrationApi" | "DateTimeFilterEngineRegistrationApi" | "ExtendedIdentityFilterEngineRegistrationApi" | "ExtendedBooleanFilterEngineRegistrationApi" | "ExtendedTextFilterEngineRegistrationApi" | "ExtendedIntegerFilterEngineRegistrationApi" | "ExtendedDateTimeFilterEngineRegistrationApi" | "ExtendedDateFilterEngineRegistrationApi" | "ExtendedEmailFilterEngineRegistrationApi" | "ExtendedHtmlFilterEngineRegistrationApi" | "ExtendedLinkFilterEngineRegistrationApi" | "ExtendedMultilineTextFilterEngineRegistrationApi" | "ExtendedMultilingualTextFilterEngineRegistrationApi" | "ExtendedPhoneNumberFilterEngineRegistrationApi" | "ExtendedBirthdayFilterEngineRegistrationApi" | "AppInstanceRollupViewRegistrationApi" | "AppInstanceRollupViewBase" | "UserProfileActionHandlerApi" | "AppInstanceTokenProvider" | "AppPropertiesProvider" | "FxUxEnterprisePropertiesDataSourceApi" | "FxUxPropertiesProviderApi" | "UserPropertiesProvider" | "UserPropertiesByMicrosoftGraphProvider" | "UserPropertiesBySharePointProvider" | "UserTokenProvider" | "FxUxPropertyDataSourceApi" | "IdentityPropertyApi" | "BuiltinExtendedPropertiesRegistration" | "FxUxCommentDialog" | "FeaturesActivation" | "FxUxFilterEngineCore" | "FxUxBooleanFilterEngineCore" | "FxUxDateFilterEngineCore" | "FxUxNumberFilterEngineCore" | "FxUxPersonFilterEngineCore" | "FxUxTextFilterEngineCore" | "FxUxTaxonomyFilterEngineCore" | "IdentitySyncProviderApi" | "BuiltinSyncProvidersRegistration" | "SharePointIntegrationExternalMapping" | "TextCompletionTenantFeature" | "DallESecretComponent" | "DallESecretRegistrations" | "DallELocalization" | "DallETenantFeature" | "DallEMediaProviderFeature" | "DefaultNotFoundLayout" | "DefaultUnauthorizedLayout" | "StatusCodeLayoutRegistration" | "BuiltinPropertyBindingProviders" | "ExtendedEnterprisePropertyBindingProvider" | "BusinessProfilePropertyBindingProvider" | "UserPropertyBindingProvider" | "MagicLinkCore" | "AdminSystemCore" | "ScopedPermissionApi" | "SecretsCore" | "BusinessProfilesCore" | "BusinessProfileAdminLanguage" | "TenantAdminMediaPickerRegistrations" | "TenantGeneralSettingsRegistration" | "TenantRegionalRegistrations" | "TenantAdminSettingsCore" | "SystemLayoutRegistration" | "SystemLayoutResource" | "BusinessProfileApi" | "AppSettingsCore" | "UserManagementApi" | "UnsplashTenantFeature", guid>;
|
package/Exposes.d.ts
CHANGED
@@ -99,7 +99,6 @@ export * from "./UrlPropertyValue";
|
|
99
99
|
export * from "./UserInformation";
|
100
100
|
export * from "./UserdefinedLocalization";
|
101
101
|
export * from "./ValueDefinitionSetting";
|
102
|
-
export * from "./ValueOf";
|
103
102
|
export * from "./VersionedData";
|
104
103
|
export * from "./WebImage";
|
105
104
|
export * from "./media-picker";
|
package/Exposes.js
CHANGED
@@ -105,7 +105,6 @@ tslib_1.__exportStar(require("./UrlPropertyValue"), exports);
|
|
105
105
|
tslib_1.__exportStar(require("./UserInformation"), exports);
|
106
106
|
tslib_1.__exportStar(require("./UserdefinedLocalization"), exports);
|
107
107
|
tslib_1.__exportStar(require("./ValueDefinitionSetting"), exports);
|
108
|
-
tslib_1.__exportStar(require("./ValueOf"), exports);
|
109
108
|
tslib_1.__exportStar(require("./VersionedData"), exports);
|
110
109
|
tslib_1.__exportStar(require("./WebImage"), exports);
|
111
110
|
tslib_1.__exportStar(require("./media-picker"), exports);
|
package/MultilingualString.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
1
2
|
import { MultilingualScopes, LanguageTags } from "./Enums";
|
2
3
|
import { Language } from "./Language";
|
3
4
|
/**
|
@@ -9,156 +10,6 @@ export interface ScopedLanguageSetting {
|
|
9
10
|
userPreferredLanguageTag: LanguageTags;
|
10
11
|
excludeCountry: boolean;
|
11
12
|
}
|
12
|
-
/**
|
13
|
-
* Language tag (languageTags-RegionTag)("ISO 639-1"-"ISO 3166-1") as property and the value beloning to what language tag
|
14
|
-
* Resolve using MultilingualStore.getters.stringValue (or propertyName["en-us"] etc)
|
15
|
-
* */
|
16
|
-
export interface MultilingualString {
|
17
|
-
/**
|
18
|
-
* Only used for type identification, always set to true in new instances.
|
19
|
-
* @example if(someProp.isMultilingualString){return someProp["ar-sa"];}
|
20
|
-
* */
|
21
|
-
isMultilingualString: true;
|
22
|
-
"ar-sa"?: string;
|
23
|
-
"bg-bg"?: string;
|
24
|
-
"ca-es"?: string;
|
25
|
-
"zh-tw"?: string;
|
26
|
-
"cs-cz"?: string;
|
27
|
-
"da-dk"?: string;
|
28
|
-
"de-de"?: string;
|
29
|
-
"el-gr"?: string;
|
30
|
-
"en-us"?: string;
|
31
|
-
"fi-fi"?: string;
|
32
|
-
"fr-fr"?: string;
|
33
|
-
"he-il"?: string;
|
34
|
-
"hu-hu"?: string;
|
35
|
-
"is-is"?: string;
|
36
|
-
"it-it"?: string;
|
37
|
-
"ja-jp"?: string;
|
38
|
-
"ko-kr"?: string;
|
39
|
-
"nl-nl"?: string;
|
40
|
-
"nb-no"?: string;
|
41
|
-
"pl-pl"?: string;
|
42
|
-
"pt-br"?: string;
|
43
|
-
"ro-ro"?: string;
|
44
|
-
"ru-ru"?: string;
|
45
|
-
"hr-hr"?: string;
|
46
|
-
"sk-sk"?: string;
|
47
|
-
"sq-al"?: string;
|
48
|
-
"sv-se"?: string;
|
49
|
-
"th-th"?: string;
|
50
|
-
"tr-tr"?: string;
|
51
|
-
"ur-pk"?: string;
|
52
|
-
"id-id"?: string;
|
53
|
-
"uk-ua"?: string;
|
54
|
-
"be-by"?: string;
|
55
|
-
"sl-si"?: string;
|
56
|
-
"et-ee"?: string;
|
57
|
-
"lv-lv"?: string;
|
58
|
-
"lt-lt"?: string;
|
59
|
-
"fa-ir"?: string;
|
60
|
-
"vi-vn"?: string;
|
61
|
-
"hy-am"?: string;
|
62
|
-
"eu-es"?: string;
|
63
|
-
"mk-mk"?: string;
|
64
|
-
"af-za"?: string;
|
65
|
-
"ka-ge"?: string;
|
66
|
-
"fo-fo"?: string;
|
67
|
-
"hi-in"?: string;
|
68
|
-
"ms-my"?: string;
|
69
|
-
"kk-kz"?: string;
|
70
|
-
"ky-kg"?: string;
|
71
|
-
"sw-ke"?: string;
|
72
|
-
"tt-ru"?: string;
|
73
|
-
"pa-in"?: string;
|
74
|
-
"gu-in"?: string;
|
75
|
-
"ta-in"?: string;
|
76
|
-
"te-in"?: string;
|
77
|
-
"kn-in"?: string;
|
78
|
-
"mr-in"?: string;
|
79
|
-
"sa-in"?: string;
|
80
|
-
"mn-mn"?: string;
|
81
|
-
"gl-es"?: string;
|
82
|
-
"dv-mv"?: string;
|
83
|
-
"ar-iq"?: string;
|
84
|
-
"zh-cn"?: string;
|
85
|
-
"de-ch"?: string;
|
86
|
-
"en-gb"?: string;
|
87
|
-
"es-mx"?: string;
|
88
|
-
"fr-be"?: string;
|
89
|
-
"it-ch"?: string;
|
90
|
-
"nl-be"?: string;
|
91
|
-
"nn-no"?: string;
|
92
|
-
"pt-pt"?: string;
|
93
|
-
"sv-fi"?: string;
|
94
|
-
"ms-bn"?: string;
|
95
|
-
"ar-eg"?: string;
|
96
|
-
"zh-hk"?: string;
|
97
|
-
"de-at"?: string;
|
98
|
-
"en-au"?: string;
|
99
|
-
"en-es"?: string;
|
100
|
-
"fr-ca"?: string;
|
101
|
-
"ar-ly"?: string;
|
102
|
-
"zh-sg"?: string;
|
103
|
-
"de-lu"?: string;
|
104
|
-
"en-ca"?: string;
|
105
|
-
"es-gt"?: string;
|
106
|
-
"fr-ch"?: string;
|
107
|
-
"ar-dz"?: string;
|
108
|
-
"zh-mo"?: string;
|
109
|
-
"de-li"?: string;
|
110
|
-
"en-nz"?: string;
|
111
|
-
"es-cr"?: string;
|
112
|
-
"fr-lu"?: string;
|
113
|
-
"ar-ma"?: string;
|
114
|
-
"en-ie"?: string;
|
115
|
-
"es-pa"?: string;
|
116
|
-
"fr-mc"?: string;
|
117
|
-
"ar-tn"?: string;
|
118
|
-
"en-za"?: string;
|
119
|
-
"es-do"?: string;
|
120
|
-
"ar-om"?: string;
|
121
|
-
"en-jm"?: string;
|
122
|
-
"es-ve"?: string;
|
123
|
-
"ar-ye"?: string;
|
124
|
-
"es-co"?: string;
|
125
|
-
"ar-sy"?: string;
|
126
|
-
"en-bz"?: string;
|
127
|
-
"es-pe"?: string;
|
128
|
-
"ar-jo"?: string;
|
129
|
-
"en-tt"?: string;
|
130
|
-
"es-ar"?: string;
|
131
|
-
"ar-lb"?: string;
|
132
|
-
"en-zw"?: string;
|
133
|
-
"es-ec"?: string;
|
134
|
-
"ar-kw"?: string;
|
135
|
-
"en-ph"?: string;
|
136
|
-
"es-cl"?: string;
|
137
|
-
"ar-ae"?: string;
|
138
|
-
"es-uy"?: string;
|
139
|
-
"ar-bh"?: string;
|
140
|
-
"es-py"?: string;
|
141
|
-
"ar-qa"?: string;
|
142
|
-
"es-bo"?: string;
|
143
|
-
"es-sv"?: string;
|
144
|
-
"es-hn"?: string;
|
145
|
-
"es-pr"?: string;
|
146
|
-
"zu-za"?: string;
|
147
|
-
"xh-za"?: string;
|
148
|
-
"fy-nl"?: string;
|
149
|
-
"tn-za"?: string;
|
150
|
-
"se-se"?: string;
|
151
|
-
"se-fi"?: string;
|
152
|
-
"cy-gb"?: string;
|
153
|
-
"hr-ba"?: string;
|
154
|
-
"mi-nz"?: string;
|
155
|
-
"ga-ie"?: string;
|
156
|
-
"rm-ch"?: string;
|
157
|
-
"lb-lu"?: string;
|
158
|
-
"ns-za"?: string;
|
159
|
-
"se-no"?: string;
|
160
|
-
"mt-mt"?: string;
|
161
|
-
}
|
162
13
|
export interface IMultilingualStore {
|
163
14
|
getters: {
|
164
15
|
languageSetting: (scope: MultilingualScopes) => ScopedLanguageSetting;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ColorValue } from "../shared";
|
2
2
|
import { IIcon } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
|
-
import { MultilingualString } from "
|
3
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
export interface RollupMetricSettingsDetails {
|
5
5
|
title?: MultilingualString;
|
6
6
|
description?: MultilingualString;
|
package/Tenant.d.ts
CHANGED
@@ -2,7 +2,7 @@ import { TenantIdentifier, TypographyFontDefinition } from "@omnia/fx-models/int
|
|
2
2
|
import { ThemeSelection } from "../shared";
|
3
3
|
import { FirstDayOfWeeks, TimeFormats } from "./Enums";
|
4
4
|
import { LanguageSettings } from "./Language";
|
5
|
-
import { MultilingualString } from "
|
5
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
6
6
|
import { IOmniaPropertyBag, OmniaNamedModel } from "./NamedProperty";
|
7
7
|
export interface ITenant extends TenantIdentifier {
|
8
8
|
readonly propertyBag: IOmniaPropertyBag<TenantProperty>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { MultilingualString } from "
|
1
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export interface LocalizationProperty {
|
4
4
|
omniaServiceId: guid;
|
package/apps/App.d.ts
CHANGED
@@ -5,7 +5,7 @@ import { AppCategories, AppInstanceScopedQueryTypes, AppInstanceStatus, AppTempl
|
|
5
5
|
import { LegacyIconPickerModel } from "../Icon";
|
6
6
|
import { Identity } from "../identities";
|
7
7
|
import { MediaPickerImage } from "../media-picker";
|
8
|
-
import { MultilingualString } from "
|
8
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
9
9
|
import { RollupFilter } from "../RollupQuery";
|
10
10
|
import { AppRoutePropertyBagModel } from "../Routing";
|
11
11
|
import { ServiceParam } from "../ServiceParam";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { guid, FilterEngineSettings, RollupMetricSettings, BorderStylingDefinition, ColorValue, Spacing, TextBlueprint, TextFillDefinitionValue, ContainerFillBlueprint } from "@omnia/fx-models";
|
2
2
|
import { EnterprisePropertyDefinition } from "../enterprise-properties/EnterpriseProperty";
|
3
3
|
import { AppInstanceScopedQueryTypes, PropertyIndexedType } from "../Enums";
|
4
|
-
import { MultilingualString } from "
|
4
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
5
5
|
import { OrderBy, RollupEnums, RollupFilter } from "../RollupQuery";
|
6
6
|
import { AppInstance, AppInstanceInfo, AppInstanceInfoUser, AppInstanceTemplateFilter } from "./App";
|
7
7
|
export declare class AppInstanceRollupConstants {
|
@@ -2,7 +2,7 @@ import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/m
|
|
2
2
|
import { PropertyConfiguration, PropertyDefinition, PropertyDefinitionId } from "@omnia/fx-models";
|
3
3
|
import { PropertyIndexedType } from "../Enums";
|
4
4
|
import { EnterprisePropertiesDisplaySettings, EnterprisePropertySettings } from "./EnterprisePropertySettings";
|
5
|
-
import { MultilingualString } from "
|
5
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
6
6
|
export interface EnterprisePropertyDataType {
|
7
7
|
id: guid;
|
8
8
|
title: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PropertyArchive } from "../PropertyArchive";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export interface EnterprisePropertyArchive extends PropertyArchive {
|
4
4
|
title: MultilingualString;
|
5
5
|
internalName: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export interface EnterprisePropertyCategory {
|
4
4
|
id: guid;
|
5
5
|
title: MultilingualString;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { EnterprisePropertyItemSettings } from "./EnterprisePropertyItemSettings";
|
4
4
|
export interface EnterprisePropertySet {
|
5
5
|
id: guid;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PropertyArchive } from "../PropertyArchive";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export interface EnterprisePropertySetArchive extends PropertyArchive {
|
4
4
|
title: MultilingualString;
|
5
5
|
internalName: string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { EnterprisePropertyDataTypeId } from "../filterengine";
|
2
|
-
import { PropertyConfiguration, PropertyDefinition, PropertyDefinitionId } from "
|
2
|
+
import { PropertyConfiguration, PropertyDefinition, PropertyDefinitionId } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { EnterprisePropertySettings } from "./EnterprisePropertySettings";
|
4
4
|
export declare abstract class PropertySetting<TEnterprisePropertySettings extends EnterprisePropertySettings> {
|
5
5
|
constructor();
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models";
|
2
|
-
import { ImagePropertyDefinition,
|
1
|
+
import { guid, PropertyValueBinding } from "@omnia/fx-models";
|
2
|
+
import { ImagePropertyDefinition, TextPropertyDefinition } from "../properties";
|
3
3
|
import { Identity, IResolvedIdentity } from "./Identity";
|
4
4
|
import { IdentityTypes } from "./IdentityTypes";
|
5
5
|
export declare class AnonymousIdentity extends Identity {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { MultilingualStore } from "@omnia/fx/stores";
|
2
|
-
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
|
-
import { ImagePropertyDefinition, MultilingualTextPropertyDefinition,
|
2
|
+
import { guid, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
|
+
import { ImagePropertyDefinition, MultilingualTextPropertyDefinition, TextPropertyDefinition } from "../properties";
|
4
4
|
import { Identity, IResolvedIdentity } from "./Identity";
|
5
5
|
import { IdentityTypes } from "./IdentityTypes";
|
6
6
|
import { UserType } from "./UserType";
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { ImagePropertyDefinition,
|
1
|
+
import { guid, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { ImagePropertyDefinition, TextPropertyDefinition } from "../properties";
|
3
3
|
import { Identity, IResolvedIdentity } from "./Identity";
|
4
4
|
import { IdentityTypes } from "./IdentityTypes";
|
5
5
|
export declare class ExtensionIdentity extends Identity {
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { EmailPropertyDefinition, ImagePropertyDefinition,
|
1
|
+
import { guid, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { EmailPropertyDefinition, ImagePropertyDefinition, TextPropertyDefinition } from "../properties";
|
3
3
|
import { IResolvedIdentity, Identity } from "./Identity";
|
4
4
|
import { IdentityTypes } from "./IdentityTypes";
|
5
5
|
import { ScopeTypes } from "./ScopeTypes";
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export declare class GroupType {
|
4
4
|
id: guid;
|
5
5
|
displayName: MultilingualString;
|
package/identities/Identity.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid, IEquals } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { PropertyValueBinding } from "
|
2
|
+
import { PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { IdentityTypes } from "./IdentityTypes";
|
4
4
|
interface IIdentityEqual extends IEquals<{
|
5
5
|
identity(value: Identity): boolean;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ApiPath } from "../Extends";
|
2
|
-
import { PropertyBinding, PropertyDefinition } from "
|
2
|
+
import { PropertyBinding, PropertyDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { IdentityExternalMapping } from "./IdentityExternalMapping";
|
4
4
|
import { IdentitySyncProvider } from "./IdentitySyncProvider";
|
5
5
|
export interface IIdentityPropertyRegistrationApi {
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { PropertyValueBinding } from "
|
2
|
+
import { PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { BusinessProfileProperty } from "../BusinessProfile";
|
4
4
|
import { BoolFilter } from "../Enums";
|
5
5
|
import { Identity } from "./Identity";
|
6
6
|
import { UserAuthenticationInformation } from "./UserIdentity";
|
7
|
-
import { MultilingualString } from "
|
7
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
8
8
|
import { IExtendedEnterprisepropertiesPropertyDefinitionSettings } from "../enterprise-properties";
|
9
9
|
import { ScopeTypes } from "./ScopeTypes";
|
10
10
|
export interface ResolvedIdentityCreationRequestSettings {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { MultilingualString } from "
|
2
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { IdentityProviderProperty } from "./IdentityProviderProperty";
|
4
4
|
import { IdentityProviderRunStatus } from "./IdentityProviderRunStatus";
|
5
5
|
export interface IdentityProviderSettingsBase {
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { ImagePropertyDefinition,
|
1
|
+
import { guid, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { ImagePropertyDefinition, TextPropertyDefinition } from "../properties";
|
3
3
|
import { Identity, IResolvedIdentity } from "./Identity";
|
4
4
|
import { IdentityTypes } from "./IdentityTypes";
|
5
5
|
export declare class RoleIdentity extends Identity {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
1
|
+
import { guid, PropertyValueBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { IOmniaPropertyBag, OmniaNamedModel } from "../NamedProperty";
|
3
|
-
import { EmailPropertyDefinition, EmailPropertyValue, ImagePropertyDefinition, LanguagePropertyDefinition, PhoneNumberPropertyValue,
|
3
|
+
import { EmailPropertyDefinition, EmailPropertyValue, ImagePropertyDefinition, LanguagePropertyDefinition, PhoneNumberPropertyValue, TextPropertyDefinition } from "../properties";
|
4
4
|
import { IResolvedIdentity, Identity } from "./Identity";
|
5
5
|
import { IdentityTypes } from "./IdentityTypes";
|
6
6
|
import { ScopeTypes } from "./ScopeTypes";
|
package/identities/UserType.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VersionedLayoutDefinition } from "../versionedlayout";
|
3
|
-
import { MultilingualString } from "
|
3
|
+
import { MultilingualString } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
import { UserTypeDisplaySettings } from "./UserTypeDisplaySettings";
|
5
5
|
import { UserTypeSettings } from "./UserTypeSettings";
|
6
6
|
import { RecurrenceSettings } from "../RecurrenceSettings";
|
@@ -1,3 +1,3 @@
|
|
1
|
-
import { PropertyValueBinding, PropertyDefinition } from "
|
1
|
+
import { PropertyValueBinding, PropertyDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
export interface UserTypeRule extends PropertyValueBinding<PropertyDefinition<any, any, any>> {
|
3
3
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { BusinessProfilePropertyDefinition, EmailPropertyDefinition, ImagePropertyDefinition, LanguagePropertyDefinition,
|
1
|
+
import { guid, PropertyBinding } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { BusinessProfilePropertyDefinition, EmailPropertyDefinition, ImagePropertyDefinition, LanguagePropertyDefinition, TextPropertyDefinition, UserTypePropertyDefinition } from "../properties";
|
3
3
|
export interface UserTypeFormProperties {
|
4
4
|
new: FormProperties;
|
5
5
|
edit: FormProperties;
|
@@ -5,14 +5,14 @@ const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shar
|
|
5
5
|
const properties_1 = require("../properties");
|
6
6
|
exports.builtInPropertyBindings = {
|
7
7
|
user: {
|
8
|
-
displayName: new
|
9
|
-
username: new
|
10
|
-
image: new
|
11
|
-
email: new
|
12
|
-
preferredLanguage: new
|
13
|
-
uiLanguage: new
|
14
|
-
userType: new
|
15
|
-
owner: new
|
8
|
+
displayName: new models_1.PropertyBinding(properties_1.TextPropertyDefinition, (0, models_1.guid)("44d8238b-97d5-468b-9a4f-4d23d95aa3b9")),
|
9
|
+
username: new models_1.PropertyBinding(properties_1.TextPropertyDefinition, (0, models_1.guid)("3f89e33a-143d-4b6f-ba58-b05ad6479dce")),
|
10
|
+
image: new models_1.PropertyBinding(properties_1.ImagePropertyDefinition, (0, models_1.guid)("964db53a-309e-4ace-b269-4637a1dd57ef")),
|
11
|
+
email: new models_1.PropertyBinding(properties_1.EmailPropertyDefinition, (0, models_1.guid)("143d9a73-ba3d-43ff-9f6b-9808f6ca3d2b")),
|
12
|
+
preferredLanguage: new models_1.PropertyBinding(properties_1.LanguagePropertyDefinition, (0, models_1.guid)("aea79130-57c9-4a8a-baa4-f2b2865a4fd7")),
|
13
|
+
uiLanguage: new models_1.PropertyBinding(properties_1.LanguagePropertyDefinition, (0, models_1.guid)("5ba31954-1b4d-4578-a3cd-e62ebddc2a03")),
|
14
|
+
userType: new models_1.PropertyBinding(properties_1.UserTypePropertyDefinition, (0, models_1.guid)("53546e52-3016-4233-bdf0-6ba2a29606c9")),
|
15
|
+
owner: new models_1.PropertyBinding(properties_1.BusinessProfilePropertyDefinition, (0, models_1.guid)("6de8a80c-5880-45f4-b8e8-faf06da97ea1")),
|
16
16
|
},
|
17
17
|
};
|
18
18
|
const buitinUserPropertiesBindingIdList = Object.values(exports.builtInPropertyBindings.user).map(item => item.bindingId);
|