godown 1.1.3 → 1.1.5

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.
Files changed (135) hide show
  1. package/README.md +35 -35
  2. package/effect/ov-effect.d.ts +3 -3
  3. package/effect/ov-effect.d.ts.map +1 -1
  4. package/effect/ov-effect.js +252 -228
  5. package/effect/ro-effect.d.ts +1 -1
  6. package/effect/ro-effect.d.ts.map +1 -1
  7. package/effect/ro-effect.js +51 -46
  8. package/effect/std.d.ts.map +1 -1
  9. package/effect/tw-effect.d.ts +1 -1
  10. package/effect/tw-effect.d.ts.map +1 -1
  11. package/effect/tw-effect.js +19 -18
  12. package/glob.d.ts.map +1 -1
  13. package/glob.js +18 -17
  14. package/group/avatar-group.d.ts +1 -1
  15. package/group/avatar-group.d.ts.map +1 -1
  16. package/group/avatar-group.js +29 -5
  17. package/group/button-group.d.ts +1 -1
  18. package/group/button-group.d.ts.map +1 -1
  19. package/group/button-group.js +53 -48
  20. package/group/details-group.d.ts +1 -1
  21. package/group/details-group.d.ts.map +1 -1
  22. package/group/details-group.js +5 -3
  23. package/group/std.d.ts.map +1 -1
  24. package/input-form/base-input.d.ts +2 -2
  25. package/input-form/base-input.d.ts.map +1 -1
  26. package/input-form/base-input.js +109 -106
  27. package/input-form/exp-input.d.ts +1 -1
  28. package/input-form/exp-input.d.ts.map +1 -1
  29. package/input-form/exp-input.js +155 -142
  30. package/input-form/label-input.d.ts +1 -1
  31. package/input-form/label-input.d.ts.map +1 -1
  32. package/input-form/label-input.js +88 -75
  33. package/input-form/search-input.d.ts +3 -3
  34. package/input-form/search-input.d.ts.map +1 -1
  35. package/input-form/search-input.js +171 -157
  36. package/input-form/select-input.d.ts +3 -3
  37. package/input-form/select-input.d.ts.map +1 -1
  38. package/input-form/select-input.js +128 -104
  39. package/input-form/sign-form.d.ts +7 -5
  40. package/input-form/sign-form.d.ts.map +1 -1
  41. package/input-form/sign-form.js +49 -44
  42. package/input-form/split-input.d.ts +3 -3
  43. package/input-form/split-input.d.ts.map +1 -1
  44. package/input-form/split-input.js +80 -72
  45. package/input-form/std.d.ts +1 -1
  46. package/input-form/std.d.ts.map +1 -1
  47. package/input-form/std.js +20 -17
  48. package/input-form/switch-input.d.ts +3 -3
  49. package/input-form/switch-input.d.ts.map +1 -1
  50. package/input-form/switch-input.js +118 -112
  51. package/items/alert-item.d.ts +1 -1
  52. package/items/alert-item.d.ts.map +1 -1
  53. package/items/alert-item.js +99 -98
  54. package/items/avatar-anchor.d.ts +2 -2
  55. package/items/avatar-anchor.d.ts.map +1 -1
  56. package/items/avatar-anchor.js +91 -89
  57. package/items/base-button.d.ts +1 -1
  58. package/items/base-button.d.ts.map +1 -1
  59. package/items/base-button.js +129 -126
  60. package/items/dialog-item.d.ts +1 -1
  61. package/items/dialog-item.d.ts.map +1 -1
  62. package/items/dialog-item.js +72 -71
  63. package/items/link-a.d.ts.map +1 -1
  64. package/items/link-a.js +23 -22
  65. package/items/load-track.d.ts +1 -1
  66. package/items/load-track.d.ts.map +1 -1
  67. package/items/load-track.js +45 -39
  68. package/items/std.d.ts.map +1 -1
  69. package/items/super-a.d.ts +2 -2
  70. package/items/super-a.d.ts.map +1 -1
  71. package/items/super-a.js +59 -48
  72. package/layout/div-line.d.ts +1 -1
  73. package/layout/div-line.d.ts.map +1 -1
  74. package/layout/div-line.js +35 -29
  75. package/layout/drag-box.d.ts +1 -1
  76. package/layout/drag-box.d.ts.map +1 -1
  77. package/layout/drag-box.js +10 -9
  78. package/layout/flex-flow.d.ts +2 -2
  79. package/layout/flex-flow.d.ts.map +1 -1
  80. package/layout/flex-flow.js +12 -7
  81. package/layout/nav-aside.d.ts +1 -1
  82. package/layout/nav-aside.d.ts.map +1 -1
  83. package/layout/nav-aside.js +32 -25
  84. package/layout/nav-layout.d.ts +1 -1
  85. package/layout/nav-layout.d.ts.map +1 -1
  86. package/layout/nav-layout.js +125 -104
  87. package/layout/std.d.ts.map +1 -1
  88. package/layout/std.js +6 -4
  89. package/package.json +47 -36
  90. package/react/effect.js +6 -6
  91. package/react/group.js +3 -3
  92. package/react/input-form.js +11 -11
  93. package/react/items.js +8 -8
  94. package/react/layout.js +5 -5
  95. package/react/view.js +5 -5
  96. package/view/details-expand.d.ts +1 -1
  97. package/view/details-expand.d.ts.map +1 -1
  98. package/view/details-expand.js +38 -33
  99. package/view/down-drop.d.ts +1 -1
  100. package/view/down-drop.d.ts.map +1 -1
  101. package/view/down-drop.js +34 -30
  102. package/view/menu-list.d.ts +1 -1
  103. package/view/menu-list.d.ts.map +1 -1
  104. package/view/menu-list.js +35 -30
  105. package/view/route-view.d.ts.map +1 -1
  106. package/view/route-view.js +10 -7
  107. package/view/scroll-x.d.ts +1 -1
  108. package/view/scroll-x.d.ts.map +1 -1
  109. package/view/scroll-x.js +32 -27
  110. package/view/std.d.ts.map +1 -1
  111. package/view/std.js +33 -33
  112. package/with.d.ts +10 -10
  113. package/with.d.ts.map +1 -1
  114. package/with.js +14 -15
  115. package/view/react/effect.d.ts +0 -10
  116. package/view/react/effect.d.ts.map +0 -1
  117. package/view/react/effect.js +0 -32
  118. package/view/react/group.d.ts +0 -5
  119. package/view/react/group.d.ts.map +0 -1
  120. package/view/react/group.js +0 -18
  121. package/view/react/index.d.ts +0 -7
  122. package/view/react/index.d.ts.map +0 -1
  123. package/view/react/index.js +0 -6
  124. package/view/react/input-form.d.ts +0 -33
  125. package/view/react/input-form.d.ts.map +0 -1
  126. package/view/react/input-form.js +0 -64
  127. package/view/react/items.d.ts +0 -9
  128. package/view/react/items.d.ts.map +0 -1
  129. package/view/react/items.js +0 -38
  130. package/view/react/layout.d.ts +0 -7
  131. package/view/react/layout.d.ts.map +0 -1
  132. package/view/react/layout.js +0 -28
  133. package/view/react/view.d.ts +0 -7
  134. package/view/react/view.d.ts.map +0 -1
  135. package/view/react/view.js +0 -28
