godown 1.1.6 → 1.2.0

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 (71) hide show
  1. package/LICENSE +9 -9
  2. package/conf.d.ts +11 -12
  3. package/conf.d.ts.map +1 -1
  4. package/conf.js +6 -4
  5. package/deps.d.ts +1 -1
  6. package/deps.d.ts.map +1 -1
  7. package/deps.js +1 -1
  8. package/effect/ov-effect.d.ts +3 -3
  9. package/effect/ov-effect.js +23 -23
  10. package/effect/ro-effect.d.ts +1 -1
  11. package/effect/tw-effect.d.ts +1 -1
  12. package/glob.d.ts +4 -1
  13. package/glob.d.ts.map +1 -1
  14. package/glob.js +11 -0
  15. package/group/avatar-group.d.ts +1 -1
  16. package/group/button-group.d.ts +1 -1
  17. package/group/details-group.d.ts +1 -1
  18. package/input-form/base-input.d.ts +6 -5
  19. package/input-form/base-input.d.ts.map +1 -1
  20. package/input-form/exp-input.d.ts +5 -4
  21. package/input-form/exp-input.d.ts.map +1 -1
  22. package/input-form/label-input.d.ts +5 -4
  23. package/input-form/label-input.d.ts.map +1 -1
  24. package/input-form/search-input.d.ts +5 -4
  25. package/input-form/search-input.d.ts.map +1 -1
  26. package/input-form/search-input.js +1 -1
  27. package/input-form/select-input.d.ts +7 -3
  28. package/input-form/select-input.d.ts.map +1 -1
  29. package/input-form/select-input.js +53 -22
  30. package/input-form/sign-form.d.ts +3 -2
  31. package/input-form/sign-form.d.ts.map +1 -1
  32. package/input-form/split-input.d.ts +3 -2
  33. package/input-form/split-input.d.ts.map +1 -1
  34. package/input-form/std.d.ts +3 -2
  35. package/input-form/std.d.ts.map +1 -1
  36. package/input-form/switch-input.d.ts +3 -2
  37. package/input-form/switch-input.d.ts.map +1 -1
  38. package/items/alert-item.d.ts +1 -1
  39. package/items/alert-item.js +23 -23
  40. package/items/avatar-anchor.d.ts +2 -2
  41. package/items/avatar-anchor.js +10 -10
  42. package/items/base-button.d.ts +1 -1
  43. package/items/base-button.js +74 -74
  44. package/items/dialog-item.d.ts +1 -1
  45. package/items/load-track.d.ts +3 -2
  46. package/items/load-track.d.ts.map +1 -1
  47. package/items/super-a.d.ts +2 -2
  48. package/layout/div-line.d.ts +1 -1
  49. package/layout/drag-box.d.ts +1 -1
  50. package/layout/flex-flow.d.ts +1 -1
  51. package/layout/nav-aside.d.ts +3 -2
  52. package/layout/nav-aside.d.ts.map +1 -1
  53. package/layout/nav-layout.d.ts +3 -2
  54. package/layout/nav-layout.d.ts.map +1 -1
  55. package/package.json +12 -9
  56. package/view/details-expand.d.ts +3 -2
  57. package/view/details-expand.d.ts.map +1 -1
  58. package/view/down-drop.d.ts +3 -2
  59. package/view/down-drop.d.ts.map +1 -1
  60. package/view/menu-list.d.ts +3 -2
  61. package/view/menu-list.d.ts.map +1 -1
  62. package/view/route-view.d.ts +4 -15
  63. package/view/route-view.d.ts.map +1 -1
  64. package/view/route-view.js +5 -6
  65. package/view/scroll-x.d.ts +1 -1
  66. package/with.d.ts +15 -19
  67. package/with.d.ts.map +1 -1
  68. package/with.js +50 -57
  69. package/items/no-support.d.ts +0 -7
  70. package/items/no-support.d.ts.map +0 -1
  71. package/items/no-support.js +0 -23
package/LICENSE CHANGED
@@ -1,9 +1,9 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 startracex
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
-
7
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
-
9
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 startracex
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/conf.d.ts CHANGED
@@ -1,19 +1,18 @@
1
- declare const conf: conftype;
2
- declare function init(CONFObject: conftype, source?: conftype): conftype;
3
- export { conf, init };
1
+ export declare const conf: ConfType;
4
2
  export default conf;
