cax-design-system 2.4.1 → 2.6.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.
- package/README.md +1 -1
- package/api/confirmation.d.ts +5 -0
- package/autocomplete/autocomplete.d.ts +5 -3
- package/button/button.directive.d.ts +5 -2
- package/chips/chips.d.ts +12 -1
- package/chips/chips.module.d.ts +2 -1
- package/confirmdialog/confirmdialog.d.ts +9 -1
- package/dialog/dialog.d.ts +4 -0
- package/esm2022/api/confirmation.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +12 -8
- package/esm2022/button/button.directive.mjs +36 -4
- package/esm2022/button/button.mjs +2 -2
- package/esm2022/calendar/calendar.mjs +4 -4
- package/esm2022/chips/chips.mjs +56 -17
- package/esm2022/chips/chips.module.mjs +5 -4
- package/esm2022/confirmdialog/confirmdialog.mjs +31 -6
- package/esm2022/dialog/dialog.mjs +18 -3
- package/esm2022/dropdown/dropdown.mjs +3 -3
- package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
- package/esm2022/inputgroup/inputgroup.mjs +10 -3
- package/esm2022/inputnumber/inputnumber.mjs +2 -2
- package/esm2022/inputtext/inputtext.component.mjs +2 -2
- package/esm2022/navigation/navigation.interface.mjs +1 -1
- package/esm2022/navigation/navigation.mjs +78 -17
- package/esm2022/selectbutton/public_api.mjs +2 -1
- package/esm2022/selectbutton/selectbutton.mjs +11 -86
- package/esm2022/selectbutton/selectbutton.module.mjs +21 -0
- package/esm2022/sidebar/sidebar.mjs +10 -3
- package/esm2022/speeddial/speeddial.mjs +1 -1
- package/esm2022/splitbutton/splitbutton.mjs +4 -4
- package/esm2022/table/components/column-filter/column-filter.mjs +146 -7
- package/esm2022/table/components/column-filter-form-element/column-filter-form-element.mjs +8 -7
- package/esm2022/table/components/sort-icon/sort-icon.mjs +7 -7
- package/esm2022/table/directives/sortable-column.directive.mjs +6 -6
- package/esm2022/table/table.mjs +114 -77
- package/esm2022/tableconfiguration/tableconfiguration.mjs +3 -3
- package/esm2022/tabview/tabview.mjs +31 -3
- package/esm2022/tabview/tabview.module.mjs +5 -4
- package/esm2022/timeline/timeline.mjs +2 -2
- package/esm2022/tooltip/tooltip.module.mjs +6 -4
- package/fesm2022/cax-design-system-autocomplete.mjs +11 -7
- package/fesm2022/cax-design-system-autocomplete.mjs.map +1 -1
- package/fesm2022/cax-design-system-button.mjs +36 -4
- package/fesm2022/cax-design-system-button.mjs.map +1 -1
- package/fesm2022/cax-design-system-calendar.mjs +3 -3
- package/fesm2022/cax-design-system-calendar.mjs.map +1 -1
- package/fesm2022/cax-design-system-chips.mjs +58 -19
- package/fesm2022/cax-design-system-chips.mjs.map +1 -1
- package/fesm2022/cax-design-system-confirmdialog.mjs +31 -6
- package/fesm2022/cax-design-system-confirmdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-dialog.mjs +17 -2
- package/fesm2022/cax-design-system-dialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-dropdown.mjs +2 -2
- package/fesm2022/cax-design-system-dropdown.mjs.map +1 -1
- package/fesm2022/cax-design-system-dynamicdialog.mjs +2 -2
- package/fesm2022/cax-design-system-dynamicdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputgroup.mjs +9 -2
- package/fesm2022/cax-design-system-inputgroup.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputnumber.mjs +1 -1
- package/fesm2022/cax-design-system-inputnumber.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputtext.mjs +1 -1
- package/fesm2022/cax-design-system-inputtext.mjs.map +1 -1
- package/fesm2022/cax-design-system-navigation.mjs +77 -16
- package/fesm2022/cax-design-system-navigation.mjs.map +1 -1
- package/fesm2022/cax-design-system-selectbutton.mjs +12 -70
- package/fesm2022/cax-design-system-selectbutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-sidebar.mjs +9 -2
- package/fesm2022/cax-design-system-sidebar.mjs.map +1 -1
- package/fesm2022/cax-design-system-speeddial.mjs +1 -1
- package/fesm2022/cax-design-system-speeddial.mjs.map +1 -1
- package/fesm2022/cax-design-system-splitbutton.mjs +3 -3
- package/fesm2022/cax-design-system-splitbutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-table.mjs +270 -99
- package/fesm2022/cax-design-system-table.mjs.map +1 -1
- package/fesm2022/cax-design-system-tableconfiguration.mjs +2 -2
- package/fesm2022/cax-design-system-tableconfiguration.mjs.map +1 -1
- package/fesm2022/cax-design-system-tabview.mjs +34 -5
- package/fesm2022/cax-design-system-tabview.mjs.map +1 -1
- package/fesm2022/cax-design-system-timeline.mjs +2 -2
- package/fesm2022/cax-design-system-timeline.mjs.map +1 -1
- package/fesm2022/cax-design-system-tooltip.mjs +5 -3
- package/fesm2022/cax-design-system-tooltip.mjs.map +1 -1
- package/inputgroup/inputgroup.d.ts +6 -1
- package/navigation/navigation.d.ts +12 -7
- package/navigation/navigation.interface.d.ts +8 -5
- package/package.json +190 -190
- package/resources/cax.min.scss +1 -1
- package/resources/cax.scss +1088 -593
- package/resources/components/autocomplete/autocomplete.scss +77 -6
- package/resources/components/calendar/calendar.scss +9 -10
- package/resources/components/chips/chips.scss +110 -62
- package/resources/components/dialog/dialog.scss +2 -2
- package/resources/components/dropdown/dropdown.scss +6 -0
- package/resources/components/table/table.scss +50 -2
- package/resources/components/tabview/tabview.scss +19 -1
- package/resources/components/timeline/timeline.scss +4 -10
- package/selectbutton/public_api.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +2 -10
- package/selectbutton/selectbutton.module.d.ts +11 -0
- package/sidebar/sidebar.d.ts +8 -1
- package/splitbutton/splitbutton.d.ts +2 -2
- package/table/components/column-filter/column-filter.d.ts +30 -0
- package/table/directives/sortable-column.directive.d.ts +2 -2
- package/table/table.d.ts +3 -2
- package/tabview/tabview.d.ts +10 -1
- package/tabview/tabview.module.d.ts +2 -1
- package/tooltip/tooltip.module.d.ts +3 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@layer cax {
|
|
2
2
|
.cax-autocomplete {
|
|
3
|
-
display:
|
|
3
|
+
display: flex;
|
|
4
4
|
position: relative;
|
|
5
|
+
height: 40px;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.cax-autocomplete-loader {
|
|
8
|
-
position: absolute;
|
|
9
9
|
position: absolute;
|
|
10
10
|
top: 50%;
|
|
11
11
|
margin-top: -0.5rem;
|
|
@@ -106,8 +106,79 @@
|
|
|
106
106
|
top: 50%;
|
|
107
107
|
margin-top: -0.5rem;
|
|
108
108
|
cursor: pointer;
|
|
109
|
-
|
|
109
|
+
left: 9px;
|
|
110
|
+
|
|
110
111
|
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
.cax-autocomplete-sm {
|
|
113
|
+
height: 32px !important;
|
|
114
|
+
.cax-inputtext{
|
|
115
|
+
font-size: 12px !important;
|
|
116
|
+
}
|
|
117
|
+
.cax-autocomplete-clear-icon {
|
|
118
|
+
width: 12px !important;
|
|
119
|
+
height: 12px !important;
|
|
120
|
+
margin-top: -0.3rem;
|
|
121
|
+
}
|
|
122
|
+
.cax-autocomplete-search-icon{
|
|
123
|
+
width: 12px !important;
|
|
124
|
+
height: 12px !important;
|
|
125
|
+
margin-top: -0.3rem;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.cax-autocomplete-md {
|
|
132
|
+
height: 40px !important;
|
|
133
|
+
.cax-inputtext{
|
|
134
|
+
font-size: 16px !important;
|
|
135
|
+
}
|
|
136
|
+
.cax-autocomplete-clear-icon {
|
|
137
|
+
width: 16px !important;
|
|
138
|
+
height: 16px !important;
|
|
139
|
+
|
|
140
|
+
}
|
|
141
|
+
.cax-autocomplete-search-icon{
|
|
142
|
+
width: 16px !important;
|
|
143
|
+
height: 16px !important;
|
|
144
|
+
}
|
|
145
|
+
.cax-inputtext {
|
|
146
|
+
padding-left: 2rem !important;
|
|
147
|
+
padding-right: 2rem !important;
|
|
148
|
+
}
|
|
149
|
+
.cax-autocomplete-loader{
|
|
150
|
+
width: 16px !important;
|
|
151
|
+
height: 16px !important;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.cax-autocomplete-lg {
|
|
157
|
+
height: 48px !important;
|
|
158
|
+
.cax-inputtext{
|
|
159
|
+
font-size: 18px !important;
|
|
160
|
+
}
|
|
161
|
+
.cax-autocomplete-clear-icon {
|
|
162
|
+
width: 18px !important;
|
|
163
|
+
height: 18px !important;
|
|
164
|
+
margin-top: -0.6rem;
|
|
165
|
+
}
|
|
166
|
+
.cax-autocomplete-search-icon{
|
|
167
|
+
width: 18px !important;
|
|
168
|
+
height: 18px !important;
|
|
169
|
+
margin-top: -0.6rem;
|
|
170
|
+
}
|
|
171
|
+
.cax-autocomplete-loader{
|
|
172
|
+
width: 18px !important;
|
|
173
|
+
height: 18px !important;
|
|
174
|
+
margin-top: -0.6rem;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.cax-inputtext {
|
|
178
|
+
padding-left: 2.4rem !important;
|
|
179
|
+
padding-right: 2.4rem !important;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
}
|
|
184
|
+
}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
@layer cax {
|
|
2
2
|
.cax-calendar {
|
|
3
3
|
position: relative;
|
|
4
|
-
display:
|
|
5
|
-
|
|
4
|
+
display: flex;
|
|
5
|
+
width: 216px !important;
|
|
6
|
+
height : 40px;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
.cax-calendar .cax-inputtext {
|
|
9
10
|
flex: 1 1 auto;
|
|
10
11
|
text-overflow: ellipsis;
|
|
11
|
-
padding-left:
|
|
12
|
-
padding-right:
|
|
12
|
+
padding-left: 1.8rem !important;
|
|
13
|
+
padding-right: 1.8rem !important;
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
.cax-calendar-w-btn .cax-inputtext {
|
|
@@ -41,7 +42,7 @@
|
|
|
41
42
|
}
|
|
42
43
|
|
|
43
44
|
.cax-datepicker {
|
|
44
|
-
|
|
45
|
+
width: 372px;
|
|
45
46
|
position: absolute;
|
|
46
47
|
top: 0;
|
|
47
48
|
left: 0;
|
|
@@ -176,13 +177,12 @@
|
|
|
176
177
|
|
|
177
178
|
.cax-datepicker-icon {
|
|
178
179
|
pointer-events: none;
|
|
179
|
-
left:
|
|
180
|
+
left: 1.67px;
|
|
180
181
|
color: black !important;
|
|
181
182
|
margin-top: 1px !important;
|
|
182
183
|
}
|
|
183
184
|
.cax-input-icon-left {
|
|
184
185
|
order: -1;
|
|
185
|
-
margin-left: 20px;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
|
|
@@ -191,9 +191,8 @@
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.downarrow{
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
top: 0.5rem;
|
|
194
|
+
top: 1.5rem !important;
|
|
195
|
+
color: black !important;
|
|
197
196
|
|
|
198
197
|
}
|
|
199
198
|
}
|
|
@@ -20,6 +20,16 @@
|
|
|
20
20
|
align-items: center;
|
|
21
21
|
flex: 0 0 auto;
|
|
22
22
|
max-width: 100%;
|
|
23
|
+
border-radius: 8px;
|
|
24
|
+
padding: 0 10px;
|
|
25
|
+
background: var(--neutral-100);
|
|
26
|
+
border: 1px solid var(--neutral-200);
|
|
27
|
+
scroll-snap-align: end;
|
|
28
|
+
scroll-snap-stop: always;
|
|
29
|
+
|
|
30
|
+
&:hover {
|
|
31
|
+
border-color: var(--neutral-300);
|
|
32
|
+
}
|
|
23
33
|
}
|
|
24
34
|
|
|
25
35
|
.cax-chips-token-label {
|
|
@@ -38,6 +48,24 @@
|
|
|
38
48
|
|
|
39
49
|
.cax-chips-token-icon {
|
|
40
50
|
cursor: pointer;
|
|
51
|
+
position: relative;
|
|
52
|
+
display: inline-flex;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
min-width: 20px;
|
|
56
|
+
min-height: 20px;
|
|
57
|
+
|
|
58
|
+
i {
|
|
59
|
+
display: inline-flex;
|
|
60
|
+
align-items: center;
|
|
61
|
+
justify-content: center;
|
|
62
|
+
width: 100%;
|
|
63
|
+
height: 100%;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&:hover {
|
|
67
|
+
color: var(--neutral-900);
|
|
68
|
+
}
|
|
41
69
|
}
|
|
42
70
|
|
|
43
71
|
.cax-chips-input-token input {
|
|
@@ -56,25 +84,52 @@
|
|
|
56
84
|
}
|
|
57
85
|
|
|
58
86
|
.cax-chips-clear-icon {
|
|
59
|
-
position:
|
|
60
|
-
|
|
61
|
-
|
|
87
|
+
position: relative;
|
|
88
|
+
display: inline-flex;
|
|
89
|
+
align-items: center;
|
|
90
|
+
justify-content: center;
|
|
91
|
+
min-width: 20px;
|
|
92
|
+
min-height: 20px;
|
|
93
|
+
color: var(--neutral-750);
|
|
94
|
+
margin-left: 8px;
|
|
62
95
|
cursor: pointer;
|
|
96
|
+
|
|
97
|
+
&:hover {
|
|
98
|
+
color: var(--neutral-900);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
i {
|
|
102
|
+
display: inline-flex;
|
|
103
|
+
align-items: center;
|
|
104
|
+
justify-content: center;
|
|
105
|
+
width: 100%;
|
|
106
|
+
height: 100%;
|
|
107
|
+
}
|
|
63
108
|
}
|
|
64
109
|
|
|
65
110
|
.cax-chips-clearable .cax-inputtext {
|
|
66
111
|
position: relative;
|
|
67
112
|
}
|
|
113
|
+
|
|
68
114
|
.cax-cax-edit-icon {
|
|
69
115
|
margin-right: 5px;
|
|
70
116
|
height: 15px;
|
|
71
117
|
width: auto;
|
|
72
118
|
}
|
|
119
|
+
|
|
73
120
|
.cax-chips-wrapper {
|
|
74
121
|
display: flex;
|
|
75
|
-
justify-content: space-between;
|
|
76
122
|
align-items: center;
|
|
77
|
-
|
|
123
|
+
flex: 1;
|
|
124
|
+
min-width: 0;
|
|
125
|
+
position: relative;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.cax-chips-content {
|
|
129
|
+
display: flex;
|
|
130
|
+
flex: 1;
|
|
131
|
+
min-width: 0;
|
|
132
|
+
overflow: hidden;
|
|
78
133
|
}
|
|
79
134
|
|
|
80
135
|
.cax-input-icon-left {
|
|
@@ -88,69 +143,62 @@
|
|
|
88
143
|
}
|
|
89
144
|
|
|
90
145
|
.cax-chips-input-token {
|
|
91
|
-
display: flex;
|
|
146
|
+
display: inline-flex;
|
|
92
147
|
align-items: center;
|
|
93
|
-
|
|
94
|
-
|
|
148
|
+
min-width: 120px;
|
|
149
|
+
flex: 0 0 auto;
|
|
150
|
+
height: 100%;
|
|
95
151
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
align-items: center;
|
|
106
|
-
width: 216px;
|
|
107
|
-
height: 30px;
|
|
108
|
-
overflow: hidden;
|
|
109
|
-
white-space: nowrap;
|
|
110
|
-
border: transparent;
|
|
152
|
+
input {
|
|
153
|
+
width: 100%;
|
|
154
|
+
background: transparent;
|
|
155
|
+
border: none;
|
|
156
|
+
outline: none;
|
|
157
|
+
padding: 4px;
|
|
158
|
+
font-family: inherit;
|
|
159
|
+
font-size: inherit;
|
|
160
|
+
}
|
|
111
161
|
}
|
|
112
162
|
|
|
113
|
-
.cax-chips-
|
|
114
|
-
|
|
163
|
+
.cax-chips-icon-left {
|
|
164
|
+
position: relative;
|
|
165
|
+
display: inline-flex;
|
|
115
166
|
align-items: center;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
overflow-x: hidden;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.cax-chips-input-container {
|
|
138
|
-
flex-shrink: 0;
|
|
139
|
-
display: flex;
|
|
167
|
+
justify-content: center;
|
|
168
|
+
min-width: 20px;
|
|
169
|
+
min-height: 20px;
|
|
170
|
+
color: var(--neutral-750);
|
|
171
|
+
margin-right: 8px;
|
|
172
|
+
|
|
173
|
+
i {
|
|
174
|
+
display: inline-flex;
|
|
175
|
+
align-items: center;
|
|
176
|
+
justify-content: center;
|
|
177
|
+
width: 100%;
|
|
178
|
+
height: 100%;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.cax-chips-icon-right {
|
|
183
|
+
position: relative;
|
|
184
|
+
display: inline-flex;
|
|
140
185
|
align-items: center;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
margin-left: 2px;
|
|
147
|
-
width: 140px;
|
|
148
|
-
border: transparent;
|
|
149
|
-
border-radius: 4px;
|
|
150
|
-
box-sizing: border-box;
|
|
151
|
-
}
|
|
186
|
+
justify-content: center;
|
|
187
|
+
min-width: 20px;
|
|
188
|
+
min-height: 20px;
|
|
189
|
+
color: var(--neutral-750);
|
|
190
|
+
margin-left: 8px;
|
|
152
191
|
|
|
153
|
-
|
|
154
|
-
|
|
192
|
+
i {
|
|
193
|
+
display: inline-flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
justify-content: center;
|
|
196
|
+
width: 100%;
|
|
197
|
+
height: 100%;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
&:hover {
|
|
201
|
+
color: var(--neutral-900);
|
|
202
|
+
}
|
|
155
203
|
}
|
|
156
204
|
}
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.cax-datatable .cax-sortable-column {
|
|
30
|
-
cursor: pointer;
|
|
31
30
|
user-select: none;
|
|
32
31
|
}
|
|
33
32
|
|
|
@@ -191,10 +190,37 @@
|
|
|
191
190
|
display: flex;
|
|
192
191
|
align-items: center;
|
|
193
192
|
width: 100%;
|
|
193
|
+
i {
|
|
194
|
+
font-size: 20px;
|
|
195
|
+
}
|
|
194
196
|
}
|
|
195
197
|
|
|
196
|
-
.cax-column-filter-menu
|
|
198
|
+
.cax-column-filter-menu,
|
|
199
|
+
.cax-column-filter-custom {
|
|
197
200
|
display: inline-flex;
|
|
201
|
+
position: relative;
|
|
202
|
+
float: right;
|
|
203
|
+
i {
|
|
204
|
+
font-size: 20px;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.cax-column-filter-custom-container {
|
|
209
|
+
padding: 16px;
|
|
210
|
+
display: flex;
|
|
211
|
+
gap: 16px;
|
|
212
|
+
flex-direction: column;
|
|
213
|
+
.cax-column-filter-custom-buttons {
|
|
214
|
+
display: flex;
|
|
215
|
+
gap: 12px;
|
|
216
|
+
cax-button {
|
|
217
|
+
flex: 1;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.cax-column-filter-overlay-custom {
|
|
223
|
+
width: 248px;
|
|
198
224
|
}
|
|
199
225
|
|
|
200
226
|
.cax-column-filter-row cax-columnfilterformelement {
|
|
@@ -243,6 +269,7 @@
|
|
|
243
269
|
display: flex;
|
|
244
270
|
align-items: center;
|
|
245
271
|
justify-content: space-between;
|
|
272
|
+
gap: 12px;
|
|
246
273
|
}
|
|
247
274
|
|
|
248
275
|
.cax-column-filter-buttonbar .cax-button {
|
|
@@ -393,3 +420,24 @@ $checkbox-size-xl: 22px;
|
|
|
393
420
|
.cax-cell-background-error {
|
|
394
421
|
background: var(--error-50);
|
|
395
422
|
}
|
|
423
|
+
|
|
424
|
+
.cax-sort-icon-button {
|
|
425
|
+
border: 0;
|
|
426
|
+
width: 28px;
|
|
427
|
+
height: 28px;
|
|
428
|
+
display: flex;
|
|
429
|
+
background: transparent;
|
|
430
|
+
cursor: pointer;
|
|
431
|
+
padding: 0;
|
|
432
|
+
|
|
433
|
+
align-items: center;
|
|
434
|
+
justify-content: center;
|
|
435
|
+
i {
|
|
436
|
+
font-size: 20px;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
cax-sorticon {
|
|
441
|
+
float: right;
|
|
442
|
+
margin-left: 8px;
|
|
443
|
+
}
|
|
@@ -2,7 +2,25 @@
|
|
|
2
2
|
.cax-tabview-nav-container {
|
|
3
3
|
position: relative;
|
|
4
4
|
}
|
|
5
|
-
|
|
5
|
+
.cax-tabview-nav-container.block-mode {
|
|
6
|
+
display: block;
|
|
7
|
+
}
|
|
8
|
+
.cax-tabview-nav-container.flex-mode {
|
|
9
|
+
display: flex;
|
|
10
|
+
}
|
|
11
|
+
.cax-tabview-action-buttons {
|
|
12
|
+
display: flex;
|
|
13
|
+
align-items: center;
|
|
14
|
+
margin-left: auto;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.cax-tabview-separator {
|
|
18
|
+
width: 2px;
|
|
19
|
+
height: 35px;
|
|
20
|
+
display: inline-block;
|
|
21
|
+
vertical-align: middle;
|
|
22
|
+
margin-right: 8px;
|
|
23
|
+
}
|
|
6
24
|
.cax-tabview-scrollable .cax-tabview-nav-container {
|
|
7
25
|
overflow: hidden;
|
|
8
26
|
white-space: nowrap;
|
|
@@ -48,25 +48,19 @@
|
|
|
48
48
|
.cax-timeline-event {
|
|
49
49
|
display: flex;
|
|
50
50
|
position: relative;
|
|
51
|
-
min-height: 70px;
|
|
52
51
|
}
|
|
53
52
|
|
|
54
53
|
.cax-timeline-event:last-child {
|
|
55
54
|
min-height: 0;
|
|
56
55
|
}
|
|
57
|
-
|
|
58
|
-
.cax-timeline-event-opposite {
|
|
59
|
-
flex: 1;
|
|
60
|
-
padding: 0 1rem;
|
|
61
|
-
min-width: 100px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
56
|
.cax-timeline-event-content {
|
|
65
|
-
flex: 1;
|
|
66
57
|
padding: 0 1rem;
|
|
67
58
|
min-width: 100px;
|
|
68
59
|
border-radius: 8px;
|
|
69
|
-
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.cax-timeline-event-opposite:empty {
|
|
63
|
+
display: none;
|
|
70
64
|
}
|
|
71
65
|
.cax-timeline-event-separator {
|
|
72
66
|
flex: 0;
|
|
@@ -4,10 +4,6 @@ import { CaxTemplate } from 'cax-design-system/api';
|
|
|
4
4
|
import { Nullable } from 'cax-design-system/ts-helpers';
|
|
5
5
|
import { SelectButtonChangeEvent, SelectButtonOptionClickEvent } from './selectbutton.interface';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@angular/common";
|
|
8
|
-
import * as i2 from "cax-design-system/ripple";
|
|
9
|
-
import * as i3 from "cax-design-system/api";
|
|
10
|
-
import * as i4 from "cax-design-system/autofocus";
|
|
11
7
|
export declare const SELECTBUTTON_VALUE_ACCESSOR: any;
|
|
12
8
|
/**
|
|
13
9
|
* SelectButton is used to choose single or multiple items from a list using buttons.
|
|
@@ -35,6 +31,7 @@ export declare class SelectButton implements ControlValueAccessor {
|
|
|
35
31
|
* @group Props
|
|
36
32
|
*/
|
|
37
33
|
optionDisabled: string | undefined;
|
|
34
|
+
invalid: boolean;
|
|
38
35
|
/**
|
|
39
36
|
* Whether selection can be cleared.
|
|
40
37
|
* @group Props
|
|
@@ -121,7 +118,7 @@ export declare class SelectButton implements ControlValueAccessor {
|
|
|
121
118
|
removeOption(option: any): void;
|
|
122
119
|
isSelected(option: any): boolean;
|
|
123
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectButton, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SelectButton, "
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SelectButton, "cax-selectButton", never, { "options": { "alias": "options"; "required": false; }; "optionLabel": { "alias": "optionLabel"; "required": false; }; "optionValue": { "alias": "optionValue"; "required": false; }; "optionDisabled": { "alias": "optionDisabled"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "unselectable": { "alias": "unselectable"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "allowEmpty": { "alias": "allowEmpty"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dataKey": { "alias": "dataKey"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; }, { "onOptionClick": "onOptionClick"; "onChange": "onChange"; }, ["itemTemplate"], never, false, never>;
|
|
125
122
|
static ngAcceptInputType_unselectable: unknown;
|
|
126
123
|
static ngAcceptInputType_tabindex: unknown;
|
|
127
124
|
static ngAcceptInputType_multiple: unknown;
|
|
@@ -129,8 +126,3 @@ export declare class SelectButton implements ControlValueAccessor {
|
|
|
129
126
|
static ngAcceptInputType_disabled: unknown;
|
|
130
127
|
static ngAcceptInputType_autofocus: unknown;
|
|
131
128
|
}
|
|
132
|
-
export declare class SelectButtonModule {
|
|
133
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonModule, never>;
|
|
134
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectButtonModule, [typeof SelectButton], [typeof i1.CommonModule, typeof i2.RippleModule, typeof i3.SharedModule, typeof i4.AutoFocusModule], [typeof SelectButton, typeof i3.SharedModule]>;
|
|
135
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SelectButtonModule>;
|
|
136
|
-
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./selectbutton";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "cax-design-system/ripple";
|
|
5
|
+
import * as i4 from "cax-design-system/api";
|
|
6
|
+
import * as i5 from "cax-design-system/autofocus";
|
|
7
|
+
export declare class SelectButtonModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SelectButtonModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SelectButtonModule, [typeof i1.SelectButton], [typeof i2.CommonModule, typeof i3.RippleModule, typeof i4.SharedModule, typeof i5.AutoFocusModule], [typeof i1.SelectButton, typeof i4.SharedModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SelectButtonModule>;
|
|
11
|
+
}
|
package/sidebar/sidebar.d.ts
CHANGED
|
@@ -127,6 +127,13 @@ export declare class Sidebar implements AfterViewInit, AfterContentInit, OnDestr
|
|
|
127
127
|
headlessTemplate: TemplateRef<any> | null;
|
|
128
128
|
footerTemplate: Nullable<TemplateRef<any>>;
|
|
129
129
|
closeIconTemplate: TemplateRef<any> | null;
|
|
130
|
+
/**
|
|
131
|
+
* Inline style of the header section.
|
|
132
|
+
* @group Props
|
|
133
|
+
*/
|
|
134
|
+
headerStyle: {
|
|
135
|
+
[klass: string]: any;
|
|
136
|
+
};
|
|
130
137
|
constructor(document: Document, el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, config: caxConfig);
|
|
131
138
|
ngAfterViewInit(): void;
|
|
132
139
|
ngAfterContentInit(): void;
|
|
@@ -147,7 +154,7 @@ export declare class Sidebar implements AfterViewInit, AfterContentInit, OnDestr
|
|
|
147
154
|
unbindAnimationEndListener(): void;
|
|
148
155
|
ngOnDestroy(): void;
|
|
149
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<Sidebar, never>;
|
|
150
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "cax-sidebar", never, { "headerText": { "alias": "headerText"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "blockScroll": { "alias": "blockScroll"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "ariaCloseLabel": { "alias": "ariaCloseLabel"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "modal": { "alias": "modal"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "transitionOptions": { "alias": "transitionOptions"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "position": { "alias": "position"; "required": false; }; "fullScreen": { "alias": "fullScreen"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; "headlessTemplate": { "alias": "headlessTemplate"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "closeIconTemplate": { "alias": "closeIconTemplate"; "required": false; }; }, { "onShow": "onShow"; "onHide": "onHide"; "visibleChange": "visibleChange"; }, ["templates"], ["*"], true, never>;
|
|
157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "cax-sidebar", never, { "headerText": { "alias": "headerText"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "blockScroll": { "alias": "blockScroll"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "ariaCloseLabel": { "alias": "ariaCloseLabel"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "modal": { "alias": "modal"; "required": false; }; "dismissible": { "alias": "dismissible"; "required": false; }; "showCloseIcon": { "alias": "showCloseIcon"; "required": false; }; "closeOnEscape": { "alias": "closeOnEscape"; "required": false; }; "transitionOptions": { "alias": "transitionOptions"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "position": { "alias": "position"; "required": false; }; "fullScreen": { "alias": "fullScreen"; "required": false; }; "contentTemplate": { "alias": "contentTemplate"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; "headlessTemplate": { "alias": "headlessTemplate"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "closeIconTemplate": { "alias": "closeIconTemplate"; "required": false; }; "headerStyle": { "alias": "headerStyle"; "required": false; }; }, { "onShow": "onShow"; "onHide": "onHide"; "visibleChange": "visibleChange"; }, ["templates"], ["*"], true, never>;
|
|
151
158
|
static ngAcceptInputType_blockScroll: unknown;
|
|
152
159
|
static ngAcceptInputType_autoZIndex: unknown;
|
|
153
160
|
static ngAcceptInputType_baseZIndex: unknown;
|
|
@@ -43,7 +43,7 @@ export declare class SplitButton {
|
|
|
43
43
|
* Defines the size of the button.
|
|
44
44
|
* @group Props
|
|
45
45
|
*/
|
|
46
|
-
size: 'small' | 'large' | undefined | null;
|
|
46
|
+
size: 'small' | 'medium' | 'large' | undefined | null;
|
|
47
47
|
/**
|
|
48
48
|
* Add a plain textual class to the button without a background initially.
|
|
49
49
|
* @group Props
|
|
@@ -196,7 +196,7 @@ export declare class SplitButton {
|
|
|
196
196
|
ngOnInit(): void;
|
|
197
197
|
ngAfterContentInit(): void;
|
|
198
198
|
get containerClass(): {
|
|
199
|
-
[x: string]: boolean | "small" | "large";
|
|
199
|
+
[x: string]: boolean | "small" | "medium" | "large";
|
|
200
200
|
'cax-splitbutton cax-component': boolean;
|
|
201
201
|
'cax-button-raised': boolean;
|
|
202
202
|
'cax-button-rounded': boolean;
|