godown 3.0.0-canary.1 → 3.0.0-canary.10
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 +37 -8
- package/components/alert.d.ts +5 -3
- package/components/alert.d.ts.map +1 -1
- package/components/alert.js +24 -14
- package/components/alert.js.map +1 -1
- package/components/avatar.d.ts +5 -1
- package/components/avatar.d.ts.map +1 -1
- package/components/avatar.js +7 -3
- package/components/avatar.js.map +1 -1
- package/components/breath.d.ts +2 -1
- package/components/breath.d.ts.map +1 -1
- package/components/breath.js +5 -4
- package/components/breath.js.map +1 -1
- package/components/button.d.ts +16 -9
- package/components/button.d.ts.map +1 -1
- package/components/button.js +22 -20
- package/components/button.js.map +1 -1
- package/components/card.d.ts +1 -2
- package/components/card.d.ts.map +1 -1
- package/components/card.js +5 -11
- package/components/card.js.map +1 -1
- package/components/carousel.d.ts +6 -5
- package/components/carousel.d.ts.map +1 -1
- package/components/carousel.js +3 -2
- package/components/carousel.js.map +1 -1
- package/components/details.d.ts +5 -2
- package/components/details.d.ts.map +1 -1
- package/components/details.js +5 -2
- package/components/details.js.map +1 -1
- package/components/dialog.d.ts +8 -4
- package/components/dialog.d.ts.map +1 -1
- package/components/dialog.js +17 -12
- package/components/dialog.js.map +1 -1
- package/components/divider.d.ts +1 -1
- package/components/divider.js +1 -1
- package/components/divider.js.map +1 -1
- package/components/dragbox.d.ts +7 -7
- package/components/dragbox.d.ts.map +1 -1
- package/components/dragbox.js +1 -1
- package/components/dragbox.js.map +1 -1
- package/components/flex.d.ts +2 -1
- package/components/flex.d.ts.map +1 -1
- package/components/flex.js +8 -0
- package/components/flex.js.map +1 -1
- package/components/form.d.ts +0 -2
- package/components/form.d.ts.map +1 -1
- package/components/form.js +0 -2
- package/components/form.js.map +1 -1
- package/components/grid.d.ts +8 -3
- package/components/grid.d.ts.map +1 -1
- package/components/grid.js +1 -0
- package/components/grid.js.map +1 -1
- package/components/input.d.ts +2 -3
- package/components/input.d.ts.map +1 -1
- package/components/input.js +3 -6
- package/components/input.js.map +1 -1
- package/components/layout.d.ts +3 -6
- package/components/layout.d.ts.map +1 -1
- package/components/layout.js +21 -10
- package/components/layout.js.map +1 -1
- package/components/link.d.ts +3 -1
- package/components/link.d.ts.map +1 -1
- package/components/link.js +3 -1
- package/components/link.js.map +1 -1
- package/components/progress.d.ts +2 -11
- package/components/progress.d.ts.map +1 -1
- package/components/progress.js +6 -15
- package/components/progress.js.map +1 -1
- package/components/range.d.ts +43 -17
- package/components/range.d.ts.map +1 -1
- package/components/range.js +132 -58
- package/components/range.js.map +1 -1
- package/components/rotate.d.ts +1 -1
- package/components/rotate.d.ts.map +1 -1
- package/components/rotate.js +1 -1
- package/components/rotate.js.map +1 -1
- package/components/router.d.ts +6 -8
- package/components/router.d.ts.map +1 -1
- package/components/router.js +10 -10
- package/components/router.js.map +1 -1
- package/components/select.d.ts +4 -8
- package/components/select.d.ts.map +1 -1
- package/components/select.js +42 -41
- package/components/select.js.map +1 -1
- package/components/skeleton.d.ts.map +1 -1
- package/components/skeleton.js +3 -4
- package/components/skeleton.js.map +1 -1
- package/components/split.d.ts +18 -1
- package/components/split.d.ts.map +1 -1
- package/components/split.js +52 -19
- package/components/split.js.map +1 -1
- package/components/switch.d.ts +4 -4
- package/components/switch.d.ts.map +1 -1
- package/components/switch.js +6 -6
- package/components/switch.js.map +1 -1
- package/components/text.js +3 -3
- package/components/text.js.map +1 -1
- package/components/time.d.ts +4 -20
- package/components/time.d.ts.map +1 -1
- package/components/time.js +5 -66
- package/components/time.js.map +1 -1
- package/components/tooltip.d.ts +11 -1
- package/components/tooltip.d.ts.map +1 -1
- package/components/tooltip.js +23 -5
- package/components/tooltip.js.map +1 -1
- package/components/typewriter.d.ts +2 -2
- package/components/typewriter.d.ts.map +1 -1
- package/components/typewriter.js +2 -2
- package/components/typewriter.js.map +1 -1
- package/core/global-style.d.ts.map +1 -1
- package/core/global-style.js +8 -1
- package/core/global-style.js.map +1 -1
- package/core/super-anchor.js +1 -1
- package/core/super-anchor.js.map +1 -1
- package/core/super-input.d.ts +2 -3
- package/core/super-input.d.ts.map +1 -1
- package/core/super-input.js +3 -6
- package/core/super-input.js.map +1 -1
- package/core/super-openable.js.map +1 -1
- package/custom-elements.json +1 -1
- package/dev/components/alert.d.ts +5 -3
- package/dev/components/alert.d.ts.map +1 -1
- package/dev/components/alert.js +35 -24
- package/dev/components/alert.js.map +1 -1
- package/dev/components/avatar.d.ts +5 -1
- package/dev/components/avatar.d.ts.map +1 -1
- package/dev/components/avatar.js +7 -6
- package/dev/components/avatar.js.map +1 -1
- package/dev/components/breath.d.ts +2 -1
- package/dev/components/breath.d.ts.map +1 -1
- package/dev/components/breath.js +3 -1
- package/dev/components/breath.js.map +1 -1
- package/dev/components/button.d.ts +16 -9
- package/dev/components/button.d.ts.map +1 -1
- package/dev/components/button.js +29 -25
- package/dev/components/button.js.map +1 -1
- package/dev/components/card.d.ts +1 -2
- package/dev/components/card.d.ts.map +1 -1
- package/dev/components/card.js +21 -29
- package/dev/components/card.js.map +1 -1
- package/dev/components/carousel.d.ts +6 -5
- package/dev/components/carousel.d.ts.map +1 -1
- package/dev/components/carousel.js +9 -7
- package/dev/components/carousel.js.map +1 -1
- package/dev/components/details.d.ts +5 -2
- package/dev/components/details.d.ts.map +1 -1
- package/dev/components/details.js +4 -1
- package/dev/components/details.js.map +1 -1
- package/dev/components/dialog.d.ts +8 -4
- package/dev/components/dialog.d.ts.map +1 -1
- package/dev/components/dialog.js +23 -18
- package/dev/components/dialog.js.map +1 -1
- package/dev/components/divider.d.ts +1 -1
- package/dev/components/divider.js +1 -1
- package/dev/components/dragbox.d.ts +7 -7
- package/dev/components/dragbox.d.ts.map +1 -1
- package/dev/components/dragbox.js.map +1 -1
- package/dev/components/flex.d.ts +2 -1
- package/dev/components/flex.d.ts.map +1 -1
- package/dev/components/flex.js +8 -0
- package/dev/components/flex.js.map +1 -1
- package/dev/components/form.d.ts +0 -2
- package/dev/components/form.d.ts.map +1 -1
- package/dev/components/form.js +0 -2
- package/dev/components/form.js.map +1 -1
- package/dev/components/grid.d.ts +8 -3
- package/dev/components/grid.d.ts.map +1 -1
- package/dev/components/grid.js +1 -0
- package/dev/components/grid.js.map +1 -1
- package/dev/components/input.d.ts +2 -3
- package/dev/components/input.d.ts.map +1 -1
- package/dev/components/input.js +1 -20
- package/dev/components/input.js.map +1 -1
- package/dev/components/layout.d.ts +3 -6
- package/dev/components/layout.d.ts.map +1 -1
- package/dev/components/layout.js +23 -10
- package/dev/components/layout.js.map +1 -1
- package/dev/components/link.d.ts +3 -1
- package/dev/components/link.d.ts.map +1 -1
- package/dev/components/link.js +3 -1
- package/dev/components/link.js.map +1 -1
- package/dev/components/progress.d.ts +2 -11
- package/dev/components/progress.d.ts.map +1 -1
- package/dev/components/progress.js +7 -16
- package/dev/components/progress.js.map +1 -1
- package/dev/components/range.d.ts +43 -17
- package/dev/components/range.d.ts.map +1 -1
- package/dev/components/range.js +157 -99
- package/dev/components/range.js.map +1 -1
- package/dev/components/rotate.d.ts +1 -1
- package/dev/components/rotate.d.ts.map +1 -1
- package/dev/components/rotate.js +1 -1
- package/dev/components/rotate.js.map +1 -1
- package/dev/components/router.d.ts +6 -8
- package/dev/components/router.d.ts.map +1 -1
- package/dev/components/router.js +10 -10
- package/dev/components/router.js.map +1 -1
- package/dev/components/select.d.ts +4 -8
- package/dev/components/select.d.ts.map +1 -1
- package/dev/components/select.js +46 -44
- package/dev/components/select.js.map +1 -1
- package/dev/components/skeleton.d.ts.map +1 -1
- package/dev/components/skeleton.js +2 -3
- package/dev/components/skeleton.js.map +1 -1
- package/dev/components/split.d.ts +18 -1
- package/dev/components/split.d.ts.map +1 -1
- package/dev/components/split.js +55 -22
- package/dev/components/split.js.map +1 -1
- package/dev/components/switch.d.ts +4 -4
- package/dev/components/switch.d.ts.map +1 -1
- package/dev/components/switch.js +12 -13
- package/dev/components/switch.js.map +1 -1
- package/dev/components/text.js +3 -3
- package/dev/components/time.d.ts +4 -20
- package/dev/components/time.d.ts.map +1 -1
- package/dev/components/time.js +5 -66
- package/dev/components/time.js.map +1 -1
- package/dev/components/tooltip.d.ts +11 -1
- package/dev/components/tooltip.d.ts.map +1 -1
- package/dev/components/tooltip.js +39 -16
- package/dev/components/tooltip.js.map +1 -1
- package/dev/components/typewriter.d.ts +2 -2
- package/dev/components/typewriter.d.ts.map +1 -1
- package/dev/components/typewriter.js +0 -1
- package/dev/components/typewriter.js.map +1 -1
- package/dev/core/global-style.d.ts.map +1 -1
- package/dev/core/global-style.js +8 -9
- package/dev/core/global-style.js.map +1 -1
- package/dev/core/super-input.d.ts +2 -3
- package/dev/core/super-input.d.ts.map +1 -1
- package/dev/core/super-input.js +21 -20
- package/dev/core/super-input.js.map +1 -1
- package/dev/range.d.ts +1 -1
- package/dev/range.d.ts.map +1 -1
- package/index.js +13 -13
- package/package.json +9 -7
- package/range.d.ts +1 -1
- package/range.d.ts.map +1 -1
- package/src/alert.ts +11 -0
- package/src/avatar.ts +11 -0
- package/src/breath.ts +13 -0
- package/src/button.ts +11 -0
- package/src/card.ts +11 -0
- package/src/carousel.ts +11 -0
- package/src/components/alert.ts +282 -0
- package/src/components/avatar.ts +95 -0
- package/src/components/breath.ts +153 -0
- package/src/components/button.ts +286 -0
- package/src/components/card.ts +80 -0
- package/src/components/carousel.ts +169 -0
- package/src/components/details.ts +116 -0
- package/src/components/dialog.ts +165 -0
- package/src/components/divider.ts +44 -0
- package/src/components/dragbox.ts +127 -0
- package/src/components/flex.ts +70 -0
- package/src/components/form.ts +82 -0
- package/src/components/grid.ts +75 -0
- package/src/components/input.ts +72 -0
- package/src/components/layout.ts +82 -0
- package/src/components/link.ts +38 -0
- package/src/components/progress.ts +95 -0
- package/src/components/range.ts +404 -0
- package/src/components/rotate.ts +92 -0
- package/src/components/router.ts +273 -0
- package/src/components/select.ts +268 -0
- package/src/components/skeleton.ts +118 -0
- package/src/components/split.ts +221 -0
- package/src/components/switch.ts +180 -0
- package/src/components/text.ts +95 -0
- package/src/components/time.ts +81 -0
- package/src/components/tooltip.ts +138 -0
- package/src/components/typewriter.ts +154 -0
- package/src/core/global-style.ts +86 -0
- package/src/core/super-anchor.ts +52 -0
- package/src/core/super-input.ts +230 -0
- package/src/core/super-openable.ts +51 -0
- package/src/details.ts +11 -0
- package/src/dialog.ts +11 -0
- package/src/divider.ts +11 -0
- package/src/dragbox.ts +11 -0
- package/src/flex.ts +11 -0
- package/src/form.ts +11 -0
- package/src/grid.ts +11 -0
- package/src/index.ts +28 -0
- package/src/input.ts +13 -0
- package/src/layout.ts +12 -0
- package/src/link.ts +13 -0
- package/src/progress.ts +12 -0
- package/src/range.ts +13 -0
- package/src/rotate.ts +13 -0
- package/src/router.ts +12 -0
- package/src/select.ts +13 -0
- package/src/skeleton.ts +13 -0
- package/src/split.ts +13 -0
- package/src/switch.ts +13 -0
- package/src/text.ts +13 -0
- package/src/time.ts +13 -0
- package/src/tooltip.ts +13 -0
- package/src/typewriter.ts +11 -0
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
@@ -0,0 +1,138 @@
|
|
1
|
+
import { godown } from "@godown/element/decorators/godown.js";
|
2
|
+
import { styles } from "@godown/element/decorators/styles.js";
|
3
|
+
import { htmlSlot } from "@godown/element/directives/html-slot.js";
|
4
|
+
import { css, html } from "lit";
|
5
|
+
import { property } from "lit/decorators.js";
|
6
|
+
|
7
|
+
import { scopePrefix } from "../core/global-style.js";
|
8
|
+
import SuperOpenable, { type Direction8 } from "../core/super-openable.js";
|
9
|
+
|
10
|
+
const protoName = "tooltip";
|
11
|
+
const cssScope = scopePrefix(protoName);
|
12
|
+
|
13
|
+
/**
|
14
|
+
* {@linkcode Tooltip} provide tooltip for slot elements.
|
15
|
+
*
|
16
|
+
* If it has the tip property, ignore the slot tip.
|
17
|
+
*
|
18
|
+
* @slot tip - Tip element if no `tip` provided.
|
19
|
+
* @slot - Content.
|
20
|
+
* @category feedback
|
21
|
+
*/
|
22
|
+
@godown(protoName)
|
23
|
+
@styles(
|
24
|
+
css`
|
25
|
+
:host {
|
26
|
+
${cssScope}--tip-background: inherit;
|
27
|
+
display: inline-block;
|
28
|
+
width: fit-content;
|
29
|
+
}
|
30
|
+
|
31
|
+
[part=root] {
|
32
|
+
display: flex;
|
33
|
+
position: relative;
|
34
|
+
transition: inherit;
|
35
|
+
border-radius: inherit;
|
36
|
+
}
|
37
|
+
|
38
|
+
[part=tip] {
|
39
|
+
width: fit-content;
|
40
|
+
height: fit-content;
|
41
|
+
position: absolute;
|
42
|
+
visibility: hidden;
|
43
|
+
transition: inherit;
|
44
|
+
user-select: none;
|
45
|
+
}
|
46
|
+
|
47
|
+
:host([open]) [part=tip] {
|
48
|
+
visibility: visible;
|
49
|
+
}
|
50
|
+
|
51
|
+
.passive {
|
52
|
+
background: var(${cssScope}--tip-background);
|
53
|
+
}
|
54
|
+
`,
|
55
|
+
css`
|
56
|
+
[direction^=top] {
|
57
|
+
bottom: 100%;
|
58
|
+
}
|
59
|
+
[direction^=bottom] {
|
60
|
+
top: 100%;
|
61
|
+
}
|
62
|
+
[direction$=right] {
|
63
|
+
left: 100%;
|
64
|
+
}
|
65
|
+
[direction$=left] {
|
66
|
+
right: 100%;
|
67
|
+
}
|
68
|
+
`,
|
69
|
+
)
|
70
|
+
class Tooltip extends SuperOpenable {
|
71
|
+
/**
|
72
|
+
* Tip text, if there is a value, the slot will be ignored.
|
73
|
+
*/
|
74
|
+
@property()
|
75
|
+
tip: string;
|
76
|
+
|
77
|
+
/**
|
78
|
+
* Direction of opening the tip.
|
79
|
+
*/
|
80
|
+
@property()
|
81
|
+
direction: Direction8 = "top";
|
82
|
+
|
83
|
+
/**
|
84
|
+
* Content alignment.
|
85
|
+
*/
|
86
|
+
@property()
|
87
|
+
align: "center" | "flex-start" | "flex-end" | "start" | "end" = "center";
|
88
|
+
|
89
|
+
/**
|
90
|
+
* If true, allow penetration of the tip.
|
91
|
+
*/
|
92
|
+
@property({ type: Boolean })
|
93
|
+
propagation = false;
|
94
|
+
|
95
|
+
/**
|
96
|
+
* How can tips be triggered.
|
97
|
+
*
|
98
|
+
* If `focus`, element will be focusable, open tip when focused.
|
99
|
+
*
|
100
|
+
* If `hover`, element will open tip when hovered.
|
101
|
+
*
|
102
|
+
* @default "hover"
|
103
|
+
*/
|
104
|
+
@property()
|
105
|
+
type: "hover" | "focus" = "hover";
|
106
|
+
|
107
|
+
static aligns = {
|
108
|
+
start: "flex-start",
|
109
|
+
end: "flex-end",
|
110
|
+
center: "center",
|
111
|
+
"flex-start": "flex-start",
|
112
|
+
"flex-end": "flex-end",
|
113
|
+
};
|
114
|
+
|
115
|
+
protected render() {
|
116
|
+
const align = Tooltip.aligns[this.align] || "inherit";
|
117
|
+
const isFocusable = this.type === "focus";
|
118
|
+
return html`<div part="root"
|
119
|
+
tabindex="${isFocusable ? 0 : -1}"
|
120
|
+
@focus="${isFocusable ? () => this.open = true : null}"
|
121
|
+
@blur="${isFocusable ? () => this.open = false : null}"
|
122
|
+
@mouseenter="${isFocusable ? null : () => this.open = true}"
|
123
|
+
@mouseleave="${isFocusable ? null : () => this.open = false}"
|
124
|
+
style="justify-content:${align};align-items:${align}">
|
125
|
+
${htmlSlot()}
|
126
|
+
<div part="tip"
|
127
|
+
direction="${this.direction}"
|
128
|
+
style="pointer-events:${this.propagation ? "none" : "all"}">
|
129
|
+
${
|
130
|
+
this.tip
|
131
|
+
? html`<span class="passive">${this.tip}</span>`
|
132
|
+
: htmlSlot("tip")
|
133
|
+
}</div>
|
134
|
+
</div>`;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
export default Tooltip;
|
@@ -0,0 +1,154 @@
|
|
1
|
+
import { godown } from "@godown/element/decorators/godown.js";
|
2
|
+
import { styles } from "@godown/element/decorators/styles.js";
|
3
|
+
import { classList } from "@godown/element/directives/class-list.js";
|
4
|
+
import { htmlSlot } from "@godown/element/directives/html-slot.js";
|
5
|
+
import { random } from "@godown/element/tools/lib.js";
|
6
|
+
import { css, html, type PropertyValueMap } from "lit";
|
7
|
+
import { property, query, state } from "lit/decorators.js";
|
8
|
+
|
9
|
+
import { GlobalStyle, scopePrefix } from "../core/global-style.js";
|
10
|
+
|
11
|
+
const protoName = "typewriter";
|
12
|
+
const cssScope = scopePrefix(protoName);
|
13
|
+
|
14
|
+
/**
|
15
|
+
* {@linkcode Typewriter} renders a typewriter effect to text.
|
16
|
+
*
|
17
|
+
* @category effect
|
18
|
+
*/
|
19
|
+
@godown(protoName)
|
20
|
+
@styles(css`
|
21
|
+
:host {
|
22
|
+
${cssScope}--cursor-width: .05em;
|
23
|
+
white-space: nowrap;
|
24
|
+
}
|
25
|
+
|
26
|
+
i {
|
27
|
+
border-right: var(${cssScope}--cursor-width) solid;
|
28
|
+
margin-left: 0.02em;
|
29
|
+
animation: s 1.5s steps(1) infinite;
|
30
|
+
}
|
31
|
+
|
32
|
+
@keyframes s {
|
33
|
+
0% {
|
34
|
+
border-color: currentColor;
|
35
|
+
}
|
36
|
+
50% {
|
37
|
+
border-color: transparent;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
slot {
|
42
|
+
display: none;
|
43
|
+
}
|
44
|
+
|
45
|
+
.hidden {
|
46
|
+
visibility: hidden;
|
47
|
+
}
|
48
|
+
`)
|
49
|
+
class Typewriter extends GlobalStyle {
|
50
|
+
/**
|
51
|
+
* Raw text.
|
52
|
+
*/
|
53
|
+
@property()
|
54
|
+
text = "";
|
55
|
+
|
56
|
+
/**
|
57
|
+
* Start immediately after {@linkcode Typewriter.firstUpdated}.
|
58
|
+
*/
|
59
|
+
@property({ type: Boolean })
|
60
|
+
stopped = false;
|
61
|
+
|
62
|
+
/**
|
63
|
+
* If true, hide the cursor
|
64
|
+
*/
|
65
|
+
@property({ type: Boolean })
|
66
|
+
ended = false;
|
67
|
+
|
68
|
+
/**
|
69
|
+
* Maximum random time.
|
70
|
+
*/
|
71
|
+
@property({ type: Number })
|
72
|
+
max = 100;
|
73
|
+
|
74
|
+
/**
|
75
|
+
* Minimum random time.
|
76
|
+
*/
|
77
|
+
@property({ type: Number })
|
78
|
+
min = 50;
|
79
|
+
|
80
|
+
/**
|
81
|
+
* Fixed time.
|
82
|
+
*/
|
83
|
+
@property({ type: Number })
|
84
|
+
delay = 0;
|
85
|
+
|
86
|
+
/**
|
87
|
+
* The index at the beginning.
|
88
|
+
*/
|
89
|
+
@property({ type: Number })
|
90
|
+
index = 0;
|
91
|
+
|
92
|
+
/**
|
93
|
+
* Internal text.
|
94
|
+
*/
|
95
|
+
@state()
|
96
|
+
content = "";
|
97
|
+
|
98
|
+
protected timeoutID: number;
|
99
|
+
|
100
|
+
@query("i")
|
101
|
+
protected _i: HTMLElement;
|
102
|
+
|
103
|
+
/**
|
104
|
+
* {@linkcode Typewriter.text} length.
|
105
|
+
*/
|
106
|
+
get len() {
|
107
|
+
return this.text.length;
|
108
|
+
}
|
109
|
+
|
110
|
+
protected render() {
|
111
|
+
return html`${htmlSlot()}${this.content}<i part="cursor" class="${
|
112
|
+
classList({
|
113
|
+
hidden: this.ended,
|
114
|
+
})
|
115
|
+
}"></i>`;
|
116
|
+
}
|
117
|
+
|
118
|
+
protected firstUpdated() {
|
119
|
+
if (!this.text) {
|
120
|
+
this.text = this._slot?.assignedNodes()[0]?.textContent.trim() || "";
|
121
|
+
}
|
122
|
+
if (!this.stopped && this.len) {
|
123
|
+
this.write();
|
124
|
+
}
|
125
|
+
}
|
126
|
+
|
127
|
+
protected updated(changedProperties: PropertyValueMap<this>) {
|
128
|
+
if (changedProperties.has("index")) {
|
129
|
+
this.dispatchEvent(new CustomEvent(this.index === this.len ? "done" : "write", { detail: this.content }));
|
130
|
+
}
|
131
|
+
}
|
132
|
+
|
133
|
+
write(at = this.index) {
|
134
|
+
this.content = this.text.slice(0, at + 1);
|
135
|
+
const timeout = this.delay || random(this.max, this.min);
|
136
|
+
this.timeoutID = window.setTimeout(() => {
|
137
|
+
const nx = at + 1;
|
138
|
+
if (nx <= this.len) {
|
139
|
+
this.index = nx;
|
140
|
+
this.write();
|
141
|
+
}
|
142
|
+
}, timeout);
|
143
|
+
}
|
144
|
+
|
145
|
+
stop() {
|
146
|
+
clearTimeout(this.timeoutID);
|
147
|
+
}
|
148
|
+
|
149
|
+
end() {
|
150
|
+
this.ended = true;
|
151
|
+
}
|
152
|
+
}
|
153
|
+
|
154
|
+
export default Typewriter;
|
@@ -0,0 +1,86 @@
|
|
1
|
+
import { type Gradients, presetsRGB } from "@godown/colors/presets-rgb.js";
|
2
|
+
import { travel } from "@godown/colors/travel.js";
|
3
|
+
import GodownElement from "@godown/element";
|
4
|
+
import GodownConfig from "@godown/element/config.js";
|
5
|
+
import { joinProperties } from "@godown/element/tools/css.js";
|
6
|
+
import { trim } from "@godown/element/tools/lib.js";
|
7
|
+
import { css, CSSResult, unsafeCSS } from "lit";
|
8
|
+
|
9
|
+
GodownElement.godownConfig ||= new GodownConfig();
|
10
|
+
|
11
|
+
export class GlobalStyle extends GodownElement {
|
12
|
+
}
|
13
|
+
|
14
|
+
const cssvar = trim(GlobalStyle.godownConfig.prefix, "-");
|
15
|
+
|
16
|
+
export function scopePrefix(scope: string, len = 1) {
|
17
|
+
return variablePrefix(cssvar + "-".repeat(len) + scope);
|
18
|
+
}
|
19
|
+
|
20
|
+
export function variablePrefix(variable: string) {
|
21
|
+
return unsafeCSS("--" + variable);
|
22
|
+
}
|
23
|
+
|
24
|
+
export const cssGlobalVars = {
|
25
|
+
foreground: scopePrefix("foreground", 2),
|
26
|
+
background: scopePrefix("background", 2),
|
27
|
+
clipBackground: scopePrefix("clip-background", 2),
|
28
|
+
active: scopePrefix("active", 2),
|
29
|
+
passive: scopePrefix("passive", 2),
|
30
|
+
_colors: {} as PresetsGradientsCSSResult,
|
31
|
+
input: scopePrefix("input", 2),
|
32
|
+
white: scopePrefix("color-white", 2),
|
33
|
+
black: scopePrefix("color-black", 2),
|
34
|
+
};
|
35
|
+
|
36
|
+
type PresetsGradientsCSSResult = Record<keyof typeof presetsRGB, Gradients<CSSResult>>;
|
37
|
+
GlobalStyle.styles = [
|
38
|
+
unsafeCSS(
|
39
|
+
":host{"
|
40
|
+
+ `${cssGlobalVars.black}:rgb(0 0 0);`
|
41
|
+
+ `${cssGlobalVars.white}:rgb(255 255 255);`
|
42
|
+
+ travel((key, gradient, rgb) => {
|
43
|
+
cssGlobalVars._colors[key] ||= [] as any;
|
44
|
+
cssGlobalVars._colors[key].push(unsafeCSS(scopePrefix("color", 2) + "-" + key + "-" + gradient));
|
45
|
+
const endKey = `-${key}-${gradient}`;
|
46
|
+
const colorKey = scopePrefix("color", 2) + endKey;
|
47
|
+
return `${colorKey}:rgb(${rgb});`;
|
48
|
+
}, presetsRGB).join("")
|
49
|
+
+ joinProperties({
|
50
|
+
[cssGlobalVars.background + ""]: `var(${cssGlobalVars._colors.darkgray[9]})`,
|
51
|
+
[cssGlobalVars.foreground + ""]: `var(${cssGlobalVars._colors.lightgray[0]})`,
|
52
|
+
[cssGlobalVars.active + ""]: `var(${cssGlobalVars._colors.blue[6]})`,
|
53
|
+
[cssGlobalVars.passive + ""]: `var(${cssGlobalVars._colors.darkgray[6]})`,
|
54
|
+
[cssGlobalVars.clipBackground + ""]:
|
55
|
+
`linear-gradient(to bottom, var(${cssGlobalVars.foreground}), var(${cssGlobalVars.passive}))`,
|
56
|
+
})
|
57
|
+
+ "}",
|
58
|
+
),
|
59
|
+
css`
|
60
|
+
* {
|
61
|
+
border: 0;
|
62
|
+
outline: 0;
|
63
|
+
margin: 0;
|
64
|
+
padding: 0;
|
65
|
+
font-size: 100%;
|
66
|
+
font-style: normal;
|
67
|
+
box-sizing: border-box;
|
68
|
+
}
|
69
|
+
|
70
|
+
:host {
|
71
|
+
box-sizing: border-box;
|
72
|
+
}
|
73
|
+
|
74
|
+
a {
|
75
|
+
text-decoration: none;
|
76
|
+
}
|
77
|
+
|
78
|
+
span {
|
79
|
+
white-space: nowrap;
|
80
|
+
}
|
81
|
+
|
82
|
+
svg {
|
83
|
+
user-select: none;
|
84
|
+
}
|
85
|
+
`,
|
86
|
+
];
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { styles } from "@godown/element/decorators/index.js";
|
2
|
+
import { htmlSlot } from "@godown/element/directives/html-slot.js";
|
3
|
+
import { css, html } from "lit";
|
4
|
+
import { property } from "lit/decorators.js";
|
5
|
+
import { ifDefined } from "lit/directives/if-defined.js";
|
6
|
+
|
7
|
+
import { GlobalStyle } from "./global-style.js";
|
8
|
+
|
9
|
+
@styles(css`
|
10
|
+
:host {
|
11
|
+
display: inline-block;
|
12
|
+
color: currentColor;
|
13
|
+
text-decoration: none;
|
14
|
+
cursor: default;
|
15
|
+
}
|
16
|
+
|
17
|
+
:host([href]) {
|
18
|
+
cursor: pointer;
|
19
|
+
}
|
20
|
+
|
21
|
+
a {
|
22
|
+
width: 100%;
|
23
|
+
display: flex;
|
24
|
+
color: inherit;
|
25
|
+
text-decoration: inherit;
|
26
|
+
justify-content: space-between;
|
27
|
+
align-items: center;
|
28
|
+
}
|
29
|
+
`)
|
30
|
+
class SuperAnchor extends GlobalStyle {
|
31
|
+
/**
|
32
|
+
* A element href.
|
33
|
+
*/
|
34
|
+
@property()
|
35
|
+
href: string = undefined;
|
36
|
+
/**
|
37
|
+
* A element target.
|
38
|
+
*/
|
39
|
+
@property()
|
40
|
+
target: "_blank" | "_self" | "_parent" | "_top" = "_self";
|
41
|
+
|
42
|
+
protected render() {
|
43
|
+
return html`<a part="root" href="${ifDefined(this.href)}" target="${this.target}" @click=${this._handleClick}>
|
44
|
+
${htmlSlot()}
|
45
|
+
</a>`;
|
46
|
+
}
|
47
|
+
|
48
|
+
// eslint-disable-next-line
|
49
|
+
protected _handleClick(_: MouseEvent) {}
|
50
|
+
}
|
51
|
+
|
52
|
+
export default SuperAnchor;
|
@@ -0,0 +1,230 @@
|
|
1
|
+
import { part } from "@godown/element/decorators/part.js";
|
2
|
+
import { styles } from "@godown/element/decorators/styles.js";
|
3
|
+
import { htmlSlot } from "@godown/element/directives/index.js";
|
4
|
+
import { type HandlerEvent } from "@godown/element/element.js";
|
5
|
+
import iconEyeSlashFill from "@godown/f7-icon/icons/eye-slash-fill.js";
|
6
|
+
import { css, html } from "lit";
|
7
|
+
import { property } from "lit/decorators.js";
|
8
|
+
|
9
|
+
import { cssGlobalVars, GlobalStyle } from "./global-style.js";
|
10
|
+
|
11
|
+
const fieldStyle = css`
|
12
|
+
.input-field {
|
13
|
+
display: flex;
|
14
|
+
position: relative;
|
15
|
+
align-items: center;
|
16
|
+
border-radius: inherit;
|
17
|
+
height: inherit;
|
18
|
+
}
|
19
|
+
|
20
|
+
.input-field [part=input] {
|
21
|
+
background: transparent;
|
22
|
+
height: 100%;
|
23
|
+
width: 100%;
|
24
|
+
color: inherit;
|
25
|
+
}
|
26
|
+
|
27
|
+
.input-field:focus-within,
|
28
|
+
.input-field.outline {
|
29
|
+
box-shadow: var(${cssGlobalVars.input}-box-shadow);
|
30
|
+
}
|
31
|
+
|
32
|
+
.input-field [part=icon] {
|
33
|
+
display: flex;
|
34
|
+
align-items: center;
|
35
|
+
justify-content: center;
|
36
|
+
}
|
37
|
+
|
38
|
+
.input-field [part=prefix],
|
39
|
+
.input-field [part=suffix] {
|
40
|
+
height: 100%;
|
41
|
+
display: flex;
|
42
|
+
}
|
43
|
+
|
44
|
+
.input-field [part=space]{
|
45
|
+
width: var(${cssGlobalVars.input}-space);
|
46
|
+
}
|
47
|
+
`;
|
48
|
+
|
49
|
+
const inputStyle = css`
|
50
|
+
:host {
|
51
|
+
${cssGlobalVars.input}-width: 10em;
|
52
|
+
${cssGlobalVars.input}-height: 1.6em;
|
53
|
+
${cssGlobalVars.input}-space: 0.2em;
|
54
|
+
${cssGlobalVars.input}-background: var(${cssGlobalVars.background});
|
55
|
+
${cssGlobalVars.input}-control: var(${cssGlobalVars.foreground});
|
56
|
+
${cssGlobalVars.input}-control-edge: var(${cssGlobalVars.active});
|
57
|
+
${cssGlobalVars.input}-radius: 0.2em;
|
58
|
+
${cssGlobalVars.input}-box-shadow: 0px 0px 0px .1em var(${cssGlobalVars.active});
|
59
|
+
border-radius: var(${cssGlobalVars.input}-radius);
|
60
|
+
}
|
61
|
+
|
62
|
+
:host([disabled]) {
|
63
|
+
cursor: not-allowed;
|
64
|
+
filter: brightness(0.85);
|
65
|
+
}
|
66
|
+
|
67
|
+
input:disabled {
|
68
|
+
cursor: inherit;
|
69
|
+
}
|
70
|
+
|
71
|
+
input::-ms-reveal,
|
72
|
+
input::-ms-clear {
|
73
|
+
display: none;
|
74
|
+
}
|
75
|
+
`;
|
76
|
+
|
77
|
+
@styles(fieldStyle, inputStyle)
|
78
|
+
class SuperInput extends GlobalStyle {
|
79
|
+
autofocus: boolean;
|
80
|
+
@property()
|
81
|
+
autocomplete: string | boolean;
|
82
|
+
|
83
|
+
@property({ type: Boolean, reflect: true })
|
84
|
+
disabled: boolean;
|
85
|
+
|
86
|
+
@property({ reflect: true })
|
87
|
+
type: InputType;
|
88
|
+
|
89
|
+
@property({ reflect: true })
|
90
|
+
placeholder: string;
|
91
|
+
|
92
|
+
@property({ reflect: true })
|
93
|
+
name: string;
|
94
|
+
|
95
|
+
@property()
|
96
|
+
value: any;
|
97
|
+
|
98
|
+
/**
|
99
|
+
* default property records the default or initial value and is used to reset the input.
|
100
|
+
*/
|
101
|
+
@property()
|
102
|
+
default: any;
|
103
|
+
|
104
|
+
@part("input")
|
105
|
+
protected _input: HTMLInputElement;
|
106
|
+
|
107
|
+
/**
|
108
|
+
* Returns true when the input is compositing.
|
109
|
+
*/
|
110
|
+
compositing: boolean;
|
111
|
+
|
112
|
+
set defaultValue(value: typeof this.default) {
|
113
|
+
this.default = value;
|
114
|
+
}
|
115
|
+
|
116
|
+
get defaultValue() {
|
117
|
+
return this.default;
|
118
|
+
}
|
119
|
+
|
120
|
+
protected makeId = Math.random().toString(36).slice(1);
|
121
|
+
|
122
|
+
namevalue(): [string, any] {
|
123
|
+
return [this.name, this.value];
|
124
|
+
}
|
125
|
+
|
126
|
+
nameValue = this.namevalue;
|
127
|
+
|
128
|
+
reset() {
|
129
|
+
this.value = this.default;
|
130
|
+
this._input.value = this.default;
|
131
|
+
}
|
132
|
+
|
133
|
+
protected _handleInput(e: HandlerEvent<HTMLInputElement>) {
|
134
|
+
e.stopPropagation();
|
135
|
+
if (this.compositing) {
|
136
|
+
return;
|
137
|
+
}
|
138
|
+
this.value = e.target.value?.trim();
|
139
|
+
this.dispatchEvent(
|
140
|
+
new CustomEvent("input", {
|
141
|
+
detail: this.value,
|
142
|
+
bubbles: true,
|
143
|
+
composed: true,
|
144
|
+
}),
|
145
|
+
);
|
146
|
+
this.dispatchEvent(new CustomEvent("change", { detail: this.value, composed: true }));
|
147
|
+
}
|
148
|
+
|
149
|
+
connectedCallback() {
|
150
|
+
super.connectedCallback();
|
151
|
+
this._connectedInit();
|
152
|
+
}
|
153
|
+
|
154
|
+
protected _connectedInit() {
|
155
|
+
this.default ??= this.value || "";
|
156
|
+
this.value ??= this.default;
|
157
|
+
}
|
158
|
+
|
159
|
+
protected _compositionInit() {
|
160
|
+
if (this._input) {
|
161
|
+
this.events.add(this._input, "compositionstart", () => this.compositing = true);
|
162
|
+
this.events.add(this._input, "compositionend", (e: HandlerEvent<HTMLInputElement>) => {
|
163
|
+
this.compositing = false;
|
164
|
+
this._handleInput(e);
|
165
|
+
});
|
166
|
+
}
|
167
|
+
}
|
168
|
+
|
169
|
+
protected _changeInputType(t: typeof this.type) {
|
170
|
+
if (this._input) {
|
171
|
+
this._input.type = t;
|
172
|
+
}
|
173
|
+
}
|
174
|
+
|
175
|
+
focus(options?: FocusOptions) {
|
176
|
+
this._input?.focus(options);
|
177
|
+
}
|
178
|
+
|
179
|
+
protected firstUpdated() {
|
180
|
+
this._compositionInit();
|
181
|
+
}
|
182
|
+
|
183
|
+
protected _renderPrefix() {
|
184
|
+
return html`<label for=${this.makeId} part="prefix">
|
185
|
+
<i part="space"></i>
|
186
|
+
${htmlSlot("prefix")}</label>`;
|
187
|
+
}
|
188
|
+
|
189
|
+
protected _renderSuffix() {
|
190
|
+
const PASSWORD = "password";
|
191
|
+
return html`<label for=${this.makeId} part="suffix">${
|
192
|
+
this.type === "password"
|
193
|
+
? html`
|
194
|
+
<i part="space"></i>
|
195
|
+
<i
|
196
|
+
part="icon"
|
197
|
+
@mousedown="${() => this._changeInputType("text")}"
|
198
|
+
@mouseup="${() => this._changeInputType(PASSWORD)}"
|
199
|
+
@mouseleave="${() => this._changeInputType(PASSWORD)}"
|
200
|
+
>${iconEyeSlashFill()}</i>`
|
201
|
+
: htmlSlot("suffix")
|
202
|
+
}
|
203
|
+
<i part="space"></i>
|
204
|
+
</label>`;
|
205
|
+
}
|
206
|
+
}
|
207
|
+
|
208
|
+
export default SuperInput;
|
209
|
+
|
210
|
+
type InputType =
|
211
|
+
| "hidden"
|
212
|
+
| "text"
|
213
|
+
| "search"
|
214
|
+
| "tel"
|
215
|
+
| "url"
|
216
|
+
| "email"
|
217
|
+
| "password"
|
218
|
+
| "datetime"
|
219
|
+
| "date"
|
220
|
+
| "month"
|
221
|
+
| "week"
|
222
|
+
| "time"
|
223
|
+
| "datetime-local"
|
224
|
+
| "number"
|
225
|
+
| "range"
|
226
|
+
| "color"
|
227
|
+
| "checkbox"
|
228
|
+
| "radio"
|
229
|
+
| "file"
|
230
|
+
| "image";
|
@@ -0,0 +1,51 @@
|
|
1
|
+
import { type PropertyValueMap } from "lit";
|
2
|
+
import { property } from "lit/decorators.js";
|
3
|
+
|
4
|
+
import { GlobalStyle } from "./global-style.js";
|
5
|
+
|
6
|
+
class SuperOpenable extends GlobalStyle {
|
7
|
+
/**
|
8
|
+
* Open the content.
|
9
|
+
*/
|
10
|
+
@property({ type: Boolean, reflect: true })
|
11
|
+
open = false;
|
12
|
+
|
13
|
+
toggle(to = !this.open) {
|
14
|
+
this.open = to;
|
15
|
+
}
|
16
|
+
|
17
|
+
close() {
|
18
|
+
this.open = false;
|
19
|
+
}
|
20
|
+
|
21
|
+
show() {
|
22
|
+
this.open = true;
|
23
|
+
}
|
24
|
+
|
25
|
+
protected updated(changedProperties: PropertyValueMap<this>) {
|
26
|
+
const open = changedProperties.get("open");
|
27
|
+
if (open !== undefined) {
|
28
|
+
this.dispatchEvent(new CustomEvent("change", { detail: this.open }));
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
// eslint-disable-next-line
|
33
|
+
protected _handelClick(_: MouseEvent) {
|
34
|
+
this.toggle();
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
export default SuperOpenable;
|
39
|
+
|
40
|
+
export type Direction4 = "left" | "right" | "top" | "bottom";
|
41
|
+
|
42
|
+
export type Direction5 = Direction4 | "center";
|
43
|
+
|
44
|
+
export type Direction8 =
|
45
|
+
| Direction4
|
46
|
+
| "top-left"
|
47
|
+
| "top-right"
|
48
|
+
| "bottom-left"
|
49
|
+
| "bottom-right";
|
50
|
+
|
51
|
+
export type Direction9 = Direction8 | Direction5;
|