@globalart/platform-ui 0.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/globalart-platform-ui.mjs +6070 -0
- package/fesm2022/globalart-platform-ui.mjs.map +1 -0
- package/globalart-platform-ui.d.ts.map +1 -0
- package/index.d.ts +43 -0
- package/index.d.ts.map +1 -0
- package/lib/actions/ui-sticky-actions.component.d.ts +10 -0
- package/lib/actions/ui-sticky-actions.component.d.ts.map +1 -0
- package/lib/alert/ui-alert.component.d.ts +21 -0
- package/lib/alert/ui-alert.component.d.ts.map +1 -0
- package/lib/avatar/ui-avatar.component.d.ts +19 -0
- package/lib/avatar/ui-avatar.component.d.ts.map +1 -0
- package/lib/badge/ui-badge.component.d.ts +11 -0
- package/lib/badge/ui-badge.component.d.ts.map +1 -0
- package/lib/button/ui-button.directive.d.ts +37 -0
- package/lib/button/ui-button.directive.d.ts.map +1 -0
- package/lib/card/ui-card.component.d.ts +10 -0
- package/lib/card/ui-card.component.d.ts.map +1 -0
- package/lib/chip/ui-chip.component.d.ts +29 -0
- package/lib/chip/ui-chip.component.d.ts.map +1 -0
- package/lib/copy/ui-copy-button.component.d.ts +29 -0
- package/lib/copy/ui-copy-button.component.d.ts.map +1 -0
- package/lib/data-table/ui-data-table.component.d.ts +108 -0
- package/lib/data-table/ui-data-table.component.d.ts.map +1 -0
- package/lib/data-table/ui-data-table.labels.d.ts +15 -0
- package/lib/data-table/ui-data-table.labels.d.ts.map +1 -0
- package/lib/description-list/ui-description-list.component.d.ts +14 -0
- package/lib/description-list/ui-description-list.component.d.ts.map +1 -0
- package/lib/dialog/ui-dialog.component.d.ts +23 -0
- package/lib/dialog/ui-dialog.component.d.ts.map +1 -0
- package/lib/feedback/ui-feedback.components.d.ts +42 -0
- package/lib/feedback/ui-feedback.components.d.ts.map +1 -0
- package/lib/file-drop/ui-file-drop.component.d.ts +38 -0
- package/lib/file-drop/ui-file-drop.component.d.ts.map +1 -0
- package/lib/form/ui-field-array.component.d.ts +45 -0
- package/lib/form/ui-field-array.component.d.ts.map +1 -0
- package/lib/form/ui-field-error.component.d.ts +24 -0
- package/lib/form/ui-field-error.component.d.ts.map +1 -0
- package/lib/form/ui-fieldset.component.d.ts +13 -0
- package/lib/form/ui-fieldset.component.d.ts.map +1 -0
- package/lib/form/ui-form-field.component.d.ts +57 -0
- package/lib/form/ui-form-field.component.d.ts.map +1 -0
- package/lib/form/ui-form-grid.directive.d.ts +15 -0
- package/lib/form/ui-form-grid.directive.d.ts.map +1 -0
- package/lib/form/ui-form.directives.d.ts +49 -0
- package/lib/form/ui-form.directives.d.ts.map +1 -0
- package/lib/form/ui-password-input.component.d.ts +29 -0
- package/lib/form/ui-password-input.component.d.ts.map +1 -0
- package/lib/form/ui-search-field.component.d.ts +43 -0
- package/lib/form/ui-search-field.component.d.ts.map +1 -0
- package/lib/form/ui-switch.component.d.ts +27 -0
- package/lib/form/ui-switch.component.d.ts.map +1 -0
- package/lib/form/ui-validation-messages.d.ts +14 -0
- package/lib/form/ui-validation-messages.d.ts.map +1 -0
- package/lib/icon/ui-icon.component.d.ts +10 -0
- package/lib/icon/ui-icon.component.d.ts.map +1 -0
- package/lib/icon/ui-icons.d.ts +54 -0
- package/lib/icon/ui-icons.d.ts.map +1 -0
- package/lib/menu/ui-menu.component.d.ts +33 -0
- package/lib/menu/ui-menu.component.d.ts.map +1 -0
- package/lib/modal/ui-modal.component.d.ts +93 -0
- package/lib/modal/ui-modal.component.d.ts.map +1 -0
- package/lib/page/ui-page-header.component.d.ts +9 -0
- package/lib/page/ui-page-header.component.d.ts.map +1 -0
- package/lib/select/ui-select.component.d.ts +58 -0
- package/lib/select/ui-select.component.d.ts.map +1 -0
- package/lib/select/ui-select.directives.d.ts +27 -0
- package/lib/select/ui-select.directives.d.ts.map +1 -0
- package/lib/shell/ui-nav.model.d.ts +14 -0
- package/lib/shell/ui-nav.model.d.ts.map +1 -0
- package/lib/shell/ui-shell.component.d.ts +22 -0
- package/lib/shell/ui-shell.component.d.ts.map +1 -0
- package/lib/shell/ui-sidebar-nav.component.d.ts +18 -0
- package/lib/shell/ui-sidebar-nav.component.d.ts.map +1 -0
- package/lib/stat/ui-stat.component.d.ts +12 -0
- package/lib/stat/ui-stat.component.d.ts.map +1 -0
- package/lib/table/ui-table.directives.d.ts +32 -0
- package/lib/table/ui-table.directives.d.ts.map +1 -0
- package/lib/tabs/ui-tabs.component.d.ts +16 -0
- package/lib/tabs/ui-tabs.component.d.ts.map +1 -0
- package/lib/text/ui-text.directives.d.ts +18 -0
- package/lib/text/ui-text.directives.d.ts.map +1 -0
- package/lib/theme/ui-theme.service.d.ts +13 -0
- package/lib/theme/ui-theme.service.d.ts.map +1 -0
- package/lib/toast/ui-toast.component.d.ts +33 -0
- package/lib/toast/ui-toast.component.d.ts.map +1 -0
- package/lib/toast/ui-toast.config.d.ts +4 -0
- package/lib/toast/ui-toast.config.d.ts.map +1 -0
- package/lib/tooltip/ui-tooltip.directive.d.ts +36 -0
- package/lib/tooltip/ui-tooltip.directive.d.ts.map +1 -0
- package/package.json +43 -0
- package/src/styles/base.css +207 -0
- package/src/styles/theme.css +211 -0
- package/styles.css +2 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { type OnChanges, type OnDestroy, type SimpleChanges } from '@angular/core';
|
|
2
|
+
import type { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { type UiValidationMessages, type UiValidationTrigger } from './ui-validation-messages';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class UiFieldErrorComponent implements OnChanges, OnDestroy {
|
|
6
|
+
control: AbstractControl | null;
|
|
7
|
+
group: AbstractControl | null;
|
|
8
|
+
groupErrorKeys: readonly string[];
|
|
9
|
+
messages: UiValidationMessages;
|
|
10
|
+
error: string;
|
|
11
|
+
fallback: string;
|
|
12
|
+
showWhen: UiValidationTrigger;
|
|
13
|
+
private readonly defaults;
|
|
14
|
+
private readonly cdr;
|
|
15
|
+
private watched;
|
|
16
|
+
get message(): string;
|
|
17
|
+
get hostClass(): string;
|
|
18
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
private watch;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiFieldErrorComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiFieldErrorComponent, "ui-field-error", never, { "control": { "alias": "control"; "required": false; }; "group": { "alias": "group"; "required": false; }; "groupErrorKeys": { "alias": "groupErrorKeys"; "required": false; }; "messages": { "alias": "messages"; "required": false; }; "error": { "alias": "error"; "required": false; }; "fallback": { "alias": "fallback"; "required": false; }; "showWhen": { "alias": "showWhen"; "required": false; }; }, {}, never, never, true, never>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=ui-field-error.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-field-error.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-field-error.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEtD,OAAO,EAKL,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACzB,MAAM,0BAA0B,CAAC;;AAIlC,qBAOa,qBAAsB,YAAW,SAAS,EAAE,SAAS;IACvD,OAAO,EAAE,eAAe,GAAG,IAAI,CAAQ;IACvC,KAAK,EAAE,eAAe,GAAG,IAAI,CAAQ;IACrC,cAAc,EAAE,SAAS,MAAM,EAAE,CAAM;IACvC,QAAQ,EAAE,oBAAoB,CAAM;IACpC,KAAK,SAAM;IACX,QAAQ,SAAM;IACd,QAAQ,EAAE,mBAAmB,CAAa;IAEnD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAkC;IAC3D,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA6B;IACjD,OAAO,CAAC,OAAO,CAAsB;IAErC,IAAI,OAAO,IAAI,MAAM,CA2BpB;IAED,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAMzC,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,KAAK;yCAxDF,qBAAqB;2CAArB,qBAAqB;CAsEjC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export type UiFieldsetLayout = 'wrap' | 'stack' | 'grid';
|
|
3
|
+
export declare class UiFieldsetComponent {
|
|
4
|
+
legend: string;
|
|
5
|
+
description: string;
|
|
6
|
+
layout: UiFieldsetLayout;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
readonly descriptionId: string;
|
|
9
|
+
get bodyClass(): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiFieldsetComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiFieldsetComponent, "ui-fieldset", never, { "legend": { "alias": "legend"; "required": false; }; "description": { "alias": "description"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=ui-fieldset.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-fieldset.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-fieldset.component.ts"],"names":[],"mappings":";AAGA,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAUzD,qBA4Ba,mBAAmB;IACrB,MAAM,SAAM;IACZ,WAAW,SAAM;IACjB,MAAM,EAAE,gBAAgB,CAAU;IAClC,QAAQ,UAAS;IAE1B,QAAQ,CAAC,aAAa,SAAyC;IAE/D,IAAI,SAAS,IAAI,MAAM,CAGtB;yCAXU,mBAAmB;2CAAnB,mBAAmB;CAY/B"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { type AfterContentChecked, type OnChanges, type OnDestroy, type SimpleChanges } from '@angular/core';
|
|
2
|
+
import type { AbstractControl } from '@angular/forms';
|
|
3
|
+
import { type UiValidationMessages, type UiValidationTrigger } from './ui-validation-messages';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export type UiFormFieldLayout = 'stacked' | 'inline';
|
|
6
|
+
export declare class UiFormFieldComponent implements OnChanges, AfterContentChecked, OnDestroy {
|
|
7
|
+
control: AbstractControl | null;
|
|
8
|
+
group: AbstractControl | null;
|
|
9
|
+
groupErrorKeys: readonly string[];
|
|
10
|
+
label: string;
|
|
11
|
+
hint: string;
|
|
12
|
+
error: string;
|
|
13
|
+
fallback: string;
|
|
14
|
+
messages: UiValidationMessages;
|
|
15
|
+
required: boolean;
|
|
16
|
+
invalid: boolean | null;
|
|
17
|
+
controlId: string;
|
|
18
|
+
layout: UiFormFieldLayout;
|
|
19
|
+
showErrorWhen: UiValidationTrigger;
|
|
20
|
+
private readonly slot?;
|
|
21
|
+
private readonly renderer;
|
|
22
|
+
private readonly cdr;
|
|
23
|
+
private readonly fieldId;
|
|
24
|
+
private labelable;
|
|
25
|
+
private described;
|
|
26
|
+
private select;
|
|
27
|
+
private resolvedId;
|
|
28
|
+
private appliedLabelledBy;
|
|
29
|
+
private appliedDescribedBy;
|
|
30
|
+
private appliedInvalid;
|
|
31
|
+
private appliedRequired;
|
|
32
|
+
private watched;
|
|
33
|
+
get hostClass(): string;
|
|
34
|
+
get labelClass(): string;
|
|
35
|
+
get bodyClass(): string;
|
|
36
|
+
get labelId(): string;
|
|
37
|
+
get hintId(): string;
|
|
38
|
+
get errorId(): string;
|
|
39
|
+
get labelFor(): string | null;
|
|
40
|
+
get isInvalid(): boolean;
|
|
41
|
+
private get derivedInvalid();
|
|
42
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
43
|
+
ngAfterContentChecked(): void;
|
|
44
|
+
ngOnDestroy(): void;
|
|
45
|
+
private watch;
|
|
46
|
+
private sync;
|
|
47
|
+
private collect;
|
|
48
|
+
private syncId;
|
|
49
|
+
private syncLabelledBy;
|
|
50
|
+
private syncDescribedBy;
|
|
51
|
+
private syncRequired;
|
|
52
|
+
private syncInvalid;
|
|
53
|
+
private paint;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiFormFieldComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiFormFieldComponent, "ui-form-field", never, { "control": { "alias": "control"; "required": false; }; "group": { "alias": "group"; "required": false; }; "groupErrorKeys": { "alias": "groupErrorKeys"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "error": { "alias": "error"; "required": false; }; "fallback": { "alias": "fallback"; "required": false; }; "messages": { "alias": "messages"; "required": false; }; "required": { "alias": "required"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "controlId": { "alias": "controlId"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "showErrorWhen": { "alias": "showErrorWhen"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=ui-form-field.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-form-field.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-form-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EASL,KAAK,mBAAmB,EACxB,KAAK,SAAS,EACd,KAAK,SAAS,EACd,KAAK,aAAa,EACnB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGtD,OAAO,EAEL,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACzB,MAAM,0BAA0B,CAAC;;AAElC,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,QAAQ,CAAC;AA+BrD,qBAwCa,oBACX,YAAW,SAAS,EAAE,mBAAmB,EAAE,SAAS;IAE3C,OAAO,EAAE,eAAe,GAAG,IAAI,CAAQ;IACvC,KAAK,EAAE,eAAe,GAAG,IAAI,CAAQ;IACrC,cAAc,EAAE,SAAS,MAAM,EAAE,CAAM;IACvC,KAAK,SAAM;IACX,IAAI,SAAM;IACV,KAAK,SAAM;IACX,QAAQ,SAAM;IACd,QAAQ,EAAE,oBAAoB,CAAM;IACpC,QAAQ,UAAS;IACjB,OAAO,EAAE,OAAO,GAAG,IAAI,CAAQ;IAC/B,SAAS,SAAM;IACf,MAAM,EAAE,iBAAiB,CAAa;IACtC,aAAa,EAAE,mBAAmB,CAAa;IAGxD,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,CAA0B;IAEhD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAqB;IAC9C,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA6B;IACjD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAA4B;IAEpD,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,MAAM,CAA4B;IAC1C,OAAO,CAAC,UAAU,CAAM;IACxB,OAAO,CAAC,iBAAiB,CAAM;IAC/B,OAAO,CAAC,kBAAkB,CAAM;IAChC,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,OAAO,CAAsB;IAErC,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED,IAAI,SAAS,IAAI,MAAM,CAEtB;IAED,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,IAAI,OAAO,IAAI,MAAM,CAEpB;IAED,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,CAE5B;IAED,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,OAAO,KAAK,cAAc,GAQzB;IAED,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAUzC,qBAAqB,IAAI,IAAI;IAI7B,WAAW,IAAI,IAAI;IAInB,OAAO,CAAC,KAAK;IAeb,OAAO,CAAC,IAAI;IAiBZ,OAAO,CAAC,OAAO;IAYf,OAAO,CAAC,MAAM;IAsBd,OAAO,CAAC,cAAc;IAiBtB,OAAO,CAAC,eAAe;IAgCvB,OAAO,CAAC,YAAY;IAgBpB,OAAO,CAAC,WAAW;IAoBnB,OAAO,CAAC,KAAK;yCArPF,oBAAoB;2CAApB,oBAAoB;CAsQhC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export type UiFormGridColumns = 1 | 2 | 3;
|
|
3
|
+
export declare class UiFormGridDirective {
|
|
4
|
+
columns: UiFormGridColumns;
|
|
5
|
+
get classes(): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiFormGridDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiFormGridDirective, "[uiFormGrid]", never, { "columns": { "alias": "columns"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
9
|
+
export declare class UiFormGridSpanDirective {
|
|
10
|
+
readonly classes = "col-span-full";
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiFormGridSpanDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiFormGridSpanDirective, "[uiFormGridSpan]", never, {}, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
14
|
+
export declare const UI_FORM_GRID_DIRECTIVES: readonly [typeof UiFormGridDirective, typeof UiFormGridSpanDirective];
|
|
15
|
+
//# sourceMappingURL=ui-form-grid.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-form-grid.directive.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-form-grid.directive.ts"],"names":[],"mappings":";AAEA,MAAM,MAAM,iBAAiB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAQ1C,qBACa,mBAAmB;IACrB,OAAO,EAAE,iBAAiB,CAAK;IAExC,IACI,OAAO,IAAI,MAAM,CAEpB;yCANU,mBAAmB;2CAAnB,mBAAmB;CAO/B;AAED,qBACa,uBAAuB;IAElC,QAAQ,CAAC,OAAO,mBAAmB;yCAFxB,uBAAuB;2CAAvB,uBAAuB;CAGnC;AAED,eAAO,MAAM,uBAAuB,uEAG1B,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export type UiTriState = 'unchecked' | 'checked' | 'indeterminate';
|
|
4
|
+
export declare function uiTriState(selected: number, total: number): UiTriState;
|
|
5
|
+
export declare class UiInputDirective {
|
|
6
|
+
invalid: boolean;
|
|
7
|
+
get classes(): string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiInputDirective, never>;
|
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiInputDirective, "input[uiInput], textarea[uiInput]", never, { "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
+
}
|
|
11
|
+
export declare class UiSelectDirective {
|
|
12
|
+
invalid: boolean;
|
|
13
|
+
get classes(): string;
|
|
14
|
+
readonly backgroundImage = "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235f6368' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E\")";
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiSelectDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiSelectDirective, "select[uiSelect]", never, { "invalid": { "alias": "invalid"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
|
+
}
|
|
18
|
+
export declare class UiCheckboxDirective {
|
|
19
|
+
indeterminate: boolean;
|
|
20
|
+
readonly indeterminateChange: EventEmitter<boolean>;
|
|
21
|
+
readonly classes = "ui-checkbox";
|
|
22
|
+
get nativeIndeterminate(): boolean;
|
|
23
|
+
get ariaChecked(): string | null;
|
|
24
|
+
onNativeChange(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiCheckboxDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiCheckboxDirective, "input[uiCheckbox]", never, { "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "indeterminateChange": "indeterminateChange"; }, never, never, true, never>;
|
|
27
|
+
}
|
|
28
|
+
export declare class UiLabelDirective {
|
|
29
|
+
readonly classes = "mb-1.5 block text-sm font-medium text-ink";
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiLabelDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiLabelDirective, "label[uiLabel]", never, {}, {}, never, never, true, never>;
|
|
32
|
+
}
|
|
33
|
+
export declare class UiFieldDirective {
|
|
34
|
+
readonly classes = "flex flex-col";
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiFieldDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiFieldDirective, "[uiField]", never, {}, {}, never, never, true, never>;
|
|
37
|
+
}
|
|
38
|
+
export declare class UiHintDirective {
|
|
39
|
+
readonly classes = "mt-1.5 text-xs text-ink-muted";
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiHintDirective, never>;
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiHintDirective, "[uiHint]", never, {}, {}, never, never, true, never>;
|
|
42
|
+
}
|
|
43
|
+
export declare class UiErrorDirective {
|
|
44
|
+
readonly classes = "mt-1.5 text-xs text-danger";
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiErrorDirective, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiErrorDirective, "[uiError]", never, {}, {}, never, never, true, never>;
|
|
47
|
+
}
|
|
48
|
+
export declare const UI_FORM_DIRECTIVES: readonly [typeof UiInputDirective, typeof UiSelectDirective, typeof UiCheckboxDirective, typeof UiLabelDirective, typeof UiFieldDirective, typeof UiHintDirective, typeof UiErrorDirective];
|
|
49
|
+
//# sourceMappingURL=ui-form.directives.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-form.directives.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-form.directives.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,YAAY,EAKb,MAAM,eAAe,CAAC;;AAEvB,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG,SAAS,GAAG,eAAe,CAAC;AAEnE,wBAAgB,UAAU,CAAC,QAAQ,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,UAAU,CAKtE;AAKD,qBACa,gBAAgB;IAClB,OAAO,UAAS;IAEzB,IACI,OAAO,IAAI,MAAM,CAIpB;yCARU,gBAAgB;2CAAhB,gBAAgB;CAS5B;AAED,qBACa,iBAAiB;IACnB,OAAO,UAAS;IAEzB,IACI,OAAO,IAAI,MAAM,CAGpB;IAGD,QAAQ,CAAC,eAAe,8PACqO;yCAXlP,iBAAiB;2CAAjB,iBAAiB;CAY7B;AAED,qBACa,mBAAmB;IACrB,aAAa,UAAS;IAErB,QAAQ,CAAC,mBAAmB,wBAA+B;IAGrE,QAAQ,CAAC,OAAO,iBAAiB;IAEjC,IACI,mBAAmB,IAAI,OAAO,CAEjC;IAED,IACI,WAAW,IAAI,MAAM,GAAG,IAAI,CAE/B;IAGD,cAAc,IAAI,IAAI;yCAnBX,mBAAmB;2CAAnB,mBAAmB;CA0B/B;AAED,qBACa,gBAAgB;IAE3B,QAAQ,CAAC,OAAO,+CAA+C;yCAFpD,gBAAgB;2CAAhB,gBAAgB;CAG5B;AAED,qBACa,gBAAgB;IAE3B,QAAQ,CAAC,OAAO,mBAAmB;yCAFxB,gBAAgB;2CAAhB,gBAAgB;CAG5B;AAED,qBACa,eAAe;IAE1B,QAAQ,CAAC,OAAO,mCAAmC;yCAFxC,eAAe;2CAAf,eAAe;CAG3B;AAED,qBACa,gBAAgB;IAE3B,QAAQ,CAAC,OAAO,gCAAgC;yCAFrC,gBAAgB;2CAAhB,gBAAgB;CAG5B;AAED,eAAO,MAAM,kBAAkB,6LAQrB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UiPasswordInputComponent implements ControlValueAccessor {
|
|
5
|
+
value: string;
|
|
6
|
+
placeholder: string;
|
|
7
|
+
autocomplete: string;
|
|
8
|
+
inputId: string;
|
|
9
|
+
ariaLabel: string;
|
|
10
|
+
invalid: boolean;
|
|
11
|
+
disabled: boolean;
|
|
12
|
+
revealed: boolean;
|
|
13
|
+
readonly valueChange: EventEmitter<string>;
|
|
14
|
+
readonly revealedChange: EventEmitter<boolean>;
|
|
15
|
+
private readonly field?;
|
|
16
|
+
private readonly cdr;
|
|
17
|
+
private onChange;
|
|
18
|
+
private onTouched;
|
|
19
|
+
writeValue(value: string): void;
|
|
20
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
21
|
+
registerOnTouched(fn: () => void): void;
|
|
22
|
+
setDisabledState(isDisabled: boolean): void;
|
|
23
|
+
onInput(value: string): void;
|
|
24
|
+
onBlur(): void;
|
|
25
|
+
toggle(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiPasswordInputComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiPasswordInputComponent, "ui-password-input", never, { "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "revealed": { "alias": "revealed"; "required": false; }; }, { "valueChange": "valueChange"; "revealedChange": "revealedChange"; }, never, never, true, never>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=ui-password-input.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-password-input.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-password-input.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,YAAY,EAMb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;;AAIzE,qBA2Ca,wBAAyB,YAAW,oBAAoB;IAC1D,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,YAAY,SAAM;IAClB,OAAO,SAAM;IACD,SAAS,SAAM;IAC3B,OAAO,UAAS;IAChB,QAAQ,UAAS;IACjB,QAAQ,UAAS;IAEhB,QAAQ,CAAC,WAAW,uBAA8B;IAClD,QAAQ,CAAC,cAAc,wBAA+B;IAE5C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAA+B;IAE1E,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA6B;IACjD,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,SAAS,CAA+B;IAEhD,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAK/B,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAInD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM5B,MAAM,IAAI,IAAI;IAId,MAAM,IAAI,IAAI;yCA/CH,wBAAwB;2CAAxB,wBAAwB;CAgEpC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import type { UiIconName } from '../icon/ui-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class UiSearchFieldComponent implements ControlValueAccessor, OnInit, OnDestroy {
|
|
6
|
+
value: string;
|
|
7
|
+
placeholder: string;
|
|
8
|
+
inputId: string;
|
|
9
|
+
name: string;
|
|
10
|
+
autocomplete: string;
|
|
11
|
+
ariaLabel: string;
|
|
12
|
+
clearLabel: string;
|
|
13
|
+
icon: UiIconName;
|
|
14
|
+
debounce: number;
|
|
15
|
+
clearable: boolean;
|
|
16
|
+
loading: boolean;
|
|
17
|
+
invalid: boolean;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
readonly valueChange: EventEmitter<string>;
|
|
20
|
+
readonly search: EventEmitter<string>;
|
|
21
|
+
private readonly field?;
|
|
22
|
+
private readonly cdr;
|
|
23
|
+
private readonly typed;
|
|
24
|
+
private subscription?;
|
|
25
|
+
private emitted;
|
|
26
|
+
private onChange;
|
|
27
|
+
private onTouched;
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
get showClear(): boolean;
|
|
31
|
+
get fieldClass(): string;
|
|
32
|
+
writeValue(value: string): void;
|
|
33
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
34
|
+
registerOnTouched(fn: () => void): void;
|
|
35
|
+
setDisabledState(isDisabled: boolean): void;
|
|
36
|
+
onInput(value: string): void;
|
|
37
|
+
onBlur(): void;
|
|
38
|
+
clear(): void;
|
|
39
|
+
private emitSearch;
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiSearchFieldComponent, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiSearchFieldComponent, "ui-search-field", never, { "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "clearLabel": { "alias": "clearLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "debounce": { "alias": "debounce"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; "search": "search"; }, never, never, true, never>;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=ui-search-field.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-search-field.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-search-field.component.ts"],"names":[],"mappings":"AACA,OAAO,EAKL,YAAY,EAEZ,SAAS,EACT,MAAM,EAKP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AAIzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;;AAWnD,qBAwDa,sBACX,YAAW,oBAAoB,EAAE,MAAM,EAAE,SAAS;IAEzC,KAAK,SAAM;IACX,WAAW,SAAM;IACjB,OAAO,SAAM;IACb,IAAI,SAAM;IACV,YAAY,SAAS;IACT,SAAS,SAAM;IAC3B,UAAU,SAAM;IAChB,IAAI,EAAE,UAAU,CAAY;IAC5B,QAAQ,SAAO;IACf,SAAS,UAAQ;IACjB,OAAO,UAAS;IAChB,OAAO,UAAS;IAChB,QAAQ,UAAS;IAEhB,QAAQ,CAAC,WAAW,uBAA8B;IAClD,QAAQ,CAAC,MAAM,uBAA8B;IAEnC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAA+B;IAE1E,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA6B;IACjD,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAyB;IAC/C,OAAO,CAAC,YAAY,CAAC,CAAe;IACpC,OAAO,CAAC,OAAO,CAAM;IACrB,OAAO,CAAC,QAAQ,CAA4C;IAC5D,OAAO,CAAC,SAAS,CAA+B;IAEhD,QAAQ,IAAI,IAAI;IAWhB,WAAW,IAAI,IAAI;IAInB,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,IAAI,UAAU,IAAI,MAAM,CAQvB;IAED,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAM/B,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAInD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,OAAO,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAQ5B,MAAM,IAAI,IAAI;IAId,KAAK,IAAI,IAAI;IAcb,OAAO,CAAC,UAAU;yCAvGP,sBAAsB;2CAAtB,sBAAsB;CA+GlC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { UiTriState } from './ui-form.directives';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class UiSwitchComponent implements ControlValueAccessor {
|
|
6
|
+
label: string;
|
|
7
|
+
ariaLabel: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
checked: boolean;
|
|
10
|
+
indeterminate: boolean;
|
|
11
|
+
readonly checkedChange: EventEmitter<boolean>;
|
|
12
|
+
readonly indeterminateChange: EventEmitter<boolean>;
|
|
13
|
+
private readonly cdr;
|
|
14
|
+
private onChange;
|
|
15
|
+
private onTouched;
|
|
16
|
+
get state(): UiTriState;
|
|
17
|
+
get trackClass(): string;
|
|
18
|
+
get thumbClass(): string;
|
|
19
|
+
writeValue(value: boolean): void;
|
|
20
|
+
registerOnChange(fn: (value: boolean) => void): void;
|
|
21
|
+
registerOnTouched(fn: () => void): void;
|
|
22
|
+
setDisabledState(isDisabled: boolean): void;
|
|
23
|
+
onToggle(checked: boolean): void;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiSwitchComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiSwitchComponent, "ui-switch", never, { "label": { "alias": "label"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "checkedChange": "checkedChange"; "indeterminateChange": "indeterminateChange"; }, never, never, true, never>;
|
|
26
|
+
}
|
|
27
|
+
//# sourceMappingURL=ui-switch.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-switch.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-switch.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,YAAY,EAKb,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,oBAAoB,EAAqB,MAAM,gBAAgB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;;AAclD,qBAuCa,iBAAkB,YAAW,oBAAoB;IACnD,KAAK,SAAM;IACC,SAAS,SAAM;IAC3B,QAAQ,UAAS;IACjB,OAAO,UAAS;IAChB,aAAa,UAAS;IAErB,QAAQ,CAAC,aAAa,wBAA+B;IACrD,QAAQ,CAAC,mBAAmB,wBAA+B;IAErE,OAAO,CAAC,QAAQ,CAAC,GAAG,CAA6B;IACjD,OAAO,CAAC,QAAQ,CAA6C;IAC7D,OAAO,CAAC,SAAS,CAA+B;IAEhD,IAAI,KAAK,IAAI,UAAU,CAKtB;IAED,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED,IAAI,UAAU,IAAI,MAAM,CAEvB;IAED,UAAU,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI;IAKhC,gBAAgB,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,GAAG,IAAI;IAIpD,iBAAiB,CAAC,EAAE,EAAE,MAAM,IAAI,GAAG,IAAI;IAIvC,gBAAgB,CAAC,UAAU,EAAE,OAAO,GAAG,IAAI;IAK3C,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI;yCA/CrB,iBAAiB;2CAAjB,iBAAiB;CA6D7B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { InjectionToken, type EnvironmentProviders } from '@angular/core';
|
|
2
|
+
import type { AbstractControl, ValidationErrors } from '@angular/forms';
|
|
3
|
+
export type UiValidationMessage = string | ((error: unknown) => string);
|
|
4
|
+
export type UiValidationMessages = Record<string, UiValidationMessage>;
|
|
5
|
+
export type UiValidationMessagesSource = UiValidationMessages | (() => UiValidationMessages);
|
|
6
|
+
export type UiValidationTrigger = 'touched' | 'dirty' | 'always';
|
|
7
|
+
export declare const UI_VALIDATION_MESSAGES: InjectionToken<UiValidationMessagesSource>;
|
|
8
|
+
export declare function provideUiValidationMessages(messages: UiValidationMessagesSource): EnvironmentProviders;
|
|
9
|
+
export declare function uiValidationMessages(source: UiValidationMessagesSource): UiValidationMessages;
|
|
10
|
+
export declare function uiValidationErrorKeys(errors: ValidationErrors | null): string[];
|
|
11
|
+
export declare function uiValidationMessageFor(key: string, error: unknown, ...sources: readonly UiValidationMessages[]): string;
|
|
12
|
+
export declare function uiResolveValidationMessage(errors: ValidationErrors | null, keys: readonly string[], ...sources: readonly UiValidationMessages[]): string;
|
|
13
|
+
export declare function uiValidationTriggered(control: AbstractControl, trigger: UiValidationTrigger): boolean;
|
|
14
|
+
//# sourceMappingURL=ui-validation-messages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-validation-messages.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/form/ui-validation-messages.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EAEd,KAAK,oBAAoB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAExE,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,OAAO,KAAK,MAAM,CAAC,CAAC;AAExE,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;AAEvE,MAAM,MAAM,0BAA0B,GAClC,oBAAoB,GACpB,CAAC,MAAM,oBAAoB,CAAC,CAAC;AAEjC,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;AAajE,eAAO,MAAM,sBAAsB,4CAI/B,CAAC;AAEL,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,0BAA0B,GACnC,oBAAoB,CAItB;AAED,wBAAgB,oBAAoB,CAClC,MAAM,EAAE,0BAA0B,GACjC,oBAAoB,CAEtB;AAED,wBAAgB,qBAAqB,CACnC,MAAM,EAAE,gBAAgB,GAAG,IAAI,GAC9B,MAAM,EAAE,CAWV;AAED,wBAAgB,sBAAsB,CACpC,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,OAAO,EACd,GAAG,OAAO,EAAE,SAAS,oBAAoB,EAAE,GAC1C,MAAM,CAcR;AAED,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,gBAAgB,GAAG,IAAI,EAC/B,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,GAAG,OAAO,EAAE,SAAS,oBAAoB,EAAE,GAC1C,MAAM,CAoBR;AAED,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,eAAe,EACxB,OAAO,EAAE,mBAAmB,GAC3B,OAAO,CAMT"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { UiIconName } from './ui-icons';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UiIconComponent {
|
|
4
|
+
name: UiIconName;
|
|
5
|
+
size: number;
|
|
6
|
+
strokeWidth: number;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiIconComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiIconComponent, "ui-icon", never, { "name": { "alias": "name"; "required": true; }; "size": { "alias": "size"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never>;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=ui-icon.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-icon.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/icon/ui-icon.component.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;;AAE7C,qBAca,eAAe;IACC,IAAI,EAAG,UAAU,CAAC;IACpC,IAAI,SAAM;IACV,WAAW,SAAQ;yCAHjB,eAAe;2CAAf,eAAe;CAI3B"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { EnvironmentProviders } from '@angular/core';
|
|
2
|
+
export declare const UI_ICONS: {
|
|
3
|
+
Activity: import("lucide-angular").LucideIconData;
|
|
4
|
+
ArrowLeft: import("lucide-angular").LucideIconData;
|
|
5
|
+
ArrowRight: import("lucide-angular").LucideIconData;
|
|
6
|
+
ArrowUpRight: import("lucide-angular").LucideIconData;
|
|
7
|
+
Ban: import("lucide-angular").LucideIconData;
|
|
8
|
+
Bell: import("lucide-angular").LucideIconData;
|
|
9
|
+
Check: import("lucide-angular").LucideIconData;
|
|
10
|
+
CheckCircle2: import("lucide-angular").LucideIconData;
|
|
11
|
+
ChevronDown: import("lucide-angular").LucideIconData;
|
|
12
|
+
ChevronLeft: import("lucide-angular").LucideIconData;
|
|
13
|
+
ChevronRight: import("lucide-angular").LucideIconData;
|
|
14
|
+
ChevronUp: import("lucide-angular").LucideIconData;
|
|
15
|
+
CircleAlert: import("lucide-angular").LucideIconData;
|
|
16
|
+
Copy: import("lucide-angular").LucideIconData;
|
|
17
|
+
Ellipsis: import("lucide-angular").LucideIconData;
|
|
18
|
+
ExternalLink: import("lucide-angular").LucideIconData;
|
|
19
|
+
Eye: import("lucide-angular").LucideIconData;
|
|
20
|
+
EyeOff: import("lucide-angular").LucideIconData;
|
|
21
|
+
FileText: import("lucide-angular").LucideIconData;
|
|
22
|
+
Filter: import("lucide-angular").LucideIconData;
|
|
23
|
+
Globe: import("lucide-angular").LucideIconData;
|
|
24
|
+
Info: import("lucide-angular").LucideIconData;
|
|
25
|
+
KeyRound: import("lucide-angular").LucideIconData;
|
|
26
|
+
Languages: import("lucide-angular").LucideIconData;
|
|
27
|
+
LayoutDashboard: import("lucide-angular").LucideIconData;
|
|
28
|
+
Loader2: import("lucide-angular").LucideIconData;
|
|
29
|
+
LogOut: import("lucide-angular").LucideIconData;
|
|
30
|
+
Mail: import("lucide-angular").LucideIconData;
|
|
31
|
+
Menu: import("lucide-angular").LucideIconData;
|
|
32
|
+
Moon: import("lucide-angular").LucideIconData;
|
|
33
|
+
Pencil: import("lucide-angular").LucideIconData;
|
|
34
|
+
Plus: import("lucide-angular").LucideIconData;
|
|
35
|
+
Radio: import("lucide-angular").LucideIconData;
|
|
36
|
+
RefreshCw: import("lucide-angular").LucideIconData;
|
|
37
|
+
Search: import("lucide-angular").LucideIconData;
|
|
38
|
+
Send: import("lucide-angular").LucideIconData;
|
|
39
|
+
Settings: import("lucide-angular").LucideIconData;
|
|
40
|
+
Shield: import("lucide-angular").LucideIconData;
|
|
41
|
+
ShieldCheck: import("lucide-angular").LucideIconData;
|
|
42
|
+
Sun: import("lucide-angular").LucideIconData;
|
|
43
|
+
Trash2: import("lucide-angular").LucideIconData;
|
|
44
|
+
TriangleAlert: import("lucide-angular").LucideIconData;
|
|
45
|
+
Upload: import("lucide-angular").LucideIconData;
|
|
46
|
+
User: import("lucide-angular").LucideIconData;
|
|
47
|
+
UserPlus: import("lucide-angular").LucideIconData;
|
|
48
|
+
Users: import("lucide-angular").LucideIconData;
|
|
49
|
+
Variable: import("lucide-angular").LucideIconData;
|
|
50
|
+
X: import("lucide-angular").LucideIconData;
|
|
51
|
+
};
|
|
52
|
+
export type UiIconName = 'activity' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'ban' | 'bell' | 'check' | 'check-circle-2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-alert' | 'copy' | 'ellipsis' | 'external-link' | 'eye' | 'eye-off' | 'file-text' | 'filter' | 'globe' | 'info' | 'key-round' | 'languages' | 'layout-dashboard' | 'loader-2' | 'log-out' | 'mail' | 'menu' | 'moon' | 'pencil' | 'plus' | 'radio' | 'refresh-cw' | 'search' | 'send' | 'settings' | 'shield' | 'shield-check' | 'sun' | 'trash-2' | 'triangle-alert' | 'upload' | 'user' | 'user-plus' | 'users' | 'variable' | 'x';
|
|
53
|
+
export declare function provideUiIcons(): EnvironmentProviders;
|
|
54
|
+
//# sourceMappingURL=ui-icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-icons.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/icon/ui-icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAuB,MAAM,eAAe,CAAC;AAqD1E,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiDpB,CAAC;AAEF,MAAM,MAAM,UAAU,GAClB,UAAU,GACV,YAAY,GACZ,aAAa,GACb,gBAAgB,GAChB,KAAK,GACL,MAAM,GACN,OAAO,GACP,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,eAAe,GACf,YAAY,GACZ,cAAc,GACd,MAAM,GACN,UAAU,GACV,eAAe,GACf,KAAK,GACL,SAAS,GACT,WAAW,GACX,QAAQ,GACR,OAAO,GACP,MAAM,GACN,WAAW,GACX,WAAW,GACX,kBAAkB,GAClB,UAAU,GACV,SAAS,GACT,MAAM,GACN,MAAM,GACN,MAAM,GACN,QAAQ,GACR,MAAM,GACN,OAAO,GACP,YAAY,GACZ,QAAQ,GACR,MAAM,GACN,UAAU,GACV,QAAQ,GACR,cAAc,GACd,KAAK,GACL,SAAS,GACT,gBAAgB,GAChB,QAAQ,GACR,MAAM,GACN,WAAW,GACX,OAAO,GACP,UAAU,GACV,GAAG,CAAC;AAER,wBAAgB,cAAc,IAAI,oBAAoB,CAErD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class UiMenuComponent {
|
|
4
|
+
private readonly host;
|
|
5
|
+
align: 'start' | 'end';
|
|
6
|
+
width: string;
|
|
7
|
+
readonly open: import("@angular/core").WritableSignal<boolean>;
|
|
8
|
+
constructor(host: ElementRef<HTMLElement>);
|
|
9
|
+
get panelClass(): string;
|
|
10
|
+
toggle(): void;
|
|
11
|
+
close(): void;
|
|
12
|
+
onDocumentClick(target: HTMLElement): void;
|
|
13
|
+
onEscape(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiMenuComponent, "ui-menu", never, { "align": { "alias": "align"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["[menuTrigger]", "[menuContent]"], true, never>;
|
|
16
|
+
}
|
|
17
|
+
export declare class UiMenuItemDirective {
|
|
18
|
+
readonly classes = "flex w-full cursor-pointer items-center gap-3 px-4 py-2.5 text-left text-base text-ink transition-colors duration-75 hover:bg-surface-hover";
|
|
19
|
+
readonly role = "menuitem";
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuItemDirective, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiMenuItemDirective, "[uiMenuItem]", never, {}, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
23
|
+
export declare class UiMenuSeparatorDirective {
|
|
24
|
+
readonly classes = "my-1.5 block h-px bg-line";
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuSeparatorDirective, never>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiMenuSeparatorDirective, "[uiMenuSeparator]", never, {}, {}, never, never, true, never>;
|
|
27
|
+
}
|
|
28
|
+
export declare class UiMenuLabelDirective {
|
|
29
|
+
readonly classes = "block px-4 pb-1 pt-2 text-left text-eyebrow uppercase text-ink-faint";
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiMenuLabelDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UiMenuLabelDirective, "[uiMenuLabel]", never, {}, {}, never, never, true, never>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=ui-menu.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-menu.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/menu/ui-menu.component.ts"],"names":[],"mappings":"AACA,OAAO,EAIL,UAAU,EAKX,MAAM,eAAe,CAAC;;AAEvB,qBAmBa,eAAe;IAMd,OAAO,CAAC,QAAQ,CAAC,IAAI;IALxB,KAAK,EAAE,OAAO,GAAG,KAAK,CAAS;IAC/B,KAAK,SAAU;IAExB,QAAQ,CAAC,IAAI,kDAAiB;gBAED,IAAI,EAAE,UAAU,CAAC,WAAW,CAAC;IAE1D,IAAI,UAAU,IAAI,MAAM,CAGvB;IAED,MAAM,IAAI,IAAI;IAId,KAAK,IAAI,IAAI;IAKb,eAAe,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAO1C,QAAQ,IAAI,IAAI;yCA7BL,eAAe;2CAAf,eAAe;CAgC3B;AAED,qBACa,mBAAmB;IAE9B,QAAQ,CAAC,OAAO,iJACgI;IACtH,QAAQ,CAAC,IAAI,cAAc;yCAJ1C,mBAAmB;2CAAnB,mBAAmB;CAK/B;AAED,qBACa,wBAAwB;IACb,QAAQ,CAAC,OAAO,+BAA+B;yCAD1D,wBAAwB;2CAAxB,wBAAwB;CAEpC;AAED,qBACa,oBAAoB;IAE/B,QAAQ,CAAC,OAAO,0EACyD;yCAH9D,oBAAoB;2CAApB,oBAAoB;CAIhC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { DoCheck, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
+
import { type UiButtonVariant } from '../button/ui-button.directive';
|
|
3
|
+
import type { UiIconName } from '../icon/ui-icons';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export type UiModalSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
6
|
+
export type UiModalCloseReason = 'backdrop' | 'escape' | 'header' | 'button';
|
|
7
|
+
export interface UiModalButton {
|
|
8
|
+
id?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
loadingLabel?: string;
|
|
11
|
+
variant?: UiButtonVariant;
|
|
12
|
+
visible?: boolean;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
loading?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export interface UiModalConfig {
|
|
17
|
+
title?: string;
|
|
18
|
+
size?: UiModalSize;
|
|
19
|
+
fullscreen?: boolean;
|
|
20
|
+
closeOnBackdrop?: boolean;
|
|
21
|
+
closeOnEscape?: boolean;
|
|
22
|
+
showHeaderClose?: boolean;
|
|
23
|
+
closeButton?: UiModalButton;
|
|
24
|
+
confirmButton?: UiModalButton;
|
|
25
|
+
extraButtons?: UiModalButton[];
|
|
26
|
+
}
|
|
27
|
+
export interface UiModalFooterButton {
|
|
28
|
+
id: string;
|
|
29
|
+
label: string;
|
|
30
|
+
variant: UiButtonVariant;
|
|
31
|
+
disabled: boolean;
|
|
32
|
+
}
|
|
33
|
+
export declare const UI_MODAL_CLOSE_ID = "close";
|
|
34
|
+
export declare const UI_MODAL_CONFIRM_ID = "confirm";
|
|
35
|
+
export declare class UiModalComponent implements DoCheck {
|
|
36
|
+
open: boolean;
|
|
37
|
+
config: UiModalConfig;
|
|
38
|
+
loading: boolean;
|
|
39
|
+
closeLabel: string;
|
|
40
|
+
readonly action: EventEmitter<string>;
|
|
41
|
+
readonly closed: EventEmitter<UiModalCloseReason>;
|
|
42
|
+
readonly titleId: string;
|
|
43
|
+
private readonly cdr;
|
|
44
|
+
private buttons;
|
|
45
|
+
get footerButtons(): readonly UiModalFooterButton[];
|
|
46
|
+
get showHeaderClose(): boolean;
|
|
47
|
+
get closeOnBackdrop(): boolean;
|
|
48
|
+
get closeOnEscape(): boolean;
|
|
49
|
+
get panelClass(): string;
|
|
50
|
+
get bodyClass(): string;
|
|
51
|
+
ngDoCheck(): void;
|
|
52
|
+
press(id: string): void;
|
|
53
|
+
onBackdrop(event: MouseEvent): void;
|
|
54
|
+
trackButton(index: number, button: UiModalFooterButton): string;
|
|
55
|
+
onEscape(): void;
|
|
56
|
+
private buildFooter;
|
|
57
|
+
private push;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiModalComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiModalComponent, "ui-modal", never, { "open": { "alias": "open"; "required": false; }; "config": { "alias": "config"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "closeLabel": { "alias": "closeLabel"; "required": false; }; }, { "action": "action"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
60
|
+
}
|
|
61
|
+
export interface UiConfirmModalOptions {
|
|
62
|
+
title?: string;
|
|
63
|
+
confirmLabel?: string;
|
|
64
|
+
cancelLabel?: string;
|
|
65
|
+
confirmLoadingLabel?: string;
|
|
66
|
+
size?: UiModalSize;
|
|
67
|
+
destructive?: boolean;
|
|
68
|
+
loading?: boolean;
|
|
69
|
+
}
|
|
70
|
+
export declare function uiConfirmModalConfig(options?: UiConfirmModalOptions): UiModalConfig;
|
|
71
|
+
export declare class UiConfirmModalComponent implements OnChanges {
|
|
72
|
+
open: boolean;
|
|
73
|
+
title: string;
|
|
74
|
+
question: string;
|
|
75
|
+
description: string;
|
|
76
|
+
confirmLabel: string;
|
|
77
|
+
cancelLabel: string;
|
|
78
|
+
confirmLoadingLabel: string;
|
|
79
|
+
closeLabel: string;
|
|
80
|
+
icon: UiIconName | null;
|
|
81
|
+
destructive: boolean;
|
|
82
|
+
loading: boolean;
|
|
83
|
+
size: UiModalSize;
|
|
84
|
+
readonly confirmed: EventEmitter<void>;
|
|
85
|
+
readonly closed: EventEmitter<void>;
|
|
86
|
+
protected config: UiModalConfig;
|
|
87
|
+
get iconClass(): string;
|
|
88
|
+
ngOnChanges(): void;
|
|
89
|
+
protected onAction(id: string): void;
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiConfirmModalComponent, never>;
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiConfirmModalComponent, "ui-confirm-modal", never, { "open": { "alias": "open"; "required": false; }; "title": { "alias": "title"; "required": false; }; "question": { "alias": "question"; "required": false; }; "description": { "alias": "description"; "required": false; }; "confirmLabel": { "alias": "confirmLabel"; "required": false; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; }; "confirmLoadingLabel": { "alias": "confirmLoadingLabel"; "required": false; }; "closeLabel": { "alias": "closeLabel"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "destructive": { "alias": "destructive"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "confirmed": "confirmed"; "closed": "closed"; }, never, ["*"], true, never>;
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=ui-modal.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-modal.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/modal/ui-modal.component.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class UiPageHeaderComponent {
|
|
3
|
+
heading: string;
|
|
4
|
+
eyebrow?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UiPageHeaderComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UiPageHeaderComponent, "ui-page-header", never, { "heading": { "alias": "heading"; "required": true; }; "eyebrow": { "alias": "eyebrow"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, ["[headerMeta]", "*"], true, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=ui-page-header.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ui-page-header.component.d.ts","sourceRoot":"","sources":["../../../../../libs/ui/src/lib/page/ui-page-header.component.ts"],"names":[],"mappings":";AAGA,qBA4Ba,qBAAqB;IACL,OAAO,EAAG,MAAM,CAAC;IACnC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;yCAHnB,qBAAqB;2CAArB,qBAAqB;CAIjC"}
|