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.
Files changed (179) hide show
  1. package/README.md +35 -35
  2. package/conf.d.ts +18 -18
  3. package/conf.js +22 -22
  4. package/deps.d.ts +7 -7
  5. package/deps.js +7 -7
  6. package/effect/index.d.ts +3 -3
  7. package/effect/index.js +3 -3
  8. package/effect/ov-effect.d.ts +23 -23
  9. package/effect/ov-effect.d.ts.map +1 -1
  10. package/effect/ov-effect.js +299 -275
  11. package/effect/ro-effect.d.ts +19 -19
  12. package/effect/ro-effect.d.ts.map +1 -1
  13. package/effect/ro-effect.js +125 -120
  14. package/effect/std.d.ts +3 -3
  15. package/effect/std.d.ts.map +1 -1
  16. package/effect/std.js +3 -3
  17. package/effect/tw-effect.d.ts +21 -21
  18. package/effect/tw-effect.d.ts.map +1 -1
  19. package/effect/tw-effect.js +108 -107
  20. package/glob.d.ts +8 -8
  21. package/glob.d.ts.map +1 -1
  22. package/glob.js +25 -24
  23. package/group/avatar-group.d.ts +20 -20
  24. package/group/avatar-group.d.ts.map +1 -1
  25. package/group/avatar-group.js +112 -88
  26. package/group/button-group.d.ts +12 -12
  27. package/group/button-group.d.ts.map +1 -1
  28. package/group/button-group.js +79 -74
  29. package/group/details-group.d.ts +16 -16
  30. package/group/details-group.d.ts.map +1 -1
  31. package/group/details-group.js +55 -53
  32. package/group/index.d.ts +3 -3
  33. package/group/index.js +3 -3
  34. package/group/std.d.ts +3 -3
  35. package/group/std.d.ts.map +1 -1
  36. package/group/std.js +3 -3
  37. package/index.d.ts +7 -7
  38. package/index.js +7 -7
  39. package/input-form/base-input.d.ts +32 -32
  40. package/input-form/base-input.d.ts.map +1 -1
  41. package/input-form/base-input.js +229 -226
  42. package/input-form/exp-input.d.ts +22 -22
  43. package/input-form/exp-input.d.ts.map +1 -1
  44. package/input-form/exp-input.js +218 -205
  45. package/input-form/index.d.ts +8 -8
  46. package/input-form/index.js +8 -8
  47. package/input-form/label-input.d.ts +21 -21
  48. package/input-form/label-input.d.ts.map +1 -1
  49. package/input-form/label-input.js +150 -137
  50. package/input-form/search-input.d.ts +36 -36
  51. package/input-form/search-input.d.ts.map +1 -1
  52. package/input-form/search-input.js +311 -297
  53. package/input-form/select-input.d.ts +31 -31
  54. package/input-form/select-input.d.ts.map +1 -1
  55. package/input-form/select-input.js +354 -330
  56. package/input-form/sign-form.d.ts +25 -23
  57. package/input-form/sign-form.d.ts.map +1 -1
  58. package/input-form/sign-form.js +165 -160
  59. package/input-form/split-input.d.ts +26 -26
  60. package/input-form/split-input.d.ts.map +1 -1
  61. package/input-form/split-input.js +181 -173
  62. package/input-form/std.d.ts +19 -19
  63. package/input-form/std.d.ts.map +1 -1
  64. package/input-form/std.js +72 -68
  65. package/input-form/switch-input.d.ts +22 -22
  66. package/input-form/switch-input.d.ts.map +1 -1
  67. package/input-form/switch-input.js +181 -175
  68. package/items/alert-item.d.ts +16 -16
  69. package/items/alert-item.d.ts.map +1 -1
  70. package/items/alert-item.js +143 -142
  71. package/items/avatar-anchor.d.ts +19 -19
  72. package/items/avatar-anchor.d.ts.map +1 -1
  73. package/items/avatar-anchor.js +150 -148
  74. package/items/base-button.d.ts +16 -16
  75. package/items/base-button.d.ts.map +1 -1
  76. package/items/base-button.js +170 -167
  77. package/items/dialog-item.d.ts +24 -24
  78. package/items/dialog-item.d.ts.map +1 -1
  79. package/items/dialog-item.js +157 -156
  80. package/items/index.d.ts +7 -7
  81. package/items/index.js +7 -7
  82. package/items/link-a.d.ts +19 -19
  83. package/items/link-a.d.ts.map +1 -1
  84. package/items/link-a.js +98 -97
  85. package/items/load-track.d.ts +20 -20
  86. package/items/load-track.d.ts.map +1 -1
  87. package/items/load-track.js +115 -109
  88. package/items/std.d.ts +3 -3
  89. package/items/std.d.ts.map +1 -1
  90. package/items/std.js +3 -3
  91. package/items/super-a.d.ts +15 -15
  92. package/items/super-a.d.ts.map +1 -1
  93. package/items/super-a.js +99 -88
  94. package/layout/div-line.d.ts +15 -15
  95. package/layout/div-line.d.ts.map +1 -1
  96. package/layout/div-line.js +71 -65
  97. package/layout/drag-box.d.ts +25 -25
  98. package/layout/drag-box.d.ts.map +1 -1
  99. package/layout/drag-box.js +95 -94
  100. package/layout/flex-flow.d.ts +13 -13
  101. package/layout/flex-flow.d.ts.map +1 -1
  102. package/layout/flex-flow.js +39 -34
  103. package/layout/index.d.ts +5 -5
  104. package/layout/index.js +5 -5
  105. package/layout/nav-aside.d.ts +13 -13
  106. package/layout/nav-aside.d.ts.map +1 -1
  107. package/layout/nav-aside.js +61 -54
  108. package/layout/nav-layout.d.ts +16 -16
  109. package/layout/nav-layout.d.ts.map +1 -1
  110. package/layout/nav-layout.js +167 -146
  111. package/layout/std.d.ts +4 -4
  112. package/layout/std.d.ts.map +1 -1
  113. package/layout/std.js +10 -8
  114. package/package.json +48 -40
  115. package/react/effect.d.ts +9 -9
  116. package/react/effect.d.ts.map +1 -1
  117. package/react/effect.js +33 -33
  118. package/react/group.d.ts +4 -4
  119. package/react/group.d.ts.map +1 -1
  120. package/react/group.js +19 -19
  121. package/react/index.d.ts +7 -7
  122. package/react/index.d.ts.map +1 -1
  123. package/react/index.js +7 -7
  124. package/react/input-form.d.ts +32 -32
  125. package/react/input-form.d.ts.map +1 -1
  126. package/react/input-form.js +65 -65
  127. package/react/items.d.ts +8 -8
  128. package/react/items.d.ts.map +1 -1
  129. package/react/items.js +39 -39
  130. package/react/layout.d.ts +6 -6
  131. package/react/layout.d.ts.map +1 -1
  132. package/react/layout.js +29 -29
  133. package/react/view.d.ts +6 -6
  134. package/react/view.d.ts.map +1 -1
  135. package/react/view.js +29 -29
  136. package/view/details-expand.d.ts +18 -18
  137. package/view/details-expand.d.ts.map +1 -1
  138. package/view/details-expand.js +85 -80
  139. package/view/down-drop.d.ts +18 -18
  140. package/view/down-drop.d.ts.map +1 -1
  141. package/view/down-drop.js +98 -94
  142. package/view/index.d.ts +5 -5
  143. package/view/index.js +5 -5
  144. package/view/menu-list.d.ts +16 -16
  145. package/view/menu-list.d.ts.map +1 -1
  146. package/view/menu-list.js +77 -72
  147. package/view/route-view.d.ts +57 -57
  148. package/view/route-view.d.ts.map +1 -1
  149. package/view/route-view.js +261 -258
  150. package/view/scroll-x.d.ts +14 -14
  151. package/view/scroll-x.d.ts.map +1 -1
  152. package/view/scroll-x.js +77 -72
  153. package/view/std.d.ts +4 -4
  154. package/view/std.d.ts.map +1 -1
  155. package/view/std.js +37 -37
  156. package/with.d.ts +27 -27
  157. package/with.d.ts.map +1 -1
  158. package/with.js +77 -78
  159. package/view/react/effect.d.ts +0 -10
  160. package/view/react/effect.d.ts.map +0 -1
  161. package/view/react/effect.js +0 -32
  162. package/view/react/group.d.ts +0 -5
  163. package/view/react/group.d.ts.map +0 -1
  164. package/view/react/group.js +0 -18
  165. package/view/react/index.d.ts +0 -7
  166. package/view/react/index.d.ts.map +0 -1
  167. package/view/react/index.js +0 -6
  168. package/view/react/input-form.d.ts +0 -33
  169. package/view/react/input-form.d.ts.map +0 -1
  170. package/view/react/input-form.js +0 -64
  171. package/view/react/items.d.ts +0 -9
  172. package/view/react/items.d.ts.map +0 -1
  173. package/view/react/items.js +0 -38
  174. package/view/react/layout.d.ts +0 -7
  175. package/view/react/layout.d.ts.map +0 -1
  176. package/view/react/layout.js +0 -28
  177. package/view/react/view.d.ts +0 -7
  178. package/view/react/view.d.ts.map +0 -1
  179. package/view/react/view.js +0 -28
