@croquiscom/pds 8.6.0 → 8.8.0

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.
@@ -1,2 +1,2 @@
1
- export type Placement = 'bottom' | 'left' | 'top' | 'right';
1
+ export type Placement = 'bottom' | 'bottom-end' | 'left' | 'top' | 'right';
2
2
  export declare function placementToCSSProperty(placement: Placement): string;
@@ -0,0 +1,79 @@
1
+ export declare const en: {
2
+ lang: string;
3
+ accessibility: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ error: string;
8
+ close: string;
9
+ page: string;
10
+ prev: string;
11
+ next: string;
12
+ back: string;
13
+ };
14
+ ConfirmModal: {
15
+ title: string;
16
+ confirmText: string;
17
+ cancelText: string;
18
+ };
19
+ AlertModal: {
20
+ title: string;
21
+ confirmText: string;
22
+ };
23
+ NoticeModal: {
24
+ closeText: string;
25
+ checkReplayText: string;
26
+ };
27
+ Dropdown: {
28
+ placeholder: string;
29
+ };
30
+ DatePicker: {
31
+ placeholder: string;
32
+ footer: {
33
+ now: string;
34
+ today: string;
35
+ ok: string;
36
+ clear: string;
37
+ };
38
+ };
39
+ DatePickerRange: {
40
+ placeholder: string[];
41
+ dataPreset: {
42
+ today: string;
43
+ '1-week': string;
44
+ '1-month': string;
45
+ '3-month': string;
46
+ '6-month': string;
47
+ '1-year': string;
48
+ all: string;
49
+ };
50
+ };
51
+ TimePicker: {
52
+ placeholder: string;
53
+ footer: {
54
+ ok: string;
55
+ clear: string;
56
+ };
57
+ };
58
+ TimeRangePicker: {
59
+ placeholder: string[];
60
+ };
61
+ FileUpload: {
62
+ label: string;
63
+ };
64
+ Table: {
65
+ noDataText: string;
66
+ };
67
+ ColumnViewController: {
68
+ noFixedItemsText: string;
69
+ fixedSectionTitle: string;
70
+ listSectionTitle: string;
71
+ max: string;
72
+ items: string;
73
+ };
74
+ CategorySelector: {
75
+ levelCategory: string;
76
+ selectParentCategoryLine1: string;
77
+ selectParentCategoryLine2: string;
78
+ };
79
+ };
@@ -0,0 +1,79 @@
1
+ export declare const en: {
2
+ lang: string;
3
+ accessibility: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ error: string;
8
+ close: string;
9
+ page: string;
10
+ prev: string;
11
+ next: string;
12
+ back: string;
13
+ };
14
+ ConfirmModal: {
15
+ title: string;
16
+ confirmText: string;
17
+ cancelText: string;
18
+ };
19
+ AlertModal: {
20
+ title: string;
21
+ confirmText: string;
22
+ };
23
+ NoticeModal: {
24
+ closeText: string;
25
+ checkReplayText: string;
26
+ };
27
+ Dropdown: {
28
+ placeholder: string;
29
+ };
30
+ DatePicker: {
31
+ placeholder: string;
32
+ footer: {
33
+ now: string;
34
+ today: string;
35
+ ok: string;
36
+ clear: string;
37
+ };
38
+ };
39
+ DatePickerRange: {
40
+ placeholder: string[];
41
+ dataPreset: {
42
+ today: string;
43
+ '1-week': string;
44
+ '1-month': string;
45
+ '3-month': string;
46
+ '6-month': string;
47
+ '1-year': string;
48
+ all: string;
49
+ };
50
+ };
51
+ TimePicker: {
52
+ placeholder: string;
53
+ footer: {
54
+ ok: string;
55
+ clear: string;
56
+ };
57
+ };
58
+ TimeRangePicker: {
59
+ placeholder: string[];
60
+ };
61
+ FileUpload: {
62
+ label: string;
63
+ };
64
+ Table: {
65
+ noDataText: string;
66
+ };
67
+ ColumnViewController: {
68
+ noFixedItemsText: string;
69
+ fixedSectionTitle: string;
70
+ listSectionTitle: string;
71
+ max: string;
72
+ items: string;
73
+ };
74
+ CategorySelector: {
75
+ levelCategory: string;
76
+ selectParentCategoryLine1: string;
77
+ selectParentCategoryLine2: string;
78
+ };
79
+ };
@@ -0,0 +1,79 @@
1
+ export declare const ja: {
2
+ lang: string;
3
+ accessibility: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ error: string;
8
+ close: string;
9
+ page: string;
10
+ prev: string;
11
+ next: string;
12
+ back: string;
13
+ };
14
+ ConfirmModal: {
15
+ title: string;
16
+ confirmText: string;
17
+ cancelText: string;
18
+ };
19
+ AlertModal: {
20
+ title: string;
21
+ confirmText: string;
22
+ };
23
+ NoticeModal: {
24
+ closeText: string;
25
+ checkReplayText: string;
26
+ };
27
+ Dropdown: {
28
+ placeholder: string;
29
+ };
30
+ DatePicker: {
31
+ placeholder: string;
32
+ footer: {
33
+ now: string;
34
+ today: string;
35
+ ok: string;
36
+ clear: string;
37
+ };
38
+ };
39
+ DatePickerRange: {
40
+ placeholder: string[];
41
+ dataPreset: {
42
+ today: string;
43
+ '1-week': string;
44
+ '1-month': string;
45
+ '3-month': string;
46
+ '6-month': string;
47
+ '1-year': string;
48
+ all: string;
49
+ };
50
+ };
51
+ TimePicker: {
52
+ placeholder: string;
53
+ footer: {
54
+ ok: string;
55
+ clear: string;
56
+ };
57
+ };
58
+ TimeRangePicker: {
59
+ placeholder: string[];
60
+ };
61
+ FileUpload: {
62
+ label: string;
63
+ };
64
+ Table: {
65
+ noDataText: string;
66
+ };
67
+ ColumnViewController: {
68
+ noFixedItemsText: string;
69
+ fixedSectionTitle: string;
70
+ listSectionTitle: string;
71
+ max: string;
72
+ items: string;
73
+ };
74
+ CategorySelector: {
75
+ levelCategory: string;
76
+ selectParentCategoryLine1: string;
77
+ selectParentCategoryLine2: string;
78
+ };
79
+ };
@@ -0,0 +1,79 @@
1
+ export declare const ja: {
2
+ lang: string;
3
+ accessibility: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ error: string;
8
+ close: string;
9
+ page: string;
10
+ prev: string;
11
+ next: string;
12
+ back: string;
13
+ };
14
+ ConfirmModal: {
15
+ title: string;
16
+ confirmText: string;
17
+ cancelText: string;
18
+ };
19
+ AlertModal: {
20
+ title: string;
21
+ confirmText: string;
22
+ };
23
+ NoticeModal: {
24
+ closeText: string;
25
+ checkReplayText: string;
26
+ };
27
+ Dropdown: {
28
+ placeholder: string;
29
+ };
30
+ DatePicker: {
31
+ placeholder: string;
32
+ footer: {
33
+ now: string;
34
+ today: string;
35
+ ok: string;
36
+ clear: string;
37
+ };
38
+ };
39
+ DatePickerRange: {
40
+ placeholder: string[];
41
+ dataPreset: {
42
+ today: string;
43
+ '1-week': string;
44
+ '1-month': string;
45
+ '3-month': string;
46
+ '6-month': string;
47
+ '1-year': string;
48
+ all: string;
49
+ };
50
+ };
51
+ TimePicker: {
52
+ placeholder: string;
53
+ footer: {
54
+ ok: string;
55
+ clear: string;
56
+ };
57
+ };
58
+ TimeRangePicker: {
59
+ placeholder: string[];
60
+ };
61
+ FileUpload: {
62
+ label: string;
63
+ };
64
+ Table: {
65
+ noDataText: string;
66
+ };
67
+ ColumnViewController: {
68
+ noFixedItemsText: string;
69
+ fixedSectionTitle: string;
70
+ listSectionTitle: string;
71
+ max: string;
72
+ items: string;
73
+ };
74
+ CategorySelector: {
75
+ levelCategory: string;
76
+ selectParentCategoryLine1: string;
77
+ selectParentCategoryLine2: string;
78
+ };
79
+ };
@@ -0,0 +1,79 @@
1
+ export declare const ko: {
2
+ lang: string;
3
+ accessibility: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ error: string;
8
+ close: string;
9
+ page: string;
10
+ prev: string;
11
+ next: string;
12
+ back: string;
13
+ };
14
+ ConfirmModal: {
15
+ title: string;
16
+ confirmText: string;
17
+ cancelText: string;
18
+ };
19
+ AlertModal: {
20
+ title: string;
21
+ confirmText: string;
22
+ };
23
+ NoticeModal: {
24
+ closeText: string;
25
+ checkReplayText: string;
26
+ };
27
+ Dropdown: {
28
+ placeholder: string;
29
+ };
30
+ DatePicker: {
31
+ placeholder: string;
32
+ footer: {
33
+ now: string;
34
+ today: string;
35
+ ok: string;
36
+ clear: string;
37
+ };
38
+ };
39
+ DatePickerRange: {
40
+ placeholder: string[];
41
+ dataPreset: {
42
+ today: string;
43
+ '1-week': string;
44
+ '1-month': string;
45
+ '3-month': string;
46
+ '6-month': string;
47
+ '1-year': string;
48
+ all: string;
49
+ };
50
+ };
51
+ TimePicker: {
52
+ placeholder: string;
53
+ footer: {
54
+ ok: string;
55
+ clear: string;
56
+ };
57
+ };
58
+ TimeRangePicker: {
59
+ placeholder: string[];
60
+ };
61
+ FileUpload: {
62
+ label: string;
63
+ };
64
+ Table: {
65
+ noDataText: string;
66
+ };
67
+ ColumnViewController: {
68
+ noFixedItemsText: string;
69
+ fixedSectionTitle: string;
70
+ listSectionTitle: string;
71
+ max: string;
72
+ items: string;
73
+ };
74
+ CategorySelector: {
75
+ levelCategory: string;
76
+ selectParentCategoryLine1: string;
77
+ selectParentCategoryLine2: string;
78
+ };
79
+ };
@@ -0,0 +1,79 @@
1
+ export declare const ko: {
2
+ lang: string;
3
+ accessibility: {
4
+ info: string;
5
+ success: string;
6
+ warning: string;
7
+ error: string;
8
+ close: string;
9
+ page: string;
10
+ prev: string;
11
+ next: string;
12
+ back: string;
13
+ };
14
+ ConfirmModal: {
15
+ title: string;
16
+ confirmText: string;
17
+ cancelText: string;
18
+ };
19
+ AlertModal: {
20
+ title: string;
21
+ confirmText: string;
22
+ };
23
+ NoticeModal: {
24
+ closeText: string;
25
+ checkReplayText: string;
26
+ };
27
+ Dropdown: {
28
+ placeholder: string;
29
+ };
30
+ DatePicker: {
31
+ placeholder: string;
32
+ footer: {
33
+ now: string;
34
+ today: string;
35
+ ok: string;
36
+ clear: string;
37
+ };
38
+ };
39
+ DatePickerRange: {
40
+ placeholder: string[];
41
+ dataPreset: {
42
+ today: string;
43
+ '1-week': string;
44
+ '1-month': string;
45
+ '3-month': string;
46
+ '6-month': string;
47
+ '1-year': string;
48
+ all: string;
49
+ };
50
+ };
51
+ TimePicker: {
52
+ placeholder: string;
53
+ footer: {
54
+ ok: string;
55
+ clear: string;
56
+ };
57
+ };
58
+ TimeRangePicker: {
59
+ placeholder: string[];
60
+ };
61
+ FileUpload: {
62
+ label: string;
63
+ };
64
+ Table: {
65
+ noDataText: string;
66
+ };
67
+ ColumnViewController: {
68
+ noFixedItemsText: string;
69
+ fixedSectionTitle: string;
70
+ listSectionTitle: string;
71
+ max: string;
72
+ items: string;
73
+ };
74
+ CategorySelector: {
75
+ levelCategory: string;
76
+ selectParentCategoryLine1: string;
77
+ selectParentCategoryLine2: string;
78
+ };
79
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@croquiscom/pds",
3
- "version": "8.6.0",
3
+ "version": "8.8.0",
4
4
  "description": "Design system for Zigzag's Partner Center",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.es.js",