@tempots/dom 9.0.2 → 10.0.1
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 +1 -1
- package/{components → dom}/animatable.d.ts +7 -1
- package/dom/attr.d.ts +73 -0
- package/dom/dom-context.d.ts +108 -0
- package/dom/dom-utils.d.ts +21 -0
- package/dom/handle-anchor-click.d.ts +13 -0
- package/dom/ssr-tracker.d.ts +14 -0
- package/dom/ssr.d.ts +8 -0
- package/index.cjs +1 -0
- package/index.d.ts +52 -34
- package/index.js +1412 -31
- package/mountable/appearance.d.ts +38 -0
- package/mountable/async.d.ts +7 -0
- package/mountable/attribute.d.ts +489 -0
- package/mountable/autofocus.d.ts +3 -0
- package/mountable/autoselect.d.ts +3 -0
- package/mountable/bind.d.ts +16 -0
- package/mountable/conjunction.d.ts +8 -0
- package/mountable/consumers.d.ts +12 -0
- package/mountable/ctx.d.ts +3 -0
- package/mountable/domel.d.ts +3 -0
- package/mountable/element.d.ts +236 -0
- package/mountable/empty.d.ts +3 -0
- package/mountable/ensure.d.ts +4 -0
- package/mountable/foreach.d.ts +5 -0
- package/mountable/fragment.d.ts +3 -0
- package/mountable/handler.d.ts +102 -0
- package/mountable/hidden-when-empty.d.ts +3 -0
- package/mountable/html-title.d.ts +3 -0
- package/mountable/inviewport.d.ts +6 -0
- package/mountable/map-signal.d.ts +4 -0
- package/mountable/not-empty.d.ts +4 -0
- package/mountable/ondispose.d.ts +4 -0
- package/mountable/oneof.d.ts +22 -0
- package/mountable/onmount.d.ts +3 -0
- package/mountable/portal.d.ts +4 -0
- package/mountable/providers.d.ts +16 -0
- package/mountable/render.d.ts +8 -0
- package/mountable/repeat.d.ts +5 -0
- package/mountable/size.d.ts +8 -0
- package/mountable/style.d.ts +503 -0
- package/mountable/task.d.ts +7 -0
- package/mountable/text.d.ts +6 -0
- package/mountable/when.d.ts +4 -0
- package/package.json +15 -8
- package/std/interpolate.d.ts +5 -0
- package/std/position.d.ts +9 -0
- package/std/signal.d.ts +120 -0
- package/types/aria-attributes.d.ts +50 -0
- package/types/css-styles.d.ts +3 -0
- package/types/domain.d.ts +14 -0
- package/types/html-attributes.d.ts +115 -0
- package/types/html-events.d.ts +89 -0
- package/types/html-tags.d.ts +113 -0
- package/types/mathml-attributes.d.ts +50 -0
- package/types/mathml-tags.d.ts +30 -0
- package/types/svg-attributes.d.ts +243 -0
- package/types/svg-tags.d.ts +64 -0
- package/clean.d.ts +0 -2
- package/clean.js +0 -1
- package/components/Attribute.d.ts +0 -15
- package/components/Attribute.js +0 -16
- package/components/Autofocus.d.ts +0 -2
- package/components/Autofocus.js +0 -4
- package/components/BooleanAttribute.d.ts +0 -15
- package/components/BooleanAttribute.js +0 -16
- package/components/ClassName.d.ts +0 -13
- package/components/ClassName.js +0 -14
- package/components/El.d.ts +0 -15
- package/components/El.js +0 -21
- package/components/FadeIn.d.ts +0 -20
- package/components/FadeIn.js +0 -54
- package/components/FadeOut.d.ts +0 -16
- package/components/FadeOut.js +0 -39
- package/components/For.d.ts +0 -18
- package/components/For.js +0 -27
- package/components/Fragment.d.ts +0 -12
- package/components/Fragment.js +0 -16
- package/components/HiddenWhenEmpty.d.ts +0 -7
- package/components/HiddenWhenEmpty.js +0 -13
- package/components/If.d.ts +0 -14
- package/components/If.js +0 -19
- package/components/InnerHTML.d.ts +0 -13
- package/components/InnerHTML.js +0 -23
- package/components/Lifecycle.d.ts +0 -14
- package/components/Lifecycle.js +0 -18
- package/components/NotEmpty.d.ts +0 -9
- package/components/NotEmpty.js +0 -11
- package/components/On.d.ts +0 -15
- package/components/On.js +0 -14
- package/components/OnRemove.d.ts +0 -6
- package/components/OnRemove.js +0 -4
- package/components/OneOf.d.ts +0 -62
- package/components/OneOf.js +0 -68
- package/components/Portal.d.ts +0 -15
- package/components/Portal.js +0 -20
- package/components/Property.d.ts +0 -15
- package/components/Property.js +0 -16
- package/components/Provider.d.ts +0 -28
- package/components/Provider.js +0 -44
- package/components/Repeat.d.ts +0 -28
- package/components/Repeat.js +0 -146
- package/components/Show.d.ts +0 -15
- package/components/Show.js +0 -8
- package/components/Text.d.ts +0 -15
- package/components/Text.js +0 -33
- package/components/TextContent.d.ts +0 -13
- package/components/TextContent.js +0 -23
- package/components/animatable.js +0 -283
- package/dom-context.d.ts +0 -39
- package/dom-context.js +0 -263
- package/helpers/handle-anchor-click.d.ts +0 -4
- package/helpers/handle-anchor-click.js +0 -43
- package/helpers/handle-text-input.d.ts +0 -1
- package/helpers/handle-text-input.js +0 -4
- package/helpers/is-empty-element.d.ts +0 -2
- package/helpers/is-empty-element.js +0 -8
- package/jsx-dev-runtime.d.ts +0 -1
- package/jsx-dev-runtime.js +0 -1
- package/jsx-runtime.d.ts +0 -9
- package/jsx-runtime.js +0 -157
- package/jsx.d.ts +0 -806
- package/jsx.js +0 -1
- package/prop.d.ts +0 -58
- package/prop.js +0 -256
- package/render.d.ts +0 -3
- package/render.js +0 -7
- package/renderable.d.ts +0 -5
- package/renderable.js +0 -1
|
@@ -0,0 +1,503 @@
|
|
|
1
|
+
import { Mountable } from '../types/domain';
|
|
2
|
+
import { NValue } from '../std/signal';
|
|
3
|
+
|
|
4
|
+
export declare const style: {
|
|
5
|
+
all: (value: NValue<string>) => Mountable;
|
|
6
|
+
[Symbol.iterator]: (value: NValue<string>) => Mountable;
|
|
7
|
+
accentColor: (value: NValue<string>) => Mountable;
|
|
8
|
+
alignContent: (value: NValue<string>) => Mountable;
|
|
9
|
+
alignItems: (value: NValue<string>) => Mountable;
|
|
10
|
+
alignSelf: (value: NValue<string>) => Mountable;
|
|
11
|
+
alignmentBaseline: (value: NValue<string>) => Mountable;
|
|
12
|
+
animation: (value: NValue<string>) => Mountable;
|
|
13
|
+
animationComposition: (value: NValue<string>) => Mountable;
|
|
14
|
+
animationDelay: (value: NValue<string>) => Mountable;
|
|
15
|
+
animationDirection: (value: NValue<string>) => Mountable;
|
|
16
|
+
animationDuration: (value: NValue<string>) => Mountable;
|
|
17
|
+
animationFillMode: (value: NValue<string>) => Mountable;
|
|
18
|
+
animationIterationCount: (value: NValue<string>) => Mountable;
|
|
19
|
+
animationName: (value: NValue<string>) => Mountable;
|
|
20
|
+
animationPlayState: (value: NValue<string>) => Mountable;
|
|
21
|
+
animationTimingFunction: (value: NValue<string>) => Mountable;
|
|
22
|
+
appearance: (value: NValue<string>) => Mountable;
|
|
23
|
+
aspectRatio: (value: NValue<string>) => Mountable;
|
|
24
|
+
backdropFilter: (value: NValue<string>) => Mountable;
|
|
25
|
+
backfaceVisibility: (value: NValue<string>) => Mountable;
|
|
26
|
+
background: (value: NValue<string>) => Mountable;
|
|
27
|
+
backgroundAttachment: (value: NValue<string>) => Mountable;
|
|
28
|
+
backgroundBlendMode: (value: NValue<string>) => Mountable;
|
|
29
|
+
backgroundClip: (value: NValue<string>) => Mountable;
|
|
30
|
+
backgroundColor: (value: NValue<string>) => Mountable;
|
|
31
|
+
backgroundImage: (value: NValue<string>) => Mountable;
|
|
32
|
+
backgroundOrigin: (value: NValue<string>) => Mountable;
|
|
33
|
+
backgroundPosition: (value: NValue<string>) => Mountable;
|
|
34
|
+
backgroundPositionX: (value: NValue<string>) => Mountable;
|
|
35
|
+
backgroundPositionY: (value: NValue<string>) => Mountable;
|
|
36
|
+
backgroundRepeat: (value: NValue<string>) => Mountable;
|
|
37
|
+
backgroundSize: (value: NValue<string>) => Mountable;
|
|
38
|
+
baselineShift: (value: NValue<string>) => Mountable;
|
|
39
|
+
baselineSource: (value: NValue<string>) => Mountable;
|
|
40
|
+
blockSize: (value: NValue<string>) => Mountable;
|
|
41
|
+
border: (value: NValue<string>) => Mountable;
|
|
42
|
+
borderBlock: (value: NValue<string>) => Mountable;
|
|
43
|
+
borderBlockColor: (value: NValue<string>) => Mountable;
|
|
44
|
+
borderBlockEnd: (value: NValue<string>) => Mountable;
|
|
45
|
+
borderBlockEndColor: (value: NValue<string>) => Mountable;
|
|
46
|
+
borderBlockEndStyle: (value: NValue<string>) => Mountable;
|
|
47
|
+
borderBlockEndWidth: (value: NValue<string>) => Mountable;
|
|
48
|
+
borderBlockStart: (value: NValue<string>) => Mountable;
|
|
49
|
+
borderBlockStartColor: (value: NValue<string>) => Mountable;
|
|
50
|
+
borderBlockStartStyle: (value: NValue<string>) => Mountable;
|
|
51
|
+
borderBlockStartWidth: (value: NValue<string>) => Mountable;
|
|
52
|
+
borderBlockStyle: (value: NValue<string>) => Mountable;
|
|
53
|
+
borderBlockWidth: (value: NValue<string>) => Mountable;
|
|
54
|
+
borderBottom: (value: NValue<string>) => Mountable;
|
|
55
|
+
borderBottomColor: (value: NValue<string>) => Mountable;
|
|
56
|
+
borderBottomLeftRadius: (value: NValue<string>) => Mountable;
|
|
57
|
+
borderBottomRightRadius: (value: NValue<string>) => Mountable;
|
|
58
|
+
borderBottomStyle: (value: NValue<string>) => Mountable;
|
|
59
|
+
borderBottomWidth: (value: NValue<string>) => Mountable;
|
|
60
|
+
borderCollapse: (value: NValue<string>) => Mountable;
|
|
61
|
+
borderColor: (value: NValue<string>) => Mountable;
|
|
62
|
+
borderEndEndRadius: (value: NValue<string>) => Mountable;
|
|
63
|
+
borderEndStartRadius: (value: NValue<string>) => Mountable;
|
|
64
|
+
borderImage: (value: NValue<string>) => Mountable;
|
|
65
|
+
borderImageOutset: (value: NValue<string>) => Mountable;
|
|
66
|
+
borderImageRepeat: (value: NValue<string>) => Mountable;
|
|
67
|
+
borderImageSlice: (value: NValue<string>) => Mountable;
|
|
68
|
+
borderImageSource: (value: NValue<string>) => Mountable;
|
|
69
|
+
borderImageWidth: (value: NValue<string>) => Mountable;
|
|
70
|
+
borderInline: (value: NValue<string>) => Mountable;
|
|
71
|
+
borderInlineColor: (value: NValue<string>) => Mountable;
|
|
72
|
+
borderInlineEnd: (value: NValue<string>) => Mountable;
|
|
73
|
+
borderInlineEndColor: (value: NValue<string>) => Mountable;
|
|
74
|
+
borderInlineEndStyle: (value: NValue<string>) => Mountable;
|
|
75
|
+
borderInlineEndWidth: (value: NValue<string>) => Mountable;
|
|
76
|
+
borderInlineStart: (value: NValue<string>) => Mountable;
|
|
77
|
+
borderInlineStartColor: (value: NValue<string>) => Mountable;
|
|
78
|
+
borderInlineStartStyle: (value: NValue<string>) => Mountable;
|
|
79
|
+
borderInlineStartWidth: (value: NValue<string>) => Mountable;
|
|
80
|
+
borderInlineStyle: (value: NValue<string>) => Mountable;
|
|
81
|
+
borderInlineWidth: (value: NValue<string>) => Mountable;
|
|
82
|
+
borderLeft: (value: NValue<string>) => Mountable;
|
|
83
|
+
borderLeftColor: (value: NValue<string>) => Mountable;
|
|
84
|
+
borderLeftStyle: (value: NValue<string>) => Mountable;
|
|
85
|
+
borderLeftWidth: (value: NValue<string>) => Mountable;
|
|
86
|
+
borderRadius: (value: NValue<string>) => Mountable;
|
|
87
|
+
borderRight: (value: NValue<string>) => Mountable;
|
|
88
|
+
borderRightColor: (value: NValue<string>) => Mountable;
|
|
89
|
+
borderRightStyle: (value: NValue<string>) => Mountable;
|
|
90
|
+
borderRightWidth: (value: NValue<string>) => Mountable;
|
|
91
|
+
borderSpacing: (value: NValue<string>) => Mountable;
|
|
92
|
+
borderStartEndRadius: (value: NValue<string>) => Mountable;
|
|
93
|
+
borderStartStartRadius: (value: NValue<string>) => Mountable;
|
|
94
|
+
borderStyle: (value: NValue<string>) => Mountable;
|
|
95
|
+
borderTop: (value: NValue<string>) => Mountable;
|
|
96
|
+
borderTopColor: (value: NValue<string>) => Mountable;
|
|
97
|
+
borderTopLeftRadius: (value: NValue<string>) => Mountable;
|
|
98
|
+
borderTopRightRadius: (value: NValue<string>) => Mountable;
|
|
99
|
+
borderTopStyle: (value: NValue<string>) => Mountable;
|
|
100
|
+
borderTopWidth: (value: NValue<string>) => Mountable;
|
|
101
|
+
borderWidth: (value: NValue<string>) => Mountable;
|
|
102
|
+
bottom: (value: NValue<string>) => Mountable;
|
|
103
|
+
boxShadow: (value: NValue<string>) => Mountable;
|
|
104
|
+
boxSizing: (value: NValue<string>) => Mountable;
|
|
105
|
+
breakAfter: (value: NValue<string>) => Mountable;
|
|
106
|
+
breakBefore: (value: NValue<string>) => Mountable;
|
|
107
|
+
breakInside: (value: NValue<string>) => Mountable;
|
|
108
|
+
captionSide: (value: NValue<string>) => Mountable;
|
|
109
|
+
caretColor: (value: NValue<string>) => Mountable;
|
|
110
|
+
clear: (value: NValue<string>) => Mountable;
|
|
111
|
+
clip: (value: NValue<string>) => Mountable;
|
|
112
|
+
clipPath: (value: NValue<string>) => Mountable;
|
|
113
|
+
clipRule: (value: NValue<string>) => Mountable;
|
|
114
|
+
color: (value: NValue<string>) => Mountable;
|
|
115
|
+
colorInterpolation: (value: NValue<string>) => Mountable;
|
|
116
|
+
colorInterpolationFilters: (value: NValue<string>) => Mountable;
|
|
117
|
+
colorScheme: (value: NValue<string>) => Mountable;
|
|
118
|
+
columnCount: (value: NValue<string>) => Mountable;
|
|
119
|
+
columnFill: (value: NValue<string>) => Mountable;
|
|
120
|
+
columnGap: (value: NValue<string>) => Mountable;
|
|
121
|
+
columnRule: (value: NValue<string>) => Mountable;
|
|
122
|
+
columnRuleColor: (value: NValue<string>) => Mountable;
|
|
123
|
+
columnRuleStyle: (value: NValue<string>) => Mountable;
|
|
124
|
+
columnRuleWidth: (value: NValue<string>) => Mountable;
|
|
125
|
+
columnSpan: (value: NValue<string>) => Mountable;
|
|
126
|
+
columnWidth: (value: NValue<string>) => Mountable;
|
|
127
|
+
columns: (value: NValue<string>) => Mountable;
|
|
128
|
+
contain: (value: NValue<string>) => Mountable;
|
|
129
|
+
containIntrinsicBlockSize: (value: NValue<string>) => Mountable;
|
|
130
|
+
containIntrinsicHeight: (value: NValue<string>) => Mountable;
|
|
131
|
+
containIntrinsicInlineSize: (value: NValue<string>) => Mountable;
|
|
132
|
+
containIntrinsicSize: (value: NValue<string>) => Mountable;
|
|
133
|
+
containIntrinsicWidth: (value: NValue<string>) => Mountable;
|
|
134
|
+
container: (value: NValue<string>) => Mountable;
|
|
135
|
+
containerName: (value: NValue<string>) => Mountable;
|
|
136
|
+
containerType: (value: NValue<string>) => Mountable;
|
|
137
|
+
content: (value: NValue<string>) => Mountable;
|
|
138
|
+
contentVisibility: (value: NValue<string>) => Mountable;
|
|
139
|
+
counterIncrement: (value: NValue<string>) => Mountable;
|
|
140
|
+
counterReset: (value: NValue<string>) => Mountable;
|
|
141
|
+
counterSet: (value: NValue<string>) => Mountable;
|
|
142
|
+
cssFloat: (value: NValue<string>) => Mountable;
|
|
143
|
+
cssText: (value: NValue<string>) => Mountable;
|
|
144
|
+
cursor: (value: NValue<string>) => Mountable;
|
|
145
|
+
cx: (value: NValue<string>) => Mountable;
|
|
146
|
+
cy: (value: NValue<string>) => Mountable;
|
|
147
|
+
d: (value: NValue<string>) => Mountable;
|
|
148
|
+
direction: (value: NValue<string>) => Mountable;
|
|
149
|
+
display: (value: NValue<string>) => Mountable;
|
|
150
|
+
dominantBaseline: (value: NValue<string>) => Mountable;
|
|
151
|
+
emptyCells: (value: NValue<string>) => Mountable;
|
|
152
|
+
fill: (value: NValue<string>) => Mountable;
|
|
153
|
+
fillOpacity: (value: NValue<string>) => Mountable;
|
|
154
|
+
fillRule: (value: NValue<string>) => Mountable;
|
|
155
|
+
filter: (value: NValue<string>) => Mountable;
|
|
156
|
+
flex: (value: NValue<string>) => Mountable;
|
|
157
|
+
flexBasis: (value: NValue<string>) => Mountable;
|
|
158
|
+
flexDirection: (value: NValue<string>) => Mountable;
|
|
159
|
+
flexFlow: (value: NValue<string>) => Mountable;
|
|
160
|
+
flexGrow: (value: NValue<string>) => Mountable;
|
|
161
|
+
flexShrink: (value: NValue<string>) => Mountable;
|
|
162
|
+
flexWrap: (value: NValue<string>) => Mountable;
|
|
163
|
+
float: (value: NValue<string>) => Mountable;
|
|
164
|
+
floodColor: (value: NValue<string>) => Mountable;
|
|
165
|
+
floodOpacity: (value: NValue<string>) => Mountable;
|
|
166
|
+
font: (value: NValue<string>) => Mountable;
|
|
167
|
+
fontFamily: (value: NValue<string>) => Mountable;
|
|
168
|
+
fontFeatureSettings: (value: NValue<string>) => Mountable;
|
|
169
|
+
fontKerning: (value: NValue<string>) => Mountable;
|
|
170
|
+
fontOpticalSizing: (value: NValue<string>) => Mountable;
|
|
171
|
+
fontPalette: (value: NValue<string>) => Mountable;
|
|
172
|
+
fontSize: (value: NValue<string>) => Mountable;
|
|
173
|
+
fontSizeAdjust: (value: NValue<string>) => Mountable;
|
|
174
|
+
fontStretch: (value: NValue<string>) => Mountable;
|
|
175
|
+
fontStyle: (value: NValue<string>) => Mountable;
|
|
176
|
+
fontSynthesis: (value: NValue<string>) => Mountable;
|
|
177
|
+
fontSynthesisSmallCaps: (value: NValue<string>) => Mountable;
|
|
178
|
+
fontSynthesisStyle: (value: NValue<string>) => Mountable;
|
|
179
|
+
fontSynthesisWeight: (value: NValue<string>) => Mountable;
|
|
180
|
+
fontVariant: (value: NValue<string>) => Mountable;
|
|
181
|
+
fontVariantAlternates: (value: NValue<string>) => Mountable;
|
|
182
|
+
fontVariantCaps: (value: NValue<string>) => Mountable;
|
|
183
|
+
fontVariantEastAsian: (value: NValue<string>) => Mountable;
|
|
184
|
+
fontVariantLigatures: (value: NValue<string>) => Mountable;
|
|
185
|
+
fontVariantNumeric: (value: NValue<string>) => Mountable;
|
|
186
|
+
fontVariantPosition: (value: NValue<string>) => Mountable;
|
|
187
|
+
fontVariationSettings: (value: NValue<string>) => Mountable;
|
|
188
|
+
fontWeight: (value: NValue<string>) => Mountable;
|
|
189
|
+
forcedColorAdjust: (value: NValue<string>) => Mountable;
|
|
190
|
+
gap: (value: NValue<string>) => Mountable;
|
|
191
|
+
grid: (value: NValue<string>) => Mountable;
|
|
192
|
+
gridArea: (value: NValue<string>) => Mountable;
|
|
193
|
+
gridAutoColumns: (value: NValue<string>) => Mountable;
|
|
194
|
+
gridAutoFlow: (value: NValue<string>) => Mountable;
|
|
195
|
+
gridAutoRows: (value: NValue<string>) => Mountable;
|
|
196
|
+
gridColumn: (value: NValue<string>) => Mountable;
|
|
197
|
+
gridColumnEnd: (value: NValue<string>) => Mountable;
|
|
198
|
+
gridColumnGap: (value: NValue<string>) => Mountable;
|
|
199
|
+
gridColumnStart: (value: NValue<string>) => Mountable;
|
|
200
|
+
gridGap: (value: NValue<string>) => Mountable;
|
|
201
|
+
gridRow: (value: NValue<string>) => Mountable;
|
|
202
|
+
gridRowEnd: (value: NValue<string>) => Mountable;
|
|
203
|
+
gridRowGap: (value: NValue<string>) => Mountable;
|
|
204
|
+
gridRowStart: (value: NValue<string>) => Mountable;
|
|
205
|
+
gridTemplate: (value: NValue<string>) => Mountable;
|
|
206
|
+
gridTemplateAreas: (value: NValue<string>) => Mountable;
|
|
207
|
+
gridTemplateColumns: (value: NValue<string>) => Mountable;
|
|
208
|
+
gridTemplateRows: (value: NValue<string>) => Mountable;
|
|
209
|
+
height: (value: NValue<string>) => Mountable;
|
|
210
|
+
hyphenateCharacter: (value: NValue<string>) => Mountable;
|
|
211
|
+
hyphens: (value: NValue<string>) => Mountable;
|
|
212
|
+
imageOrientation: (value: NValue<string>) => Mountable;
|
|
213
|
+
imageRendering: (value: NValue<string>) => Mountable;
|
|
214
|
+
inlineSize: (value: NValue<string>) => Mountable;
|
|
215
|
+
inset: (value: NValue<string>) => Mountable;
|
|
216
|
+
insetBlock: (value: NValue<string>) => Mountable;
|
|
217
|
+
insetBlockEnd: (value: NValue<string>) => Mountable;
|
|
218
|
+
insetBlockStart: (value: NValue<string>) => Mountable;
|
|
219
|
+
insetInline: (value: NValue<string>) => Mountable;
|
|
220
|
+
insetInlineEnd: (value: NValue<string>) => Mountable;
|
|
221
|
+
insetInlineStart: (value: NValue<string>) => Mountable;
|
|
222
|
+
isolation: (value: NValue<string>) => Mountable;
|
|
223
|
+
justifyContent: (value: NValue<string>) => Mountable;
|
|
224
|
+
justifyItems: (value: NValue<string>) => Mountable;
|
|
225
|
+
justifySelf: (value: NValue<string>) => Mountable;
|
|
226
|
+
left: (value: NValue<string>) => Mountable;
|
|
227
|
+
letterSpacing: (value: NValue<string>) => Mountable;
|
|
228
|
+
lightingColor: (value: NValue<string>) => Mountable;
|
|
229
|
+
lineBreak: (value: NValue<string>) => Mountable;
|
|
230
|
+
lineHeight: (value: NValue<string>) => Mountable;
|
|
231
|
+
listStyle: (value: NValue<string>) => Mountable;
|
|
232
|
+
listStyleImage: (value: NValue<string>) => Mountable;
|
|
233
|
+
listStylePosition: (value: NValue<string>) => Mountable;
|
|
234
|
+
listStyleType: (value: NValue<string>) => Mountable;
|
|
235
|
+
margin: (value: NValue<string>) => Mountable;
|
|
236
|
+
marginBlock: (value: NValue<string>) => Mountable;
|
|
237
|
+
marginBlockEnd: (value: NValue<string>) => Mountable;
|
|
238
|
+
marginBlockStart: (value: NValue<string>) => Mountable;
|
|
239
|
+
marginBottom: (value: NValue<string>) => Mountable;
|
|
240
|
+
marginInline: (value: NValue<string>) => Mountable;
|
|
241
|
+
marginInlineEnd: (value: NValue<string>) => Mountable;
|
|
242
|
+
marginInlineStart: (value: NValue<string>) => Mountable;
|
|
243
|
+
marginLeft: (value: NValue<string>) => Mountable;
|
|
244
|
+
marginRight: (value: NValue<string>) => Mountable;
|
|
245
|
+
marginTop: (value: NValue<string>) => Mountable;
|
|
246
|
+
marker: (value: NValue<string>) => Mountable;
|
|
247
|
+
markerEnd: (value: NValue<string>) => Mountable;
|
|
248
|
+
markerMid: (value: NValue<string>) => Mountable;
|
|
249
|
+
markerStart: (value: NValue<string>) => Mountable;
|
|
250
|
+
mask: (value: NValue<string>) => Mountable;
|
|
251
|
+
maskClip: (value: NValue<string>) => Mountable;
|
|
252
|
+
maskComposite: (value: NValue<string>) => Mountable;
|
|
253
|
+
maskImage: (value: NValue<string>) => Mountable;
|
|
254
|
+
maskMode: (value: NValue<string>) => Mountable;
|
|
255
|
+
maskOrigin: (value: NValue<string>) => Mountable;
|
|
256
|
+
maskPosition: (value: NValue<string>) => Mountable;
|
|
257
|
+
maskRepeat: (value: NValue<string>) => Mountable;
|
|
258
|
+
maskSize: (value: NValue<string>) => Mountable;
|
|
259
|
+
maskType: (value: NValue<string>) => Mountable;
|
|
260
|
+
mathDepth: (value: NValue<string>) => Mountable;
|
|
261
|
+
mathStyle: (value: NValue<string>) => Mountable;
|
|
262
|
+
maxBlockSize: (value: NValue<string>) => Mountable;
|
|
263
|
+
maxHeight: (value: NValue<string>) => Mountable;
|
|
264
|
+
maxInlineSize: (value: NValue<string>) => Mountable;
|
|
265
|
+
maxWidth: (value: NValue<string>) => Mountable;
|
|
266
|
+
minBlockSize: (value: NValue<string>) => Mountable;
|
|
267
|
+
minHeight: (value: NValue<string>) => Mountable;
|
|
268
|
+
minInlineSize: (value: NValue<string>) => Mountable;
|
|
269
|
+
minWidth: (value: NValue<string>) => Mountable;
|
|
270
|
+
mixBlendMode: (value: NValue<string>) => Mountable;
|
|
271
|
+
objectFit: (value: NValue<string>) => Mountable;
|
|
272
|
+
objectPosition: (value: NValue<string>) => Mountable;
|
|
273
|
+
offset: (value: NValue<string>) => Mountable;
|
|
274
|
+
offsetAnchor: (value: NValue<string>) => Mountable;
|
|
275
|
+
offsetDistance: (value: NValue<string>) => Mountable;
|
|
276
|
+
offsetPath: (value: NValue<string>) => Mountable;
|
|
277
|
+
offsetPosition: (value: NValue<string>) => Mountable;
|
|
278
|
+
offsetRotate: (value: NValue<string>) => Mountable;
|
|
279
|
+
opacity: (value: NValue<string>) => Mountable;
|
|
280
|
+
order: (value: NValue<string>) => Mountable;
|
|
281
|
+
orphans: (value: NValue<string>) => Mountable;
|
|
282
|
+
outline: (value: NValue<string>) => Mountable;
|
|
283
|
+
outlineColor: (value: NValue<string>) => Mountable;
|
|
284
|
+
outlineOffset: (value: NValue<string>) => Mountable;
|
|
285
|
+
outlineStyle: (value: NValue<string>) => Mountable;
|
|
286
|
+
outlineWidth: (value: NValue<string>) => Mountable;
|
|
287
|
+
overflow: (value: NValue<string>) => Mountable;
|
|
288
|
+
overflowAnchor: (value: NValue<string>) => Mountable;
|
|
289
|
+
overflowClipMargin: (value: NValue<string>) => Mountable;
|
|
290
|
+
overflowWrap: (value: NValue<string>) => Mountable;
|
|
291
|
+
overflowX: (value: NValue<string>) => Mountable;
|
|
292
|
+
overflowY: (value: NValue<string>) => Mountable;
|
|
293
|
+
overscrollBehavior: (value: NValue<string>) => Mountable;
|
|
294
|
+
overscrollBehaviorBlock: (value: NValue<string>) => Mountable;
|
|
295
|
+
overscrollBehaviorInline: (value: NValue<string>) => Mountable;
|
|
296
|
+
overscrollBehaviorX: (value: NValue<string>) => Mountable;
|
|
297
|
+
overscrollBehaviorY: (value: NValue<string>) => Mountable;
|
|
298
|
+
padding: (value: NValue<string>) => Mountable;
|
|
299
|
+
paddingBlock: (value: NValue<string>) => Mountable;
|
|
300
|
+
paddingBlockEnd: (value: NValue<string>) => Mountable;
|
|
301
|
+
paddingBlockStart: (value: NValue<string>) => Mountable;
|
|
302
|
+
paddingBottom: (value: NValue<string>) => Mountable;
|
|
303
|
+
paddingInline: (value: NValue<string>) => Mountable;
|
|
304
|
+
paddingInlineEnd: (value: NValue<string>) => Mountable;
|
|
305
|
+
paddingInlineStart: (value: NValue<string>) => Mountable;
|
|
306
|
+
paddingLeft: (value: NValue<string>) => Mountable;
|
|
307
|
+
paddingRight: (value: NValue<string>) => Mountable;
|
|
308
|
+
paddingTop: (value: NValue<string>) => Mountable;
|
|
309
|
+
page: (value: NValue<string>) => Mountable;
|
|
310
|
+
pageBreakAfter: (value: NValue<string>) => Mountable;
|
|
311
|
+
pageBreakBefore: (value: NValue<string>) => Mountable;
|
|
312
|
+
pageBreakInside: (value: NValue<string>) => Mountable;
|
|
313
|
+
paintOrder: (value: NValue<string>) => Mountable;
|
|
314
|
+
perspective: (value: NValue<string>) => Mountable;
|
|
315
|
+
perspectiveOrigin: (value: NValue<string>) => Mountable;
|
|
316
|
+
placeContent: (value: NValue<string>) => Mountable;
|
|
317
|
+
placeItems: (value: NValue<string>) => Mountable;
|
|
318
|
+
placeSelf: (value: NValue<string>) => Mountable;
|
|
319
|
+
pointerEvents: (value: NValue<string>) => Mountable;
|
|
320
|
+
position: (value: NValue<string>) => Mountable;
|
|
321
|
+
printColorAdjust: (value: NValue<string>) => Mountable;
|
|
322
|
+
quotes: (value: NValue<string>) => Mountable;
|
|
323
|
+
r: (value: NValue<string>) => Mountable;
|
|
324
|
+
resize: (value: NValue<string>) => Mountable;
|
|
325
|
+
right: (value: NValue<string>) => Mountable;
|
|
326
|
+
rotate: (value: NValue<string>) => Mountable;
|
|
327
|
+
rowGap: (value: NValue<string>) => Mountable;
|
|
328
|
+
rubyPosition: (value: NValue<string>) => Mountable;
|
|
329
|
+
rx: (value: NValue<string>) => Mountable;
|
|
330
|
+
ry: (value: NValue<string>) => Mountable;
|
|
331
|
+
scale: (value: NValue<string>) => Mountable;
|
|
332
|
+
scrollBehavior: (value: NValue<string>) => Mountable;
|
|
333
|
+
scrollMargin: (value: NValue<string>) => Mountable;
|
|
334
|
+
scrollMarginBlock: (value: NValue<string>) => Mountable;
|
|
335
|
+
scrollMarginBlockEnd: (value: NValue<string>) => Mountable;
|
|
336
|
+
scrollMarginBlockStart: (value: NValue<string>) => Mountable;
|
|
337
|
+
scrollMarginBottom: (value: NValue<string>) => Mountable;
|
|
338
|
+
scrollMarginInline: (value: NValue<string>) => Mountable;
|
|
339
|
+
scrollMarginInlineEnd: (value: NValue<string>) => Mountable;
|
|
340
|
+
scrollMarginInlineStart: (value: NValue<string>) => Mountable;
|
|
341
|
+
scrollMarginLeft: (value: NValue<string>) => Mountable;
|
|
342
|
+
scrollMarginRight: (value: NValue<string>) => Mountable;
|
|
343
|
+
scrollMarginTop: (value: NValue<string>) => Mountable;
|
|
344
|
+
scrollPadding: (value: NValue<string>) => Mountable;
|
|
345
|
+
scrollPaddingBlock: (value: NValue<string>) => Mountable;
|
|
346
|
+
scrollPaddingBlockEnd: (value: NValue<string>) => Mountable;
|
|
347
|
+
scrollPaddingBlockStart: (value: NValue<string>) => Mountable;
|
|
348
|
+
scrollPaddingBottom: (value: NValue<string>) => Mountable;
|
|
349
|
+
scrollPaddingInline: (value: NValue<string>) => Mountable;
|
|
350
|
+
scrollPaddingInlineEnd: (value: NValue<string>) => Mountable;
|
|
351
|
+
scrollPaddingInlineStart: (value: NValue<string>) => Mountable;
|
|
352
|
+
scrollPaddingLeft: (value: NValue<string>) => Mountable;
|
|
353
|
+
scrollPaddingRight: (value: NValue<string>) => Mountable;
|
|
354
|
+
scrollPaddingTop: (value: NValue<string>) => Mountable;
|
|
355
|
+
scrollSnapAlign: (value: NValue<string>) => Mountable;
|
|
356
|
+
scrollSnapStop: (value: NValue<string>) => Mountable;
|
|
357
|
+
scrollSnapType: (value: NValue<string>) => Mountable;
|
|
358
|
+
scrollbarColor: (value: NValue<string>) => Mountable;
|
|
359
|
+
scrollbarGutter: (value: NValue<string>) => Mountable;
|
|
360
|
+
scrollbarWidth: (value: NValue<string>) => Mountable;
|
|
361
|
+
shapeImageThreshold: (value: NValue<string>) => Mountable;
|
|
362
|
+
shapeMargin: (value: NValue<string>) => Mountable;
|
|
363
|
+
shapeOutside: (value: NValue<string>) => Mountable;
|
|
364
|
+
shapeRendering: (value: NValue<string>) => Mountable;
|
|
365
|
+
stopColor: (value: NValue<string>) => Mountable;
|
|
366
|
+
stopOpacity: (value: NValue<string>) => Mountable;
|
|
367
|
+
stroke: (value: NValue<string>) => Mountable;
|
|
368
|
+
strokeDasharray: (value: NValue<string>) => Mountable;
|
|
369
|
+
strokeDashoffset: (value: NValue<string>) => Mountable;
|
|
370
|
+
strokeLinecap: (value: NValue<string>) => Mountable;
|
|
371
|
+
strokeLinejoin: (value: NValue<string>) => Mountable;
|
|
372
|
+
strokeMiterlimit: (value: NValue<string>) => Mountable;
|
|
373
|
+
strokeOpacity: (value: NValue<string>) => Mountable;
|
|
374
|
+
strokeWidth: (value: NValue<string>) => Mountable;
|
|
375
|
+
tabSize: (value: NValue<string>) => Mountable;
|
|
376
|
+
tableLayout: (value: NValue<string>) => Mountable;
|
|
377
|
+
textAlign: (value: NValue<string>) => Mountable;
|
|
378
|
+
textAlignLast: (value: NValue<string>) => Mountable;
|
|
379
|
+
textAnchor: (value: NValue<string>) => Mountable;
|
|
380
|
+
textCombineUpright: (value: NValue<string>) => Mountable;
|
|
381
|
+
textDecoration: (value: NValue<string>) => Mountable;
|
|
382
|
+
textDecorationColor: (value: NValue<string>) => Mountable;
|
|
383
|
+
textDecorationLine: (value: NValue<string>) => Mountable;
|
|
384
|
+
textDecorationSkipInk: (value: NValue<string>) => Mountable;
|
|
385
|
+
textDecorationStyle: (value: NValue<string>) => Mountable;
|
|
386
|
+
textDecorationThickness: (value: NValue<string>) => Mountable;
|
|
387
|
+
textEmphasis: (value: NValue<string>) => Mountable;
|
|
388
|
+
textEmphasisColor: (value: NValue<string>) => Mountable;
|
|
389
|
+
textEmphasisPosition: (value: NValue<string>) => Mountable;
|
|
390
|
+
textEmphasisStyle: (value: NValue<string>) => Mountable;
|
|
391
|
+
textIndent: (value: NValue<string>) => Mountable;
|
|
392
|
+
textOrientation: (value: NValue<string>) => Mountable;
|
|
393
|
+
textOverflow: (value: NValue<string>) => Mountable;
|
|
394
|
+
textRendering: (value: NValue<string>) => Mountable;
|
|
395
|
+
textShadow: (value: NValue<string>) => Mountable;
|
|
396
|
+
textTransform: (value: NValue<string>) => Mountable;
|
|
397
|
+
textUnderlineOffset: (value: NValue<string>) => Mountable;
|
|
398
|
+
textUnderlinePosition: (value: NValue<string>) => Mountable;
|
|
399
|
+
textWrap: (value: NValue<string>) => Mountable;
|
|
400
|
+
textWrapMode: (value: NValue<string>) => Mountable;
|
|
401
|
+
textWrapStyle: (value: NValue<string>) => Mountable;
|
|
402
|
+
top: (value: NValue<string>) => Mountable;
|
|
403
|
+
touchAction: (value: NValue<string>) => Mountable;
|
|
404
|
+
transform: (value: NValue<string>) => Mountable;
|
|
405
|
+
transformBox: (value: NValue<string>) => Mountable;
|
|
406
|
+
transformOrigin: (value: NValue<string>) => Mountable;
|
|
407
|
+
transformStyle: (value: NValue<string>) => Mountable;
|
|
408
|
+
transition: (value: NValue<string>) => Mountable;
|
|
409
|
+
transitionBehavior: (value: NValue<string>) => Mountable;
|
|
410
|
+
transitionDelay: (value: NValue<string>) => Mountable;
|
|
411
|
+
transitionDuration: (value: NValue<string>) => Mountable;
|
|
412
|
+
transitionProperty: (value: NValue<string>) => Mountable;
|
|
413
|
+
transitionTimingFunction: (value: NValue<string>) => Mountable;
|
|
414
|
+
translate: (value: NValue<string>) => Mountable;
|
|
415
|
+
unicodeBidi: (value: NValue<string>) => Mountable;
|
|
416
|
+
userSelect: (value: NValue<string>) => Mountable;
|
|
417
|
+
vectorEffect: (value: NValue<string>) => Mountable;
|
|
418
|
+
verticalAlign: (value: NValue<string>) => Mountable;
|
|
419
|
+
visibility: (value: NValue<string>) => Mountable;
|
|
420
|
+
webkitAlignContent: (value: NValue<string>) => Mountable;
|
|
421
|
+
webkitAlignItems: (value: NValue<string>) => Mountable;
|
|
422
|
+
webkitAlignSelf: (value: NValue<string>) => Mountable;
|
|
423
|
+
webkitAnimation: (value: NValue<string>) => Mountable;
|
|
424
|
+
webkitAnimationDelay: (value: NValue<string>) => Mountable;
|
|
425
|
+
webkitAnimationDirection: (value: NValue<string>) => Mountable;
|
|
426
|
+
webkitAnimationDuration: (value: NValue<string>) => Mountable;
|
|
427
|
+
webkitAnimationFillMode: (value: NValue<string>) => Mountable;
|
|
428
|
+
webkitAnimationIterationCount: (value: NValue<string>) => Mountable;
|
|
429
|
+
webkitAnimationName: (value: NValue<string>) => Mountable;
|
|
430
|
+
webkitAnimationPlayState: (value: NValue<string>) => Mountable;
|
|
431
|
+
webkitAnimationTimingFunction: (value: NValue<string>) => Mountable;
|
|
432
|
+
webkitAppearance: (value: NValue<string>) => Mountable;
|
|
433
|
+
webkitBackfaceVisibility: (value: NValue<string>) => Mountable;
|
|
434
|
+
webkitBackgroundClip: (value: NValue<string>) => Mountable;
|
|
435
|
+
webkitBackgroundOrigin: (value: NValue<string>) => Mountable;
|
|
436
|
+
webkitBackgroundSize: (value: NValue<string>) => Mountable;
|
|
437
|
+
webkitBorderBottomLeftRadius: (value: NValue<string>) => Mountable;
|
|
438
|
+
webkitBorderBottomRightRadius: (value: NValue<string>) => Mountable;
|
|
439
|
+
webkitBorderRadius: (value: NValue<string>) => Mountable;
|
|
440
|
+
webkitBorderTopLeftRadius: (value: NValue<string>) => Mountable;
|
|
441
|
+
webkitBorderTopRightRadius: (value: NValue<string>) => Mountable;
|
|
442
|
+
webkitBoxAlign: (value: NValue<string>) => Mountable;
|
|
443
|
+
webkitBoxFlex: (value: NValue<string>) => Mountable;
|
|
444
|
+
webkitBoxOrdinalGroup: (value: NValue<string>) => Mountable;
|
|
445
|
+
webkitBoxOrient: (value: NValue<string>) => Mountable;
|
|
446
|
+
webkitBoxPack: (value: NValue<string>) => Mountable;
|
|
447
|
+
webkitBoxShadow: (value: NValue<string>) => Mountable;
|
|
448
|
+
webkitBoxSizing: (value: NValue<string>) => Mountable;
|
|
449
|
+
webkitFilter: (value: NValue<string>) => Mountable;
|
|
450
|
+
webkitFlex: (value: NValue<string>) => Mountable;
|
|
451
|
+
webkitFlexBasis: (value: NValue<string>) => Mountable;
|
|
452
|
+
webkitFlexDirection: (value: NValue<string>) => Mountable;
|
|
453
|
+
webkitFlexFlow: (value: NValue<string>) => Mountable;
|
|
454
|
+
webkitFlexGrow: (value: NValue<string>) => Mountable;
|
|
455
|
+
webkitFlexShrink: (value: NValue<string>) => Mountable;
|
|
456
|
+
webkitFlexWrap: (value: NValue<string>) => Mountable;
|
|
457
|
+
webkitJustifyContent: (value: NValue<string>) => Mountable;
|
|
458
|
+
webkitLineClamp: (value: NValue<string>) => Mountable;
|
|
459
|
+
webkitMask: (value: NValue<string>) => Mountable;
|
|
460
|
+
webkitMaskBoxImage: (value: NValue<string>) => Mountable;
|
|
461
|
+
webkitMaskBoxImageOutset: (value: NValue<string>) => Mountable;
|
|
462
|
+
webkitMaskBoxImageRepeat: (value: NValue<string>) => Mountable;
|
|
463
|
+
webkitMaskBoxImageSlice: (value: NValue<string>) => Mountable;
|
|
464
|
+
webkitMaskBoxImageSource: (value: NValue<string>) => Mountable;
|
|
465
|
+
webkitMaskBoxImageWidth: (value: NValue<string>) => Mountable;
|
|
466
|
+
webkitMaskClip: (value: NValue<string>) => Mountable;
|
|
467
|
+
webkitMaskComposite: (value: NValue<string>) => Mountable;
|
|
468
|
+
webkitMaskImage: (value: NValue<string>) => Mountable;
|
|
469
|
+
webkitMaskOrigin: (value: NValue<string>) => Mountable;
|
|
470
|
+
webkitMaskPosition: (value: NValue<string>) => Mountable;
|
|
471
|
+
webkitMaskRepeat: (value: NValue<string>) => Mountable;
|
|
472
|
+
webkitMaskSize: (value: NValue<string>) => Mountable;
|
|
473
|
+
webkitOrder: (value: NValue<string>) => Mountable;
|
|
474
|
+
webkitPerspective: (value: NValue<string>) => Mountable;
|
|
475
|
+
webkitPerspectiveOrigin: (value: NValue<string>) => Mountable;
|
|
476
|
+
webkitTextFillColor: (value: NValue<string>) => Mountable;
|
|
477
|
+
webkitTextSizeAdjust: (value: NValue<string>) => Mountable;
|
|
478
|
+
webkitTextStroke: (value: NValue<string>) => Mountable;
|
|
479
|
+
webkitTextStrokeColor: (value: NValue<string>) => Mountable;
|
|
480
|
+
webkitTextStrokeWidth: (value: NValue<string>) => Mountable;
|
|
481
|
+
webkitTransform: (value: NValue<string>) => Mountable;
|
|
482
|
+
webkitTransformOrigin: (value: NValue<string>) => Mountable;
|
|
483
|
+
webkitTransformStyle: (value: NValue<string>) => Mountable;
|
|
484
|
+
webkitTransition: (value: NValue<string>) => Mountable;
|
|
485
|
+
webkitTransitionDelay: (value: NValue<string>) => Mountable;
|
|
486
|
+
webkitTransitionDuration: (value: NValue<string>) => Mountable;
|
|
487
|
+
webkitTransitionProperty: (value: NValue<string>) => Mountable;
|
|
488
|
+
webkitTransitionTimingFunction: (value: NValue<string>) => Mountable;
|
|
489
|
+
webkitUserSelect: (value: NValue<string>) => Mountable;
|
|
490
|
+
whiteSpace: (value: NValue<string>) => Mountable;
|
|
491
|
+
whiteSpaceCollapse: (value: NValue<string>) => Mountable;
|
|
492
|
+
widows: (value: NValue<string>) => Mountable;
|
|
493
|
+
width: (value: NValue<string>) => Mountable;
|
|
494
|
+
willChange: (value: NValue<string>) => Mountable;
|
|
495
|
+
wordBreak: (value: NValue<string>) => Mountable;
|
|
496
|
+
wordSpacing: (value: NValue<string>) => Mountable;
|
|
497
|
+
wordWrap: (value: NValue<string>) => Mountable;
|
|
498
|
+
writingMode: (value: NValue<string>) => Mountable;
|
|
499
|
+
x: (value: NValue<string>) => Mountable;
|
|
500
|
+
y: (value: NValue<string>) => Mountable;
|
|
501
|
+
zIndex: (value: NValue<string>) => Mountable;
|
|
502
|
+
zoom: (value: NValue<string>) => Mountable;
|
|
503
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Mountable } from '../types/domain';
|
|
2
|
+
import { Signal, Value } from '../std/signal';
|
|
3
|
+
|
|
4
|
+
export declare const staticText: (text: string) => Mountable;
|
|
5
|
+
export declare const signalText: (signal: Signal<string>) => Mountable;
|
|
6
|
+
export declare function Text(value: Value<string>): Mountable;
|
package/package.json
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tempots/dom",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
3
|
+
"version": "10.0.1",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./index.cjs",
|
|
6
|
+
"module": "./index.js",
|
|
7
|
+
"types": "./index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./index.js",
|
|
11
|
+
"require": "./index.cjs"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"license": "Apache-2.0",
|
|
6
15
|
"repository": {
|
|
7
16
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/fponticelli/tempots
|
|
17
|
+
"url": "git+https://github.com/fponticelli/tempots.git"
|
|
9
18
|
},
|
|
10
|
-
"author": "Franco Ponticelli",
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
19
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/fponticelli/tempots
|
|
20
|
+
"url": "https://github.com/fponticelli/tempots/issues"
|
|
14
21
|
},
|
|
15
|
-
"homepage": "https://github.com/fponticelli/tempots
|
|
22
|
+
"homepage": "https://github.com/fponticelli/tempots#readme"
|
|
16
23
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare function numberInterpolate(start: number, end: number, delta: number): number;
|
|
2
|
+
export declare function stringInterpolate(start: string, end: string, delta: number): string;
|
|
3
|
+
export declare function dateInterpolate(start: Date, end: Date, delta: number): Date;
|
|
4
|
+
export declare function endInterpolate<T>(_start: T, end: T, _delta: number): T;
|
|
5
|
+
export declare function guessInterpolate<T>(value: T): (start: T, end: T, delta: number) => T;
|