@plasmicpkgs/plasmic-rich-components 1.0.120 → 1.0.121
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.
|
@@ -3171,5 +3171,5 @@ function registerAll(loader) {
|
|
|
3171
3171
|
registerRichCalendar(loader);
|
|
3172
3172
|
}
|
|
3173
3173
|
|
|
3174
|
-
export { RichDetails, RichLayout, RichList, RichTable, commonProps, dataProp, deriveKeyOfRow, deriveRowKey, ensureArray, isInteractable, isLikeImage, onRowClickProp, registerAll, renderActions, rowActionsProp, tableHelpers, useSortedFilteredData };
|
|
3174
|
+
export { RichCalendar, RichDetails, RichLayout, RichList, RichTable, commonProps, dataProp, deriveKeyOfRow, deriveRowKey, ensureArray, isInteractable, isLikeImage, onRowClickProp, registerAll, renderActions, rowActionsProp, tableHelpers, useSortedFilteredData };
|
|
3175
3175
|
//# sourceMappingURL=plasmic-rich-components.esm.js.map
|