@verisoft/ui-govcz 20.1.0 → 20.1.2
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/verisoft-ui-govcz.mjs +3770 -0
- package/fesm2022/verisoft-ui-govcz.mjs.map +1 -0
- package/index.d.ts +1013 -0
- package/package.json +19 -7
- package/styles/dist/main.css +13 -0
- package/styles/dist/main.css.map +1 -0
- package/.eslintrc.json +0 -60
- package/jest.config.ts +0 -21
- package/ng-package.json +0 -28
- package/project.json +0 -49
- package/src/config.d.ts +0 -10
- package/src/index.ts +0 -1
- package/src/lib/components/breadcrumb/breadcrumb.component.html +0 -25
- package/src/lib/components/breadcrumb/breadcrumb.component.scss +0 -0
- package/src/lib/components/breadcrumb/breadcrumb.component.spec.ts +0 -21
- package/src/lib/components/breadcrumb/breadcrumb.component.ts +0 -28
- package/src/lib/components/breadcrumb/index.ts +0 -1
- package/src/lib/components/button/button.component.html +0 -28
- package/src/lib/components/button/button.component.scss +0 -21
- package/src/lib/components/button/button.component.ts +0 -77
- package/src/lib/components/button/index.ts +0 -1
- package/src/lib/components/calendar/calendar.component.html +0 -28
- package/src/lib/components/calendar/calendar.component.scss +0 -0
- package/src/lib/components/calendar/calendar.component.ts +0 -77
- package/src/lib/components/calendar/index.ts +0 -1
- package/src/lib/components/checkbox/checkbox.component.html +0 -23
- package/src/lib/components/checkbox/checkbox.component.scss +0 -0
- package/src/lib/components/checkbox/checkbox.component.ts +0 -61
- package/src/lib/components/checkbox/index.ts +0 -1
- package/src/lib/components/confirm-dialog/confirm-dialog.component.html +0 -50
- package/src/lib/components/confirm-dialog/confirm-dialog.component.scss +0 -4
- package/src/lib/components/confirm-dialog/confirm-dialog.component.ts +0 -79
- package/src/lib/components/confirm-dialog/index.ts +0 -1
- package/src/lib/components/dropdown/dropdown-item.component.html +0 -8
- package/src/lib/components/dropdown/dropdown-item.component.ts +0 -18
- package/src/lib/components/dropdown/dropdown.component.html +0 -91
- package/src/lib/components/dropdown/dropdown.component.scss +0 -108
- package/src/lib/components/dropdown/dropdown.component.spec.ts +0 -21
- package/src/lib/components/dropdown/dropdown.component.ts +0 -296
- package/src/lib/components/dropdown/dropdown.model.ts +0 -6
- package/src/lib/components/dropdown/index.ts +0 -1
- package/src/lib/components/dropdown-button/dropdown-button.component.html +0 -31
- package/src/lib/components/dropdown-button/dropdown-button.component.ts +0 -34
- package/src/lib/components/dropdown-button/index.ts +0 -1
- package/src/lib/components/errors/error.component.html +0 -11
- package/src/lib/components/errors/error.component.scss +0 -0
- package/src/lib/components/errors/error.component.spec.ts +0 -19
- package/src/lib/components/errors/error.component.ts +0 -29
- package/src/lib/components/errors/index.ts +0 -1
- package/src/lib/components/feature-list/directives/feature-list-column.directive.ts +0 -32
- package/src/lib/components/feature-list/directives/feature-list-filter-field.directive.ts +0 -8
- package/src/lib/components/feature-list/feature-list-filter.pipe.ts +0 -20
- package/src/lib/components/feature-list/feature-list-page.component.ts +0 -30
- package/src/lib/components/feature-list/feature-list-page.model.ts +0 -42
- package/src/lib/components/feature-list/feature-list.component.html +0 -67
- package/src/lib/components/feature-list/feature-list.component.scss +0 -10
- package/src/lib/components/feature-list/feature-list.component.ts +0 -360
- package/src/lib/components/feature-list/index.ts +0 -5
- package/src/lib/components/filter/directives/filter-field.directive.ts +0 -35
- package/src/lib/components/filter/filter.component.html +0 -78
- package/src/lib/components/filter/filter.component.scss +0 -32
- package/src/lib/components/filter/filter.component.spec.ts +0 -21
- package/src/lib/components/filter/filter.component.stories.ts +0 -23
- package/src/lib/components/filter/filter.component.ts +0 -286
- package/src/lib/components/filter/filter.model.ts +0 -18
- package/src/lib/components/filter/index.ts +0 -2
- package/src/lib/components/form-field/form-field.component.html +0 -14
- package/src/lib/components/form-field/form-field.component.scss +0 -0
- package/src/lib/components/form-field/form-field.component.spec.ts +0 -21
- package/src/lib/components/form-field/form-field.component.ts +0 -76
- package/src/lib/components/form-field/index.ts +0 -1
- package/src/lib/components/header/header.component.html +0 -122
- package/src/lib/components/header/header.component.scss +0 -0
- package/src/lib/components/header/header.component.ts +0 -90
- package/src/lib/components/header/index.ts +0 -1
- package/src/lib/components/icon/icon.component.html +0 -11
- package/src/lib/components/icon/icon.component.scss +0 -20
- package/src/lib/components/icon/icon.component.ts +0 -110
- package/src/lib/components/icon/index.ts +0 -2
- package/src/lib/components/index.ts +0 -37
- package/src/lib/components/input-group/index.ts +0 -1
- package/src/lib/components/input-group/input-group.component.html +0 -41
- package/src/lib/components/input-group/input-group.component.scss +0 -0
- package/src/lib/components/input-group/input-group.component.ts +0 -75
- package/src/lib/components/loader/index.ts +0 -1
- package/src/lib/components/loader/loader.component.html +0 -7
- package/src/lib/components/loader/loader.component.scss +0 -0
- package/src/lib/components/loader/loader.component.spec.ts +0 -21
- package/src/lib/components/loader/loader.component.ts +0 -33
- package/src/lib/components/multiselect/index.ts +0 -1
- package/src/lib/components/multiselect/multiselect.component.html +0 -21
- package/src/lib/components/multiselect/multiselect.component.scss +0 -0
- package/src/lib/components/multiselect/multiselect.component.spec.ts +0 -21
- package/src/lib/components/multiselect/multiselect.component.ts +0 -117
- package/src/lib/components/number-input/index.ts +0 -1
- package/src/lib/components/number-input/number-input.component.html +0 -48
- package/src/lib/components/number-input/number-input.component.scss +0 -0
- package/src/lib/components/number-input/number-input.component.ts +0 -80
- package/src/lib/components/page-header/index.ts +0 -1
- package/src/lib/components/page-header/page-header.component.html +0 -3
- package/src/lib/components/page-header/page-header.component.scss +0 -11
- package/src/lib/components/page-header/page-header.component.spec.ts +0 -21
- package/src/lib/components/page-header/page-header.component.ts +0 -27
- package/src/lib/components/password/index.ts +0 -1
- package/src/lib/components/password/password.component.html +0 -31
- package/src/lib/components/password/password.component.scss +0 -0
- package/src/lib/components/password/password.component.spec.ts +0 -21
- package/src/lib/components/password/password.component.ts +0 -83
- package/src/lib/components/radiobutton/index.ts +0 -1
- package/src/lib/components/radiobutton/radiobutton.component.html +0 -23
- package/src/lib/components/radiobutton/radiobutton.component.scss +0 -0
- package/src/lib/components/radiobutton/radiobutton.component.ts +0 -61
- package/src/lib/components/search/index.ts +0 -1
- package/src/lib/components/search/search.component.html +0 -23
- package/src/lib/components/search/search.component.scss +0 -0
- package/src/lib/components/search/search.component.ts +0 -45
- package/src/lib/components/section/index.ts +0 -1
- package/src/lib/components/section/section.component.html +0 -26
- package/src/lib/components/section/section.component.scss +0 -0
- package/src/lib/components/section/section.component.ts +0 -55
- package/src/lib/components/side-menu/index.ts +0 -2
- package/src/lib/components/side-menu/side-menu.component.html +0 -22
- package/src/lib/components/side-menu/side-menu.component.scss +0 -17
- package/src/lib/components/side-menu/side-menu.component.ts +0 -42
- package/src/lib/components/side-menu/side-menu.module.ts +0 -56
- package/src/lib/components/snackbar/index.ts +0 -2
- package/src/lib/components/snackbar/services/snackbar.service.ts +0 -73
- package/src/lib/components/snackbar/snackbar.component.html +0 -14
- package/src/lib/components/snackbar/snackbar.component.scss +0 -0
- package/src/lib/components/snackbar/snackbar.component.spec.ts +0 -21
- package/src/lib/components/snackbar/snackbar.component.ts +0 -44
- package/src/lib/components/snackbar/snackbar.model.ts +0 -10
- package/src/lib/components/stepper/index.ts +0 -1
- package/src/lib/components/stepper/stepper.component.html +0 -35
- package/src/lib/components/stepper/stepper.component.scss +0 -9
- package/src/lib/components/stepper/stepper.component.ts +0 -60
- package/src/lib/components/switch/index.ts +0 -1
- package/src/lib/components/switch/switch.component.html +0 -16
- package/src/lib/components/switch/switch.component.scss +0 -0
- package/src/lib/components/switch/switch.component.ts +0 -39
- package/src/lib/components/tab-view/index.ts +0 -2
- package/src/lib/components/tab-view/tab-view-item.component.ts +0 -23
- package/src/lib/components/tab-view/tab-view.component.html +0 -51
- package/src/lib/components/tab-view/tab-view.component.scss +0 -43
- package/src/lib/components/tab-view/tab-view.component.ts +0 -64
- package/src/lib/components/tab-view/tab-view.module.ts +0 -25
- package/src/lib/components/table/index.ts +0 -1
- package/src/lib/components/table/table-pagination-info.component.html +0 -9
- package/src/lib/components/table/table-pagination-info.component.ts +0 -22
- package/src/lib/components/table/table.component.html +0 -199
- package/src/lib/components/table/table.component.scss +0 -192
- package/src/lib/components/table/table.component.ts +0 -390
- package/src/lib/components/table/table.model.ts +0 -17
- package/src/lib/components/table/table.models.ts +0 -12
- package/src/lib/components/tag/index.ts +0 -3
- package/src/lib/components/tag/tag.component.html +0 -12
- package/src/lib/components/tag/tag.component.scss +0 -4
- package/src/lib/components/tag/tag.component.ts +0 -44
- package/src/lib/components/tag/tag.model.ts +0 -7
- package/src/lib/components/textarea/index.ts +0 -1
- package/src/lib/components/textarea/textarea.component.html +0 -50
- package/src/lib/components/textarea/textarea.component.scss +0 -0
- package/src/lib/components/textarea/textarea.component.ts +0 -77
- package/src/lib/components/textfield/index.ts +0 -1
- package/src/lib/components/textfield/textfield.component.html +0 -34
- package/src/lib/components/textfield/textfield.component.scss +0 -0
- package/src/lib/components/textfield/textfield.component.ts +0 -112
- package/src/lib/components/tooltip/index.ts +0 -1
- package/src/lib/components/tooltip/tooltip.component.html +0 -9
- package/src/lib/components/tooltip/tooltip.component.ts +0 -19
- package/src/lib/icons.ts +0 -36
- package/src/lib/index.ts +0 -5
- package/src/lib/init.service.ts +0 -11
- package/src/lib/interceptors/http-error-message.interceptor.ts +0 -45
- package/src/lib/pages/bad-request-page/bad-request-page.component.html +0 -5
- package/src/lib/pages/bad-request-page/bad-request-page.component.scss +0 -0
- package/src/lib/pages/bad-request-page/bad-request-page.component.ts +0 -14
- package/src/lib/pages/error-page/error-page.component.html +0 -5
- package/src/lib/pages/error-page/error-page.component.scss +0 -0
- package/src/lib/pages/error-page/error-page.component.ts +0 -31
- package/src/lib/pages/error-page/error-page.constants.ts +0 -19
- package/src/lib/pages/index.ts +0 -3
- package/src/lib/pages/internal-server-error-page/internal-server-error-page.component.html +0 -5
- package/src/lib/pages/internal-server-error-page/internal-server-error-page.component.scss +0 -0
- package/src/lib/pages/internal-server-error-page/internal-server-error-page.component.ts +0 -15
- package/src/lib/pages/not-authenticated/index.ts +0 -1
- package/src/lib/pages/not-authenticated/not-authenticated.component.html +0 -5
- package/src/lib/pages/not-authenticated/not-authenticated.component.ts +0 -13
- package/src/lib/pages/not-authorized/index.ts +0 -1
- package/src/lib/pages/not-authorized/not-authorized.component.html +0 -5
- package/src/lib/pages/not-authorized/not-authorized.component.ts +0 -17
- package/src/lib/pages/not-found/index.ts +0 -1
- package/src/lib/pages/not-found/not-found.component.html +0 -5
- package/src/lib/pages/not-found/not-found.component.ts +0 -17
- package/src/lib/pages/not-found-page/not-found-page.component.html +0 -6
- package/src/lib/pages/not-found-page/not-found-page.component.scss +0 -0
- package/src/lib/pages/not-found-page/not-found-page.component.ts +0 -15
- package/src/lib/pipes/color/color.pipe.ts +0 -24
- package/src/lib/pipes/index.ts +0 -3
- package/src/lib/pipes/multiselect/multiselect-options.pipe.ts +0 -61
- package/src/lib/pipes/size/size.pipe.ts +0 -24
- package/src/test-setup.ts +0 -8
- package/tsconfig.json +0 -30
- package/tsconfig.lib.json +0 -17
- package/tsconfig.lib.prod.json +0 -9
- package/tsconfig.spec.json +0 -16
- /package/{src → styles}/sass/foundations/_colors.scss +0 -0
- /package/{src → styles}/sass/foundations/index.scss +0 -0
- /package/{src → styles}/sass/header.css +0 -0
- /package/{src → styles}/sass/header.scss +0 -0
- /package/{src → styles}/sass/integrations/_bootstrap.scss +0 -0
- /package/{src → styles}/sass/integrations/index.scss +0 -0
- /package/{src → styles}/sass/main.scss +0 -0
- /package/{src → styles}/sass/overrides/_gov.scss +0 -0
- /package/{src → styles}/sass/overrides/index.scss +0 -0
- /package/{src → styles}/sass/scrollbar.scss +0 -0
- /package/{src → styles}/sass/tokens/_theme-dark.scss +0 -0
- /package/{src → styles}/sass/tokens/_theme-light.scss +0 -0
- /package/{src → styles}/sass/tokens/index.scss +0 -0
- /package/{src → styles}/sass/utils/_table_filter.scss +0 -0
- /package/{src → styles}/sass/utils/_utils.scss +0 -0
- /package/{src → styles}/sass/utils/index.scss +0 -0
- /package/{src → styles}/sass/vendors/_bootstrap.scss +0 -0
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<gov-toast
|
|
2
|
-
[closeLabel]="config.closeLabel ?? closeLabel"
|
|
3
|
-
[color]="config.color || color"
|
|
4
|
-
[gravity]="config.gravity || gravity"
|
|
5
|
-
[position]="config.position || position"
|
|
6
|
-
[time]="config.time ?? time"
|
|
7
|
-
[type]="config.type || type"
|
|
8
|
-
>
|
|
9
|
-
@if (config.icon || icon) {
|
|
10
|
-
<gov-icon
|
|
11
|
-
[name]="config.icon || icon"
|
|
12
|
-
/>
|
|
13
|
-
} {{ config.message || message }}
|
|
14
|
-
</gov-toast>
|
|
File without changes
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
|
2
|
-
import { SnackbarComponent } from './snackbar.component';
|
|
3
|
-
|
|
4
|
-
describe('SnackbarComponent', () => {
|
|
5
|
-
let component: SnackbarComponent;
|
|
6
|
-
let fixture: ComponentFixture<SnackbarComponent>;
|
|
7
|
-
|
|
8
|
-
beforeEach(async () => {
|
|
9
|
-
await TestBed.configureTestingModule({
|
|
10
|
-
imports: [SnackbarComponent],
|
|
11
|
-
}).compileComponents();
|
|
12
|
-
|
|
13
|
-
fixture = TestBed.createComponent(SnackbarComponent);
|
|
14
|
-
component = fixture.componentInstance;
|
|
15
|
-
fixture.detectChanges();
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
it('should create', () => {
|
|
19
|
-
expect(component).toBeTruthy();
|
|
20
|
-
});
|
|
21
|
-
});
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { Component, Inject, Input, Optional } from '@angular/core';
|
|
3
|
-
import { GovDesignSystemModule } from '@gov-design-system-ce/angular';
|
|
4
|
-
import { SNACKBAR_COMPONENT_TOKEN, SnackbarCore } from '@verisoft/ui-core';
|
|
5
|
-
import { Icons } from '../../icons';
|
|
6
|
-
import { SnackbarConfig } from './snackbar.model';
|
|
7
|
-
|
|
8
|
-
@Component({
|
|
9
|
-
selector: 'v-snackbar',
|
|
10
|
-
imports: [GovDesignSystemModule],
|
|
11
|
-
templateUrl: './snackbar.component.html',
|
|
12
|
-
styleUrl: './snackbar.component.scss',
|
|
13
|
-
providers: [
|
|
14
|
-
{
|
|
15
|
-
provide: SNACKBAR_COMPONENT_TOKEN,
|
|
16
|
-
useExisting: SnackbarComponent,
|
|
17
|
-
},
|
|
18
|
-
]
|
|
19
|
-
})
|
|
20
|
-
export class SnackbarComponent
|
|
21
|
-
implements SnackbarCore
|
|
22
|
-
{
|
|
23
|
-
@Input({required: true}) message!: string;
|
|
24
|
-
|
|
25
|
-
@Input() icon!: string;
|
|
26
|
-
|
|
27
|
-
@Input() closeLabel!: string;
|
|
28
|
-
|
|
29
|
-
@Input() color: "error" | "neutral" | "primary" | "success" | "warning" = "primary";
|
|
30
|
-
|
|
31
|
-
@Input() gravity: "bottom" | "top" = "top";
|
|
32
|
-
|
|
33
|
-
@Input() position: "center" | "left" | "right" = "right";
|
|
34
|
-
|
|
35
|
-
@Input() time = 4000;
|
|
36
|
-
|
|
37
|
-
@Input() type: "bold" | "subtle" = "subtle";
|
|
38
|
-
|
|
39
|
-
icons = Icons;
|
|
40
|
-
|
|
41
|
-
constructor(
|
|
42
|
-
@Optional() @Inject('TOAST_CONFIG') public config: SnackbarConfig,
|
|
43
|
-
) { }
|
|
44
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export interface SnackbarConfig {
|
|
2
|
-
message: string;
|
|
3
|
-
icon?: string;
|
|
4
|
-
closeLabel?: string;
|
|
5
|
-
color?: "error" | "neutral" | "primary" | "success" | "warning";
|
|
6
|
-
gravity?: "bottom" | "top";
|
|
7
|
-
position?: "center" | "left" | "right";
|
|
8
|
-
time?: number;
|
|
9
|
-
type?: "bold" | "subtle";
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './stepper.component';
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<gov-stepper
|
|
2
|
-
[ngClass]="layout === 'vertical' ? 'd-block' : 'd-flex justify-content-between'"
|
|
3
|
-
[size]="size | govSize"
|
|
4
|
-
>
|
|
5
|
-
@for (item of items; track item; let index = $index) {
|
|
6
|
-
<gov-stepper-item
|
|
7
|
-
[ngClass]="{ 'active-step': index === currentStep }"
|
|
8
|
-
>
|
|
9
|
-
<span
|
|
10
|
-
slot="prefix"
|
|
11
|
-
[ngStyle]="{ 'background-color': index === currentStep ? 'var(--color-primary-300)' : 'var(--color-primary-600)' }"
|
|
12
|
-
>
|
|
13
|
-
{{ item.prefix }}
|
|
14
|
-
</span>
|
|
15
|
-
<p slot="headline">{{ item.header }}</p>
|
|
16
|
-
<p slot="annotation">{{ item.annotation }}</p>
|
|
17
|
-
</gov-stepper-item>
|
|
18
|
-
}
|
|
19
|
-
</gov-stepper>
|
|
20
|
-
<div class="d-flex pt-4 justify-content-between">
|
|
21
|
-
@if (currentStep > 0) {
|
|
22
|
-
<v-button
|
|
23
|
-
[label]="'Back'"
|
|
24
|
-
[size]="size"
|
|
25
|
-
(click)="previousStep()"
|
|
26
|
-
/>
|
|
27
|
-
}
|
|
28
|
-
@if (currentStep < steps - 1) {
|
|
29
|
-
<v-button
|
|
30
|
-
[label]="'Next'"
|
|
31
|
-
[size]="size"
|
|
32
|
-
(click)="nextStep()"
|
|
33
|
-
/>
|
|
34
|
-
}
|
|
35
|
-
</div>
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Input, OnInit, Output } from '@angular/core';
|
|
3
|
-
import { GovDesignSystemModule } from '@gov-design-system-ce/angular';
|
|
4
|
-
import {
|
|
5
|
-
StepperCore,
|
|
6
|
-
STEPPER_COMPONENT_TOKEN,
|
|
7
|
-
StepperItem,
|
|
8
|
-
FieldSizeType,
|
|
9
|
-
FieldSize,
|
|
10
|
-
LayoutType,
|
|
11
|
-
LayoutTypeType,
|
|
12
|
-
} from '@verisoft/ui-core';
|
|
13
|
-
import { GovSizePipe } from '../../pipes';
|
|
14
|
-
import { ButtonComponent } from '../button';
|
|
15
|
-
@Component({
|
|
16
|
-
selector: 'v-stepper',
|
|
17
|
-
imports: [
|
|
18
|
-
CommonModule,
|
|
19
|
-
ButtonComponent,
|
|
20
|
-
GovDesignSystemModule,
|
|
21
|
-
GovSizePipe,
|
|
22
|
-
],
|
|
23
|
-
templateUrl: './stepper.component.html',
|
|
24
|
-
styleUrl: './stepper.component.scss',
|
|
25
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
26
|
-
providers: [
|
|
27
|
-
{ provide: STEPPER_COMPONENT_TOKEN, useExisting: StepperComponent },
|
|
28
|
-
]
|
|
29
|
-
})
|
|
30
|
-
export class StepperComponent
|
|
31
|
-
implements StepperCore, OnInit
|
|
32
|
-
{
|
|
33
|
-
@Input() items: StepperItem[] = [];
|
|
34
|
-
@Input() size: FieldSizeType | undefined = FieldSize.medium;
|
|
35
|
-
@Input() icon!: string;
|
|
36
|
-
@Input() prefix!: string;
|
|
37
|
-
@Input() annotation!: string;
|
|
38
|
-
@Input() label!: string;
|
|
39
|
-
@Input() layout: LayoutTypeType = LayoutType.horizontal;
|
|
40
|
-
@Output() activeIndexChange = new EventEmitter<number>();
|
|
41
|
-
|
|
42
|
-
steps = 0;
|
|
43
|
-
currentStep = 0;
|
|
44
|
-
|
|
45
|
-
ngOnInit(): void {
|
|
46
|
-
this.steps = this.items.length;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
previousStep(): void {
|
|
50
|
-
if (this.currentStep > 0) {
|
|
51
|
-
this.currentStep--;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
nextStep(): void {
|
|
56
|
-
if (this.currentStep < this.items.length - 1) {
|
|
57
|
-
this.currentStep++;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './switch.component'
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<gov-form-control>
|
|
2
|
-
<gov-form-switch
|
|
3
|
-
[formControl]="formControl"
|
|
4
|
-
[size]="size | govSize"
|
|
5
|
-
[required]="required"
|
|
6
|
-
[name]="name"
|
|
7
|
-
[invalid]="ngControl?.errors"
|
|
8
|
-
>
|
|
9
|
-
@if (label && !noLabel) {
|
|
10
|
-
<gov-form-label [size]="size" slot="label">
|
|
11
|
-
{{ label }}
|
|
12
|
-
</gov-form-label>
|
|
13
|
-
}
|
|
14
|
-
</gov-form-switch>
|
|
15
|
-
<v-validation-message [ngControl]="ngControl"></v-validation-message>
|
|
16
|
-
</gov-form-control>
|
|
File without changes
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
import { ChangeDetectionStrategy, Component, Input, Optional, Self } from "@angular/core";
|
|
3
|
-
import { ReactiveFormsModule, NgControl } from "@angular/forms";
|
|
4
|
-
import { GovDesignSystemModule } from "@gov-design-system-ce/angular";
|
|
5
|
-
import { SWITCH_COMPONENT_TOKEN, SwitchCore, BaseFormInputComponent, FieldSizeType, FieldSize } from "@verisoft/ui-core";
|
|
6
|
-
import { Icons } from "../../icons";
|
|
7
|
-
import { GovSizePipe } from "../../pipes";
|
|
8
|
-
import { ErrorComponent } from "../errors";
|
|
9
|
-
|
|
10
|
-
@Component({
|
|
11
|
-
selector: "v-switch",
|
|
12
|
-
styleUrl: "./switch.component.scss",
|
|
13
|
-
templateUrl: './switch.component.html',
|
|
14
|
-
imports: [
|
|
15
|
-
GovDesignSystemModule,
|
|
16
|
-
ReactiveFormsModule,
|
|
17
|
-
GovSizePipe,
|
|
18
|
-
ErrorComponent
|
|
19
|
-
],
|
|
20
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
21
|
-
providers: [{
|
|
22
|
-
provide: SWITCH_COMPONENT_TOKEN,
|
|
23
|
-
useExisting: SwitchComponent,
|
|
24
|
-
}]
|
|
25
|
-
})
|
|
26
|
-
export class SwitchComponent
|
|
27
|
-
extends BaseFormInputComponent
|
|
28
|
-
implements SwitchCore
|
|
29
|
-
{
|
|
30
|
-
@Input() size: FieldSizeType = FieldSize.medium;
|
|
31
|
-
@Input() noLabel = false;
|
|
32
|
-
@Input() name!: string;
|
|
33
|
-
|
|
34
|
-
icons = Icons;
|
|
35
|
-
|
|
36
|
-
constructor(@Optional() @Self() ngControl: NgControl) {
|
|
37
|
-
super(ngControl);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Component, Input, ViewChild, TemplateRef } from '@angular/core';
|
|
2
|
-
import { TabViewItemCore } from '@verisoft/ui-core';
|
|
3
|
-
|
|
4
|
-
@Component({
|
|
5
|
-
|
|
6
|
-
selector: 'v-tab-view-item',
|
|
7
|
-
template: `<ng-template #contentTemplate>
|
|
8
|
-
<ng-content></ng-content>
|
|
9
|
-
</ng-template>`
|
|
10
|
-
})
|
|
11
|
-
export class TabViewItemComponent
|
|
12
|
-
implements TabViewItemCore {
|
|
13
|
-
|
|
14
|
-
@Input() id?: string;
|
|
15
|
-
@Input() index?: number;
|
|
16
|
-
@Input() disabled = false;
|
|
17
|
-
@Input() title!: string;
|
|
18
|
-
@Input() content?: string;
|
|
19
|
-
@Input() url?: string;
|
|
20
|
-
|
|
21
|
-
@ViewChild('contentTemplate', { static: true })
|
|
22
|
-
contentTemplate!: TemplateRef<any>;
|
|
23
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<div class="gov-tabs">
|
|
2
|
-
<div class="gov-tabs__tabs" role="tablist">
|
|
3
|
-
@for (item of items; track item; let index = $index) {
|
|
4
|
-
@if (useRouting) {
|
|
5
|
-
<button
|
|
6
|
-
[attr.index]="index"
|
|
7
|
-
class="gov-tabs__btn"
|
|
8
|
-
[routerLink]="item.url"
|
|
9
|
-
[routerLinkActive]="'active'"
|
|
10
|
-
#rls="routerLinkActive"
|
|
11
|
-
[attr.aria-selected]="rls.isActive"
|
|
12
|
-
[disabled]="item.disabled"
|
|
13
|
-
role="tab"
|
|
14
|
-
[attr.activeIndex]="activeIndex"
|
|
15
|
-
(click)="changeTabIndex(index)"
|
|
16
|
-
>
|
|
17
|
-
{{ item.title | translate }}
|
|
18
|
-
</button>
|
|
19
|
-
} @else {
|
|
20
|
-
<button
|
|
21
|
-
[attr.index]="index"
|
|
22
|
-
class="gov-tabs__btn"
|
|
23
|
-
[attr.aria-selected]="activeIndex === index"
|
|
24
|
-
[disabled]="item.disabled"
|
|
25
|
-
role="tab"
|
|
26
|
-
[attr.activeIndex]="activeIndex"
|
|
27
|
-
(click)="changeTabIndex(index)"
|
|
28
|
-
>
|
|
29
|
-
{{ item.title | translate }}
|
|
30
|
-
</button>}
|
|
31
|
-
}
|
|
32
|
-
</div>
|
|
33
|
-
<div class="gov-tabs__tabs">
|
|
34
|
-
@for (item of items; track item; let index = $index) {
|
|
35
|
-
<div class="gov-tabs__tab" [class.active]="activeIndex === index" >
|
|
36
|
-
<div class="gov-tabs__list">
|
|
37
|
-
<div class="gov-tabs__content">
|
|
38
|
-
@if (item.contentTemplate) {
|
|
39
|
-
<ng-container *ngTemplateOutlet="item.contentTemplate"></ng-container>
|
|
40
|
-
} @else if (item.content) {
|
|
41
|
-
{{ item.content }}
|
|
42
|
-
}
|
|
43
|
-
</div>
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
}
|
|
47
|
-
@if (useRouting) {
|
|
48
|
-
<router-outlet class="gov-tabs__content"></router-outlet>
|
|
49
|
-
}
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
.gov-tabs__tabs {
|
|
2
|
-
position: relative;
|
|
3
|
-
width: 100%;
|
|
4
|
-
margin-bottom: 0%;
|
|
5
|
-
overflow-x: clip;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.gov-tabs__tab {
|
|
9
|
-
display: none;
|
|
10
|
-
opacity: 0;
|
|
11
|
-
transform: translateY(10px);
|
|
12
|
-
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.gov-tabs__tab.active {
|
|
16
|
-
display: block;
|
|
17
|
-
opacity: 1;
|
|
18
|
-
transform: translateY(0);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.gov-tabs__btn {
|
|
22
|
-
font-size: medium;
|
|
23
|
-
padding: 10px 20px;
|
|
24
|
-
border: none;
|
|
25
|
-
border-bottom: 2px solid transparent;
|
|
26
|
-
font-weight: 700;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.gov-tabs__btn[aria-selected=true]:after {
|
|
30
|
-
display: block;
|
|
31
|
-
width: 100%;
|
|
32
|
-
height: 2px;
|
|
33
|
-
background-color: var(--border-primary);
|
|
34
|
-
position: absolute;
|
|
35
|
-
bottom: -2px;
|
|
36
|
-
left: 0;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.gov-tabs__content {
|
|
40
|
-
margin-top: var(--spacing-m-nudge);
|
|
41
|
-
flex-wrap: wrap;
|
|
42
|
-
width: 100%;
|
|
43
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { NgTemplateOutlet } from '@angular/common';
|
|
2
|
-
import {
|
|
3
|
-
AfterContentInit,
|
|
4
|
-
ChangeDetectorRef,
|
|
5
|
-
Component,
|
|
6
|
-
ContentChildren,
|
|
7
|
-
EventEmitter,
|
|
8
|
-
inject,
|
|
9
|
-
Input,
|
|
10
|
-
Output,
|
|
11
|
-
QueryList,
|
|
12
|
-
ViewEncapsulation,
|
|
13
|
-
} from '@angular/core';
|
|
14
|
-
import { RouterLink, RouterLinkActive, RouterOutlet } from '@angular/router';
|
|
15
|
-
import { TranslatePipe } from '@ngx-translate/core';
|
|
16
|
-
import { TabViewItemCore } from '@verisoft/ui-core';
|
|
17
|
-
import { TabViewItemComponent } from './tab-view-item.component';
|
|
18
|
-
|
|
19
|
-
@Component({
|
|
20
|
-
selector: 'v-tab-view',
|
|
21
|
-
imports: [NgTemplateOutlet, RouterOutlet, RouterLink, RouterLinkActive, TranslatePipe],
|
|
22
|
-
templateUrl: './tab-view.component.html',
|
|
23
|
-
styleUrls: ['./tab-view.component.scss'],
|
|
24
|
-
encapsulation: ViewEncapsulation.None,
|
|
25
|
-
})
|
|
26
|
-
export class TabViewComponent implements AfterContentInit {
|
|
27
|
-
|
|
28
|
-
@ContentChildren(TabViewItemComponent) tabs!: QueryList<TabViewItemComponent>;
|
|
29
|
-
|
|
30
|
-
@Input() highlight = false;
|
|
31
|
-
@Input() useRouting = false;
|
|
32
|
-
@Input() items: TabViewItemCore[] = [];
|
|
33
|
-
@Input() activeIndex = 0;
|
|
34
|
-
|
|
35
|
-
@Output() activeIndexChange = new EventEmitter<number>();
|
|
36
|
-
|
|
37
|
-
private readonly cd = inject(ChangeDetectorRef);
|
|
38
|
-
|
|
39
|
-
ngAfterContentInit(): void {
|
|
40
|
-
this.initTabs();
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
initTabs(): void {
|
|
44
|
-
this.items = [...this.tabs.toArray(), ...this.items];
|
|
45
|
-
this.cd.detectChanges();
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
changeTabIndex(index: number) {
|
|
49
|
-
if (this.activeIndex !== index) {
|
|
50
|
-
this.activeIndex = index;
|
|
51
|
-
this.activeIndexChange.emit(this.activeIndex);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
this.activeIndexChange.emit(index);
|
|
55
|
-
this.cd.detectChanges();
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
setTabActive(options: TabViewItemComponent[]): void {
|
|
59
|
-
options.forEach((_, index) => {
|
|
60
|
-
index === this.activeIndex;
|
|
61
|
-
});
|
|
62
|
-
this.cd.detectChanges();
|
|
63
|
-
}
|
|
64
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { NgTemplateOutlet } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { RouterLink, RouterLinkActive, RouterOutlet } from '@angular/router';
|
|
4
|
-
import { GovDesignSystemModule } from '@gov-design-system-ce/angular';
|
|
5
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
6
|
-
import { TAB_VIEW_COMPONENT_TOKEN } from '@verisoft/ui-core';
|
|
7
|
-
import { TabViewItemComponent } from './tab-view-item.component';
|
|
8
|
-
import { TabViewComponent } from './tab-view.component';
|
|
9
|
-
|
|
10
|
-
@NgModule({
|
|
11
|
-
imports: [
|
|
12
|
-
RouterOutlet,
|
|
13
|
-
NgTemplateOutlet,
|
|
14
|
-
GovDesignSystemModule,
|
|
15
|
-
RouterLinkActive,
|
|
16
|
-
RouterLink,
|
|
17
|
-
TranslateModule
|
|
18
|
-
],
|
|
19
|
-
declarations: [TabViewComponent, TabViewItemComponent],
|
|
20
|
-
exports: [TabViewComponent, TabViewItemComponent],
|
|
21
|
-
providers: [
|
|
22
|
-
{ provide: TAB_VIEW_COMPONENT_TOKEN, useExisting: TabViewComponent },
|
|
23
|
-
],
|
|
24
|
-
})
|
|
25
|
-
export class TabViewModule {}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './table.component';
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from "@angular/core";
|
|
2
|
-
|
|
3
|
-
@Component({
|
|
4
|
-
standalone: true,
|
|
5
|
-
selector: "v-table-pagination-info",
|
|
6
|
-
templateUrl: "./table-pagination-info.component.html",
|
|
7
|
-
})
|
|
8
|
-
export class TablePaginationInfoComponent {
|
|
9
|
-
@Input() showingText = 'Showing'
|
|
10
|
-
|
|
11
|
-
@Input() toText = 'to';
|
|
12
|
-
|
|
13
|
-
@Input() ofText = 'of';
|
|
14
|
-
|
|
15
|
-
@Input() entriesText = 'entries'
|
|
16
|
-
|
|
17
|
-
@Input() currentPage = 0;
|
|
18
|
-
|
|
19
|
-
@Input() pageSize = 0;
|
|
20
|
-
|
|
21
|
-
@Input() total = 0;
|
|
22
|
-
}
|