@plasmicpkgs/plasmic-rich-components 1.0.125 → 1.0.127
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/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { RichLayout } from "./rich-layout";
|
|
|
3
3
|
export { RichList } from "./rich-list";
|
|
4
4
|
export { RichTable, tableHelpers } from "./rich-table";
|
|
5
5
|
export { RichDetails } from "./rich-details";
|
|
6
|
-
export { RichCalendar } from "./rich-calendar";
|
|
6
|
+
export { RichCalendar, calendarHelpers } from "./rich-calendar";
|
|
7
7
|
export declare function registerAll(loader?: Registerable): void;
|
|
8
8
|
export { useSortedFilteredData } from "./field-react-utils";
|
|
9
9
|
export { isLikeImage } from "./utils";
|
package/dist/index.js
CHANGED
|
@@ -3196,6 +3196,7 @@ exports.RichDetails = RichDetails;
|
|
|
3196
3196
|
exports.RichLayout = RichLayout;
|
|
3197
3197
|
exports.RichList = RichList;
|
|
3198
3198
|
exports.RichTable = RichTable;
|
|
3199
|
+
exports.calendarHelpers = calendarHelpers;
|
|
3199
3200
|
exports.commonProps = commonProps;
|
|
3200
3201
|
exports.dataProp = dataProp;
|
|
3201
3202
|
exports.deriveKeyOfRow = deriveKeyOfRow;
|