ods-component-lib 1.18.38 → 1.18.40

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.
@@ -0,0 +1,44 @@
1
+ import OdsAutoComplete from "../../components/antd/autocomplete/OdsAutoComplete";
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof OdsAutoComplete;
5
+ tags: string[];
6
+ argTypes: {
7
+ size: {
8
+ options: string[];
9
+ control: {
10
+ type: string;
11
+ };
12
+ };
13
+ variant: {
14
+ options: string[];
15
+ control: {
16
+ type: string;
17
+ };
18
+ };
19
+ onBlur: {
20
+ action: string;
21
+ };
22
+ onChange: {
23
+ action: string;
24
+ };
25
+ onClear: {
26
+ action: string;
27
+ };
28
+ onDropdownVisibleChange: {
29
+ action: string;
30
+ };
31
+ onFocus: {
32
+ action: string;
33
+ };
34
+ onSearch: {
35
+ action: string;
36
+ };
37
+ onSelect: {
38
+ action: string;
39
+ };
40
+ };
41
+ };
42
+ export default _default;
43
+ export declare const LookupPatternsAutoComplete: any;
44
+ export declare const NonCaseSensitiveAutoComplete: any;
@@ -0,0 +1 @@
1
+ export declare const LookupPatternsAutoCompleteTemplate: any;
@@ -0,0 +1 @@
1
+ export declare const NonCaseSensitiveAutoCompleteTemplate: any;
@@ -0,0 +1,10 @@
1
+ import DropdownButton from "../../components/antd/button/OdsDropdownButton";
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof DropdownButton;
5
+ tags: string[];
6
+ argTypes: {};
7
+ };
8
+ export default _default;
9
+ export declare const HoverDropdownButton: any;
10
+ export declare const SelectableDropdownButton: any;
@@ -0,0 +1,5 @@
1
+ export declare const HoverDropdownButtonTemplate: any;
2
+ export declare const HoverMenuProps: {
3
+ items: import("antd/es/menu/hooks/useItems").ItemType<import("antd/es/menu/hooks/useItems").MenuItemType>[];
4
+ onClick: import("rc-menu/lib/interface").MenuClickEventHandler;
5
+ };
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+ export declare const SelectableDropdownButtonTemplate: any;
3
+ export declare const SelectableMenuProps: {
4
+ items: ({
5
+ label: string;
6
+ key: string;
7
+ icon: React.JSX.Element;
8
+ danger?: undefined;
9
+ disabled?: undefined;
10
+ } | {
11
+ label: string;
12
+ key: string;
13
+ icon: React.JSX.Element;
14
+ danger: boolean;
15
+ disabled?: undefined;
16
+ } | {
17
+ label: string;
18
+ key: string;
19
+ icon: React.JSX.Element;
20
+ danger: boolean;
21
+ disabled: boolean;
22
+ })[];
23
+ selectable: boolean;
24
+ defaultSelectedKeys: string[];
25
+ };
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ title: string;
4
+ component: (props: import("../../components/antd/select/OdsMultiSelect").OdsMultiSelectProps) => import("react").JSX.Element;
5
+ tags: string[];
6
+ argTypes: {};
7
+ };
8
+ export default _default;
9
+ export declare const MultiSelect: any;
@@ -0,0 +1,4 @@
1
+ export declare const MockData: {
2
+ value: number;
3
+ label: string;
4
+ }[];
@@ -0,0 +1 @@
1
+ export declare const MultiSelectTemplate: any;
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare const DynamicIcon: ({ iconName }: {
3
+ iconName: any;
4
+ }) => React.JSX.Element;
5
+ export default DynamicIcon;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ods-component-lib",
3
- "version": "1.18.38",
3
+ "version": "1.18.40",
4
4
  "description": "Odeon design system component lib",
5
5
  "author": "OdeonTechnology",
6
6
  "license": "MIT",