package/view/menu-list.js CHANGED
@@ -1,72 +1,77 @@
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, define, state, query } from "../deps.js";
8
- import STD, { DLsharecss } from "./std.js";
9
- let MenuList = class MenuList extends STD {
10
- constructor() {
11
- super(...arguments);
12
- this.summary = "";
13
- this.open = false;
14
- }
15
- render() {
16
- const notitle = !this.summary && !this.querySelector(`[slot="summary"]`);
17
- if (notitle) {
18
- this.open = true;
19
- }
20
- return html `<dl>
21
- <dt ?open=${this.open} ?notitle=${notitle} >
22
- <span>${this.summary}<slot name="summary"></slot></span>
23
- <i @click=${() => this.toggle()}>${!this.querySelector(`[slot="icon"]`) ? html `<svg viewBox="0 0 48 48" fill="none"><path d="M19 12L31 24L19 36" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>` : html `<slot name="icon"></slot>`}</i>
24
- </dt>
25
- <dd ?open=${this.open}>
26
- <section><slot></slot></section>
27
- </dd></dl>`;
28
- }
29
- toggle(to = !this.open) {
30
- this.open = to;
31
- this.dispatchEvent(new CustomEvent("change", { detail: this.open }));
32
- }
33
- };
34
- MenuList.styles = [STD.styles, DLsharecss, css `
35
- i{
36
- width: 1.2em;
37
- height: 1.2em;
38
- display: inline-flex;
39
- align-items: center;
40
- border-radius: 20%;
41
- transition:inherit;
42
- }
43
- dt i{
44
- background-color: rgb(0 0 0 / 0.055);
45
- }
46
- dt i:hover{
47
- background-color: rgb(0 0 0 /.075);
48
- }
49
- [open] svg{
50
- transform: rotate(90deg);
51
- }
52
- [notitle]{
53
- display: none;
54
- }
55
- `];
56
- __decorate([
57
- property()
58
- ], MenuList.prototype, "summary", void 0);
59
- __decorate([
60
- property({ type: Boolean, reflect: true })
61
- ], MenuList.prototype, "open", void 0);
62
- __decorate([
63
- state()
64
- ], MenuList.prototype, "def", void 0);
65
- __decorate([
66
- query("section")
67
- ], MenuList.prototype, "_section", void 0);
68
- MenuList = __decorate([
69
- define("menu-list")
70
- ], MenuList);
71
- export { MenuList };
72
- export default MenuList;
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, define, state, query } from "../deps.js";
8
+ import STD, { DLsharecss } from "./std.js";
9
+ let MenuList = class MenuList extends STD {
10
+ constructor() {
11
+ super(...arguments);
12
+ this.summary = "";
13
+ this.open = false;
14
+ }
15
+ render() {
16
+ const notitle = !this.summary && !this.querySelector(`[slot="summary"]`);
17
+ if (notitle) {
18
+ this.open = true;
19
+ }
20
+ return html `<dl>
21
+ <dt ?open=${this.open} ?notitle=${notitle}>
22
+ <span>${this.summary}<slot name="summary"></slot></span>
23
+ <i @click=${() => this.toggle()}>${!this.querySelector(`[slot="icon"]`) ? html `<svg viewBox="0 0 48 48" fill="none"><path d="M19 12L31 24L19 36" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" /></svg>` : html `<slot name="icon"></slot>`}</i>
24
+ </dt>
25
+ <dd ?open=${this.open}>
26
+ <section><slot></slot></section>
27
+ </dd>
28
+ </dl>`;
29
+ }
30
+ toggle(to = !this.open) {
31
+ this.open = to;
32
+ this.dispatchEvent(new CustomEvent("change", { detail: this.open }));
33
+ }
34
+ };
35
+ MenuList.styles = [
36
+ STD.styles,
37
+ DLsharecss,
38
+ css `
39
+ i {
40
+ width: 1.2em;
41
+ height: 1.2em;
42
+ display: inline-flex;
43
+ align-items: center;
44
+ border-radius: 20%;
45
+ transition: inherit;
46
+ }
47
+ dt i {
48
+ background-color: rgb(0 0 0 / 0.055);
49
+ }
50
+ dt i:hover {
51
+ background-color: rgb(0 0 0 /0.075);
52
+ }
53
+ [open] svg {
54
+ transform: rotate(90deg);
55
+ }
56
+ [notitle] {
57
+ display: none;
58
+ }
59
+ `,
60
+ ];
61
+ __decorate([
62
+ property()
63
+ ], MenuList.prototype, "summary", void 0);
64
+ __decorate([
65
+ property({ type: Boolean, reflect: true })
66
+ ], MenuList.prototype, "open", void 0);
67
+ __decorate([
68
+ state()
69
+ ], MenuList.prototype, "def", void 0);
70
+ __decorate([
71
+ query("section")
72
+ ], MenuList.prototype, "_section", void 0);
73
+ MenuList = __decorate([
74
+ define("menu-list")
75
+ ], MenuList);
76
+ export { MenuList };
77
+ export default MenuList;
@@ -1,58 +1,58 @@
1
- import type { TemplateResult } from "lit";
2
- import { LitElement } from "../deps.js";
3
- export declare class RouteView extends LitElement {
4
- _routes: Array<{
5
- path: string;
6
- [key: string]: any;
7
- }>;
8
- params: Record<string, string>;
9
- static: boolean;
10
- type: "united" | "child" | "slotted" | "field";
11
- baseURL: string;
12
- path: string;
13
- override: boolean;
14
- compoent: any;
15
- set routes(v: {
16
- [key: string]: any;
17
- path: string;
18
- }[]);
19
- get routes(): {
20
- [key: string]: any;
21
- path: string;
22
- }[];
23
- static styles: import("lit").CSSResult;
24
- render(): TemplateResult<2 | 1>;
25
- useRouter(): {
26
- path: string;
27
- params: Record<string, string>;
28
- };
29
- connectedCallback(): void;
30
- render_united(): TemplateResult<2 | 1>;
31
- render_slotted(): TemplateResult<2 | 1>;
32
- render_field(): TemplateResult<2 | 1>;
33
- fieldComponent(usedRouteTemplate: string): null | TemplateResult;
34
- slottedCompoent(usedRouteTemplate: string, ObjectArrayIncludePath: Array<{
35
- path: string;
36
- slotElement?: string;
37
- [key: string]: any;
38
- }>): null | TemplateResult;
39
- static sortRoutesPaths(ObjectArrayIncludePath: Array<{
40
- path: string;
41
- [key: string]: any;
42
- }>): Array<{
43
- path: string;
44
- }>;
45
- static useWhichRoute(ObjectArrayIncludePath: Array<{
46
- path: string;
47
- [key: string]: any;
48
- }>, path: string, baseURL?: string): string;
49
- static parseRouterParams(routeTemplate: string, originpath: string): Record<string, string>;
50
- static updateAll(): void;
51
- }
52
- export default RouteView;
53
- declare global {
54
- interface HTMLElementTagNameMap {
55
- "route-view": RouteView;
56
- }
57
- }
1
+ import type { TemplateResult } from "lit";
2
+ import { LitElement } from "../deps.js";
3
+ export declare class RouteView extends LitElement {
4
+ _routes: Array<{
5
+ path: string;
6
+ [key: string]: any;
7
+ }>;
8
+ params: Record<string, string>;
9
+ static: boolean;
10
+ type: "united" | "child" | "slotted" | "field";
11
+ baseURL: string;
12
+ path: string;
13
+ override: boolean;
14
+ compoent: any;
15
+ set routes(v: {
16
+ [key: string]: any;
17
+ path: string;
18
+ }[]);
19
+ get routes(): {
20
+ [key: string]: any;
21
+ path: string;
22
+ }[];
23
+ static styles: import("lit").CSSResult;
24
+ render(): TemplateResult;
25
+ useRouter(): {
26
+ path: string;
27
+ params: Record<string, string>;
28
+ };
29
+ connectedCallback(): void;
30
+ render_united(): TemplateResult;
31
+ render_slotted(): TemplateResult;
32
+ render_field(): TemplateResult;
33
+ fieldComponent(usedRouteTemplate: string): null | TemplateResult;
34
+ slottedCompoent(usedRouteTemplate: string, ObjectArrayIncludePath: Array<{
35
+ path: string;
36
+ slotElement?: string;
37
+ [key: string]: any;
38
+ }>): null | TemplateResult;
39
+ static sortRoutesPaths(ObjectArrayIncludePath: Array<{
40
+ path: string;
41
+ [key: string]: any;
42
+ }>): Array<{
43
+ path: string;
44
+ }>;
45
+ static useWhichRoute(ObjectArrayIncludePath: Array<{
46
+ path: string;
47
+ [key: string]: any;
48
+ }>, path: string, baseURL?: string): string;
49
+ static parseRouterParams(routeTemplate: string, originpath: string): Record<string, string>;
50
+ static updateAll(): void;
51
+ }
52
+ export default RouteView;
53
+ declare global {
54
+ interface HTMLElementTagNameMap {
55
+ "route-view": RouteView;
56
+ }
57
+ }
58
58
  //# sourceMappingURL=route-view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"route-view.d.ts","sourceRoot":"","sources":["../../src/view/route-view.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1C,OAAO,EAA2B,UAAU,EAAY,MAAM,YAAY,CAAC;AAE3E,qBACa,SAAU,SAAQ,UAAU;IACvC,OAAO,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAA,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC,CAAM;IAC1D,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAM;IACP,MAAM,UAAS;IAChC,IAAI,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAY;IAC1D,OAAO,SAAM;IACb,IAAI,SAAM;IACO,QAAQ,UAAS;IAClB,QAAQ,MAAQ;IAC5C,IAAI,MAAM,CAAC,CAAC;;;OAAA,EAWX;IACD,IAAI,MAAM;;;QAET;IACD,MAAM,CAAC,MAAM,0BAAgC;IAC7C,MAAM;IASN,SAAS;;;;IAMT,iBAAiB,IAAI,IAAI;IAmBzB,aAAa;IAMb,cAAc;IAmBd,YAAY;IAOZ,cAAc,CAAC,iBAAiB,EAAE,MAAM,GAAG,IAAI,GAAG,cAAc;IAMhE,eAAe,CAAC,iBAAiB,EAAE,MAAM,EAAE,sBAAsB,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAA,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC,GAAG,IAAI,GAAG,cAAc;IAQ5J,MAAM,CAAC,eAAe,CAAC,sBAAsB,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAA,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC,GAAG,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;KAAE,CAAC;IA+BrH,MAAM,CAAC,aAAa,CAAC,sBAAsB,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAA,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,GAAE,MAAW;IA4C5H,MAAM,CAAC,iBAAiB,CAAC,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAoB3F,MAAM,CAAC,SAAS;CAOjB;AACD,eAAe,SAAS,CAAC;AACzB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}
1
+ {"version":3,"file":"route-view.d.ts","sourceRoot":"","sources":["../../src/view/route-view.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1C,OAAO,EAA2B,UAAU,EAAY,MAAM,YAAY,CAAC;AAE3E,qBACa,SAAU,SAAQ,UAAU;IACvC,OAAO,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAAM;IAC1D,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAM;IACP,MAAM,UAAS;IAChC,IAAI,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAY;IAC1D,OAAO,SAAM;IACb,IAAI,SAAM;IACO,QAAQ,UAAS;IAClB,QAAQ,MAAQ;IAC5C,IAAI,MAAM,CAAC,CAAC;;;OAAA,EAWX;IACD,IAAI,MAAM;;;QAET;IACD,MAAM,CAAC,MAAM,0BAIX;IACF,MAAM;IASN,SAAS;;;;IAMT,iBAAiB,IAAI,IAAI;IAkBzB,aAAa;IAMb,cAAc;IAmBd,YAAY;IAOZ,cAAc,CAAC,iBAAiB,EAAE,MAAM,GAAG,IAAI,GAAG,cAAc;IAMhE,eAAe,CAAC,iBAAiB,EAAE,MAAM,EAAE,sBAAsB,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,GAAG,IAAI,GAAG,cAAc;IAQ5J,MAAM,CAAC,eAAe,CAAC,sBAAsB,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,GAAG,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IA+BpH,MAAM,CAAC,aAAa,CAAC,sBAAsB,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,GAAE,MAAW;IA4C5H,MAAM,CAAC,iBAAiB,CAAC,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAoB3F,MAAM,CAAC,SAAS;CAOjB;AACD,eAAe,SAAS,CAAC;AACzB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,SAAS,CAAC;KACzB;CACF"}