@rocket.chat/fuselage 0.6.3-dev.411 → 0.6.3-dev.415
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/components/Accordion/Accordion.d.ts +2 -2
- package/dist/components/AutoComplete/AutoComplete.d.ts +25 -0
- package/dist/components/AutoComplete/AutoComplete.d.ts.map +1 -0
- package/dist/components/AutoComplete/index.d.ts +2 -20
- package/dist/components/AutoComplete/index.d.ts.map +1 -0
- package/dist/components/Banner/Banner.d.ts +14 -14
- package/dist/components/Banner/Banner.d.ts.map +1 -0
- package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +8 -15
- package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts.map +1 -0
- package/dist/components/Box/AnimatedVisibility/index.d.ts +12 -1
- package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -1
- package/dist/components/Box/Flex/Flex.d.ts +13 -0
- package/dist/components/Box/Flex/Flex.d.ts.map +1 -0
- package/dist/components/Box/Flex/FlexItem.d.ts +12 -0
- package/dist/components/Box/Flex/FlexItem.d.ts.map +1 -0
- package/dist/components/Box/Flex/index.d.ts +9 -31
- package/dist/components/Box/Flex/index.d.ts.map +1 -0
- package/dist/components/Box/Position/PositionAnimated.d.ts +4 -7
- package/dist/components/Box/Position/PositionAnimated.d.ts.map +1 -0
- package/dist/components/Box/Scrollable/Scrollable.d.ts +12 -0
- package/dist/components/Box/Scrollable/Scrollable.d.ts.map +1 -0
- package/dist/components/Box/Scrollable/index.d.ts +2 -9
- package/dist/components/Box/Scrollable/index.d.ts.map +1 -0
- package/dist/components/Button/ActionButton.d.ts +13 -0
- package/dist/components/Button/ActionButton.d.ts.map +1 -0
- package/dist/components/Button/Button.d.ts +20 -0
- package/dist/components/Button/Button.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +3 -30
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +13 -0
- package/dist/components/ButtonGroup/ButtonGroup.d.ts.map +1 -0
- package/dist/components/ButtonGroup/index.d.ts +2 -14
- package/dist/components/ButtonGroup/index.d.ts.map +1 -0
- package/dist/components/CheckBox/CheckBox.d.ts +23 -0
- package/dist/components/CheckBox/CheckBox.d.ts.map +1 -0
- package/dist/components/CheckBox/index.d.ts +2 -8
- package/dist/components/CheckBox/index.d.ts.map +1 -0
- package/dist/components/Chip/Chip.d.ts +8 -0
- package/dist/components/Chip/Chip.d.ts.map +1 -0
- package/dist/components/Chip/index.d.ts +5 -9
- package/dist/components/Chip/index.d.ts.map +1 -0
- package/dist/components/FieldGroup/FieldGroup.d.ts +6 -0
- package/dist/components/FieldGroup/FieldGroup.d.ts.map +1 -0
- package/dist/components/FieldGroup/index.d.ts +2 -6
- package/dist/components/FieldGroup/index.d.ts.map +1 -0
- package/dist/components/Grid/Grid.d.ts +15 -0
- package/dist/components/Grid/Grid.d.ts.map +1 -0
- package/dist/components/Grid/GridItem.d.ts +12 -0
- package/dist/components/Grid/GridItem.d.ts.map +1 -0
- package/dist/components/Grid/index.d.ts +5 -23
- package/dist/components/Grid/index.d.ts.map +1 -0
- package/dist/components/Icon/Icon.d.ts +10 -0
- package/dist/components/Icon/Icon.d.ts.map +1 -0
- package/dist/components/Icon/index.d.ts +2 -10
- package/dist/components/Icon/index.d.ts.map +1 -0
- package/dist/components/InputBox/Addon.d.ts +3 -0
- package/dist/components/InputBox/Addon.d.ts.map +1 -0
- package/dist/components/InputBox/Input.d.ts +3 -0
- package/dist/components/InputBox/Input.d.ts.map +1 -0
- package/dist/components/InputBox/InputBox.d.ts +21 -0
- package/dist/components/InputBox/InputBox.d.ts.map +1 -0
- package/dist/components/InputBox/InputBoxSkeleton.d.ts +6 -0
- package/dist/components/InputBox/InputBoxSkeleton.d.ts.map +1 -0
- package/dist/components/InputBox/Wrapper.d.ts +4 -0
- package/dist/components/InputBox/Wrapper.d.ts.map +1 -0
- package/dist/components/InputBox/index.d.ts +19 -40
- package/dist/components/InputBox/index.d.ts.map +1 -0
- package/dist/components/Label/Label.d.ts +10 -0
- package/dist/components/Label/Label.d.ts.map +1 -0
- package/dist/components/Label/index.d.ts +1 -9
- package/dist/components/Label/index.d.ts.map +1 -1
- package/dist/components/Margins/Margins.d.ts +15 -0
- package/dist/components/Margins/Margins.d.ts.map +1 -0
- package/dist/components/Margins/index.d.ts +3 -20
- package/dist/components/Margins/index.d.ts.map +1 -0
- package/dist/components/Modal/ModalContent.d.ts.map +1 -1
- package/dist/components/Modal/index.d.ts +25 -2
- package/dist/components/Modal/index.d.ts.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.d.ts +20 -0
- package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -0
- package/dist/components/MultiSelect/MultiSelectFiltered.d.ts +6 -0
- package/dist/components/MultiSelect/MultiSelectFiltered.d.ts.map +1 -0
- package/dist/components/MultiSelect/SelectedOptions.d.ts +11 -0
- package/dist/components/MultiSelect/SelectedOptions.d.ts.map +1 -0
- package/dist/components/MultiSelect/index.d.ts +4 -15
- package/dist/components/MultiSelect/index.d.ts.map +1 -0
- package/dist/components/NumberInput/NumberInput.d.ts +6 -0
- package/dist/components/NumberInput/NumberInput.d.ts.map +1 -0
- package/dist/components/NumberInput/index.d.ts +1 -5
- package/dist/components/NumberInput/index.d.ts.map +1 -1
- package/dist/components/Options/CheckOption.d.ts +17 -0
- package/dist/components/Options/CheckOption.d.ts.map +1 -0
- package/dist/components/Options/Option/Option.d.ts +1 -1
- package/dist/components/Options/Option/Option.d.ts.map +1 -1
- package/dist/components/Options/Option/index.d.ts +3 -33
- package/dist/components/Options/Option/index.d.ts.map +1 -1
- package/dist/components/Options/Options.d.ts +15 -0
- package/dist/components/Options/Options.d.ts.map +1 -0
- package/dist/components/Options/index.d.ts +14 -17
- package/dist/components/Options/index.d.ts.map +1 -0
- package/dist/components/Options/useCursor.d.ts +4 -4
- package/dist/components/Options/useCursor.d.ts.map +1 -1
- package/dist/components/Options/useVisible.d.ts +1 -1
- package/dist/components/Options/useVisible.d.ts.map +1 -1
- package/dist/components/OptionsPaginated/OptionsPaginated.d.ts +20 -0
- package/dist/components/OptionsPaginated/OptionsPaginated.d.ts.map +1 -0
- package/dist/components/OptionsPaginated/index.d.ts +2 -18
- package/dist/components/OptionsPaginated/index.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.d.ts +19 -0
- package/dist/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination/index.d.ts +2 -24
- package/dist/components/Pagination/index.d.ts.map +1 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts +3 -0
- package/dist/components/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar/index.d.ts +1 -2
- package/dist/components/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/RadioButton/RadioButton.d.ts +3 -0
- package/dist/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/dist/components/RadioButton/index.d.ts +2 -6
- package/dist/components/RadioButton/index.d.ts.map +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +9 -0
- package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
- package/dist/components/SearchInput/index.d.ts +1 -8
- package/dist/components/SearchInput/index.d.ts.map +1 -1
- package/dist/components/Select/Select.d.ts +14 -0
- package/dist/components/Select/Select.d.ts.map +1 -0
- package/dist/components/Select/SelectFiltered.d.ts +5 -0
- package/dist/components/Select/SelectFiltered.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +3 -15
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/SelectInput/SelectInput.d.ts +3 -0
- package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
- package/dist/components/SelectInput/index.d.ts +4 -17
- package/dist/components/SelectInput/index.d.ts.map +1 -0
- package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts +22 -0
- package/dist/components/SelectPaginated/PaginatedMultiSelect.d.ts.map +1 -0
- package/dist/components/SelectPaginated/PaginatedSelect.d.ts +12 -0
- package/dist/components/SelectPaginated/PaginatedSelect.d.ts.map +1 -0
- package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts +6 -0
- package/dist/components/SelectPaginated/PaginatedSelectFiltered.d.ts.map +1 -0
- package/dist/components/SelectPaginated/index.d.ts +4 -0
- package/dist/components/SelectPaginated/index.d.ts.map +1 -0
- package/dist/components/Sidebar/Item.d.ts +37 -2
- package/dist/components/Sidebar/Item.d.ts.map +1 -1
- package/dist/components/Sidebar/Section.d.ts +8 -3
- package/dist/components/Sidebar/Section.d.ts.map +1 -1
- package/dist/components/Sidebar/TopBar.d.ts +35 -15
- package/dist/components/Sidebar/TopBar.d.ts.map +1 -1
- package/dist/components/Sidebar/index.d.ts +154 -5
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Skeleton/Skeleton.d.ts +8 -0
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton/index.d.ts +1 -7
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/StatusBullet/StatusBullet.d.ts +8 -0
- package/dist/components/StatusBullet/StatusBullet.d.ts.map +1 -0
- package/dist/components/StatusBullet/index.d.ts +1 -7
- package/dist/components/StatusBullet/index.d.ts.map +1 -1
- package/dist/components/Table/Table.d.ts +19 -0
- package/dist/components/Table/Table.d.ts.map +1 -0
- package/dist/components/Table/TableBody.d.ts +4 -0
- package/dist/components/Table/TableBody.d.ts.map +1 -0
- package/dist/components/Table/TableCell.d.ts +9 -0
- package/dist/components/Table/TableCell.d.ts.map +1 -0
- package/dist/components/Table/TableFoot.d.ts +4 -0
- package/dist/components/Table/TableFoot.d.ts.map +1 -0
- package/dist/components/Table/TableHead.d.ts +5 -0
- package/dist/components/Table/TableHead.d.ts.map +1 -0
- package/dist/components/Table/TableRow.d.ts +9 -0
- package/dist/components/Table/TableRow.d.ts.map +1 -0
- package/dist/components/Table/TableSelection.d.ts +8 -0
- package/dist/components/Table/TableSelection.d.ts.map +1 -0
- package/dist/components/Table/TableSelectionButton.d.ts +6 -0
- package/dist/components/Table/TableSelectionButton.d.ts.map +1 -0
- package/dist/components/Table/index.d.ts +24 -45
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts +9 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/TabsItem.d.ts +9 -0
- package/dist/components/Tabs/TabsItem.d.ts.map +1 -0
- package/dist/components/Tabs/index.d.ts +1 -13
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tag/Tag.d.ts +11 -0
- package/dist/components/Tag/Tag.d.ts.map +1 -0
- package/dist/components/Tag/index.d.ts +1 -10
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/TelephoneInput/TelephoneInput.d.ts +10 -0
- package/dist/components/TelephoneInput/TelephoneInput.d.ts.map +1 -0
- package/dist/components/TelephoneInput/index.d.ts +1 -9
- package/dist/components/TelephoneInput/index.d.ts.map +1 -1
- package/dist/components/TextAreaInput/TextArea.d.ts +9 -0
- package/dist/components/TextAreaInput/TextArea.d.ts.map +1 -0
- package/dist/components/TextAreaInput/index.d.ts +1 -8
- package/dist/components/TextAreaInput/index.d.ts.map +1 -1
- package/dist/components/TextInput/TextInput.d.ts +8 -0
- package/dist/components/TextInput/TextInput.d.ts.map +1 -0
- package/dist/components/TextInput/index.d.ts +1 -7
- package/dist/components/TextInput/index.d.ts.map +1 -1
- package/dist/components/Throbber/Throbber.d.ts +10 -0
- package/dist/components/Throbber/Throbber.d.ts.map +1 -0
- package/dist/components/Throbber/index.d.ts +1 -9
- package/dist/components/Throbber/index.d.ts.map +1 -1
- package/dist/components/ToggleSwitch/ToggleSwitch.d.ts +22 -0
- package/dist/components/ToggleSwitch/ToggleSwitch.d.ts.map +1 -0
- package/dist/components/ToggleSwitch/index.d.ts +1 -21
- package/dist/components/ToggleSwitch/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/fuselage.development.js +10022 -10428
- package/dist/fuselage.development.js.map +1 -1
- package/dist/fuselage.production.js +1 -1
- package/dist/helpers/appendClassName.d.ts +3 -1
- package/dist/helpers/appendClassName.d.ts.map +1 -1
- package/package.json +13 -13
- package/dist/components/Box/Position/Position.d.ts +0 -14
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { KeyboardEvent } from 'react';
|
|
2
2
|
import { useVisible } from './useVisible';
|
|
3
|
-
declare type Option = [
|
|
4
|
-
value: number | string
|
|
3
|
+
export declare type Option = [
|
|
4
|
+
value: number | string,
|
|
5
5
|
label: string,
|
|
6
6
|
selected?: boolean
|
|
7
7
|
];
|
|
8
|
-
export declare
|
|
9
|
-
export
|
|
8
|
+
export declare type UseCursorOnChange = (option: Option, visibilityHandler: ReturnType<typeof useVisible>) => void;
|
|
9
|
+
export declare const useCursor: (initial: number, options: Option[], onChange: UseCursorOnChange) => [cursor: number, handleKeyDown: (e: KeyboardEvent<HTMLOrSVGElement>) => void, handleKeyUp: (e: KeyboardEvent<HTMLOrSVGElement>) => void, reset: () => void, visibilityHandler: [visible: import("../Box/AnimatedVisibility/AnimatedVisibility").VisibilityType, hide: () => void, show: () => void]];
|
|
10
10
|
//# sourceMappingURL=useCursor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCursor.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useCursor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAY,MAAM,OAAO,CAAC;AAGhD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAY1C,
|
|
1
|
+
{"version":3,"file":"useCursor.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useCursor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAY,MAAM,OAAO,CAAC;AAGhD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAY1C,oBAAY,MAAM,GAAG;IACnB,KAAK,EAAE,MAAM,GAAG,MAAM;IACtB,KAAK,EAAE,MAAM;IACb,QAAQ,CAAC,EAAE,OAAO;CACnB,CAAC;AAEF,oBAAY,iBAAiB,GAAG,CAC9B,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,UAAU,CAAC,OAAO,UAAU,CAAC,KAC7C,IAAI,CAAC;AAEV,eAAO,MAAM,SAAS,YACX,MAAM,WACN,MAAM,EAAE,YACP,iBAAiB,yCAGR,cAAc,gBAAgB,CAAC,KAAK,IAAI,mBAC1C,cAAc,gBAAgB,CAAC,KAAK,IAAI,eAC5C,IAAI,0IAmFlB,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import AnimatedVisibility from '../Box/AnimatedVisibility';
|
|
2
|
-
export declare const useVisible: (initialVisibility?: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING) => [visible: "
|
|
2
|
+
export declare const useVisible: (initialVisibility?: typeof AnimatedVisibility.HIDDEN | typeof AnimatedVisibility.HIDING | typeof AnimatedVisibility.VISIBLE | typeof AnimatedVisibility.UNHIDING) => [visible: import("../Box/AnimatedVisibility/AnimatedVisibility").VisibilityType, hide: () => void, show: () => void];
|
|
3
3
|
//# sourceMappingURL=useVisible.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useVisible.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useVisible.ts"],"names":[],"mappings":"AAKA,OAAO,kBAAkB,MAAM,2BAA2B,CAAC;AAE3D,eAAO,MAAM,UAAU,uBAEjB,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,OAAO,GACjC,OAAO,mBAAmB,QAAQ,
|
|
1
|
+
{"version":3,"file":"useVisible.d.ts","sourceRoot":"","sources":["../../../src/components/Options/useVisible.ts"],"names":[],"mappings":"AAKA,OAAO,kBAAkB,MAAM,2BAA2B,CAAC;AAE3D,eAAO,MAAM,UAAU,uBAEjB,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,MAAM,GAChC,OAAO,mBAAmB,OAAO,GACjC,OAAO,mBAAmB,QAAQ,kGAO1B,IAAI,cACJ,IAAI,CAOjB,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React, { ComponentProps, ElementType, ForwardRefExoticComponent } from 'react';
|
|
2
|
+
import { Box } from '../Box';
|
|
3
|
+
declare type OptionsPaginatedProps = Omit<ComponentProps<typeof Box>, 'onSelect'> & {
|
|
4
|
+
multiple?: boolean;
|
|
5
|
+
options: {
|
|
6
|
+
value: unknown;
|
|
7
|
+
label: string;
|
|
8
|
+
selected?: boolean;
|
|
9
|
+
}[];
|
|
10
|
+
cursor: number;
|
|
11
|
+
renderItem?: ElementType;
|
|
12
|
+
renderEmpty?: ElementType;
|
|
13
|
+
onSelect: (option: [unknown, string]) => void;
|
|
14
|
+
};
|
|
15
|
+
export declare const Empty: React.MemoExoticComponent<() => JSX.Element>;
|
|
16
|
+
export declare const CheckOption: ForwardRefExoticComponent<OptionsPaginatedProps>;
|
|
17
|
+
export declare const OptionsPaginated: React.ForwardRefExoticComponent<Pick<OptionsPaginatedProps, string | number | symbol> & React.RefAttributes<React.Ref<Element>>>;
|
|
18
|
+
export declare const useVisible: (initialVisibility?: import("../Box/AnimatedVisibility/AnimatedVisibility").VisibilityType) => ("hidden" | "visible" | "hiding" | "unhiding" | (() => void) | undefined)[];
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=OptionsPaginated.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OptionsPaginated.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/OptionsPaginated.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EACZ,cAAc,EACd,WAAW,EAEX,yBAAyB,EAI1B,MAAM,OAAO,CAAC;AAGf,OAAO,EAAsB,GAAG,EAAE,MAAM,QAAQ,CAAC;AAUjD,aAAK,qBAAqB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IAC1E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,CAAC;IACjE,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,EAAE,CAAC,MAAM,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,KAAK,8CAAuC,CAAC;AAE1D,eAAO,MAAM,WAAW,EAAE,yBAAyB,CAAC,qBAAqB,CAOrE,CAAC;AAEL,eAAO,MAAM,gBAAgB,kIA+D5B,CAAC;AAEF,eAAO,MAAM,UAAU,4KAMtB,CAAC"}
|
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { Avatar } from '../Avatar';
|
|
4
|
-
import { Box } from '../Box';
|
|
5
|
-
|
|
6
|
-
type OptionsPaginatedProps = Omit<ComponentProps<typeof Box>, 'onSelect'> & {
|
|
7
|
-
multiple?: boolean;
|
|
8
|
-
options: { value: unknown; label: string }[];
|
|
9
|
-
cursor: number;
|
|
10
|
-
renderItem?: ElementType;
|
|
11
|
-
renderEmpty?: ElementType;
|
|
12
|
-
onSelect: (option: [unknown, string]) => void;
|
|
13
|
-
};
|
|
14
|
-
export const OptionsPaginated: ForwardRefExoticComponent<OptionsPaginatedProps> & {
|
|
15
|
-
AvatarSize: ComponentProps<typeof Avatar>['size'];
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const CheckOption: ForwardRefExoticComponent<OptionsPaginatedProps>;
|
|
1
|
+
export * from './OptionsPaginated';
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/OptionsPaginated/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ComponentProps, Dispatch, FC, SetStateAction } from 'react';
|
|
2
|
+
import { Box } from '../Box';
|
|
3
|
+
declare type PaginationProps = ComponentProps<typeof Box> & {
|
|
4
|
+
count: number;
|
|
5
|
+
current?: number;
|
|
6
|
+
divider?: boolean;
|
|
7
|
+
itemsPerPage?: 25 | 50 | 100;
|
|
8
|
+
itemsPerPageLabel?: () => string;
|
|
9
|
+
showingResultsLabel?: (props: {
|
|
10
|
+
count: number;
|
|
11
|
+
current: number;
|
|
12
|
+
itemsPerPage: 25 | 50 | 100;
|
|
13
|
+
}) => string;
|
|
14
|
+
onSetCurrent?: Dispatch<SetStateAction<number>>;
|
|
15
|
+
onSetItemsPerPage?: Dispatch<SetStateAction<25 | 50 | 100>>;
|
|
16
|
+
};
|
|
17
|
+
export declare const Pagination: FC<PaginationProps>;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.tsx"],"names":[],"mappings":"AACA,OAAc,EACZ,cAAc,EACd,QAAQ,EACR,EAAE,EACF,cAAc,EAEf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AAG7B,aAAK,eAAe,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,MAAM,CAAC;IACjC,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE;QAC5B,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;KAC7B,KAAK,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,CAAC;IAChD,iBAAiB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC,CAAC,CAAC;CAC7D,CAAC;AAkBF,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA2H1C,CAAC"}
|
|
@@ -1,24 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Dispatch,
|
|
4
|
-
ForwardRefExoticComponent,
|
|
5
|
-
SetStateAction,
|
|
6
|
-
} from 'react';
|
|
7
|
-
|
|
8
|
-
import { Box } from '../Box';
|
|
9
|
-
|
|
10
|
-
type PaginationProps = ComponentProps<typeof Box> & {
|
|
11
|
-
count: number;
|
|
12
|
-
current?: number;
|
|
13
|
-
divider?: boolean;
|
|
14
|
-
itemsPerPage?: 25 | 50 | 100;
|
|
15
|
-
itemsPerPageLabel?: () => string;
|
|
16
|
-
showingResultsLabel?: (props: {
|
|
17
|
-
count: number;
|
|
18
|
-
current: number;
|
|
19
|
-
itemsPerPage: 25 | 50 | 100;
|
|
20
|
-
}) => string;
|
|
21
|
-
onSetCurrent?: Dispatch<SetStateAction<number>>;
|
|
22
|
-
onSetItemsPerPage?: Dispatch<SetStateAction<25 | 50 | 100>>;
|
|
23
|
-
};
|
|
24
|
-
export const Pagination: ForwardRefExoticComponent<PaginationProps>;
|
|
1
|
+
export * from './Pagination';
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/ProgressBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAC;AA0B1D,eAAO,MAAM,WAAW,qGActB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBar/index.tsx"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../src/components/RadioButton/RadioButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAO1D,eAAO,MAAM,WAAW,8GAgDvB,CAAC"}
|
|
@@ -1,6 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { Box } from '../Box';
|
|
4
|
-
|
|
5
|
-
type RadioButtonProps = ComponentProps<typeof Box>;
|
|
6
|
-
export const RadioButton: ForwardRefExoticComponent<RadioButtonProps>;
|
|
1
|
+
export * from './RadioButton';
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/RadioButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentProps, ForwardRefExoticComponent, ReactNode } from 'react';
|
|
2
|
+
import { Box } from '..';
|
|
3
|
+
declare type SearchInputProps = Omit<ComponentProps<typeof Box>, 'type'> & {
|
|
4
|
+
addon?: ReactNode;
|
|
5
|
+
error?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const SearchInput: ForwardRefExoticComponent<SearchInputProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=SearchInput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchInput.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/SearchInput.tsx"],"names":[],"mappings":"AAAA,OAAc,EACZ,cAAc,EAEd,yBAAyB,EACzB,SAAS,EACV,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AAGzB,aAAK,gBAAgB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,MAAM,CAAC,GAAG;IACjE,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAgCF,eAAO,MAAM,WAAW,EAAE,yBAAyB,CAAC,gBAAgB,CAGhE,CAAC"}
|
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { Box } from '..';
|
|
3
|
-
declare type SearchInputProps = Omit<ComponentProps<typeof Box>, 'type'> & {
|
|
4
|
-
addon?: ReactNode;
|
|
5
|
-
error?: string;
|
|
6
|
-
};
|
|
7
|
-
export declare const SearchInput: ForwardRefExoticComponent<SearchInputProps>;
|
|
8
|
-
export {};
|
|
1
|
+
export * from './SearchInput';
|
|
9
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/index.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SearchInput/index.tsx"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React, { ComponentProps } from 'react';
|
|
2
|
+
import { Box } from '../Box';
|
|
3
|
+
export declare type SelectOptions = readonly (readonly [string, string])[];
|
|
4
|
+
export declare type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
|
|
5
|
+
error?: string;
|
|
6
|
+
options: SelectOptions;
|
|
7
|
+
onChange: (value: SelectOptions[number][0]) => void;
|
|
8
|
+
getLabel?: (params: SelectOptions[0]) => string;
|
|
9
|
+
filter?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const Addon: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
export declare const Focus: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export declare const Select: React.ForwardRefExoticComponent<Pick<SelectProps, string | number | symbol> & React.RefAttributes<HTMLInputElement>>;
|
|
14
|
+
//# sourceMappingURL=Select.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Select.d.ts","sourceRoot":"","sources":["../../../src/components/Select/Select.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAMZ,cAAc,EACf,MAAM,OAAO,CAAC;AAEf,OAAO,EAAoB,GAAG,EAAsB,MAAM,QAAQ,CAAC;AAKnE,oBAAY,aAAa,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC;AAEnE,oBAAY,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,EAAE,UAAU,CAAC,GAAG;IACvE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,aAAa,CAAC;IACvB,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;IACpD,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,MAAM,CAAC;IAChD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,eAAO,MAAM,KAAK,4GAEjB,CAAC;AAMF,eAAO,MAAM,KAAK,4GAYjB,CAAC;AAiBF,eAAO,MAAM,MAAM,sHAuJlB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import { Select } from '.';
|
|
3
|
+
export declare type SelectFilteredProps = Omit<ComponentProps<typeof Select>, 'onChange'>;
|
|
4
|
+
export declare const SelectFiltered: FC<SelectFilteredProps>;
|
|
5
|
+
//# sourceMappingURL=SelectFiltered.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectFiltered.d.ts","sourceRoot":"","sources":["../../../src/components/Select/SelectFiltered.tsx"],"names":[],"mappings":"AACA,OAAc,EACZ,cAAc,EACd,EAAE,EAIH,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,MAAM,EAAE,MAAM,GAAG,CAAC;AAG3B,oBAAY,mBAAmB,GAAG,IAAI,CACpC,cAAc,CAAC,OAAO,MAAM,CAAC,EAC7B,UAAU,CACX,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CAkClD,CAAC"}
|
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type SelectOptions = readonly (readonly [string, string])[];
|
|
6
|
-
|
|
7
|
-
type SelectProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
|
|
8
|
-
error?: string;
|
|
9
|
-
options: SelectOptions;
|
|
10
|
-
onChange: (value: SelectOptions[number][0]) => void;
|
|
11
|
-
};
|
|
12
|
-
|
|
13
|
-
export const Select: ForwardRefExoticComponent<SelectProps>;
|
|
14
|
-
|
|
15
|
-
export const SelectFiltered: ForwardRefExoticComponent<SelectProps>;
|
|
1
|
+
export * from './Select';
|
|
2
|
+
export * from './SelectFiltered';
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Select/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectInput.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/SelectInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAMN,MAAM,OAAO,CAAC;AAef,eAAO,MAAM,WAAW,yGA4CvB,CAAC"}
|
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
type SelectInputOptions = readonly (readonly [string, string])[];
|
|
7
|
-
|
|
8
|
-
type SelectInputProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
|
|
9
|
-
error?: string;
|
|
10
|
-
options: SelectInputOptions;
|
|
11
|
-
onChange: (value: SelectInputOptions[number][0]) => void;
|
|
12
|
-
htmlSize?: number;
|
|
13
|
-
addon: ReactNode;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export const SelectInput: ForwardRefExoticComponent<SelectInputProps>;
|
|
17
|
-
export const SelectInputOption: typeof InputBox.Option;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export * from './SelectInput';
|
|
3
|
+
export declare const SelectInputOption: import("react").ForwardRefExoticComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<HTMLInputElement>>;
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SelectInput/index.ts"],"names":[],"mappings":";AAEA,cAAc,eAAe,CAAC;AAE9B,eAAO,MAAM,iBAAiB,kIAAS,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import { Box } from '../Box';
|
|
3
|
+
declare type PaginatedMultiSelecOption = {
|
|
4
|
+
value?: string | number;
|
|
5
|
+
label?: string | number;
|
|
6
|
+
};
|
|
7
|
+
declare type PaginatedMultiSelectProps = ComponentProps<typeof Box> & {
|
|
8
|
+
error?: boolean;
|
|
9
|
+
options: PaginatedMultiSelecOption[];
|
|
10
|
+
};
|
|
11
|
+
export declare const PaginatedMultiSelect: FC<PaginatedMultiSelectProps>;
|
|
12
|
+
declare type PaginatedMultiSelectFilteredProps = Omit<ComponentProps<typeof Box>, 'onChange'> & {
|
|
13
|
+
setFilter?: (value: PaginatedMultiSelecOption['value']) => void;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
error?: boolean;
|
|
16
|
+
options: PaginatedMultiSelecOption[];
|
|
17
|
+
filter?: string;
|
|
18
|
+
value?: PaginatedMultiSelecOption['value'];
|
|
19
|
+
};
|
|
20
|
+
export declare const PaginatedMultiSelectFiltered: FC<PaginatedMultiSelectFilteredProps>;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=PaginatedMultiSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedMultiSelect.d.ts","sourceRoot":"","sources":["../../../src/components/SelectPaginated/PaginatedMultiSelect.tsx"],"names":[],"mappings":"AAIA,OAAc,EAKZ,cAAc,EACd,EAAE,EAEH,MAAM,OAAO,CAAC;AAEf,OAAO,EAAsB,GAAG,EAAkB,MAAM,QAAQ,CAAC;AAkBjE,aAAK,yBAAyB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AACF,aAAK,yBAAyB,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAC5D,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,yBAAyB,EAAE,CAAC;CACtC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAyJ9D,CAAC;AAEF,aAAK,iCAAiC,GAAG,IAAI,CAC3C,cAAc,CAAC,OAAO,GAAG,CAAC,EAC1B,UAAU,CACX,GAAG;IACF,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,yBAAyB,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAChE,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,yBAAyB,EAAE,CAAC;IACrC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,yBAAyB,CAAC,OAAO,CAAC,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,EAAE,EAAE,CAAC,iCAAiC,CA8B5E,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import type { SelectProps } from '..';
|
|
3
|
+
declare type PaginatedOptionType = {
|
|
4
|
+
value: string | number;
|
|
5
|
+
label: string;
|
|
6
|
+
};
|
|
7
|
+
export declare type PaginatedSelectProps = Omit<SelectProps, 'options'> & {
|
|
8
|
+
options: PaginatedOptionType[];
|
|
9
|
+
};
|
|
10
|
+
export declare const PaginatedSelect: FC<PaginatedSelectProps>;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=PaginatedSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedSelect.d.ts","sourceRoot":"","sources":["../../../src/components/SelectPaginated/PaginatedSelect.tsx"],"names":[],"mappings":"AAIA,OAAc,EAOZ,EAAE,EAEH,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,IAAI,CAAC;AAMtC,aAAK,mBAAmB,GAAG;IACzB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AACF,oBAAY,oBAAoB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,CAAC,GAAG;IAChE,OAAO,EAAE,mBAAmB,EAAE,CAAC;CAChC,CAAC;AA0CF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAqHpD,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { PaginatedSelectProps } from '.';
|
|
3
|
+
declare type PaginatedSelectFilteredProps = PaginatedSelectProps;
|
|
4
|
+
export declare const PaginatedSelectFiltered: FC<PaginatedSelectFilteredProps>;
|
|
5
|
+
export {};
|
|
6
|
+
//# sourceMappingURL=PaginatedSelectFiltered.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaginatedSelectFiltered.d.ts","sourceRoot":"","sources":["../../../src/components/SelectPaginated/PaginatedSelectFiltered.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,EAAE,EAAyB,MAAM,OAAO,CAAC;AAEzD,OAAO,EAAmB,oBAAoB,EAAE,MAAM,GAAG,CAAC;AAG1D,aAAK,4BAA4B,GAAG,oBAAoB,CAAC;AAEzD,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAmCpE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SelectPaginated/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentProps, FC } from 'react';
|
|
1
|
+
import React, { ComponentProps, FC } from 'react';
|
|
2
2
|
import { Box } from '..';
|
|
3
3
|
import { Icon as FuselageIcon } from '../Icon';
|
|
4
4
|
import { SidebarAction, SidebarActions } from './SidebarActions';
|
|
@@ -36,5 +36,40 @@ export declare const SidebarItemIcon: FC<{
|
|
|
36
36
|
export declare const SidebarItemAvatar: FC;
|
|
37
37
|
export declare const SidebarItemActions: FC<ComponentProps<typeof SidebarActions>>;
|
|
38
38
|
export declare const SidebarItemAction: FC<ComponentProps<typeof SidebarAction>>;
|
|
39
|
-
|
|
39
|
+
declare const _default: React.FC<{
|
|
40
|
+
selected?: boolean | undefined;
|
|
41
|
+
highlighted?: boolean | undefined;
|
|
42
|
+
clickable?: boolean | undefined;
|
|
43
|
+
is?: any;
|
|
44
|
+
}> & {
|
|
45
|
+
Menu: React.FC<{}>;
|
|
46
|
+
Container: React.FC<{}>;
|
|
47
|
+
Content: React.FC<{
|
|
48
|
+
className?: string | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
Title: React.FC<{
|
|
51
|
+
className?: string | undefined;
|
|
52
|
+
}>;
|
|
53
|
+
Subtitle: React.FC<{
|
|
54
|
+
className?: string | undefined;
|
|
55
|
+
}>;
|
|
56
|
+
Time: React.FC<{
|
|
57
|
+
className: string;
|
|
58
|
+
}>;
|
|
59
|
+
Wrapper: React.FC<{
|
|
60
|
+
className?: string | undefined;
|
|
61
|
+
}>;
|
|
62
|
+
Icon: React.FC<{
|
|
63
|
+
className?: string | undefined;
|
|
64
|
+
highlighted?: boolean | undefined;
|
|
65
|
+
icon: any;
|
|
66
|
+
}>;
|
|
67
|
+
Avatar: React.FC<{}>;
|
|
68
|
+
Actions: React.FC<any>;
|
|
69
|
+
Action: React.FC<any>;
|
|
70
|
+
Badge: React.FC<{
|
|
71
|
+
className: string;
|
|
72
|
+
}>;
|
|
73
|
+
};
|
|
74
|
+
export default _default;
|
|
40
75
|
//# sourceMappingURL=Item.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,EAAE,GAAG,EAAE,MAAM,IAAI,CAAC;AACzB,OAAO,EAAE,IAAI,IAAI,YAAY,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEjE,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,EAAE,CAAC,EAAE,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC;CACvC,CAwBA,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,EAKlC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAK7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQvD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAQtD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQ1D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAQzD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,IAAI,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAC;CACnD,CAYA,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAI/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CACzD,CAAC;AAEjB,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAEtC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,wBAaG"}
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import { FC } from 'react';
|
|
1
|
+
import React, { FC } from 'react';
|
|
2
2
|
export declare const SidebarSectionTitle: FC;
|
|
3
3
|
export declare const SidebarSection: FC & {
|
|
4
|
-
Title
|
|
4
|
+
Title?: typeof SidebarSectionTitle;
|
|
5
5
|
};
|
|
6
|
-
|
|
6
|
+
declare const _default: React.FC<{}> & {
|
|
7
|
+
Title?: React.FC<{}> | undefined;
|
|
8
|
+
} & {
|
|
9
|
+
Title: React.FC<{}>;
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
7
12
|
//# sourceMappingURL=Section.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Section.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAElC,eAAO,MAAM,mBAAmB,EAAE,EAEjC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,EAAE,GAAG;IAChC,KAAK,CAAC,EAAE,OAAO,mBAAmB,CAAC;CAGpC,CAAC;;;;;;AAEF,wBAEG"}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
import { ComponentProps, FC } from 'react';
|
|
1
|
+
import React, { ComponentProps, FC } from 'react';
|
|
2
2
|
import { SidebarAction, SidebarActions } from './SidebarActions';
|
|
3
|
-
declare const TopBar: FC<{
|
|
4
|
-
className: string;
|
|
5
|
-
}> & {
|
|
6
|
-
Section: typeof TopBarSection;
|
|
7
|
-
ToolBox: typeof TopBarToolBox;
|
|
8
|
-
Avatar: typeof TopBarAvatar;
|
|
9
|
-
Actions: typeof TopBarActions;
|
|
10
|
-
Action: typeof TopBarAction;
|
|
11
|
-
Divider: typeof TopBarDivider;
|
|
12
|
-
Title: typeof TopBarTitle;
|
|
13
|
-
Wrapper: typeof TopBarWrapper;
|
|
14
|
-
};
|
|
15
|
-
declare const TopBarWrapper: FC;
|
|
16
3
|
export declare const TopBarToolBox: FC<{
|
|
17
4
|
className?: string;
|
|
18
5
|
}>;
|
|
@@ -26,5 +13,38 @@ export declare const TopBarActions: FC<ComponentProps<typeof SidebarActions>>;
|
|
|
26
13
|
export declare const TopBarAction: FC<ComponentProps<typeof SidebarAction>>;
|
|
27
14
|
export declare const TopBarDivider: FC;
|
|
28
15
|
export declare const TopBarTitle: FC;
|
|
29
|
-
|
|
16
|
+
declare const _default: React.FC<{
|
|
17
|
+
className: string;
|
|
18
|
+
}> & {
|
|
19
|
+
Section?: React.FC<{
|
|
20
|
+
className: string;
|
|
21
|
+
}> | undefined;
|
|
22
|
+
ToolBox?: React.FC<{
|
|
23
|
+
className?: string | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
Avatar?: {
|
|
26
|
+
size: "x24";
|
|
27
|
+
} | undefined;
|
|
28
|
+
Actions?: React.FC<any> | undefined;
|
|
29
|
+
Action?: React.FC<any> | undefined;
|
|
30
|
+
Divider?: React.FC<{}> | undefined;
|
|
31
|
+
Title?: React.FC<{}> | undefined;
|
|
32
|
+
Wrapper?: React.FC<{}> | undefined;
|
|
33
|
+
} & {
|
|
34
|
+
Section: React.FC<{
|
|
35
|
+
className: string;
|
|
36
|
+
}>;
|
|
37
|
+
ToolBox: React.FC<{
|
|
38
|
+
className?: string | undefined;
|
|
39
|
+
}>;
|
|
40
|
+
Wrapper: React.FC<{}>;
|
|
41
|
+
Avatar: {
|
|
42
|
+
size: "x24";
|
|
43
|
+
};
|
|
44
|
+
Actions: React.FC<any>;
|
|
45
|
+
Action: React.FC<any>;
|
|
46
|
+
Divider: React.FC<{}>;
|
|
47
|
+
Title: React.FC<{}>;
|
|
48
|
+
};
|
|
49
|
+
export default _default;
|
|
30
50
|
//# sourceMappingURL=TopBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/TopBar.tsx"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"TopBar.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/TopBar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAIlD,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AA6BjE,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAcpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,CAcnD,CAAC;AAEF,eAAO,MAAM,YAAY;UA3DH,KAAK;CA2DO,CAAC;AACnC,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,CACpD,CAAC;AACjB,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAE3B,CAAC;AAExC,eAAO,MAAM,aAAa,EAAE,EAA2C,CAAC;AAExE,eAAO,MAAM,WAAW,EAAE,EAEzB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,wBASG"}
|