ados-rcm 1.0.66 → 1.0.68
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/AModule/AComponents/ATable/ATable.d.ts +290 -294
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3404,6 +3404,7 @@ const hl = "_ATableFooter_4nlon_1", vl = "_Button_4nlon_10", yl = "_IsSelected_4
|
|
|
3404
3404
|
options: t.options,
|
|
3405
3405
|
useSelect: s,
|
|
3406
3406
|
placeholder: t.placeholder,
|
|
3407
|
+
OptionRenderer: t.OptionRenderer,
|
|
3407
3408
|
SelectedRenderer: ({ OptionRenderer: f, selected: h }) => /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
3408
3409
|
/* @__PURE__ */ o.jsx(gr, { filterF: n, popupF: i }),
|
|
3409
3410
|
/* @__PURE__ */ o.jsx(f, { option: h }),
|