asma-core-ui 2.19.96 → 2.19.98
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/asma-core-ui.es.js +19 -19
- package/dist/src/components/data-display/icons/earth-icon/EarthIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/earth-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/error-outline-icon/ErrorOutlineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/error-outline-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/fast-check-outline-icon/FastCheckOutlineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/fast-check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/index.d.ts +12 -0
- package/dist/src/components/data-display/icons/link-outline-icon/LinkOutlineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/link-outline-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/list-settings-line-icon/ListSettingsLineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/list-settings-line-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/list-status-icon/ListStatusIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/list-status-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/pencil-outline-icon/PencilOutlineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/pencil-outline-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/replay-icon/ReplayIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/replay-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/settings-menu-horizontal-icon/SettingsMenuHorizontalIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/settings-menu-horizontal-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/text-box-check-outline-icon/TextBoxCheckOutlineIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/text-box-check-outline-icon/index.d.ts +1 -0
- package/dist/src/components/data-display/icons/unknown-document-outline-rounded-icon/UnknownDocumentOutlineRoundedIcon.d.ts +3 -0
- package/dist/src/components/data-display/icons/unknown-document-outline-rounded-icon/index.d.ts +1 -0
- package/dist/src/components/pickers/date-picker/components/{DefaultInput.d.ts → DatePickerInputIndex.d.ts} +1 -1
- package/dist/src/components/pickers/date-picker/components/{RangeInput.d.ts → DatePickerInputRange.d.ts} +1 -1
- package/dist/src/components/pickers/date-picker/components/DatePickerInputRangeCompact.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/components/DatePickerInputSingle.d.ts +5 -0
- package/dist/src/components/pickers/date-picker/story/components/RangePickerCompactExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/story/components/SinglePickerExample.d.ts +2 -0
- package/dist/src/components/pickers/date-picker/types.d.ts +18 -20
- package/dist/src/helpers/cn.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/src/components/pickers/date-picker/story/components/DefaultPickerExample.d.ts +0 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './EarthIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ErrorOutlineIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './FastCheckOutlineIcon';
|
|
@@ -52,3 +52,15 @@ export * from './delete-outline-icon';
|
|
|
52
52
|
export * from './filter-icon';
|
|
53
53
|
export * from './lock-icon';
|
|
54
54
|
export * from './dvr-icon';
|
|
55
|
+
export * from './error-outline-icon';
|
|
56
|
+
export * from './replay-icon';
|
|
57
|
+
export * from './calendar-blank-outline-icon';
|
|
58
|
+
export * from './link-outline-icon';
|
|
59
|
+
export * from './fast-check-outline-icon';
|
|
60
|
+
export * from './unknown-document-outline-rounded-icon';
|
|
61
|
+
export * from './list-status-icon';
|
|
62
|
+
export * from './text-box-check-outline-icon';
|
|
63
|
+
export * from './list-settings-line-icon';
|
|
64
|
+
export * from './earth-icon';
|
|
65
|
+
export * from './settings-menu-horizontal-icon';
|
|
66
|
+
export * from './pencil-outline-icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './LinkOutlineIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListSettingsLineIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ListStatusIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './PencilOutlineIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ReplayIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SettingsMenuHorizontalIcon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TextBoxCheckOutlineIcon';
|
package/dist/src/components/data-display/icons/unknown-document-outline-rounded-icon/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './UnknownDocumentOutlineRoundedIcon';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { DatePickerProps } from '../types';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const DatePickerInputIndex: React.FC<DatePickerProps & {
|
|
4
4
|
onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
5
5
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { DatePickerProps } from '../types';
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const DatePickerInputRange: React.FC<DatePickerProps & {
|
|
4
4
|
onClick: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
5
5
|
}>;
|
|
@@ -10,37 +10,35 @@ type CommonDatePickerProps = {
|
|
|
10
10
|
disabledDays?: Matcher | Matcher[];
|
|
11
11
|
dataTest: string;
|
|
12
12
|
} & CalendarProps;
|
|
13
|
-
type
|
|
14
|
-
mode: '
|
|
15
|
-
compact
|
|
16
|
-
placeholderFrom?: string;
|
|
17
|
-
placeholderTo?: string;
|
|
18
|
-
labelFrom?: string;
|
|
19
|
-
labelTo?: string;
|
|
20
|
-
allowClear?: never;
|
|
21
|
-
placeholder?: never;
|
|
22
|
-
};
|
|
23
|
-
type DefaultRangeProps = {
|
|
24
|
-
mode: 'range';
|
|
25
|
-
compact?: false;
|
|
13
|
+
type DefaultSingleProps = {
|
|
14
|
+
mode: 'single';
|
|
15
|
+
compact?: never;
|
|
26
16
|
placeholder?: string;
|
|
27
17
|
placeholderFrom?: never;
|
|
28
18
|
placeholderTo?: never;
|
|
19
|
+
label?: string;
|
|
29
20
|
labelFrom?: never;
|
|
30
21
|
labelTo?: never;
|
|
31
|
-
onClearFrom?: () => void;
|
|
32
|
-
onClearTo?: () => void;
|
|
33
22
|
};
|
|
34
|
-
type
|
|
35
|
-
mode: '
|
|
36
|
-
dateFormat?: string;
|
|
37
|
-
placeholder?: string;
|
|
38
|
-
label?: string;
|
|
23
|
+
type DefaultRangeProps = {
|
|
24
|
+
mode: 'range';
|
|
39
25
|
compact?: never;
|
|
26
|
+
placeholder?: string;
|
|
40
27
|
placeholderFrom?: never;
|
|
41
28
|
placeholderTo?: never;
|
|
29
|
+
label?: string;
|
|
42
30
|
labelFrom?: never;
|
|
43
31
|
labelTo?: never;
|
|
44
32
|
};
|
|
33
|
+
type CompactRangeProps = {
|
|
34
|
+
mode: 'range';
|
|
35
|
+
compact: true;
|
|
36
|
+
placeholder?: never;
|
|
37
|
+
placeholderFrom?: string;
|
|
38
|
+
placeholderTo?: string;
|
|
39
|
+
label?: never;
|
|
40
|
+
labelFrom?: string;
|
|
41
|
+
labelTo?: string;
|
|
42
|
+
};
|
|
45
43
|
export type DatePickerProps = CommonDatePickerProps & (CompactRangeProps | DefaultRangeProps | DefaultSingleProps);
|
|
46
44
|
export {};
|