@envive-ai/react-toolkit-v3 0.3.26 → 0.3.28
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/dist/AnimatedText/AnimatedText.d.ts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/Carousel/Carousel.cjs +1 -1
- package/dist/Carousel/Carousel.d.cts +2 -2
- package/dist/Carousel/Carousel.d.ts +2 -2
- package/dist/Carousel/Carousel.js +1 -1
- package/dist/Carousel/components/Container.cjs +2 -2
- package/dist/Carousel/components/Container.js +2 -2
- package/dist/ChatFooter/ChatFooter.cjs +3 -1
- package/dist/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.js +3 -1
- package/dist/ChatFooter/components/Layout.cjs +4 -4
- package/dist/ChatFooter/components/Layout.d.cts +1 -0
- package/dist/ChatFooter/components/Layout.d.ts +1 -0
- package/dist/ChatFooter/components/Layout.js +4 -4
- package/dist/ChatFooter/components/index.d.cts +5 -3
- package/dist/ChatFooter/components/index.d.ts +7 -5
- package/dist/ChatFooter/types/types.d.cts +3 -2
- package/dist/ChatFooter/types/types.d.ts +3 -2
- package/dist/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/ChatHeader/components/Handle.cjs +2 -2
- package/dist/ChatHeader/components/Handle.js +2 -2
- package/dist/ChatHeader/components/Toggle.cjs +3 -3
- package/dist/ChatHeader/components/Toggle.js +3 -3
- package/dist/ChatPreview/ChatPreview.cjs +1 -1
- package/dist/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/ChatPreview/ChatPreview.js +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
- package/dist/ChatPreviewComparison/components/Headline.cjs +2 -2
- package/dist/ChatPreviewComparison/components/Headline.js +2 -2
- package/dist/ChatPreviewComparison/components/Layout.cjs +4 -4
- package/dist/ChatPreviewComparison/components/Layout.js +4 -4
- package/dist/ChatPreviewComparison/components/Message.cjs +2 -2
- package/dist/ChatPreviewComparison/components/Message.js +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/Container/Container.d.cts +56 -56
- package/dist/Container/Container.d.ts +220 -220
- package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/Disclaimer/components/Container.cjs +2 -2
- package/dist/Disclaimer/components/Container.js +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/DocumentRetrievalCard/components/Layout.cjs +2 -2
- package/dist/DocumentRetrievalCard/components/Layout.js +2 -2
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
- package/dist/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/FloatingChat/components/ChatMessages.cjs +1 -1
- package/dist/FloatingChat/components/ChatMessages.js +1 -1
- package/dist/FloatingChat/components/Layout.cjs +3 -3
- package/dist/FloatingChat/components/Layout.js +3 -3
- package/dist/FloatingChat/components/ResultsGridView.cjs +1 -1
- package/dist/FloatingChat/components/ResultsGridView.js +1 -1
- package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +6 -2
- package/dist/FloatingChat/components/SalesAgentBadgeContent.js +6 -2
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +2 -1
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +2 -1
- package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +126 -27
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +5 -7
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +5 -7
- package/dist/FullPageSalesAgent/FullPageSalesAgent.js +127 -28
- package/dist/FullPageSalesAgent/components/Layout.cjs +34 -27
- package/dist/FullPageSalesAgent/components/Layout.js +34 -27
- package/dist/FullPageSalesAgent/components/WelcomeOverlay.cjs +109 -0
- package/dist/FullPageSalesAgent/components/WelcomeOverlay.js +107 -0
- package/dist/FullPageSalesAgent/components/index.cjs +1 -0
- package/dist/FullPageSalesAgent/components/index.js +1 -0
- package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.cjs +16 -6
- package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.js +16 -6
- package/dist/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.cjs +44 -0
- package/dist/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.js +42 -0
- package/dist/Image/Image.d.cts +2 -2
- package/dist/Image/Image.d.ts +2 -2
- package/dist/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/ImageGallery/components/Layout.cjs +1 -1
- package/dist/ImageGallery/components/Layout.js +1 -1
- package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/Message/components/LinkButton.cjs +1 -1
- package/dist/Message/components/LinkButton.js +1 -1
- package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
- package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
- package/dist/ProductCard/ProductCard.cjs +2 -2
- package/dist/ProductCard/ProductCard.d.cts +2 -2
- package/dist/ProductCard/ProductCard.d.ts +2 -2
- package/dist/ProductCard/ProductCard.js +2 -2
- package/dist/PromptButton/PromptButton.d.cts +2 -2
- package/dist/PromptButton/PromptButton.d.ts +2 -2
- package/dist/PromptButton/hooks/useGetLayoutBaseProperties.cjs +1 -1
- package/dist/PromptButton/hooks/useGetLayoutBaseProperties.js +1 -1
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +1 -1
- package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +1 -1
- package/dist/PromptCarousel/PromptCarousel.cjs +3 -3
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.js +3 -3
- package/dist/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/ReviewCard/components/Container.cjs +2 -2
- package/dist/ReviewCard/components/Container.js +2 -2
- package/dist/ReviewCard/components/ReadMoreButton.cjs +1 -1
- package/dist/ReviewCard/components/ReadMoreButton.js +1 -1
- package/dist/ReviewCard/components/index.d.cts +4 -4
- package/dist/ReviewCard/components/index.d.ts +6 -6
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/Container.cjs +2 -2
- package/dist/SalesAgentProductCard/components/Container.js +2 -2
- package/dist/SalesAgentProductCard/components/Price.cjs +2 -2
- package/dist/SalesAgentProductCard/components/Price.js +2 -2
- package/dist/SalesAgentProductCard/components/Rate.cjs +1 -1
- package/dist/SalesAgentProductCard/components/Rate.js +1 -1
- package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
- package/dist/SocialProof/SocialProof.cjs +5 -4
- package/dist/SocialProof/SocialProof.d.cts +2 -2
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SocialProof/SocialProof.js +5 -4
- package/dist/SocialProof/components/Headline.cjs +4 -4
- package/dist/SocialProof/components/Headline.js +4 -4
- package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
- package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
- package/dist/SocialProof/components/LayoutSingle.cjs +3 -4
- package/dist/SocialProof/components/LayoutSingle.js +3 -4
- package/dist/SocialProof/components/Subheadline.cjs +1 -1
- package/dist/SocialProof/components/Subheadline.js +1 -1
- package/dist/SocialProof/hooks/useSocialProofCount.cjs +3 -2
- package/dist/SocialProof/hooks/useSocialProofCount.d.cts +2 -0
- package/dist/SocialProof/hooks/useSocialProofCount.d.ts +2 -0
- package/dist/SocialProof/hooks/useSocialProofCount.js +3 -2
- package/dist/SocialProof/types/types.d.cts +5 -0
- package/dist/SocialProof/types/types.d.ts +5 -0
- package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
- package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
- package/dist/Stack/Stack.d.cts +2 -2
- package/dist/Stack/Stack.d.ts +2 -2
- package/dist/TextField/TextField.cjs +10 -3
- package/dist/TextField/TextField.d.cts +1 -0
- package/dist/TextField/TextField.d.ts +1 -0
- package/dist/TextField/TextField.js +10 -3
- package/dist/TextField/components/Input.cjs +31 -2
- package/dist/TextField/components/Input.js +31 -2
- package/dist/TextField/components/Layout.cjs +7 -2
- package/dist/TextField/components/Layout.js +7 -2
- package/dist/TextField/hooks/useAutoResize.cjs +17 -0
- package/dist/TextField/hooks/useAutoResize.js +16 -0
- package/dist/TextField/hooks/usePlaceholderAnimation.cjs +58 -0
- package/dist/TextField/hooks/usePlaceholderAnimation.js +57 -0
- package/dist/TextField/hooks/useVoiceInput.cjs +9 -1
- package/dist/TextField/hooks/useVoiceInput.js +9 -1
- package/dist/TextField/types/index.d.cts +19 -1
- package/dist/TextField/types/index.d.ts +19 -1
- package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
- package/dist/Tokens/index.cjs +1 -1
- package/dist/Tokens/index.js +1 -1
- package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
- package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/TypingAnimation/TypingAnimation.js +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
- package/dist/Typography/Typography.d.cts +4 -4
- package/dist/Typography/Typography.d.ts +4 -4
- package/dist/WelcomeMessage/components/Container.cjs +2 -2
- package/dist/WelcomeMessage/components/Container.js +2 -2
- package/dist/WidgetTextField/WidgetTextField.cjs +4 -4
- package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
- package/dist/WidgetTextField/WidgetTextField.js +1 -1
- package/dist/WidgetTextField/components/Container.cjs +2 -2
- package/dist/WidgetTextField/components/Container.js +2 -2
- package/dist/WidgetTextField/components/Icon.cjs +1 -1
- package/dist/WidgetTextField/components/Icon.js +1 -1
- package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/ChatFooter/ChatFooter.tsx +2 -0
- package/src/components/ChatFooter/components/Layout.tsx +3 -1
- package/src/components/ChatFooter/components/TextField.tsx +4 -1
- package/src/components/ChatFooter/types/types.ts +3 -2
- package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +8 -0
- package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +3 -0
- package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +207 -49
- package/src/components/FullPageSalesAgent/components/Layout.tsx +10 -3
- package/src/components/FullPageSalesAgent/components/WelcomeOverlay.tsx +143 -0
- package/src/components/FullPageSalesAgent/components/index.ts +2 -0
- package/src/components/FullPageSalesAgent/hooks/useGetFooterStyles.ts +15 -5
- package/src/components/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.ts +52 -0
- package/src/components/PromptButton/hooks/useGetLayoutBaseProperties.ts +3 -1
- package/src/components/SalesAgentProductCard/components/Price.tsx +2 -2
- package/src/components/SalesAgentProductCard/components/Rate.tsx +1 -1
- package/src/components/SocialProof/SocialProof.tsx +4 -2
- package/src/components/SocialProof/components/Headline.tsx +1 -1
- package/src/components/SocialProof/components/LayoutSingle.tsx +6 -5
- package/src/components/SocialProof/hooks/useSocialProofCount.ts +8 -1
- package/src/components/SocialProof/types/types.ts +6 -0
- package/src/components/TextField/TextField.tsx +17 -3
- package/src/components/TextField/__tests__/VoiceInputButton.test.tsx +22 -58
- package/src/components/TextField/components/Input.tsx +43 -9
- package/src/components/TextField/components/Layout.tsx +7 -1
- package/src/components/TextField/hooks/useAutoResize.ts +14 -0
- package/src/components/TextField/hooks/usePlaceholderAnimation.ts +67 -0
- package/src/components/TextField/hooks/useTextFieldSubmit.ts +1 -1
- package/src/components/TextField/hooks/useVoiceInput.ts +8 -0
- package/src/components/TextField/types/index.ts +19 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
const require_theme = require('../../packages/components-v3/tokens/theme/theme.cjs');
|
|
3
|
+
require('../../Tokens/index.cjs');
|
|
4
|
+
const require_resolveTheme = require('../../utils/resolveTheme.cjs');
|
|
3
5
|
const require_index = require('../../Typography/types/index.cjs');
|
|
4
6
|
require('../../Typography/index.cjs');
|
|
5
|
-
const require_resolveTheme = require('../../utils/resolveTheme.cjs');
|
|
6
|
-
require('../../Tokens/index.cjs');
|
|
7
7
|
const require_utils_useCheckIsMobile = require('../../utils/useCheckIsMobile.cjs');
|
|
8
8
|
let react = require("react");
|
|
9
9
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Theme } from "../../packages/components-v3/tokens/theme/theme.js";
|
|
2
|
+
import "../../Tokens/index.js";
|
|
3
|
+
import { resolveTheme } from "../../utils/resolveTheme.js";
|
|
2
4
|
import { TypographyColor, TypographyVariant } from "../../Typography/types/index.js";
|
|
3
5
|
import "../../Typography/index.js";
|
|
4
|
-
import { resolveTheme } from "../../utils/resolveTheme.js";
|
|
5
|
-
import "../../Tokens/index.js";
|
|
6
6
|
import { useCheckIsMobile } from "../../utils/useCheckIsMobile.js";
|
|
7
7
|
import { Suspense, lazy } from "react";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -16,6 +16,6 @@ declare const ChatPreviewLoading: ({
|
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel,
|
|
18
18
|
voiceInputEnabled
|
|
19
|
-
}: ChatPreviewLoadingProps) =>
|
|
19
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime34.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ChatPreviewLoading };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -16,6 +16,6 @@ declare const ChatPreviewLoading: ({
|
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel,
|
|
18
18
|
voiceInputEnabled
|
|
19
|
-
}: ChatPreviewLoadingProps) =>
|
|
19
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime22.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ChatPreviewLoading };
|
|
@@ -18,68 +18,20 @@ declare const Container: ({
|
|
|
18
18
|
centerContent,
|
|
19
19
|
...props
|
|
20
20
|
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react10.DetailedReactHTMLElement<{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
onDrag?: react10.DragEventHandler<HTMLElement>;
|
|
21
|
+
onClick?: react10.MouseEventHandler<HTMLElement>;
|
|
22
|
+
onFocus?: react10.FocusEventHandler<HTMLElement>;
|
|
24
23
|
onMouseDown?: react10.MouseEventHandler<HTMLElement>;
|
|
25
24
|
onMouseUp?: react10.MouseEventHandler<HTMLElement>;
|
|
26
25
|
onTouchStart?: react10.TouchEventHandler<HTMLElement>;
|
|
27
26
|
onTouchEnd?: react10.TouchEventHandler<HTMLElement>;
|
|
28
|
-
|
|
29
|
-
onSubmit?: react10.FormEventHandler<HTMLElement>;
|
|
30
|
-
onFocus?: react10.FocusEventHandler<HTMLElement>;
|
|
31
|
-
onClick?: react10.MouseEventHandler<HTMLElement>;
|
|
32
|
-
defaultChecked?: boolean | undefined;
|
|
33
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
34
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
35
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
36
|
-
accessKey?: string | undefined;
|
|
37
|
-
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
38
|
-
autoFocus?: boolean | undefined;
|
|
39
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
40
|
-
contextMenu?: string | undefined;
|
|
41
|
-
dir?: string | undefined;
|
|
42
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
43
|
-
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
44
|
-
hidden?: boolean | undefined;
|
|
45
|
-
lang?: string | undefined;
|
|
46
|
-
nonce?: string | undefined;
|
|
27
|
+
onToggle?: react10.ToggleEventHandler<HTMLElement>;
|
|
47
28
|
slot?: string | undefined;
|
|
48
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
49
|
-
tabIndex?: number | undefined;
|
|
50
29
|
title?: string | undefined;
|
|
51
|
-
|
|
52
|
-
|
|
30
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
31
|
+
color?: string | undefined;
|
|
32
|
+
lang?: string | undefined;
|
|
53
33
|
role?: react10.AriaRole | undefined;
|
|
54
|
-
|
|
55
|
-
content?: string | undefined;
|
|
56
|
-
datatype?: string | undefined;
|
|
57
|
-
inlist?: any;
|
|
58
|
-
prefix?: string | undefined;
|
|
59
|
-
property?: string | undefined;
|
|
60
|
-
rel?: string | undefined;
|
|
61
|
-
resource?: string | undefined;
|
|
62
|
-
rev?: string | undefined;
|
|
63
|
-
typeof?: string | undefined;
|
|
64
|
-
vocab?: string | undefined;
|
|
65
|
-
autoCorrect?: string | undefined;
|
|
66
|
-
autoSave?: string | undefined;
|
|
67
|
-
itemProp?: string | undefined;
|
|
68
|
-
itemScope?: boolean | undefined;
|
|
69
|
-
itemType?: string | undefined;
|
|
70
|
-
itemID?: string | undefined;
|
|
71
|
-
itemRef?: string | undefined;
|
|
72
|
-
results?: number | undefined;
|
|
73
|
-
security?: string | undefined;
|
|
74
|
-
unselectable?: "on" | "off" | undefined;
|
|
75
|
-
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
76
|
-
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
77
|
-
popoverTarget?: string | undefined;
|
|
78
|
-
inert?: boolean | undefined;
|
|
79
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
80
|
-
is?: string | undefined;
|
|
81
|
-
exportparts?: string | undefined;
|
|
82
|
-
part?: string | undefined;
|
|
34
|
+
tabIndex?: number | undefined;
|
|
83
35
|
"aria-activedescendant"?: string | undefined;
|
|
84
36
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
85
37
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
@@ -151,6 +103,7 @@ declare const Container: ({
|
|
|
151
103
|
onFocusCapture?: react10.FocusEventHandler<HTMLElement>;
|
|
152
104
|
onBlur?: react10.FocusEventHandler<HTMLElement>;
|
|
153
105
|
onBlurCapture?: react10.FocusEventHandler<HTMLElement>;
|
|
106
|
+
onChange?: react10.FormEventHandler<HTMLElement>;
|
|
154
107
|
onChangeCapture?: react10.FormEventHandler<HTMLElement>;
|
|
155
108
|
onBeforeInput?: react10.InputEventHandler<HTMLElement>;
|
|
156
109
|
onBeforeInputCapture?: react10.FormEventHandler<HTMLElement>;
|
|
@@ -158,6 +111,7 @@ declare const Container: ({
|
|
|
158
111
|
onInputCapture?: react10.FormEventHandler<HTMLElement>;
|
|
159
112
|
onReset?: react10.FormEventHandler<HTMLElement>;
|
|
160
113
|
onResetCapture?: react10.FormEventHandler<HTMLElement>;
|
|
114
|
+
onSubmit?: react10.FormEventHandler<HTMLElement>;
|
|
161
115
|
onSubmitCapture?: react10.FormEventHandler<HTMLElement>;
|
|
162
116
|
onInvalid?: react10.FormEventHandler<HTMLElement>;
|
|
163
117
|
onInvalidCapture?: react10.FormEventHandler<HTMLElement>;
|
|
@@ -222,6 +176,7 @@ declare const Container: ({
|
|
|
222
176
|
onContextMenuCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
223
177
|
onDoubleClick?: react10.MouseEventHandler<HTMLElement>;
|
|
224
178
|
onDoubleClickCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
179
|
+
onDrag?: react10.DragEventHandler<HTMLElement>;
|
|
225
180
|
onDragCapture?: react10.DragEventHandler<HTMLElement>;
|
|
226
181
|
onDragEnd?: react10.DragEventHandler<HTMLElement>;
|
|
227
182
|
onDragEndCapture?: react10.DragEventHandler<HTMLElement>;
|
|
@@ -247,6 +202,7 @@ declare const Container: ({
|
|
|
247
202
|
onMouseOver?: react10.MouseEventHandler<HTMLElement>;
|
|
248
203
|
onMouseOverCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
249
204
|
onMouseUpCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
205
|
+
onSelect?: react10.ReactEventHandler<HTMLElement>;
|
|
250
206
|
onSelectCapture?: react10.ReactEventHandler<HTMLElement>;
|
|
251
207
|
onTouchCancel?: react10.TouchEventHandler<HTMLElement>;
|
|
252
208
|
onTouchCancelCapture?: react10.TouchEventHandler<HTMLElement>;
|
|
@@ -284,7 +240,6 @@ declare const Container: ({
|
|
|
284
240
|
onAnimationEndCapture?: react10.AnimationEventHandler<HTMLElement>;
|
|
285
241
|
onAnimationIteration?: react10.AnimationEventHandler<HTMLElement>;
|
|
286
242
|
onAnimationIterationCapture?: react10.AnimationEventHandler<HTMLElement>;
|
|
287
|
-
onToggle?: react10.ToggleEventHandler<HTMLElement>;
|
|
288
243
|
onBeforeToggle?: react10.ToggleEventHandler<HTMLElement>;
|
|
289
244
|
onTransitionCancel?: react10.TransitionEventHandler<HTMLElement>;
|
|
290
245
|
onTransitionCancelCapture?: react10.TransitionEventHandler<HTMLElement>;
|
|
@@ -294,6 +249,51 @@ declare const Container: ({
|
|
|
294
249
|
onTransitionRunCapture?: react10.TransitionEventHandler<HTMLElement>;
|
|
295
250
|
onTransitionStart?: react10.TransitionEventHandler<HTMLElement>;
|
|
296
251
|
onTransitionStartCapture?: react10.TransitionEventHandler<HTMLElement>;
|
|
252
|
+
defaultChecked?: boolean | undefined;
|
|
253
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
254
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
255
|
+
accessKey?: string | undefined;
|
|
256
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
257
|
+
autoFocus?: boolean | undefined;
|
|
258
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
259
|
+
contextMenu?: string | undefined;
|
|
260
|
+
dir?: string | undefined;
|
|
261
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
262
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
263
|
+
hidden?: boolean | undefined;
|
|
264
|
+
nonce?: string | undefined;
|
|
265
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
266
|
+
translate?: "yes" | "no" | undefined;
|
|
267
|
+
radioGroup?: string | undefined;
|
|
268
|
+
about?: string | undefined;
|
|
269
|
+
content?: string | undefined;
|
|
270
|
+
datatype?: string | undefined;
|
|
271
|
+
inlist?: any;
|
|
272
|
+
prefix?: string | undefined;
|
|
273
|
+
property?: string | undefined;
|
|
274
|
+
rel?: string | undefined;
|
|
275
|
+
resource?: string | undefined;
|
|
276
|
+
rev?: string | undefined;
|
|
277
|
+
typeof?: string | undefined;
|
|
278
|
+
vocab?: string | undefined;
|
|
279
|
+
autoCorrect?: string | undefined;
|
|
280
|
+
autoSave?: string | undefined;
|
|
281
|
+
itemProp?: string | undefined;
|
|
282
|
+
itemScope?: boolean | undefined;
|
|
283
|
+
itemType?: string | undefined;
|
|
284
|
+
itemID?: string | undefined;
|
|
285
|
+
itemRef?: string | undefined;
|
|
286
|
+
results?: number | undefined;
|
|
287
|
+
security?: string | undefined;
|
|
288
|
+
unselectable?: "on" | "off" | undefined;
|
|
289
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
290
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
291
|
+
popoverTarget?: string | undefined;
|
|
292
|
+
inert?: boolean | undefined;
|
|
293
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
294
|
+
is?: string | undefined;
|
|
295
|
+
exportparts?: string | undefined;
|
|
296
|
+
part?: string | undefined;
|
|
297
297
|
className: string;
|
|
298
298
|
style: react10.CSSProperties;
|
|
299
299
|
id: string;
|