@bravura/ui 5.2.3 → 6.0.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/CHANGELOG.md +630 -616
- package/README.md +56 -56
- package/_index.scss +5 -5
- package/fesm2022/bravura-ui-alert-testing.mjs.map +1 -1
- package/fesm2022/bravura-ui-alert.mjs +13 -13
- package/fesm2022/bravura-ui-alert.mjs.map +1 -1
- package/fesm2022/bravura-ui-behavior.mjs +25 -21
- package/fesm2022/bravura-ui-behavior.mjs.map +1 -1
- package/fesm2022/bravura-ui-clip-note.mjs +15 -14
- package/fesm2022/bravura-ui-clip-note.mjs.map +1 -1
- package/fesm2022/bravura-ui-common.mjs +5 -5
- package/fesm2022/bravura-ui-common.mjs.map +1 -1
- package/fesm2022/bravura-ui-currency-input.mjs +10 -9
- package/fesm2022/bravura-ui-currency-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-decimal-input.mjs +10 -9
- package/fesm2022/bravura-ui-decimal-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-discrete-input.mjs +9 -9
- package/fesm2022/bravura-ui-discrete-input.mjs.map +1 -1
- package/fesm2022/bravura-ui-file-upload.mjs +12 -12
- package/fesm2022/bravura-ui-file-upload.mjs.map +1 -1
- package/fesm2022/bravura-ui-form-field.mjs +14 -13
- package/fesm2022/bravura-ui-form-field.mjs.map +1 -1
- package/fesm2022/bravura-ui-icon-font.mjs +10 -9
- package/fesm2022/bravura-ui-icon-font.mjs.map +1 -1
- package/fesm2022/bravura-ui-panel.mjs +18 -17
- package/fesm2022/bravura-ui-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-phone-number.mjs +20 -17
- package/fesm2022/bravura-ui-phone-number.mjs.map +1 -1
- package/fesm2022/bravura-ui-radio-panel-testing.mjs.map +1 -1
- package/fesm2022/bravura-ui-radio-panel.mjs +14 -14
- package/fesm2022/bravura-ui-radio-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-selection-panel.mjs +14 -13
- package/fesm2022/bravura-ui-selection-panel.mjs.map +1 -1
- package/fesm2022/bravura-ui-skeletons.mjs +18 -13
- package/fesm2022/bravura-ui-skeletons.mjs.map +1 -1
- package/fesm2022/bravura-ui-stepper.mjs +30 -28
- package/fesm2022/bravura-ui-stepper.mjs.map +1 -1
- package/fesm2022/bravura-ui-tooltip.mjs +14 -13
- package/fesm2022/bravura-ui-tooltip.mjs.map +1 -1
- package/m3-theme.scss +155 -155
- package/package.json +12 -52
- package/radio-panel/_radio-panel-theme.scss +11 -11
- package/selection-panel/_selection-panel-theme.scss +33 -33
- package/stepper/_stepper-theme.scss +20 -20
- package/stepper/public-api.d.ts +1 -1
- package/stepper/{step-label-prefix.directive.d.ts → step-label-top.directive.d.ts} +5 -5
- package/stepper/stepper.module.d.ts +2 -2
- package/theme/_ui-theme-legacy.scss +112 -112
- package/theme/_ui-theme.scss +101 -101
- package/esm2022/alert/alert-container.component.mjs +0 -207
- package/esm2022/alert/alert-message.component.mjs +0 -101
- package/esm2022/alert/alert.module.mjs +0 -22
- package/esm2022/alert/bravura-ui-alert.mjs +0 -5
- package/esm2022/alert/public-api.mjs +0 -2
- package/esm2022/alert/testing/bravura-ui-alert-testing.mjs +0 -5
- package/esm2022/alert/testing/test-api.mjs +0 -44
- package/esm2022/behavior/await.directive.mjs +0 -133
- package/esm2022/behavior/behavior.module.mjs +0 -37
- package/esm2022/behavior/bravura-ui-behavior.mjs +0 -5
- package/esm2022/behavior/observe-content-class.directive.mjs +0 -63
- package/esm2022/behavior/public-api.mjs +0 -6
- package/esm2022/behavior/sizing-monitor.directive.mjs +0 -31
- package/esm2022/behavior/sizing.directive.mjs +0 -256
- package/esm2022/bravura-ui.mjs +0 -5
- package/esm2022/clip-note/bravura-ui-clip-note.mjs +0 -5
- package/esm2022/clip-note/clip-note.component.mjs +0 -216
- package/esm2022/clip-note/clip-note.directive.mjs +0 -141
- package/esm2022/clip-note/clip-note.module.mjs +0 -32
- package/esm2022/clip-note/public-api.mjs +0 -2
- package/esm2022/common/bravura-ui-common.mjs +0 -5
- package/esm2022/common/common-utils.mjs +0 -34
- package/esm2022/common/common.module.mjs +0 -53
- package/esm2022/common/public-api.mjs +0 -3
- package/esm2022/currency-input/bravura-ui-currency-input.mjs +0 -5
- package/esm2022/currency-input/currency-input.directive.mjs +0 -276
- package/esm2022/currency-input/currency-input.module.mjs +0 -19
- package/esm2022/currency-input/public-api.mjs +0 -2
- package/esm2022/decimal-input/bravura-ui-decimal-input.mjs +0 -5
- package/esm2022/decimal-input/decimal-input.directive.mjs +0 -122
- package/esm2022/decimal-input/decimal-input.module.mjs +0 -19
- package/esm2022/decimal-input/public-api.mjs +0 -2
- package/esm2022/discrete-input/bravura-ui-discrete-input.mjs +0 -5
- package/esm2022/discrete-input/discrete-input.component.mjs +0 -337
- package/esm2022/discrete-input/discrete-input.module.mjs +0 -21
- package/esm2022/discrete-input/public-api.mjs +0 -3
- package/esm2022/file-upload/bravura-ui-file-upload.mjs +0 -5
- package/esm2022/file-upload/file-upload.component.mjs +0 -400
- package/esm2022/file-upload/file-upload.module.mjs +0 -44
- package/esm2022/file-upload/file-upload.service.mjs +0 -29
- package/esm2022/file-upload/public-api.mjs +0 -7
- package/esm2022/form-field/bravura-ui-form-field.mjs +0 -5
- package/esm2022/form-field/form-field.component.mjs +0 -82
- package/esm2022/form-field/form-field.module.mjs +0 -33
- package/esm2022/form-field/public-api.mjs +0 -3
- package/esm2022/icon-font/bravura-ui-icon-font.mjs +0 -5
- package/esm2022/icon-font/icon-font.module.mjs +0 -22
- package/esm2022/icon-font/icon.directive.mjs +0 -102
- package/esm2022/icon-font/public-api.mjs +0 -4
- package/esm2022/icon-font/utilities.mjs +0 -51
- package/esm2022/panel/bravura-ui-panel.mjs +0 -5
- package/esm2022/panel/panel-section.component.mjs +0 -41
- package/esm2022/panel/panel.component.mjs +0 -87
- package/esm2022/panel/panel.module.mjs +0 -23
- package/esm2022/panel/public-api.mjs +0 -2
- package/esm2022/panel/tinted.directive.mjs +0 -60
- package/esm2022/phone-number/bravura-ui-phone-number.mjs +0 -5
- package/esm2022/phone-number/phone-number.directive.mjs +0 -188
- package/esm2022/phone-number/phone-number.module.mjs +0 -24
- package/esm2022/phone-number/phone-number.pipe.mjs +0 -47
- package/esm2022/phone-number/phone-number.validator.mjs +0 -64
- package/esm2022/phone-number/public-api.mjs +0 -2
- package/esm2022/public-api.mjs +0 -2
- package/esm2022/radio-panel/bravura-ui-radio-panel.mjs +0 -5
- package/esm2022/radio-panel/public-api.mjs +0 -4
- package/esm2022/radio-panel/radio-panel-item.component.mjs +0 -93
- package/esm2022/radio-panel/radio-panel.component.mjs +0 -81
- package/esm2022/radio-panel/radio-panel.module.mjs +0 -25
- package/esm2022/radio-panel/testing/bravura-ui-radio-panel-testing.mjs +0 -5
- package/esm2022/radio-panel/testing/test-api.mjs +0 -46
- package/esm2022/selection-panel/bravura-ui-selection-panel.mjs +0 -5
- package/esm2022/selection-panel/public-api.mjs +0 -4
- package/esm2022/selection-panel/selection-panel-item.component.mjs +0 -163
- package/esm2022/selection-panel/selection-panel.directive.mjs +0 -119
- package/esm2022/selection-panel/selection-panel.module.mjs +0 -23
- package/esm2022/skeletons/bravura-ui-skeletons.mjs +0 -5
- package/esm2022/skeletons/public-api.mjs +0 -4
- package/esm2022/skeletons/skeleton-loader-presets.directive.mjs +0 -83
- package/esm2022/skeletons/skeleton-loader.component.mjs +0 -76
- package/esm2022/skeletons/skeletons.module.mjs +0 -35
- package/esm2022/stepper/bravura-ui-stepper.mjs +0 -5
- package/esm2022/stepper/public-api.mjs +0 -4
- package/esm2022/stepper/step-label-prefix.directive.mjs +0 -40
- package/esm2022/stepper/stepper-animation.mjs +0 -23
- package/esm2022/stepper/stepper.component.mjs +0 -178
- package/esm2022/stepper/stepper.module.mjs +0 -53
- package/esm2022/tooltip/bravura-ui-tooltip.mjs +0 -5
- package/esm2022/tooltip/public-api.mjs +0 -4
- package/esm2022/tooltip/tooltip.component.mjs +0 -63
- package/esm2022/tooltip/tooltip.directive.mjs +0 -150
- package/esm2022/tooltip/tooltip.module.mjs +0 -25
package/m3-theme.scss
CHANGED
|
@@ -1,155 +1,155 @@
|
|
|
1
|
-
// This file was generated by running 'ng generate @angular/material:m3-theme'.
|
|
2
|
-
// Proceed with caution if making changes to this file.
|
|
3
|
-
|
|
4
|
-
@use 'sass:map';
|
|
5
|
-
@use '@angular/material' as mat;
|
|
6
|
-
|
|
7
|
-
// Note: Color palettes are generated from primary: #135ac5, secondary: #29bcb0
|
|
8
|
-
$_palettes: (
|
|
9
|
-
primary: (
|
|
10
|
-
0: #000000,
|
|
11
|
-
10: #001944,
|
|
12
|
-
20: #002d6d,
|
|
13
|
-
25: #003783,
|
|
14
|
-
30: #00429a,
|
|
15
|
-
35: #004db1,
|
|
16
|
-
40: #1159c4,
|
|
17
|
-
50: #3973df,
|
|
18
|
-
60: #588dfb,
|
|
19
|
-
70: #84aaff,
|
|
20
|
-
80: #afc6ff,
|
|
21
|
-
90: #d9e2ff,
|
|
22
|
-
95: #edf0ff,
|
|
23
|
-
98: #faf8ff,
|
|
24
|
-
99: #fefbff,
|
|
25
|
-
100: #ffffff
|
|
26
|
-
),
|
|
27
|
-
secondary: (
|
|
28
|
-
0: #000000,
|
|
29
|
-
10: #00201d,
|
|
30
|
-
20: #003733,
|
|
31
|
-
25: #00433e,
|
|
32
|
-
30: #00504a,
|
|
33
|
-
35: #005d56,
|
|
34
|
-
40: #006a63,
|
|
35
|
-
50: #00867c,
|
|
36
|
-
60: #00a297,
|
|
37
|
-
70: #2dbeb2,
|
|
38
|
-
80: #54dace,
|
|
39
|
-
90: #75f7ea,
|
|
40
|
-
95: #b2fff5,
|
|
41
|
-
98: #e4fffa,
|
|
42
|
-
99: #f2fffc,
|
|
43
|
-
100: #ffffff
|
|
44
|
-
),
|
|
45
|
-
tertiary: (
|
|
46
|
-
0: #000000,
|
|
47
|
-
10: #330044,
|
|
48
|
-
20: #54006d,
|
|
49
|
-
25: #620f7c,
|
|
50
|
-
30: #6f2089,
|
|
51
|
-
35: #7c2f96,
|
|
52
|
-
40: #8a3ca3,
|
|
53
|
-
50: #a556be,
|
|
54
|
-
60: #c270da,
|
|
55
|
-
70: #df8bf7,
|
|
56
|
-
80: #f0b0ff,
|
|
57
|
-
90: #fbd7ff,
|
|
58
|
-
95: #ffebff,
|
|
59
|
-
98: #fff7fb,
|
|
60
|
-
99: #fffbff,
|
|
61
|
-
100: #ffffff
|
|
62
|
-
),
|
|
63
|
-
neutral: (
|
|
64
|
-
0: #000000,
|
|
65
|
-
10: #191b22,
|
|
66
|
-
20: #2e3037,
|
|
67
|
-
25: #393b43,
|
|
68
|
-
30: #44464e,
|
|
69
|
-
35: #50525a,
|
|
70
|
-
40: #5c5e66,
|
|
71
|
-
50: #75777f,
|
|
72
|
-
60: #8f9099,
|
|
73
|
-
70: #aaabb4,
|
|
74
|
-
80: #c5c6cf,
|
|
75
|
-
90: #e1e2eb,
|
|
76
|
-
95: #f0f0fa,
|
|
77
|
-
98: #faf8ff,
|
|
78
|
-
99: #fefbff,
|
|
79
|
-
100: #ffffff,
|
|
80
|
-
4: #0c0e14,
|
|
81
|
-
6: #11131a,
|
|
82
|
-
12: #1d1f26,
|
|
83
|
-
17: #282a31,
|
|
84
|
-
22: #32353c,
|
|
85
|
-
24: #373940,
|
|
86
|
-
87: #d9d9e3,
|
|
87
|
-
92: #e7e7f1,
|
|
88
|
-
94: #ededf7,
|
|
89
|
-
96: #f3f3fc
|
|
90
|
-
),
|
|
91
|
-
neutral-variant: (
|
|
92
|
-
0: #000000,
|
|
93
|
-
10: #171b26,
|
|
94
|
-
20: #2c303c,
|
|
95
|
-
25: #373b47,
|
|
96
|
-
30: #424653,
|
|
97
|
-
35: #4e525f,
|
|
98
|
-
40: #5a5e6b,
|
|
99
|
-
50: #737784,
|
|
100
|
-
60: #8c909f,
|
|
101
|
-
70: #a7abba,
|
|
102
|
-
80: #c2c6d5,
|
|
103
|
-
90: #dfe2f2,
|
|
104
|
-
95: #edf0ff,
|
|
105
|
-
98: #faf8ff,
|
|
106
|
-
99: #fefbff,
|
|
107
|
-
100: #ffffff
|
|
108
|
-
),
|
|
109
|
-
error: (
|
|
110
|
-
0: #000000,
|
|
111
|
-
10: #410002,
|
|
112
|
-
20: #690005,
|
|
113
|
-
25: #7e0007,
|
|
114
|
-
30: #93000a,
|
|
115
|
-
35: #a80710,
|
|
116
|
-
40: #ba1a1a,
|
|
117
|
-
50: #de3730,
|
|
118
|
-
60: #ff5449,
|
|
119
|
-
70: #ff897d,
|
|
120
|
-
80: #ffb4ab,
|
|
121
|
-
90: #ffdad6,
|
|
122
|
-
95: #ffedea,
|
|
123
|
-
98: #fff8f7,
|
|
124
|
-
99: #fffbff,
|
|
125
|
-
100: #ffffff
|
|
126
|
-
)
|
|
127
|
-
);
|
|
128
|
-
|
|
129
|
-
$_rest: (
|
|
130
|
-
secondary: map.get($_palettes, secondary),
|
|
131
|
-
neutral: map.get($_palettes, neutral),
|
|
132
|
-
neutral-variant: map.get($_palettes, neutral-variant),
|
|
133
|
-
error: map.get($_palettes, error)
|
|
134
|
-
);
|
|
135
|
-
$_primary: map.merge(map.get($_palettes, primary), $_rest);
|
|
136
|
-
$_tertiary: map.merge(map.get($_palettes, tertiary), $_rest);
|
|
137
|
-
|
|
138
|
-
$light-theme: mat.define-theme(
|
|
139
|
-
(
|
|
140
|
-
color: (
|
|
141
|
-
theme-type: light,
|
|
142
|
-
primary: $_primary,
|
|
143
|
-
tertiary: $_tertiary
|
|
144
|
-
)
|
|
145
|
-
)
|
|
146
|
-
);
|
|
147
|
-
$dark-theme: mat.define-theme(
|
|
148
|
-
(
|
|
149
|
-
color: (
|
|
150
|
-
theme-type: dark,
|
|
151
|
-
primary: $_primary,
|
|
152
|
-
tertiary: $_tertiary
|
|
153
|
-
)
|
|
154
|
-
)
|
|
155
|
-
);
|
|
1
|
+
// This file was generated by running 'ng generate @angular/material:m3-theme'.
|
|
2
|
+
// Proceed with caution if making changes to this file.
|
|
3
|
+
|
|
4
|
+
@use 'sass:map';
|
|
5
|
+
@use '@angular/material' as mat;
|
|
6
|
+
|
|
7
|
+
// Note: Color palettes are generated from primary: #135ac5, secondary: #29bcb0
|
|
8
|
+
$_palettes: (
|
|
9
|
+
primary: (
|
|
10
|
+
0: #000000,
|
|
11
|
+
10: #001944,
|
|
12
|
+
20: #002d6d,
|
|
13
|
+
25: #003783,
|
|
14
|
+
30: #00429a,
|
|
15
|
+
35: #004db1,
|
|
16
|
+
40: #1159c4,
|
|
17
|
+
50: #3973df,
|
|
18
|
+
60: #588dfb,
|
|
19
|
+
70: #84aaff,
|
|
20
|
+
80: #afc6ff,
|
|
21
|
+
90: #d9e2ff,
|
|
22
|
+
95: #edf0ff,
|
|
23
|
+
98: #faf8ff,
|
|
24
|
+
99: #fefbff,
|
|
25
|
+
100: #ffffff
|
|
26
|
+
),
|
|
27
|
+
secondary: (
|
|
28
|
+
0: #000000,
|
|
29
|
+
10: #00201d,
|
|
30
|
+
20: #003733,
|
|
31
|
+
25: #00433e,
|
|
32
|
+
30: #00504a,
|
|
33
|
+
35: #005d56,
|
|
34
|
+
40: #006a63,
|
|
35
|
+
50: #00867c,
|
|
36
|
+
60: #00a297,
|
|
37
|
+
70: #2dbeb2,
|
|
38
|
+
80: #54dace,
|
|
39
|
+
90: #75f7ea,
|
|
40
|
+
95: #b2fff5,
|
|
41
|
+
98: #e4fffa,
|
|
42
|
+
99: #f2fffc,
|
|
43
|
+
100: #ffffff
|
|
44
|
+
),
|
|
45
|
+
tertiary: (
|
|
46
|
+
0: #000000,
|
|
47
|
+
10: #330044,
|
|
48
|
+
20: #54006d,
|
|
49
|
+
25: #620f7c,
|
|
50
|
+
30: #6f2089,
|
|
51
|
+
35: #7c2f96,
|
|
52
|
+
40: #8a3ca3,
|
|
53
|
+
50: #a556be,
|
|
54
|
+
60: #c270da,
|
|
55
|
+
70: #df8bf7,
|
|
56
|
+
80: #f0b0ff,
|
|
57
|
+
90: #fbd7ff,
|
|
58
|
+
95: #ffebff,
|
|
59
|
+
98: #fff7fb,
|
|
60
|
+
99: #fffbff,
|
|
61
|
+
100: #ffffff
|
|
62
|
+
),
|
|
63
|
+
neutral: (
|
|
64
|
+
0: #000000,
|
|
65
|
+
10: #191b22,
|
|
66
|
+
20: #2e3037,
|
|
67
|
+
25: #393b43,
|
|
68
|
+
30: #44464e,
|
|
69
|
+
35: #50525a,
|
|
70
|
+
40: #5c5e66,
|
|
71
|
+
50: #75777f,
|
|
72
|
+
60: #8f9099,
|
|
73
|
+
70: #aaabb4,
|
|
74
|
+
80: #c5c6cf,
|
|
75
|
+
90: #e1e2eb,
|
|
76
|
+
95: #f0f0fa,
|
|
77
|
+
98: #faf8ff,
|
|
78
|
+
99: #fefbff,
|
|
79
|
+
100: #ffffff,
|
|
80
|
+
4: #0c0e14,
|
|
81
|
+
6: #11131a,
|
|
82
|
+
12: #1d1f26,
|
|
83
|
+
17: #282a31,
|
|
84
|
+
22: #32353c,
|
|
85
|
+
24: #373940,
|
|
86
|
+
87: #d9d9e3,
|
|
87
|
+
92: #e7e7f1,
|
|
88
|
+
94: #ededf7,
|
|
89
|
+
96: #f3f3fc
|
|
90
|
+
),
|
|
91
|
+
neutral-variant: (
|
|
92
|
+
0: #000000,
|
|
93
|
+
10: #171b26,
|
|
94
|
+
20: #2c303c,
|
|
95
|
+
25: #373b47,
|
|
96
|
+
30: #424653,
|
|
97
|
+
35: #4e525f,
|
|
98
|
+
40: #5a5e6b,
|
|
99
|
+
50: #737784,
|
|
100
|
+
60: #8c909f,
|
|
101
|
+
70: #a7abba,
|
|
102
|
+
80: #c2c6d5,
|
|
103
|
+
90: #dfe2f2,
|
|
104
|
+
95: #edf0ff,
|
|
105
|
+
98: #faf8ff,
|
|
106
|
+
99: #fefbff,
|
|
107
|
+
100: #ffffff
|
|
108
|
+
),
|
|
109
|
+
error: (
|
|
110
|
+
0: #000000,
|
|
111
|
+
10: #410002,
|
|
112
|
+
20: #690005,
|
|
113
|
+
25: #7e0007,
|
|
114
|
+
30: #93000a,
|
|
115
|
+
35: #a80710,
|
|
116
|
+
40: #ba1a1a,
|
|
117
|
+
50: #de3730,
|
|
118
|
+
60: #ff5449,
|
|
119
|
+
70: #ff897d,
|
|
120
|
+
80: #ffb4ab,
|
|
121
|
+
90: #ffdad6,
|
|
122
|
+
95: #ffedea,
|
|
123
|
+
98: #fff8f7,
|
|
124
|
+
99: #fffbff,
|
|
125
|
+
100: #ffffff
|
|
126
|
+
)
|
|
127
|
+
);
|
|
128
|
+
|
|
129
|
+
$_rest: (
|
|
130
|
+
secondary: map.get($_palettes, secondary),
|
|
131
|
+
neutral: map.get($_palettes, neutral),
|
|
132
|
+
neutral-variant: map.get($_palettes, neutral-variant),
|
|
133
|
+
error: map.get($_palettes, error)
|
|
134
|
+
);
|
|
135
|
+
$_primary: map.merge(map.get($_palettes, primary), $_rest);
|
|
136
|
+
$_tertiary: map.merge(map.get($_palettes, tertiary), $_rest);
|
|
137
|
+
|
|
138
|
+
$light-theme: mat.define-theme(
|
|
139
|
+
(
|
|
140
|
+
color: (
|
|
141
|
+
theme-type: light,
|
|
142
|
+
primary: $_primary,
|
|
143
|
+
tertiary: $_tertiary
|
|
144
|
+
)
|
|
145
|
+
)
|
|
146
|
+
);
|
|
147
|
+
$dark-theme: mat.define-theme(
|
|
148
|
+
(
|
|
149
|
+
color: (
|
|
150
|
+
theme-type: dark,
|
|
151
|
+
primary: $_primary,
|
|
152
|
+
tertiary: $_tertiary
|
|
153
|
+
)
|
|
154
|
+
)
|
|
155
|
+
);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bravura/ui",
|
|
3
3
|
"description": "Bravura UI Components for Angular applications",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "6.0.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Angular",
|
|
7
7
|
"Angular Material",
|
|
@@ -23,8 +23,6 @@
|
|
|
23
23
|
".": {
|
|
24
24
|
"sass": "./_index.scss",
|
|
25
25
|
"types": "./index.d.ts",
|
|
26
|
-
"esm2022": "./esm2022/bravura-ui.mjs",
|
|
27
|
-
"esm": "./esm2022/bravura-ui.mjs",
|
|
28
26
|
"default": "./fesm2022/bravura-ui.mjs"
|
|
29
27
|
},
|
|
30
28
|
"./theme": {
|
|
@@ -35,116 +33,78 @@
|
|
|
35
33
|
},
|
|
36
34
|
"./alert": {
|
|
37
35
|
"types": "./alert/index.d.ts",
|
|
38
|
-
"esm2022": "./esm2022/alert/bravura-ui-alert.mjs",
|
|
39
|
-
"esm": "./esm2022/alert/bravura-ui-alert.mjs",
|
|
40
36
|
"default": "./fesm2022/bravura-ui-alert.mjs"
|
|
41
37
|
},
|
|
42
38
|
"./behavior": {
|
|
43
39
|
"types": "./behavior/index.d.ts",
|
|
44
|
-
"esm2022": "./esm2022/behavior/bravura-ui-behavior.mjs",
|
|
45
|
-
"esm": "./esm2022/behavior/bravura-ui-behavior.mjs",
|
|
46
40
|
"default": "./fesm2022/bravura-ui-behavior.mjs"
|
|
47
41
|
},
|
|
48
42
|
"./clip-note": {
|
|
49
43
|
"types": "./clip-note/index.d.ts",
|
|
50
|
-
"esm2022": "./esm2022/clip-note/bravura-ui-clip-note.mjs",
|
|
51
|
-
"esm": "./esm2022/clip-note/bravura-ui-clip-note.mjs",
|
|
52
44
|
"default": "./fesm2022/bravura-ui-clip-note.mjs"
|
|
53
45
|
},
|
|
54
46
|
"./common": {
|
|
55
47
|
"types": "./common/index.d.ts",
|
|
56
|
-
"esm2022": "./esm2022/common/bravura-ui-common.mjs",
|
|
57
|
-
"esm": "./esm2022/common/bravura-ui-common.mjs",
|
|
58
48
|
"default": "./fesm2022/bravura-ui-common.mjs"
|
|
59
49
|
},
|
|
60
|
-
"./currency-input": {
|
|
61
|
-
"types": "./currency-input/index.d.ts",
|
|
62
|
-
"esm2022": "./esm2022/currency-input/bravura-ui-currency-input.mjs",
|
|
63
|
-
"esm": "./esm2022/currency-input/bravura-ui-currency-input.mjs",
|
|
64
|
-
"default": "./fesm2022/bravura-ui-currency-input.mjs"
|
|
65
|
-
},
|
|
66
50
|
"./decimal-input": {
|
|
67
51
|
"types": "./decimal-input/index.d.ts",
|
|
68
|
-
"esm2022": "./esm2022/decimal-input/bravura-ui-decimal-input.mjs",
|
|
69
|
-
"esm": "./esm2022/decimal-input/bravura-ui-decimal-input.mjs",
|
|
70
52
|
"default": "./fesm2022/bravura-ui-decimal-input.mjs"
|
|
71
53
|
},
|
|
72
54
|
"./discrete-input": {
|
|
73
55
|
"types": "./discrete-input/index.d.ts",
|
|
74
|
-
"esm2022": "./esm2022/discrete-input/bravura-ui-discrete-input.mjs",
|
|
75
|
-
"esm": "./esm2022/discrete-input/bravura-ui-discrete-input.mjs",
|
|
76
56
|
"default": "./fesm2022/bravura-ui-discrete-input.mjs"
|
|
77
57
|
},
|
|
78
|
-
"./
|
|
79
|
-
"types": "./
|
|
80
|
-
"
|
|
81
|
-
"esm": "./esm2022/form-field/bravura-ui-form-field.mjs",
|
|
82
|
-
"default": "./fesm2022/bravura-ui-form-field.mjs"
|
|
58
|
+
"./currency-input": {
|
|
59
|
+
"types": "./currency-input/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/bravura-ui-currency-input.mjs"
|
|
83
61
|
},
|
|
84
62
|
"./file-upload": {
|
|
85
63
|
"types": "./file-upload/index.d.ts",
|
|
86
|
-
"esm2022": "./esm2022/file-upload/bravura-ui-file-upload.mjs",
|
|
87
|
-
"esm": "./esm2022/file-upload/bravura-ui-file-upload.mjs",
|
|
88
64
|
"default": "./fesm2022/bravura-ui-file-upload.mjs"
|
|
89
65
|
},
|
|
66
|
+
"./form-field": {
|
|
67
|
+
"types": "./form-field/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/bravura-ui-form-field.mjs"
|
|
69
|
+
},
|
|
90
70
|
"./icon-font": {
|
|
91
71
|
"types": "./icon-font/index.d.ts",
|
|
92
|
-
"esm2022": "./esm2022/icon-font/bravura-ui-icon-font.mjs",
|
|
93
|
-
"esm": "./esm2022/icon-font/bravura-ui-icon-font.mjs",
|
|
94
72
|
"default": "./fesm2022/bravura-ui-icon-font.mjs"
|
|
95
73
|
},
|
|
96
74
|
"./panel": {
|
|
97
75
|
"types": "./panel/index.d.ts",
|
|
98
|
-
"esm2022": "./esm2022/panel/bravura-ui-panel.mjs",
|
|
99
|
-
"esm": "./esm2022/panel/bravura-ui-panel.mjs",
|
|
100
76
|
"default": "./fesm2022/bravura-ui-panel.mjs"
|
|
101
77
|
},
|
|
102
78
|
"./phone-number": {
|
|
103
79
|
"types": "./phone-number/index.d.ts",
|
|
104
|
-
"esm2022": "./esm2022/phone-number/bravura-ui-phone-number.mjs",
|
|
105
|
-
"esm": "./esm2022/phone-number/bravura-ui-phone-number.mjs",
|
|
106
80
|
"default": "./fesm2022/bravura-ui-phone-number.mjs"
|
|
107
81
|
},
|
|
82
|
+
"./skeletons": {
|
|
83
|
+
"types": "./skeletons/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/bravura-ui-skeletons.mjs"
|
|
85
|
+
},
|
|
108
86
|
"./radio-panel": {
|
|
109
87
|
"types": "./radio-panel/index.d.ts",
|
|
110
|
-
"esm2022": "./esm2022/radio-panel/bravura-ui-radio-panel.mjs",
|
|
111
|
-
"esm": "./esm2022/radio-panel/bravura-ui-radio-panel.mjs",
|
|
112
88
|
"default": "./fesm2022/bravura-ui-radio-panel.mjs"
|
|
113
89
|
},
|
|
114
90
|
"./selection-panel": {
|
|
115
91
|
"types": "./selection-panel/index.d.ts",
|
|
116
|
-
"esm2022": "./esm2022/selection-panel/bravura-ui-selection-panel.mjs",
|
|
117
|
-
"esm": "./esm2022/selection-panel/bravura-ui-selection-panel.mjs",
|
|
118
92
|
"default": "./fesm2022/bravura-ui-selection-panel.mjs"
|
|
119
93
|
},
|
|
120
|
-
"./skeletons": {
|
|
121
|
-
"types": "./skeletons/index.d.ts",
|
|
122
|
-
"esm2022": "./esm2022/skeletons/bravura-ui-skeletons.mjs",
|
|
123
|
-
"esm": "./esm2022/skeletons/bravura-ui-skeletons.mjs",
|
|
124
|
-
"default": "./fesm2022/bravura-ui-skeletons.mjs"
|
|
125
|
-
},
|
|
126
94
|
"./stepper": {
|
|
127
95
|
"types": "./stepper/index.d.ts",
|
|
128
|
-
"esm2022": "./esm2022/stepper/bravura-ui-stepper.mjs",
|
|
129
|
-
"esm": "./esm2022/stepper/bravura-ui-stepper.mjs",
|
|
130
96
|
"default": "./fesm2022/bravura-ui-stepper.mjs"
|
|
131
97
|
},
|
|
132
98
|
"./tooltip": {
|
|
133
99
|
"types": "./tooltip/index.d.ts",
|
|
134
|
-
"esm2022": "./esm2022/tooltip/bravura-ui-tooltip.mjs",
|
|
135
|
-
"esm": "./esm2022/tooltip/bravura-ui-tooltip.mjs",
|
|
136
100
|
"default": "./fesm2022/bravura-ui-tooltip.mjs"
|
|
137
101
|
},
|
|
138
102
|
"./alert/testing": {
|
|
139
103
|
"types": "./alert/testing/index.d.ts",
|
|
140
|
-
"esm2022": "./esm2022/alert/testing/bravura-ui-alert-testing.mjs",
|
|
141
|
-
"esm": "./esm2022/alert/testing/bravura-ui-alert-testing.mjs",
|
|
142
104
|
"default": "./fesm2022/bravura-ui-alert-testing.mjs"
|
|
143
105
|
},
|
|
144
106
|
"./radio-panel/testing": {
|
|
145
107
|
"types": "./radio-panel/testing/index.d.ts",
|
|
146
|
-
"esm2022": "./esm2022/radio-panel/testing/bravura-ui-radio-panel-testing.mjs",
|
|
147
|
-
"esm": "./esm2022/radio-panel/testing/bravura-ui-radio-panel-testing.mjs",
|
|
148
108
|
"default": "./fesm2022/bravura-ui-radio-panel-testing.mjs"
|
|
149
109
|
}
|
|
150
110
|
},
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
|
|
3
|
-
@mixin color($theme) {
|
|
4
|
-
.bui-radio-panel-checked-icon {
|
|
5
|
-
color: mat.get-theme-color($theme, primary);
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@mixin theme($theme) {
|
|
10
|
-
@include color($theme);
|
|
11
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
3
|
+
@mixin color($theme) {
|
|
4
|
+
.bui-radio-panel-checked-icon {
|
|
5
|
+
color: mat.get-theme-color($theme, primary);
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@mixin theme($theme) {
|
|
10
|
+
@include color($theme);
|
|
11
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
@use 'sass:map';
|
|
3
|
-
@use 'sass:meta';
|
|
4
|
-
|
|
5
|
-
@mixin color($theme, $options...) {
|
|
6
|
-
bui-selection-panel-item {
|
|
7
|
-
$option-map: meta.keywords($options);
|
|
8
|
-
$color-variant: map.get($option-map, color-variant);
|
|
9
|
-
|
|
10
|
-
border-color: mat.get-theme-color($theme, outline-variant);
|
|
11
|
-
|
|
12
|
-
.bui-selection-checkbox {
|
|
13
|
-
@if $color-variant {
|
|
14
|
-
@include mat.checkbox-color($theme, $color-variant: $color-variant);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&.bui-selection-checked,
|
|
19
|
-
&.bui-selection-checked:not(.bui-disabled:hover, .bui-unselectable) {
|
|
20
|
-
border-color: mat.get-theme-color($theme, $color-variant or primary);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&:not(.bui-disabled, .bui-unselectable) {
|
|
24
|
-
&:hover {
|
|
25
|
-
border-color: mat.get-theme-color($theme, outline);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@mixin theme($theme, $options...) {
|
|
32
|
-
@include color($theme, $options...);
|
|
33
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
@use 'sass:map';
|
|
3
|
+
@use 'sass:meta';
|
|
4
|
+
|
|
5
|
+
@mixin color($theme, $options...) {
|
|
6
|
+
bui-selection-panel-item {
|
|
7
|
+
$option-map: meta.keywords($options);
|
|
8
|
+
$color-variant: map.get($option-map, color-variant);
|
|
9
|
+
|
|
10
|
+
border-color: mat.get-theme-color($theme, outline-variant);
|
|
11
|
+
|
|
12
|
+
.bui-selection-checkbox {
|
|
13
|
+
@if $color-variant {
|
|
14
|
+
@include mat.checkbox-color($theme, $color-variant: $color-variant);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&.bui-selection-checked,
|
|
19
|
+
&.bui-selection-checked:not(.bui-disabled:hover, .bui-unselectable) {
|
|
20
|
+
border-color: mat.get-theme-color($theme, $color-variant or primary);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&:not(.bui-disabled, .bui-unselectable) {
|
|
24
|
+
&:hover {
|
|
25
|
+
border-color: mat.get-theme-color($theme, outline);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@mixin theme($theme, $options...) {
|
|
32
|
+
@include color($theme, $options...);
|
|
33
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
@use '@angular/material' as mat;
|
|
2
|
-
|
|
3
|
-
@mixin color($theme) {
|
|
4
|
-
.bui-step-progress-label {
|
|
5
|
-
color: mat.get-theme-color($theme, on-surface-variant);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.bui-stepper-content-container {
|
|
9
|
-
border-color: mat.get-theme-color($theme, outline-variant);
|
|
10
|
-
background-color: mat.get-theme-color($theme, surface);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.bui-stepper-progress-indicator-section.bui-step-section-interacted {
|
|
14
|
-
background-color: mat.get-theme-color($theme, tertiary);
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
@mixin theme($theme) {
|
|
19
|
-
@include color($theme);
|
|
20
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
3
|
+
@mixin color($theme) {
|
|
4
|
+
.bui-step-progress-label {
|
|
5
|
+
color: mat.get-theme-color($theme, on-surface-variant);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.bui-stepper-content-container {
|
|
9
|
+
border-color: mat.get-theme-color($theme, outline-variant);
|
|
10
|
+
background-color: mat.get-theme-color($theme, surface);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.bui-stepper-progress-indicator-section.bui-step-section-interacted {
|
|
14
|
+
background-color: mat.get-theme-color($theme, tertiary);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
@mixin theme($theme) {
|
|
19
|
+
@include color($theme);
|
|
20
|
+
}
|
package/stepper/public-api.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { AfterContentInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { MatStep } from '@angular/material/stepper';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class StepLabelTopDirective {
|
|
5
5
|
templateRef: TemplateRef<any>;
|
|
6
6
|
constructor(templateRef: TemplateRef<any>);
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepLabelTopDirective, [{ optional: true; }]>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepLabelTopDirective, "[buiStepLabelTop]", never, {}, {}, never, never, false, never>;
|
|
9
9
|
}
|
|
10
10
|
export declare class StepDirective implements AfterContentInit {
|
|
11
|
-
|
|
11
|
+
stepLabelTopDirective: StepLabelTopDirective;
|
|
12
12
|
step: MatStep;
|
|
13
13
|
constructor();
|
|
14
14
|
ngAfterContentInit(): void;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StepDirective, "mat-step", never, {}, {}, ["
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepDirective, "mat-step", never, {}, {}, ["stepLabelTopDirective"], never, false, never>;
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./stepper.component";
|
|
3
|
-
import * as i2 from "./step-label-
|
|
3
|
+
import * as i2 from "./step-label-top.directive";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@angular/cdk/portal";
|
|
6
6
|
import * as i5 from "@angular/cdk/stepper";
|
|
@@ -12,6 +12,6 @@ import * as i10 from "@angular/material/progress-spinner";
|
|
|
12
12
|
import * as i11 from "@bravura/ui/behavior";
|
|
13
13
|
export declare class StepperModule {
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.StepLabelTopDirective], [typeof i3.CommonModule, typeof i4.PortalModule, typeof i5.CdkStepperModule, typeof i6.MatStepperModule, typeof i7.MatButtonModule, typeof i8.MatIconModule, typeof i9.MatRippleModule, typeof i10.MatProgressSpinnerModule, typeof i11.BehaviorModule], [typeof i1.StepperComponent, typeof i6.MatStepperModule, typeof i2.StepLabelTopDirective, typeof i2.StepDirective]>;
|
|
16
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
|
|
17
17
|
}
|