@teamprodevs/appsmith-custom-table 0.4.23 → 0.4.25
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 +5 -3
- package/dist/app.umd.cjs +2 -2
- package/dist/index.d.ts +5 -0
- package/package.json +1 -1
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,
|
|
@@ -40498,10 +40500,10 @@ const Sge = ({ value: e, type: t }) => {
|
|
|
40498
40500
|
return /* @__PURE__ */ _(
|
|
40499
40501
|
"a",
|
|
40500
40502
|
{
|
|
40501
|
-
|
|
40502
|
-
n.preventDefault(), n.stopPropagation(), window.open(a, "_blank");
|
|
40503
|
-
},
|
|
40503
|
+
href: a,
|
|
40504
40504
|
className: "text-primary underline",
|
|
40505
|
+
rel: "noopener noreferrer",
|
|
40506
|
+
target: "_blank",
|
|
40505
40507
|
children: o
|
|
40506
40508
|
}
|
|
40507
40509
|
);
|