ods-component-lib 1.18.49 → 1.18.51

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.
Files changed (41) hide show
  1. package/dist/components/antd/form/OdsBasicForm.d.ts +18 -0
  2. package/dist/components/antd/icon/OdsIcon.d.ts +10 -0
  3. package/dist/components/antd/message/OdsMessage.d.ts +3 -0
  4. package/dist/components/antd/select/OdsCustomMultiSelect.d.ts +7 -0
  5. package/dist/components/antd/select/OdsMultiSelect.d.ts +9 -0
  6. package/dist/components/custom/OdsLogin.d.ts +8 -0
  7. package/dist/components/devextreme/DxDataPopupForm.d.ts +3 -0
  8. package/dist/components/devextreme/DynamicIcon.d.ts +5 -0
  9. package/dist/components/devextreme/OdsDataGridNew.d.ts +56 -0
  10. package/dist/components/devextreme/OdsProfDataGrid.d.ts +3 -0
  11. package/dist/components/devextreme/OdsRemoteDataGrid.d.ts +1 -0
  12. package/dist/components/devextreme/OdsTimeline/OdsTimeline.Constants.d.ts +4 -0
  13. package/dist/components/devextreme/OdsTimeline/OdsTimeline.Functions.d.ts +6 -0
  14. package/dist/components/devextreme/OdsTimeline/OdsTimeline.Types.d.ts +77 -0
  15. package/dist/components/devextreme/OdsTimeline/OdsTimeline.d.ts +5 -0
  16. package/dist/components/devextreme/OdsTimeline/OdsTimelineDateFilter.d.ts +3 -0
  17. package/dist/components/devextreme/OdsTimeline/OdsTimelineSelectionColumn.d.ts +2 -0
  18. package/dist/components/devextreme/treeview/DxTreeView.d.ts +3 -0
  19. package/dist/index.js +3 -7
  20. package/dist/index.js.map +1 -1
  21. package/dist/index.modern.js +3 -7
  22. package/dist/index.modern.js.map +1 -1
  23. package/dist/stories/OdsCard/OdsCard.stories.d.ts +70 -0
  24. package/dist/stories/OdsCard/Samples/BasicCard.Sample.d.ts +1 -0
  25. package/dist/stories/OdsCard/Samples/CardWithTabs.Sample.d.ts +1 -0
  26. package/dist/stories/OdsCard/Samples/CustomizedCard.Sample.d.ts +1 -0
  27. package/dist/stories/OdsCard/Samples/InnerCard.Sample.d.ts +1 -0
  28. package/dist/stories/OdsCheckBox/OdsCheckBox.stories.d.ts +37 -0
  29. package/dist/stories/OdsCheckBox/Samples/BasicCheckBox.Sample.d.ts +1 -0
  30. package/dist/stories/OdsCheckBox/Samples/DisabledCheckBox.Sample.d.ts +1 -0
  31. package/dist/stories/OdsCheckBoxGroup/OdsCheckBoxGroup.stories.d.ts +29 -0
  32. package/dist/stories/OdsCheckBoxGroup/Samples/BasicCheckBoxGroup.Sample.d.ts +1 -0
  33. package/dist/stories/OdsCustomMultiSelect/OdsCustomMultiSelect.stories.d.ts +9 -0
  34. package/dist/stories/OdsCustomMultiSelect/Samples/Basic.Sample.d.ts +1 -0
  35. package/dist/stories/OdsCustomMultiSelect/Samples/ModeMultiple.Sample.d.ts +1 -0
  36. package/dist/stories/OdsTimeline/OdsTimeline.Constants.d.ts +3 -0
  37. package/dist/stories/OdsTimeline/OdsTimeline.Functions.d.ts +6 -0
  38. package/dist/stories/OdsTimeline/OdsTimeline.MockData.d.ts +39 -0
  39. package/dist/stories/OdsTimeline/OdsTimeline.stories.d.ts +47 -0
  40. package/dist/utils/DynamicIcon.d.ts +5 -0
  41. package/package.json +1 -1
