@teamprodevs/appsmith-custom-table 0.4.24 → 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 +4 -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,
|
|
@@ -40500,9 +40502,8 @@ const Sge = ({ value: e, type: t }) => {
|
|
|
40500
40502
|
{
|
|
40501
40503
|
href: a,
|
|
40502
40504
|
className: "text-primary underline",
|
|
40503
|
-
|
|
40504
|
-
|
|
40505
|
-
},
|
|
40505
|
+
rel: "noopener noreferrer",
|
|
40506
|
+
target: "_blank",
|
|
40506
40507
|
children: o
|
|
40507
40508
|
}
|
|
40508
40509
|
);
|