@teamprodevs/appsmith-custom-table 0.4.24 → 0.4.26

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/app.js CHANGED
@@ -36334,6 +36334,8 @@ const Eb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
36334
36334
  indexColumn: wke.optional(),
36335
36335
  actionColumn: xke.optional(),
36336
36336
  translations: q.record(q.string(), q.string()).optional(),
36337
+ locale: q.string().optional(),
36338
+ direction: q.enum(["ltr", "rtl"]).default("ltr").optional(),
36337
36339
  styles: Ike,
36338
36340
  triggerEvent: Lke,
36339
36341
  updateModel: Ske,
@@ -40500,9 +40502,9 @@ const Sge = ({ value: e, type: t }) => {
40500
40502
  {
40501
40503
  href: a,
40502
40504
  className: "text-primary underline",
40503
- onClick: (n) => {
40504
- n.preventDefault(), n.stopPropagation(), window.open(a, "_blank", "noopener,noreferrer");
40505
- },
40505
+ rel: "noopener noreferrer",
40506
+ target: "_blank",
40507
+ onClick: (n) => n.stopPropagation(),
40506
40508
  children: o
40507
40509
  }
40508
40510
  );