@@ -0,0 +1,70 @@
1
+ import OdsCard from "../../components/antd/card/OdsCard";
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof OdsCard;
5
+ tags: string[];
6
+ argTypes: {
7
+ actions: {
8
+ description: string;
9
+ };
10
+ activeTabKey: {
11
+ description: string;
12
+ };
13
+ bordered: {
14
+ options: string[];
15
+ description: string;
16
+ };
17
+ cover: {
18
+ description: string;
19
+ };
20
+ defaultActiveTabKey: {
21
+ description: string;
22
+ };
23
+ extra: {
24
+ description: string;
25
+ };
26
+ hoverable: {
27
+ options: string[];
28
+ description: string;
29
+ };
30
+ loading: {
31
+ options: string[];
32
+ description: string;
33
+ };
34
+ size: {
35
+ description: string;
36
+ };
37
+ tabBarExtraContent: {
38
+ description: string;
39
+ };
40
+ tabList: {
41
+ description: string;
42
+ };
43
+ title: {
44
+ description: string;
45
+ };
46
+ type: {
47
+ description: string;
48
+ };
49
+ classNames: {
50
+ description: string;
51
+ };
52
+ styles: {
53
+ description: string;
54
+ };
55
+ onTabChange: {
56
+ action: string;
57
+ description: string;
58
+ };
59
+ };
60
+ parameters: {
61
+ controls: {
62
+ exclude: string[];
63
+ };
64
+ };
65
+ };
66
+ export default _default;
67
+ export declare const BasicCard: any;
68
+ export declare const InnerCard: any;
69
+ export declare const CardWithTabs: any;
70
+ export declare const CustomizedCard: any;
@@ -0,0 +1 @@
1
+ export declare const BasicTemplate: any;
@@ -0,0 +1 @@
1
+ export declare const CardWithTabsTemplate: any;
@@ -0,0 +1 @@
1
+ export declare const CustomizedTemplate: any;
@@ -0,0 +1 @@
1
+ export declare const InnerTemplate: any;
@@ -0,0 +1,37 @@
1
+ import OdsCheckbox from "../../components/antd/checkbox/OdsCheckbox";
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof OdsCheckbox;
5
+ tags: string[];
6
+ argTypes: {
7
+ checked: {
8
+ options: string[];
9
+ description: string;
10
+ };
11
+ defaultChecked: {
12
+ options: string[];
13
+ description: string;
14
+ };
15
+ autoFocus: {
16
+ options: string[];
17
+ description: string;
18
+ };
19
+ indeterminate: {
20
+ options: string[];
21
+ description: string;
22
+ };
23
+ disabled: {
24
+ description: string;
25
+ };
26
+ onChange: {
27
+ action: string;
28
+ description: string;
29
+ };
30
+ };
31
+ parameters: {
32
+ controls: {};
33
+ };
34
+ };
35
+ export default _default;
36
+ export declare const BasicCheckbox: any;
37
+ export declare const DisabledCheckbox: any;
@@ -0,0 +1 @@
1
+ export declare const BasicTemplate: any;
@@ -0,0 +1 @@
1
+ export declare const DisabledTemplate: any;
@@ -0,0 +1,29 @@
1
+ import OdsCheckboxGroup from "../../components/antd/checkbox/OdsCheckboxGroup";
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof OdsCheckboxGroup;
5
+ tags: string[];
6
+ argTypes: {
7
+ defaultValue: {
8
+ description: string;
9
+ };
10
+ name: {
11
+ description: string;
12
+ };
13
+ options: {
14
+ description: string;
15
+ };
16
+ value: {
17
+ description: string;
18
+ };
19
+ disabled: {
20
+ description: string;
21
+ };
22
+ onChange: {
23
+ action: string;
24
+ description: string;
25
+ };
26
+ };
27
+ };
28
+ export default _default;
29
+ export declare const BasicCheckboxGroup: any;
@@ -0,0 +1 @@
1
+ export declare const BasicTemplate: any;
@@ -0,0 +1,9 @@
1
+ import CustomMultiSelect from "../../components/antd/select/OdsCustomMultiSelect";
2
+ declare const _default: {
3
+ title: string;
4
+ component: typeof CustomMultiSelect;
5
+ tags: string[];
6
+ };
7
+ export default _default;
8
+ export declare const Basic: any;
9
+ export declare const ModeMultiple: any;
@@ -0,0 +1 @@
1
+ export declare const BasicTemplate: any;
@@ -0,0 +1 @@
1
+ export declare const ModeMultipleTemplate: any;
@@ -0,0 +1,3 @@
1
+ import { IOdsTimelineColumnProps } from "../../components/devextreme/OdsTimeline/OdsTimeline.Types";
2
+ export declare const columns: IOdsTimelineColumnProps[];
3
+ export declare const Constants: {};
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ import { ICheckboxColumnChange, IStatusColumnChange } from "../../components/devextreme/OdsTimeline/OdsTimeline.Types";
3
+ export declare const onStatusColumnChange: (e: IStatusColumnChange) => void;
4
+ export declare const onCheckboxColumnChange: (e: ICheckboxColumnChange) => void;
5
+ export declare const linkCellComponent: (props: any) => React.JSX.Element;
6
+ export declare const optionsCellComponent: (props: any) => React.JSX.Element;
@@ -0,0 +1,39 @@
1
+ export declare const tasks: {
2
+ id: number;
3
+ parentId: number;
4
+ title: string;
5
+ hotel: string;
6
+ brand: string;
7
+ provider: string;
8
+ isChecked: boolean;
9
+ hasImport: boolean;
10
+ hasExport: boolean;
11
+ hasBooking: boolean;
12
+ importType: {
13
+ type: string;
14
+ isActive: boolean;
15
+ }[];
16
+ exportType: {
17
+ type: string;
18
+ isActive: boolean;
19
+ }[];
20
+ start: Date;
21
+ end: Date;
22
+ color: string;
23
+ progress: number;
24
+ }[];
25
+ export declare const dependencies: {
26
+ id: number;
27
+ predecessorId: number;
28
+ successorId: number;
29
+ type: number;
30
+ }[];
31
+ export declare const resources: {
32
+ id: number;
33
+ text: string;
34
+ }[];
35
+ export declare const resourceAssignments: {
36
+ id: number;
37
+ taskId: number;
38
+ resourceId: number;
39
+ }[];
@@ -0,0 +1,47 @@
1
+ import React from "react";
2
+ import "devextreme/dist/css/dx.light.css";
3
+ import "devexpress-gantt/dist/dx-gantt.min.css";
4
+ import { IOdsTimelineProps } from "../../components/devextreme/OdsTimeline/OdsTimeline.Types";
5
+ import "./OdsTimeline.css";
6
+ declare const _default: {
7
+ title: string;
8
+ component: (props: IOdsTimelineProps) => React.JSX.Element;
9
+ tags: string[];
10
+ argTypes: {
11
+ onScaleCellPrepared: {
12
+ description: string;
13
+ };
14
+ taskContentRender: {
15
+ description: string;
16
+ };
17
+ taskContentComponent: {
18
+ description: string;
19
+ };
20
+ taskProgressTooltipContentRender: {
21
+ description: string;
22
+ };
23
+ taskProgressTooltipContentComponent: {
24
+ description: string;
25
+ };
26
+ taskTimeTooltipContentRender: {
27
+ description: string;
28
+ };
29
+ taskTimeTooltipContentComponent: {
30
+ description: string;
31
+ };
32
+ taskTooltipContentRender: {
33
+ description: string;
34
+ };
35
+ taskTooltipContentComponent: {
36
+ description: string;
37
+ };
38
+ };
39
+ parameters: {
40
+ layout: string;
41
+ controls: {
42
+ exclude: string[];
43
+ };
44
+ };
45
+ };
46
+ export default _default;
47
+ export declare const TimelineTemplate: 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.49",
3
+ "version": "1.18.51",
4
4
  "description": "Odeon design system component lib",
5
5
  "author": "OdeonTechnology",
6
6
  "license": "MIT",