@plasmicpkgs/plasmic-rich-components 1.0.170 → 1.0.171
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/.tsbuildinfo +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/plasmic-rich-components.esm.js +2 -1
- package/dist/plasmic-rich-components.esm.js.map +1 -1
- package/package.json +2 -2
- package/skinny/rich-calendar/index.cjs.js +2 -1
- package/skinny/rich-calendar/index.cjs.js.map +1 -1
- package/skinny/rich-calendar/index.esm.js +2 -1
- package/skinny/rich-calendar/index.esm.js.map +1 -1
|
@@ -3110,7 +3110,8 @@ function registerRichCalendar(loader) {
|
|
|
3110
3110
|
props: {
|
|
3111
3111
|
data: {
|
|
3112
3112
|
type: "dataSourceOpData",
|
|
3113
|
-
|
|
3113
|
+
displayName: "Events",
|
|
3114
|
+
description: "The events data should be a list of records with some date field."
|
|
3114
3115
|
},
|
|
3115
3116
|
title: roleProp({ role: "title" }),
|
|
3116
3117
|
date: roleProp({ role: "date", singular: true }),
|