@ilamy/calendar 1.3.2 → 1.3.3
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 +5 -0
- package/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -177,6 +177,11 @@ interface Resource {
|
|
|
177
177
|
backgroundColor?: string;
|
|
178
178
|
/** Optional position for resource display */
|
|
179
179
|
position?: number;
|
|
180
|
+
/**
|
|
181
|
+
* Configuration for resource-specific business hours.
|
|
182
|
+
* If provided, these will be used instead of the global business hours for this resource.
|
|
183
|
+
*/
|
|
184
|
+
businessHours?: BusinessHours | BusinessHours[];
|
|
180
185
|
}
|
|
181
186
|
interface Translations {
|
|
182
187
|
today: string;
|