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
@@ -1,137 +1,150 @@
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
6
|
-
};
|
7
|
-
import { html, css, property, query, define, cssvar } from "../deps.js";
|
8
|
-
import STD from "./std.js";
|
9
|
-
let LabelInput = class LabelInput extends STD {
|
10
|
-
constructor() {
|
11
|
-
super(...arguments);
|
12
|
-
this.type = "text";
|
13
|
-
this.label = "";
|
14
|
-
this.def = "";
|
15
|
-
this.pla = undefined;
|
16
|
-
this.name = "";
|
17
|
-
this.value = "";
|
18
|
-
this.autofocus = false;
|
19
|
-
}
|
20
|
-
render() {
|
21
|
-
var _a;
|
22
|
-
if (!this.name)
|
23
|
-
this.name = ((_a = this.label) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || this.type;
|
24
|
-
return html `<label for=${this.name}
|
25
|
-
|
26
|
-
|
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
|
-
LabelInput
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
6
|
+
};
|
7
|
+
import { html, css, property, query, define, cssvar } from "../deps.js";
|
8
|
+
import STD from "./std.js";
|
9
|
+
let LabelInput = class LabelInput extends STD {
|
10
|
+
constructor() {
|
11
|
+
super(...arguments);
|
12
|
+
this.type = "text";
|
13
|
+
this.label = "";
|
14
|
+
this.def = "";
|
15
|
+
this.pla = undefined;
|
16
|
+
this.name = "";
|
17
|
+
this.value = "";
|
18
|
+
this.autofocus = false;
|
19
|
+
}
|
20
|
+
render() {
|
21
|
+
var _a;
|
22
|
+
if (!this.name)
|
23
|
+
this.name = ((_a = this.label) === null || _a === void 0 ? void 0 : _a.toLowerCase()) || this.type;
|
24
|
+
return html `<label for=${this.name}>
|
25
|
+
<span>${this.label}<slot></slot></span>
|
26
|
+
<fieldset>
|
27
|
+
<i><slot name="pre"></slot></i>
|
28
|
+
<input @input=${this._handleInput} @change=${this._handleChange} id=${this.name} type=${this.type} placeholder=${this.pla} class=${this.type} />
|
29
|
+
<i><slot name="suf"></slot></i>
|
30
|
+
${this.type === "password" && !this.querySelector(`[slot="suf"]`)
|
31
|
+
? html `<i @mousedown=${this._passwordSwitcher} @mouseup=${() => (this._input.type = "password")} @mouseleave=${() => (this._input.type = "password")}>
|
32
|
+
<svg viewBox="0 0 48 48" fill="none">
|
33
|
+
<path d="M9.85786 18C6.23858 21 4 24 4 24C4 24 12.9543 36 24 36C25.3699 36 26.7076 35.8154 28 35.4921M20.0318 12.5C21.3144 12.1816 22.6414 12 24 12C35.0457 12 44 24 44 24C44 24 41.7614 27 38.1421 30" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
|
34
|
+
<path d="M20.3142 20.6211C19.4981 21.5109 19 22.6972 19 23.9998C19 26.7612 21.2386 28.9998 24 28.9998C25.3627 28.9998 26.5981 28.4546 27.5 27.5705" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
|
35
|
+
<path d="M42 42L6 6" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" />
|
36
|
+
</svg>
|
37
|
+
</i>`
|
38
|
+
: undefined}
|
39
|
+
</fieldset>
|
40
|
+
</label>`;
|
41
|
+
}
|
42
|
+
_passwordSwitcher() {
|
43
|
+
if (this._input.type === "password") {
|
44
|
+
this._input.type = "text";
|
45
|
+
}
|
46
|
+
else {
|
47
|
+
this._input.type = "password";
|
48
|
+
}
|
49
|
+
}
|
50
|
+
};
|
51
|
+
LabelInput.styles = [
|
52
|
+
STD.styles,
|
53
|
+
css `
|
54
|
+
:host {
|
55
|
+
background-color: inherit;
|
56
|
+
display: block;
|
57
|
+
border-radius: 4px;
|
58
|
+
}
|
59
|
+
label {
|
60
|
+
margin: auto;
|
61
|
+
width: 100%;
|
62
|
+
box-sizing: border-box;
|
63
|
+
height: fit-content;
|
64
|
+
display: flex;
|
65
|
+
justify-content: space-between;
|
66
|
+
align-items: center;
|
67
|
+
border-radius: inherit;
|
68
|
+
}
|
69
|
+
span {
|
70
|
+
flex: 1;
|
71
|
+
}
|
72
|
+
input {
|
73
|
+
background-color: transparent;
|
74
|
+
font-size: 102.5%;
|
75
|
+
line-height: 1.2em;
|
76
|
+
border: 0;
|
77
|
+
border-radius: inherit;
|
78
|
+
outline: 0;
|
79
|
+
box-sizing: border-box;
|
80
|
+
flex: 1;
|
81
|
+
width: 100%;
|
82
|
+
padding: 4.8px;
|
83
|
+
}
|
84
|
+
fieldset:focus-within {
|
85
|
+
outline: 0.18em solid var(${cssvar}--input-outline-focus);
|
86
|
+
}
|
87
|
+
@media screen and (max-width: 540px) {
|
88
|
+
label {
|
89
|
+
justify-content: flex-start;
|
90
|
+
flex-direction: column;
|
91
|
+
align-items: flex-start;
|
92
|
+
width: fit-content;
|
93
|
+
}
|
94
|
+
}
|
95
|
+
i {
|
96
|
+
display: inline-flex;
|
97
|
+
justify-content: center;
|
98
|
+
align-items: center;
|
99
|
+
font-style: normal;
|
100
|
+
}
|
101
|
+
i > svg {
|
102
|
+
height: 1em;
|
103
|
+
width: 1.5em;
|
104
|
+
}
|
105
|
+
fieldset {
|
106
|
+
color: var(${cssvar}--text);
|
107
|
+
position: relative;
|
108
|
+
background-color: var(${cssvar}--input-background);
|
109
|
+
display: flex;
|
110
|
+
padding: 0;
|
111
|
+
border-radius: inherit;
|
112
|
+
outline: none;
|
113
|
+
border: 0;
|
114
|
+
margin: 0;
|
115
|
+
width: var(${cssvar}--input-width);
|
116
|
+
}
|
117
|
+
::-ms-reveal {
|
118
|
+
display: none;
|
119
|
+
}
|
120
|
+
`,
|
121
|
+
];
|
122
|
+
__decorate([
|
123
|
+
property()
|
124
|
+
], LabelInput.prototype, "type", void 0);
|
125
|
+
__decorate([
|
126
|
+
property()
|
127
|
+
], LabelInput.prototype, "label", void 0);
|
128
|
+
__decorate([
|
129
|
+
property()
|
130
|
+
], LabelInput.prototype, "def", void 0);
|
131
|
+
__decorate([
|
132
|
+
property()
|
133
|
+
], LabelInput.prototype, "pla", void 0);
|
134
|
+
__decorate([
|
135
|
+
property()
|
136
|
+
], LabelInput.prototype, "name", void 0);
|
137
|
+
__decorate([
|
138
|
+
property()
|
139
|
+
], LabelInput.prototype, "value", void 0);
|
140
|
+
__decorate([
|
141
|
+
property({ type: Boolean })
|
142
|
+
], LabelInput.prototype, "autofocus", void 0);
|
143
|
+
__decorate([
|
144
|
+
query("input")
|
145
|
+
], LabelInput.prototype, "_input", void 0);
|
146
|
+
LabelInput = __decorate([
|
147
|
+
define("label-input")
|
148
|
+
], LabelInput);
|
149
|
+
export { LabelInput };
|
150
|
+
export default LabelInput;
|
@@ -1,37 +1,37 @@
|
|
1
|
-
import STD from
|
2
|
-
export declare class SearchInput extends STD {
|
3
|
-
_input: HTMLInputElement;
|
4
|
-
query: string;
|
5
|
-
target: string;
|
6
|
-
infer: boolean;
|
7
|
-
remote: boolean;
|
8
|
-
action: string;
|
9
|
-
method: "get" | "post";
|
10
|
-
name: string;
|
11
|
-
value: string;
|
12
|
-
pla: any;
|
13
|
-
list: any[];
|
14
|
-
autofocus: boolean;
|
15
|
-
useinfer: (x: string) => Promise<string[]>;
|
16
|
-
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
17
|
-
render(): import("lit").TemplateResult<1>;
|
18
|
-
_handleSubmit(e: any): void;
|
19
|
-
_handleInput(e: any): Promise<void>;
|
20
|
-
}
|
21
|
-
export declare class SearchW extends STD {
|
22
|
-
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
23
|
-
action: string;
|
24
|
-
name: string;
|
25
|
-
pla: string;
|
26
|
-
origin: string;
|
27
|
-
constructor();
|
28
|
-
render(): import("lit").TemplateResult<1>;
|
29
|
-
}
|
30
|
-
export default SearchInput;
|
31
|
-
declare global {
|
32
|
-
interface HTMLElementTagNameMap {
|
33
|
-
"search-input": SearchInput;
|
34
|
-
"search-w": SearchW;
|
35
|
-
}
|
36
|
-
}
|
1
|
+
import STD from "./std.js";
|
2
|
+
export declare class SearchInput extends STD {
|
3
|
+
_input: HTMLInputElement;
|
4
|
+
query: string;
|
5
|
+
target: string;
|
6
|
+
infer: boolean;
|
7
|
+
remote: boolean;
|
8
|
+
action: string;
|
9
|
+
method: "get" | "post";
|
10
|
+
name: string;
|
11
|
+
value: string;
|
12
|
+
pla: any;
|
13
|
+
list: any[];
|
14
|
+
autofocus: boolean;
|
15
|
+
useinfer: (x: string) => Promise<string[]>;
|
16
|
+
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
17
|
+
render(): import("lit-html").TemplateResult<1>;
|
18
|
+
_handleSubmit(e: any): void;
|
19
|
+
_handleInput(e: any): Promise<void>;
|
20
|
+
}
|
21
|
+
export declare class SearchW extends STD {
|
22
|
+
static styles: (import("lit").CSSResult | import("@lit/reactive-element/css-tag.js").CSSResultGroup[])[];
|
23
|
+
action: string;
|
24
|
+
name: string;
|
25
|
+
pla: string;
|
26
|
+
origin: string;
|
27
|
+
constructor();
|
28
|
+
render(): import("lit-html").TemplateResult<1>;
|
29
|
+
}
|
30
|
+
export default SearchInput;
|
31
|
+
declare global {
|
32
|
+
interface HTMLElementTagNameMap {
|
33
|
+
"search-input": SearchInput;
|
34
|
+
"search-w": SearchW;
|
35
|
+
}
|
36
|
+
}
|
37
37
|
//# sourceMappingURL=search-input.d.ts.map
|
@@ -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,
|
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"}
|