smoothly 1.1.1-alpha.15 → 1.1.1-alpha.16
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/cjs/smoothly-app_92.cjs.entry.js +3 -3
- package/dist/cjs/smoothly-app_92.cjs.entry.js.map +1 -1
- package/dist/collection/components/input/select/index.js +3 -3
- package/dist/collection/components/input/select/index.js.map +1 -1
- package/dist/components/{p-63ed375b.js → p-01044797.js} +4 -4
- package/dist/components/{p-63ed375b.js.map → p-01044797.js.map} +1 -1
- package/dist/components/{p-2b0c143b.js → p-08242ace.js} +4 -4
- package/dist/components/{p-2b0c143b.js.map → p-08242ace.js.map} +1 -1
- package/dist/components/{p-7101d6f9.js → p-3720f8dd.js} +3 -3
- package/dist/components/{p-7101d6f9.js.map → p-3720f8dd.js.map} +1 -1
- package/dist/components/{p-2f8d238a.js → p-4851bbb8.js} +3 -3
- package/dist/components/{p-2f8d238a.js.map → p-4851bbb8.js.map} +1 -1
- package/dist/components/{p-2d8c4353.js → p-4be5d536.js} +7 -7
- package/dist/components/{p-2d8c4353.js.map → p-4be5d536.js.map} +1 -1
- package/dist/components/{p-1fe625c6.js → p-c7ebfa86.js} +4 -4
- package/dist/components/p-c7ebfa86.js.map +1 -0
- package/dist/components/{p-12291f56.js → p-c8c9cfa0.js} +2 -2
- package/dist/components/{p-12291f56.js.map → p-c8c9cfa0.js.map} +1 -1
- package/dist/components/{p-ce591c1c.js → p-e8e82614.js} +2 -2
- package/dist/components/{p-ce591c1c.js.map → p-e8e82614.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +8 -8
- package/dist/components/smoothly-calendar.js +1 -1
- package/dist/components/smoothly-input-date-range.js +1 -1
- package/dist/components/smoothly-input-date.js +1 -1
- package/dist/components/smoothly-input-demo-controlled-form.js +1 -1
- package/dist/components/smoothly-input-demo.js +1 -1
- package/dist/components/smoothly-input-month.js +1 -1
- package/dist/components/smoothly-input-select.js +1 -1
- package/dist/components/smoothly-theme-picker.js +1 -1
- package/dist/esm/smoothly-app_92.entry.js +3 -3
- package/dist/esm/smoothly-app_92.entry.js.map +1 -1
- package/dist/smoothly/{p-f5d6701b.entry.js → p-3ebcbb10.entry.js} +2 -2
- package/dist/smoothly/{p-f5d6701b.entry.js.map → p-3ebcbb10.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
- package/dist/components/p-1fe625c6.js.map +0 -1
|
@@ -9784,7 +9784,7 @@ const SmoothlyInputSelect = class {
|
|
|
9784
9784
|
}
|
|
9785
9785
|
componentWillLoad() {
|
|
9786
9786
|
var _a, _b;
|
|
9787
|
-
this.smoothlyInputLooks.emit(looks => (this.looks = looks));
|
|
9787
|
+
this.smoothlyInputLooks.emit((looks, color) => ((this.looks = looks), !this.color && (this.color = color)));
|
|
9788
9788
|
this.smoothlyInputLoad.emit(() => {
|
|
9789
9789
|
return;
|
|
9790
9790
|
});
|
|
@@ -9994,11 +9994,11 @@ const SmoothlyInputSelect = class {
|
|
|
9994
9994
|
this.items[markedIndex].marked = true;
|
|
9995
9995
|
}
|
|
9996
9996
|
render() {
|
|
9997
|
-
return (index.h(index.Host, { key: '
|
|
9997
|
+
return (index.h(index.Host, { key: '9c110cf537aa559b9393b1dadcc94af8baaa5f39', tabIndex: 0, class: { "has-value": this.selected.length !== 0 }, onClick: (event) => this.handleShowOptions(event) }, index.h("div", { key: '4586f9415d6d8908a6b91dd43e85352570d9e40b', class: "select-display", ref: element => (this.displaySelectedElement = element) }, this.placeholder), index.h("div", { key: 'fb421029cceed4d3191bee235a53d15603205f11', class: "icons", ref: element => (this.iconsDiv = element) }, index.h("slot", { key: '466ec2de544e460ddd66bf7dad8cb9b4b35e1b89', name: "end" }), this.looks == "border" && (index.h("smoothly-icon", { key: '85c30a538513fa9b000ae3facf58c4d2c6aebfc5', ref: element => (this.toggle = element), size: "tiny", name: this.open ? "caret-down-outline" : "caret-forward-outline" }))), index.h("slot", { key: 'a846d69258cba66b63ea0bec79e945f3579ed898', name: "label" }), index.h("div", { key: '3bd05dfc9f39811a1b52b19c25119e0ec94cd0e6', class: `${this.open ? "" : "hidden"} options` }, this.filter.length > 0 && (index.h("smoothly-item", { key: '45ed745dd90691985c54fd7ee3afd33e265b5679', selectable: false }, index.h("smoothly-icon", { key: '810ffa5a5669b88dedbb76774f5502e9f895d505', name: "search-outline", size: "small" }), this.filter, index.h("smoothly-icon", { key: 'd0851a92032e256c429fd856d211dac7f57c8369', name: "backspace-outline", size: "small", onClick: e => {
|
|
9998
9998
|
e.stopPropagation();
|
|
9999
9999
|
this.filter = "";
|
|
10000
10000
|
this.element.focus();
|
|
10001
|
-
} }))), index.h("slot", { key: '
|
|
10001
|
+
} }))), index.h("slot", { key: '1d451956a2ebd044f6fef476fa79e5d04324c06e' }))));
|
|
10002
10002
|
}
|
|
10003
10003
|
get element() { return index.getElement(this); }
|
|
10004
10004
|
static get watchers() { return {
|