@bahmni/widgets 0.0.1-dev.79 → 0.0.1-dev.80

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 (2) hide show
  1. package/dist/index.js +0 -45
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -72534,7 +72534,6 @@ const a0 = {
72534
72534
  return t;
72535
72535
  case "aaaaa":
72536
72536
  return t[0];
72537
- case "aaaa":
72538
72537
  default:
72539
72538
  return t === "am" ? "a.m." : "p.m.";
72540
72539
  }
@@ -72582,8 +72581,6 @@ const a0 = {
72582
72581
  // A, B
72583
72582
  case "GGGGG":
72584
72583
  return t.era(o, { width: "narrow" });
72585
- // Anno Domini, Before Christ
72586
- case "GGGG":
72587
72584
  default:
72588
72585
  return t.era(o, { width: "wide" });
72589
72586
  }
@@ -72648,8 +72645,6 @@ const a0 = {
72648
72645
  width: "narrow",
72649
72646
  context: "formatting"
72650
72647
  });
72651
- // 1st quarter, 2nd quarter, ...
72652
- case "QQQQ":
72653
72648
  default:
72654
72649
  return t.quarter(o, {
72655
72650
  width: "wide",
@@ -72682,8 +72677,6 @@ const a0 = {
72682
72677
  width: "narrow",
72683
72678
  context: "standalone"
72684
72679
  });
72685
- // 1st quarter, 2nd quarter, ...
72686
- case "qqqq":
72687
72680
  default:
72688
72681
  return t.quarter(o, {
72689
72682
  width: "wide",
@@ -72713,8 +72706,6 @@ const a0 = {
72713
72706
  width: "narrow",
72714
72707
  context: "formatting"
72715
72708
  });
72716
- // January, February, ..., December
72717
- case "MMMM":
72718
72709
  default:
72719
72710
  return t.month(o, { width: "wide", context: "formatting" });
72720
72711
  }
@@ -72744,8 +72735,6 @@ const a0 = {
72744
72735
  width: "narrow",
72745
72736
  context: "standalone"
72746
72737
  });
72747
- // January, February, ..., December
72748
- case "LLLL":
72749
72738
  default:
72750
72739
  return t.month(o, { width: "wide", context: "standalone" });
72751
72740
  }
@@ -72793,8 +72782,6 @@ const a0 = {
72793
72782
  width: "short",
72794
72783
  context: "formatting"
72795
72784
  });
72796
- // Tuesday
72797
- case "EEEE":
72798
72785
  default:
