godown 1.1.4 → 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/README.md +35 -35
- 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.d.ts.map +1 -1
- package/effect/ov-effect.js +299 -275
- package/effect/ro-effect.d.ts +19 -19
- package/effect/ro-effect.d.ts.map +1 -1
- package/effect/ro-effect.js +125 -120
- package/effect/std.d.ts +3 -3
- package/effect/std.d.ts.map +1 -1
- package/effect/std.js +3 -3
- package/effect/tw-effect.d.ts +21 -21
- package/effect/tw-effect.d.ts.map +1 -1
- package/effect/tw-effect.js +108 -107
- package/glob.d.ts +8 -8
- package/glob.d.ts.map +1 -1
- package/glob.js +25 -24
- package/group/avatar-group.d.ts +20 -20
- package/group/avatar-group.d.ts.map +1 -1
- package/group/avatar-group.js +112 -88
- package/group/button-group.d.ts +12 -12
- package/group/button-group.d.ts.map +1 -1
- package/group/button-group.js +79 -74
- package/group/details-group.d.ts +16 -16
- package/group/details-group.d.ts.map +1 -1
- package/group/details-group.js +55 -53
- package/group/index.d.ts +3 -3
- package/group/index.js +3 -3
- package/group/std.d.ts +3 -3
- package/group/std.d.ts.map +1 -1
- 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.d.ts.map +1 -1
- package/input-form/base-input.js +229 -226
- package/input-form/exp-input.d.ts +22 -22
- package/input-form/exp-input.d.ts.map +1 -1
- package/input-form/exp-input.js +218 -205
- 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.d.ts.map +1 -1
- package/input-form/label-input.js +150 -137
- package/input-form/search-input.d.ts +36 -36
- package/input-form/search-input.d.ts.map +1 -1
- package/input-form/search-input.js +311 -297
- package/input-form/select-input.d.ts +31 -31
- package/input-form/select-input.d.ts.map +1 -1
- package/input-form/select-input.js +354 -330
- package/input-form/sign-form.d.ts +25 -23
- package/input-form/sign-form.d.ts.map +1 -1
- package/input-form/sign-form.js +165 -160
- package/input-form/split-input.d.ts +26 -26
- package/input-form/split-input.d.ts.map +1 -1
- package/input-form/split-input.js +181 -173
- package/input-form/std.d.ts +19 -19
- package/input-form/std.d.ts.map +1 -1
- package/input-form/std.js +72 -68
- package/input-form/switch-input.d.ts +22 -22
- package/input-form/switch-input.d.ts.map +1 -1
- package/input-form/switch-input.js +181 -175
- package/items/alert-item.d.ts +16 -16
- package/items/alert-item.d.ts.map +1 -1
- package/items/alert-item.js +143 -142
- package/items/avatar-anchor.d.ts +19 -19
- package/items/avatar-anchor.d.ts.map +1 -1
- package/items/avatar-anchor.js +150 -148
- package/items/base-button.d.ts +16 -16
- package/items/base-button.d.ts.map +1 -1
- package/items/base-button.js +170 -167
- package/items/dialog-item.d.ts +24 -24
- package/items/dialog-item.d.ts.map +1 -1
- package/items/dialog-item.js +157 -156
- 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.d.ts.map +1 -1
- package/items/link-a.js +98 -97
- package/items/load-track.d.ts +20 -20
- package/items/load-track.d.ts.map +1 -1
- package/items/load-track.js +115 -109
- package/items/std.d.ts +3 -3
- package/items/std.d.ts.map +1 -1
- package/items/std.js +3 -3
- package/items/super-a.d.ts +15 -15
- package/items/super-a.d.ts.map +1 -1
- package/items/super-a.js +99 -88
- package/layout/div-line.d.ts +15 -15
- package/layout/div-line.d.ts.map +1 -1
- package/layout/div-line.js +71 -65
- package/layout/drag-box.d.ts +25 -25
- package/layout/drag-box.d.ts.map +1 -1
- package/layout/drag-box.js +95 -94
- package/layout/flex-flow.d.ts +13 -13
- package/layout/flex-flow.d.ts.map +1 -1
- package/layout/flex-flow.js +39 -34
- 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.d.ts.map +1 -1
- package/layout/nav-aside.js +61 -54
- package/layout/nav-layout.d.ts +16 -16
- package/layout/nav-layout.d.ts.map +1 -1
- package/layout/nav-layout.js +167 -146
- package/layout/std.d.ts +4 -4
- package/layout/std.d.ts.map +1 -1
- package/layout/std.js +10 -8
- package/package.json +48 -40
- 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.d.ts.map +1 -1
- package/view/details-expand.js +85 -80
- package/view/down-drop.d.ts +18 -18
- package/view/down-drop.d.ts.map +1 -1
- package/view/down-drop.js +98 -94
- 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.d.ts.map +1 -1
- package/view/menu-list.js +77 -72
- package/view/route-view.d.ts +57 -57
- package/view/route-view.d.ts.map +1 -1
- package/view/route-view.js +261 -258
- package/view/scroll-x.d.ts +14 -14
- package/view/scroll-x.d.ts.map +1 -1
- package/view/scroll-x.js +77 -72
- package/view/std.d.ts +4 -4
- package/view/std.d.ts.map +1 -1
- package/view/std.js +37 -37
- package/with.d.ts +27 -27
- package/with.d.ts.map +1 -1
- package/with.js +77 -78
- package/view/react/effect.d.ts +0 -10
- package/view/react/effect.d.ts.map +0 -1
- package/view/react/effect.js +0 -32
- package/view/react/group.d.ts +0 -5
- package/view/react/group.d.ts.map +0 -1
- package/view/react/group.js +0 -18
- package/view/react/index.d.ts +0 -7
- package/view/react/index.d.ts.map +0 -1
- package/view/react/index.js +0 -6
- package/view/react/input-form.d.ts +0 -33
- package/view/react/input-form.d.ts.map +0 -1
- package/view/react/input-form.js +0 -64
- package/view/react/items.d.ts +0 -9
- package/view/react/items.d.ts.map +0 -1
- package/view/react/items.js +0 -38
- package/view/react/layout.d.ts +0 -7
- package/view/react/layout.d.ts.map +0 -1
- package/view/react/layout.js +0 -28
- package/view/react/view.d.ts +0 -7
- package/view/react/view.d.ts.map +0 -1
- package/view/react/view.js +0 -28
package/input-form/exp-input.js
CHANGED
@@ -1,205 +1,218 @@
|
|
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
|
-
return html `<div class=${classMap({ [this.base]: true, "no-label": !this.label })}>
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
ExpInput
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
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
|
+
return html `<div class=${classMap({ [this.base]: true, "no-label": !this.label })}>
|
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
|
+
<fieldset>
|
29
|
+
<legend><span>${this.label}</span></legend>
|
30
|
+
</fieldset>
|
31
|
+
<style>
|
32
|
+
:valid ~ fieldset legend,
|
33
|
+
:focus ~ fieldset legend {
|
34
|
+
margin-left: ${this.offset || 0} !important;
|
35
|
+
}
|
36
|
+
</style>
|
37
|
+
</div>`;
|
38
|
+
}
|
39
|
+
};
|
40
|
+
ExpInput.styles = [
|
41
|
+
STD.styles,
|
42
|
+
css `
|
43
|
+
:host {
|
44
|
+
line-height: normal;
|
45
|
+
display: inline-block;
|
46
|
+
width: var(${cssvar}--input-width);
|
47
|
+
color: var(${cssvar}--text);
|
48
|
+
border-color: var(${cssvar}--input-outline);
|
49
|
+
border-radius: 0.2em;
|
50
|
+
}
|
51
|
+
.input:focus {
|
52
|
+
${cssvar}--input-outline: var(${cssvar}--input-outline-focus) !important;
|
53
|
+
}
|
54
|
+
div:hover {
|
55
|
+
${cssvar}--input-background: var(${cssvar}--input-background-hover) !important;
|
56
|
+
}
|
57
|
+
.underline::after,
|
58
|
+
.underline::before {
|
59
|
+
content: "";
|
60
|
+
position: absolute;
|
61
|
+
left: 0;
|
62
|
+
right: 0;
|
63
|
+
margin: auto;
|
64
|
+
bottom: -0.1em;
|
65
|
+
width: 100%;
|
66
|
+
height: 0.18em;
|
67
|
+
bottom: 0;
|
68
|
+
border-bottom-left-radius: inherit;
|
69
|
+
border-bottom-right-radius: inherit;
|
70
|
+
}
|
71
|
+
.underline:focus-within::before {
|
72
|
+
z-index: 2;
|
73
|
+
width: 100%;
|
74
|
+
}
|
75
|
+
.underline::before {
|
76
|
+
width: 0;
|
77
|
+
transition: all 0.2s;
|
78
|
+
background: var(${cssvar}--input-outline-focus) !important;
|
79
|
+
}
|
80
|
+
.underline::after {
|
81
|
+
background: var(${cssvar}--input-outline);
|
82
|
+
}
|
83
|
+
.underline fieldset {
|
84
|
+
border-color: transparent !important;
|
85
|
+
}
|
86
|
+
.outline fieldset {
|
87
|
+
border-color: inherit !important;
|
88
|
+
border: 0.18em solid;
|
89
|
+
}
|
90
|
+
.outline .input {
|
91
|
+
padding-left: 0.18em;
|
92
|
+
padding-right: 0.18em;
|
93
|
+
}
|
94
|
+
.no-label.filed .input {
|
95
|
+
margin-top: 0;
|
96
|
+
}
|
97
|
+
.filed {
|
98
|
+
background: var(${cssvar}--input-background);
|
99
|
+
outline: 0.18em solid var(${cssvar}--input-outline);
|
100
|
+
height: calc(100% - 0.36em);
|
101
|
+
width: calc(100% - 0.36em);
|
102
|
+
margin: 0.18em;
|
103
|
+
}
|
104
|
+
.filed fieldset {
|
105
|
+
border-color: transparent !important;
|
106
|
+
background: transparent !important;
|
107
|
+
}
|
108
|
+
:focus ~ fieldset,
|
109
|
+
:valid ~ fieldset {
|
110
|
+
border-color: var(${cssvar}--input-outline-focus);
|
111
|
+
}
|
112
|
+
* {
|
113
|
+
border-radius: inherit;
|
114
|
+
font-size: inherit;
|
115
|
+
font-family: inherit;
|
116
|
+
transition:
|
117
|
+
all 0.2s,
|
118
|
+
height 0s;
|
119
|
+
}
|
120
|
+
div {
|
121
|
+
border-color: inherit;
|
122
|
+
position: relative;
|
123
|
+
width: 100%;
|
124
|
+
display: inline-flex;
|
125
|
+
min-height: inherit;
|
126
|
+
}
|
127
|
+
textarea.input {
|
128
|
+
resize: vertical;
|
129
|
+
height: 1.5em;
|
130
|
+
padding-top: 0.3em;
|
131
|
+
}
|
132
|
+
.input {
|
133
|
+
margin-left: 0.18em;
|
134
|
+
margin-right: 0.18em;
|
135
|
+
}
|
136
|
+
.input {
|
137
|
+
width: 100%;
|
138
|
+
padding-top: 0.2em;
|
139
|
+
min-height: 1.7em;
|
140
|
+
margin-top: 0.45em;
|
141
|
+
margin-bottom: 0.2em;
|
142
|
+
border: 0;
|
143
|
+
box-sizing: border-box;
|
144
|
+
font-size: inherit;
|
145
|
+
outline: 0;
|
146
|
+
background: transparent;
|
147
|
+
z-index: 2;
|
148
|
+
overflow-y: hidden;
|
149
|
+
}
|
150
|
+
fieldset {
|
151
|
+
box-sizing: border-box;
|
152
|
+
position: absolute;
|
153
|
+
background: var(${cssvar}--input-background);
|
154
|
+
pointer-events: none;
|
155
|
+
padding: 0px;
|
156
|
+
position: absolute;
|
157
|
+
height: 100%;
|
158
|
+
margin: 0;
|
159
|
+
width: inherit;
|
160
|
+
}
|
161
|
+
legend span {
|
162
|
+
white-space: nowrap;
|
163
|
+
display: inline-block;
|
164
|
+
padding: 0 0.2em;
|
165
|
+
background: var(${cssvar}--input-background);
|
166
|
+
font-size: inherit;
|
167
|
+
border-bottom-left-radius: 0;
|
168
|
+
border-bottom-right-radius: 0;
|
169
|
+
}
|
170
|
+
legend {
|
171
|
+
width: 0;
|
172
|
+
height: 1em;
|
173
|
+
transform: translateY(0.8em);
|
174
|
+
}
|
175
|
+
.filed span {
|
176
|
+
background: transparent;
|
177
|
+
}
|
178
|
+
:focus + fieldset legend,
|
179
|
+
:valid + fieldset legend {
|
180
|
+
transform: translateY(-0.19em) scale(0.7);
|
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;
|
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").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 +1 @@
|
|
1
|
-
{"version":3,"file":"label-input.d.ts","sourceRoot":"","sources":["../../src/input-form/label-input.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,KAAK,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,gBAAgB,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AACnO,qBACa,UAAW,SAAQ,GAAG;IACrB,IAAI,EAAE,SAAS,CAAU;IACzB,KAAK,SAAM;IACX,GAAG,SAAM;IACT,GAAG,MAAa;IAChB,IAAI,SAAM;IACV,KAAK,SAAM;IACM,SAAS,UAAS;IAC/B,MAAM,EAAE,gBAAgB,CAAC;IACzC,MAAM,CAAC,MAAM,
|
1
|
+
{"version":3,"file":"label-input.d.ts","sourceRoot":"","sources":["../../src/input-form/label-input.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,KAAK,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,QAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,gBAAgB,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AACnO,qBACa,UAAW,SAAQ,GAAG;IACrB,IAAI,EAAE,SAAS,CAAU;IACzB,KAAK,SAAM;IACX,GAAG,SAAM;IACT,GAAG,MAAa;IAChB,IAAI,SAAM;IACV,KAAK,SAAM;IACM,SAAS,UAAS;IAC/B,MAAM,EAAE,gBAAgB,CAAC;IACzC,MAAM,CAAC,MAAM,4FAsEX;IACF,MAAM;IAoBN,iBAAiB;CAOlB;AACD,eAAe,UAAU,CAAC;AAC1B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAC;KAC3B;CACF"}
|