@hybr1d-tech/charizard 0.4.78 → 0.4.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.
package/dist/hybr1d-ui.js CHANGED
@@ -6667,7 +6667,7 @@ function sg({
6667
6667
  c.text
6668
6668
  )) }) }) });
6669
6669
  }
6670
- const rg = "_filters_3adfg_1", og = "_filtersInfo_3adfg_7", ig = "_filter_3adfg_1", ag = "_filterIcon2_3adfg_26", lg = "_filterCol_3adfg_30", cg = "_filterIcon_3adfg_26", ug = "_resetIcon2_3adfg_48", dg = "_totalSelected_3adfg_74", pg = "_positioner_3adfg_86", gg = "_dropdown_3adfg_90", bg = "_options_3adfg_107", mg = "_optionsEmpty_3adfg_115", fg = "_option_3adfg_107", hg = "_dropdownSearch_3adfg_140", vg = "_footerBox_3adfg_149", Ig = "_footer_3adfg_149", xg = "_resetBtn_3adfg_170", Cg = "_optionLabel_3adfg_193", _g = "_filterTooltip_3adfg_229", yg = "_filterValue_3adfg_245", Ag = "_filterTooltipTrigger_3adfg_259", q = {
6670
+ const rg = "_filters_h44h8_1", og = "_filtersInfo_h44h8_7", ig = "_filter_h44h8_1", ag = "_filterIcon2_h44h8_26", lg = "_filterCol_h44h8_30", cg = "_filterIcon_h44h8_26", ug = "_resetIcon2_h44h8_48", dg = "_totalSelected_h44h8_74", pg = "_positioner_h44h8_86", gg = "_dropdown_h44h8_90", bg = "_options_h44h8_107", mg = "_optionsEmpty_h44h8_115", fg = "_option_h44h8_107", hg = "_dropdownSearch_h44h8_140", vg = "_footerBox_h44h8_149", Ig = "_footer_h44h8_149", xg = "_resetBtn_h44h8_170", Cg = "_optionLabel_h44h8_193", _g = "_filterTooltip_h44h8_229", yg = "_filterValue_h44h8_245", Ag = "_filterTooltipTrigger_h44h8_259", q = {
6671
6671
  filters: rg,
6672
6672
  filtersInfo: og,
6673
6673
  filter: ig,
@@ -8058,7 +8058,7 @@ function hm({
8058
8058
  backgroundColor: "white",
8059
8059
  verticalAlign: A ? "middle" : void 0,
8060
8060
  paddingLeft: E ? "15px" : void 0,
8061
- ...$s(b.column)
8061
+ ...$s(b.column, a, d)
8062
8062
  },
8063
8063
  children: Gt(b.column.columnDef.cell, b.getContext())
8064
8064
  },
@@ -8073,13 +8073,12 @@ function hm({
8073
8073
  const $s = (t, e, s, r) => {
8074
8074
  const n = t.getIsPinned(), i = n === "left" && t.getIsLastColumn("left"), l = n === "right" && t.getIsFirstColumn("right");
8075
8075
  return {
8076
- // filter:
8077
- // isLastLeftPinnedColumn && showLeftShadow
8078
- // ? leftShadow
8079
- // : isFirstRightPinnedColumn && showRightShadow
8080
- // ? rightShadow
8081
- // : undefined,
8082
- filter: i ? "drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.07))" : l ? "drop-shadow(-3px 0px 3px rgba(0, 0, 0, 0.07))" : void 0,
8076
+ filter: i && e ? "drop-shadow(3px 0px 3px rgba(0, 0, 0, 0.07))" : l && s ? "drop-shadow(-3px 0px 3px rgba(0, 0, 0, 0.07))" : void 0,
8077
+ // filter: isLastLeftPinnedColumn
8078
+ // ? leftShadow
8079
+ // : isFirstRightPinnedColumn
8080
+ // ? rightShadow
8081
+ // : undefined,
8083
8082
  left: n === "left" ? `${t.getStart("left")}px` : void 0,
8084
8083
  right: n === "right" ? `${t.getAfter("right")}px` : void 0,
8085
8084
  position: n ? "sticky" : void 0,