@goat-bravos/intern-hub-layout 1.0.1 → 1.0.3
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/dist/intern-hub-layout/README.md +267 -0
- package/dist/intern-hub-layout/fesm2022/goat-bravos-intern-hub-layout.mjs +561 -0
- package/dist/intern-hub-layout/fesm2022/goat-bravos-intern-hub-layout.mjs.map +1 -0
- package/dist/intern-hub-layout/types/goat-bravos-intern-hub-layout.d.ts +189 -0
- package/package.json +46 -33
- package/.editorconfig +0 -17
- package/.vscode/extensions.json +0 -4
- package/.vscode/launch.json +0 -20
- package/.vscode/mcp.json +0 -9
- package/.vscode/tasks.json +0 -42
- package/angular.json +0 -131
- package/ng-package.json +0 -6
- package/projects/layout-templates/README.md +0 -63
- package/projects/layout-templates/ng-package.json +0 -7
- package/projects/layout-templates/package.json +0 -12
- package/projects/layout-templates/src/lib/layout-templates.spec.ts +0 -23
- package/projects/layout-templates/src/lib/layout-templates.ts +0 -15
- package/projects/layout-templates/src/public-api.ts +0 -5
- package/projects/layout-templates/tsconfig.lib.json +0 -17
- package/projects/layout-templates/tsconfig.lib.prod.json +0 -11
- package/projects/layout-templates/tsconfig.spec.json +0 -15
- package/projects/ui-components/README.md +0 -63
- package/projects/ui-components/ng-package.json +0 -7
- package/projects/ui-components/package.json +0 -12
- package/projects/ui-components/src/lib/ui-components.spec.ts +0 -23
- package/projects/ui-components/src/lib/ui-components.ts +0 -15
- package/projects/ui-components/src/public-api.ts +0 -5
- package/projects/ui-components/tsconfig.lib.json +0 -17
- package/projects/ui-components/tsconfig.lib.prod.json +0 -11
- package/projects/ui-components/tsconfig.spec.json +0 -15
- package/public/B/341/273/231 icon message (1).svg" +0 -87
- package/public/B/341/273/231 icon message (2).svg" +0 -104
- package/public/B/341/273/231 icon message.svg" +0 -98
- package/public/FPT-IS-Logo.png +0 -0
- package/public/FPT_IS_Logo.svg +0 -12
- package/public/favicon.ico +0 -0
- package/public/federation.manifest.json +0 -8
- package/src/app/app.config.ts +0 -22
- package/src/app/app.html +0 -1
- package/src/app/app.routes.ts +0 -24
- package/src/app/app.scss +0 -0
- package/src/app/app.spec.ts +0 -23
- package/src/app/app.ts +0 -19
- package/src/index.html +0 -15
- package/src/libs/layouts/header/header.component.html +0 -27
- package/src/libs/layouts/header/header.component.scss +0 -96
- package/src/libs/layouts/header/header.component.ts +0 -13
- package/src/libs/layouts/main-layout/main-layout.component.html +0 -15
- package/src/libs/layouts/main-layout/main-layout.component.scss +0 -35
- package/src/libs/layouts/main-layout/main-layout.component.ts +0 -17
- package/src/libs/layouts/main-layout-test/main-layout-test.component.html +0 -296
- package/src/libs/layouts/main-layout-test/main-layout-test.component.scss +0 -94
- package/src/libs/layouts/main-layout-test/main-layout-test.component.ts +0 -121
- package/src/libs/layouts/sidebar/sidebar.component.html +0 -7
- package/src/libs/layouts/sidebar/sidebar.component.scss +0 -38
- package/src/libs/layouts/sidebar/sidebar.component.ts +0 -19
- package/src/libs/shared/components/approval/approval-list/approval-list.component.html +0 -19
- package/src/libs/shared/components/approval/approval-list/approval-list.component.scss +0 -24
- package/src/libs/shared/components/approval/approval-list/approval-list.component.ts +0 -19
- package/src/libs/shared/components/approval/approval-list-item/approval-list-item.component.html +0 -21
- package/src/libs/shared/components/approval/approval-list-item/approval-list-item.component.scss +0 -28
- package/src/libs/shared/components/approval/approval-list-item/approval-list-item.component.ts +0 -20
- package/src/libs/shared/components/approval/approval-list-item/approval-list-item.model.ts +0 -8
- package/src/libs/shared/components/button/button-container/button-container.component.html +0 -20
- package/src/libs/shared/components/button/button-container/button-container.component.scss +0 -49
- package/src/libs/shared/components/button/button-container/button-container.component.ts +0 -38
- package/src/libs/shared/components/button/button-container/button-container.model.ts +0 -58
- package/src/libs/shared/components/button/label-button/label-button.component.html +0 -11
- package/src/libs/shared/components/button/label-button/label-button.component.scss +0 -13
- package/src/libs/shared/components/button/label-button/label-button.component.ts +0 -18
- package/src/libs/shared/components/functional-label/functional-label.component.html +0 -4
- package/src/libs/shared/components/functional-label/functional-label.component.scss +0 -58
- package/src/libs/shared/components/functional-label/functional-label.component.ts +0 -15
- package/src/libs/shared/components/input/input-calendar/input-calendar.component.html +0 -52
- package/src/libs/shared/components/input/input-calendar/input-calendar.component.scss +0 -98
- package/src/libs/shared/components/input/input-calendar/input-calendar.component.ts +0 -102
- package/src/libs/shared/components/input/input-label/input-label.component.html +0 -0
- package/src/libs/shared/components/input/input-label/input-label.component.scss +0 -0
- package/src/libs/shared/components/input/input-label/input-label.component.ts +0 -0
- package/src/libs/shared/components/input/input-stepper/input-stepper.component.html +0 -62
- package/src/libs/shared/components/input/input-stepper/input-stepper.component.scss +0 -211
- package/src/libs/shared/components/input/input-stepper/input-stepper.component.ts +0 -73
- package/src/libs/shared/components/input/input-text/input-text.component.html +0 -40
- package/src/libs/shared/components/input/input-text/input-text.component.scss +0 -143
- package/src/libs/shared/components/input/input-text/input-text.component.ts +0 -63
- package/src/libs/shared/components/pop-up/pop-up-confirm/pop-up-confirm.component.html +0 -15
- package/src/libs/shared/components/pop-up/pop-up-confirm/pop-up-confirm.component.scss +0 -70
- package/src/libs/shared/components/pop-up/pop-up-confirm/pop-up-confirm.component.ts +0 -29
- package/src/libs/shared/components/table/table-body/table-body.component.html +0 -18
- package/src/libs/shared/components/table/table-body/table-body.component.scss +0 -6
- package/src/libs/shared/components/table/table-body/table-body.component.ts +0 -17
- package/src/libs/shared/components/table/table-header/table-header.component.html +0 -27
- package/src/libs/shared/components/table/table-header/table-header.component.scss +0 -91
- package/src/libs/shared/components/table/table-header/table-header.component.ts +0 -25
- package/src/main.ts +0 -6
- package/src/public-api.ts +0 -22
- package/src/styles.scss +0 -27
- package/tsconfig.app.json +0 -15
- package/tsconfig.json +0 -53
- package/tsconfig.spec.json +0 -15
package/src/libs/shared/components/approval/approval-list-item/approval-list-item.component.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { Component, Input, TemplateRef } from '@angular/core';
|
|
3
|
-
|
|
4
|
-
@Component({
|
|
5
|
-
selector: 'app-approval-list-item',
|
|
6
|
-
templateUrl: './approval-list-item.component.html',
|
|
7
|
-
styleUrls: ['./approval-list-item.component.scss'],
|
|
8
|
-
imports: [CommonModule],
|
|
9
|
-
standalone: true
|
|
10
|
-
})
|
|
11
|
-
export class ApprovalListItemComponent {
|
|
12
|
-
@Input() name!: string;
|
|
13
|
-
@Input() date!: Date;
|
|
14
|
-
@Input() rightTemplate?: TemplateRef<any>;
|
|
15
|
-
@Input() rightContext: any = {};
|
|
16
|
-
|
|
17
|
-
get parsedDate(): Date {
|
|
18
|
-
return new Date(this.date);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
<button class="button-container" [style.minWidth]="sizeStyle.minWidth" [style.minHeight]="sizeStyle.minHeight" [style.color]="color"
|
|
2
|
-
[style.backgroundColor]="backgroundColor" [style.borderColor]="borderColor" (click)="handleClick()">
|
|
3
|
-
|
|
4
|
-
@if(leftIcon){
|
|
5
|
-
<i class="button-icon" [style.width]="sizeStyle.iconSize" [style.height]="sizeStyle.iconSize" [style.fontSize]="sizeStyle.iconSize">
|
|
6
|
-
{{leftIcon}}
|
|
7
|
-
</i>
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
<span class="button-content" [style.minWidth]="sizeStyle.contentWidth" [style.minHeight]="sizeStyle.contentHeight"
|
|
11
|
-
[style.fontSize]="fontSize || sizeStyle.fontSize" [style.color]="color">
|
|
12
|
-
{{ content }}
|
|
13
|
-
</span>
|
|
14
|
-
|
|
15
|
-
@if(rightIcon){
|
|
16
|
-
<i class="button-icon" [style.width]="sizeStyle.iconSize" [style.height]="sizeStyle.iconSize" [style.fontSize]="sizeStyle.iconSize" [style.color]="color">
|
|
17
|
-
{{rightIcon}}
|
|
18
|
-
</i>
|
|
19
|
-
}
|
|
20
|
-
</button>
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
// Button Container Component - System Design Format
|
|
2
|
-
|
|
3
|
-
.button-container {
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
align-items: center;
|
|
7
|
-
gap: 8px;
|
|
8
|
-
border-radius: var(--radius-md);
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
padding: 8px 16px;
|
|
11
|
-
border: none;
|
|
12
|
-
font-weight: 500;
|
|
13
|
-
transition:
|
|
14
|
-
filter 0.15s ease,
|
|
15
|
-
transform 0.1s ease;
|
|
16
|
-
|
|
17
|
-
// Hover: sáng hơn một chút
|
|
18
|
-
&:hover {
|
|
19
|
-
filter: brightness(1.1);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
// Active/Pressing: tối hơn một chút
|
|
23
|
-
&:active {
|
|
24
|
-
filter: brightness(0.9);
|
|
25
|
-
transform: scale(0.98);
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
// Focus state
|
|
29
|
-
&:focus {
|
|
30
|
-
outline: 2px solid var(--brand-600);
|
|
31
|
-
outline-offset: 2px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.button-content {
|
|
36
|
-
display: flex;
|
|
37
|
-
align-items: center;
|
|
38
|
-
justify-content: center;
|
|
39
|
-
white-space: nowrap;
|
|
40
|
-
overflow: hidden;
|
|
41
|
-
text-overflow: ellipsis;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.button-icon {
|
|
45
|
-
display: flex;
|
|
46
|
-
align-items: center;
|
|
47
|
-
justify-content: center;
|
|
48
|
-
flex-shrink: 0;
|
|
49
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { Component, Input, Output, EventEmitter } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import {
|
|
4
|
-
ButtonSize,
|
|
5
|
-
BUTTON_SIZE_MAP
|
|
6
|
-
} from './button-container.model';
|
|
7
|
-
|
|
8
|
-
@Component({
|
|
9
|
-
selector: 'app-button-container',
|
|
10
|
-
standalone: true,
|
|
11
|
-
imports: [CommonModule],
|
|
12
|
-
templateUrl: './button-container.component.html',
|
|
13
|
-
styleUrls: ['./button-container.component.scss']
|
|
14
|
-
})
|
|
15
|
-
export class ButtonContainerComponent {
|
|
16
|
-
|
|
17
|
-
@Input() size: ButtonSize = 'md';
|
|
18
|
-
@Input() content = '';
|
|
19
|
-
|
|
20
|
-
@Input() fontSize?: string;
|
|
21
|
-
|
|
22
|
-
@Input() leftIcon?: string;
|
|
23
|
-
@Input() rightIcon?: string;
|
|
24
|
-
|
|
25
|
-
@Input() color = 'var(--brand-100)';
|
|
26
|
-
@Input() backgroundColor = 'var(--utility-900)';
|
|
27
|
-
@Input() borderColor = 'var(--brand-100)';
|
|
28
|
-
|
|
29
|
-
@Output() buttonClick = new EventEmitter<any>();
|
|
30
|
-
|
|
31
|
-
get sizeStyle() {
|
|
32
|
-
return BUTTON_SIZE_MAP[this.size];
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
handleClick(): void {
|
|
36
|
-
this.buttonClick.emit();
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
export interface ButtonContainerInterface {
|
|
2
|
-
size: ButtonSize;
|
|
3
|
-
leftIcon?: string;
|
|
4
|
-
rightIcon?: string;
|
|
5
|
-
content: string;
|
|
6
|
-
event?: string;
|
|
7
|
-
fontSize?: string;
|
|
8
|
-
color?: string;
|
|
9
|
-
backgroundColor?: string;
|
|
10
|
-
borderColor?: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export type ButtonSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
14
|
-
|
|
15
|
-
export interface ButtonSizeConfig {
|
|
16
|
-
minWidth: string;
|
|
17
|
-
minHeight: string;
|
|
18
|
-
fontSize: string;
|
|
19
|
-
iconSize: string;
|
|
20
|
-
contentWidth: string;
|
|
21
|
-
contentHeight: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export const BUTTON_SIZE_MAP: Record<ButtonSize, ButtonSizeConfig> = {
|
|
25
|
-
xs: {
|
|
26
|
-
minWidth: '47px',
|
|
27
|
-
minHeight: '24px',
|
|
28
|
-
fontSize: 'var(--font-xs)',
|
|
29
|
-
iconSize: '14px',
|
|
30
|
-
contentWidth: '32px',
|
|
31
|
-
contentHeight: '16px',
|
|
32
|
-
},
|
|
33
|
-
sm: {
|
|
34
|
-
minWidth: '96px',
|
|
35
|
-
minHeight: '28px',
|
|
36
|
-
fontSize: 'var(--font-sm)',
|
|
37
|
-
iconSize: '16px',
|
|
38
|
-
contentWidth: '44px',
|
|
39
|
-
contentHeight: '20px',
|
|
40
|
-
},
|
|
41
|
-
md: {
|
|
42
|
-
minWidth: '116px',
|
|
43
|
-
minHeight: '36px',
|
|
44
|
-
fontSize: 'var(--font-sm)',
|
|
45
|
-
iconSize: '20px',
|
|
46
|
-
contentWidth: '52px',
|
|
47
|
-
contentHeight: '20px',
|
|
48
|
-
},
|
|
49
|
-
lg: {
|
|
50
|
-
minWidth: '120px',
|
|
51
|
-
minHeight: '44px',
|
|
52
|
-
fontSize: 'var(--font-sm)',
|
|
53
|
-
iconSize: '20px',
|
|
54
|
-
contentWidth: '52px',
|
|
55
|
-
contentHeight: '20px',
|
|
56
|
-
},
|
|
57
|
-
};
|
|
58
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
.label-button {
|
|
2
|
-
padding: 16px 8px;
|
|
3
|
-
border-radius: 16px;
|
|
4
|
-
border: 1px solid var(--border-color);
|
|
5
|
-
background-color: var(--bg-color);
|
|
6
|
-
font-size: var(--font-xs);
|
|
7
|
-
font-weight: var(--font-weight-medium);
|
|
8
|
-
line-height: var(--line-height-xs);
|
|
9
|
-
display: flex;
|
|
10
|
-
justify-content: center;
|
|
11
|
-
align-items: center;
|
|
12
|
-
text-align: center;
|
|
13
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
|
|
4
|
-
@Component({
|
|
5
|
-
selector: 'app-label-button',
|
|
6
|
-
standalone: true,
|
|
7
|
-
imports: [CommonModule],
|
|
8
|
-
templateUrl: './label-button.component.html',
|
|
9
|
-
styleUrls: ['./label-button.component.scss'],
|
|
10
|
-
})
|
|
11
|
-
export class LabelButtonComponent {
|
|
12
|
-
@Input() label: string = '';
|
|
13
|
-
@Input() bgColor: string = '';
|
|
14
|
-
@Input() borderColor: string = '';
|
|
15
|
-
@Input() width: string = '100%';
|
|
16
|
-
@Input() height: string = '28px';
|
|
17
|
-
@Input() textColor: string = 'var(--neutral-100)';
|
|
18
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
// Functional Label Component - System Design Format
|
|
2
|
-
|
|
3
|
-
.functional-label {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
|
|
8
|
-
height: 36px;
|
|
9
|
-
gap: 0;
|
|
10
|
-
padding: 4px 8px;
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
|
|
13
|
-
transition:
|
|
14
|
-
gap 0.25s ease,
|
|
15
|
-
justify-content 0.25s ease;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.functional-label-icon {
|
|
19
|
-
min-width: 20px;
|
|
20
|
-
height: 20px;
|
|
21
|
-
|
|
22
|
-
display: flex;
|
|
23
|
-
justify-content: center;
|
|
24
|
-
align-items: center;
|
|
25
|
-
|
|
26
|
-
flex-shrink: 0;
|
|
27
|
-
|
|
28
|
-
color: var(--neutral-color-200);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.functional-label a {
|
|
32
|
-
min-width: 100px;
|
|
33
|
-
white-space: nowrap;
|
|
34
|
-
display: none;
|
|
35
|
-
padding: 8px;
|
|
36
|
-
|
|
37
|
-
color: var(--neutral-color-200);
|
|
38
|
-
font-size: var(--font-sm);
|
|
39
|
-
text-decoration: none;
|
|
40
|
-
|
|
41
|
-
opacity: 0;
|
|
42
|
-
transform: translateX(-8px);
|
|
43
|
-
|
|
44
|
-
transition:
|
|
45
|
-
opacity 0.15s ease,
|
|
46
|
-
transform 0.15s ease;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
:host-context(.sidebar-wrapper:hover) .functional-label {
|
|
50
|
-
justify-content: flex-start;
|
|
51
|
-
gap: 12px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
:host-context(.sidebar-wrapper:hover) .functional-label a {
|
|
55
|
-
opacity: 1;
|
|
56
|
-
transform: translateX(0);
|
|
57
|
-
display: block;
|
|
58
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
|
|
4
|
-
@Component({
|
|
5
|
-
selector: 'app-functional-label',
|
|
6
|
-
standalone: true,
|
|
7
|
-
imports: [CommonModule],
|
|
8
|
-
templateUrl: './functional-label.component.html',
|
|
9
|
-
styleUrls: ['./functional-label.component.scss']
|
|
10
|
-
})
|
|
11
|
-
export class FunctionalLabelComponent {
|
|
12
|
-
@Input() icon?: string;
|
|
13
|
-
@Input() content: string = '';
|
|
14
|
-
|
|
15
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<div class="input-form" [style.width]="width">
|
|
2
|
-
<label class="input-form-label">
|
|
3
|
-
<div class="input-form-label-header">
|
|
4
|
-
<span>{{ headerInput }}</span>
|
|
5
|
-
@if (required) {
|
|
6
|
-
<span class="required-mark">*</span>
|
|
7
|
-
}
|
|
8
|
-
</div>
|
|
9
|
-
<div class="calendar-input-wrapper">
|
|
10
|
-
<input
|
|
11
|
-
type="text"
|
|
12
|
-
class="input-form-field"
|
|
13
|
-
[placeholder]="placeholder"
|
|
14
|
-
[readonly]="readonly"
|
|
15
|
-
[required]="required"
|
|
16
|
-
[value]="displayValue"
|
|
17
|
-
(input)="onDisplayInput($event)"
|
|
18
|
-
maxlength="10"
|
|
19
|
-
/>
|
|
20
|
-
<button
|
|
21
|
-
type="button"
|
|
22
|
-
class="calendar-icon-btn"
|
|
23
|
-
(click)="openDatePicker()"
|
|
24
|
-
[disabled]="readonly"
|
|
25
|
-
>
|
|
26
|
-
<svg
|
|
27
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
28
|
-
width="16"
|
|
29
|
-
height="16"
|
|
30
|
-
viewBox="0 0 24 24"
|
|
31
|
-
fill="none"
|
|
32
|
-
stroke="currentColor"
|
|
33
|
-
stroke-width="2"
|
|
34
|
-
stroke-linecap="round"
|
|
35
|
-
stroke-linejoin="round"
|
|
36
|
-
>
|
|
37
|
-
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
|
|
38
|
-
<line x1="16" y1="2" x2="16" y2="6"></line>
|
|
39
|
-
<line x1="8" y1="2" x2="8" y2="6"></line>
|
|
40
|
-
<line x1="3" y1="10" x2="21" y2="10"></line>
|
|
41
|
-
</svg>
|
|
42
|
-
</button>
|
|
43
|
-
<input
|
|
44
|
-
#hiddenDateInput
|
|
45
|
-
type="date"
|
|
46
|
-
class="hidden-date-input"
|
|
47
|
-
[value]="value"
|
|
48
|
-
(change)="onDatePickerChange($event)"
|
|
49
|
-
/>
|
|
50
|
-
</div>
|
|
51
|
-
</label>
|
|
52
|
-
</div>
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
// Calendar Input Form Component - System Design Format
|
|
2
|
-
|
|
3
|
-
.input-form {
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
gap: 6px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.input-form-label {
|
|
10
|
-
display: block;
|
|
11
|
-
font-size: var(--font-sm);
|
|
12
|
-
font-weight: 700;
|
|
13
|
-
color: var(--neutral-color-700);
|
|
14
|
-
margin-bottom: 4px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.input-form-label-header {
|
|
18
|
-
display: flex;
|
|
19
|
-
align-items: center;
|
|
20
|
-
margin-bottom: 4px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.required-mark {
|
|
24
|
-
color: var(--utility-600);
|
|
25
|
-
margin-left: 2px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.calendar-input-wrapper {
|
|
29
|
-
position: relative;
|
|
30
|
-
display: flex;
|
|
31
|
-
align-items: center;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.input-form-field {
|
|
35
|
-
padding: 8px 40px 8px 12px;
|
|
36
|
-
border: 1px solid var(--neutral-color-200);
|
|
37
|
-
border-radius: var(--radius-md);
|
|
38
|
-
font-size: var(--font-sm);
|
|
39
|
-
color: var(--neutral-color-700);
|
|
40
|
-
height: 36px;
|
|
41
|
-
width: 100%;
|
|
42
|
-
box-sizing: border-box;
|
|
43
|
-
background-color: var(--neutral-color-10);
|
|
44
|
-
transition:
|
|
45
|
-
border-color 0.2s ease,
|
|
46
|
-
box-shadow 0.2s ease;
|
|
47
|
-
|
|
48
|
-
&::placeholder {
|
|
49
|
-
color: var(--neutral-color-400);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
&:focus {
|
|
53
|
-
outline: none;
|
|
54
|
-
border-color: var(--brand-500);
|
|
55
|
-
box-shadow: 0 0 0 2px rgba(39, 64, 180, 0.15);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&:read-only {
|
|
59
|
-
background-color: var(--neutral-color-25);
|
|
60
|
-
cursor: not-allowed;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.calendar-icon-btn {
|
|
65
|
-
position: absolute;
|
|
66
|
-
right: 8px;
|
|
67
|
-
top: 50%;
|
|
68
|
-
transform: translateY(-50%);
|
|
69
|
-
background: none;
|
|
70
|
-
border: none;
|
|
71
|
-
padding: 4px;
|
|
72
|
-
cursor: pointer;
|
|
73
|
-
color: var(--neutral-color-500);
|
|
74
|
-
display: flex;
|
|
75
|
-
align-items: center;
|
|
76
|
-
justify-content: center;
|
|
77
|
-
border-radius: var(--radius-sm);
|
|
78
|
-
transition:
|
|
79
|
-
color 0.2s ease,
|
|
80
|
-
background-color 0.2s ease;
|
|
81
|
-
|
|
82
|
-
&:hover:not(:disabled) {
|
|
83
|
-
background-color: var(--neutral-color-50);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&:disabled {
|
|
87
|
-
cursor: not-allowed;
|
|
88
|
-
opacity: 0.5;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.hidden-date-input {
|
|
93
|
-
position: absolute;
|
|
94
|
-
opacity: 0;
|
|
95
|
-
width: 0;
|
|
96
|
-
height: 0;
|
|
97
|
-
pointer-events: none;
|
|
98
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { Component, Input, Output, EventEmitter, ElementRef, ViewChild } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { FormsModule } from '@angular/forms';
|
|
4
|
-
|
|
5
|
-
@Component({
|
|
6
|
-
selector: 'app-input-calendar',
|
|
7
|
-
standalone: true,
|
|
8
|
-
imports: [CommonModule, FormsModule],
|
|
9
|
-
templateUrl: './input-calendar.component.html',
|
|
10
|
-
styleUrls: ['./input-calendar.component.scss'],
|
|
11
|
-
})
|
|
12
|
-
export class InputCalendarComponent {
|
|
13
|
-
@Input() headerInput: string = '';
|
|
14
|
-
@Input() placeholder: string = 'dd/mm/yyyy';
|
|
15
|
-
@Input() readonly: boolean = false;
|
|
16
|
-
@Input() required: boolean = false;
|
|
17
|
-
@Input() width: string = '100%';
|
|
18
|
-
|
|
19
|
-
@Output() valueChange = new EventEmitter<string>();
|
|
20
|
-
|
|
21
|
-
@ViewChild('hiddenDateInput') hiddenDateInput!: ElementRef<HTMLInputElement>;
|
|
22
|
-
|
|
23
|
-
displayValue: string = '';
|
|
24
|
-
private _value: string = '';
|
|
25
|
-
|
|
26
|
-
@Input()
|
|
27
|
-
set value(val: string) {
|
|
28
|
-
this._value = val;
|
|
29
|
-
this.displayValue = this.formatToDisplay(val);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
get value(): string {
|
|
33
|
-
return this._value;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
// Convert ISO format (yyyy-mm-dd) to display format (dd/mm/yyyy)
|
|
37
|
-
formatToDisplay(isoDate: string): string {
|
|
38
|
-
if (!isoDate) return '';
|
|
39
|
-
const parts = isoDate.split('-');
|
|
40
|
-
if (parts.length === 3) {
|
|
41
|
-
return `${parts[2]}/${parts[1]}/${parts[0]}`;
|
|
42
|
-
}
|
|
43
|
-
return isoDate;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
// Convert display format (dd/mm/yyyy) to ISO format (yyyy-mm-dd)
|
|
47
|
-
formatToISO(displayDate: string): string {
|
|
48
|
-
if (!displayDate) return '';
|
|
49
|
-
const parts = displayDate.split('/');
|
|
50
|
-
if (parts.length === 3) {
|
|
51
|
-
return `${parts[2]}-${parts[1]}-${parts[0]}`;
|
|
52
|
-
}
|
|
53
|
-
return displayDate;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
// Handle text input with auto-formatting
|
|
57
|
-
onDisplayInput(event: Event): void {
|
|
58
|
-
const input = event.target as HTMLInputElement;
|
|
59
|
-
let value = input.value.replaceAll(/[^\d/]/g, '');
|
|
60
|
-
|
|
61
|
-
// Auto-insert slashes at positions 2 and 5
|
|
62
|
-
const parts = value.split('/');
|
|
63
|
-
if (parts[0] && parts[0].length >= 2 && parts.length === 1) {
|
|
64
|
-
value = parts[0].substring(0, 2) + '/' + parts[0].substring(2);
|
|
65
|
-
}
|
|
66
|
-
if (value.length >= 5 && value.split('/').length === 2 && !value.endsWith('/')) {
|
|
67
|
-
const newParts = value.split('/');
|
|
68
|
-
if (newParts[1] && newParts[1].length >= 2) {
|
|
69
|
-
value = newParts[0] + '/' + newParts[1].substring(0, 2) + '/' + newParts[1].substring(2);
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
// Limit to dd/mm/yyyy format
|
|
74
|
-
if (value.length > 10) {
|
|
75
|
-
value = value.substring(0, 10);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
this.displayValue = value;
|
|
79
|
-
|
|
80
|
-
// Only emit if complete date
|
|
81
|
-
if (value.length === 10) {
|
|
82
|
-
const isoValue = this.formatToISO(value);
|
|
83
|
-
this._value = isoValue;
|
|
84
|
-
this.valueChange.emit(isoValue);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// Open native date picker
|
|
89
|
-
openDatePicker(): void {
|
|
90
|
-
if (!this.readonly && this.hiddenDateInput) {
|
|
91
|
-
this.hiddenDateInput.nativeElement.showPicker();
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Handle date picker selection
|
|
96
|
-
onDatePickerChange(event: Event): void {
|
|
97
|
-
const input = event.target as HTMLInputElement;
|
|
98
|
-
this._value = input.value;
|
|
99
|
-
this.displayValue = this.formatToDisplay(input.value);
|
|
100
|
-
this.valueChange.emit(this._value);
|
|
101
|
-
}
|
|
102
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
<div
|
|
2
|
-
class="input-form"
|
|
3
|
-
[style.width]="width"
|
|
4
|
-
[class.disabled]="disabled"
|
|
5
|
-
[class.state-negative]="state === 'negative'"
|
|
6
|
-
[class.state-positive]="state === 'positive'"
|
|
7
|
-
>
|
|
8
|
-
<div class="input-form-content">
|
|
9
|
-
<label class="input-form-label" [for]="componentId">
|
|
10
|
-
<span class="label-text">
|
|
11
|
-
{{ headerInput }}
|
|
12
|
-
@if (required) {
|
|
13
|
-
<span class="required-mark">*</span>
|
|
14
|
-
}
|
|
15
|
-
</span>
|
|
16
|
-
</label>
|
|
17
|
-
</div>
|
|
18
|
-
|
|
19
|
-
<div class="input-stepper-content">
|
|
20
|
-
<button
|
|
21
|
-
type="button"
|
|
22
|
-
class="input-stepper-button"
|
|
23
|
-
(click)="decrement()"
|
|
24
|
-
[disabled]="disabled"
|
|
25
|
-
aria-label="Giảm giá trị"
|
|
26
|
-
>
|
|
27
|
-
<span class="stepper-icon">−</span>
|
|
28
|
-
</button>
|
|
29
|
-
<input
|
|
30
|
-
[id]="componentId"
|
|
31
|
-
type="text"
|
|
32
|
-
class="input-stepper-input"
|
|
33
|
-
placeholder="0"
|
|
34
|
-
[placeholder]="placeholder || '0'"
|
|
35
|
-
title="Giá trị"
|
|
36
|
-
[title]="headerInput || 'Giá trị'"
|
|
37
|
-
[readonly]="readonly"
|
|
38
|
-
[disabled]="disabled"
|
|
39
|
-
[required]="required"
|
|
40
|
-
[value]="value"
|
|
41
|
-
(input)="onInput($event)"
|
|
42
|
-
[attr.aria-label]="headerInput || 'Giá trị'"
|
|
43
|
-
/>
|
|
44
|
-
<button
|
|
45
|
-
type="button"
|
|
46
|
-
class="input-stepper-button"
|
|
47
|
-
(click)="increment()"
|
|
48
|
-
[disabled]="disabled"
|
|
49
|
-
aria-label="Tăng giá trị"
|
|
50
|
-
>
|
|
51
|
-
<span class="stepper-icon">+</span>
|
|
52
|
-
</button>
|
|
53
|
-
</div>
|
|
54
|
-
|
|
55
|
-
<div class="input-stepper-footer">
|
|
56
|
-
@if (error) {
|
|
57
|
-
<span class="input-stepper-error">{{ error }}</span>
|
|
58
|
-
} @else if (helperText) {
|
|
59
|
-
<span class="input-stepper-helper">{{ helperText }}</span>
|
|
60
|
-
}
|
|
61
|
-
</div>
|
|
62
|
-
</div>
|