@event-calendar/list
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -102,2 +102,3 @@ import { SvelteComponent, init, safe_not_equal, create_slot, element, attr, insert, append, update_slot_base, get_all_dirty_from_scope, get_slot_changes, transition_in, transition_out, detach, component_subscribe, space, action_destroyer, listen, is_function, noop, run_all, binding_callbacks, text, empty, set_data, create_component, mount_component, destroy_component, group_outros, check_outros, destroy_each, set_store_value } from 'svelte/internal'; | ||
let div1; | ||
let div1_class_value; | ||
let setContent_action; | ||
@@ -116,2 +117,3 @@ let div2_class_value; | ||
attr(div0, "style", /*style*/ ctx[2]); | ||
attr(div1, "class", div1_class_value = /*$theme*/ ctx[0].eventBody); | ||
attr(div2, "class", div2_class_value = /*$theme*/ ctx[0].event); | ||
@@ -154,2 +156,6 @@ }, | ||
if (dirty & /*$theme*/ 1 && div1_class_value !== (div1_class_value = /*$theme*/ ctx[0].eventBody)) { | ||
attr(div1, "class", div1_class_value); | ||
} | ||
if (setContent_action && is_function(setContent_action.update) && dirty & /*content*/ 8) setContent_action.update.call(null, /*content*/ ctx[3]); | ||
@@ -156,0 +162,0 @@ |
{ | ||
"name": "@event-calendar/list", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"title": "Event Calendar List plugin", | ||
@@ -36,5 +36,5 @@ "description": "Full-sized drag & drop event calendar with resource view", | ||
"dependencies": { | ||
"@event-calendar/common": "~0.10.1", | ||
"@event-calendar/common": "~0.10.2", | ||
"svelte": "^3.47.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ # Event Calendar [![](https://data.jsdelivr.com/v1/package/npm/@event-calendar/build/badge)](https://www.jsdelivr.com/package/npm/@event-calendar/build) [![Donate](https://img.shields.io/badge/Donate_$10-PayPal-green.svg)](https://www.paypal.me/vkurko/10usd) [![Donate](https://img.shields.io/badge/Donate_$1-PayPal-green.svg)](https://www.paypal.me/vkurko/1usd) | ||
* Lightweight (48kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version) | ||
* Lightweight (49kb [br](https://en.wikipedia.org/wiki/Brotli) compressed `modern` version) | ||
* Zero-dependency (pre-built bundle) | ||
@@ -10,0 +10,0 @@ * Used by [Bookly](https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80889
970