3
+ export declare function init(CONFObject: Partial<ConfType>, source?: ConfType): ConfType;
5
4
  declare global {
6
5
  interface globalThis {
7
- GodownWebComponentsCONF: conftype;
6
+ GodownWebComponentsCONF: ConfType;
8
7
  }
9
8
  }
10
- type conftype = {
11
- prefix?: string;
12
- suffix?: string;
13
- tag?: (origin: string) => string;
14
- enabled?: any[];
15
- namemap?: Map<string, string>;
16
- reflect?: boolean;
17
- cssvar?: string;
9
+ type ConfType = {
10
+ prefix: string;
11
+ suffix: string;
12
+ tag: (origin: string) => string;
13
+ enabled: string[];
14
+ namemap: Map<string, string>;
15
+ reflect: boolean;
16
+ cssvar: string;
18
17
  };
19
18
  //# sourceMappingURL=conf.d.ts.map
package/conf.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"conf.d.ts","sourceRoot":"","sources":["../src/conf.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,IAAI,EAAE,QAA4D,CAAC;AACzE,iBAAS,IAAI,CAAC,UAAU,EAAE,QAAQ,EAAE,MAAM,WAAO,YAOhD;AACD,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;AACtB,eAAe,IAAI,CAAC;AACpB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,UAAU;QAClB,uBAAuB,EAAE,QAAQ,CAAC;KACnC;CACF;AACD,KAAK,QAAQ,GAAG;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;IACjC,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;IAChB,OAAO,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC"}
1
+ {"version":3,"file":"conf.d.ts","sourceRoot":"","sources":["../src/conf.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,IAAI,EAAE,QAA4D,CAAC;AAChF,eAAe,IAAI,CAAC;AAEpB,wBAAgB,IAAI,CAAC,UAAU,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,MAAM,GAAE,QAAe,YAS1E;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,UAAU;QAClB,uBAAuB,EAAE,QAAQ,CAAC;KACnC;CACF;AACD,KAAK,QAAQ,GAAG;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;IAChC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"}
package/conf.js CHANGED
@@ -9,14 +9,16 @@ const defconf = {
9
9
  reflect: false,
10
10
  cssvar: "godown-c",
11
11
  };
12
- const conf = init(globalThis.GodownWebComponentsCONF, defconf);
13
- function init(CONFObject, source = conf) {
12
+ export const conf = init(globalThis.GodownWebComponentsCONF, defconf);
13
+ export default conf;
14
+ export function init(CONFObject, source = conf) {
14
15
  Object.assign(source, CONFObject);
15
16
  if (source.reflect) {
16
17
  // Reflect conf to globalThis
17
18
  globalThis.GodownWebComponentsCONF = source;
18
19
  }
20
+ else {
21
+ delete globalThis.GodownWebComponentsCONF;
22
+ }
19
23
  return source;
20
24
  }
21
- export { conf, init };
22
- export default conf;
package/deps.d.ts CHANGED
@@ -4,5 +4,5 @@ export { conf } from "./conf.js";
4
4
  export { append, create, define, retag } from "./with.js";
5
5
  export { ifDefined } from "lit/directives/if-defined.js";
6
6
  export { classMap } from "lit/directives/class-map.js";
7
- export { GLOBSTD, cssvar } from "./glob.js";
7
+ export { GLOBSTD, cssvar, DisableWarning } from "./glob.js";
8
8
  //# sourceMappingURL=deps.d.ts.map
package/deps.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"deps.d.ts","sourceRoot":"","sources":["../src/deps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACpF,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC"}
1
+ {"version":3,"file":"deps.d.ts","sourceRoot":"","sources":["../src/deps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAC5D,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACpF,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,8BAA8B,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACvD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC"}
package/deps.js CHANGED
@@ -4,4 +4,4 @@ export { conf } from "./conf.js";
4
4
  export { append, create, define, retag } from "./with.js";
5
5
  export { ifDefined } from "lit/directives/if-defined.js";
6
6
  export { classMap } from "lit/directives/class-map.js";
7
- export { GLOBSTD, cssvar } from "./glob.js";
7
+ export { GLOBSTD, cssvar, DisableWarning } from "./glob.js";
@@ -4,15 +4,15 @@ export declare class OVText extends STD {
4
4
  t1: string;
5
5
  t2: string;
6
6
  t3: string;
7
- render(): import("lit-html").TemplateResult<1>;
7
+ render(): import("lit").TemplateResult<1>;
8
8
  }
9
9
  export declare class OVPort extends STD {
10
10
  static styles: import("lit").CSSResult[];
11
- render(): import("lit-html").TemplateResult<1>;
11
+ render(): import("lit").TemplateResult<1>;
12
12
  }
13
13
  export declare class OVButton extends STD {
14
14
  static styles: import("lit").CSSResult[];
15
- render(): import("lit-html").TemplateResult<1>;
15
+ render(): import("lit").TemplateResult<1>;
16
16
  }
17
17
  declare global {
18
18
  interface HTMLElementTagNameMap {
@@ -4,23 +4,23 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
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
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
- import { css, define, html, property } from "../deps.js";
7
+ import { css, cssvar, define, html, property } from "../deps.js";
8
8
  import STD from "./std.js";
9
9
  const theme = css `
10
10
  :host {
11
- --ov-text: aliceblue;
12
- --ov-border: 0.275em;
13
- --ov-port: #1a1a1a;
14
- --ov-1-1: #ae0ca5;
15
- --ov-1-2: #ffd802;
16
- --ov-2-1: #1fe173;
17
- --ov-2-2: #582bca;
18
- --ov-3-1: #00b4f0;
19
- --ov-3-2: #e614e6;
20
- --ov-deg: 60deg;
21
- --ov-1: linear-gradient(var(--ov-deg), var(--ov-1-1), var(--ov-1-2));
22
- --ov-2: linear-gradient(var(--ov-deg), var(--ov-2-1), var(--ov-2-2));
23
- --ov-3: linear-gradient(var(--ov-deg), var(--ov-3-1), var(--ov-3-2));
11
+ ${cssvar}--ov-text: aliceblue;
12
+ ${cssvar}--ov-border: 0.275em;
13
+ ${cssvar}--ov-port: #1a1a1a;
14
+ ${cssvar}--ov-1-1: #ae0ca5;
15
+ ${cssvar}--ov-1-2: #ffd802;
16
+ ${cssvar}--ov-2-1: #1fe173;
17
+ ${cssvar}--ov-2-2: #582bca;
18
+ ${cssvar}--ov-3-1: #00b4f0;
19
+ ${cssvar}--ov-3-2: #e614e6;
20
+ ${cssvar}--ov-deg: 60deg;
21
+ ${cssvar}--ov-1: linear-gradient(var(${cssvar}--ov-deg), var(${cssvar}--ov-1-1), var(${cssvar}--ov-1-2));
22
+ ${cssvar}--ov-2: linear-gradient(var(${cssvar}--ov-deg), var(${cssvar}--ov-2-1), var(${cssvar}--ov-2-2));
23
+ ${cssvar}--ov-3: linear-gradient(var(${cssvar}--ov-deg), var(${cssvar}--ov-3-1), var(${cssvar}--ov-3-2));
24
24
  }
25
25
  .overbreathflow {
26
26
  animation: 8s linear infinite breathflow;
@@ -33,11 +33,11 @@ const theme = css `
33
33
  0%,
34
34
  100% {
35
35
  opacity: 1;
36
- background-image: var(--ov-1);
36
+ background-image: var(${cssvar}--ov-1);
37
37
  }
38
38
  33.33% {
39
39
  opacity: 1;
40
- background-image: var(--ov-2);
40
+ background-image: var(${cssvar}--ov-2);
41
41
  }
42
42
  16.66%,
43
43
  50.33%,
@@ -46,7 +46,7 @@ const theme = css `
46
46
  }
47
47
  66.67% {
48
48
  opacity: 1;
49
- background-image: var(--ov-3);
49
+ background-image: var(${cssvar}--ov-3);
50
50
  }
51
51
  }
52
52
  `;
@@ -117,15 +117,15 @@ OVText.styles = [
117
117
  }
118
118
  .overbreathpart:nth-child(1) .overbreathtext {
119
119
  animation: overbreathtext1 8s infinite;
120
- background-image: var(--ov-1);
120
+ background-image: var(${cssvar}--ov-1);
121
121
  }
122
122
  .overbreathpart:nth-child(2) .overbreathtext {
123
123
  animation: 8s ease 0s infinite normal none running overbreathtext2;
124
- background-image: var(--ov-2);
124
+ background-image: var(${cssvar}--ov-2);
125
125
  }
126
126
  .overbreathpart:nth-child(3) .overbreathtext {
127
127
  animation: 8s ease 0s infinite normal none running overbreathtext3;
128
- background-image: var(--ov-3);
128
+ background-image: var(${cssvar}--ov-3);
129
129
  }
130
130
  .overbreathpart:nth-child(1) .overbreathroot {
131
131
  animation: overbreath1 8s infinite;
@@ -266,8 +266,8 @@ OVButton.styles = [
266
266
  display: inline-block;
267
267
  width: fit-content;
268
268
  height: fit-content;
269
- background: var(--ov-port);
270
- color: var(--ov-text);
269
+ background: var(${cssvar}--ov-port);
270
+ color: var(${cssvar}--ov-text);
271
271
  border-radius: 0.375em;
272
272
  font-size: 1em;
273
273
  }
@@ -285,7 +285,7 @@ OVButton.styles = [
285
285
  color: currentColor;
286
286
  background: inherit;
287
287
  width: 100%;
288
- margin: var(--ov-border);
288
+ margin: var(${cssvar}--ov-border);
289
289
  position: relative;
290
290
  z-index: 1;
291
291
  border: 0;
@@ -5,7 +5,7 @@ export declare class ROPort extends STD {
5
5
  static styles: import("lit").CSSResult;
6
6
  current: number;
7
7
  get assigned(): any;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import("lit").TemplateResult<1>;
9
9
  firstUpdated(): void;
10
10
  show(i: any): void;
11
11
  next(): void;
@@ -8,7 +8,7 @@ export declare class TWText extends STD {
8
8
  len: number;
9
9
  _timer: any[];
10
10
  static styles: import("lit").CSSResult;
11
- render(): import("lit-html").TemplateResult<1>;
11
+ render(): import("lit").TemplateResult<1>;
12
12
  firstUpdated(): void;
13
13
  rewrite(): void;
14
14
  stop(): void;
package/glob.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { CSSResultGroup, LitElement } from "lit";
1
+ import { CSSResultGroup, LitElement, WarningKind } from "lit";
2
2
  /**
3
3
  * Custom CSS variable,join with "--" ,only allow `a-Z,0-9,-`
4
4
  */
@@ -6,4 +6,7 @@ export declare const cssvar: import("lit").CSSResult;
6
6
  export declare class GLOBSTD extends LitElement {
7
7
  static styles: CSSResultGroup;
8
8
  }
9
+ export declare function DisableWarning(e: {
10
+ disableWarning?: (warningKind: WarningKind) => void;
11
+ }, ...w: WarningKind[]): void;
9
12
  //# sourceMappingURL=glob.d.ts.map
package/glob.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"glob.d.ts","sourceRoot":"","sources":["../src/glob.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAkB,MAAM,KAAK,CAAC;AACjE;;GAEG;AACH,eAAO,MAAM,MAAM,yBAAgE,CAAC;AACpF,qBAAa,OAAQ,SAAQ,UAAU;IACrC,MAAM,CAAC,MAAM,iBAgBO;CACrB"}
1
+ {"version":3,"file":"glob.d.ts","sourceRoot":"","sources":["../src/glob.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW,EAAkB,MAAM,KAAK,CAAC;AAC9E;;GAEG;AACH,eAAO,MAAM,MAAM,yBAAgE,CAAC;AACpF,qBAAa,OAAQ,SAAQ,UAAU;IACrC,MAAM,CAAC,MAAM,iBAgBO;CACrB;AAED,wBAAgB,cAAc,CAAC,CAAC,EAAE;IAAE,cAAc,CAAC,EAAE,CAAC,WAAW,EAAE,WAAW,KAAK,IAAI,CAAA;CAAE,EAAE,GAAG,CAAC,EAAE,WAAW,EAAE,QAQ7G"}
package/glob.js CHANGED
@@ -23,3 +23,14 @@ GLOBSTD.styles = css `
23
23
  background: var(${cssvar}--text-selection-background);
24
24
  }
25
25
  `;
26
+ export function DisableWarning(e, ...w) {
27
+ var _a, _b;
28
+ if (w.length) {
29
+ for (const ww of w) {
30
+ (_a = e.disableWarning) === null || _a === void 0 ? void 0 : _a.call(e, ww);
31
+ }
32
+ }
33
+ else {
34
+ (_b = e.disableWarning) === null || _b === void 0 ? void 0 : _b.call(e, "change-in-update");
35
+ }
36
+ }
@@ -6,7 +6,7 @@ export declare class AvatarGroup extends STD {
6
6
  usefresh: () => Promise<void>;
7
7
  static styles: import("lit").CSSResult;
8
8
  get assigned(): HTMLElement[];
9
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import("lit").TemplateResult<1>;
10
10
  firstUpdated(): void;
11
11
  append(args?: string): void;
12
12
  subtract(): void;
@@ -2,7 +2,7 @@ import STD from "./std.js";
2
2
  export declare class ButtonGroup extends STD {
3
3
  v: boolean;
4
4
  static styles: import("lit").CSSResult;
5
- render(): import("lit-html").TemplateResult<1>;
5
+ render(): import("lit").TemplateResult<1>;
6
6
  }
7
7
  export default ButtonGroup;
8
8
  declare global {
@@ -3,7 +3,7 @@ export declare class DetailsGroup extends STD {
3
3
  index: number;
4
4
  only: boolean;
5
5
  static styles: import("lit").CSSResult;
6
- render(): import("lit-html").TemplateResult<1>;
6
+ render(): import("lit").TemplateResult<1>;
7
7
  get assigned(): Element[];
8
8
  firstUpdated(): Promise<void>;
9
9
  _handleClick(e: any): void;
@@ -1,5 +1,6 @@
1
+ import { CSSResultGroup } from "../deps.js";
1
2
  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
+ import type { InputType } from "./std.js";
3
4
  export declare class BaseInput extends STD {
4
5
  _input: HTMLInputElement;
5
6
  _ranged: HTMLElement;
@@ -7,7 +8,7 @@ export declare class BaseInput extends STD {
7
8
  label: string;
8
9
  name: string;
9
10
  pla: any;
10
- type: inputtype;
11
+ type: InputType;
11
12
  value: string | File | FileList;
12
13
  def: string;
13
14
  only: boolean;
@@ -15,14 +16,14 @@ export declare class BaseInput extends STD {
15
16
  max: number;
16
17
  step: number;
17
18
  autofocus: boolean;
18
- static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
19
- render(): import("lit-html").TemplateResult<1>;
19
+ static styles: CSSResultGroup[];
20
+ render(): import("lit").TemplateResult<1>;
20
21
  connectedCallback(): void;
21
22
  firstUpdated(): void;
22
23
  _handleRange(e: any): void;
23
24
  _handleFile(e: any): void;
24
25
  reset(): void;
25
- _typeSwitcher(): import("lit-html").TemplateResult<1>;
26
+ _typeSwitcher(): import("lit").TemplateResult<1>;
26
27
  }
27
28
  export default BaseInput;
28
29
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"base-input.d.ts","sourceRoot":"","sources":["../../src/input-form/base-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,SAAU,SAAQ,GAAG;IAChB,MAAM,EAAE,gBAAgB,CAAC;IACtB,OAAO,EAAE,WAAW,CAAC;IAC5B,MAAM,MAAa;IACnB,KAAK,SAAM;IACX,IAAI,SAAM;IACV,GAAG,MAAa;IAChB,IAAI,EAAE,SAAS,CAAU;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,QAAQ,CAAa;IAC5C,GAAG,EAAE,MAAM,CAAM;IACA,IAAI,UAAS;IACd,GAAG,SAAK;IACR,GAAG,SAAO;IACV,IAAI,SAAK;IACR,SAAS,UAAS;IAC/C,MAAM,CAAC,MAAM,4FAkGX;IACF,MAAM;IASN,iBAAiB,IAAI,IAAI;IAKzB,YAAY;IAUZ,YAAY,CAAC,CAAC,KAAA;IAKd,WAAW,CAAC,CAAC,KAAA;IAIb,KAAK;IAUL,aAAa;CAUd;AACD,eAAe,SAAS,CAAC;AACzB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
1
+ {"version":3,"file":"base-input.d.ts","sourceRoot":"","sources":["../../src/input-form/base-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyD,cAAc,EAAE,MAAM,YAAY,CAAC;AACnG,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1C,qBACa,SAAU,SAAQ,GAAG;IAChB,MAAM,EAAE,gBAAgB,CAAC;IACtB,OAAO,EAAE,WAAW,CAAC;IAC5B,MAAM,MAAa;IACnB,KAAK,SAAM;IACX,IAAI,SAAM;IACV,GAAG,MAAa;IAChB,IAAI,EAAE,SAAS,CAAU;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,QAAQ,CAAa;IAC5C,GAAG,EAAE,MAAM,CAAM;IACA,IAAI,UAAS;IACd,GAAG,SAAK;IACR,GAAG,SAAO;IACV,IAAI,SAAK;IACR,SAAS,UAAS;IAC/C,MAAM,CAAC,MAAM,mBAkGS;IACtB,MAAM;IASN,iBAAiB,IAAI,IAAI;IAKzB,YAAY;IAUZ,YAAY,CAAC,CAAC,KAAA;IAKd,WAAW,CAAC,CAAC,KAAA;IAIb,KAAK;IAUL,aAAa;CAUd;AACD,eAAe,SAAS,CAAC;AACzB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
@@ -1,18 +1,19 @@
1
+ import { CSSResultGroup } from "../deps.js";
2
+ import type { InputType } from "./std.js";
1
3
  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
4
  export declare class ExpInput extends STD {
4
- static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
5
+ static styles: CSSResultGroup[];
5
6
  label: string;
6
7
  name: string;
7
8
  pla: any;
8
- type: inputtype | "textarea";
9
+ type: InputType | "textarea";
9
10
  value: string;
10
11
  def: string;
11
12
  base: "outline" | "filed" | "underline";
12
13
  offset: string;
13
14
  autofocus: boolean;
14
15
  _input: HTMLInputElement;
15
- render(): import("lit-html").TemplateResult<1>;
16
+ render(): import("lit").TemplateResult<1>;
16
17
  }
17
18
  export default ExpInput;
18
19
  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,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"}
1
+ {"version":3,"file":"exp-input.d.ts","sourceRoot":"","sources":["../../src/input-form/exp-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwD,cAAc,EAAE,MAAM,YAAY,CAAC;AAClG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,qBACa,QAAS,SAAQ,GAAG;IAC/B,MAAM,CAAC,MAAM,mBA+IS;IACV,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"}
@@ -1,7 +1,8 @@
1
+ import { CSSResultGroup } from "../deps.js";
1
2
  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
+ import type { InputType } from "./std.js";
3
4
  export declare class LabelInput extends STD {
4
- type: inputtype;
5
+ type: InputType;
5
6
  label: string;
6
7
  def: string;
7
8
  pla: any;
@@ -9,8 +10,8 @@ export declare class LabelInput extends STD {
9
10
  value: string;
10
11
  autofocus: boolean;
11
12
  _input: HTMLInputElement;
12
- static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
13
- render(): import("lit-html").TemplateResult<1>;
13
+ static styles: CSSResultGroup[];
14
+ render(): import("lit").TemplateResult<1>;
14
15
  _passwordSwitcher(): void;
15
16
  }
16
17
  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,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"}
1
+ {"version":3,"file":"label-input.d.ts","sourceRoot":"","sources":["../../src/input-form/label-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8C,cAAc,EAAE,MAAM,YAAY,CAAC;AACxF,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,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,mBAsES;IACtB,MAAM;IAoBN,iBAAiB;CAOlB;AACD,eAAe,UAAU,CAAC;AAC1B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAC;KAC3B;CACF"}
@@ -1,3 +1,4 @@
1
+ import { CSSResultGroup } from "../deps.js";
1
2
  import STD from "./std.js";
2
3
  export declare class SearchInput extends STD {
3
4
  _input: HTMLInputElement;
@@ -13,19 +14,19 @@ export declare class SearchInput extends STD {
13
14
  list: any[];
14
15
  autofocus: boolean;
15
16
  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>;
17
+ static styles: CSSResultGroup[];
18
+ render(): import("lit").TemplateResult<1>;
18
19
  _handleSubmit(e: any): void;
19
20
  _handleInput(e: any): Promise<void>;
20
21
  }
21
22
  export declare class SearchW extends STD {
22
- static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
23
+ static styles: (import("lit").CSSResult | CSSResultGroup[])[];
23
24
  action: string;
24
25
  name: string;
25
26
  pla: string;
26
27
  origin: string;
27
28
  constructor();
28
- render(): import("lit-html").TemplateResult<1>;
29
+ render(): import("lit").TemplateResult<1>;
29
30
  }
30
31
  export default SearchInput;
31
32
  declare global {
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.d.ts","sourceRoot":"","sources":["../../src/input-form/search-input.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,qBACa,WAAY,SAAQ,GAAG;IAClB,MAAM,EAAG,gBAAgB,CAAC;IAC9B,KAAK,SAAM;IACX,MAAM,SAAM;IACK,KAAK,UAAS;IACd,MAAM,UAAS;IAChC,MAAM,SAAQ;IACd,MAAM,EAAE,KAAK,GAAG,MAAM,CAAS;IAC/B,IAAI,SAAO;IACX,KAAK,SAAM;IACX,GAAG,MAAa;IACD,IAAI,EAAE,GAAG,EAAE,CAAM;IACf,SAAS,UAAS;IACf,QAAQ,MAAa,MAAM,uBAOzD;IACF,MAAM,CAAC,MAAM,4FA2DX;IACF,MAAM;IAkBN,aAAa,CAAC,CAAC,KAAA;IAIT,YAAY,CAAC,CAAC,KAAA;CA6BrB;AASD,qBACa,OAAQ,SAAQ,GAAG;IAC9B,MAAM,CAAC,MAAM,4FA8EX;IACU,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;;IAK3B,MAAM;CAcP;AACD,eAAe,WAAW,CAAC;AAC3B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;QAC5B,UAAU,EAAE,OAAO,CAAC;KACrB;CACF"}
1
+ {"version":3,"file":"search-input.d.ts","sourceRoot":"","sources":["../../src/input-form/search-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8C,cAAc,EAAE,MAAM,YAAY,CAAC;AACxF,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,qBACa,WAAY,SAAQ,GAAG;IAClB,MAAM,EAAG,gBAAgB,CAAC;IAC9B,KAAK,SAAM;IACX,MAAM,SAAM;IACK,KAAK,UAAS;IACd,MAAM,UAAS;IAChC,MAAM,SAAQ;IACd,MAAM,EAAE,KAAK,GAAG,MAAM,CAAS;IAC/B,IAAI,SAAO;IACX,KAAK,SAAM;IACX,GAAG,MAAa;IACD,IAAI,EAAE,GAAG,EAAE,CAAM;IACf,SAAS,UAAS;IACf,QAAQ,MAAa,MAAM,uBAOzD;IACF,MAAM,CAAC,MAAM,mBA2DS;IACtB,MAAM;IAkBN,aAAa,CAAC,CAAC,KAAA;IAIT,YAAY,CAAC,CAAC,KAAA;CA6BrB;AASD,qBACa,OAAQ,SAAQ,GAAG;IAC9B,MAAM,CAAC,MAAM,iDA8EX;IACU,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;;IAK3B,MAAM;CAcP;AACD,eAAe,WAAW,CAAC;AAC3B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;QAC5B,UAAU,EAAE,OAAO,CAAC;KACrB;CACF"}
@@ -36,7 +36,7 @@ let SearchInput = class SearchInput extends STD {
36
36
  <input name=${this.name} @input=${this._handleInput} @change=${this._handleChange} value=${this.value} title="" placeholder=${this.pla} />
37
37
  <button @click=${this._handleSubmit}>
38
38
  <svg viewBox="0 0 1024 1024" width="95%" height="100%">
39
- <path fill="currentColor" d="M745.429333 655.658667c1.173333 0.746667 2.325333 1.578667 3.413334 2.496l114.410666 96a32 32 0 0 1-41.152 49.024l-114.389333-96a32 32 0 0 1-6.208-6.976A297.429333 297.429333 0 0 1 512 768c-164.949333 0-298.666667-133.717333-298.666667-298.666667S347.050667 170.666667 512 170.666667s298.666667 133.717333 298.666667 298.666666a297.386667 297.386667 0 0 1-65.237334 186.325334zM512 704c129.6 0 234.666667-105.066667 234.666667-234.666667s-105.066667-234.666667-234.666667-234.666666-234.666667 105.066667-234.666667 234.666666 105.066667 234.666667 234.666667 234.666667z" p-id="9859"></path>
39
+ <path fill="currentColor" d="M745.429333 655.658667c1.173333 0.746667 2.325333 1.578667 3.413334 2.496l114.410666 96a32 32 0 0 1-41.152 49.024l-114.389333-96a32 32 0 0 1-6.208-6.976A297.429333 297.429333 0 0 1 512 768c-164.949333 0-298.666667-133.717333-298.666667-298.666667S347.050667 170.666667 512 170.666667s298.666667 133.717333 298.666667 298.666666a297.386667 297.386667 0 0 1-65.237334 186.325334zM512 704c129.6 0 234.666667-105.066667 234.666667-234.666667s-105.066667-234.666667-234.666667-234.666666-234.666667 105.066667-234.666667 234.666666 105.066667 234.666667 234.666667 234.666667z"></path>
40
40
  </svg>
41
41
  </button>
42
42
  </div>
@@ -1,9 +1,10 @@
1
+ import { CSSResultGroup } from "../deps.js";
1
2
  import STD from "./std.js";
2
3
  export declare class SelectInput extends STD {
3
- static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
4
+ static styles: CSSResultGroup[];
4
5
  open: boolean;
5
6
  selcls: string;
6
- pla: any;
7
+ pla?: string;
7
8
  only: boolean;
8
9
  def: string;
9
10
  value: any[];
@@ -13,11 +14,14 @@ export declare class SelectInput extends STD {
13
14
  get assigned(): any;
14
15
  _input: HTMLInputElement;
15
16
  _aside: HTMLInputElement;
16
- render(): import("lit-html").TemplateResult<1>;
17
+ render(): import("lit").TemplateResult<1>;
17
18
  lists(): any[];
18
19
  _focusCheck(): void;
19
20
  focus(options?: FocusOptions): void;
21
+ connectedCallback(): void;
22
+ getIndexFunc(option: HTMLOptionElement | any): any;
20
23
  firstUpdated(): void;
24
+ disconnectedCallback(): void;
21
25
  select(value: string, text?: string): void;
22
26
  _handleInput(): void;
23
27
  namevalue(): [string, any[]] | [string, any];
@@ -1 +1 @@
1
- {"version":3,"file":"select-input.d.ts","sourceRoot":"","sources":["../../src/input-form/select-input.ts"],"names":[],"mappings":"AACA,OAAO,GAAG,MAAM,UAAU,CAAC;AAC3B,qBACa,WAAY,SAAQ,GAAG;IAClC,MAAM,CAAC,MAAM,4FA8EX;IAC0C,IAAI,UAAS;IAC7C,MAAM,SAA0C;IAChD,GAAG,MAAa;IACC,IAAI,UAAS;IAC9B,GAAG,SAAM;IACM,KAAK,QAAM;IAC1B,IAAI,SAAY;IACnB,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAM;IACL,SAAS,UAAS;IAC/C,IAAI,QAAQ,IAAI,GAAG,CAElB;IACe,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,EAAE,gBAAgB,CAAC;IACzC,MAAM;IAiBN,KAAK;IAuBL,WAAW;IAMX,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,IAAI;IAInC,YAAY;IAwBZ,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAsDnC,YAAY;IAwCZ,SAAS,IAAI,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC;IAM5C,KAAK;CAuBN;AACD,eAAe,WAAW,CAAC;AAC3B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;KAC7B;CACF"}
1
+ {"version":3,"file":"select-input.d.ts","sourceRoot":"","sources":["../../src/input-form/select-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAgF,cAAc,EAAE,MAAM,YAAY,CAAC;AAC1H,OAAO,GAAG,MAAM,UAAU,CAAC;AAE3B,qBACa,WAAY,SAAQ,GAAG;IAClC,MAAM,CAAC,MAAM,mBA8ES;IACsB,IAAI,UAAS;IAC7C,MAAM,SAA0C;IAChD,GAAG,CAAC,EAAE,MAAM,CAAa;IACO,IAAI,UAAS;IAC7C,GAAG,EAAE,MAAM,CAAM;IACF,KAAK,QAAM;IACT,IAAI,SAAY;IAClB,IAAI,EAAE,KAAK,CAAC,MAAM,CAAC,CAAM;IACvB,SAAS,UAAS;IAE/C,IAAI,QAAQ,IAAI,GAAG,CAElB;IACe,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,EAAE,gBAAgB,CAAC;IACzC,MAAM;IAiBN,KAAK;IAqBL,WAAW;IAMX,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY;IAI5B,iBAAiB;IAGjB,YAAY,CAAC,MAAM,EAAE,iBAAiB,GAAG,GAAG;IAG5C,YAAY;IAmCZ,oBAAoB,IAAI,IAAI;IAa5B,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM;IAsDnC,YAAY;IAwCZ,SAAS,IAAI,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,MAAM,EAAE,GAAG,CAAC;IAM5C,KAAK;CAuBN;AAGD,eAAe,WAAW,CAAC;AAC3B,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;KAC7B;CACF"}