@omnia/fx-models 8.0.202-dev → 8.0.203-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/Enums.d.ts +1 -565
- package/Enums.js +1 -571
- package/Enums.tooling.d.ts +2 -2
- package/Exposes.d.ts +1 -0
- package/Exposes.js +1 -0
- package/Refiner.d.ts +4 -0
- package/Refiner.js +2 -0
- package/filterengine/Shared.d.ts +1 -5
- package/omniasearch/OmniaRefiner.d.ts +2 -4
- package/package.json +1 -1
package/Enums.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Id, guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
export type LanguageTag = Id<string, "LanguageTag">;
|
3
|
-
export type
|
3
|
+
export type OmniaMimeType = Id<string, "OmniaMimeType">;
|
4
4
|
export declare enum BuiltInEnterprisePropertyInternalNames {
|
5
5
|
Title = "title",
|
6
6
|
CreatedAt = "createdAt",
|
@@ -666,570 +666,6 @@ export declare enum IdentityUserIdTypeMatch {
|
|
666
666
|
AzureAdGroup = "",
|
667
667
|
AzureAdUser = ""
|
668
668
|
}
|
669
|
-
export declare enum OmniaMimeType {
|
670
|
-
".323" = "text/h323",
|
671
|
-
".3g2" = "video/3gpp2",
|
672
|
-
".3gp" = "video/3gpp",
|
673
|
-
".3gp2" = "video/3gpp2",
|
674
|
-
".3gpp" = "video/3gpp",
|
675
|
-
".7z" = "application/x-7z-compressed",
|
676
|
-
".aa" = "audio/audible",
|
677
|
-
".AAC" = "audio/aac",
|
678
|
-
".aaf" = "application/octet-stream",
|
679
|
-
".aax" = "audio/vnd.audible.aax",
|
680
|
-
".ac3" = "audio/ac3",
|
681
|
-
".aca" = "application/octet-stream",
|
682
|
-
".accda" = "application/msaccess.addin",
|
683
|
-
".accdb" = "application/msaccess",
|
684
|
-
".accdc" = "application/msaccess.cab",
|
685
|
-
".accde" = "application/msaccess",
|
686
|
-
".accdr" = "application/msaccess.runtime",
|
687
|
-
".accdt" = "application/msaccess",
|
688
|
-
".accdw" = "application/msaccess.webapplication",
|
689
|
-
".accft" = "application/msaccess.ftemplate",
|
690
|
-
".acx" = "application/internet-property-stream",
|
691
|
-
".AddIn" = "text/xml",
|
692
|
-
".ade" = "application/msaccess",
|
693
|
-
".adobebridge" = "application/x-bridge-url",
|
694
|
-
".adp" = "application/msaccess",
|
695
|
-
".ADT" = "audio/vnd.dlna.adts",
|
696
|
-
".ADTS" = "audio/aac",
|
697
|
-
".afm" = "application/octet-stream",
|
698
|
-
".ai" = "application/postscript",
|
699
|
-
".aif" = "audio/x-aiff",
|
700
|
-
".aifc" = "audio/aiff",
|
701
|
-
".aiff" = "audio/aiff",
|
702
|
-
".air" = "application/vnd.adobe.air-application-installer-package+zip",
|
703
|
-
".amc" = "application/x-mpeg",
|
704
|
-
".application" = "application/x-ms-application",
|
705
|
-
".art" = "image/x-jg",
|
706
|
-
".asa" = "application/xml",
|
707
|
-
".asax" = "application/xml",
|
708
|
-
".ascx" = "application/xml",
|
709
|
-
".asd" = "application/octet-stream",
|
710
|
-
".asf" = "video/x-ms-asf",
|
711
|
-
".ashx" = "application/xml",
|
712
|
-
".asi" = "application/octet-stream",
|
713
|
-
".asm" = "text/plain",
|
714
|
-
".asmx" = "application/xml",
|
715
|
-
".aspx" = "application/xml",
|
716
|
-
".asr" = "video/x-ms-asf",
|
717
|
-
".asx" = "video/x-ms-asf",
|
718
|
-
".atom" = "application/atom+xml",
|
719
|
-
".au" = "audio/basic",
|
720
|
-
".avi" = "video/x-msvideo",
|
721
|
-
".axs" = "application/olescript",
|
722
|
-
".bas" = "text/plain",
|
723
|
-
".bcpio" = "application/x-bcpio",
|
724
|
-
".bin" = "application/octet-stream",
|
725
|
-
".bmp" = "image/bmp",
|
726
|
-
".c" = "text/plain",
|
727
|
-
".cab" = "application/octet-stream",
|
728
|
-
".caf" = "audio/x-caf",
|
729
|
-
".calx" = "application/vnd.ms-office.calx",
|
730
|
-
".cat" = "application/vnd.ms-pki.seccat",
|
731
|
-
".cc" = "text/plain",
|
732
|
-
".cd" = "text/plain",
|
733
|
-
".cdda" = "audio/aiff",
|
734
|
-
".cdf" = "application/x-cdf",
|
735
|
-
".cer" = "application/x-x509-ca-cert",
|
736
|
-
".chm" = "application/octet-stream",
|
737
|
-
".class" = "application/x-java-applet",
|
738
|
-
".clp" = "application/x-msclip",
|
739
|
-
".cmx" = "image/x-cmx",
|
740
|
-
".cnf" = "text/plain",
|
741
|
-
".cod" = "image/cis-cod",
|
742
|
-
".config" = "application/xml",
|
743
|
-
".contact" = "text/x-ms-contact",
|
744
|
-
".coverage" = "application/xml",
|
745
|
-
".cpio" = "application/x-cpio",
|
746
|
-
".cpp" = "text/plain",
|
747
|
-
".crd" = "application/x-mscardfile",
|
748
|
-
".crl" = "application/pkix-crl",
|
749
|
-
".crt" = "application/x-x509-ca-cert",
|
750
|
-
".cs" = "text/plain",
|
751
|
-
".csdproj" = "text/plain",
|
752
|
-
".csh" = "application/x-csh",
|
753
|
-
".csproj" = "text/plain",
|
754
|
-
".css" = "text/css; charset=UTF-8",
|
755
|
-
".csv" = "text/csv",
|
756
|
-
".cur" = "application/octet-stream",
|
757
|
-
".cxx" = "text/plain",
|
758
|
-
".dat" = "application/octet-stream",
|
759
|
-
".datasource" = "application/xml",
|
760
|
-
".dbproj" = "text/plain",
|
761
|
-
".dcr" = "application/x-director",
|
762
|
-
".def" = "text/plain",
|
763
|
-
".deploy" = "application/octet-stream",
|
764
|
-
".der" = "application/x-x509-ca-cert",
|
765
|
-
".dgml" = "application/xml",
|
766
|
-
".dib" = "image/bmp",
|
767
|
-
".dif" = "video/x-dv",
|
768
|
-
".dir" = "application/x-director",
|
769
|
-
".disco" = "text/xml",
|
770
|
-
".dll" = "application/x-msdownload",
|
771
|
-
".dll.config" = "text/xml",
|
772
|
-
".dlm" = "text/dlm",
|
773
|
-
".doc" = "application/msword",
|
774
|
-
".docm" = "application/vnd.ms-word.document.macroEnabled.12",
|
775
|
-
".docx" = "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
776
|
-
".dot" = "application/msword",
|
777
|
-
".dotm" = "application/vnd.ms-word.template.macroEnabled.12",
|
778
|
-
".dotx" = "application/vnd.openxmlformats-officedocument.wordprocessingml.template",
|
779
|
-
".dsp" = "application/octet-stream",
|
780
|
-
".dsw" = "text/plain",
|
781
|
-
".dtd" = "text/xml",
|
782
|
-
".dtsConfig" = "text/xml",
|
783
|
-
".dv" = "video/x-dv",
|
784
|
-
".dvi" = "application/x-dvi",
|
785
|
-
".dwf" = "drawing/x-dwf",
|
786
|
-
".dwp" = "application/octet-stream",
|
787
|
-
".dxr" = "application/x-director",
|
788
|
-
".eml" = "message/rfc822",
|
789
|
-
".emz" = "application/octet-stream",
|
790
|
-
".eot" = "application/octet-stream",
|
791
|
-
".eps" = "application/postscript",
|
792
|
-
".etl" = "application/etl",
|
793
|
-
".etx" = "text/x-setext",
|
794
|
-
".evy" = "application/envoy",
|
795
|
-
".exe" = "application/octet-stream",
|
796
|
-
".exe.config" = "text/xml",
|
797
|
-
".fdf" = "application/vnd.fdf",
|
798
|
-
".fif" = "application/fractals",
|
799
|
-
".filters" = "Application/xml",
|
800
|
-
".fla" = "application/octet-stream",
|
801
|
-
".flr" = "x-world/x-vrml",
|
802
|
-
".flv" = "video/x-flv",
|
803
|
-
".fsscript" = "application/fsharp-script",
|
804
|
-
".fsx" = "application/fsharp-script",
|
805
|
-
".generictest" = "application/xml",
|
806
|
-
".gif" = "image/gif",
|
807
|
-
".group" = "text/x-ms-group",
|
808
|
-
".gsm" = "audio/x-gsm",
|
809
|
-
".gtar" = "application/x-gtar",
|
810
|
-
".gz" = "application/x-gzip",
|
811
|
-
".h" = "text/plain",
|
812
|
-
".hdf" = "application/x-hdf",
|
813
|
-
".hdml" = "text/x-hdml",
|
814
|
-
".hhc" = "application/x-oleobject",
|
815
|
-
".hhk" = "application/octet-stream",
|
816
|
-
".hhp" = "application/octet-stream",
|
817
|
-
".hlp" = "application/winhlp",
|
818
|
-
".hpp" = "text/plain",
|
819
|
-
".hqx" = "application/mac-binhex40",
|
820
|
-
".hta" = "application/hta",
|
821
|
-
".htc" = "text/x-component",
|
822
|
-
".htm" = "text/html",
|
823
|
-
".html" = "text/html",
|
824
|
-
".htt" = "text/webviewhtml",
|
825
|
-
".hxa" = "application/xml",
|
826
|
-
".hxc" = "application/xml",
|
827
|
-
".hxd" = "application/octet-stream",
|
828
|
-
".hxe" = "application/xml",
|
829
|
-
".hxf" = "application/xml",
|
830
|
-
".hxh" = "application/octet-stream",
|
831
|
-
".hxi" = "application/octet-stream",
|
832
|
-
".hxk" = "application/xml",
|
833
|
-
".hxq" = "application/octet-stream",
|
834
|
-
".hxr" = "application/octet-stream",
|
835
|
-
".hxs" = "application/octet-stream",
|
836
|
-
".hxt" = "text/html",
|
837
|
-
".hxv" = "application/xml",
|
838
|
-
".hxw" = "application/octet-stream",
|
839
|
-
".hxx" = "text/plain",
|
840
|
-
".i" = "text/plain",
|
841
|
-
".ico" = "image/x-icon",
|
842
|
-
".ics" = "application/octet-stream",
|
843
|
-
".idl" = "text/plain",
|
844
|
-
".ief" = "image/ief",
|
845
|
-
".iii" = "application/x-iphone",
|
846
|
-
".inc" = "text/plain",
|
847
|
-
".inf" = "application/octet-stream",
|
848
|
-
".inl" = "text/plain",
|
849
|
-
".ins" = "application/x-internet-signup",
|
850
|
-
".ipa" = "application/x-itunes-ipa",
|
851
|
-
".ipg" = "application/x-itunes-ipg",
|
852
|
-
".ipproj" = "text/plain",
|
853
|
-
".ipsw" = "application/x-itunes-ipsw",
|
854
|
-
".iqy" = "text/x-ms-iqy",
|
855
|
-
".isp" = "application/x-internet-signup",
|
856
|
-
".ite" = "application/x-itunes-ite",
|
857
|
-
".itlp" = "application/x-itunes-itlp",
|
858
|
-
".itms" = "application/x-itunes-itms",
|
859
|
-
".itpc" = "application/x-itunes-itpc",
|
860
|
-
".IVF" = "video/x-ivf",
|
861
|
-
".jar" = "application/java-archive",
|
862
|
-
".java" = "application/octet-stream",
|
863
|
-
".jck" = "application/liquidmotion",
|
864
|
-
".jcz" = "application/liquidmotion",
|
865
|
-
".jfif" = "image/pjpeg",
|
866
|
-
".jnlp" = "application/x-java-jnlp-file",
|
867
|
-
".jpb" = "application/octet-stream",
|
868
|
-
".jpe" = "image/jpeg",
|
869
|
-
".jpeg" = "image/jpeg",
|
870
|
-
".jpg" = "image/jpeg",
|
871
|
-
".js" = "application/x-javascript",
|
872
|
-
".jsx" = "text/jscript",
|
873
|
-
".jsxbin" = "text/plain",
|
874
|
-
".latex" = "application/x-latex",
|
875
|
-
".library-ms" = "application/windows-library+xml",
|
876
|
-
".lit" = "application/x-ms-reader",
|
877
|
-
".loadtest" = "application/xml",
|
878
|
-
".lpk" = "application/octet-stream",
|
879
|
-
".lsf" = "video/x-la-asf",
|
880
|
-
".lst" = "text/plain",
|
881
|
-
".lsx" = "video/x-la-asf",
|
882
|
-
".lzh" = "application/octet-stream",
|
883
|
-
".m13" = "application/x-msmediaview",
|
884
|
-
".m14" = "application/x-msmediaview",
|
885
|
-
".m1v" = "video/mpeg",
|
886
|
-
".m2t" = "video/vnd.dlna.mpeg-tts",
|
887
|
-
".m2ts" = "video/vnd.dlna.mpeg-tts",
|
888
|
-
".m2v" = "video/mpeg",
|
889
|
-
".m3u" = "audio/x-mpegurl",
|
890
|
-
".m3u8" = "audio/x-mpegurl",
|
891
|
-
".m4a" = "audio/m4a",
|
892
|
-
".m4b" = "audio/m4b",
|
893
|
-
".m4p" = "audio/m4p",
|
894
|
-
".m4r" = "audio/x-m4r",
|
895
|
-
".m4v" = "video/x-m4v",
|
896
|
-
".mac" = "image/x-macpaint",
|
897
|
-
".mak" = "text/plain",
|
898
|
-
".man" = "application/x-troff-man",
|
899
|
-
".manifest" = "application/x-ms-manifest",
|
900
|
-
".map" = "text/plain",
|
901
|
-
".master" = "application/xml",
|
902
|
-
".mda" = "application/msaccess",
|
903
|
-
".mdb" = "application/x-msaccess",
|
904
|
-
".mde" = "application/msaccess",
|
905
|
-
".mdp" = "application/octet-stream",
|
906
|
-
".me" = "application/x-troff-me",
|
907
|
-
".mfp" = "application/x-shockwave-flash",
|
908
|
-
".mht" = "message/rfc822",
|
909
|
-
".mhtml" = "message/rfc822",
|
910
|
-
".mid" = "audio/mid",
|
911
|
-
".midi" = "audio/mid",
|
912
|
-
".mix" = "application/octet-stream",
|
913
|
-
".mk" = "text/plain",
|
914
|
-
".mmf" = "application/x-smaf",
|
915
|
-
".mno" = "text/xml",
|
916
|
-
".mny" = "application/x-msmoney",
|
917
|
-
".mod" = "video/mpeg",
|
918
|
-
".mov" = "video/quicktime",
|
919
|
-
".movie" = "video/x-sgi-movie",
|
920
|
-
".mp2" = "video/mpeg",
|
921
|
-
".mp2v" = "video/mpeg",
|
922
|
-
".mp3" = "audio/mpeg",
|
923
|
-
".mp4" = "video/mp4",
|
924
|
-
".mp4v" = "video/mp4",
|
925
|
-
".mpa" = "video/mpeg",
|
926
|
-
".mpe" = "video/mpeg",
|
927
|
-
".mpeg" = "video/mpeg",
|
928
|
-
".mpf" = "application/vnd.ms-mediapackage",
|
929
|
-
".mpg" = "video/mpeg",
|
930
|
-
".mpp" = "application/vnd.ms-project",
|
931
|
-
".mpv2" = "video/mpeg",
|
932
|
-
".mqv" = "video/quicktime",
|
933
|
-
".ms" = "application/x-troff-ms",
|
934
|
-
".msi" = "application/octet-stream",
|
935
|
-
".mso" = "application/octet-stream",
|
936
|
-
".mts" = "video/vnd.dlna.mpeg-tts",
|
937
|
-
".mtx" = "application/xml",
|
938
|
-
".mvb" = "application/x-msmediaview",
|
939
|
-
".mvc" = "application/x-miva-compiled",
|
940
|
-
".mxp" = "application/x-mmxp",
|
941
|
-
".nc" = "application/x-netcdf",
|
942
|
-
".nsc" = "video/x-ms-asf",
|
943
|
-
".nws" = "message/rfc822",
|
944
|
-
".ocx" = "application/octet-stream",
|
945
|
-
".oda" = "application/oda",
|
946
|
-
".odc" = "text/x-ms-odc",
|
947
|
-
".odh" = "text/plain",
|
948
|
-
".odl" = "text/plain",
|
949
|
-
".odp" = "application/vnd.oasis.opendocument.presentation",
|
950
|
-
".ods" = "application/oleobject",
|
951
|
-
".odt" = "application/vnd.oasis.opendocument.text",
|
952
|
-
".one" = "application/onenote",
|
953
|
-
".onea" = "application/onenote",
|
954
|
-
".onepkg" = "application/onenote",
|
955
|
-
".onetmp" = "application/onenote",
|
956
|
-
".onetoc" = "application/onenote",
|
957
|
-
".onetoc2" = "application/onenote",
|
958
|
-
".orderedtest" = "application/xml",
|
959
|
-
".osdx" = "application/opensearchdescription+xml",
|
960
|
-
".p10" = "application/pkcs10",
|
961
|
-
".p12" = "application/x-pkcs12",
|
962
|
-
".p7b" = "application/x-pkcs7-certificates",
|
963
|
-
".p7c" = "application/pkcs7-mime",
|
964
|
-
".p7m" = "application/pkcs7-mime",
|
965
|
-
".p7r" = "application/x-pkcs7-certreqresp",
|
966
|
-
".p7s" = "application/pkcs7-signature",
|
967
|
-
".pbm" = "image/x-portable-bitmap",
|
968
|
-
".pcast" = "application/x-podcast",
|
969
|
-
".pct" = "image/pict",
|
970
|
-
".pcx" = "application/octet-stream",
|
971
|
-
".pcz" = "application/octet-stream",
|
972
|
-
".pdf" = "application/pdf",
|
973
|
-
".pfb" = "application/octet-stream",
|
974
|
-
".pfm" = "application/octet-stream",
|
975
|
-
".pfx" = "application/x-pkcs12",
|
976
|
-
".pgm" = "image/x-portable-graymap",
|
977
|
-
".pic" = "image/pict",
|
978
|
-
".pict" = "image/pict",
|
979
|
-
".pkgdef" = "text/plain",
|
980
|
-
".pkgundef" = "text/plain",
|
981
|
-
".pko" = "application/vnd.ms-pki.pko",
|
982
|
-
".pls" = "audio/scpls",
|
983
|
-
".pma" = "application/x-perfmon",
|
984
|
-
".pmc" = "application/x-perfmon",
|
985
|
-
".pml" = "application/x-perfmon",
|
986
|
-
".pmr" = "application/x-perfmon",
|
987
|
-
".pmw" = "application/x-perfmon",
|
988
|
-
".png" = "image/png",
|
989
|
-
".pnm" = "image/x-portable-anymap",
|
990
|
-
".pnt" = "image/x-macpaint",
|
991
|
-
".pntg" = "image/x-macpaint",
|
992
|
-
".pnz" = "image/png",
|
993
|
-
".pot" = "application/vnd.ms-powerpoint",
|
994
|
-
".potm" = "application/vnd.ms-powerpoint.template.macroEnabled.12",
|
995
|
-
".potx" = "application/vnd.openxmlformats-officedocument.presentationml.template",
|
996
|
-
".ppa" = "application/vnd.ms-powerpoint",
|
997
|
-
".ppam" = "application/vnd.ms-powerpoint.addin.macroEnabled.12",
|
998
|
-
".ppm" = "image/x-portable-pixmap",
|
999
|
-
".pps" = "application/vnd.ms-powerpoint",
|
1000
|
-
".ppsm" = "application/vnd.ms-powerpoint.slideshow.macroEnabled.12",
|
1001
|
-
".ppsx" = "application/vnd.openxmlformats-officedocument.presentationml.slideshow",
|
1002
|
-
".ppt" = "application/vnd.ms-powerpoint",
|
1003
|
-
".pptm" = "application/vnd.ms-powerpoint.presentation.macroEnabled.12",
|
1004
|
-
".pptx" = "application/vnd.openxmlformats-officedocument.presentationml.presentation",
|
1005
|
-
".prf" = "application/pics-rules",
|
1006
|
-
".prm" = "application/octet-stream",
|
1007
|
-
".prx" = "application/octet-stream",
|
1008
|
-
".ps" = "application/postscript",
|
1009
|
-
".psc1" = "application/PowerShell",
|
1010
|
-
".psd" = "application/octet-stream",
|
1011
|
-
".psess" = "application/xml",
|
1012
|
-
".psm" = "application/octet-stream",
|
1013
|
-
".psp" = "application/octet-stream",
|
1014
|
-
".pub" = "application/x-mspublisher",
|
1015
|
-
".pwz" = "application/vnd.ms-powerpoint",
|
1016
|
-
".qht" = "text/x-html-insertion",
|
1017
|
-
".qhtm" = "text/x-html-insertion",
|
1018
|
-
".qt" = "video/quicktime",
|
1019
|
-
".qti" = "image/x-quicktime",
|
1020
|
-
".qtif" = "image/x-quicktime",
|
1021
|
-
".qtl" = "application/x-quicktimeplayer",
|
1022
|
-
".qxd" = "application/octet-stream",
|
1023
|
-
".ra" = "audio/x-pn-realaudio",
|
1024
|
-
".ram" = "audio/x-pn-realaudio",
|
1025
|
-
".rar" = "application/octet-stream",
|
1026
|
-
".ras" = "image/x-cmu-raster",
|
1027
|
-
".rat" = "application/rat-file",
|
1028
|
-
".rc" = "text/plain",
|
1029
|
-
".rc2" = "text/plain",
|
1030
|
-
".rct" = "text/plain",
|
1031
|
-
".rdlc" = "application/xml",
|
1032
|
-
".resx" = "application/xml",
|
1033
|
-
".rf" = "image/vnd.rn-realflash",
|
1034
|
-
".rgb" = "image/x-rgb",
|
1035
|
-
".rgs" = "text/plain",
|
1036
|
-
".rm" = "application/vnd.rn-realmedia",
|
1037
|
-
".rmi" = "audio/mid",
|
1038
|
-
".rmp" = "application/vnd.rn-rn_music_package",
|
1039
|
-
".roff" = "application/x-troff",
|
1040
|
-
".rpm" = "audio/x-pn-realaudio-plugin",
|
1041
|
-
".rqy" = "text/x-ms-rqy",
|
1042
|
-
".rtf" = "application/rtf",
|
1043
|
-
".rtx" = "text/richtext",
|
1044
|
-
".ruleset" = "application/xml",
|
1045
|
-
".s" = "text/plain",
|
1046
|
-
".safariextz" = "application/x-safari-safariextz",
|
1047
|
-
".scd" = "application/x-msschedule",
|
1048
|
-
".sct" = "text/scriptlet",
|
1049
|
-
".sd2" = "audio/x-sd2",
|
1050
|
-
".sdp" = "application/sdp",
|
1051
|
-
".sea" = "application/octet-stream",
|
1052
|
-
".searchConnector-ms" = "application/windows-search-connector+xml",
|
1053
|
-
".setpay" = "application/set-payment-initiation",
|
1054
|
-
".setreg" = "application/set-registration-initiation",
|
1055
|
-
".settings" = "application/xml",
|
1056
|
-
".sgimb" = "application/x-sgimb",
|
1057
|
-
".sgml" = "text/sgml",
|
1058
|
-
".sh" = "application/x-sh",
|
1059
|
-
".shar" = "application/x-shar",
|
1060
|
-
".shtml" = "text/html",
|
1061
|
-
".sit" = "application/x-stuffit",
|
1062
|
-
".sitemap" = "application/xml",
|
1063
|
-
".skin" = "application/xml",
|
1064
|
-
".sldm" = "application/vnd.ms-powerpoint.slide.macroEnabled.12",
|
1065
|
-
".sldx" = "application/vnd.openxmlformats-officedocument.presentationml.slide",
|
1066
|
-
".slk" = "application/vnd.ms-excel",
|
1067
|
-
".sln" = "text/plain",
|
1068
|
-
".slupkg-ms" = "application/x-ms-license",
|
1069
|
-
".smd" = "audio/x-smd",
|
1070
|
-
".smi" = "application/octet-stream",
|
1071
|
-
".smx" = "audio/x-smd",
|
1072
|
-
".smz" = "audio/x-smd",
|
1073
|
-
".snd" = "audio/basic",
|
1074
|
-
".snippet" = "application/xml",
|
1075
|
-
".snp" = "application/octet-stream",
|
1076
|
-
".sol" = "text/plain",
|
1077
|
-
".sor" = "text/plain",
|
1078
|
-
".spc" = "application/x-pkcs7-certificates",
|
1079
|
-
".spl" = "application/futuresplash",
|
1080
|
-
".src" = "application/x-wais-source",
|
1081
|
-
".srf" = "text/plain",
|
1082
|
-
".SSISDeploymentManifest" = "text/xml",
|
1083
|
-
".ssm" = "application/streamingmedia",
|
1084
|
-
".sst" = "application/vnd.ms-pki.certstore",
|
1085
|
-
".stl" = "application/vnd.ms-pki.stl",
|
1086
|
-
".sv4cpio" = "application/x-sv4cpio",
|
1087
|
-
".sv4crc" = "application/x-sv4crc",
|
1088
|
-
".svc" = "application/xml",
|
1089
|
-
".swf" = "application/x-shockwave-flash",
|
1090
|
-
".t" = "application/x-troff",
|
1091
|
-
".tar" = "application/x-tar",
|
1092
|
-
".tcl" = "application/x-tcl",
|
1093
|
-
".testrunconfig" = "application/xml",
|
1094
|
-
".testsettings" = "application/xml",
|
1095
|
-
".tex" = "application/x-tex",
|
1096
|
-
".texi" = "application/x-texinfo",
|
1097
|
-
".texinfo" = "application/x-texinfo",
|
1098
|
-
".tgz" = "application/x-compressed",
|
1099
|
-
".thmx" = "application/vnd.ms-officetheme",
|
1100
|
-
".thn" = "application/octet-stream",
|
1101
|
-
".tif" = "image/tiff",
|
1102
|
-
".tiff" = "image/tiff",
|
1103
|
-
".tlh" = "text/plain",
|
1104
|
-
".tli" = "text/plain",
|
1105
|
-
".toc" = "application/octet-stream",
|
1106
|
-
".tr" = "application/x-troff",
|
1107
|
-
".trm" = "application/x-msterminal",
|
1108
|
-
".trx" = "application/xml",
|
1109
|
-
".ts" = "video/vnd.dlna.mpeg-tts",
|
1110
|
-
".tsv" = "text/tab-separated-values",
|
1111
|
-
".ttf" = "application/octet-stream",
|
1112
|
-
".tts" = "video/vnd.dlna.mpeg-tts",
|
1113
|
-
".txt" = "text/plain",
|
1114
|
-
".u32" = "application/octet-stream",
|
1115
|
-
".uls" = "text/iuls",
|
1116
|
-
".user" = "text/plain",
|
1117
|
-
".ustar" = "application/x-ustar",
|
1118
|
-
".vb" = "text/plain",
|
1119
|
-
".vbdproj" = "text/plain",
|
1120
|
-
".vbk" = "video/mpeg",
|
1121
|
-
".vbproj" = "text/plain",
|
1122
|
-
".vbs" = "text/vbscript",
|
1123
|
-
".vcf" = "text/x-vcard",
|
1124
|
-
".vcproj" = "Application/xml",
|
1125
|
-
".vcs" = "text/plain",
|
1126
|
-
".vcxproj" = "Application/xml",
|
1127
|
-
".vddproj" = "text/plain",
|
1128
|
-
".vdp" = "text/plain",
|
1129
|
-
".vdproj" = "text/plain",
|
1130
|
-
".vdx" = "application/vnd.ms-visio.viewer",
|
1131
|
-
".vml" = "text/xml",
|
1132
|
-
".vscontent" = "application/xml",
|
1133
|
-
".vsct" = "text/xml",
|
1134
|
-
".vsd" = "application/vnd.visio",
|
1135
|
-
".vsi" = "application/ms-vsi",
|
1136
|
-
".vsix" = "application/vsix",
|
1137
|
-
".vsixlangpack" = "text/xml",
|
1138
|
-
".vsixmanifest" = "text/xml",
|
1139
|
-
".vsmdi" = "application/xml",
|
1140
|
-
".vspscc" = "text/plain",
|
1141
|
-
".vss" = "application/vnd.visio",
|
1142
|
-
".vsscc" = "text/plain",
|
1143
|
-
".vssettings" = "text/xml",
|
1144
|
-
".vssscc" = "text/plain",
|
1145
|
-
".vst" = "application/vnd.visio",
|
1146
|
-
".vstemplate" = "text/xml",
|
1147
|
-
".vsto" = "application/x-ms-vsto",
|
1148
|
-
".vsw" = "application/vnd.visio",
|
1149
|
-
".vsx" = "application/vnd.visio",
|
1150
|
-
".vtx" = "application/vnd.visio",
|
1151
|
-
".wav" = "audio/wav",
|
1152
|
-
".wave" = "audio/wav",
|
1153
|
-
".wax" = "audio/x-ms-wax",
|
1154
|
-
".wbk" = "application/msword",
|
1155
|
-
".wbmp" = "image/vnd.wap.wbmp",
|
1156
|
-
".wcm" = "application/vnd.ms-works",
|
1157
|
-
".wdb" = "application/vnd.ms-works",
|
1158
|
-
".wdp" = "image/vnd.ms-photo",
|
1159
|
-
".webarchive" = "application/x-safari-webarchive",
|
1160
|
-
".webtest" = "application/xml",
|
1161
|
-
".wiq" = "application/xml",
|
1162
|
-
".wiz" = "application/msword",
|
1163
|
-
".wks" = "application/vnd.ms-works",
|
1164
|
-
".WLMP" = "application/wlmoviemaker",
|
1165
|
-
".wlpginstall" = "application/x-wlpg-detect",
|
1166
|
-
".wlpginstall3" = "application/x-wlpg3-detect",
|
1167
|
-
".wm" = "video/x-ms-wm",
|
1168
|
-
".wma" = "audio/x-ms-wma",
|
1169
|
-
".wmd" = "application/x-ms-wmd",
|
1170
|
-
".wmf" = "application/x-msmetafile",
|
1171
|
-
".wml" = "text/vnd.wap.wml",
|
1172
|
-
".wmlc" = "application/vnd.wap.wmlc",
|
1173
|
-
".wmls" = "text/vnd.wap.wmlscript",
|
1174
|
-
".wmlsc" = "application/vnd.wap.wmlscriptc",
|
1175
|
-
".wmp" = "video/x-ms-wmp",
|
1176
|
-
".wmv" = "video/x-ms-wmv",
|
1177
|
-
".wmx" = "video/x-ms-wmx",
|
1178
|
-
".wmz" = "application/x-ms-wmz",
|
1179
|
-
".wpl" = "application/vnd.ms-wpl",
|
1180
|
-
".wps" = "application/vnd.ms-works",
|
1181
|
-
".wri" = "application/x-mswrite",
|
1182
|
-
".wrl" = "x-world/x-vrml",
|
1183
|
-
".wrz" = "x-world/x-vrml",
|
1184
|
-
".wsc" = "text/scriptlet",
|
1185
|
-
".wsdl" = "text/xml",
|
1186
|
-
".wvx" = "video/x-ms-wvx",
|
1187
|
-
".x" = "application/directx",
|
1188
|
-
".xaf" = "x-world/x-vrml",
|
1189
|
-
".xaml" = "application/xaml+xml",
|
1190
|
-
".xap" = "application/x-silverlight-app",
|
1191
|
-
".xbap" = "application/x-ms-xbap",
|
1192
|
-
".xbm" = "image/x-xbitmap",
|
1193
|
-
".xdr" = "text/plain",
|
1194
|
-
".xht" = "application/xhtml+xml",
|
1195
|
-
".xhtml" = "application/xhtml+xml",
|
1196
|
-
".xla" = "application/vnd.ms-excel",
|
1197
|
-
".xlam" = "application/vnd.ms-excel.addin.macroEnabled.12",
|
1198
|
-
".xlc" = "application/vnd.ms-excel",
|
1199
|
-
".xld" = "application/vnd.ms-excel",
|
1200
|
-
".xlk" = "application/vnd.ms-excel",
|
1201
|
-
".xll" = "application/vnd.ms-excel",
|
1202
|
-
".xlm" = "application/vnd.ms-excel",
|
1203
|
-
".xls" = "application/vnd.ms-excel",
|
1204
|
-
".xlsb" = "application/vnd.ms-excel.sheet.binary.macroEnabled.12",
|
1205
|
-
".xlsm" = "application/vnd.ms-excel.sheet.macroEnabled.12",
|
1206
|
-
".xlsx" = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
1207
|
-
".xlt" = "application/vnd.ms-excel",
|
1208
|
-
".xltm" = "application/vnd.ms-excel.template.macroEnabled.12",
|
1209
|
-
".xltx" = "application/vnd.openxmlformats-officedocument.spreadsheetml.template",
|
1210
|
-
".xlw" = "application/vnd.ms-excel",
|
1211
|
-
".xml" = "text/xml",
|
1212
|
-
".xmta" = "application/xml",
|
1213
|
-
".xof" = "x-world/x-vrml",
|
1214
|
-
".XOML" = "text/plain",
|
1215
|
-
".xpm" = "image/x-xpixmap",
|
1216
|
-
".xps" = "application/vnd.ms-xpsdocument",
|
1217
|
-
".xrm-ms" = "text/xml",
|
1218
|
-
".xsc" = "application/xml",
|
1219
|
-
".xsd" = "text/xml",
|
1220
|
-
".xsf" = "text/xml",
|
1221
|
-
".xsl" = "text/xml",
|
1222
|
-
".xslt" = "text/xml",
|
1223
|
-
".xsn" = "application/octet-stream",
|
1224
|
-
".xss" = "application/xml",
|
1225
|
-
".xtp" = "application/octet-stream",
|
1226
|
-
".xwd" = "image/x-xwindowdump",
|
1227
|
-
".z" = "application/x-compress",
|
1228
|
-
".zip" = "application/x-zip-compressed",
|
1229
|
-
".woff" = "font/woff",
|
1230
|
-
".woff2" = "application/font-woff2",
|
1231
|
-
".svg" = "image/svg+xml"
|
1232
|
-
}
|
1233
669
|
export declare enum DisplayBreakpointCodes {
|
1234
670
|
/**
|
1235
671
|
* Small to large phone, less than 600px
|