@dev-tcloud/tcloud-ui 5.0.4 → 5.1.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/fesm2022/dev-tcloud-tcloud-ui.mjs +7137 -6060
- package/fesm2022/dev-tcloud-tcloud-ui.mjs.map +1 -1
- package/lib/_modules/tcloud-ui-modal/tcloud-ui-modal.component.d.ts +1 -1
- package/lib/revitalizacao/components/tc-rev-breadcrumb/tc-rev-breadcrumb.component.d.ts +12 -0
- package/lib/revitalizacao/components/tc-rev-breadcrumb/tc-rev-breadcrumb.service.d.ts +16 -0
- package/lib/revitalizacao/components/tc-rev-button/tc-rev-button.directive.d.ts +13 -0
- package/lib/revitalizacao/components/tc-rev-calendar/tc-rev-calendar.component.d.ts +43 -0
- package/lib/revitalizacao/components/tc-rev-card/tc-rev-card.component.d.ts +5 -0
- package/lib/revitalizacao/components/tc-rev-card-title/tc-rev-card-title.component.d.ts +6 -0
- package/lib/revitalizacao/components/tc-rev-components.module.d.ts +31 -0
- package/lib/revitalizacao/components/tc-rev-dropdown/tc-rev-dropdown.component.d.ts +33 -0
- package/lib/revitalizacao/components/tc-rev-dropdown-multi-level/tc-rev-dropdown-multi-level.component.d.ts +41 -0
- package/lib/revitalizacao/components/tc-rev-dropdown-multi-level/tc-rev-dropdown-sub-menu/tc-rev-dropdown-sub-menu.component.d.ts +17 -0
- package/lib/revitalizacao/components/tc-rev-empty-content/tc-rev-empty-content.component.d.ts +5 -0
- package/lib/revitalizacao/components/tc-rev-faq/tc-rev-faq.component.d.ts +12 -0
- package/lib/revitalizacao/components/tc-rev-icon-button/tc-rev-icon-button.directive.d.ts +12 -0
- package/lib/revitalizacao/components/tc-rev-input/tc-rev-input.directive.d.ts +10 -0
- package/lib/revitalizacao/components/tc-rev-input-container/tc-rev-input-container.component.d.ts +9 -0
- package/lib/revitalizacao/components/tc-rev-loading/tc-rev-loading.component.d.ts +6 -0
- package/lib/revitalizacao/components/tc-rev-message/tc-rev-message.component.d.ts +7 -0
- package/lib/revitalizacao/components/tc-rev-multi-input/tc-rev-multi-input.component.d.ts +22 -0
- package/lib/revitalizacao/components/tc-rev-pagination/tc-rev-pagination.component.d.ts +14 -0
- package/lib/revitalizacao/components/tc-rev-search-input/tc-rev-search-input.component.d.ts +10 -0
- package/lib/revitalizacao/components/tc-rev-side-drawer/tc-rev-side-drawer.component.d.ts +17 -0
- package/lib/revitalizacao/components/tc-rev-slide-toggle/tc-rev-slide-toggle.directive.d.ts +5 -0
- package/lib/revitalizacao/components/tc-rev-tab-group/tc-rev-tab-group.component.d.ts +12 -0
- package/lib/revitalizacao/components/tc-rev-tab-group/tc-rev-tab-item/tc-rev-tab-item.component.d.ts +9 -0
- package/lib/revitalizacao/components/tc-rev-tag/tag-colors.enum.d.ts +29 -0
- package/lib/revitalizacao/components/tc-rev-tag/tc-rev-tag.component.d.ts +10 -0
- package/lib/revitalizacao/components/tc-rev-toast/tc-rev-toast.component.d.ts +7 -0
- package/lib/revitalizacao/components/tc-sub-navbar/component/tc-sub-navbar-item/tc-sub-navbar-item.component.d.ts +13 -0
- package/lib/revitalizacao/components/tc-sub-navbar/tc-sub-navbar.component.d.ts +12 -0
- package/package.json +1 -1
- package/public-api.d.ts +63 -37
- package/scss/tcloud-revitalizacao/_tc-rev-border.scss +1 -1
- package/scss/tcloud-revitalizacao/_tc-rev-colors.scss +0 -1
- package/scss/tcloud-revitalizacao/_tc-rev-sizes.scss +4 -3
- package/scss/tcloud-revitalizacao/_tc-rev-themes.scss +7 -7
- package/scss/tcloud-revitalizacao/_tc-rev-typography.scss +1 -1
- package/scss/tcloud-revitalizacao/components/_tc-rev-ag-grid-table.scss +76 -0
- package/scss/tcloud-revitalizacao/components/_tc-rev-button.scss +86 -40
- package/scss/tcloud-revitalizacao/components/_tc-rev-input-control.scss +160 -56
- package/scss/tcloud-revitalizacao/components/_tc-rev-tab-item.scss +44 -36
- package/scss/tcloud-revitalizacao/tc-rev-styles.scss +2 -1
package/public-api.d.ts
CHANGED
|
@@ -1,84 +1,110 @@
|
|
|
1
|
-
export * from './lib/tcloud-ui.module';
|
|
2
1
|
export * from './lib/tcloud-ui.config';
|
|
3
|
-
export * from './lib/
|
|
4
|
-
export * from './lib/_modules/tcloud-ui-modal/tcloud-ui-modal.component';
|
|
5
|
-
export * from './lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component';
|
|
2
|
+
export * from './lib/tcloud-ui.module';
|
|
6
3
|
export * from './lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-body/tcloud-ui-modal-body.component';
|
|
7
4
|
export * from './lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-footer/tcloud-ui-modal-footer.component';
|
|
8
|
-
export * from './lib/_modules/tcloud-ui-
|
|
9
|
-
export * from './lib/_modules/tcloud-ui-
|
|
5
|
+
export * from './lib/_modules/tcloud-ui-modal/components/tcloud-ui-modal-header/tcloud-ui-modal-header.component';
|
|
6
|
+
export * from './lib/_modules/tcloud-ui-modal/tcloud-ui-modal.component';
|
|
7
|
+
export * from './lib/_modules/tcloud-ui-modal/tcloud-ui-modal.module';
|
|
10
8
|
export * from './lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-content/tcloud-ui-tab-content.component';
|
|
11
9
|
export * from './lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-head/tcloud-ui-tab-head.component';
|
|
12
10
|
export * from './lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-subtitle/tcloud-ui-tab-subtitle.component';
|
|
13
11
|
export * from './lib/_modules/tcloud-ui-tab-menu/components/tcloud-ui-tab-title/tcloud-ui-tab-title.component';
|
|
14
|
-
export * from './lib/_modules/tcloud-ui-
|
|
12
|
+
export * from './lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.component';
|
|
13
|
+
export * from './lib/_modules/tcloud-ui-tab-menu/tcloud-ui-tab-menu.module';
|
|
15
14
|
export * from './lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.component';
|
|
16
|
-
export * from './lib/_modules/tcloud-ui-
|
|
15
|
+
export * from './lib/_modules/tcloud-ui-linha-logo/tcloud-ui-linha-logo.module';
|
|
17
16
|
export * from './lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.component';
|
|
18
|
-
export * from './lib/_modules/tcloud-ui-
|
|
17
|
+
export * from './lib/_modules/tcloud-ui-line-step-circle/tcloud-ui-line-step-circle.module';
|
|
19
18
|
export * from './lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.component';
|
|
20
|
-
export * from './lib/_modules/tcloud-ui-
|
|
21
|
-
export * from './lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.component';
|
|
19
|
+
export * from './lib/_modules/tcloud-ui-multi-select/tcloud-ui-multi-select.module';
|
|
22
20
|
export * from './lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list-option/tcloud-ui-data-list-option.component';
|
|
23
|
-
export * from './lib/_modules/tcloud-ui-
|
|
21
|
+
export * from './lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.component';
|
|
22
|
+
export * from './lib/_modules/tcloud-ui-data-list/tcloud-ui-data-list.module';
|
|
24
23
|
export * from './lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.component';
|
|
25
|
-
export * from './lib/_modules/tcloud-ui-
|
|
24
|
+
export * from './lib/_modules/tcloud-ui-multi-input/tcloud-ui-multi-input.module';
|
|
26
25
|
export * from './lib/_modules/tcloud-ui-choice-issues/tcloud-ui-choice-issues.component';
|
|
27
|
-
export * from './lib/_modules/tcloud-ui-
|
|
26
|
+
export * from './lib/_modules/tcloud-ui-choice-issues/tcloud-ui-choice-issues.module';
|
|
28
27
|
export * from './lib/_modules/tcloud-ui-input-search/tcloud-ui-input-search.component';
|
|
29
|
-
export * from './lib/_modules/tcloud-ui-
|
|
28
|
+
export * from './lib/_modules/tcloud-ui-input-search/tcloud-ui-input-search.module';
|
|
30
29
|
export * from './lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.component';
|
|
31
|
-
export * from './lib/_modules/tcloud-ui-
|
|
30
|
+
export * from './lib/_modules/tcloud-ui-not-found/tcloud-ui-not-found.module';
|
|
32
31
|
export * from './lib/_modules/tcloud-ui-table/tcloud-ui-table.component';
|
|
33
|
-
export * from './lib/_modules/tcloud-ui-
|
|
32
|
+
export * from './lib/_modules/tcloud-ui-table/tcloud-ui-table.module';
|
|
34
33
|
export * from './lib/_modules/tcloud-ui-number-step/tcloud-ui-number-step.component';
|
|
35
|
-
export * from './lib/_modules/tcloud-ui-
|
|
34
|
+
export * from './lib/_modules/tcloud-ui-number-step/tcloud-ui-number-step.module';
|
|
36
35
|
export * from './lib/_modules/tcloud-ui-scroll-box/tcloud-ui-scroll-box.component';
|
|
36
|
+
export * from './lib/_modules/tcloud-ui-scroll-box/tcloud-ui-scroll-box.module';
|
|
37
|
+
export * from './lib/_modules/tcloud-ui-filters/components/range-date/range-date.component';
|
|
37
38
|
export * from './lib/_modules/tcloud-ui-filters/tcloud-ui-filters';
|
|
38
|
-
export * from './lib/_modules/tcloud-ui-filters/tcloud-ui-filters.module';
|
|
39
39
|
export * from './lib/_modules/tcloud-ui-filters/tcloud-ui-filters.component';
|
|
40
|
-
export * from './lib/_modules/tcloud-ui-filters/
|
|
41
|
-
export * from './lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.module';
|
|
42
|
-
export * from './lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.component';
|
|
43
|
-
export * from './lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-title/tcloud-ui-accordion-title.component';
|
|
40
|
+
export * from './lib/_modules/tcloud-ui-filters/tcloud-ui-filters.module';
|
|
44
41
|
export * from './lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-body/tcloud-ui-accordion-body.component';
|
|
45
|
-
export * from './lib/_modules/tcloud-ui-
|
|
42
|
+
export * from './lib/_modules/tcloud-ui-accordion/components/tcloud-ui-accordion-title/tcloud-ui-accordion-title.component';
|
|
43
|
+
export * from './lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.component';
|
|
44
|
+
export * from './lib/_modules/tcloud-ui-accordion/tcloud-ui-accordion.module';
|
|
46
45
|
export * from './lib/_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.component';
|
|
47
|
-
export * from './lib/_modules/tcloud-ui-datepicker
|
|
46
|
+
export * from './lib/_modules/tcloud-ui-datepicker/tcloud-ui-datepicker.module';
|
|
48
47
|
export * from './lib/_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.component';
|
|
49
|
-
export * from './lib/_modules/tcloud-ui-
|
|
48
|
+
export * from './lib/_modules/tcloud-ui-datepicker-time/tcloud-ui-datepicker-time.module';
|
|
50
49
|
export * from './lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.component';
|
|
51
|
-
export * from './lib/_modules/tcloud-ui-
|
|
50
|
+
export * from './lib/_modules/tcloud-ui-multiples-values/tcloud-ui-multiples-values.module';
|
|
52
51
|
export * from './lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.component';
|
|
53
|
-
export * from './lib/_modules/tcloud-ui-
|
|
52
|
+
export * from './lib/_modules/tcloud-ui-welcome/tcloud-ui-welcome.module';
|
|
54
53
|
export * from './lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.component';
|
|
55
|
-
export * from './lib/_modules/tcloud-ui-
|
|
54
|
+
export * from './lib/_modules/tcloud-ui-input-password/tcloud-ui-input-password.module';
|
|
56
55
|
export * from './lib/_modules/tcloud-ui-progress-bar/tcloud-ui-progress-bar.component';
|
|
57
|
-
export * from './lib/_modules/tcloud-ui-
|
|
58
|
-
export * from './lib/_modules/tcloud-ui-loading/tcloud-ui-loading.component';
|
|
56
|
+
export * from './lib/_modules/tcloud-ui-progress-bar/tcloud-ui-progress-bar.module';
|
|
59
57
|
export * from './lib/_modules/tcloud-ui-loading/components/tcloud-ui-cubes/tcloud-ui-cubes.component';
|
|
58
|
+
export * from './lib/_modules/tcloud-ui-loading/tcloud-ui-loading.component';
|
|
59
|
+
export * from './lib/_modules/tcloud-ui-loading/tcloud-ui-loading.module';
|
|
60
60
|
export * from './lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items';
|
|
61
61
|
export * from './lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.component';
|
|
62
62
|
export * from './lib/_modules/tcloud-ui-reorder-items/tcloud-ui-reorder-items.module';
|
|
63
|
-
export * from './lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.module';
|
|
64
63
|
export * from './lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.component';
|
|
64
|
+
export * from './lib/_modules/tcloud-ui-label-token/tcloud-ui-label-token.module';
|
|
65
65
|
export * from './lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title';
|
|
66
66
|
export * from './lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.component';
|
|
67
67
|
export * from './lib/_modules/tcloud-ui-line-step-title/tcloud-ui-line-step-title.module';
|
|
68
|
-
export * from './lib/_directives/directives.module';
|
|
69
|
-
export * from './lib/_directives/tooltip/tooltip.directive';
|
|
70
68
|
export * from './lib/_directives/align/align.directive';
|
|
71
|
-
export * from './lib/_directives/hover-parent/hover-parent.directive';
|
|
72
|
-
export * from './lib/_directives/el-copy/el-copy.directive';
|
|
73
69
|
export * from './lib/_directives/currency/currency.directive';
|
|
70
|
+
export * from './lib/_directives/directives.module';
|
|
71
|
+
export * from './lib/_directives/el-copy/el-copy.directive';
|
|
72
|
+
export * from './lib/_directives/hover-parent/hover-parent.directive';
|
|
74
73
|
export * from './lib/_directives/tcloud-access/tcloud-ui-check-access.directive';
|
|
75
74
|
export * from './lib/_directives/tcloud-access/tcloud-ui-ng-check-access.directive';
|
|
76
75
|
export * from './lib/_directives/tcloud-access/tcloud-ui-ng-feature-flags.directive';
|
|
77
76
|
export * from './lib/_directives/tcloud-ui-digit-only.directive';
|
|
78
77
|
export * from './lib/_directives/tcloud-ui-highlight.diretive';
|
|
79
78
|
export * from './lib/_directives/tcloud-ui-ip-mask.directive';
|
|
80
|
-
export * from './lib/
|
|
79
|
+
export * from './lib/_directives/tooltip/tooltip.directive';
|
|
81
80
|
export * from './lib/_pipes/index';
|
|
81
|
+
export * from './lib/_pipes/tcloud-pipes.module';
|
|
82
82
|
export * from './lib/_services/loading-transitions.service';
|
|
83
83
|
export * from './lib/_services/search-in-object.service';
|
|
84
84
|
export * from './lib/_services/tcloud-ui-check-access.service';
|
|
85
|
+
export * from './lib/revitalizacao/components/tc-rev-button/tc-rev-button.directive';
|
|
86
|
+
export * from './lib/revitalizacao/components/tc-rev-calendar/tc-rev-calendar.component';
|
|
87
|
+
export * from './lib/revitalizacao/components/tc-rev-card-title/tc-rev-card-title.component';
|
|
88
|
+
export * from './lib/revitalizacao/components/tc-rev-card/tc-rev-card.component';
|
|
89
|
+
export * from './lib/revitalizacao/components/tc-rev-components.module';
|
|
90
|
+
export * from './lib/revitalizacao/components/tc-rev-dropdown-multi-level/tc-rev-dropdown-multi-level.component';
|
|
91
|
+
export * from './lib/revitalizacao/components/tc-rev-dropdown/tc-rev-dropdown.component';
|
|
92
|
+
export * from './lib/revitalizacao/components/tc-rev-empty-content/tc-rev-empty-content.component';
|
|
93
|
+
export * from './lib/revitalizacao/components/tc-rev-faq/tc-rev-faq.component';
|
|
94
|
+
export * from './lib/revitalizacao/components/tc-rev-icon-button/tc-rev-icon-button.directive';
|
|
95
|
+
export * from './lib/revitalizacao/components/tc-rev-input-container/tc-rev-input-container.component';
|
|
96
|
+
export * from './lib/revitalizacao/components/tc-rev-input/tc-rev-input.directive';
|
|
97
|
+
export * from './lib/revitalizacao/components/tc-rev-loading/tc-rev-loading.component';
|
|
98
|
+
export * from './lib/revitalizacao/components/tc-rev-message/tc-rev-message.component';
|
|
99
|
+
export * from './lib/revitalizacao/components/tc-rev-multi-input/tc-rev-multi-input.component';
|
|
100
|
+
export * from './lib/revitalizacao/components/tc-rev-pagination/tc-rev-pagination.component';
|
|
101
|
+
export * from './lib/revitalizacao/components/tc-rev-search-input/tc-rev-search-input.component';
|
|
102
|
+
export * from './lib/revitalizacao/components/tc-rev-side-drawer/tc-rev-side-drawer.component';
|
|
103
|
+
export * from './lib/revitalizacao/components/tc-rev-slide-toggle/tc-rev-slide-toggle.directive';
|
|
104
|
+
export * from './lib/revitalizacao/components/tc-rev-tab-group/tc-rev-tab-group.component';
|
|
105
|
+
export * from './lib/revitalizacao/components/tc-rev-tab-group/tc-rev-tab-item/tc-rev-tab-item.component';
|
|
106
|
+
export * from './lib/revitalizacao/components/tc-rev-tag/tag-colors.enum';
|
|
107
|
+
export * from './lib/revitalizacao/components/tc-rev-tag/tc-rev-tag.component';
|
|
108
|
+
export * from './lib/revitalizacao/components/tc-rev-toast/tc-rev-toast.component';
|
|
109
|
+
export * from './lib/revitalizacao/components/tc-sub-navbar/component/tc-sub-navbar-item/tc-sub-navbar-item.component';
|
|
110
|
+
export * from './lib/revitalizacao/components/tc-sub-navbar/tc-sub-navbar.component';
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
--size-48: 3rem;
|
|
28
28
|
--size-52: 3.25rem;
|
|
29
29
|
--size-56: 3.5rem;
|
|
30
|
+
--size-58: 3.625rem;
|
|
30
31
|
--size-60: 3.75rem;
|
|
31
32
|
--size-64: 4rem;
|
|
32
33
|
--size-68: 4.25rem;
|
|
@@ -93,7 +94,7 @@ $sizes: (
|
|
|
93
94
|
padding-top: $value;
|
|
94
95
|
padding-bottom: $value;
|
|
95
96
|
}
|
|
96
|
-
|
|
97
|
+
|
|
97
98
|
.pad-x-#{$size}
|
|
98
99
|
{
|
|
99
100
|
padding-left: $value;
|
|
@@ -130,7 +131,7 @@ $sizes: (
|
|
|
130
131
|
margin-top: $value;
|
|
131
132
|
margin-bottom: $value;
|
|
132
133
|
}
|
|
133
|
-
|
|
134
|
+
|
|
134
135
|
.mar-x-#{$size}
|
|
135
136
|
{
|
|
136
137
|
margin-left: $value;
|
|
@@ -156,4 +157,4 @@ $sizes: (
|
|
|
156
157
|
{
|
|
157
158
|
margin-bottom: $value;
|
|
158
159
|
}
|
|
159
|
-
}
|
|
160
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
:root
|
|
2
2
|
{
|
|
3
3
|
--c-neutral-50: #FFFFFF;
|
|
4
|
-
--c-neutral-100: #
|
|
4
|
+
--c-neutral-100: #F2F6F9;
|
|
5
5
|
--c-neutral-200: #EEEEEE;
|
|
6
|
-
--c-neutral-300: #
|
|
7
|
-
--c-neutral-400: #
|
|
6
|
+
--c-neutral-300: #CED4DA;
|
|
7
|
+
--c-neutral-400: #BAC0C6;
|
|
8
8
|
--c-neutral-500: #5E5E5E;
|
|
9
|
-
--c-neutral-600: #
|
|
10
|
-
--c-neutral-700: #
|
|
11
|
-
--c-neutral-800: #
|
|
9
|
+
--c-neutral-600: #363636;
|
|
10
|
+
--c-neutral-700: #000000;
|
|
11
|
+
--c-neutral-800: #000000;
|
|
12
12
|
--c-neutral-900: #000000;
|
|
13
13
|
--c-primary-300: #EAF9FF;
|
|
14
14
|
--c-primary-400: #75D8FF;
|
|
@@ -36,4 +36,4 @@
|
|
|
36
36
|
--c-primary-600: #3A24B7;
|
|
37
37
|
--c-primary-700: #190D7A;
|
|
38
38
|
}
|
|
39
|
-
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
// ============================
|
|
2
|
+
// AG Grid Styles
|
|
3
|
+
// ============================
|
|
4
|
+
|
|
5
|
+
// Custom Material Theme
|
|
6
|
+
.ag-theme-material {
|
|
7
|
+
--ag-background-color: var(--c-neutral-50);
|
|
8
|
+
--ag-header-background-color: var(--c-neutral-100);
|
|
9
|
+
--ag-header-foreground-color: var(--c-neutral-700);
|
|
10
|
+
--ag-foreground-color: var(--c-neutral-700);
|
|
11
|
+
--ag-row-border-color: var(--c-neutral-300);
|
|
12
|
+
--ag-font-size: var(--size-14);
|
|
13
|
+
--ag-font-family: var(--f-family);
|
|
14
|
+
|
|
15
|
+
// ============================
|
|
16
|
+
// Table style
|
|
17
|
+
// ============================
|
|
18
|
+
&.tc-rev-ag-grid-table {
|
|
19
|
+
width: 100%;
|
|
20
|
+
border: 1px solid var(--c-neutral-300);
|
|
21
|
+
border-radius: 8px 8px 8px 8px;
|
|
22
|
+
overflow: hidden;
|
|
23
|
+
font-size: var(--size-14);
|
|
24
|
+
|
|
25
|
+
.ag-header {
|
|
26
|
+
background-color: #F2F6F9;
|
|
27
|
+
border-bottom: 1px solid var(--c-neutral-300);
|
|
28
|
+
|
|
29
|
+
.ag-header-cell-text {
|
|
30
|
+
font-weight: 900;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.ag-header-cell {
|
|
34
|
+
padding: 12px 16px;
|
|
35
|
+
font-weight: 900;
|
|
36
|
+
color: var(--c-neutral-700);
|
|
37
|
+
border-right: none;
|
|
38
|
+
background-color: var(--c-neutral-100);
|
|
39
|
+
border-radius: 8px 8px 8px 8px;
|
|
40
|
+
|
|
41
|
+
&:hover {
|
|
42
|
+
background-color: var(--c-neutral-50);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
.ag-row {
|
|
47
|
+
background: var(--c-neutral-50);
|
|
48
|
+
border-bottom: 1px solid var(--c-neutral-300);
|
|
49
|
+
|
|
50
|
+
&:hover {
|
|
51
|
+
background-color: var(--c-neutral-50);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ag-cell {
|
|
55
|
+
padding: 12px 16px;
|
|
56
|
+
line-height: 22px;
|
|
57
|
+
border-right: none;
|
|
58
|
+
color: var(--c-neutral-700);
|
|
59
|
+
font-size: var(--size-14);
|
|
60
|
+
|
|
61
|
+
&:last-child {
|
|
62
|
+
text-align: left;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.ag-row-odd,
|
|
68
|
+
.ag-row-even {
|
|
69
|
+
background-color: var(--c-neutral-50) !important;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.ag-row-selected {
|
|
73
|
+
background-color: var(--c-neutral-50) !important;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
2
|
|
|
3
|
-
.tc-rev-btn
|
|
4
|
-
{
|
|
3
|
+
.tc-rev-btn {
|
|
5
4
|
align-items: center;
|
|
6
5
|
border-color: transparent;
|
|
7
6
|
border-width: var(--bor-size-xs);
|
|
@@ -9,62 +8,109 @@
|
|
|
9
8
|
border-radius: var(--bor-radius-pill);
|
|
10
9
|
cursor: pointer;
|
|
11
10
|
display: inline-flex;
|
|
11
|
+
font-family: var(--f-family);
|
|
12
12
|
font-size: var(--f-size-14);
|
|
13
13
|
font-weight: var(--f-weight-600);
|
|
14
14
|
gap: var(--size-8);
|
|
15
15
|
justify-content: center;
|
|
16
16
|
line-height: var(--l-height-24);
|
|
17
|
-
height: var(--size-
|
|
18
|
-
max-height: var(--size-
|
|
19
|
-
min-height: var(--size-
|
|
17
|
+
height: var(--size-40);
|
|
18
|
+
max-height: var(--size-40);
|
|
19
|
+
min-height: var(--size-40);
|
|
20
|
+
// min-width: 6.75rem;
|
|
20
21
|
padding: 0 var(--size-8);
|
|
21
22
|
transition: all 200ms ease;
|
|
23
|
+
|
|
24
|
+
&--full-width {
|
|
25
|
+
width: 100%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&-icon {
|
|
29
|
+
height: var(--size-40);
|
|
30
|
+
max-height: var(--size-40);
|
|
31
|
+
min-height: var(--size-40);
|
|
32
|
+
width: var(--size-40);
|
|
33
|
+
max-width: var(--size-40);
|
|
34
|
+
min-width: var(--size-40);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&:focus {
|
|
38
|
+
outline: none;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&:disabled
|
|
42
|
+
{
|
|
43
|
+
background-color: transparent;
|
|
44
|
+
border-color: transparent;
|
|
45
|
+
color: var(--c-neutral-600);
|
|
46
|
+
cursor: not-allowed;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.tc-rev-btn--sm
|
|
51
|
+
{
|
|
52
|
+
@extend .tc-rev-btn;
|
|
53
|
+
font-size: var(--f-size-14);
|
|
54
|
+
font-weight: var(--f-weight-600);
|
|
55
|
+
height: var(--size-40);
|
|
56
|
+
max-height: var(--size-40);
|
|
57
|
+
min-height: var(--size-40);
|
|
58
|
+
padding: 0 var(--size-8);
|
|
59
|
+
// min-width: 6.75rem;
|
|
60
|
+
|
|
61
|
+
&-icon {
|
|
62
|
+
height: var(--size-40);
|
|
63
|
+
max-height: var(--size-40);
|
|
64
|
+
min-height: var(--size-40);
|
|
65
|
+
width: var(--size-40);
|
|
66
|
+
max-width: var(--size-40);
|
|
67
|
+
min-width: var(--size-40);
|
|
68
|
+
}
|
|
22
69
|
}
|
|
23
70
|
|
|
24
71
|
.tc-rev-btn--md
|
|
25
72
|
{
|
|
26
|
-
|
|
27
|
-
border-color: transparent;
|
|
28
|
-
border-width: var(--bor-size-xs);
|
|
29
|
-
border-style: solid;
|
|
30
|
-
border-radius: var(--bor-radius-pill);
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
display: inline-flex;
|
|
73
|
+
@extend .tc-rev-btn;
|
|
33
74
|
font-size: var(--f-size-16);
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
line-height: var(--l-height-24);
|
|
38
|
-
height: var(--size-58);
|
|
39
|
-
max-height: var(--size-58);
|
|
40
|
-
min-height: var(--size-58);
|
|
75
|
+
height: var(--size-56);
|
|
76
|
+
max-height: var(--size-56);
|
|
77
|
+
min-height: var(--size-56);
|
|
41
78
|
padding: 0 var(--size-16);
|
|
42
|
-
|
|
79
|
+
// min-width: 8.5rem;
|
|
80
|
+
|
|
81
|
+
&-icon {
|
|
82
|
+
height: var(--size-56);
|
|
83
|
+
max-height: var(--size-56);
|
|
84
|
+
min-height: var(--size-56);
|
|
85
|
+
width: var(--size-56);
|
|
86
|
+
max-width: var(--size-56);
|
|
87
|
+
min-width: var(--size-56);
|
|
88
|
+
}
|
|
43
89
|
}
|
|
44
90
|
|
|
45
91
|
.tc-rev-btn--lg
|
|
46
92
|
{
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
cursor: pointer;
|
|
53
|
-
display: inline-flex;
|
|
54
|
-
font-size: var(--f-size-16);
|
|
55
|
-
font-weight: var(--f-weight-600);
|
|
56
|
-
height: var(--size-74);
|
|
57
|
-
gap: var(--size-8);
|
|
58
|
-
justify-content: center;
|
|
59
|
-
line-height: var(--l-height-24);
|
|
60
|
-
max-height: var(--size-74);
|
|
61
|
-
min-height: var(--size-74);
|
|
93
|
+
@extend .tc-rev-btn;
|
|
94
|
+
font-size: var(--f-size-18);
|
|
95
|
+
height: var(--size-72);
|
|
96
|
+
max-height: var(--size-72);
|
|
97
|
+
min-height: var(--size-72);
|
|
62
98
|
padding: 0 var(--size-24);
|
|
63
|
-
|
|
99
|
+
// min-width: 9.5rem;
|
|
100
|
+
|
|
101
|
+
&-icon {
|
|
102
|
+
height: var(--size-72);
|
|
103
|
+
max-height: var(--size-72);
|
|
104
|
+
min-height: var(--size-72);
|
|
105
|
+
width: var(--size-72);
|
|
106
|
+
max-width: var(--size-72);
|
|
107
|
+
min-width: var(--size-72);
|
|
108
|
+
}
|
|
64
109
|
}
|
|
65
110
|
|
|
66
111
|
$btn-by-colors:
|
|
67
112
|
("class": "tc-rev-btn--primary-filled", "b-color": var(--c-primary-500), "bg-color": var(--c-primary-500), "color": var(--c-neutral-50), "bg-hover": var(--c-primary-600)),
|
|
113
|
+
("class": "tc-rev-btn--success-filled", "b-color": var(--c-success-500), "bg-color": var(--c-success-500), "color": var(--c-neutral-50), "bg-hover": var(--c-success-500)),
|
|
68
114
|
("class": "tc-rev-btn--light-filled", "b-color": var(--c-neutral-50), "bg-color": var(--c-neutral-50), "color": var(--c-primary-500), "bg-hover": var(--c-neutral-50)),
|
|
69
115
|
("class": "tc-rev-btn--dark-filled", "b-color": var(--c-neutral-900), "bg-color": var(--c-neutral-900), "color": var(--c-neutral-50), "bg-hover": var(--c-neutral-600)),
|
|
70
116
|
("class": "tc-rev-btn--danger-filled", "b-color": var(--c-danger-500), "bg-color": var(--c-danger-500), "color": var(--c-neutral-50), "bg-hover": var(--c-danger-500));
|
|
@@ -82,7 +128,7 @@ $btn-by-colors:
|
|
|
82
128
|
color: map.get($btn-color, 'color');
|
|
83
129
|
}
|
|
84
130
|
|
|
85
|
-
&:hover
|
|
131
|
+
&:hover
|
|
86
132
|
{
|
|
87
133
|
background-color: map.get($btn-color, 'bg-hover');
|
|
88
134
|
color: map.get($btn-color, 'color');
|
|
@@ -118,7 +164,7 @@ $btn-by-colors-by-outline:
|
|
|
118
164
|
color: map.get($btn-color, 'color');
|
|
119
165
|
}
|
|
120
166
|
|
|
121
|
-
&:hover
|
|
167
|
+
&:hover
|
|
122
168
|
{
|
|
123
169
|
background-color: map.get($btn-color, 'bg-hover');
|
|
124
170
|
color: map.get($btn-color, 'c-hover');
|
|
@@ -156,7 +202,7 @@ $btn-by-colors-by-link:
|
|
|
156
202
|
color: map.get($btn-color, 'color');
|
|
157
203
|
}
|
|
158
204
|
|
|
159
|
-
&:hover
|
|
205
|
+
&:hover
|
|
160
206
|
{
|
|
161
207
|
color: map.get($btn-color, 'c-hover');
|
|
162
208
|
}
|
|
@@ -169,4 +215,4 @@ $btn-by-colors-by-link:
|
|
|
169
215
|
cursor: not-allowed;
|
|
170
216
|
}
|
|
171
217
|
}
|
|
172
|
-
}
|
|
218
|
+
}
|