godown 1.1.5 → 1.1.6
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/conf.d.ts +18 -18
- package/conf.js +22 -22
- package/deps.d.ts +7 -7
- package/deps.js +7 -7
- package/effect/index.d.ts +3 -3
- package/effect/index.js +3 -3
- package/effect/ov-effect.d.ts +23 -23
- package/effect/ov-effect.js +63 -63
- package/effect/ro-effect.d.ts +19 -19
- package/effect/ro-effect.js +76 -76
- package/effect/std.d.ts +3 -3
- package/effect/std.js +3 -3
- package/effect/tw-effect.d.ts +21 -21
- package/effect/tw-effect.js +90 -90
- package/glob.d.ts +8 -8
- package/glob.js +9 -9
- package/group/avatar-group.d.ts +20 -20
- package/group/avatar-group.js +88 -88
- package/group/button-group.d.ts +12 -12
- package/group/button-group.js +26 -26
- package/group/details-group.d.ts +16 -16
- package/group/details-group.js +51 -51
- package/group/index.d.ts +3 -3
- package/group/index.js +3 -3
- package/group/std.d.ts +3 -3
- package/group/std.js +3 -3
- package/index.d.ts +7 -7
- package/index.js +7 -7
- package/input-form/base-input.d.ts +32 -32
- package/input-form/base-input.js +129 -129
- package/input-form/exp-input.d.ts +22 -22
- package/input-form/exp-input.js +67 -67
- package/input-form/index.d.ts +8 -8
- package/input-form/index.js +8 -8
- package/input-form/label-input.d.ts +21 -21
- package/input-form/label-input.js +69 -69
- package/input-form/search-input.d.ts +36 -36
- package/input-form/search-input.js +162 -162
- package/input-form/select-input.d.ts +31 -31
- package/input-form/select-input.js +256 -256
- package/input-form/sign-form.d.ts +25 -25
- package/input-form/sign-form.js +147 -147
- package/input-form/split-input.d.ts +26 -26
- package/input-form/split-input.js +127 -127
- package/input-form/std.d.ts +19 -19
- package/input-form/std.js +56 -55
- package/input-form/switch-input.d.ts +22 -22
- package/input-form/switch-input.js +73 -73
- package/items/alert-item.d.ts +16 -16
- package/items/alert-item.js +46 -46
- package/items/avatar-anchor.d.ts +19 -19
- package/items/avatar-anchor.js +62 -62
- package/items/base-button.d.ts +16 -16
- package/items/base-button.js +44 -44
- package/items/dialog-item.d.ts +24 -24
- package/items/dialog-item.js +92 -92
- package/items/index.d.ts +7 -7
- package/items/index.js +7 -7
- package/items/link-a.d.ts +19 -19
- package/items/link-a.js +76 -76
- package/items/load-track.d.ts +20 -20
- package/items/load-track.js +76 -76
- package/items/std.d.ts +3 -3
- package/items/std.js +3 -3
- package/items/super-a.d.ts +15 -15
- package/items/super-a.js +46 -46
- package/layout/div-line.d.ts +15 -15
- package/layout/div-line.js +39 -39
- package/layout/drag-box.d.ts +25 -25
- package/layout/drag-box.js +88 -88
- package/layout/flex-flow.d.ts +13 -13
- package/layout/flex-flow.js +32 -32
- package/layout/index.d.ts +5 -5
- package/layout/index.js +5 -5
- package/layout/nav-aside.d.ts +13 -13
- package/layout/nav-aside.js +38 -38
- package/layout/nav-layout.d.ts +16 -16
- package/layout/nav-layout.js +51 -51
- package/layout/std.d.ts +4 -4
- package/layout/std.js +4 -4
- package/package.json +6 -5
- package/react/effect.d.ts +9 -9
- package/react/effect.d.ts.map +1 -1
- package/react/effect.js +33 -33
- package/react/group.d.ts +4 -4
- package/react/group.d.ts.map +1 -1
- package/react/group.js +19 -19
- package/react/index.d.ts +7 -7
- package/react/index.d.ts.map +1 -1
- package/react/index.js +7 -7
- package/react/input-form.d.ts +32 -32
- package/react/input-form.d.ts.map +1 -1
- package/react/input-form.js +65 -65
- package/react/items.d.ts +8 -8
- package/react/items.d.ts.map +1 -1
- package/react/items.js +39 -39
- package/react/layout.d.ts +6 -6
- package/react/layout.d.ts.map +1 -1
- package/react/layout.js +29 -29
- package/react/view.d.ts +6 -6
- package/react/view.d.ts.map +1 -1
- package/react/view.js +29 -29
- package/view/details-expand.d.ts +18 -18
- package/view/details-expand.js +53 -53
- package/view/down-drop.d.ts +18 -18
- package/view/down-drop.js +71 -71
- package/view/index.d.ts +5 -5
- package/view/index.js +5 -5
- package/view/menu-list.d.ts +16 -16
- package/view/menu-list.js +48 -48
- package/view/route-view.d.ts +57 -57
- package/view/route-view.js +257 -257
- package/view/scroll-x.d.ts +14 -14
- package/view/scroll-x.js +47 -47
- package/view/std.d.ts +4 -4
- package/view/std.js +4 -4
- package/with.d.ts +27 -27
- package/with.js +77 -77
package/input-form/exp-input.js
CHANGED
@@ -1,28 +1,28 @@
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
6
|
-
};
|
7
|
-
import { html, css, property, query, define, cssvar, classMap } from "../deps.js";
|
8
|
-
import STD from "./std.js";
|
9
|
-
let ExpInput = class ExpInput extends STD {
|
10
|
-
constructor() {
|
11
|
-
super(...arguments);
|
12
|
-
this.label = "";
|
13
|
-
this.name = "";
|
14
|
-
this.pla = undefined;
|
15
|
-
this.type = "text";
|
16
|
-
this.value = "";
|
17
|
-
this.def = "";
|
18
|
-
this.base = "outline";
|
19
|
-
this.offset = "";
|
20
|
-
this.autofocus = false;
|
21
|
-
}
|
22
|
-
render() {
|
23
|
-
var _a;
|
24
|
-
if (!this.name)
|
25
|
-
this.name = ((_a = this.label) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || this.type;
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
6
|
+
};
|
7
|
+
import { html, css, property, query, define, cssvar, classMap } from "../deps.js";
|
8
|
+
import STD from "./std.js";
|
9
|
+
let ExpInput = class ExpInput extends STD {
|
10
|
+
constructor() {
|
11
|
+
super(...arguments);
|
12
|
+
this.label = "";
|
13
|
+
this.name = "";
|
14
|
+
this.pla = undefined;
|
15
|
+
this.type = "text";
|
16
|
+
this.value = "";
|
17
|
+
this.def = "";
|
18
|
+
this.base = "outline";
|
19
|
+
this.offset = "";
|
20
|
+
this.autofocus = false;
|
21
|
+
}
|
22
|
+
render() {
|
23
|
+
var _a;
|
24
|
+
if (!this.name)
|
25
|
+
this.name = ((_a = this.label) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || this.type;
|
26
26
|
return html `<div class=${classMap({ [this.base]: true, "no-label": !this.label })}>
|
27
27
|
${this.type !== "textarea" ? html `<input class="input" required title="" value=${this.value} @input=${this._handleInput} @change=${this._handleChange} type=${this.type} placeholder=${this.pla} />` : html `<textarea class="input" required title="" value=${this.value || this.def} @input=${this._handleInput} placeholder=${this.pla}></textarea>`}
|
28
28
|
<fieldset>
|
@@ -34,11 +34,11 @@ let ExpInput = class ExpInput extends STD {
|
|
34
34
|
margin-left: ${this.offset || 0} !important;
|
35
35
|
}
|
36
36
|
</style>
|
37
|
-
</div>`;
|
38
|
-
}
|
39
|
-
};
|
40
|
-
ExpInput.styles = [
|
41
|
-
STD.styles,
|
37
|
+
</div>`;
|
38
|
+
}
|
39
|
+
};
|
40
|
+
ExpInput.styles = [
|
41
|
+
STD.styles,
|
42
42
|
css `
|
43
43
|
:host {
|
44
44
|
line-height: normal;
|
@@ -179,40 +179,40 @@ ExpInput.styles = [
|
|
179
179
|
:valid + fieldset legend {
|
180
180
|
transform: translateY(-0.19em) scale(0.7);
|
181
181
|
}
|
182
|
-
`,
|
183
|
-
];
|
184
|
-
__decorate([
|
185
|
-
property()
|
186
|
-
], ExpInput.prototype, "label", void 0);
|
187
|
-
__decorate([
|
188
|
-
property()
|
189
|
-
], ExpInput.prototype, "name", void 0);
|
190
|
-
__decorate([
|
191
|
-
property()
|
192
|
-
], ExpInput.prototype, "pla", void 0);
|
193
|
-
__decorate([
|
194
|
-
property()
|
195
|
-
], ExpInput.prototype, "type", void 0);
|
196
|
-
__decorate([
|
197
|
-
property()
|
198
|
-
], ExpInput.prototype, "value", void 0);
|
199
|
-
__decorate([
|
200
|
-
property()
|
201
|
-
], ExpInput.prototype, "def", void 0);
|
202
|
-
__decorate([
|
203
|
-
property()
|
204
|
-
], ExpInput.prototype, "base", void 0);
|
205
|
-
__decorate([
|
206
|
-
property()
|
207
|
-
], ExpInput.prototype, "offset", void 0);
|
208
|
-
__decorate([
|
209
|
-
property({ type: Boolean })
|
210
|
-
], ExpInput.prototype, "autofocus", void 0);
|
211
|
-
__decorate([
|
212
|
-
query(".input")
|
213
|
-
], ExpInput.prototype, "_input", void 0);
|
214
|
-
ExpInput = __decorate([
|
215
|
-
define("exp-input")
|
216
|
-
], ExpInput);
|
217
|
-
export { ExpInput };
|
218
|
-
export default ExpInput;
|
182
|
+
`,
|
183
|
+
];
|
184
|
+
__decorate([
|
185
|
+
property()
|
186
|
+
], ExpInput.prototype, "label", void 0);
|
187
|
+
__decorate([
|
188
|
+
property()
|
189
|
+
], ExpInput.prototype, "name", void 0);
|
190
|
+
__decorate([
|
191
|
+
property()
|
192
|
+
], ExpInput.prototype, "pla", void 0);
|
193
|
+
__decorate([
|
194
|
+
property()
|
195
|
+
], ExpInput.prototype, "type", void 0);
|
196
|
+
__decorate([
|
197
|
+
property()
|
198
|
+
], ExpInput.prototype, "value", void 0);
|
199
|
+
__decorate([
|
200
|
+
property()
|
201
|
+
], ExpInput.prototype, "def", void 0);
|
202
|
+
__decorate([
|
203
|
+
property()
|
204
|
+
], ExpInput.prototype, "base", void 0);
|
205
|
+
__decorate([
|
206
|
+
property()
|
207
|
+
], ExpInput.prototype, "offset", void 0);
|
208
|
+
__decorate([
|
209
|
+
property({ type: Boolean })
|
210
|
+
], ExpInput.prototype, "autofocus", void 0);
|
211
|
+
__decorate([
|
212
|
+
query(".input")
|
213
|
+
], ExpInput.prototype, "_input", void 0);
|
214
|
+
ExpInput = __decorate([
|
215
|
+
define("exp-input")
|
216
|
+
], ExpInput);
|
217
|
+
export { ExpInput };
|
218
|
+
export default ExpInput;
|
package/input-form/index.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
export * from "./base-input.js";
|
2
|
-
export * from "./exp-input.js";
|
3
|
-
export * from "./label-input.js";
|
4
|
-
export * from "./select-input.js";
|
5
|
-
export * from "./search-input.js";
|
6
|
-
export * from "./sign-form.js";
|
7
|
-
export * from "./split-input.js";
|
8
|
-
export * from "./switch-input.js";
|
1
|
+
export * from "./base-input.js";
|
2
|
+
export * from "./exp-input.js";
|
3
|
+
export * from "./label-input.js";
|
4
|
+
export * from "./select-input.js";
|
5
|
+
export * from "./search-input.js";
|
6
|
+
export * from "./sign-form.js";
|
7
|
+
export * from "./split-input.js";
|
8
|
+
export * from "./switch-input.js";
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/input-form/index.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
export * from "./base-input.js";
|
2
|
-
export * from "./exp-input.js";
|
3
|
-
export * from "./label-input.js";
|
4
|
-
export * from "./select-input.js";
|
5
|
-
export * from "./search-input.js";
|
6
|
-
export * from "./sign-form.js";
|
7
|
-
export * from "./split-input.js";
|
8
|
-
export * from "./switch-input.js";
|
1
|
+
export * from "./base-input.js";
|
2
|
+
export * from "./exp-input.js";
|
3
|
+
export * from "./label-input.js";
|
4
|
+
export * from "./select-input.js";
|
5
|
+
export * from "./search-input.js";
|
6
|
+
export * from "./sign-form.js";
|
7
|
+
export * from "./split-input.js";
|
8
|
+
export * from "./switch-input.js";
|
@@ -1,22 +1,22 @@
|
|
1
|
-
import STD from "./std.js";
|
2
|
-
type inputtype = "hidden" | "text" | "search" | "tel" | "url" | "email" | "password" | "datetime" | "date" | "month" | "week" | "time" | "datetime-local" | "number" | "range" | "color" | "checkbox" | "radio" | "file" | "image";
|
3
|
-
export declare class LabelInput extends STD {
|
4
|
-
type: inputtype;
|
5
|
-
label: string;
|
6
|
-
def: string;
|
7
|
-
pla: any;
|
8
|
-
name: string;
|
9
|
-
value: string;
|
10
|
-
autofocus: boolean;
|
11
|
-
_input: HTMLInputElement;
|
12
|
-
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
13
|
-
render(): import("lit-html").TemplateResult<1>;
|
14
|
-
_passwordSwitcher(): void;
|
15
|
-
}
|
16
|
-
export default LabelInput;
|
17
|
-
declare global {
|
18
|
-
interface HTMLElementTagNameMap {
|
19
|
-
"label-input": LabelInput;
|
20
|
-
}
|
21
|
-
}
|
1
|
+
import STD from "./std.js";
|
2
|
+
type inputtype = "hidden" | "text" | "search" | "tel" | "url" | "email" | "password" | "datetime" | "date" | "month" | "week" | "time" | "datetime-local" | "number" | "range" | "color" | "checkbox" | "radio" | "file" | "image";
|
3
|
+
export declare class LabelInput extends STD {
|
4
|
+
type: inputtype;
|
5
|
+
label: string;
|
6
|
+
def: string;
|
7
|
+
pla: any;
|
8
|
+
name: string;
|
9
|
+
value: string;
|
10
|
+
autofocus: boolean;
|
11
|
+
_input: HTMLInputElement;
|
12
|
+
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
13
|
+
render(): import("lit-html").TemplateResult<1>;
|
14
|
+
_passwordSwitcher(): void;
|
15
|
+
}
|
16
|
+
export default LabelInput;
|
17
|
+
declare global {
|
18
|
+
interface HTMLElementTagNameMap {
|
19
|
+
"label-input": LabelInput;
|
20
|
+
}
|
21
|
+
}
|
22
22
|
//# sourceMappingURL=label-input.d.ts.map
|
@@ -1,55 +1,55 @@
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
6
|
-
};
|
7
|
-
import { html, css, property, query, define, cssvar } from "../deps.js";
|
8
|
-
import STD from "./std.js";
|
9
|
-
let LabelInput = class LabelInput extends STD {
|
10
|
-
constructor() {
|
11
|
-
super(...arguments);
|
12
|
-
this.type = "text";
|
13
|
-
this.label = "";
|
14
|
-
this.def = "";
|
15
|
-
this.pla = undefined;
|
16
|
-
this.name = "";
|
17
|
-
this.value = "";
|
18
|
-
this.autofocus = false;
|
19
|
-
}
|
20
|
-
render() {
|
21
|
-
var _a;
|
22
|
-
if (!this.name)
|
23
|
-
this.name = ((_a = this.label) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || this.type;
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
6
|
+
};
|
7
|
+
import { html, css, property, query, define, cssvar } from "../deps.js";
|
8
|
+
import STD from "./std.js";
|
9
|
+
let LabelInput = class LabelInput extends STD {
|
10
|
+
constructor() {
|
11
|
+
super(...arguments);
|
12
|
+
this.type = "text";
|
13
|
+
this.label = "";
|
14
|
+
this.def = "";
|
15
|
+
this.pla = undefined;
|
16
|
+
this.name = "";
|
17
|
+
this.value = "";
|
18
|
+
this.autofocus = false;
|
19
|
+
}
|
20
|
+
render() {
|
21
|
+
var _a;
|
22
|
+
if (!this.name)
|
23
|
+
this.name = ((_a = this.label) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || this.type;
|
24
24
|
return html `<label for=${this.name}>
|
25
25
|
<span>${this.label}<slot></slot></span>
|
26
26
|
<fieldset>
|
27
27
|
<i><slot name="pre"></slot></i>
|
28
28
|
<input @input=${this._handleInput} @change=${this._handleChange} id=${this.name} type=${this.type} placeholder=${this.pla} class=${this.type} />
|
29
29
|
<i><slot name="suf"></slot></i>
|
30
|
-
${this.type === "password" && !this.querySelector(`[slot="suf"]`)
|
30
|
+
${this.type === "password" && !this.querySelector(`[slot="suf"]`)
|
31
31
|
? html `<i @mousedown=${this._passwordSwitcher} @mouseup=${() => (this._input.type = "password")} @mouseleave=${() => (this._input.type = "password")}>
|
32
32
|
<svg viewBox="0 0 48 48" fill="none">
|
33
33
|
<path d="M9.85786 18C6.23858 21 4 24 4 24C4 24 12.9543 36 24 36C25.3699 36 26.7076 35.8154 28 35.4921M20.0318 12.5C21.3144 12.1816 22.6414 12 24 12C35.0457 12 44 24 44 24C44 24 41.7614 27 38.1421 30" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
|
34
34
|
<path d="M20.3142 20.6211C19.4981 21.5109 19 22.6972 19 23.9998C19 26.7612 21.2386 28.9998 24 28.9998C25.3627 28.9998 26.5981 28.4546 27.5 27.5705" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
|
35
35
|
<path d="M42 42L6 6" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
|
36
36
|
</svg>
|
37
|
-
</i>`
|
37
|
+
</i>`
|
38
38
|
: undefined}
|
39
39
|
</fieldset>
|
40
|
-
</label>`;
|
41
|
-
}
|
42
|
-
_passwordSwitcher() {
|
43
|
-
if (this._input.type === "password") {
|
44
|
-
this._input.type = "text";
|
45
|
-
}
|
46
|
-
else {
|
47
|
-
this._input.type = "password";
|
48
|
-
}
|
49
|
-
}
|
50
|
-
};
|
51
|
-
LabelInput.styles = [
|
52
|
-
STD.styles,
|
40
|
+
</label>`;
|
41
|
+
}
|
42
|
+
_passwordSwitcher() {
|
43
|
+
if (this._input.type === "password") {
|
44
|
+
this._input.type = "text";
|
45
|
+
}
|
46
|
+
else {
|
47
|
+
this._input.type = "password";
|
48
|
+
}
|
49
|
+
}
|
50
|
+
};
|
51
|
+
LabelInput.styles = [
|
52
|
+
STD.styles,
|
53
53
|
css `
|
54
54
|
:host {
|
55
55
|
background-color: inherit;
|
@@ -117,34 +117,34 @@ LabelInput.styles = [
|
|
117
117
|
::-ms-reveal {
|
118
118
|
display: none;
|
119
119
|
}
|
120
|
-
`,
|
121
|
-
];
|
122
|
-
__decorate([
|
123
|
-
property()
|
124
|
-
], LabelInput.prototype, "type", void 0);
|
125
|
-
__decorate([
|
126
|
-
property()
|
127
|
-
], LabelInput.prototype, "label", void 0);
|
128
|
-
__decorate([
|
129
|
-
property()
|
130
|
-
], LabelInput.prototype, "def", void 0);
|
131
|
-
__decorate([
|
132
|
-
property()
|
133
|
-
], LabelInput.prototype, "pla", void 0);
|
134
|
-
__decorate([
|
135
|
-
property()
|
136
|
-
], LabelInput.prototype, "name", void 0);
|
137
|
-
__decorate([
|
138
|
-
property()
|
139
|
-
], LabelInput.prototype, "value", void 0);
|
140
|
-
__decorate([
|
141
|
-
property({ type: Boolean })
|
142
|
-
], LabelInput.prototype, "autofocus", void 0);
|
143
|
-
__decorate([
|
144
|
-
query("input")
|
145
|
-
], LabelInput.prototype, "_input", void 0);
|
146
|
-
LabelInput = __decorate([
|
147
|
-
define("label-input")
|
148
|
-
], LabelInput);
|
149
|
-
export { LabelInput };
|
150
|
-
export default LabelInput;
|
120
|
+
`,
|
121
|
+
];
|
122
|
+
__decorate([
|
123
|
+
property()
|
124
|
+
], LabelInput.prototype, "type", void 0);
|
125
|
+
__decorate([
|
126
|
+
property()
|
127
|
+
], LabelInput.prototype, "label", void 0);
|
128
|
+
__decorate([
|
129
|
+
property()
|
130
|
+
], LabelInput.prototype, "def", void 0);
|
131
|
+
__decorate([
|
132
|
+
property()
|
133
|
+
], LabelInput.prototype, "pla", void 0);
|
134
|
+
__decorate([
|
135
|
+
property()
|
136
|
+
], LabelInput.prototype, "name", void 0);
|
137
|
+
__decorate([
|
138
|
+
property()
|
139
|
+
], LabelInput.prototype, "value", void 0);
|
140
|
+
__decorate([
|
141
|
+
property({ type: Boolean })
|
142
|
+
], LabelInput.prototype, "autofocus", void 0);
|
143
|
+
__decorate([
|
144
|
+
query("input")
|
145
|
+
], LabelInput.prototype, "_input", void 0);
|
146
|
+
LabelInput = __decorate([
|
147
|
+
define("label-input")
|
148
|
+
], LabelInput);
|
149
|
+
export { LabelInput };
|
150
|
+
export default LabelInput;
|
@@ -1,37 +1,37 @@
|
|
1
|
-
import STD from "./std.js";
|
2
|
-
export declare class SearchInput extends STD {
|
3
|
-
_input: HTMLInputElement;
|
4
|
-
query: string;
|
5
|
-
target: string;
|
6
|
-
infer: boolean;
|
7
|
-
remote: boolean;
|
8
|
-
action: string;
|
9
|
-
method: "get" | "post";
|
10
|
-
name: string;
|
11
|
-
value: string;
|
12
|
-
pla: any;
|
13
|
-
list: any[];
|
14
|
-
autofocus: boolean;
|
15
|
-
useinfer: (x: string) => Promise<string[]>;
|
16
|
-
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
17
|
-
render(): import("lit-html").TemplateResult<1>;
|
18
|
-
_handleSubmit(e: any): void;
|
19
|
-
_handleInput(e: any): Promise<void>;
|
20
|
-
}
|
21
|
-
export declare class SearchW extends STD {
|
22
|
-
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
23
|
-
action: string;
|
24
|
-
name: string;
|
25
|
-
pla: string;
|
26
|
-
origin: string;
|
27
|
-
constructor();
|
28
|
-
render(): import("lit-html").TemplateResult<1>;
|
29
|
-
}
|
30
|
-
export default SearchInput;
|
31
|
-
declare global {
|
32
|
-
interface HTMLElementTagNameMap {
|
33
|
-
"search-input": SearchInput;
|
34
|
-
"search-w": SearchW;
|
35
|
-
}
|
36
|
-
}
|
1
|
+
import STD from "./std.js";
|
2
|
+
export declare class SearchInput extends STD {
|
3
|
+
_input: HTMLInputElement;
|
4
|
+
query: string;
|
5
|
+
target: string;
|
6
|
+
infer: boolean;
|
7
|
+
remote: boolean;
|
8
|
+
action: string;
|
9
|
+
method: "get" | "post";
|
10
|
+
name: string;
|
11
|
+
value: string;
|
12
|
+
pla: any;
|
13
|
+
list: any[];
|
14
|
+
autofocus: boolean;
|
15
|
+
useinfer: (x: string) => Promise<string[]>;
|
16
|
+
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
17
|
+
render(): import("lit-html").TemplateResult<1>;
|
18
|
+
_handleSubmit(e: any): void;
|
19
|
+
_handleInput(e: any): Promise<void>;
|
20
|
+
}
|
21
|
+
export declare class SearchW extends STD {
|
22
|
+
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
23
|
+
action: string;
|
24
|
+
name: string;
|
25
|
+
pla: string;
|
26
|
+
origin: string;
|
27
|
+
constructor();
|
28
|
+
render(): import("lit-html").TemplateResult<1>;
|
29
|
+
}
|
30
|
+
export default SearchInput;
|
31
|
+
declare global {
|
32
|
+
interface HTMLElementTagNameMap {
|
33
|
+
"search-input": SearchInput;
|
34
|
+
"search-w": SearchW;
|
35
|
+
}
|
36
|
+
}
|
37
37
|
//# sourceMappingURL=search-input.d.ts.map
|