@verisoft/ui-govcz 18.8.0 → 19.0.0-1

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.
Files changed (130) hide show
  1. package/assets/i18n/cs.json +10 -0
  2. package/assets/i18n/en.json +8 -0
  3. package/assets/sass/main.scss +6 -242
  4. package/assets/sass/utils/_utils.scss +3 -0
  5. package/assets/sass/utils/_variables.scss +3 -0
  6. package/assets/sass/utils/index.scss +2 -0
  7. package/assets/sass/vendors/_bootstrap.scss +2 -2
  8. package/fesm2022/verisoft-ui-govcz.mjs +253 -393
  9. package/fesm2022/verisoft-ui-govcz.mjs.map +1 -1
  10. package/lib/components/checkbox/checkbox.component.d.ts +2 -2
  11. package/lib/components/dropdown-button/dropdown-button.component.d.ts +15 -0
  12. package/lib/components/dropdown-button/index.d.ts +1 -0
  13. package/lib/components/errors/error.component.d.ts +1 -1
  14. package/lib/components/index.d.ts +1 -1
  15. package/lib/components/shared-components/action-button-group/action-button-group.component.d.ts +1 -2
  16. package/lib/components/tab-view/index.d.ts +0 -1
  17. package/lib/components/tab-view/tab-view-item.component.d.ts +1 -1
  18. package/lib/components/tab-view/tab-view.component.d.ts +1 -1
  19. package/lib/components/textarea/textarea.component.d.ts +5 -4
  20. package/lib/components/tooltip/tooltip.component.d.ts +7 -15
  21. package/package.json +14 -16
  22. package/assets/sass/sidemenu.css +0 -205
  23. package/esm2022/index.mjs +0 -2
  24. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +0 -34
  25. package/esm2022/lib/components/breadcrumb/index.mjs +0 -2
  26. package/esm2022/lib/components/button/button.component.mjs +0 -87
  27. package/esm2022/lib/components/button/index.mjs +0 -2
  28. package/esm2022/lib/components/calendar/calendar.component.mjs +0 -87
  29. package/esm2022/lib/components/calendar/index.mjs +0 -2
  30. package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -62
  31. package/esm2022/lib/components/checkbox/index.mjs +0 -2
  32. package/esm2022/lib/components/confirm-dialog/confirm-dialog.component.mjs +0 -72
  33. package/esm2022/lib/components/confirm-dialog/index.mjs +0 -2
  34. package/esm2022/lib/components/dropdown/dropdown-item.component.mjs +0 -14
  35. package/esm2022/lib/components/dropdown/dropdown.component.mjs +0 -280
  36. package/esm2022/lib/components/dropdown/dropdown.model.mjs +0 -2
  37. package/esm2022/lib/components/dropdown/index.mjs +0 -2
  38. package/esm2022/lib/components/errors/error.component.mjs +0 -34
  39. package/esm2022/lib/components/errors/index.mjs +0 -2
  40. package/esm2022/lib/components/form-field/form-field.component.mjs +0 -92
  41. package/esm2022/lib/components/form-field/index.mjs +0 -2
  42. package/esm2022/lib/components/header/header.component.mjs +0 -85
  43. package/esm2022/lib/components/header/index.mjs +0 -2
  44. package/esm2022/lib/components/index.mjs +0 -34
  45. package/esm2022/lib/components/input-group/index.mjs +0 -2
  46. package/esm2022/lib/components/input-group/input-group.component.mjs +0 -89
  47. package/esm2022/lib/components/loader/index.mjs +0 -2
  48. package/esm2022/lib/components/loader/loader.component.mjs +0 -34
  49. package/esm2022/lib/components/multiselect/index.mjs +0 -2
  50. package/esm2022/lib/components/multiselect/multiselect.component.mjs +0 -121
  51. package/esm2022/lib/components/number-input/index.mjs +0 -2
  52. package/esm2022/lib/components/number-input/number-input.component.mjs +0 -104
  53. package/esm2022/lib/components/page-header/index.mjs +0 -2
  54. package/esm2022/lib/components/page-header/page-header.component.mjs +0 -28
  55. package/esm2022/lib/components/password/index.mjs +0 -2
  56. package/esm2022/lib/components/password/password.component.mjs +0 -94
  57. package/esm2022/lib/components/radiobutton/index.mjs +0 -2
  58. package/esm2022/lib/components/radiobutton/radiobutton.component.mjs +0 -50
  59. package/esm2022/lib/components/search/index.mjs +0 -2
  60. package/esm2022/lib/components/search/search.component.mjs +0 -40
  61. package/esm2022/lib/components/section/index.mjs +0 -2
  62. package/esm2022/lib/components/section/section.component.mjs +0 -70
  63. package/esm2022/lib/components/shared-components/action-button-group/action-button-group.component.mjs +0 -97
  64. package/esm2022/lib/components/shared-components/action-button-group/components/action-button/action-button.component.mjs +0 -64
  65. package/esm2022/lib/components/shared-components/action-button-group/index.mjs +0 -3
  66. package/esm2022/lib/components/shared-components/dynamic-component/dynamic-component-factory.service.mjs +0 -91
  67. package/esm2022/lib/components/shared-components/dynamic-component/dynamic-component.component.mjs +0 -42
  68. package/esm2022/lib/components/shared-components/dynamic-component/index.mjs +0 -3
  69. package/esm2022/lib/components/shared-components/feature-list/directives/feature-list-column.directive.mjs +0 -43
  70. package/esm2022/lib/components/shared-components/feature-list/directives/feature-list-filter-field.directive.mjs +0 -16
  71. package/esm2022/lib/components/shared-components/feature-list/feature-list-filter.pipe.mjs +0 -24
  72. package/esm2022/lib/components/shared-components/feature-list/feature-list-page.component.mjs +0 -43
  73. package/esm2022/lib/components/shared-components/feature-list/feature-list-page.model.mjs +0 -16
  74. package/esm2022/lib/components/shared-components/feature-list/feature-list.component.mjs +0 -285
  75. package/esm2022/lib/components/shared-components/feature-list/index.mjs +0 -6
  76. package/esm2022/lib/components/shared-components/filter/directives/filter-field.directive.mjs +0 -53
  77. package/esm2022/lib/components/shared-components/filter/filter.component.mjs +0 -195
  78. package/esm2022/lib/components/shared-components/filter/filter.model.mjs +0 -16
  79. package/esm2022/lib/components/shared-components/filter/index.mjs +0 -3
  80. package/esm2022/lib/components/shared-components/generic-field/generic-field.component.mjs +0 -98
  81. package/esm2022/lib/components/shared-components/generic-field/index.mjs +0 -2
  82. package/esm2022/lib/components/shared-components/generic-form/generic-form.component.mjs +0 -46
  83. package/esm2022/lib/components/shared-components/generic-form/generic-form.model.mjs +0 -50
  84. package/esm2022/lib/components/shared-components/generic-form/index.mjs +0 -3
  85. package/esm2022/lib/components/shared-components/index.mjs +0 -7
  86. package/esm2022/lib/components/side-menu/index.mjs +0 -3
  87. package/esm2022/lib/components/side-menu/side-menu.component.mjs +0 -48
  88. package/esm2022/lib/components/side-menu/side-menu.module.mjs +0 -59
  89. package/esm2022/lib/components/snackbar/index.mjs +0 -3
  90. package/esm2022/lib/components/snackbar/services/snackbar.service.mjs +0 -75
  91. package/esm2022/lib/components/snackbar/snackbar.component.mjs +0 -61
  92. package/esm2022/lib/components/snackbar/snackbar.model.mjs +0 -2
  93. package/esm2022/lib/components/stepper/index.mjs +0 -2
  94. package/esm2022/lib/components/stepper/stepper.component.mjs +0 -66
  95. package/esm2022/lib/components/switch/index.mjs +0 -2
  96. package/esm2022/lib/components/switch/switch.component.mjs +0 -45
  97. package/esm2022/lib/components/tab-view/index.mjs +0 -4
  98. package/esm2022/lib/components/tab-view/tab-view-item.component.mjs +0 -41
  99. package/esm2022/lib/components/tab-view/tab-view.component.mjs +0 -56
  100. package/esm2022/lib/components/tab-view/tab-view.module.mjs +0 -41
  101. package/esm2022/lib/components/table/index.mjs +0 -2
  102. package/esm2022/lib/components/table/table-pagination-info.component.mjs +0 -32
  103. package/esm2022/lib/components/table/table.component.mjs +0 -359
  104. package/esm2022/lib/components/table/table.model.mjs +0 -14
  105. package/esm2022/lib/components/textarea/index.mjs +0 -2
  106. package/esm2022/lib/components/textarea/textarea.component.mjs +0 -95
  107. package/esm2022/lib/components/textfield/index.mjs +0 -2
  108. package/esm2022/lib/components/textfield/textfield.component.mjs +0 -124
  109. package/esm2022/lib/components/tooltip/index.mjs +0 -2
  110. package/esm2022/lib/components/tooltip/tooltip.component.mjs +0 -66
  111. package/esm2022/lib/components/tristatecheckbox/index.mjs +0 -2
  112. package/esm2022/lib/components/tristatecheckbox/tristatecheckbox.component.mjs +0 -89
  113. package/esm2022/lib/icons.mjs +0 -35
  114. package/esm2022/lib/index.mjs +0 -6
  115. package/esm2022/lib/init.service.mjs +0 -17
  116. package/esm2022/lib/pages/index.mjs +0 -4
  117. package/esm2022/lib/pages/not-authenticated/index.mjs +0 -2
  118. package/esm2022/lib/pages/not-authenticated/not-authenticated.component.mjs +0 -17
  119. package/esm2022/lib/pages/not-authorized/index.mjs +0 -2
  120. package/esm2022/lib/pages/not-authorized/not-authorized.component.mjs +0 -20
  121. package/esm2022/lib/pages/not-found/index.mjs +0 -2
  122. package/esm2022/lib/pages/not-found/not-found.component.mjs +0 -20
  123. package/esm2022/lib/pipes/color/color.pipe.mjs +0 -27
  124. package/esm2022/lib/pipes/index.mjs +0 -4
  125. package/esm2022/lib/pipes/multiselect/multiselect-options.pipe.mjs +0 -52
  126. package/esm2022/lib/pipes/size/size.pipe.mjs +0 -23
  127. package/esm2022/verisoft-ui-govcz.mjs +0 -5
  128. package/lib/components/tab-view/tab-view.module.d.ts +0 -12
  129. package/lib/components/tristatecheckbox/index.d.ts +0 -1
  130. package/lib/components/tristatecheckbox/tristatecheckbox.component.d.ts +0 -27
