godown 1.1.4 → 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.
- package/README.md +35 -35
- package/effect/ov-effect.d.ts +3 -3
- package/effect/ov-effect.d.ts.map +1 -1
- package/effect/ov-effect.js +252 -228
- package/effect/ro-effect.d.ts +1 -1
- package/effect/ro-effect.d.ts.map +1 -1
- package/effect/ro-effect.js +51 -46
- package/effect/std.d.ts.map +1 -1
- package/effect/tw-effect.d.ts +1 -1
- package/effect/tw-effect.d.ts.map +1 -1
- package/effect/tw-effect.js +19 -18
- package/glob.d.ts.map +1 -1
- package/glob.js +18 -17
- package/group/avatar-group.d.ts +1 -1
- package/group/avatar-group.d.ts.map +1 -1
- package/group/avatar-group.js +29 -5
- package/group/button-group.d.ts +1 -1
- package/group/button-group.d.ts.map +1 -1
- package/group/button-group.js +53 -48
- package/group/details-group.d.ts +1 -1
- package/group/details-group.d.ts.map +1 -1
- package/group/details-group.js +5 -3
- package/group/std.d.ts.map +1 -1
- package/input-form/base-input.d.ts +2 -2
- package/input-form/base-input.d.ts.map +1 -1
- package/input-form/base-input.js +109 -106
- package/input-form/exp-input.d.ts +1 -1
- package/input-form/exp-input.d.ts.map +1 -1
- package/input-form/exp-input.js +155 -142
- package/input-form/label-input.d.ts +1 -1
- package/input-form/label-input.d.ts.map +1 -1
- package/input-form/label-input.js +88 -75
- package/input-form/search-input.d.ts +3 -3
- package/input-form/search-input.d.ts.map +1 -1
- package/input-form/search-input.js +171 -157
- package/input-form/select-input.d.ts +3 -3
- package/input-form/select-input.d.ts.map +1 -1
- package/input-form/select-input.js +128 -104
- package/input-form/sign-form.d.ts +7 -5
- package/input-form/sign-form.d.ts.map +1 -1
- package/input-form/sign-form.js +49 -44
- package/input-form/split-input.d.ts +3 -3
- package/input-form/split-input.d.ts.map +1 -1
- package/input-form/split-input.js +80 -72
- package/input-form/std.d.ts +1 -1
- package/input-form/std.d.ts.map +1 -1
- package/input-form/std.js +20 -17
- package/input-form/switch-input.d.ts +3 -3
- package/input-form/switch-input.d.ts.map +1 -1
- package/input-form/switch-input.js +118 -112
- package/items/alert-item.d.ts +1 -1
- package/items/alert-item.d.ts.map +1 -1
- package/items/alert-item.js +99 -98
- package/items/avatar-anchor.d.ts +2 -2
- package/items/avatar-anchor.d.ts.map +1 -1
- package/items/avatar-anchor.js +91 -89
- package/items/base-button.d.ts +1 -1
- package/items/base-button.d.ts.map +1 -1
- package/items/base-button.js +129 -126
- package/items/dialog-item.d.ts +1 -1
- package/items/dialog-item.d.ts.map +1 -1
- package/items/dialog-item.js +72 -71
- package/items/link-a.d.ts.map +1 -1
- package/items/link-a.js +23 -22
- package/items/load-track.d.ts +1 -1
- package/items/load-track.d.ts.map +1 -1
- package/items/load-track.js +45 -39
- package/items/std.d.ts.map +1 -1
- package/items/super-a.d.ts +2 -2
- package/items/super-a.d.ts.map +1 -1
- package/items/super-a.js +59 -48
- package/layout/div-line.d.ts +1 -1
- package/layout/div-line.d.ts.map +1 -1
- package/layout/div-line.js +35 -29
- package/layout/drag-box.d.ts +1 -1
- package/layout/drag-box.d.ts.map +1 -1
- package/layout/drag-box.js +10 -9
- package/layout/flex-flow.d.ts +2 -2
- package/layout/flex-flow.d.ts.map +1 -1
- package/layout/flex-flow.js +12 -7
- package/layout/nav-aside.d.ts +1 -1
- package/layout/nav-aside.d.ts.map +1 -1
- package/layout/nav-aside.js +32 -25
- package/layout/nav-layout.d.ts +1 -1
- package/layout/nav-layout.d.ts.map +1 -1
- package/layout/nav-layout.js +125 -104
- package/layout/std.d.ts.map +1 -1
- package/layout/std.js +6 -4
- package/package.json +47 -40
- package/react/effect.js +6 -6
- package/react/group.js +3 -3
- package/react/input-form.js +11 -11
- package/react/items.js +7 -7
- package/react/layout.js +5 -5
- package/react/view.js +5 -5
- package/view/details-expand.d.ts +1 -1
- package/view/details-expand.d.ts.map +1 -1
- package/view/details-expand.js +38 -33
- package/view/down-drop.d.ts +1 -1
- package/view/down-drop.d.ts.map +1 -1
- package/view/down-drop.js +34 -30
- package/view/menu-list.d.ts +1 -1
- package/view/menu-list.d.ts.map +1 -1
- package/view/menu-list.js +35 -30
- package/view/route-view.d.ts.map +1 -1
- package/view/route-view.js +9 -6
- package/view/scroll-x.d.ts +1 -1
- package/view/scroll-x.d.ts.map +1 -1
- package/view/scroll-x.js +32 -27
- package/view/std.d.ts.map +1 -1
- package/view/std.js +33 -33
- package/with.d.ts +10 -10
- package/with.d.ts.map +1 -1
- package/with.js +14 -15
- package/view/react/effect.d.ts +0 -10
- package/view/react/effect.d.ts.map +0 -1
- package/view/react/effect.js +0 -32
- package/view/react/group.d.ts +0 -5
- package/view/react/group.d.ts.map +0 -1
- package/view/react/group.js +0 -18
- package/view/react/index.d.ts +0 -7
- package/view/react/index.d.ts.map +0 -1
- package/view/react/index.js +0 -6
- package/view/react/input-form.d.ts +0 -33
- package/view/react/input-form.d.ts.map +0 -1
- package/view/react/input-form.js +0 -64
- package/view/react/items.d.ts +0 -9
- package/view/react/items.d.ts.map +0 -1
- package/view/react/items.js +0 -38
- package/view/react/layout.d.ts +0 -7
- package/view/react/layout.d.ts.map +0 -1
- package/view/react/layout.js +0 -28
- package/view/react/view.d.ts +0 -7
- package/view/react/view.d.ts.map +0 -1
- package/view/react/view.js +0 -28
package/view/react/effect.js
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import * as X from "../../effect/index.js";
|
3
|
-
import { createComponent } from "@lit-labs/react";
|
4
|
-
export const OVText = createComponent({
|
5
|
-
tagName: "ov-text",
|
6
|
-
elementClass: X.OVText,
|
7
|
-
react: React
|
8
|
-
});
|
9
|
-
export const OVPort = createComponent({
|
10
|
-
tagName: "ov-port",
|
11
|
-
elementClass: X.OVPort,
|
12
|
-
react: React
|
13
|
-
});
|
14
|
-
export const OVButton = createComponent({
|
15
|
-
tagName: "ov-button",
|
16
|
-
elementClass: X.OVButton,
|
17
|
-
react: React
|
18
|
-
});
|
19
|
-
export const ROPort = createComponent({
|
20
|
-
tagName: "ro-port",
|
21
|
-
elementClass: X.ROPort,
|
22
|
-
react: React
|
23
|
-
});
|
24
|
-
export const TWText = createComponent({
|
25
|
-
tagName: "tw-text",
|
26
|
-
elementClass: X.TWText,
|
27
|
-
react: React,
|
28
|
-
events: {
|
29
|
-
onChange: "change",
|
30
|
-
onDone: "done"
|
31
|
-
}
|
32
|
-
});
|
package/view/react/group.d.ts
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
import * as X from "../../group/index.js";
|
2
|
-
export declare const AvatarGroup: import("@lit-labs/react").ReactWebComponent<X.AvatarGroup, {}>;
|
3
|
-
export declare const ButtonGroup: import("@lit-labs/react").ReactWebComponent<X.ButtonGroup, {}>;
|
4
|
-
export declare const DetailsGroup: import("@lit-labs/react").ReactWebComponent<X.DetailsGroup, {}>;
|
5
|
-
//# sourceMappingURL=group.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"group.d.ts","sourceRoot":"","sources":["../../../src/view/react/group.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,sBAAsB,CAAC;AAE1C,eAAO,MAAM,WAAW,gEAItB,CAAC;AACH,eAAO,MAAM,WAAW,gEAItB,CAAC;AACH,eAAO,MAAM,YAAY,iEAIvB,CAAC"}
|
package/view/react/group.js
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import * as X from "../../group/index.js";
|
3
|
-
import { createComponent } from "@lit-labs/react";
|
4
|
-
export const AvatarGroup = createComponent({
|
5
|
-
tagName: "avatar-group",
|
6
|
-
elementClass: X.AvatarGroup,
|
7
|
-
react: React
|
8
|
-
});
|
9
|
-
export const ButtonGroup = createComponent({
|
10
|
-
tagName: "button-group",
|
11
|
-
elementClass: X.ButtonGroup,
|
12
|
-
react: React
|
13
|
-
});
|
14
|
-
export const DetailsGroup = createComponent({
|
15
|
-
tagName: "details-group",
|
16
|
-
elementClass: X.DetailsGroup,
|
17
|
-
react: React
|
18
|
-
});
|
package/view/react/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/view/react/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC"}
|
package/view/react/index.js
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
import * as X from "../../input-form/index.js";
|
2
|
-
export declare const BaseForm: import("@lit-labs/react").ReactWebComponent<X.BaseForm, {}>;
|
3
|
-
export declare const BaseInput: import("@lit-labs/react").ReactWebComponent<X.BaseInput, {
|
4
|
-
onInput: string;
|
5
|
-
onChange: string;
|
6
|
-
}>;
|
7
|
-
export declare const ExpInput: import("@lit-labs/react").ReactWebComponent<X.ExpInput, {
|
8
|
-
onInput: string;
|
9
|
-
onChange: string;
|
10
|
-
}>;
|
11
|
-
export declare const LabelInput: import("@lit-labs/react").ReactWebComponent<X.LabelInput, {
|
12
|
-
onInput: string;
|
13
|
-
onChange: string;
|
14
|
-
}>;
|
15
|
-
export declare const SearchInput: import("@lit-labs/react").ReactWebComponent<X.SearchInput, {
|
16
|
-
onInput: string;
|
17
|
-
onChange: string;
|
18
|
-
}>;
|
19
|
-
export declare const SearchW: import("@lit-labs/react").ReactWebComponent<X.SearchW, {}>;
|
20
|
-
export declare const SelectInput: import("@lit-labs/react").ReactWebComponent<X.SelectInput, {
|
21
|
-
onInput: string;
|
22
|
-
onChange: string;
|
23
|
-
}>;
|
24
|
-
export declare const SignForm: import("@lit-labs/react").ReactWebComponent<X.SignForm, {}>;
|
25
|
-
export declare const SplitInput: import("@lit-labs/react").ReactWebComponent<X.SplitInput, {
|
26
|
-
onInput: string;
|
27
|
-
onChange: string;
|
28
|
-
}>;
|
29
|
-
export declare const SwitchInput: import("@lit-labs/react").ReactWebComponent<X.SwitchInput, {
|
30
|
-
onInput: string;
|
31
|
-
onChange: string;
|
32
|
-
}>;
|
33
|
-
//# sourceMappingURL=input-form.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"input-form.d.ts","sourceRoot":"","sources":["../../../src/view/react/input-form.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,2BAA2B,CAAC;AAM/C,eAAO,MAAM,QAAQ,6DAInB,CAAC;AACH,eAAO,MAAM,SAAS;;;EAKpB,CAAC;AACH,eAAO,MAAM,QAAQ;;;EAKnB,CAAC;AACH,eAAO,MAAM,UAAU;;;EAKrB,CAAC;AACH,eAAO,MAAM,WAAW;;;EAKtB,CAAC;AACH,eAAO,MAAM,OAAO,4DAIlB,CAAC;AACH,eAAO,MAAM,WAAW;;;EAKtB,CAAC;AACH,eAAO,MAAM,QAAQ,6DAInB,CAAC;AACH,eAAO,MAAM,UAAU;;;EAKrB,CAAC;AACH,eAAO,MAAM,WAAW;;;EAKtB,CAAC"}
|
package/view/react/input-form.js
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import * as X from "../../input-form/index.js";
|
3
|
-
import { createComponent } from "@lit-labs/react";
|
4
|
-
const stdevent = {
|
5
|
-
onInput: "input",
|
6
|
-
onChange: "change"
|
7
|
-
};
|
8
|
-
export const BaseForm = createComponent({
|
9
|
-
tagName: "base-form",
|
10
|
-
elementClass: X.BaseForm,
|
11
|
-
react: React
|
12
|
-
});
|
13
|
-
export const BaseInput = createComponent({
|
14
|
-
tagName: "base-input",
|
15
|
-
elementClass: X.BaseInput,
|
16
|
-
react: React,
|
17
|
-
events: stdevent
|
18
|
-
});
|
19
|
-
export const ExpInput = createComponent({
|
20
|
-
tagName: "exp-input",
|
21
|
-
elementClass: X.ExpInput,
|
22
|
-
react: React,
|
23
|
-
events: stdevent
|
24
|
-
});
|
25
|
-
export const LabelInput = createComponent({
|
26
|
-
tagName: "label-input",
|
27
|
-
elementClass: X.LabelInput,
|
28
|
-
react: React,
|
29
|
-
events: stdevent
|
30
|
-
});
|
31
|
-
export const SearchInput = createComponent({
|
32
|
-
tagName: "search-input",
|
33
|
-
elementClass: X.SearchInput,
|
34
|
-
react: React,
|
35
|
-
events: stdevent
|
36
|
-
});
|
37
|
-
export const SearchW = createComponent({
|
38
|
-
tagName: "search-w",
|
39
|
-
elementClass: X.SearchW,
|
40
|
-
react: React
|
41
|
-
});
|
42
|
-
export const SelectInput = createComponent({
|
43
|
-
tagName: "select-input",
|
44
|
-
elementClass: X.SelectInput,
|
45
|
-
react: React,
|
46
|
-
events: stdevent
|
47
|
-
});
|
48
|
-
export const SignForm = createComponent({
|
49
|
-
tagName: "sign-form",
|
50
|
-
elementClass: X.SignForm,
|
51
|
-
react: React
|
52
|
-
});
|
53
|
-
export const SplitInput = createComponent({
|
54
|
-
tagName: "split-input",
|
55
|
-
elementClass: X.SplitInput,
|
56
|
-
react: React,
|
57
|
-
events: stdevent
|
58
|
-
});
|
59
|
-
export const SwitchInput = createComponent({
|
60
|
-
tagName: "switch-input",
|
61
|
-
elementClass: X.SwitchInput,
|
62
|
-
react: React,
|
63
|
-
events: stdevent
|
64
|
-
});
|
package/view/react/items.d.ts
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
import * as X from "../../items/index.js";
|
2
|
-
export declare const AvatarAnchor: import("@lit-labs/react").ReactWebComponent<X.AvatarAnchor, {}>;
|
3
|
-
export declare const BaseButton: import("@lit-labs/react").ReactWebComponent<X.BaseButton, {}>;
|
4
|
-
export declare const AlertItem: import("@lit-labs/react").ReactWebComponent<X.AlertItem, {}>;
|
5
|
-
export declare const DialogItem: import("@lit-labs/react").ReactWebComponent<X.DialogItem, {}>;
|
6
|
-
export declare const LinkAnchor: import("@lit-labs/react").ReactWebComponent<X.LinkAnchor, {}>;
|
7
|
-
export declare const LoadTrack: import("@lit-labs/react").ReactWebComponent<X.LoadTrack, {}>;
|
8
|
-
export declare const SuperAnchor: import("@lit-labs/react").ReactWebComponent<X.SuperAnchor, {}>;
|
9
|
-
//# sourceMappingURL=items.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"items.d.ts","sourceRoot":"","sources":["../../../src/view/react/items.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,sBAAsB,CAAC;AAE1C,eAAO,MAAM,YAAY,iEAIvB,CAAC;AACH,eAAO,MAAM,UAAU,+DAIrB,CAAC;AACH,eAAO,MAAM,SAAS,8DAIpB,CAAC;AACH,eAAO,MAAM,UAAU,+DAIrB,CAAC;AACH,eAAO,MAAM,UAAU,+DAIrB,CAAC;AACH,eAAO,MAAM,SAAS,8DAIpB,CAAC;AACH,eAAO,MAAM,WAAW,gEAItB,CAAC"}
|
package/view/react/items.js
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import * as X from "../../items/index.js";
|
3
|
-
import { createComponent } from "@lit-labs/react";
|
4
|
-
export const AvatarAnchor = createComponent({
|
5
|
-
tagName: "avatar-auchor",
|
6
|
-
elementClass: X.AvatarAnchor,
|
7
|
-
react: React
|
8
|
-
});
|
9
|
-
export const BaseButton = createComponent({
|
10
|
-
tagName: "base-button",
|
11
|
-
elementClass: X.BaseButton,
|
12
|
-
react: React
|
13
|
-
});
|
14
|
-
export const AlertItem = createComponent({
|
15
|
-
tagName: "alert-item",
|
16
|
-
elementClass: X.AlertItem,
|
17
|
-
react: React
|
18
|
-
});
|
19
|
-
export const DialogItem = createComponent({
|
20
|
-
tagName: "dailog-item",
|
21
|
-
elementClass: X.DialogItem,
|
22
|
-
react: React
|
23
|
-
});
|
24
|
-
export const LinkAnchor = createComponent({
|
25
|
-
tagName: "link-a",
|
26
|
-
elementClass: X.LinkAnchor,
|
27
|
-
react: React
|
28
|
-
});
|
29
|
-
export const LoadTrack = createComponent({
|
30
|
-
tagName: "load-track",
|
31
|
-
elementClass: X.LoadTrack,
|
32
|
-
react: React
|
33
|
-
});
|
34
|
-
export const SuperAnchor = createComponent({
|
35
|
-
tagName: "super-a",
|
36
|
-
elementClass: X.SuperAnchor,
|
37
|
-
react: React
|
38
|
-
});
|
package/view/react/layout.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as X from "../../layout/index.js";
|
2
|
-
export declare const NavLayout: import("@lit-labs/react").ReactWebComponent<X.NavLayout, {}>;
|
3
|
-
export declare const AsideNav: import("@lit-labs/react").ReactWebComponent<X.NavAside, {}>;
|
4
|
-
export declare const DivLine: import("@lit-labs/react").ReactWebComponent<X.DivLine, {}>;
|
5
|
-
export declare const FlexFlow: import("@lit-labs/react").ReactWebComponent<X.FlexFlow, {}>;
|
6
|
-
export declare const DragBox: import("@lit-labs/react").ReactWebComponent<X.DragBox, {}>;
|
7
|
-
//# sourceMappingURL=layout.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/view/react/layout.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,uBAAuB,CAAC;AAE3C,eAAO,MAAM,SAAS,8DAIpB,CAAC;AACH,eAAO,MAAM,QAAQ,6DAInB,CAAC;AACH,eAAO,MAAM,OAAO,4DAIlB,CAAC;AACH,eAAO,MAAM,QAAQ,6DAInB,CAAC;AACH,eAAO,MAAM,OAAO,4DAIlB,CAAC"}
|
package/view/react/layout.js
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import * as X from "../../layout/index.js";
|
3
|
-
import { createComponent } from "@lit-labs/react";
|
4
|
-
export const NavLayout = createComponent({
|
5
|
-
tagName: "nav-layout",
|
6
|
-
elementClass: X.NavLayout,
|
7
|
-
react: React
|
8
|
-
});
|
9
|
-
export const AsideNav = createComponent({
|
10
|
-
tagName: "nav-aside",
|
11
|
-
elementClass: X.NavAside,
|
12
|
-
react: React
|
13
|
-
});
|
14
|
-
export const DivLine = createComponent({
|
15
|
-
tagName: "div-line",
|
16
|
-
elementClass: X.DivLine,
|
17
|
-
react: React
|
18
|
-
});
|
19
|
-
export const FlexFlow = createComponent({
|
20
|
-
tagName: "flex-flow",
|
21
|
-
elementClass: X.FlexFlow,
|
22
|
-
react: React
|
23
|
-
});
|
24
|
-
export const DragBox = createComponent({
|
25
|
-
tagName: "drag-box",
|
26
|
-
elementClass: X.DragBox,
|
27
|
-
react: React
|
28
|
-
});
|
package/view/react/view.d.ts
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
import * as X from "../index.js";
|
2
|
-
export declare const DetailsExpand: import("@lit-labs/react").ReactWebComponent<X.DetailsExpand, {}>;
|
3
|
-
export declare const DownDrop: import("@lit-labs/react").ReactWebComponent<X.DownDrop, {}>;
|
4
|
-
export declare const MenuList: import("@lit-labs/react").ReactWebComponent<X.MenuList, {}>;
|
5
|
-
export declare const RouteView: import("@lit-labs/react").ReactWebComponent<X.RouteView, {}>;
|
6
|
-
export declare const ScrollX: import("@lit-labs/react").ReactWebComponent<X.ScrollX, {}>;
|
7
|
-
//# sourceMappingURL=view.d.ts.map
|
package/view/react/view.d.ts.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../src/view/react/view.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,aAAa,CAAC;AAEjC,eAAO,MAAM,aAAa,kEAIxB,CAAC;AACH,eAAO,MAAM,QAAQ,6DAInB,CAAC;AACH,eAAO,MAAM,QAAQ,6DAInB,CAAC;AACH,eAAO,MAAM,SAAS,8DAIpB,CAAC;AACH,eAAO,MAAM,OAAO,4DAIlB,CAAC"}
|
package/view/react/view.js
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import * as X from "../index.js";
|
3
|
-
import { createComponent } from "@lit-labs/react";
|
4
|
-
export const DetailsExpand = createComponent({
|
5
|
-
tagName: "details-expand",
|
6
|
-
elementClass: X.DetailsExpand,
|
7
|
-
react: React
|
8
|
-
});
|
9
|
-
export const DownDrop = createComponent({
|
10
|
-
tagName: "down-drop",
|
11
|
-
elementClass: X.DownDrop,
|
12
|
-
react: React
|
13
|
-
});
|
14
|
-
export const MenuList = createComponent({
|
15
|
-
tagName: "menu-list",
|
16
|
-
elementClass: X.MenuList,
|
17
|
-
react: React
|
18
|
-
});
|
19
|
-
export const RouteView = createComponent({
|
20
|
-
tagName: "route-view",
|
21
|
-
elementClass: X.RouteView,
|
22
|
-
react: React
|
23
|
-
});
|
24
|
-
export const ScrollX = createComponent({
|
25
|
-
tagName: "scroll-x",
|
26
|
-
elementClass: X.ScrollX,
|
27
|
-
react: React
|
28
|
-
});
|