@@ -26,12 +26,12 @@ let BaseInput = class BaseInput extends STD {
26
26
  var _a;
27
27
  if (!this.name)
28
28
  this.name = ((_a = this.label) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || this.type;
29
- return html `<label for="input">
30
- <slot name="pre"></slot>
31
- <slot></slot>
32
- <div class=${this.type}>${this._typeSwitcher()}</div>
33
- <slot name="suf"></slot>
34
- </label>`;
29
+ return html `<label for="input">
30
+ <slot name="pre"></slot>
31
+ <slot></slot>
32
+ <div class=${this.type}>${this._typeSwitcher()}</div>
33
+ <slot name="suf"></slot>
34
+ </label>`;
35
35
  }
36
36
  connectedCallback() {
37
37
  super.connectedCallback();
@@ -52,7 +52,7 @@ let BaseInput = class BaseInput extends STD {
52
52
  }
53
53
  _handleRange(e) {
54
54
  this.value = e.target.value;
55
- this._ranged.style.width = 100 * parseInt(e.target.value) / (this.max - this.min) + "%";
55
+ this._ranged.style.width = (100 * parseInt(e.target.value)) / (this.max - this.min) + "%";
56
56
  this.dispatchEvent(new CustomEvent("input", { detail: this.value }));
57
57
  }
58
58
  _handleFile(e) {
@@ -73,110 +73,113 @@ let BaseInput = class BaseInput extends STD {
73
73
  _typeSwitcher() {
74
74
  switch (this.type) {
75
75
  case "range":
76
- return html `<input id="input" type="range" min=${this.min} max=${this.max} step=${this.step} value=${this.value} @input=${this._handleRange} @change=${this._handleChange}><i></i>`;
76
+ return html `<input id="input" type="range" min=${this.min} max=${this.max} step=${this.step} value=${this.value} @input=${this._handleRange} @change=${this._handleChange} /><i></i>`;
77
77
  case "file":
78
- return html `<input id="input" type="file" accept=${ifDefined(this.accept)} ?multiple=${!this.only} class="input" @change=${this._handleFile}>`;
78
+ return html `<input id="input" type="file" accept=${ifDefined(this.accept)} ?multiple=${!this.only} class="input" @change=${this._handleFile} />`;
79
79
  default:
80
- return html `<input id="input" class="input" type=${this.type} placeholder=${this.pla} value=${this.value} @input=${this._handleInput} @change=${this._handleChange}/>`;
80
+ return html `<input id="input" class="input" type=${this.type} placeholder=${this.pla} value=${this.value} @input=${this._handleInput} @change=${this._handleChange} />`;
81
81
  }
82
82
  }
83
83
  };
84
- BaseInput.styles = [STD.styles, , css `
85
- :host{
86
- width:var(${cssvar}--input-width);
87
- height: 1em;
88
- display: inline-flex;
89
- background-color: var(${cssvar}--input-background);
90
- border-radius: .2em;
91
- outline: .18em solid transparent;
92
- color:var(${cssvar}--text);
93
- }
94
- :host(:focus-within){
95
- outline-color: var(${cssvar}--input-outline-focus);
96
- }
97
- :host([type="range"]){
98
- outline: none;
99
- height: auto;
100
- }
101
- :host([type="file"]){
102
- height: auto;
103
- width: auto;
104
- min-height: .5em;
105
- min-width: .5em;
106
- }
107
- div,label{
108
- display: flex;
109
- flex: 1;
110
- }
111
- *{
112
- border-radius: inherit;
113
- cursor: inherit;
114
- font-family: inherit;
115
- }
116
- .input[type="color"] {
117
- padding: 0;
118
- height: 100% !important;
119
- }
120
- .input[type="file"]{
121
- display: none;
122
- }
123
- .input {
124
- box-sizing: border-box;
125
- height: 100%;
126
- width: 100%;
127
- font-size: .8em;
128
- outline: 0;
129
- border: 0;
130
- margin: 0;
131
- border: none;
132
- color: inherit;
133
- background: transparent;
134
- padding: 0 .25em;
135
- border-radius: .25em;
136
- }
137
- .range{
138
- position: relative;
139
- display: inline-flex;
140
- justify-content: center;
141
- align-items: center;
142
- box-shadow: 0 .5px .1em var(${cssvar}--shadow);
143
- background-color:var(${cssvar}--input-false);
144
-
145
- }
146
- .range input~i {
147
- position: absolute;
148
- left: 0;
149
- width: 50%;
150
- pointer-events: none ;
151
- background-color: var(${cssvar}--input-true);
152
- height: calc(.6em - 1.1px);
153
- }
154
- .range input {
155
- height: .6em;
156
- margin: 0px -0.5em;
157
- width: calc(100% + 0.5em);
158
- appearance: none;
159
- -webkit-appearance: none;
160
- outline: none;
161
- background-color: transparent;
162
- }
163
- .range input::-webkit-slider-runnable-track {
164
- height: .6em;
165
- }
166
- .range input::-webkit-slider-thumb {
167
- z-index: 1;
168
- appearance: none;
169
- -webkit-appearance: none;
170
- position: relative;
171
- height: 1.2em;
172
- width: 1.2em;
173
- margin-top: -0.3em;
174
- background-color: var(${cssvar}--input-control);
175
- border-radius: 50%;
176
- border: solid 0.125em rgba(0, 221, 255, 0.5);
177
- box-shadow: 0 .1em .1em var(${cssvar}--shadow);
178
- }
179
- `];
84
+ BaseInput.styles = [
85
+ STD.styles,
86
+ css `
87
+ :host {
88
+ width: var(${cssvar}--input-width);
89
+ height: 1em;
90
+ display: inline-flex;
91
+ background-color: var(${cssvar}--input-background);
92
+ border-radius: 0.2em;
93
+ outline: 0.18em solid transparent;
94
+ color: var(${cssvar}--text);
95
+ }
96
+ :host(:focus-within) {
97
+ outline-color: var(${cssvar}--input-outline-focus);
98
+ }
99
+ :host([type="range"]) {
100
+ outline: none;
101
+ height: auto;
102
+ }
103
+ :host([type="file"]) {
104
+ height: auto;
105
+ width: auto;
106
+ min-height: 0.5em;
107
+ min-width: 0.5em;
108
+ }
109
+ div,
110
+ label {
111
+ display: flex;
112
+ flex: 1;
113
+ }
114
+ * {
115
+ border-radius: inherit;
116
+ cursor: inherit;
117
+ font-family: inherit;
118
+ }
119
+ .input[type="color"] {
120
+ padding: 0;
121
+ height: 100% !important;
122
+ }
123
+ .input[type="file"] {
124
+ display: none;
125
+ }
126
+ .input {
127
+ box-sizing: border-box;
128
+ height: 100%;
129
+ width: 100%;
130
+ font-size: 0.8em;
131
+ outline: 0;
132
+ border: 0;
133
+ margin: 0;
134
+ border: none;
135
+ color: inherit;
136
+ background: transparent;
137
+ padding: 0 0.25em;
138
+ border-radius: 0.25em;
139
+ }
140
+ .range {
141
+ position: relative;
142
+ display: inline-flex;
143
+ justify-content: center;
144
+ align-items: center;
145
+ box-shadow: 0 0.5px 0.1em var(${cssvar}--shadow);
146
+ background-color: var(${cssvar}--input-false);
147
+ }
148
+ .range input ~ i {
149
+ position: absolute;
150
+ left: 0;
151
+ width: 50%;
152
+ pointer-events: none;
153
+ background-color: var(${cssvar}--input-true);
154
+ height: calc(0.6em - 1.1px);
155
+ }
156
+ .range input {
157
+ height: 0.6em;
158
+ margin: 0px -0.5em;
159
+ width: calc(100% + 0.5em);
160
+ appearance: none;
161
+ -webkit-appearance: none;
162
+ outline: none;
163
+ background-color: transparent;
164
+ }
165
+ .range input::-webkit-slider-runnable-track {
166
+ height: 0.6em;
167
+ }
168
+ .range input::-webkit-slider-thumb {
169
+ z-index: 1;
170
+ appearance: none;
171
+ -webkit-appearance: none;
172
+ position: relative;
173
+ height: 1.2em;
174
+ width: 1.2em;
175
+ margin-top: -0.3em;
176
+ background-color: var(${cssvar}--input-control);
177
+ border-radius: 50%;
178
+ border: solid 0.125em rgba(0, 221, 255, 0.5);
179
+ box-shadow: 0 0.1em 0.1em var(${cssvar}--shadow);
180
+ }
181
+ `,
182
+ ];
180
183
  __decorate([
181
184
  query("input")
182
185
  ], BaseInput.prototype, "_input", void 0);
@@ -12,7 +12,7 @@ export declare class ExpInput extends STD {
12
12
  offset: string;
13
13
  autofocus: boolean;
14
14
  _input: HTMLInputElement;
15
- render(): import("lit").TemplateResult<1>;
15
+ render(): import("lit-html").TemplateResult<1>;
16
16
  }
17
17
  export default ExpInput;
18
18
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"exp-input.d.ts","sourceRoot":"","sources":["../../src/input-form/exp-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,QAAS,SAAQ,GAAG;IAC/B,MAAM,CAAC,MAAM,4FAwIX;IACU,KAAK,SAAM;IACX,IAAI,SAAM;IACV,GAAG,MAAa;IAChB,IAAI,EAAE,SAAS,GAAG,UAAU,CAAU;IACtC,KAAK,SAAM;IACX,GAAG,SAAM;IACT,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,WAAW,CAAa;IACpD,MAAM,SAAM;IACK,SAAS,UAAS;IAC9B,MAAM,EAAE,gBAAgB,CAAC;IAC1C,MAAM;CASP;AACD,eAAe,QAAQ,CAAC;AACxB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF"}
1
+ {"version":3,"file":"exp-input.d.ts","sourceRoot":"","sources":["../../src/input-form/exp-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,QAAS,SAAQ,GAAG;IAC/B,MAAM,CAAC,MAAM,4FA+IX;IACU,KAAK,SAAM;IACX,IAAI,SAAM;IACV,GAAG,MAAa;IAChB,IAAI,EAAE,SAAS,GAAG,UAAU,CAAU;IACtC,KAAK,SAAM;IACX,GAAG,SAAM;IACT,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,WAAW,CAAa;IACpD,MAAM,SAAM;IACK,SAAS,UAAS;IAC9B,MAAM,EAAE,gBAAgB,CAAC;IAC1C,MAAM;CAeP;AACD,eAAe,QAAQ,CAAC;AACxB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,QAAQ,CAAC;KACvB;CACF"}
@@ -23,150 +23,163 @@ let ExpInput = class ExpInput extends STD {
23
23
  var _a;
24
24
  if (!this.name)
25
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><style>:valid~fieldset legend,:focus~fieldset legend{margin-left: ${this.offset || 0} !important;}</style>
31
- </div>`;
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>`;
32
38
  }
33
39
  };
34
- ExpInput.styles = [STD.styles, css `
35
- :host{
36
- line-height: normal;
37
- display: inline-block;
38
- width: var(${cssvar}--input-width);
39
- color: var(${cssvar}--text);
40
- border-color: var(${cssvar}--input-outline);
41
- border-radius:.2em;
42
- }
43
- .input:focus {
44
- ${cssvar}--input-outline: var(${cssvar}--input-outline-focus) !important;
45
- }
46
- div:hover {
47
- ${cssvar}--input-background: var(${cssvar}--input-background-hover) !important;
48
- }
49
- .underline::after,.underline::before{
50
- content: "";
51
- position: absolute;
52
- left: 0;
53
- right: 0;
54
- margin:auto;
55
- bottom: -.1em;
56
- width: 100%;
57
- height: .18em;
58
- bottom:0;
59
- border-bottom-left-radius: inherit;
60
- border-bottom-right-radius: inherit;
61
- }
62
- .underline:focus-within::before{
63
- z-index:2;
64
- width:100%;
65
- }
66
- .underline::before{width: 0;
67
- transition: all .2s;
68
- background: var(${cssvar}--input-outline-focus) !important;
69
- }
70
- .underline::after{
71
- background: var(${cssvar}--input-outline);
72
- }
73
- .underline fieldset {
74
- border-color: transparent !important;
75
- }
76
- .outline fieldset{
77
- border-color: inherit !important;
78
- border: .18em solid;
79
- }
80
- .outline .input{
81
- padding-left:.18em;
82
- padding-right:.18em;
83
- }
84
- .no-label.filed .input{
85
- margin-top:0;
86
- }
87
- .filed {
88
- background: var(${cssvar}--input-background);
89
- outline: 0.18em solid var(${cssvar}--input-outline);
90
- height: calc(100% - .36em);
91
- width: calc(100% - .36em);
92
- margin: .18em;
93
- }
94
- .filed fieldset {
95
- border-color: transparent !important;
96
- background: transparent !important;
97
- }
98
- :focus~fieldset,
99
- :valid~fieldset {
100
- border-color: var(${cssvar}--input-outline-focus);
101
- }
102
- * {
103
- border-radius: inherit;
104
- font-size: inherit;
105
- font-family: inherit;
106
- transition: all .2s,height 0s;
107
- }
108
- div {
109
- border-color: inherit;
110
- position: relative;
111
- width: 100%;
112
- display: inline-flex;
113
- min-height:inherit;
114
- }
115
- textarea.input{
116
- resize: vertical;
117
- height:1.5em;
118
- padding-top:.3em
119
- }
120
- .input{
121
- margin-left:.18em;
122
- margin-right:.18em;
123
- }
124
- .input {
125
- width: 100%;
126
- padding-top: .2em;
127
- min-height: 1.7em;
128
- margin-top: .45em;
129
- margin-bottom: .2em;
130
- border: 0;
131
- box-sizing: border-box;
132
- font-size: inherit;
133
- outline: 0;
134
- background: transparent;
135
- z-index: 2;
136
- overflow-y: hidden;
137
- }
138
- fieldset {
139
- box-sizing: border-box;
140
- position: absolute;
141
- background: var(${cssvar}--input-background);
142
- pointer-events: none;
143
- padding: 0px;
144
- position: absolute;
145
- height: 100%;
146
- margin: 0;
147
- width: inherit;
148
- }
149
- legend span {
150
- white-space:nowrap;
151
- display: inline-block;
152
- padding: 0 .2em;
153
- background: var(${cssvar}--input-background);
154
- font-size: inherit;
155
- border-bottom-left-radius: 0;
156
- border-bottom-right-radius: 0;
157
- }
158
- legend {
159
- width: 0;
160
- height: 1em;
161
- transform: translateY(.8em);
162
- }
163
- .filed span{
164
- background:transparent;
165
- }
166
- :focus+fieldset legend,
167
- :valid+fieldset legend {
168
- transform: translateY(-.19em) scale(.7);
169
- }`
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
+ `,
170
183
  ];
171
184
  __decorate([
172
185
  property()
@@ -10,7 +10,7 @@ export declare class LabelInput extends STD {
10
10
  autofocus: boolean;
11
11
  _input: HTMLInputElement;
12
12
  static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
13
- render(): import("lit").TemplateResult<1>;
13
+ render(): import("lit-html").TemplateResult<1>;
14
14
  _passwordSwitcher(): void;
15
15
  }
16
16
  export default LabelInput;
@@ -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,4FAkET;IACJ,MAAM;IAWN,iBAAiB;CAOlB;AACD,eAAe,UAAU,CAAC;AAC1B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAC;KAC3B;CACF"}
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"}