@@ -5,5 +5,15 @@
5
5
  "PATTERN": "Input neodpovídá vzoru!",
6
6
  "MIN_LENGTH": "Hodnota nemá dostatek znaků!",
7
7
  "MAX_LENGTH": "Hodnota přesahuje maximum znaků!"
8
+ }, "TABLES": {
9
+ "NO_DATA": "Žádná data k zobrazení",
10
+ "LOADING": "Načítání dat...",
11
+ "ERROR": "Chyba při načítání dat",
12
+ "PAGINATION": {
13
+ "SHOWING": "Zobrazeno",
14
+ "TO": "až",
15
+ "OF": "z",
16
+ "ENTRIES": "záznamů"
17
+ }
8
18
  }
9
19
  }
@@ -5,5 +5,13 @@
5
5
  "PATTERN": "Input doesn't match the pattern",
6
6
  "MIN_LENGTH": "Value doesn't have enough characters",
7
7
  "MAX_LENGTH": "Value exceeds the maximum amount of characters"
8
+ }, "TABLES": {
9
+ "EMPTY": "No data to display",
10
+ "PAGINATION": {
11
+ "SHOWING": "showing",
12
+ "TO": "to",
13
+ "OF": "of",
14
+ "ENTRIES": "entries"
15
+ }
8
16
  }