72799
72786
  return t.day(o, {
72800
72787
  width: "wide",
@@ -72832,8 +72819,6 @@ const a0 = {
72832
72819
  width: "short",
72833
72820
  context: "formatting"
72834
72821
  });
72835
- // Tuesday
72836
- case "eeee":
72837
72822
  default:
72838
72823
  return t.day(a, {
72839
72824
  width: "wide",
@@ -72871,8 +72856,6 @@ const a0 = {
72871
72856
  width: "short",
72872
72857
  context: "standalone"
72873
72858
  });
72874
- // Tuesday
72875
- case "cccc":
72876
72859
  default:
72877
72860
  return t.day(a, {
72878
72861
  width: "wide",
@@ -72911,8 +72894,6 @@ const a0 = {
72911
72894
  width: "short",
72912
72895
  context: "formatting"
72913
72896
  });
72914
- // Tuesday
72915
- case "iiii":
72916
72897
  default:
72917
72898
  return t.day(o, {
72918
72899
  width: "wide",
@@ -72940,7 +72921,6 @@ const a0 = {
72940
72921
  width: "narrow",
72941
72922
  context: "formatting"
72942
72923
  });
72943
- case "aaaa":
72944
72924
  default:
72945
72925
  return t.dayPeriod(o, {
72946
72926
  width: "wide",
@@ -72969,7 +72949,6 @@ const a0 = {
72969
72949
  width: "narrow",
72970
72950
  context: "formatting"
72971
72951
  });
72972
- case "bbbb":
72973
72952
  default:
72974
72953
  return t.dayPeriod(a, {
72975
72954
  width: "wide",
@@ -72994,7 +72973,6 @@ const a0 = {
72994
72973
  width: "narrow",
72995
72974
  context: "formatting"
72996
72975
  });
72997
- case "BBBB":
72998
72976
  default:
72999
72977
  return t.dayPeriod(a, {
73000
72978
  width: "wide",
@@ -73051,11 +73029,6 @@ const a0 = {
73051
73029
  case "XXXX":
73052
73030
  case "XX":
73053
73031
  return T0(o);
73054
- // Hours, minutes and optional seconds with `:` delimiter
73055
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
73056
- // so this token always has the same output as `XXX`
73057
- case "XXXXX":
73058
- case "XXX":
73059
73032
  // Hours and minutes with `:` delimiter
73060
73033
  default:
73061
73034
  return T0(o, ":");
@@ -73074,11 +73047,6 @@ const a0 = {
73074
73047
  case "xxxx":
73075
73048
  case "xx":
73076
73049
  return T0(o);
73077
- // Hours, minutes and optional seconds with `:` delimiter
73078
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
73079
- // so this token always has the same output as `xxx`
73080
- case "xxxxx":
73081
- case "xxx":
73082
73050
  // Hours and minutes with `:` delimiter
73083
73051
  default:
73084
73052
  return T0(o, ":");
@@ -73093,8 +73061,6 @@ const a0 = {
73093
73061
  case "OO":
73094
73062
  case "OOO":
73095
73063
  return "GMT" + $4e(o, ":");
73096
- // Long
73097
- case "OOOO":
73098
73064
  default:
73099
73065
  return "GMT" + T0(o, ":");
73100
73066
  }
@@ -73108,8 +73074,6 @@ const a0 = {
73108
73074
  case "zz":
73109
73075
  case "zzz":
73110
73076
  return "GMT" + $4e(o, ":");
73111
- // Long
73112
- case "zzzz":
73113
73077
  default:
73114
73078
  return "GMT" + T0(o, ":");
73115
73079
  }
@@ -73143,7 +73107,6 @@ const Z4e = (r, e) => {
73143
73107
  return e.date({ width: "medium" });
73144
73108
  case "PPP":
73145
73109
  return e.date({ width: "long" });
73146
- case "PPPP":
73147
73110
  default:
73148
73111
  return e.date({ width: "full" });
73149
73112
  }
@@ -73155,7 +73118,6 @@ const Z4e = (r, e) => {
73155
73118
  return e.time({ width: "medium" });
73156
73119
  case "ppp":
73157
73120
  return e.time({ width: "long" });
73158
- case "pppp":
73159
73121
  default:
73160
73122
  return e.time({ width: "full" });
73161
73123
  }
@@ -73174,7 +73136,6 @@ const Z4e = (r, e) => {
73174
73136
  case "PPP":
73175
73137
  i = e.dateTime({ width: "long" });
73176
73138
  break;
73177
- case "PPPP":
73178
73139
  default:
73179
73140
  i = e.dateTime({ width: "full" });
73180
73141
  break;
@@ -81799,9 +81760,6 @@ const nct = (r) => !r || r.length === 0 ? [] : [...r].sort((e, t) => {
81799
81760
  return Gt.completedStatus;
81800
81761
  case "stopped":
81801
81762
  return Gt.stoppedStatus;
81802
- case "entered-in-error":
81803
- case "draft":
81804
- case "unknown":
81805
81763
  default:
81806
81764
  return Gt.unknownStatus;
81807
81765
  }
@@ -81817,9 +81775,6 @@ const nct = (r) => !r || r.length === 0 ? [] : [...r].sort((e, t) => {
81817
81775
  return "MEDICATIONS_STATUS_COMPLETED";
81818
81776
  case "stopped":
81819
81777
  return "MEDICATIONS_STATUS_STOPPED";
81820
- case "entered-in-error":
81821
- case "draft":
81822
- case "unknown":
81823
81778
  default:
81824
81779
  return "MEDICATIONS_STATUS_UNKNOWN";
81825
81780
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/widgets",
3
- "version": "0.0.1-dev.79",
3
+ "version": "0.0.1-dev.80",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",