@feedlog-ai/react 0.0.29 → 0.0.31
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 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +57 -6
- package/dist/index.js.map +1 -1
- package/dist/next.d.ts +1 -0
- package/dist/next.d.ts.map +1 -1
- package/dist/next.js +3 -2
- package/dist/next.js.map +1 -1
- package/dist/server.d.ts +865 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.js +13 -0
- package/dist/server.js.map +1 -0
- package/dist/start.d.ts +7 -0
- package/dist/start.d.ts.map +1 -0
- package/dist/start.js +8 -0
- package/dist/start.js.map +1 -0
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -109,6 +109,43 @@ export default defineConfig({
|
|
|
109
109
|
});
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
+
### TanStack Start
|
|
113
|
+
|
|
114
|
+
TanStack Start is Vite-based, so use the same compiler approach. Add `feedlogSSR()` to your Vite config **after** the React plugin:
|
|
115
|
+
|
|
116
|
+
```ts
|
|
117
|
+
// vite.config.ts
|
|
118
|
+
import { defineConfig } from 'vite';
|
|
119
|
+
import tsConfigPaths from 'vite-tsconfig-paths';
|
|
120
|
+
import { tanstackStart } from '@tanstack/react-start/plugin/vite';
|
|
121
|
+
import viteReact from '@vitejs/plugin-react';
|
|
122
|
+
import { feedlogSSR } from '@feedlog-ai/react/start';
|
|
123
|
+
|
|
124
|
+
export default defineConfig({
|
|
125
|
+
server: { port: 3000 },
|
|
126
|
+
plugins: [
|
|
127
|
+
tsConfigPaths(),
|
|
128
|
+
tanstackStart(),
|
|
129
|
+
viteReact(), // must come after tanstackStart
|
|
130
|
+
feedlogSSR(), // Stencil SSR for Feedlog components
|
|
131
|
+
],
|
|
132
|
+
});
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Note:** The SSR plugin requires `@stencil/ssr`. With Vite 7, install it using `npm install @stencil/ssr --legacy-peer-deps` (Stencil SSR currently declares `vite@^6.x` as a peer dependency).
|
|
136
|
+
|
|
137
|
+
**Troubleshooting:** If you see `Expected ">" but found "{"` during the SSR build, the Stencil transform may be failing on complex TypeScript generics in files that import from `@feedlog-ai/react`. Refactor inline generics to type aliases, e.g.:
|
|
138
|
+
|
|
139
|
+
```ts
|
|
140
|
+
// Instead of: useState<Record<string, MyType>>(...)
|
|
141
|
+
type MyState = Record<string, MyType>
|
|
142
|
+
const [state, setState] = useState<MyState>(...)
|
|
143
|
+
|
|
144
|
+
// Instead of: event: CustomEvent<{ a: string; b: number }>
|
|
145
|
+
interface EventDetail { a: string; b: number }
|
|
146
|
+
event: CustomEvent<EventDetail>
|
|
147
|
+
```
|
|
148
|
+
|
|
112
149
|
### Event Handling
|
|
113
150
|
|
|
114
151
|
```tsx
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
'use client';
|
|
2
1
|
/**
|
|
3
2
|
* React bindings for Feedlog Toolkit Web Components
|
|
4
3
|
*
|
|
@@ -33,6 +32,35 @@ function mergeRefs(...refs) {
|
|
|
33
32
|
});
|
|
34
33
|
};
|
|
35
34
|
}
|
|
35
|
+
/**
|
|
36
|
+
* Converts camelCase prop names to kebab-case for custom element HTML attributes.
|
|
37
|
+
* Stencil SSR outputs kebab-case attributes; React uses camelCase. This ensures
|
|
38
|
+
* server and client output match for hydration.
|
|
39
|
+
*/
|
|
40
|
+
function toKebabCase(str) {
|
|
41
|
+
return str.replace(/([a-z0-9])([A-Z])/g, '$1-$2').toLowerCase();
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Converts primitive props to kebab-case attribute names for custom elements.
|
|
45
|
+
* Preserves ref, style, className, children, and suppressHydrationWarning as-is.
|
|
46
|
+
*/
|
|
47
|
+
function primitivePropsToAttributes(props) {
|
|
48
|
+
const passthrough = new Set([
|
|
49
|
+
'ref',
|
|
50
|
+
'style',
|
|
51
|
+
'className',
|
|
52
|
+
'children',
|
|
53
|
+
'suppressHydrationWarning',
|
|
54
|
+
]);
|
|
55
|
+
const result = {};
|
|
56
|
+
for (const [key, value] of Object.entries(props)) {
|
|
57
|
+
if (value === undefined)
|
|
58
|
+
continue;
|
|
59
|
+
const attrName = passthrough.has(key) ? key : toKebabCase(key);
|
|
60
|
+
result[attrName] = value;
|
|
61
|
+
}
|
|
62
|
+
return result;
|
|
63
|
+
}
|
|
36
64
|
/**
|
|
37
65
|
* Helper to separate primitive props (strings, booleans, numbers) from complex props.
|
|
38
66
|
* Primitive props can be passed as HTML attributes, complex props must be set as DOM properties.
|
|
@@ -42,7 +70,11 @@ function separateProps(props) {
|
|
|
42
70
|
const complexProps = {};
|
|
43
71
|
const eventProps = {};
|
|
44
72
|
Object.entries(props).forEach(([key, value]) => {
|
|
45
|
-
if (key === 'children' ||
|
|
73
|
+
if (key === 'children' ||
|
|
74
|
+
key === 'ref' ||
|
|
75
|
+
key === 'style' ||
|
|
76
|
+
key === 'className' ||
|
|
77
|
+
key === 'suppressHydrationWarning') {
|
|
46
78
|
primitiveProps[key] = value;
|
|
47
79
|
}
|
|
48
80
|
else if (key.startsWith('on') && key[2] === key[2].toUpperCase()) {
|
|
@@ -130,28 +162,47 @@ export const FeedlogIssues = React.forwardRef(({ children, ...props }, ref) => {
|
|
|
130
162
|
const internalRef = useRef(null);
|
|
131
163
|
const { primitiveProps, complexProps, eventProps } = separateProps(props);
|
|
132
164
|
useWebComponentProps(internalRef, complexProps, eventProps);
|
|
133
|
-
return React.createElement('feedlog-issues', {
|
|
165
|
+
return React.createElement('feedlog-issues', {
|
|
166
|
+
...primitivePropsToAttributes(primitiveProps),
|
|
167
|
+
ref: mergeRefs(ref, internalRef),
|
|
168
|
+
suppressHydrationWarning: true,
|
|
169
|
+
}, children);
|
|
134
170
|
});
|
|
135
171
|
FeedlogIssues.displayName = 'FeedlogIssues';
|
|
136
172
|
export const FeedlogIssuesClient = React.forwardRef(({ children, ...props }, ref) => {
|
|
137
173
|
const internalRef = useRef(null);
|
|
138
174
|
const { primitiveProps, complexProps, eventProps } = separateProps(props);
|
|
139
175
|
useWebComponentProps(internalRef, complexProps, eventProps);
|
|
140
|
-
return React.createElement('feedlog-issues-client', {
|
|
176
|
+
return React.createElement('feedlog-issues-client', {
|
|
177
|
+
...primitivePropsToAttributes(primitiveProps),
|
|
178
|
+
ref: mergeRefs(ref, internalRef),
|
|
179
|
+
suppressHydrationWarning: true,
|
|
180
|
+
}, children);
|
|
141
181
|
});
|
|
142
182
|
FeedlogIssuesClient.displayName = 'FeedlogIssuesClient';
|
|
143
183
|
export const FeedlogIssuesList = React.forwardRef(({ children, ...props }, ref) => {
|
|
144
184
|
const internalRef = useRef(null);
|
|
145
185
|
const { primitiveProps, complexProps, eventProps } = separateProps(props);
|
|
146
186
|
useWebComponentProps(internalRef, complexProps, eventProps);
|
|
147
|
-
return React.createElement('feedlog-issues-list', {
|
|
187
|
+
return React.createElement('feedlog-issues-list', {
|
|
188
|
+
...primitivePropsToAttributes(primitiveProps),
|
|
189
|
+
ref: mergeRefs(ref, internalRef),
|
|
190
|
+
suppressHydrationWarning: true,
|
|
191
|
+
}, children);
|
|
148
192
|
});
|
|
149
193
|
FeedlogIssuesList.displayName = 'FeedlogIssuesList';
|
|
150
194
|
export const FeedlogIssueComponent = React.forwardRef(({ children, ...props }, ref) => {
|
|
151
195
|
const internalRef = useRef(null);
|
|
152
196
|
const { primitiveProps, complexProps, eventProps } = separateProps(props);
|
|
153
197
|
useWebComponentProps(internalRef, complexProps, eventProps);
|
|
154
|
-
return React.createElement('feedlog-issue', {
|
|
198
|
+
return React.createElement('feedlog-issue', {
|
|
199
|
+
...primitivePropsToAttributes(primitiveProps),
|
|
200
|
+
ref: mergeRefs(ref, internalRef),
|
|
201
|
+
suppressHydrationWarning: true,
|
|
202
|
+
}, children);
|
|
155
203
|
});
|
|
156
204
|
FeedlogIssueComponent.displayName = 'FeedlogIssue';
|
|
205
|
+
// Custom elements are auto-defined via the import of '@feedlog-ai/webcomponents/custom-elements' above.
|
|
206
|
+
// No need for defineCustomElements() - the dist-custom-elements bundle handles registration
|
|
207
|
+
// automatically when imported, and works correctly with modern bundlers like Vite.
|
|
157
208
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/dist/next.d.ts
CHANGED
package/dist/next.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"next.d.ts","sourceRoot":"","sources":["../src/next.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,GAAI,YAAY,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,8BAMlD,CAAC"}
|
|
1
|
+
{"version":3,"file":"next.d.ts","sourceRoot":"","sources":["../src/next.ts"],"names":[],"mappings":"AAEA,cAAc,aAAa,CAAC;AAE5B,eAAO,MAAM,cAAc,GAAI,YAAY,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,8BAMlD,CAAC"}
|
package/dist/next.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import stencilSSR from '@stencil/ssr/next';
|
|
2
|
+
export * from './server.js';
|
|
2
3
|
export const withFeedlogSSR = (nextConfig) => stencilSSR({
|
|
3
|
-
module: import('
|
|
4
|
-
from: '@feedlog-ai/react',
|
|
4
|
+
module: import('./server.js'),
|
|
5
|
+
from: '@feedlog-ai/react/next',
|
|
5
6
|
hydrateModule: import('@feedlog-ai/webcomponents/hydrate'),
|
|
6
7
|
serializeShadowRoot: { default: 'declarative-shadow-dom' },
|
|
7
8
|
})(nextConfig);
|
package/dist/next.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"next.js","sourceRoot":"","sources":["../src/next.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAE3C,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,UAAmC,EAAE,EAAE,CACpE,UAAU,CAAC;IACT,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"next.js","sourceRoot":"","sources":["../src/next.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,mBAAmB,CAAC;AAE3C,cAAc,aAAa,CAAC;AAE5B,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,UAAmC,EAAE,EAAE,CACpE,UAAU,CAAC;IACT,MAAM,EAAE,MAAM,CAAC,aAAa,CAAC;IAC7B,IAAI,EAAE,wBAAwB;IAC9B,aAAa,EAAE,MAAM,CAAC,mCAAmC,CAAC;IAC1D,mBAAmB,EAAE,EAAE,OAAO,EAAE,wBAAwB,EAAE;CAC3D,CAAC,CAAC,UAAU,CAAC,CAAC"}
|
package/dist/server.d.ts
ADDED
|
@@ -0,0 +1,865 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import '@feedlog-ai/webcomponents/components/feedlog-badge';
|
|
3
|
+
import '@feedlog-ai/webcomponents/components/feedlog-button';
|
|
4
|
+
import '@feedlog-ai/webcomponents/components/feedlog-card';
|
|
5
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issue';
|
|
6
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issues';
|
|
7
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issues-client';
|
|
8
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issues-list';
|
|
9
|
+
export type { FeedlogIssue } from '@feedlog-ai/core';
|
|
10
|
+
export declare const FeedlogBadge: ({ children, ...props }: React.HTMLAttributes<HTMLElement> & {
|
|
11
|
+
variant?: string;
|
|
12
|
+
}) => React.DOMElement<{
|
|
13
|
+
defaultChecked?: boolean | undefined;
|
|
14
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
15
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
16
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
17
|
+
accessKey?: string | undefined;
|
|
18
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
19
|
+
autoFocus?: boolean | undefined;
|
|
20
|
+
className?: string | undefined;
|
|
21
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
22
|
+
contextMenu?: string | undefined;
|
|
23
|
+
dir?: string | undefined;
|
|
24
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
25
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
26
|
+
hidden?: boolean | undefined;
|
|
27
|
+
id?: string | undefined;
|
|
28
|
+
lang?: string | undefined;
|
|
29
|
+
nonce?: string | undefined;
|
|
30
|
+
slot?: string | undefined;
|
|
31
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
32
|
+
style?: React.CSSProperties | undefined;
|
|
33
|
+
tabIndex?: number | undefined;
|
|
34
|
+
title?: string | undefined;
|
|
35
|
+
translate?: "yes" | "no" | undefined;
|
|
36
|
+
radioGroup?: string | undefined;
|
|
37
|
+
role?: React.AriaRole | undefined;
|
|
38
|
+
about?: string | undefined;
|
|
39
|
+
content?: string | undefined;
|
|
40
|
+
datatype?: string | undefined;
|
|
41
|
+
inlist?: any;
|
|
42
|
+
prefix?: string | undefined;
|
|
43
|
+
property?: string | undefined;
|
|
44
|
+
rel?: string | undefined;
|
|
45
|
+
resource?: string | undefined;
|
|
46
|
+
rev?: string | undefined;
|
|
47
|
+
typeof?: string | undefined;
|
|
48
|
+
vocab?: string | undefined;
|
|
49
|
+
autoCorrect?: string | undefined;
|
|
50
|
+
autoSave?: string | undefined;
|
|
51
|
+
color?: string | undefined;
|
|
52
|
+
itemProp?: string | undefined;
|
|
53
|
+
itemScope?: boolean | undefined;
|
|
54
|
+
itemType?: string | undefined;
|
|
55
|
+
itemID?: string | undefined;
|
|
56
|
+
itemRef?: string | undefined;
|
|
57
|
+
results?: number | undefined;
|
|
58
|
+
security?: string | undefined;
|
|
59
|
+
unselectable?: "on" | "off" | undefined;
|
|
60
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
61
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
62
|
+
popoverTarget?: string | undefined;
|
|
63
|
+
inert?: boolean | undefined;
|
|
64
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
65
|
+
is?: string | undefined;
|
|
66
|
+
exportparts?: string | undefined;
|
|
67
|
+
part?: string | undefined;
|
|
68
|
+
"aria-activedescendant"?: string | undefined;
|
|
69
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
70
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
71
|
+
"aria-braillelabel"?: string | undefined;
|
|
72
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
73
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
74
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
75
|
+
"aria-colcount"?: number | undefined;
|
|
76
|
+
"aria-colindex"?: number | undefined;
|
|
77
|
+
"aria-colindextext"?: string | undefined;
|
|
78
|
+
"aria-colspan"?: number | undefined;
|
|
79
|
+
"aria-controls"?: string | undefined;
|
|
80
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
81
|
+
"aria-describedby"?: string | undefined;
|
|
82
|
+
"aria-description"?: string | undefined;
|
|
83
|
+
"aria-details"?: string | undefined;
|
|
84
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
85
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
86
|
+
"aria-errormessage"?: string | undefined;
|
|
87
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
88
|
+
"aria-flowto"?: string | undefined;
|
|
89
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
90
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
91
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
92
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
93
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
94
|
+
"aria-label"?: string | undefined;
|
|
95
|
+
"aria-labelledby"?: string | undefined;
|
|
96
|
+
"aria-level"?: number | undefined;
|
|
97
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
98
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
99
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
100
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
101
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
102
|
+
"aria-owns"?: string | undefined;
|
|
103
|
+
"aria-placeholder"?: string | undefined;
|
|
104
|
+
"aria-posinset"?: number | undefined;
|
|
105
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
106
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
107
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
108
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
109
|
+
"aria-roledescription"?: string | undefined;
|
|
110
|
+
"aria-rowcount"?: number | undefined;
|
|
111
|
+
"aria-rowindex"?: number | undefined;
|
|
112
|
+
"aria-rowindextext"?: string | undefined;
|
|
113
|
+
"aria-rowspan"?: number | undefined;
|
|
114
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
115
|
+
"aria-setsize"?: number | undefined;
|
|
116
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
117
|
+
"aria-valuemax"?: number | undefined;
|
|
118
|
+
"aria-valuemin"?: number | undefined;
|
|
119
|
+
"aria-valuenow"?: number | undefined;
|
|
120
|
+
"aria-valuetext"?: string | undefined;
|
|
121
|
+
dangerouslySetInnerHTML?: {
|
|
122
|
+
__html: string | TrustedHTML;
|
|
123
|
+
} | undefined;
|
|
124
|
+
onCopy?: React.ClipboardEventHandler<HTMLElement>;
|
|
125
|
+
onCopyCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
126
|
+
onCut?: React.ClipboardEventHandler<HTMLElement>;
|
|
127
|
+
onCutCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
128
|
+
onPaste?: React.ClipboardEventHandler<HTMLElement>;
|
|
129
|
+
onPasteCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
130
|
+
onCompositionEnd?: React.CompositionEventHandler<HTMLElement>;
|
|
131
|
+
onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
132
|
+
onCompositionStart?: React.CompositionEventHandler<HTMLElement>;
|
|
133
|
+
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
134
|
+
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement>;
|
|
135
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
136
|
+
onFocus?: React.FocusEventHandler<HTMLElement>;
|
|
137
|
+
onFocusCapture?: React.FocusEventHandler<HTMLElement>;
|
|
138
|
+
onBlur?: React.FocusEventHandler<HTMLElement>;
|
|
139
|
+
onBlurCapture?: React.FocusEventHandler<HTMLElement>;
|
|
140
|
+
onChange?: React.ChangeEventHandler<HTMLElement, Element>;
|
|
141
|
+
onChangeCapture?: React.ChangeEventHandler<HTMLElement, Element>;
|
|
142
|
+
onBeforeInput?: React.InputEventHandler<HTMLElement>;
|
|
143
|
+
onBeforeInputCapture?: React.InputEventHandler<HTMLElement>;
|
|
144
|
+
onInput?: React.InputEventHandler<HTMLElement>;
|
|
145
|
+
onInputCapture?: React.InputEventHandler<HTMLElement>;
|
|
146
|
+
onReset?: React.ReactEventHandler<HTMLElement>;
|
|
147
|
+
onResetCapture?: React.ReactEventHandler<HTMLElement>;
|
|
148
|
+
onSubmit?: React.SubmitEventHandler<HTMLElement>;
|
|
149
|
+
onSubmitCapture?: React.SubmitEventHandler<HTMLElement>;
|
|
150
|
+
onInvalid?: React.ReactEventHandler<HTMLElement>;
|
|
151
|
+
onInvalidCapture?: React.ReactEventHandler<HTMLElement>;
|
|
152
|
+
onLoad?: React.ReactEventHandler<HTMLElement>;
|
|
153
|
+
onLoadCapture?: React.ReactEventHandler<HTMLElement>;
|
|
154
|
+
onError?: React.ReactEventHandler<HTMLElement>;
|
|
155
|
+
onErrorCapture?: React.ReactEventHandler<HTMLElement>;
|
|
156
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLElement>;
|
|
157
|
+
onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
158
|
+
onKeyPress?: React.KeyboardEventHandler<HTMLElement>;
|
|
159
|
+
onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
160
|
+
onKeyUp?: React.KeyboardEventHandler<HTMLElement>;
|
|
161
|
+
onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
162
|
+
onAbort?: React.ReactEventHandler<HTMLElement>;
|
|
163
|
+
onAbortCapture?: React.ReactEventHandler<HTMLElement>;
|
|
164
|
+
onCanPlay?: React.ReactEventHandler<HTMLElement>;
|
|
165
|
+
onCanPlayCapture?: React.ReactEventHandler<HTMLElement>;
|
|
166
|
+
onCanPlayThrough?: React.ReactEventHandler<HTMLElement>;
|
|
167
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement>;
|
|
168
|
+
onDurationChange?: React.ReactEventHandler<HTMLElement>;
|
|
169
|
+
onDurationChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
170
|
+
onEmptied?: React.ReactEventHandler<HTMLElement>;
|
|
171
|
+
onEmptiedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
172
|
+
onEncrypted?: React.ReactEventHandler<HTMLElement>;
|
|
173
|
+
onEncryptedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
174
|
+
onEnded?: React.ReactEventHandler<HTMLElement>;
|
|
175
|
+
onEndedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
176
|
+
onLoadedData?: React.ReactEventHandler<HTMLElement>;
|
|
177
|
+
onLoadedDataCapture?: React.ReactEventHandler<HTMLElement>;
|
|
178
|
+
onLoadedMetadata?: React.ReactEventHandler<HTMLElement>;
|
|
179
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement>;
|
|
180
|
+
onLoadStart?: React.ReactEventHandler<HTMLElement>;
|
|
181
|
+
onLoadStartCapture?: React.ReactEventHandler<HTMLElement>;
|
|
182
|
+
onPause?: React.ReactEventHandler<HTMLElement>;
|
|
183
|
+
onPauseCapture?: React.ReactEventHandler<HTMLElement>;
|
|
184
|
+
onPlay?: React.ReactEventHandler<HTMLElement>;
|
|
185
|
+
onPlayCapture?: React.ReactEventHandler<HTMLElement>;
|
|
186
|
+
onPlaying?: React.ReactEventHandler<HTMLElement>;
|
|
187
|
+
onPlayingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
188
|
+
onProgress?: React.ReactEventHandler<HTMLElement>;
|
|
189
|
+
onProgressCapture?: React.ReactEventHandler<HTMLElement>;
|
|
190
|
+
onRateChange?: React.ReactEventHandler<HTMLElement>;
|
|
191
|
+
onRateChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
192
|
+
onSeeked?: React.ReactEventHandler<HTMLElement>;
|
|
193
|
+
onSeekedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
194
|
+
onSeeking?: React.ReactEventHandler<HTMLElement>;
|
|
195
|
+
onSeekingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
196
|
+
onStalled?: React.ReactEventHandler<HTMLElement>;
|
|
197
|
+
onStalledCapture?: React.ReactEventHandler<HTMLElement>;
|
|
198
|
+
onSuspend?: React.ReactEventHandler<HTMLElement>;
|
|
199
|
+
onSuspendCapture?: React.ReactEventHandler<HTMLElement>;
|
|
200
|
+
onTimeUpdate?: React.ReactEventHandler<HTMLElement>;
|
|
201
|
+
onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement>;
|
|
202
|
+
onVolumeChange?: React.ReactEventHandler<HTMLElement>;
|
|
203
|
+
onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
204
|
+
onWaiting?: React.ReactEventHandler<HTMLElement>;
|
|
205
|
+
onWaitingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
206
|
+
onAuxClick?: React.MouseEventHandler<HTMLElement>;
|
|
207
|
+
onAuxClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
208
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
209
|
+
onClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
210
|
+
onContextMenu?: React.MouseEventHandler<HTMLElement>;
|
|
211
|
+
onContextMenuCapture?: React.MouseEventHandler<HTMLElement>;
|
|
212
|
+
onDoubleClick?: React.MouseEventHandler<HTMLElement>;
|
|
213
|
+
onDoubleClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
214
|
+
onDrag?: React.DragEventHandler<HTMLElement>;
|
|
215
|
+
onDragCapture?: React.DragEventHandler<HTMLElement>;
|
|
216
|
+
onDragEnd?: React.DragEventHandler<HTMLElement>;
|
|
217
|
+
onDragEndCapture?: React.DragEventHandler<HTMLElement>;
|
|
218
|
+
onDragEnter?: React.DragEventHandler<HTMLElement>;
|
|
219
|
+
onDragEnterCapture?: React.DragEventHandler<HTMLElement>;
|
|
220
|
+
onDragExit?: React.DragEventHandler<HTMLElement>;
|
|
221
|
+
onDragExitCapture?: React.DragEventHandler<HTMLElement>;
|
|
222
|
+
onDragLeave?: React.DragEventHandler<HTMLElement>;
|
|
223
|
+
onDragLeaveCapture?: React.DragEventHandler<HTMLElement>;
|
|
224
|
+
onDragOver?: React.DragEventHandler<HTMLElement>;
|
|
225
|
+
onDragOverCapture?: React.DragEventHandler<HTMLElement>;
|
|
226
|
+
onDragStart?: React.DragEventHandler<HTMLElement>;
|
|
227
|
+
onDragStartCapture?: React.DragEventHandler<HTMLElement>;
|
|
228
|
+
onDrop?: React.DragEventHandler<HTMLElement>;
|
|
229
|
+
onDropCapture?: React.DragEventHandler<HTMLElement>;
|
|
230
|
+
onMouseDown?: React.MouseEventHandler<HTMLElement>;
|
|
231
|
+
onMouseDownCapture?: React.MouseEventHandler<HTMLElement>;
|
|
232
|
+
onMouseEnter?: React.MouseEventHandler<HTMLElement>;
|
|
233
|
+
onMouseLeave?: React.MouseEventHandler<HTMLElement>;
|
|
234
|
+
onMouseMove?: React.MouseEventHandler<HTMLElement>;
|
|
235
|
+
onMouseMoveCapture?: React.MouseEventHandler<HTMLElement>;
|
|
236
|
+
onMouseOut?: React.MouseEventHandler<HTMLElement>;
|
|
237
|
+
onMouseOutCapture?: React.MouseEventHandler<HTMLElement>;
|
|
238
|
+
onMouseOver?: React.MouseEventHandler<HTMLElement>;
|
|
239
|
+
onMouseOverCapture?: React.MouseEventHandler<HTMLElement>;
|
|
240
|
+
onMouseUp?: React.MouseEventHandler<HTMLElement>;
|
|
241
|
+
onMouseUpCapture?: React.MouseEventHandler<HTMLElement>;
|
|
242
|
+
onSelect?: React.ReactEventHandler<HTMLElement>;
|
|
243
|
+
onSelectCapture?: React.ReactEventHandler<HTMLElement>;
|
|
244
|
+
onTouchCancel?: React.TouchEventHandler<HTMLElement>;
|
|
245
|
+
onTouchCancelCapture?: React.TouchEventHandler<HTMLElement>;
|
|
246
|
+
onTouchEnd?: React.TouchEventHandler<HTMLElement>;
|
|
247
|
+
onTouchEndCapture?: React.TouchEventHandler<HTMLElement>;
|
|
248
|
+
onTouchMove?: React.TouchEventHandler<HTMLElement>;
|
|
249
|
+
onTouchMoveCapture?: React.TouchEventHandler<HTMLElement>;
|
|
250
|
+
onTouchStart?: React.TouchEventHandler<HTMLElement>;
|
|
251
|
+
onTouchStartCapture?: React.TouchEventHandler<HTMLElement>;
|
|
252
|
+
onPointerDown?: React.PointerEventHandler<HTMLElement>;
|
|
253
|
+
onPointerDownCapture?: React.PointerEventHandler<HTMLElement>;
|
|
254
|
+
onPointerMove?: React.PointerEventHandler<HTMLElement>;
|
|
255
|
+
onPointerMoveCapture?: React.PointerEventHandler<HTMLElement>;
|
|
256
|
+
onPointerUp?: React.PointerEventHandler<HTMLElement>;
|
|
257
|
+
onPointerUpCapture?: React.PointerEventHandler<HTMLElement>;
|
|
258
|
+
onPointerCancel?: React.PointerEventHandler<HTMLElement>;
|
|
259
|
+
onPointerCancelCapture?: React.PointerEventHandler<HTMLElement>;
|
|
260
|
+
onPointerEnter?: React.PointerEventHandler<HTMLElement>;
|
|
261
|
+
onPointerLeave?: React.PointerEventHandler<HTMLElement>;
|
|
262
|
+
onPointerOver?: React.PointerEventHandler<HTMLElement>;
|
|
263
|
+
onPointerOverCapture?: React.PointerEventHandler<HTMLElement>;
|
|
264
|
+
onPointerOut?: React.PointerEventHandler<HTMLElement>;
|
|
265
|
+
onPointerOutCapture?: React.PointerEventHandler<HTMLElement>;
|
|
266
|
+
onGotPointerCapture?: React.PointerEventHandler<HTMLElement>;
|
|
267
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement>;
|
|
268
|
+
onLostPointerCapture?: React.PointerEventHandler<HTMLElement>;
|
|
269
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement>;
|
|
270
|
+
onScroll?: React.UIEventHandler<HTMLElement>;
|
|
271
|
+
onScrollCapture?: React.UIEventHandler<HTMLElement>;
|
|
272
|
+
onScrollEnd?: React.UIEventHandler<HTMLElement>;
|
|
273
|
+
onScrollEndCapture?: React.UIEventHandler<HTMLElement>;
|
|
274
|
+
onWheel?: React.WheelEventHandler<HTMLElement>;
|
|
275
|
+
onWheelCapture?: React.WheelEventHandler<HTMLElement>;
|
|
276
|
+
onAnimationStart?: React.AnimationEventHandler<HTMLElement>;
|
|
277
|
+
onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
278
|
+
onAnimationEnd?: React.AnimationEventHandler<HTMLElement>;
|
|
279
|
+
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
280
|
+
onAnimationIteration?: React.AnimationEventHandler<HTMLElement>;
|
|
281
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
282
|
+
onToggle?: React.ToggleEventHandler<HTMLElement>;
|
|
283
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLElement>;
|
|
284
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLElement>;
|
|
285
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
286
|
+
onTransitionEnd?: React.TransitionEventHandler<HTMLElement>;
|
|
287
|
+
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
288
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLElement>;
|
|
289
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
290
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLElement>;
|
|
291
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
292
|
+
variant?: string;
|
|
293
|
+
}, Element>;
|
|
294
|
+
export declare const FeedlogButton: ({ children, ...props }: React.HTMLAttributes<HTMLElement> & {
|
|
295
|
+
size?: string;
|
|
296
|
+
variant?: string;
|
|
297
|
+
disabled?: boolean;
|
|
298
|
+
type?: string;
|
|
299
|
+
}) => React.DOMElement<{
|
|
300
|
+
defaultChecked?: boolean | undefined;
|
|
301
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
302
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
303
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
304
|
+
accessKey?: string | undefined;
|
|
305
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
306
|
+
autoFocus?: boolean | undefined;
|
|
307
|
+
className?: string | undefined;
|
|
308
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
309
|
+
contextMenu?: string | undefined;
|
|
310
|
+
dir?: string | undefined;
|
|
311
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
312
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
313
|
+
hidden?: boolean | undefined;
|
|
314
|
+
id?: string | undefined;
|
|
315
|
+
lang?: string | undefined;
|
|
316
|
+
nonce?: string | undefined;
|
|
317
|
+
slot?: string | undefined;
|
|
318
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
319
|
+
style?: React.CSSProperties | undefined;
|
|
320
|
+
tabIndex?: number | undefined;
|
|
321
|
+
title?: string | undefined;
|
|
322
|
+
translate?: "yes" | "no" | undefined;
|
|
323
|
+
radioGroup?: string | undefined;
|
|
324
|
+
role?: React.AriaRole | undefined;
|
|
325
|
+
about?: string | undefined;
|
|
326
|
+
content?: string | undefined;
|
|
327
|
+
datatype?: string | undefined;
|
|
328
|
+
inlist?: any;
|
|
329
|
+
prefix?: string | undefined;
|
|
330
|
+
property?: string | undefined;
|
|
331
|
+
rel?: string | undefined;
|
|
332
|
+
resource?: string | undefined;
|
|
333
|
+
rev?: string | undefined;
|
|
334
|
+
typeof?: string | undefined;
|
|
335
|
+
vocab?: string | undefined;
|
|
336
|
+
autoCorrect?: string | undefined;
|
|
337
|
+
autoSave?: string | undefined;
|
|
338
|
+
color?: string | undefined;
|
|
339
|
+
itemProp?: string | undefined;
|
|
340
|
+
itemScope?: boolean | undefined;
|
|
341
|
+
itemType?: string | undefined;
|
|
342
|
+
itemID?: string | undefined;
|
|
343
|
+
itemRef?: string | undefined;
|
|
344
|
+
results?: number | undefined;
|
|
345
|
+
security?: string | undefined;
|
|
346
|
+
unselectable?: "on" | "off" | undefined;
|
|
347
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
348
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
349
|
+
popoverTarget?: string | undefined;
|
|
350
|
+
inert?: boolean | undefined;
|
|
351
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
352
|
+
is?: string | undefined;
|
|
353
|
+
exportparts?: string | undefined;
|
|
354
|
+
part?: string | undefined;
|
|
355
|
+
"aria-activedescendant"?: string | undefined;
|
|
356
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
357
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
358
|
+
"aria-braillelabel"?: string | undefined;
|
|
359
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
360
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
361
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
362
|
+
"aria-colcount"?: number | undefined;
|
|
363
|
+
"aria-colindex"?: number | undefined;
|
|
364
|
+
"aria-colindextext"?: string | undefined;
|
|
365
|
+
"aria-colspan"?: number | undefined;
|
|
366
|
+
"aria-controls"?: string | undefined;
|
|
367
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
368
|
+
"aria-describedby"?: string | undefined;
|
|
369
|
+
"aria-description"?: string | undefined;
|
|
370
|
+
"aria-details"?: string | undefined;
|
|
371
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
372
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
373
|
+
"aria-errormessage"?: string | undefined;
|
|
374
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
375
|
+
"aria-flowto"?: string | undefined;
|
|
376
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
377
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
378
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
379
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
380
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
381
|
+
"aria-label"?: string | undefined;
|
|
382
|
+
"aria-labelledby"?: string | undefined;
|
|
383
|
+
"aria-level"?: number | undefined;
|
|
384
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
385
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
386
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
387
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
388
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
389
|
+
"aria-owns"?: string | undefined;
|
|
390
|
+
"aria-placeholder"?: string | undefined;
|
|
391
|
+
"aria-posinset"?: number | undefined;
|
|
392
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
393
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
394
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
395
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
396
|
+
"aria-roledescription"?: string | undefined;
|
|
397
|
+
"aria-rowcount"?: number | undefined;
|
|
398
|
+
"aria-rowindex"?: number | undefined;
|
|
399
|
+
"aria-rowindextext"?: string | undefined;
|
|
400
|
+
"aria-rowspan"?: number | undefined;
|
|
401
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
402
|
+
"aria-setsize"?: number | undefined;
|
|
403
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
404
|
+
"aria-valuemax"?: number | undefined;
|
|
405
|
+
"aria-valuemin"?: number | undefined;
|
|
406
|
+
"aria-valuenow"?: number | undefined;
|
|
407
|
+
"aria-valuetext"?: string | undefined;
|
|
408
|
+
dangerouslySetInnerHTML?: {
|
|
409
|
+
__html: string | TrustedHTML;
|
|
410
|
+
} | undefined;
|
|
411
|
+
onCopy?: React.ClipboardEventHandler<HTMLElement>;
|
|
412
|
+
onCopyCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
413
|
+
onCut?: React.ClipboardEventHandler<HTMLElement>;
|
|
414
|
+
onCutCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
415
|
+
onPaste?: React.ClipboardEventHandler<HTMLElement>;
|
|
416
|
+
onPasteCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
417
|
+
onCompositionEnd?: React.CompositionEventHandler<HTMLElement>;
|
|
418
|
+
onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
419
|
+
onCompositionStart?: React.CompositionEventHandler<HTMLElement>;
|
|
420
|
+
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
421
|
+
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement>;
|
|
422
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
423
|
+
onFocus?: React.FocusEventHandler<HTMLElement>;
|
|
424
|
+
onFocusCapture?: React.FocusEventHandler<HTMLElement>;
|
|
425
|
+
onBlur?: React.FocusEventHandler<HTMLElement>;
|
|
426
|
+
onBlurCapture?: React.FocusEventHandler<HTMLElement>;
|
|
427
|
+
onChange?: React.ChangeEventHandler<HTMLElement, Element>;
|
|
428
|
+
onChangeCapture?: React.ChangeEventHandler<HTMLElement, Element>;
|
|
429
|
+
onBeforeInput?: React.InputEventHandler<HTMLElement>;
|
|
430
|
+
onBeforeInputCapture?: React.InputEventHandler<HTMLElement>;
|
|
431
|
+
onInput?: React.InputEventHandler<HTMLElement>;
|
|
432
|
+
onInputCapture?: React.InputEventHandler<HTMLElement>;
|
|
433
|
+
onReset?: React.ReactEventHandler<HTMLElement>;
|
|
434
|
+
onResetCapture?: React.ReactEventHandler<HTMLElement>;
|
|
435
|
+
onSubmit?: React.SubmitEventHandler<HTMLElement>;
|
|
436
|
+
onSubmitCapture?: React.SubmitEventHandler<HTMLElement>;
|
|
437
|
+
onInvalid?: React.ReactEventHandler<HTMLElement>;
|
|
438
|
+
onInvalidCapture?: React.ReactEventHandler<HTMLElement>;
|
|
439
|
+
onLoad?: React.ReactEventHandler<HTMLElement>;
|
|
440
|
+
onLoadCapture?: React.ReactEventHandler<HTMLElement>;
|
|
441
|
+
onError?: React.ReactEventHandler<HTMLElement>;
|
|
442
|
+
onErrorCapture?: React.ReactEventHandler<HTMLElement>;
|
|
443
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLElement>;
|
|
444
|
+
onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
445
|
+
onKeyPress?: React.KeyboardEventHandler<HTMLElement>;
|
|
446
|
+
onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
447
|
+
onKeyUp?: React.KeyboardEventHandler<HTMLElement>;
|
|
448
|
+
onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
449
|
+
onAbort?: React.ReactEventHandler<HTMLElement>;
|
|
450
|
+
onAbortCapture?: React.ReactEventHandler<HTMLElement>;
|
|
451
|
+
onCanPlay?: React.ReactEventHandler<HTMLElement>;
|
|
452
|
+
onCanPlayCapture?: React.ReactEventHandler<HTMLElement>;
|
|
453
|
+
onCanPlayThrough?: React.ReactEventHandler<HTMLElement>;
|
|
454
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement>;
|
|
455
|
+
onDurationChange?: React.ReactEventHandler<HTMLElement>;
|
|
456
|
+
onDurationChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
457
|
+
onEmptied?: React.ReactEventHandler<HTMLElement>;
|
|
458
|
+
onEmptiedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
459
|
+
onEncrypted?: React.ReactEventHandler<HTMLElement>;
|
|
460
|
+
onEncryptedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
461
|
+
onEnded?: React.ReactEventHandler<HTMLElement>;
|
|
462
|
+
onEndedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
463
|
+
onLoadedData?: React.ReactEventHandler<HTMLElement>;
|
|
464
|
+
onLoadedDataCapture?: React.ReactEventHandler<HTMLElement>;
|
|
465
|
+
onLoadedMetadata?: React.ReactEventHandler<HTMLElement>;
|
|
466
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement>;
|
|
467
|
+
onLoadStart?: React.ReactEventHandler<HTMLElement>;
|
|
468
|
+
onLoadStartCapture?: React.ReactEventHandler<HTMLElement>;
|
|
469
|
+
onPause?: React.ReactEventHandler<HTMLElement>;
|
|
470
|
+
onPauseCapture?: React.ReactEventHandler<HTMLElement>;
|
|
471
|
+
onPlay?: React.ReactEventHandler<HTMLElement>;
|
|
472
|
+
onPlayCapture?: React.ReactEventHandler<HTMLElement>;
|
|
473
|
+
onPlaying?: React.ReactEventHandler<HTMLElement>;
|
|
474
|
+
onPlayingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
475
|
+
onProgress?: React.ReactEventHandler<HTMLElement>;
|
|
476
|
+
onProgressCapture?: React.ReactEventHandler<HTMLElement>;
|
|
477
|
+
onRateChange?: React.ReactEventHandler<HTMLElement>;
|
|
478
|
+
onRateChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
479
|
+
onSeeked?: React.ReactEventHandler<HTMLElement>;
|
|
480
|
+
onSeekedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
481
|
+
onSeeking?: React.ReactEventHandler<HTMLElement>;
|
|
482
|
+
onSeekingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
483
|
+
onStalled?: React.ReactEventHandler<HTMLElement>;
|
|
484
|
+
onStalledCapture?: React.ReactEventHandler<HTMLElement>;
|
|
485
|
+
onSuspend?: React.ReactEventHandler<HTMLElement>;
|
|
486
|
+
onSuspendCapture?: React.ReactEventHandler<HTMLElement>;
|
|
487
|
+
onTimeUpdate?: React.ReactEventHandler<HTMLElement>;
|
|
488
|
+
onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement>;
|
|
489
|
+
onVolumeChange?: React.ReactEventHandler<HTMLElement>;
|
|
490
|
+
onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
491
|
+
onWaiting?: React.ReactEventHandler<HTMLElement>;
|
|
492
|
+
onWaitingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
493
|
+
onAuxClick?: React.MouseEventHandler<HTMLElement>;
|
|
494
|
+
onAuxClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
495
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
496
|
+
onClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
497
|
+
onContextMenu?: React.MouseEventHandler<HTMLElement>;
|
|
498
|
+
onContextMenuCapture?: React.MouseEventHandler<HTMLElement>;
|
|
499
|
+
onDoubleClick?: React.MouseEventHandler<HTMLElement>;
|
|
500
|
+
onDoubleClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
501
|
+
onDrag?: React.DragEventHandler<HTMLElement>;
|
|
502
|
+
onDragCapture?: React.DragEventHandler<HTMLElement>;
|
|
503
|
+
onDragEnd?: React.DragEventHandler<HTMLElement>;
|
|
504
|
+
onDragEndCapture?: React.DragEventHandler<HTMLElement>;
|
|
505
|
+
onDragEnter?: React.DragEventHandler<HTMLElement>;
|
|
506
|
+
onDragEnterCapture?: React.DragEventHandler<HTMLElement>;
|
|
507
|
+
onDragExit?: React.DragEventHandler<HTMLElement>;
|
|
508
|
+
onDragExitCapture?: React.DragEventHandler<HTMLElement>;
|
|
509
|
+
onDragLeave?: React.DragEventHandler<HTMLElement>;
|
|
510
|
+
onDragLeaveCapture?: React.DragEventHandler<HTMLElement>;
|
|
511
|
+
onDragOver?: React.DragEventHandler<HTMLElement>;
|
|
512
|
+
onDragOverCapture?: React.DragEventHandler<HTMLElement>;
|
|
513
|
+
onDragStart?: React.DragEventHandler<HTMLElement>;
|
|
514
|
+
onDragStartCapture?: React.DragEventHandler<HTMLElement>;
|
|
515
|
+
onDrop?: React.DragEventHandler<HTMLElement>;
|
|
516
|
+
onDropCapture?: React.DragEventHandler<HTMLElement>;
|
|
517
|
+
onMouseDown?: React.MouseEventHandler<HTMLElement>;
|
|
518
|
+
onMouseDownCapture?: React.MouseEventHandler<HTMLElement>;
|
|
519
|
+
onMouseEnter?: React.MouseEventHandler<HTMLElement>;
|
|
520
|
+
onMouseLeave?: React.MouseEventHandler<HTMLElement>;
|
|
521
|
+
onMouseMove?: React.MouseEventHandler<HTMLElement>;
|
|
522
|
+
onMouseMoveCapture?: React.MouseEventHandler<HTMLElement>;
|
|
523
|
+
onMouseOut?: React.MouseEventHandler<HTMLElement>;
|
|
524
|
+
onMouseOutCapture?: React.MouseEventHandler<HTMLElement>;
|
|
525
|
+
onMouseOver?: React.MouseEventHandler<HTMLElement>;
|
|
526
|
+
onMouseOverCapture?: React.MouseEventHandler<HTMLElement>;
|
|
527
|
+
onMouseUp?: React.MouseEventHandler<HTMLElement>;
|
|
528
|
+
onMouseUpCapture?: React.MouseEventHandler<HTMLElement>;
|
|
529
|
+
onSelect?: React.ReactEventHandler<HTMLElement>;
|
|
530
|
+
onSelectCapture?: React.ReactEventHandler<HTMLElement>;
|
|
531
|
+
onTouchCancel?: React.TouchEventHandler<HTMLElement>;
|
|
532
|
+
onTouchCancelCapture?: React.TouchEventHandler<HTMLElement>;
|
|
533
|
+
onTouchEnd?: React.TouchEventHandler<HTMLElement>;
|
|
534
|
+
onTouchEndCapture?: React.TouchEventHandler<HTMLElement>;
|
|
535
|
+
onTouchMove?: React.TouchEventHandler<HTMLElement>;
|
|
536
|
+
onTouchMoveCapture?: React.TouchEventHandler<HTMLElement>;
|
|
537
|
+
onTouchStart?: React.TouchEventHandler<HTMLElement>;
|
|
538
|
+
onTouchStartCapture?: React.TouchEventHandler<HTMLElement>;
|
|
539
|
+
onPointerDown?: React.PointerEventHandler<HTMLElement>;
|
|
540
|
+
onPointerDownCapture?: React.PointerEventHandler<HTMLElement>;
|
|
541
|
+
onPointerMove?: React.PointerEventHandler<HTMLElement>;
|
|
542
|
+
onPointerMoveCapture?: React.PointerEventHandler<HTMLElement>;
|
|
543
|
+
onPointerUp?: React.PointerEventHandler<HTMLElement>;
|
|
544
|
+
onPointerUpCapture?: React.PointerEventHandler<HTMLElement>;
|
|
545
|
+
onPointerCancel?: React.PointerEventHandler<HTMLElement>;
|
|
546
|
+
onPointerCancelCapture?: React.PointerEventHandler<HTMLElement>;
|
|
547
|
+
onPointerEnter?: React.PointerEventHandler<HTMLElement>;
|
|
548
|
+
onPointerLeave?: React.PointerEventHandler<HTMLElement>;
|
|
549
|
+
onPointerOver?: React.PointerEventHandler<HTMLElement>;
|
|
550
|
+
onPointerOverCapture?: React.PointerEventHandler<HTMLElement>;
|
|
551
|
+
onPointerOut?: React.PointerEventHandler<HTMLElement>;
|
|
552
|
+
onPointerOutCapture?: React.PointerEventHandler<HTMLElement>;
|
|
553
|
+
onGotPointerCapture?: React.PointerEventHandler<HTMLElement>;
|
|
554
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement>;
|
|
555
|
+
onLostPointerCapture?: React.PointerEventHandler<HTMLElement>;
|
|
556
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement>;
|
|
557
|
+
onScroll?: React.UIEventHandler<HTMLElement>;
|
|
558
|
+
onScrollCapture?: React.UIEventHandler<HTMLElement>;
|
|
559
|
+
onScrollEnd?: React.UIEventHandler<HTMLElement>;
|
|
560
|
+
onScrollEndCapture?: React.UIEventHandler<HTMLElement>;
|
|
561
|
+
onWheel?: React.WheelEventHandler<HTMLElement>;
|
|
562
|
+
onWheelCapture?: React.WheelEventHandler<HTMLElement>;
|
|
563
|
+
onAnimationStart?: React.AnimationEventHandler<HTMLElement>;
|
|
564
|
+
onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
565
|
+
onAnimationEnd?: React.AnimationEventHandler<HTMLElement>;
|
|
566
|
+
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
567
|
+
onAnimationIteration?: React.AnimationEventHandler<HTMLElement>;
|
|
568
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
569
|
+
onToggle?: React.ToggleEventHandler<HTMLElement>;
|
|
570
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLElement>;
|
|
571
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLElement>;
|
|
572
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
573
|
+
onTransitionEnd?: React.TransitionEventHandler<HTMLElement>;
|
|
574
|
+
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
575
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLElement>;
|
|
576
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
577
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLElement>;
|
|
578
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
579
|
+
size?: string;
|
|
580
|
+
variant?: string;
|
|
581
|
+
disabled?: boolean;
|
|
582
|
+
type?: string;
|
|
583
|
+
}, Element>;
|
|
584
|
+
export declare const FeedlogCard: ({ children, ...props }: React.HTMLAttributes<HTMLElement>) => React.DOMElement<{
|
|
585
|
+
defaultChecked?: boolean | undefined;
|
|
586
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
587
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
588
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
589
|
+
accessKey?: string | undefined;
|
|
590
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
591
|
+
autoFocus?: boolean | undefined;
|
|
592
|
+
className?: string | undefined;
|
|
593
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
594
|
+
contextMenu?: string | undefined;
|
|
595
|
+
dir?: string | undefined;
|
|
596
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
597
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
598
|
+
hidden?: boolean | undefined;
|
|
599
|
+
id?: string | undefined;
|
|
600
|
+
lang?: string | undefined;
|
|
601
|
+
nonce?: string | undefined;
|
|
602
|
+
slot?: string | undefined;
|
|
603
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
604
|
+
style?: React.CSSProperties | undefined;
|
|
605
|
+
tabIndex?: number | undefined;
|
|
606
|
+
title?: string | undefined;
|
|
607
|
+
translate?: "yes" | "no" | undefined;
|
|
608
|
+
radioGroup?: string | undefined;
|
|
609
|
+
role?: React.AriaRole | undefined;
|
|
610
|
+
about?: string | undefined;
|
|
611
|
+
content?: string | undefined;
|
|
612
|
+
datatype?: string | undefined;
|
|
613
|
+
inlist?: any;
|
|
614
|
+
prefix?: string | undefined;
|
|
615
|
+
property?: string | undefined;
|
|
616
|
+
rel?: string | undefined;
|
|
617
|
+
resource?: string | undefined;
|
|
618
|
+
rev?: string | undefined;
|
|
619
|
+
typeof?: string | undefined;
|
|
620
|
+
vocab?: string | undefined;
|
|
621
|
+
autoCorrect?: string | undefined;
|
|
622
|
+
autoSave?: string | undefined;
|
|
623
|
+
color?: string | undefined;
|
|
624
|
+
itemProp?: string | undefined;
|
|
625
|
+
itemScope?: boolean | undefined;
|
|
626
|
+
itemType?: string | undefined;
|
|
627
|
+
itemID?: string | undefined;
|
|
628
|
+
itemRef?: string | undefined;
|
|
629
|
+
results?: number | undefined;
|
|
630
|
+
security?: string | undefined;
|
|
631
|
+
unselectable?: "on" | "off" | undefined;
|
|
632
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
633
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
634
|
+
popoverTarget?: string | undefined;
|
|
635
|
+
inert?: boolean | undefined;
|
|
636
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
637
|
+
is?: string | undefined;
|
|
638
|
+
exportparts?: string | undefined;
|
|
639
|
+
part?: string | undefined;
|
|
640
|
+
"aria-activedescendant"?: string | undefined;
|
|
641
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
642
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
643
|
+
"aria-braillelabel"?: string | undefined;
|
|
644
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
645
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
646
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
647
|
+
"aria-colcount"?: number | undefined;
|
|
648
|
+
"aria-colindex"?: number | undefined;
|
|
649
|
+
"aria-colindextext"?: string | undefined;
|
|
650
|
+
"aria-colspan"?: number | undefined;
|
|
651
|
+
"aria-controls"?: string | undefined;
|
|
652
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
653
|
+
"aria-describedby"?: string | undefined;
|
|
654
|
+
"aria-description"?: string | undefined;
|
|
655
|
+
"aria-details"?: string | undefined;
|
|
656
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
657
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
658
|
+
"aria-errormessage"?: string | undefined;
|
|
659
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
660
|
+
"aria-flowto"?: string | undefined;
|
|
661
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
662
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
663
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
664
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
665
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
666
|
+
"aria-label"?: string | undefined;
|
|
667
|
+
"aria-labelledby"?: string | undefined;
|
|
668
|
+
"aria-level"?: number | undefined;
|
|
669
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
670
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
671
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
672
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
673
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
674
|
+
"aria-owns"?: string | undefined;
|
|
675
|
+
"aria-placeholder"?: string | undefined;
|
|
676
|
+
"aria-posinset"?: number | undefined;
|
|
677
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
678
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
679
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
680
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
681
|
+
"aria-roledescription"?: string | undefined;
|
|
682
|
+
"aria-rowcount"?: number | undefined;
|
|
683
|
+
"aria-rowindex"?: number | undefined;
|
|
684
|
+
"aria-rowindextext"?: string | undefined;
|
|
685
|
+
"aria-rowspan"?: number | undefined;
|
|
686
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
687
|
+
"aria-setsize"?: number | undefined;
|
|
688
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
689
|
+
"aria-valuemax"?: number | undefined;
|
|
690
|
+
"aria-valuemin"?: number | undefined;
|
|
691
|
+
"aria-valuenow"?: number | undefined;
|
|
692
|
+
"aria-valuetext"?: string | undefined;
|
|
693
|
+
dangerouslySetInnerHTML?: {
|
|
694
|
+
__html: string | TrustedHTML;
|
|
695
|
+
} | undefined;
|
|
696
|
+
onCopy?: React.ClipboardEventHandler<HTMLElement>;
|
|
697
|
+
onCopyCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
698
|
+
onCut?: React.ClipboardEventHandler<HTMLElement>;
|
|
699
|
+
onCutCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
700
|
+
onPaste?: React.ClipboardEventHandler<HTMLElement>;
|
|
701
|
+
onPasteCapture?: React.ClipboardEventHandler<HTMLElement>;
|
|
702
|
+
onCompositionEnd?: React.CompositionEventHandler<HTMLElement>;
|
|
703
|
+
onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
704
|
+
onCompositionStart?: React.CompositionEventHandler<HTMLElement>;
|
|
705
|
+
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
706
|
+
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement>;
|
|
707
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement>;
|
|
708
|
+
onFocus?: React.FocusEventHandler<HTMLElement>;
|
|
709
|
+
onFocusCapture?: React.FocusEventHandler<HTMLElement>;
|
|
710
|
+
onBlur?: React.FocusEventHandler<HTMLElement>;
|
|
711
|
+
onBlurCapture?: React.FocusEventHandler<HTMLElement>;
|
|
712
|
+
onChange?: React.ChangeEventHandler<HTMLElement, Element>;
|
|
713
|
+
onChangeCapture?: React.ChangeEventHandler<HTMLElement, Element>;
|
|
714
|
+
onBeforeInput?: React.InputEventHandler<HTMLElement>;
|
|
715
|
+
onBeforeInputCapture?: React.InputEventHandler<HTMLElement>;
|
|
716
|
+
onInput?: React.InputEventHandler<HTMLElement>;
|
|
717
|
+
onInputCapture?: React.InputEventHandler<HTMLElement>;
|
|
718
|
+
onReset?: React.ReactEventHandler<HTMLElement>;
|
|
719
|
+
onResetCapture?: React.ReactEventHandler<HTMLElement>;
|
|
720
|
+
onSubmit?: React.SubmitEventHandler<HTMLElement>;
|
|
721
|
+
onSubmitCapture?: React.SubmitEventHandler<HTMLElement>;
|
|
722
|
+
onInvalid?: React.ReactEventHandler<HTMLElement>;
|
|
723
|
+
onInvalidCapture?: React.ReactEventHandler<HTMLElement>;
|
|
724
|
+
onLoad?: React.ReactEventHandler<HTMLElement>;
|
|
725
|
+
onLoadCapture?: React.ReactEventHandler<HTMLElement>;
|
|
726
|
+
onError?: React.ReactEventHandler<HTMLElement>;
|
|
727
|
+
onErrorCapture?: React.ReactEventHandler<HTMLElement>;
|
|
728
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLElement>;
|
|
729
|
+
onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
730
|
+
onKeyPress?: React.KeyboardEventHandler<HTMLElement>;
|
|
731
|
+
onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
732
|
+
onKeyUp?: React.KeyboardEventHandler<HTMLElement>;
|
|
733
|
+
onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement>;
|
|
734
|
+
onAbort?: React.ReactEventHandler<HTMLElement>;
|
|
735
|
+
onAbortCapture?: React.ReactEventHandler<HTMLElement>;
|
|
736
|
+
onCanPlay?: React.ReactEventHandler<HTMLElement>;
|
|
737
|
+
onCanPlayCapture?: React.ReactEventHandler<HTMLElement>;
|
|
738
|
+
onCanPlayThrough?: React.ReactEventHandler<HTMLElement>;
|
|
739
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement>;
|
|
740
|
+
onDurationChange?: React.ReactEventHandler<HTMLElement>;
|
|
741
|
+
onDurationChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
742
|
+
onEmptied?: React.ReactEventHandler<HTMLElement>;
|
|
743
|
+
onEmptiedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
744
|
+
onEncrypted?: React.ReactEventHandler<HTMLElement>;
|
|
745
|
+
onEncryptedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
746
|
+
onEnded?: React.ReactEventHandler<HTMLElement>;
|
|
747
|
+
onEndedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
748
|
+
onLoadedData?: React.ReactEventHandler<HTMLElement>;
|
|
749
|
+
onLoadedDataCapture?: React.ReactEventHandler<HTMLElement>;
|
|
750
|
+
onLoadedMetadata?: React.ReactEventHandler<HTMLElement>;
|
|
751
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement>;
|
|
752
|
+
onLoadStart?: React.ReactEventHandler<HTMLElement>;
|
|
753
|
+
onLoadStartCapture?: React.ReactEventHandler<HTMLElement>;
|
|
754
|
+
onPause?: React.ReactEventHandler<HTMLElement>;
|
|
755
|
+
onPauseCapture?: React.ReactEventHandler<HTMLElement>;
|
|
756
|
+
onPlay?: React.ReactEventHandler<HTMLElement>;
|
|
757
|
+
onPlayCapture?: React.ReactEventHandler<HTMLElement>;
|
|
758
|
+
onPlaying?: React.ReactEventHandler<HTMLElement>;
|
|
759
|
+
onPlayingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
760
|
+
onProgress?: React.ReactEventHandler<HTMLElement>;
|
|
761
|
+
onProgressCapture?: React.ReactEventHandler<HTMLElement>;
|
|
762
|
+
onRateChange?: React.ReactEventHandler<HTMLElement>;
|
|
763
|
+
onRateChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
764
|
+
onSeeked?: React.ReactEventHandler<HTMLElement>;
|
|
765
|
+
onSeekedCapture?: React.ReactEventHandler<HTMLElement>;
|
|
766
|
+
onSeeking?: React.ReactEventHandler<HTMLElement>;
|
|
767
|
+
onSeekingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
768
|
+
onStalled?: React.ReactEventHandler<HTMLElement>;
|
|
769
|
+
onStalledCapture?: React.ReactEventHandler<HTMLElement>;
|
|
770
|
+
onSuspend?: React.ReactEventHandler<HTMLElement>;
|
|
771
|
+
onSuspendCapture?: React.ReactEventHandler<HTMLElement>;
|
|
772
|
+
onTimeUpdate?: React.ReactEventHandler<HTMLElement>;
|
|
773
|
+
onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement>;
|
|
774
|
+
onVolumeChange?: React.ReactEventHandler<HTMLElement>;
|
|
775
|
+
onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement>;
|
|
776
|
+
onWaiting?: React.ReactEventHandler<HTMLElement>;
|
|
777
|
+
onWaitingCapture?: React.ReactEventHandler<HTMLElement>;
|
|
778
|
+
onAuxClick?: React.MouseEventHandler<HTMLElement>;
|
|
779
|
+
onAuxClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
780
|
+
onClick?: React.MouseEventHandler<HTMLElement>;
|
|
781
|
+
onClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
782
|
+
onContextMenu?: React.MouseEventHandler<HTMLElement>;
|
|
783
|
+
onContextMenuCapture?: React.MouseEventHandler<HTMLElement>;
|
|
784
|
+
onDoubleClick?: React.MouseEventHandler<HTMLElement>;
|
|
785
|
+
onDoubleClickCapture?: React.MouseEventHandler<HTMLElement>;
|
|
786
|
+
onDrag?: React.DragEventHandler<HTMLElement>;
|
|
787
|
+
onDragCapture?: React.DragEventHandler<HTMLElement>;
|
|
788
|
+
onDragEnd?: React.DragEventHandler<HTMLElement>;
|
|
789
|
+
onDragEndCapture?: React.DragEventHandler<HTMLElement>;
|
|
790
|
+
onDragEnter?: React.DragEventHandler<HTMLElement>;
|
|
791
|
+
onDragEnterCapture?: React.DragEventHandler<HTMLElement>;
|
|
792
|
+
onDragExit?: React.DragEventHandler<HTMLElement>;
|
|
793
|
+
onDragExitCapture?: React.DragEventHandler<HTMLElement>;
|
|
794
|
+
onDragLeave?: React.DragEventHandler<HTMLElement>;
|
|
795
|
+
onDragLeaveCapture?: React.DragEventHandler<HTMLElement>;
|
|
796
|
+
onDragOver?: React.DragEventHandler<HTMLElement>;
|
|
797
|
+
onDragOverCapture?: React.DragEventHandler<HTMLElement>;
|
|
798
|
+
onDragStart?: React.DragEventHandler<HTMLElement>;
|
|
799
|
+
onDragStartCapture?: React.DragEventHandler<HTMLElement>;
|
|
800
|
+
onDrop?: React.DragEventHandler<HTMLElement>;
|
|
801
|
+
onDropCapture?: React.DragEventHandler<HTMLElement>;
|
|
802
|
+
onMouseDown?: React.MouseEventHandler<HTMLElement>;
|
|
803
|
+
onMouseDownCapture?: React.MouseEventHandler<HTMLElement>;
|
|
804
|
+
onMouseEnter?: React.MouseEventHandler<HTMLElement>;
|
|
805
|
+
onMouseLeave?: React.MouseEventHandler<HTMLElement>;
|
|
806
|
+
onMouseMove?: React.MouseEventHandler<HTMLElement>;
|
|
807
|
+
onMouseMoveCapture?: React.MouseEventHandler<HTMLElement>;
|
|
808
|
+
onMouseOut?: React.MouseEventHandler<HTMLElement>;
|
|
809
|
+
onMouseOutCapture?: React.MouseEventHandler<HTMLElement>;
|
|
810
|
+
onMouseOver?: React.MouseEventHandler<HTMLElement>;
|
|
811
|
+
onMouseOverCapture?: React.MouseEventHandler<HTMLElement>;
|
|
812
|
+
onMouseUp?: React.MouseEventHandler<HTMLElement>;
|
|
813
|
+
onMouseUpCapture?: React.MouseEventHandler<HTMLElement>;
|
|
814
|
+
onSelect?: React.ReactEventHandler<HTMLElement>;
|
|
815
|
+
onSelectCapture?: React.ReactEventHandler<HTMLElement>;
|
|
816
|
+
onTouchCancel?: React.TouchEventHandler<HTMLElement>;
|
|
817
|
+
onTouchCancelCapture?: React.TouchEventHandler<HTMLElement>;
|
|
818
|
+
onTouchEnd?: React.TouchEventHandler<HTMLElement>;
|
|
819
|
+
onTouchEndCapture?: React.TouchEventHandler<HTMLElement>;
|
|
820
|
+
onTouchMove?: React.TouchEventHandler<HTMLElement>;
|
|
821
|
+
onTouchMoveCapture?: React.TouchEventHandler<HTMLElement>;
|
|
822
|
+
onTouchStart?: React.TouchEventHandler<HTMLElement>;
|
|
823
|
+
onTouchStartCapture?: React.TouchEventHandler<HTMLElement>;
|
|
824
|
+
onPointerDown?: React.PointerEventHandler<HTMLElement>;
|
|
825
|
+
onPointerDownCapture?: React.PointerEventHandler<HTMLElement>;
|
|
826
|
+
onPointerMove?: React.PointerEventHandler<HTMLElement>;
|
|
827
|
+
onPointerMoveCapture?: React.PointerEventHandler<HTMLElement>;
|
|
828
|
+
onPointerUp?: React.PointerEventHandler<HTMLElement>;
|
|
829
|
+
onPointerUpCapture?: React.PointerEventHandler<HTMLElement>;
|
|
830
|
+
onPointerCancel?: React.PointerEventHandler<HTMLElement>;
|
|
831
|
+
onPointerCancelCapture?: React.PointerEventHandler<HTMLElement>;
|
|
832
|
+
onPointerEnter?: React.PointerEventHandler<HTMLElement>;
|
|
833
|
+
onPointerLeave?: React.PointerEventHandler<HTMLElement>;
|
|
834
|
+
onPointerOver?: React.PointerEventHandler<HTMLElement>;
|
|
835
|
+
onPointerOverCapture?: React.PointerEventHandler<HTMLElement>;
|
|
836
|
+
onPointerOut?: React.PointerEventHandler<HTMLElement>;
|
|
837
|
+
onPointerOutCapture?: React.PointerEventHandler<HTMLElement>;
|
|
838
|
+
onGotPointerCapture?: React.PointerEventHandler<HTMLElement>;
|
|
839
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement>;
|
|
840
|
+
onLostPointerCapture?: React.PointerEventHandler<HTMLElement>;
|
|
841
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement>;
|
|
842
|
+
onScroll?: React.UIEventHandler<HTMLElement>;
|
|
843
|
+
onScrollCapture?: React.UIEventHandler<HTMLElement>;
|
|
844
|
+
onScrollEnd?: React.UIEventHandler<HTMLElement>;
|
|
845
|
+
onScrollEndCapture?: React.UIEventHandler<HTMLElement>;
|
|
846
|
+
onWheel?: React.WheelEventHandler<HTMLElement>;
|
|
847
|
+
onWheelCapture?: React.WheelEventHandler<HTMLElement>;
|
|
848
|
+
onAnimationStart?: React.AnimationEventHandler<HTMLElement>;
|
|
849
|
+
onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
850
|
+
onAnimationEnd?: React.AnimationEventHandler<HTMLElement>;
|
|
851
|
+
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
852
|
+
onAnimationIteration?: React.AnimationEventHandler<HTMLElement>;
|
|
853
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement>;
|
|
854
|
+
onToggle?: React.ToggleEventHandler<HTMLElement>;
|
|
855
|
+
onBeforeToggle?: React.ToggleEventHandler<HTMLElement>;
|
|
856
|
+
onTransitionCancel?: React.TransitionEventHandler<HTMLElement>;
|
|
857
|
+
onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
858
|
+
onTransitionEnd?: React.TransitionEventHandler<HTMLElement>;
|
|
859
|
+
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
860
|
+
onTransitionRun?: React.TransitionEventHandler<HTMLElement>;
|
|
861
|
+
onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
862
|
+
onTransitionStart?: React.TransitionEventHandler<HTMLElement>;
|
|
863
|
+
onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement>;
|
|
864
|
+
}, Element>;
|
|
865
|
+
//# sourceMappingURL=server.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../src/server.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,oDAAoD,CAAC;AAC5D,OAAO,qDAAqD,CAAC;AAC7D,OAAO,mDAAmD,CAAC;AAC3D,OAAO,oDAAoD,CAAC;AAC5D,OAAO,qDAAqD,CAAC;AAC7D,OAAO,4DAA4D,CAAC;AACpE,OAAO,0DAA0D,CAAC;AAElE,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,eAAO,MAAM,YAAY,GAAI,wBAG1B,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAR,MAAM;WACF,CAAC;AAExD,eAAO,MAAM,aAAa,GAAI,wBAG3B,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,GAAG;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAJQ,MAAM;cACH,MAAM;eACL,OAAO;WACX,MAAM;WAC6C,CAAC;AAE7D,eAAO,MAAM,WAAW,GAAI,wBAAwB,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAC/B,CAAC"}
|
package/dist/server.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
// Import custom elements so the browser bundle still registers them for hydration.
|
|
3
|
+
import '@feedlog-ai/webcomponents/components/feedlog-badge';
|
|
4
|
+
import '@feedlog-ai/webcomponents/components/feedlog-button';
|
|
5
|
+
import '@feedlog-ai/webcomponents/components/feedlog-card';
|
|
6
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issue';
|
|
7
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issues';
|
|
8
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issues-client';
|
|
9
|
+
import '@feedlog-ai/webcomponents/components/feedlog-issues-list';
|
|
10
|
+
export const FeedlogBadge = ({ children, ...props }) => React.createElement('feedlog-badge', props, children);
|
|
11
|
+
export const FeedlogButton = ({ children, ...props }) => React.createElement('feedlog-button', props, children);
|
|
12
|
+
export const FeedlogCard = ({ children, ...props }) => React.createElement('feedlog-card', props, children);
|
|
13
|
+
//# sourceMappingURL=server.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server.js","sourceRoot":"","sources":["../src/server.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,mFAAmF;AACnF,OAAO,oDAAoD,CAAC;AAC5D,OAAO,qDAAqD,CAAC;AAC7D,OAAO,mDAAmD,CAAC;AAC3D,OAAO,oDAAoD,CAAC;AAC5D,OAAO,qDAAqD,CAAC;AAC7D,OAAO,4DAA4D,CAAC;AACpE,OAAO,0DAA0D,CAAC;AAIlE,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,EAC3B,QAAQ,EACR,GAAG,KAAK,EACiD,EAAE,EAAE,CAC7D,KAAK,CAAC,aAAa,CAAC,eAAe,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;AAExD,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,EAC5B,QAAQ,EACR,GAAG,KAAK,EAMT,EAAE,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,gBAAgB,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAqC,EAAE,EAAE,CACvF,KAAK,CAAC,aAAa,CAAC,cAAc,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC"}
|
package/dist/start.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../src/start.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;4DAKmB,CAAC;WAAe,CAAC;;CACvD,CAAC"}
|
package/dist/start.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { stencilSSR } from '@stencil/ssr';
|
|
2
|
+
export const feedlogSSR = () => stencilSSR({
|
|
3
|
+
module: import('@feedlog-ai/react'),
|
|
4
|
+
from: '@feedlog-ai/react',
|
|
5
|
+
hydrateModule: import('@feedlog-ai/webcomponents/hydrate'),
|
|
6
|
+
serializeShadowRoot: { default: 'declarative-shadow-dom' },
|
|
7
|
+
});
|
|
8
|
+
//# sourceMappingURL=start.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start.js","sourceRoot":"","sources":["../src/start.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,EAAE,CAC7B,UAAU,CAAC;IACT,MAAM,EAAE,MAAM,CAAC,mBAAmB,CAAC;IACnC,IAAI,EAAE,mBAAmB;IACzB,aAAa,EAAE,MAAM,CAAC,mCAAmC,CAAC;IAC1D,mBAAmB,EAAE,EAAE,OAAO,EAAE,wBAAwB,EAAE;CAC3D,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedlog-ai/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"description": "React bindings for Feedlog Toolkit Web Components",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -20,6 +20,11 @@
|
|
|
20
20
|
"import": "./dist/vite.js",
|
|
21
21
|
"require": "./dist/vite.js",
|
|
22
22
|
"types": "./dist/vite.d.ts"
|
|
23
|
+
},
|
|
24
|
+
"./start": {
|
|
25
|
+
"import": "./dist/start.js",
|
|
26
|
+
"require": "./dist/start.js",
|
|
27
|
+
"types": "./dist/start.d.ts"
|
|
23
28
|
}
|
|
24
29
|
},
|
|
25
30
|
"files": [
|
|
@@ -38,7 +43,7 @@
|
|
|
38
43
|
"react-dom": ">=17.0.0"
|
|
39
44
|
},
|
|
40
45
|
"dependencies": {
|
|
41
|
-
"@feedlog-ai/webcomponents": "^0.0.
|
|
46
|
+
"@feedlog-ai/webcomponents": "^0.0.31"
|
|
42
47
|
},
|
|
43
48
|
"devDependencies": {
|
|
44
49
|
"@jest/test-sequencer": "^29.7.0",
|