9
17
  }
@@ -1,246 +1,10 @@
1
1
  $version: '0.0.1';
2
2
 
3
- @import './vendors/bootstrap';
3
+ @use './vendors/bootstrap';
4
4
 
5
- @import '@gov-design-system-ce/styles/lib/tokens.css';
5
+ @use "@gov-design-system-ce/styles/lib/tokens.css";
6
+ @use "@gov-design-system-ce/styles/lib/styles.css";
7
+ @use "@gov-design-system-ce/styles/lib/layout.css";
6
8
 
7
- @import './header.scss';
8
- @import './scrollbar.scss';
9
-
10
- @import '@gov-design-system-ce/styles/lib/styles.css';
11
- @import '@gov-design-system-ce/styles/lib/layout.css';
12
- @import '@gov-design-system-ce/styles/lib/components.css';
13
-
14
- @import '@gov-design-system-ce/fonts/lib/roboto.css';
15
-
16
- :root {
17
- --color-primary-600: var(--color-primary-700);
18
- --gov-color-blue: var(--color-primary-700);
19
- --color-evaluatin-pink: #e7877891;
20
- --gov-app-max-width: 100%;
21
- --layout-gap: var(--templates-margin-l);
22
- --container-width: var(--templates-layout-page-limit-max);
23
- --container-padding-horizontal: var(--templates-margin-l);
24
- --container-padding-top: var(--templates-margin-l);
25
- --container-padding-bottom: var(--templates-margin-8xl);
26
- }
27
-
28
- @media (max-width: 29.99em) {
29
- :root {
30
- --templates-layout-image-highlighted-height: 17.5rem;
31
- --templates-layout-image-small-height: 17.5rem;
32
- --templates-layout-page-limit-max: 40rem;
33
- --templates-margin-none: 0rem;
34
- --templates-margin-s: 0.375rem;
35
- --templates-margin-m: 0.75rem;
36
- --templates-margin-l: 1rem;
37
- --templates-margin-xl: 1.75rem;
38
- --templates-margin-2xl: 2.25rem;
39
- --templates-margin-3xl: 2.625rem;
40
- --templates-margin-4xl: 3rem;
41
- --templates-margin-5xl: 3.625rem;
42
- --templates-margin-6xl: 4rem;
43
- --templates-margin-7xl: 4.5rem;
44
- --templates-margin-8xl: 6.25rem;
45
- --templates-margin-9xl: 9.25rem;
46
- --templates-viewport-min: 18.75rem;
47
- --templates-viewport-default: 22.5rem;
48
- --templates-viewport-max: 50rem;
49
- --templates-width-max-xs: 6.25rem;
50
- --templates-width-max-s: 12.5rem;
51
- --templates-width-max-m: 18.75rem;
52
- --templates-width-max-l: 25rem;
53
- --templates-width-max-xl: 31.25rem;
54
- --templates-width-max-2xl: 37.5rem;
55
- --templates-width-max-3xl: 43.75rem;
56
- --templates-width-max-4xl: 50rem;
57
- --templates-width-max-5xl: 50rem;
58
- --templates-width-max-6xl: 50rem;
59
- --templates-width-max-7xl: 50rem;
60
- --templates-width-max-8xl: 50rem;
61
- --templates-width-min-xs: 6.25rem;
62
- --templates-width-min-s: 12.5rem;
63
- --templates-width-min-m: 18.75rem;
64
- --templates-width-min-l: 18.75rem;
65
- --templates-width-min-2xl: 18.75rem;
66
- --templates-width-min-3xl: 18.75rem;
67
- --templates-width-min-4xl: 18.75rem;
68
- --templates-width-min-5xl: 18.75rem;
69
- --templates-width-min-6xl: 18.75rem;
70
- --templates-width-min-7xl: 18.75rem;
71
- --templates-width-min-8xl: 18.75rem;
72
- }
73
- }
74
-
75
- @media (min-width: 30em) and (max-width: 63.99em) {
76
- :root {
77
- --templates-layout-image-small-height: 11.75rem;
78
- --templates-layout-image-highlighted-height: 35.75rem;
79
- --templates-layout-page-limit-max: 75rem;
80
- --templates-margin-none: 0rem;
81
- --templates-margin-s: 0.5rem;
82
- --templates-margin-m: 1rem;
83
- --templates-margin-l: 1.5rem;
84
- --templates-margin-xl: 2rem;
85
- --templates-margin-2xl: 2.5rem;
86
- --templates-margin-3xl: 3rem;
87
- --templates-margin-4xl: 3.5rem;
88
- --templates-margin-5xl: 4rem;
89
- --templates-margin-6xl: 4.5rem;
90
- --templates-margin-7xl: 5rem;
91
- --templates-margin-8xl: 7.5rem;
92
- --templates-margin-9xl: 10rem;
93
- --templates-viewport-min: 40rem;
94
- --templates-viewport-default: 64rem;
95
- --templates-viewport-max: 90rem;
96
- --templates-width-max-xs: 6.25rem;
97
- --templates-width-max-s: 12.5rem;
98
- --templates-width-max-m: 18.75rem;
99
- --templates-width-max-l: 25rem;
100
- --templates-width-max-xl: 31.25rem;
101
- --templates-width-max-2xl: 37.5rem;
102
- --templates-width-max-3xl: 43.75rem;
103
- --templates-width-max-4xl: 50rem;
104
- --templates-width-max-5xl: 56.25rem;
105
- --templates-width-max-6xl: 62.5rem;
106
- --templates-width-max-7xl: 68.75rem;
107
- --templates-width-max-8xl: 75rem;
108
- --templates-width-min-xs: 6.25rem;
109
- --templates-width-min-s: 12.5rem;
110
- --templates-width-min-m: 18.75rem;
111
- --templates-width-min-l: 25rem;
112
- --templates-width-min-xl: 31.25rem;
113
- --templates-width-min-2xl: 37.5rem;
114
- --templates-width-min-3xl: 43.75rem;
115
- --templates-width-min-4xl: 50rem;
116
- --templates-width-min-5xl: 56.25rem;
117
- --templates-width-min-6xl: 62.5rem;
118
- --templates-width-min-7xl: 68.75rem;
119
- }
120
- }
121
-
122
- @media (min-width: 64em) {
123
- :root {
124
- --templates-layout-image-small-height: 11.75rem;
125
- --templates-layout-image-highlighted-height: 35.75rem;
126
- --templates-layout-page-limit-max: 75rem;
127
- --templates-margin-none: 0rem;
128
- --templates-margin-s: 0.5rem;
129
- --templates-margin-m: 1rem;
130
- --templates-margin-l: 1.5rem;
131
- --templates-margin-xl: 2rem;
132
- --templates-margin-2xl: 2.5rem;
133
- --templates-margin-3xl: 3rem;
134
- --templates-margin-4xl: 3.5rem;
135
- --templates-margin-5xl: 4rem;
136
- --templates-margin-6xl: 4.5rem;
137
- --templates-margin-7xl: 5rem;
138
- --templates-margin-8xl: 7.5rem;
139
- --templates-margin-9xl: 10rem;
140
- --templates-viewport-min: 50rem;
141
- --templates-viewport-default: 90rem;
142
- --templates-viewport-max: 128.75rem;
143
- --templates-width-max-xs: 6.25rem;
144
- --templates-width-max-s: 12.5rem;
145
- --templates-width-max-m: 18.75rem;
146
- --templates-width-max-l: 25rem;
147
- --templates-width-max-xl: 31.25rem;
148
- --templates-width-max-2xl: 37.5rem;
149
- --templates-width-max-3xl: 43.75rem;
150
- --templates-width-max-4xl: 50rem;
151
- --templates-width-max-5xl: 56.25rem;
152
- --templates-width-max-6xl: 62.5rem;
153
- --templates-width-max-7xl: 68.75rem;
154
- --templates-width-max-8xl: 75rem;
155
- --templates-width-min-xs: 6.25rem;
156
- --templates-width-min-s: 12.5rem;
157
- --templates-width-min-m: 18.75rem;
158
- --templates-width-min-l: 25rem;
159
- --templates-width-min-xl: 31.25rem;
160
- --templates-width-min-2xl: 37.5rem;
161
- --templates-width-min-3xl: 43.75rem;
162
- --templates-width-min-4xl: 50rem;
163
- --templates-width-min-5xl: 56.25rem;
164
- --templates-width-min-6xl: 62.5rem;
165
- --templates-width-min-7xl: 68.75rem;
166
- }
167
- }
168
-
169
- .gov-header {
170
- max-height: 8.5rem;
171
- }
172
-
173
- .gov-header,
174
- .gov-header__submenu {
175
- box-shadow: 0 1px 1px hsla(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075);
176
- }
177
-
178
- body {
179
- overflow: hidden;
180
- max-height: 100vh;
181
- background-color: var(--background-page-white);
182
- font-family: 'Roboto', sans-serif;
183
- font-size: 0.9375rem;
184
- font-weight: 400;
185
- letter-spacing: 0.0125em;
186
- -webkit-font-smoothing: antialiased;
187
- }
188
-
189
- .gov-main-container {
190
- max-width: var(--gov-app-max-width);
191
- margin: 0 auto;
192
- flex-wrap: wrap;
193
-
194
- &-content {
195
- overflow: auto;
196
- overflow-x: hidden;
197
- height: calc(100vh - 12rem);
198
- }
199
- }
200
-
201
- .gov-sidemenu {
202
- max-width: 12rem;
203
- overflow: auto;
204
- height: calc(100vh - 8.5rem);
205
- box-shadow: 1px 4px 1px hsla(0deg 0% 0% / 0.075), 2px 4px 2px hsl(0deg 0% 0% / 0.075), 4px 4px 4px hsl(0deg 0% 0% / 0.075),
206
- 8px 4px 8px hsl(0deg 0% 0% / 0.075);
207
- }
208
-
209
- .gov-breadcrums {
210
- height: 1.5rem;
211
- }
212
-
213
- .gov-accordion-item__summary {
214
- background-color: var(--color-primary-200);
215
- }
216
-
217
- .gov-clickable {
218
- cursor: pointer;
219
- }
220
-
221
- .bg-primary {
222
- background-color: var(--color-primary-600) !important;
223
- }
224
-
225
- .v-filter h2 {
226
- font-size: var(--font-size-1xl);
227
- }
228
-
229
- .v-filter_action-buttons button {
230
- background-color: var(--color-primary-50) !important;
231
- border: 1px solid var(--border-primary);
232
- color: var(--color-primary-600) !important;
233
-
234
- &:hover {
235
- background-color: var(--color-primary-200) !important;
236
- }
237
- }
238
-
239
- .v-action-button-group button {
240
- background-color: var(--color-primary-50) !important;
241
- color: var(--color-primary-600) !important;
242
-
243
- &:hover {
244
- background-color: var(--color-primary-200) !important;
245
- }
246
- }
9
+ @use './utils';
10
+ @use "@gov-design-system-ce/styles/lib/components.css";
@@ -0,0 +1,3 @@
1
+ .bg-primary {
2
+ background-color: var(--background-primary) !important;
3
+ }
@@ -0,0 +1,3 @@
1
+ :root {
2
+ --bs-primary-rgb: rbg(var(--background-primary));
3
+ }
@@ -0,0 +1,2 @@
1
+ @use './variables';
2
+ @use './utils';
@@ -1,2 +1,2 @@
1
- @import 'node_modules/bootstrap/scss/bootstrap-grid.scss';
2
- @import 'node_modules/bootstrap/scss/bootstrap-utilities.scss';
1
+ @use 'bootstrap/scss/bootstrap-grid.scss';
2
+ @use 'bootstrap/scss/bootstrap-utilities.scss';