ods-component-lib 1.18.76 → 1.18.78
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/antd/timepicker/OdsRangeTimepicker.d.ts +4 -1
- package/dist/index.js +31090 -186
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +31090 -186
- package/dist/index.modern.js.map +1 -1
- package/dist/stories/OdsRangeTimepicker/OdsRangeTimePicker.stories.d.ts +21 -0
- package/dist/stories/OdsRangeTimepicker/Samples/TimeRangePicker.d.ts +3 -0
- package/dist/stories/OdsText/OdsText.stories.d.ts +62 -0
- package/dist/stories/OdsText/Samples/CustomText.Tample.d.ts +1 -0
- package/dist/stories/OdsText/Samples/Default.Tample.d.ts +1 -0
- package/dist/stories/OdsText/Samples/EllipsisText.Tample.d.ts +1 -0
- package/dist/stories/OdsText/Samples/StrongText.Tample.d.ts +1 -0
- package/dist/stories/OdsText/Samples/UnderlineText.Tample.d.ts +1 -0
- package/dist/stories/OdsTimePicker/OdsTimePicker.stories.d.ts +0 -1
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import OdsRangeTimepicker from '../../components/antd/timepicker/OdsRangeTimepicker';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof OdsRangeTimepicker;
|
|
5
|
+
tags: string[];
|
|
6
|
+
argTypes: {
|
|
7
|
+
enableSeconds: {
|
|
8
|
+
control: string;
|
|
9
|
+
description: string;
|
|
10
|
+
defaultValue: boolean;
|
|
11
|
+
table: {
|
|
12
|
+
defaultValue: {
|
|
13
|
+
summary: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
export declare const Range: any;
|
|
21
|
+
export declare const RangeWithoutSeconds: any;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import OdsText from '../../components/antd/typography/OdsText';
|
|
2
|
+
import { Default } from './Samples/Default.Tample';
|
|
3
|
+
import { CustomText } from './Samples/CustomText.Tample';
|
|
4
|
+
import { StrongText } from './Samples/StrongText.Tample';
|
|
5
|
+
import { UnderlineText } from './Samples/UnderlineText.Tample';
|
|
6
|
+
import { EllipsisText } from './Samples/EllipsisText.Tample';
|
|
7
|
+
declare const _default: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: typeof OdsText;
|
|
10
|
+
tags: string[];
|
|
11
|
+
argTypes: {
|
|
12
|
+
children: {
|
|
13
|
+
control: string;
|
|
14
|
+
description: string;
|
|
15
|
+
};
|
|
16
|
+
style: {
|
|
17
|
+
control: string;
|
|
18
|
+
description: string;
|
|
19
|
+
};
|
|
20
|
+
className: {
|
|
21
|
+
control: string;
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
ellipsis: {
|
|
25
|
+
control: string;
|
|
26
|
+
description: string;
|
|
27
|
+
};
|
|
28
|
+
strong: {
|
|
29
|
+
control: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
32
|
+
underline: {
|
|
33
|
+
control: string;
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
delete: {
|
|
37
|
+
control: string;
|
|
38
|
+
description: string;
|
|
39
|
+
};
|
|
40
|
+
code: {
|
|
41
|
+
control: string;
|
|
42
|
+
description: string;
|
|
43
|
+
};
|
|
44
|
+
mark: {
|
|
45
|
+
control: string;
|
|
46
|
+
description: string;
|
|
47
|
+
};
|
|
48
|
+
type: {
|
|
49
|
+
options: string[];
|
|
50
|
+
control: {
|
|
51
|
+
type: string;
|
|
52
|
+
};
|
|
53
|
+
description: string;
|
|
54
|
+
};
|
|
55
|
+
disabled: {
|
|
56
|
+
control: string;
|
|
57
|
+
description: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
62
|
+
export { Default, CustomText, StrongText, UnderlineText, EllipsisText };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CustomText: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Default: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const EllipsisText: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const StrongText: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const UnderlineText: any;
|