@homecode/ui 5.4.1 → 5.5.0
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/esm/index.js +1 -0
- package/dist/esm/src/components/Autocomplete/Autocomplete.js +3 -2
- package/dist/esm/src/components/Gallery/Gallery.js +5 -6
- package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
- package/dist/esm/src/components/Icon/icons/index.js +2 -0
- package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
- package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
- package/dist/esm/src/components/InputFile/InputFile.js +3 -2
- package/dist/esm/src/components/Slider/Slider.js +53 -10
- package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
- package/dist/esm/src/components/Tabs/Tabs.js +3 -1
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
- package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
- package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
- package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
- package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
- package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
- package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
- package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
- package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
- package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
- package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
- package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
- package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
- package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
- package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
- package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
- package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
- package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
- package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
- package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
- package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
- package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
- package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
- package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
- package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
- package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
- package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
- package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
- package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
- package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
- package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
- package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
- package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
- package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
- package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
- package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
- package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
- package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
- package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
- package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
- package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
- package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
- package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
- package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
- package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
- package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
- package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
- package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
- package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
- package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
- package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
- package/dist/esm/types/src/components/index.d.ts +1 -0
- package/dist/esm/types/src/services/i18n.d.ts +1 -1
- package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
- package/graphify-out/.graphify_labels.json +6 -11
- package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
- package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
- package/graphify-out/2026-07-18/cost.json +12 -0
- package/graphify-out/2026-07-18/graph.json +70772 -0
- package/graphify-out/2026-07-18/manifest.json +2342 -0
- package/graphify-out/GRAPH_REPORT.md +193 -221
- package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
- package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
- package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
- package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
- package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
- package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -1
- package/graphify-out/graph.html +4 -4
- package/graphify-out/graph.json +4884 -3505
- package/graphify-out/manifest.json +118 -53
- package/package.json +6 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as T from './Link.types';
|
|
2
|
-
export declare const Link: ({ className, exactClassName, children, href: hrefProp, isClear, isDisabled, disableExternalIcon, inline, isPartialExact, onClick, ...rest }: T.Props) => JSX.Element;
|
|
2
|
+
export declare const Link: ({ className, exactClassName, children, href: hrefProp, isClear, isDisabled, disableExternalIcon, inline, isPartialExact, onClick, ...rest }: T.Props) => import("react").JSX.Element;
|
|
@@ -103,15 +103,15 @@ export declare class Select extends Component<T.Props, T.State> {
|
|
|
103
103
|
label: any;
|
|
104
104
|
}): any;
|
|
105
105
|
getTriggerProps(): any;
|
|
106
|
-
renderAdditionalLabel(): JSX.Element;
|
|
107
|
-
renderTriggerInput(): JSX.Element;
|
|
108
|
-
renderTriggerButton(): JSX.Element;
|
|
109
|
-
renderTriggerArrow(): JSX.Element;
|
|
110
|
-
renderTrigger(): string | number | true | import("react").
|
|
111
|
-
renderFoldButton(id: any): JSX.Element;
|
|
106
|
+
renderAdditionalLabel(): import("react").JSX.Element;
|
|
107
|
+
renderTriggerInput(): import("react").JSX.Element;
|
|
108
|
+
renderTriggerButton(): import("react").JSX.Element;
|
|
109
|
+
renderTriggerArrow(): import("react").JSX.Element;
|
|
110
|
+
renderTrigger(): string | number | true | Iterable<ReactNode> | import("react").JSX.Element;
|
|
111
|
+
renderFoldButton(id: any): import("react").JSX.Element;
|
|
112
112
|
renderOption: (item: any, level?: number) => JSX.Element[];
|
|
113
113
|
renderOptions(): ReactNode[];
|
|
114
|
-
renderPresets(): JSX.Element;
|
|
115
|
-
renderOptionsList(): JSX.Element;
|
|
116
|
-
render(): JSX.Element;
|
|
114
|
+
renderPresets(): import("react").JSX.Element;
|
|
115
|
+
renderOptionsList(): import("react").JSX.Element;
|
|
116
|
+
render(): import("react").JSX.Element;
|
|
117
117
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as T from './Select.types';
|
|
2
|
-
export declare function Select2(props: T.Props): JSX.Element;
|
|
2
|
+
export declare function Select2(props: T.Props): import("react").JSX.Element;
|
|
@@ -5,4 +5,4 @@ export type ShimmerProps = {
|
|
|
5
5
|
round?: boolean;
|
|
6
6
|
children?: React.ReactNode;
|
|
7
7
|
};
|
|
8
|
-
export declare const Shimmer: ({ className, size, round, children, }: ShimmerProps) => JSX.Element;
|
|
8
|
+
export declare const Shimmer: ({ className, size, round, children, }: ShimmerProps) => import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as T from './Slider.types';
|
|
2
2
|
export type SliderProps = T.Props;
|
|
3
3
|
export type SliderMarker = T.SliderMarker;
|
|
4
|
-
export declare function Slider({ className, label, value, min, max, step, size, disabled, showGhost, markers, markerClassName, onMarkerClick, onChange, onInput, markerTooltipProps, ...inputProps }: SliderProps): JSX.Element;
|
|
4
|
+
export declare function Slider({ className, label, value, defaultValue, inputRef, min, max, step, size, disabled, showGhost, vertical, markers, markerClassName, onMarkerClick, onChange, onInput, markerTooltipProps, ...inputProps }: SliderProps): import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes } from 'react';
|
|
1
|
+
import { ReactNode, ChangeEvent, FormEvent, InputHTMLAttributes, Ref } from 'react';
|
|
2
2
|
import { Size, ComponentType } from '../../types';
|
|
3
3
|
import { TooltipProps } from 'uilib';
|
|
4
4
|
export type SliderMarker = {
|
|
@@ -6,14 +6,20 @@ export type SliderMarker = {
|
|
|
6
6
|
value: number;
|
|
7
7
|
label?: ReactNode;
|
|
8
8
|
};
|
|
9
|
-
export type Props = Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'size' | 'onChange' | 'value'> & ComponentType & {
|
|
10
|
-
value
|
|
9
|
+
export type Props = Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'size' | 'onChange' | 'value' | 'defaultValue'> & ComponentType & {
|
|
10
|
+
/** Controlled value. Omit for uncontrolled (DOM-driven) mode. */
|
|
11
|
+
value?: number;
|
|
12
|
+
defaultValue?: number;
|
|
13
|
+
/** Ref to the underlying range input (for DOM-direct updates). */
|
|
14
|
+
inputRef?: Ref<HTMLInputElement>;
|
|
11
15
|
min?: number;
|
|
12
16
|
max?: number;
|
|
13
17
|
step?: number;
|
|
14
18
|
size?: Size;
|
|
15
19
|
disabled?: boolean;
|
|
16
20
|
showGhost?: boolean;
|
|
21
|
+
/** Vertical orientation; fills parent height. Default horizontal. */
|
|
22
|
+
vertical?: boolean;
|
|
17
23
|
label?: ReactNode;
|
|
18
24
|
markers?: SliderMarker[];
|
|
19
25
|
markerClassName?: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as T from './Spinner.types';
|
|
2
|
-
export declare const Spinner: ({ size, className, ...props }: T.Props) => JSX.Element;
|
|
2
|
+
export declare const Spinner: ({ size, className, ...props }: T.Props) => import("react").JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as T from './Table.types';
|
|
2
2
|
import { Component } from 'react';
|
|
3
3
|
export declare class Table extends Component<T.Props> {
|
|
4
|
-
renderHeaderColumn: ({ id, label, sticky }: T.Column) => JSX.Element;
|
|
5
|
-
renderRow: (data: T.Data) => JSX.Element;
|
|
6
|
-
renderDataCol({ id, dataField, render, sticky }: T.Column, data: T.Data): JSX.Element;
|
|
7
|
-
render(): JSX.Element;
|
|
4
|
+
renderHeaderColumn: ({ id, label, sticky }: T.Column) => import("react").JSX.Element;
|
|
5
|
+
renderRow: (data: T.Data) => import("react").JSX.Element;
|
|
6
|
+
renderDataCol({ id, dataField, render, sticky }: T.Column, data: T.Data): import("react").JSX.Element;
|
|
7
|
+
render(): import("react").JSX.Element;
|
|
8
8
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as T from './Tabs.types';
|
|
2
|
-
export declare function Tabs(props: T.Props): string | number | boolean | import("react").
|
|
2
|
+
export declare function Tabs(props: T.Props): string | number | boolean | Iterable<import("react").ReactNode> | import("react").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const H1: (props: any) => JSX.Element;
|
|
2
|
-
export declare const H2: (props: any) => JSX.Element;
|
|
3
|
-
export declare const H3: (props: any) => JSX.Element;
|
|
4
|
-
export declare const H4: (props: any) => JSX.Element;
|
|
5
|
-
export declare const H5: (props: any) => JSX.Element;
|
|
6
|
-
export declare const H6: (props: any) => JSX.Element;
|
|
1
|
+
export declare const H1: (props: any) => import("react").JSX.Element;
|
|
2
|
+
export declare const H2: (props: any) => import("react").JSX.Element;
|
|
3
|
+
export declare const H3: (props: any) => import("react").JSX.Element;
|
|
4
|
+
export declare const H4: (props: any) => import("react").JSX.Element;
|
|
5
|
+
export declare const H5: (props: any) => import("react").JSX.Element;
|
|
6
|
+
export declare const H6: (props: any) => import("react").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TextShimmerProps } from './TextShimmer.types';
|
|
3
|
-
declare function TextShimmerComponent({ children, as: Component, className, duration, spread, inverted, active, }: TextShimmerProps): JSX.Element;
|
|
3
|
+
declare function TextShimmerComponent({ children, as: Component, className, duration, spread, inverted, active, }: TextShimmerProps): React.JSX.Element;
|
|
4
4
|
export declare const TextShimmer: React.MemoExoticComponent<typeof TextShimmerComponent>;
|
|
5
5
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import type { TextWithDeferTooltipProps } from './TextWithDeferTooltip.types';
|
|
2
|
-
declare function TextWithDeferTooltip({ className, children, width, maxWidth, side, overTrigger, ...props }: TextWithDeferTooltipProps): JSX.Element;
|
|
2
|
+
declare function TextWithDeferTooltip({ className, children, width, maxWidth, side, overTrigger, ...props }: TextWithDeferTooltipProps): import("react").JSX.Element;
|
|
3
3
|
export { TextWithDeferTooltip };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as T from './Theme.types';
|
|
2
|
-
export declare function Theme({ config }: T.Props): JSX.Element;
|
|
2
|
+
export declare function Theme({ config }: T.Props): import("react").JSX.Element;
|
|
3
3
|
export * as ThemeHelpers from './Theme.helpers';
|
|
4
4
|
export * as ThemeDefaults from './Theme.defaults';
|
|
@@ -14,5 +14,5 @@ export type ThemeContextValue = {
|
|
|
14
14
|
setActiveColor: (color: string) => void;
|
|
15
15
|
activeColor: string;
|
|
16
16
|
};
|
|
17
|
-
export declare function ThemeProvider({ children, getThemeConfig, initialTheme, initialActiveColor, }: ThemeProviderProps): JSX.Element;
|
|
17
|
+
export declare function ThemeProvider({ children, getThemeConfig, initialTheme, initialActiveColor, }: ThemeProviderProps): import("react").JSX.Element;
|
|
18
18
|
export declare function useTheme(): ThemeContextValue;
|
|
@@ -15,4 +15,4 @@ declare module 'react' {
|
|
|
15
15
|
popover?: string;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
export declare const Tooltip: ({ className, contentClassName, children, content, delay, direction, blur, disabled, overTrigger, }: TooltipProps) => JSX.Element;
|
|
18
|
+
export declare const Tooltip: ({ className, contentClassName, children, content, delay, direction, blur, disabled, overTrigger, }: TooltipProps) => import("react").JSX.Element;
|
|
@@ -18,4 +18,4 @@ export interface TooltipCoreProps {
|
|
|
18
18
|
dataDirection?: 'top' | 'bottom' | 'left' | 'right';
|
|
19
19
|
usePositionSetup: (options: TooltipPositionSetupOptions) => void;
|
|
20
20
|
}
|
|
21
|
-
export declare const TooltipCore: ({ className, contentClassName, children, content, delay, direction, blur, tooltipExtraClass, dataDirection, usePositionSetup, }: TooltipCoreProps) => JSX.Element;
|
|
21
|
+
export declare const TooltipCore: ({ className, contentClassName, children, content, delay, direction, blur, tooltipExtraClass, dataDirection, usePositionSetup, }: TooltipCoreProps) => import("react").JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="uilib/components/tooltip/types" />
|
|
2
2
|
import type { TooltipProps } from './Tooltip';
|
|
3
|
-
declare const TooltipOverTrigger: (props: Omit<TooltipProps, 'disabled' | 'overTrigger'>) => JSX.Element;
|
|
3
|
+
declare const TooltipOverTrigger: (props: Omit<TooltipProps, 'disabled' | 'overTrigger'>) => import("react").JSX.Element;
|
|
4
4
|
export default TooltipOverTrigger;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="uilib/components/tooltip/types" />
|
|
2
2
|
import type { TooltipProps } from './Tooltip';
|
|
3
|
-
export declare const TooltipSimple: (props: Omit<TooltipProps, 'disabled' | 'overTrigger'>) => JSX.Element;
|
|
3
|
+
export declare const TooltipSimple: (props: Omit<TooltipProps, 'disabled' | 'overTrigger'>) => import("react").JSX.Element;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export type VideoPlayerStorage = {
|
|
2
|
+
currentTime?: number;
|
|
3
|
+
volume?: number;
|
|
4
|
+
};
|
|
5
|
+
export declare const SEEK_MAX_SEC = 5;
|
|
6
|
+
export declare const SEEK_DURATION_RATIO = 0.1;
|
|
7
|
+
export declare const VOLUME_STEP = 0.1;
|
|
8
|
+
export declare const VOLUME_POPUP_HIDE_MS = 500;
|
|
9
|
+
export declare const KEYBOARD_DEBOUNCE_MS = 30;
|
|
10
|
+
export declare const TIME_PERSIST_DEBOUNCE_MS = 500;
|
|
11
|
+
export declare const DOUBLE_TAP_MS = 300;
|
|
12
|
+
/** Keyboard seek step: min(5s, 10% of duration). */
|
|
13
|
+
export declare function getSeekDelta(duration: number): number;
|
|
14
|
+
export declare function timeToProgressPct(time: number, duration: number): string;
|
|
15
|
+
export declare function getStorageKey(src: string, storageKey?: string): string;
|
|
16
|
+
export declare function loadStorage(key: string): VideoPlayerStorage;
|
|
17
|
+
export declare function saveStorage(key: string, data: VideoPlayerStorage): void;
|
|
18
|
+
export declare function formatTime(seconds: number): string;
|
|
19
|
+
export declare function getBufferedPercent(video: HTMLVideoElement | null): number;
|
|
20
|
+
export declare function isEditableTarget(target: EventTarget | null): boolean;
|
|
21
|
+
export declare function clamp(value: number, min: number, max: number): number;
|
|
22
|
+
/** Leading debounce: run immediately, then ignore calls for `ms`. */
|
|
23
|
+
export declare function leadingDebounce<T extends (...args: any[]) => void>(fn: T, ms: number): T;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ComponentType, Size } from 'uilib/types';
|
|
2
|
+
export type Props = ComponentType & {
|
|
3
|
+
src: string;
|
|
4
|
+
poster?: string;
|
|
5
|
+
storageKey?: string;
|
|
6
|
+
size?: Size;
|
|
7
|
+
autoPlay?: boolean;
|
|
8
|
+
muted?: boolean;
|
|
9
|
+
loop?: boolean;
|
|
10
|
+
onPlayChange?: (playing: boolean) => void;
|
|
11
|
+
onTimeUpdate?: (currentTime: number, duration: number) => void;
|
|
12
|
+
};
|
|
@@ -20,7 +20,7 @@ declare class ListCards extends Component<Props> {
|
|
|
20
20
|
componentDidMount(): void;
|
|
21
21
|
componentDidUpdate(prevProps: any): void;
|
|
22
22
|
updateUnits: () => void;
|
|
23
|
-
renderItem: ({ className, key, style }: T.ItemProps) => JSX.Element;
|
|
24
|
-
render(): JSX.Element[];
|
|
23
|
+
renderItem: ({ className, key, style }: T.ItemProps) => import("react").JSX.Element;
|
|
24
|
+
render(): import("react").JSX.Element[];
|
|
25
25
|
}
|
|
26
26
|
export default ListCards;
|
|
@@ -3,5 +3,5 @@ import type { Props as ListProps } from './List';
|
|
|
3
3
|
type Props = ListProps & {
|
|
4
4
|
scrollProps: Omit<ScrollProps, 'children'>;
|
|
5
5
|
};
|
|
6
|
-
export default function ListScroll({ scrollProps, ...rest }: Props): JSX.Element;
|
|
6
|
+
export default function ListScroll({ scrollProps, ...rest }: Props): import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -54,5 +54,6 @@ export * from './Theme/Theme';
|
|
|
54
54
|
export { ThemeProvider, useTheme } from './Theme/ThemeProvider';
|
|
55
55
|
export type { ThemeContextValue, ThemeProviderProps, } from './Theme/ThemeProvider';
|
|
56
56
|
export * from './VH/VH';
|
|
57
|
+
export * from './VideoPlayer/VideoPlayer';
|
|
57
58
|
export * from './Virtualized';
|
|
58
59
|
export * from './Toggle/Toggle';
|
|
@@ -8,7 +8,7 @@ export declare function init(config: T.RegisterConfig): {
|
|
|
8
8
|
componentStore: {
|
|
9
9
|
_updated: string;
|
|
10
10
|
};
|
|
11
|
-
withI18N: (Component: any) => (props: any) => JSX.Element;
|
|
11
|
+
withI18N: (Component: any) => (props: any) => import("react").JSX.Element;
|
|
12
12
|
i18n: (key: any, props?: any) => any;
|
|
13
13
|
I18N: import("react").NamedExoticComponent<T.I18NProps>;
|
|
14
14
|
};
|
|
@@ -8,4 +8,4 @@ export type SlashSuggestionListProps = {
|
|
|
8
8
|
command: (item: SlashCommandItem) => void;
|
|
9
9
|
listHandleRef: RefObject<SlashSuggestionListHandle | null>;
|
|
10
10
|
};
|
|
11
|
-
export declare function SlashSuggestionList(props: SlashSuggestionListProps): JSX.Element;
|
|
11
|
+
export declare function SlashSuggestionList(props: SlashSuggestionListProps): import("react").JSX.Element;
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"128": "Trigger Props",
|
|
131
131
|
"129": "Trigger ClassName",
|
|
132
132
|
"130": "Width Props",
|
|
133
|
-
"131": "
|
|
133
|
+
"131": "Community 131",
|
|
134
134
|
"132": "Expand Types",
|
|
135
135
|
"133": "Brand Avatar Icons",
|
|
136
136
|
"134": "Communication Action Icons",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"139": "Route Navigation Icons",
|
|
142
142
|
"140": "Settings Tool Icons",
|
|
143
143
|
"141": "Input Label Constants",
|
|
144
|
-
"142": "
|
|
144
|
+
"142": "Community 142",
|
|
145
145
|
"143": "More Docs Examples",
|
|
146
146
|
"144": "Docs Scope Pages",
|
|
147
147
|
"145": "Additional Docs Examples",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"148": "PostCSS Config",
|
|
151
151
|
"149": "Single Doc Page",
|
|
152
152
|
"150": "Gallery Dots",
|
|
153
|
-
"151": "
|
|
153
|
+
"151": "Community 151",
|
|
154
154
|
"152": "Bookmark Icons",
|
|
155
155
|
"153": "Drag Handler Icons",
|
|
156
156
|
"154": "Lock Security Icons",
|
|
@@ -171,29 +171,24 @@
|
|
|
171
171
|
"169": "Community 169",
|
|
172
172
|
"170": "Community 170",
|
|
173
173
|
"171": "Community 171",
|
|
174
|
+
"172": "Community 172",
|
|
174
175
|
"173": "Community 173",
|
|
176
|
+
"174": "Community 174",
|
|
175
177
|
"175": "Community 175",
|
|
176
|
-
"
|
|
177
|
-
"179": "Community 179",
|
|
178
|
+
"177": "Community 177",
|
|
178
179
|
"180": "Community 180",
|
|
179
180
|
"182": "Community 182",
|
|
180
181
|
"183": "Community 183",
|
|
181
182
|
"184": "Community 184",
|
|
182
|
-
"187": "Community 187",
|
|
183
183
|
"188": "Community 188",
|
|
184
184
|
"189": "Community 189",
|
|
185
185
|
"192": "Community 192",
|
|
186
186
|
"194": "Community 194",
|
|
187
187
|
"195": "Community 195",
|
|
188
188
|
"197": "Community 197",
|
|
189
|
-
"198": "Community 198",
|
|
190
|
-
"199": "Community 199",
|
|
191
189
|
"200": "Community 200",
|
|
192
190
|
"201": "Community 201",
|
|
193
|
-
"202": "Community 202",
|
|
194
|
-
"204": "Community 204",
|
|
195
191
|
"205": "Community 205",
|
|
196
|
-
"207": "Community 207",
|
|
197
192
|
"210": "Community 210",
|
|
198
193
|
"211": "Community 211",
|
|
199
194
|
"212": "Community 212",
|
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
{
|
|
2
|
+
"0": "Docs Examples Index",
|
|
3
|
+
"1": "PromptComposer",
|
|
4
|
+
"2": "Build Toolchain",
|
|
5
|
+
"3": "Form Examples",
|
|
6
|
+
"4": "Autocomplete Examples",
|
|
7
|
+
"5": "Checkbox Showcase",
|
|
8
|
+
"6": "Theme Config",
|
|
9
|
+
"7": "Type Props Schema",
|
|
10
|
+
"8": "Notifications System",
|
|
11
|
+
"9": "Button Checkbox Core",
|
|
12
|
+
"10": "Optional Value Props",
|
|
13
|
+
"11": "Select Component",
|
|
14
|
+
"12": "Input AssistiveText",
|
|
15
|
+
"13": "Gallery Component",
|
|
16
|
+
"14": "Virtualized Examples",
|
|
17
|
+
"15": "TypeScript Config",
|
|
18
|
+
"16": "Package Dependencies",
|
|
19
|
+
"17": "Card Component",
|
|
20
|
+
"18": "Debounce Paranja",
|
|
21
|
+
"19": "UILIB Docs Assets",
|
|
22
|
+
"20": "Component Type Props",
|
|
23
|
+
"21": "Flex Gallery",
|
|
24
|
+
"22": "DatePicker Examples",
|
|
25
|
+
"23": "Comment Value Props",
|
|
26
|
+
"24": "Docs Index Pages",
|
|
27
|
+
"25": "i18n LangSelector",
|
|
28
|
+
"26": "Package Metadata",
|
|
29
|
+
"27": "Popup Positioning",
|
|
30
|
+
"28": "Popup Component",
|
|
31
|
+
"29": "Docs Code Layout",
|
|
32
|
+
"30": "Draggable Types",
|
|
33
|
+
"31": "Slider Component",
|
|
34
|
+
"32": "Small Component Props",
|
|
35
|
+
"33": "Select Popup Types",
|
|
36
|
+
"34": "Router Core",
|
|
37
|
+
"35": "Calendar Helpers",
|
|
38
|
+
"36": "AssistiveText Menu",
|
|
39
|
+
"37": "Button DatePicker Types",
|
|
40
|
+
"38": "Container Icon",
|
|
41
|
+
"39": "Checkbox Props",
|
|
42
|
+
"40": "NPM Scripts",
|
|
43
|
+
"41": "Calendar DatePicker",
|
|
44
|
+
"42": "DateTime Types",
|
|
45
|
+
"43": "Autocomplete Core",
|
|
46
|
+
"44": "Global Type Kinds",
|
|
47
|
+
"45": "Date Type Fields",
|
|
48
|
+
"46": "Form Types",
|
|
49
|
+
"47": "Docs App Store",
|
|
50
|
+
"48": "Component Types JSON",
|
|
51
|
+
"49": "Option Value Types",
|
|
52
|
+
"50": "Generic Props",
|
|
53
|
+
"51": "Draggable Component",
|
|
54
|
+
"52": "Heading Scroll",
|
|
55
|
+
"53": "Progress Indicators",
|
|
56
|
+
"54": "Table Virtualized",
|
|
57
|
+
"55": "Virtualized Lifecycle",
|
|
58
|
+
"56": "Docs Pages",
|
|
59
|
+
"57": "Code Example Helpers",
|
|
60
|
+
"58": "Media Control Icons",
|
|
61
|
+
"59": "Text Heading",
|
|
62
|
+
"60": "Type Parser Script",
|
|
63
|
+
"61": "ButtonGroup Tabs",
|
|
64
|
+
"62": "DateTime Component",
|
|
65
|
+
"63": "Display Format Props",
|
|
66
|
+
"64": "Calendar Day Props",
|
|
67
|
+
"65": "Dialogue Props",
|
|
68
|
+
"66": "Arrow Chevron Icons",
|
|
69
|
+
"67": "InputFile Upload",
|
|
70
|
+
"68": "InputFile Types",
|
|
71
|
+
"69": "Virtualized List",
|
|
72
|
+
"70": "List Lifecycle",
|
|
73
|
+
"71": "Icon Index Exports",
|
|
74
|
+
"72": "Webpack Paths Config",
|
|
75
|
+
"73": "DatePicker Helpers",
|
|
76
|
+
"74": "Calendar Day",
|
|
77
|
+
"75": "Calendar Pointer Props",
|
|
78
|
+
"76": "Size Enum Props",
|
|
79
|
+
"77": "Code Editor",
|
|
80
|
+
"78": "Communication Icons",
|
|
81
|
+
"79": "Select Constants",
|
|
82
|
+
"80": "TextShimmer",
|
|
83
|
+
"81": "Virtualized Cards",
|
|
84
|
+
"82": "ClassName Props",
|
|
85
|
+
"83": "Ukrainian i18n",
|
|
86
|
+
"84": "Icon RequiredStar Types",
|
|
87
|
+
"85": "Navigation Icons",
|
|
88
|
+
"86": "File Action Icons",
|
|
89
|
+
"87": "Label Helpers",
|
|
90
|
+
"88": "Lazy Types",
|
|
91
|
+
"89": "Select Example Helpers",
|
|
92
|
+
"90": "Menu More Icons",
|
|
93
|
+
"91": "Social Media Icons",
|
|
94
|
+
"92": "Rollup Build Config",
|
|
95
|
+
"93": "Tabs Types",
|
|
96
|
+
"94": "VH Component",
|
|
97
|
+
"95": "Docs Navigation",
|
|
98
|
+
"96": "Footer Alignment",
|
|
99
|
+
"97": "Calendar Day Disabled",
|
|
100
|
+
"98": "Render Day Props",
|
|
101
|
+
"99": "Render Months Label",
|
|
102
|
+
"100": "Render Month Label",
|
|
103
|
+
"101": "Render Weekday Label",
|
|
104
|
+
"102": "Render Year Label",
|
|
105
|
+
"103": "Start Of Week",
|
|
106
|
+
"104": "Weekend ClassName",
|
|
107
|
+
"105": "Weekend Styling",
|
|
108
|
+
"106": "Icon Name Helpers",
|
|
109
|
+
"107": "Media Placeholder Icons",
|
|
110
|
+
"108": "Utility Icons",
|
|
111
|
+
"109": "Commerce Icons",
|
|
112
|
+
"110": "Data Usage Icons",
|
|
113
|
+
"111": "Peer Dependencies",
|
|
114
|
+
"112": "Table Render",
|
|
115
|
+
"113": "Theme Docs",
|
|
116
|
+
"114": "Number Formatting",
|
|
117
|
+
"115": "Virtualized Index Helpers",
|
|
118
|
+
"116": "Docs Scope",
|
|
119
|
+
"117": "Auto Scroll Props",
|
|
120
|
+
"118": "Content Props",
|
|
121
|
+
"119": "Content ClassName",
|
|
122
|
+
"120": "Footer Props",
|
|
123
|
+
"121": "Icon Props",
|
|
124
|
+
"122": "Max Height Props",
|
|
125
|
+
"123": "No Scroll Props",
|
|
126
|
+
"124": "Subtitle Props",
|
|
127
|
+
"125": "Subtitle ClassName",
|
|
128
|
+
"126": "Title Props",
|
|
129
|
+
"127": "Title ClassName",
|
|
130
|
+
"128": "Trigger Props",
|
|
131
|
+
"129": "Trigger ClassName",
|
|
132
|
+
"130": "Width Props",
|
|
133
|
+
"131": "Community 131",
|
|
134
|
+
"132": "Expand Types",
|
|
135
|
+
"133": "Brand Avatar Icons",
|
|
136
|
+
"134": "Communication Action Icons",
|
|
137
|
+
"135": "Status Action Icons",
|
|
138
|
+
"136": "OAuth Brand Icons",
|
|
139
|
+
"137": "View Fullscreen Icons",
|
|
140
|
+
"138": "Add Remove Icons",
|
|
141
|
+
"139": "Route Navigation Icons",
|
|
142
|
+
"140": "Settings Tool Icons",
|
|
143
|
+
"141": "Input Label Constants",
|
|
144
|
+
"142": "Community 142",
|
|
145
|
+
"143": "More Docs Examples",
|
|
146
|
+
"144": "Docs Scope Pages",
|
|
147
|
+
"145": "Additional Docs Examples",
|
|
148
|
+
"146": "Brand Logo Assets",
|
|
149
|
+
"147": "Test Utilities",
|
|
150
|
+
"148": "PostCSS Config",
|
|
151
|
+
"149": "Single Doc Page",
|
|
152
|
+
"150": "Gallery Dots",
|
|
153
|
+
"151": "Community 151",
|
|
154
|
+
"152": "Bookmark Icons",
|
|
155
|
+
"153": "Drag Handler Icons",
|
|
156
|
+
"154": "Lock Security Icons",
|
|
157
|
+
"155": "Save Undo Icons",
|
|
158
|
+
"156": "SVG Test Mock",
|
|
159
|
+
"157": "Store Declarations",
|
|
160
|
+
"158": "Global Window Types",
|
|
161
|
+
"159": "Gallery Singleton",
|
|
162
|
+
"160": "Minimize Prop",
|
|
163
|
+
"161": "Forward Icon",
|
|
164
|
+
"162": "Router Context",
|
|
165
|
+
"163": "Router Store",
|
|
166
|
+
"164": "Select Helpers",
|
|
167
|
+
"165": "Theme Styl Types",
|
|
168
|
+
"166": "Test Setup",
|
|
169
|
+
"167": "Community 167",
|
|
170
|
+
"168": "Community 168",
|
|
171
|
+
"169": "Community 169",
|
|
172
|
+
"170": "Community 170",
|
|
173
|
+
"171": "Community 171",
|
|
174
|
+
"172": "Community 172",
|
|
175
|
+
"173": "Community 173",
|
|
176
|
+
"174": "Community 174",
|
|
177
|
+
"175": "Community 175",
|
|
178
|
+
"176": "Community 176",
|
|
179
|
+
"177": "Community 177",
|
|
180
|
+
"178": "Community 178",
|
|
181
|
+
"179": "Community 179",
|
|
182
|
+
"180": "Community 180",
|
|
183
|
+
"181": "Community 181",
|
|
184
|
+
"182": "Community 182",
|
|
185
|
+
"183": "Community 183",
|
|
186
|
+
"184": "Community 184",
|
|
187
|
+
"185": "Community 185",
|
|
188
|
+
"186": "Community 186",
|
|
189
|
+
"187": "Community 187",
|
|
190
|
+
"188": "Community 188",
|
|
191
|
+
"189": "Community 189",
|
|
192
|
+
"190": "Community 190",
|
|
193
|
+
"191": "Community 191",
|
|
194
|
+
"192": "Community 192",
|
|
195
|
+
"193": "Community 193",
|
|
196
|
+
"194": "Community 194",
|
|
197
|
+
"195": "Community 195",
|
|
198
|
+
"196": "Community 196",
|
|
199
|
+
"197": "Community 197",
|
|
200
|
+
"198": "Community 198",
|
|
201
|
+
"199": "Community 199",
|
|
202
|
+
"200": "Community 200",
|
|
203
|
+
"201": "Community 201",
|
|
204
|
+
"202": "Community 202",
|
|
205
|
+
"203": "Community 203",
|
|
206
|
+
"204": "Community 204",
|
|
207
|
+
"205": "Community 205",
|
|
208
|
+
"206": "Community 206",
|
|
209
|
+
"207": "Community 207",
|
|
210
|
+
"208": "Community 208",
|
|
211
|
+
"210": "Community 210",
|
|
212
|
+
"211": "Community 211",
|
|
213
|
+
"212": "Community 212",
|
|
214
|
+
"213": "Community 213",
|
|
215
|
+
"215": "Community 215",
|
|
216
|
+
"216": "Community 216"
|
|
217
|
+
}
|