ps-toolkit-ui 1.11.92 → 1.11.93

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.
@@ -908,7 +908,24 @@
908
908
  })(exports.TableOptionType || (exports.TableOptionType = {}));
909
909
  (function (TableRowStatus) {
910
910
  TableRowStatus[TableRowStatus["Unread"] = 1] = "Unread";
911
- })(exports.TableRowStatus || (exports.TableRowStatus = {}));
911
+ })(exports.TableRowStatus || (exports.TableRowStatus = {}));
912
+ (function (FileIcons) {
913
+ FileIcons["jpeg"] = "fa-duotone fa-file-image";
914
+ FileIcons["jpg"] = "fa-duotone fa-file-image";
915
+ FileIcons["png"] = "fa-duotone fa-file-image";
916
+ FileIcons["doc"] = "fa-duotone fa-file-word";
917
+ FileIcons["docx"] = "fa-duotone fa-file-word";
918
+ FileIcons["xls"] = "fa-duotone fa-file-excel";
919
+ FileIcons["xlsx"] = "fa-duotone fa-file-excel";
920
+ FileIcons["csv"] = "fa-duotone fa-file-csv";
921
+ FileIcons["ppt"] = "fa-duotone fa-file-powerpoint";
922
+ FileIcons["pptx"] = "fa-duotone fa-file-powerpoint";
923
+ FileIcons["txt"] = "fa-duotone fa-file-lines";
924
+ FileIcons["pdf"] = "fa-duotone fa-file-pdf";
925
+ FileIcons["file"] = "fa-duotone fa-file";
926
+ FileIcons["zip"] = "fa-duotone fa-file-zipper";
927
+ FileIcons["rar"] = "fa-duotone fa-file-zipper";
928
+ })(exports.FileIcons || (exports.FileIcons = {}));
912
929
 
913
930
  // @dynamic
914
931
  var HelperClass = /** @class */ (function () {