@record-evolution/widget-filter-dropdown 1.0.3 → 1.0.4
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.
|
@@ -543,7 +543,7 @@ var Nt = Object.defineProperty, Rt = Object.getOwnPropertyDescriptor, A = (r, t,
|
|
|
543
543
|
};
|
|
544
544
|
let $ = class extends C {
|
|
545
545
|
constructor() {
|
|
546
|
-
super(...arguments), this.version = "1.0.
|
|
546
|
+
super(...arguments), this.version = "1.0.4";
|
|
547
547
|
}
|
|
548
548
|
update(r) {
|
|
549
549
|
r.has("theme") && this.registerTheme(this.theme), super.update(r);
|
|
@@ -649,7 +649,7 @@ A([
|
|
|
649
649
|
W()
|
|
650
650
|
], $.prototype, "selectedValue", 2);
|
|
651
651
|
$ = A([
|
|
652
|
-
Tt("widget-filter-dropdown-1.0.
|
|
652
|
+
Tt("widget-filter-dropdown-1.0.4")
|
|
653
653
|
], $);
|
|
654
654
|
export {
|
|
655
655
|
$ as WidgetfilterDropdown
|
package/package.json
CHANGED