ui-core-abv 0.0.0-watch

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +63 -0
  2. package/fesm2022/ui-core-abv.mjs +9838 -0
  3. package/fesm2022/ui-core-abv.mjs.map +1 -0
  4. package/index.d.ts +5 -0
  5. package/lib/animations/animatedRow.animation.d.ts +1 -0
  6. package/lib/animations/animatios.index.d.ts +6 -0
  7. package/lib/animations/fadeAndRise.animation.d.ts +1 -0
  8. package/lib/animations/highlightRow.animation.d.ts +1 -0
  9. package/lib/animations/pushTop.animation.d.ts +1 -0
  10. package/lib/animations/sideModal.animation.d.ts +2 -0
  11. package/lib/animations/simpleFade.animation.d.ts +1 -0
  12. package/lib/components/accordion/accordion.component.d.ts +11 -0
  13. package/lib/components/button/button.component.d.ts +21 -0
  14. package/lib/components/dropdown-container/dropdown-close.directive.d.ts +7 -0
  15. package/lib/components/dropdown-container/dropdown-container.component.d.ts +51 -0
  16. package/lib/components/dynamic-form/base-value-accessot.d.ts +12 -0
  17. package/lib/components/dynamic-form/form/dynamic-form.component.d.ts +63 -0
  18. package/lib/components/dynamic-form/form-state.service.d.ts +16 -0
  19. package/lib/components/dynamic-form/form-wrapper/form-wrapper.component.d.ts +57 -0
  20. package/lib/components/dynamic-form/form.models.d.ts +95 -0
  21. package/lib/components/dynamic-form/steps-form/step-tabs/step-tabs.component.d.ts +13 -0
  22. package/lib/components/dynamic-form/steps-form/steps-form.component.d.ts +34 -0
  23. package/lib/components/editable-table/editable-table.component.d.ts +84 -0
  24. package/lib/components/excel-table/excel-table.component.d.ts +21 -0
  25. package/lib/components/inputs/checkbox/checkbox.component.d.ts +28 -0
  26. package/lib/components/inputs/date-picker/date-picker.component.d.ts +89 -0
  27. package/lib/components/inputs/file-input/file-input.component.d.ts +59 -0
  28. package/lib/components/inputs/input/input.component.d.ts +20 -0
  29. package/lib/components/inputs/input-wrapper/input-wrapper.component.d.ts +12 -0
  30. package/lib/components/inputs/multy-searcher/multy-searcher.component.d.ts +11 -0
  31. package/lib/components/inputs/multy-select/multy-select.component.d.ts +59 -0
  32. package/lib/components/inputs/phone-input/phone-countries.data.d.ts +8 -0
  33. package/lib/components/inputs/phone-input/phone-input.component.d.ts +79 -0
  34. package/lib/components/inputs/select/select.component.d.ts +77 -0
  35. package/lib/components/inputs/time-picker/time-picker.component.d.ts +67 -0
  36. package/lib/components/inputs/toggle-button/toggle-button.component.d.ts +12 -0
  37. package/lib/components/inputs/ui-radio/ui-radio.component.d.ts +33 -0
  38. package/lib/components/inputs/ui-slider/ui-slider.component.d.ts +38 -0
  39. package/lib/components/inputs/uic-searcher/uic-searcher.component.d.ts +61 -0
  40. package/lib/components/item-value/item-value.component.d.ts +30 -0
  41. package/lib/components/kpi-card/kpi-card.component.d.ts +15 -0
  42. package/lib/components/modal/floating-modal/modal.component.d.ts +21 -0
  43. package/lib/components/modal/floating-modal/modalconfig.model.d.ts +7 -0
  44. package/lib/components/modal/side-modal/side-modal.component.d.ts +30 -0
  45. package/lib/components/modal/side-modal/sideModalConfig.model.d.ts +16 -0
  46. package/lib/components/overlay-card/overlay-card.component.d.ts +17 -0
  47. package/lib/components/pool-options/pool-options.component.d.ts +46 -0
  48. package/lib/components/progress-bar/progress-bar.component.d.ts +17 -0
  49. package/lib/components/push-alerts/alert/alert.component.d.ts +16 -0
  50. package/lib/components/push-alerts/alert-container/alert-container.component.d.ts +13 -0
  51. package/lib/components/push-alerts/alert.helpers.d.ts +5 -0
  52. package/lib/components/push-alerts/alert.model.d.ts +29 -0
  53. package/lib/components/push-alerts/tynyalert.helpers.d.ts +6 -0
  54. package/lib/components/rule-builder/rule-builder.component.d.ts +111 -0
  55. package/lib/components/rule-builder/rule-definirion/rule-definirion.component.d.ts +55 -0
  56. package/lib/components/short-table/short-table.component.d.ts +15 -0
  57. package/lib/components/signature-pad/signature-pad.component.d.ts +36 -0
  58. package/lib/components/skeleton-cards/skeleton-cards.component.d.ts +13 -0
  59. package/lib/components/skeleton-loader/skeleton-loader.component.d.ts +10 -0
  60. package/lib/components/status-label/status-label.component.d.ts +8 -0
  61. package/lib/components/table/table-list/table-list.component.d.ts +7 -0
  62. package/lib/components/table/table-pagination/table-pagination.component.d.ts +20 -0
  63. package/lib/components/table/table-searcher/table-searcher.component.d.ts +15 -0
  64. package/lib/components/table/table-user/table-user.component.d.ts +7 -0
  65. package/lib/components/table/table.component.d.ts +92 -0
  66. package/lib/components/table/table.models.d.ts +70 -0
  67. package/lib/components/tabs-button/tabs-button.component.d.ts +17 -0
  68. package/lib/components/tag-selector/tag-selector.component.d.ts +52 -0
  69. package/lib/components/tiny-alert/tiny-alert.component.d.ts +15 -0
  70. package/lib/components/tiny-alert/tiny-alert.model.d.ts +33 -0
  71. package/lib/components/tooltip/tooltip.component.d.ts +9 -0
  72. package/lib/components/tree-admin/tree-admin.component.d.ts +81 -0
  73. package/lib/components/uic-action-button/uic-action-button.component.d.ts +36 -0
  74. package/lib/components/uic-portlet-card/uic-portlet-card.component.d.ts +37 -0
  75. package/lib/components/user-formbuilder/block-editor/block-editor.component.d.ts +20 -0
  76. package/lib/components/user-formbuilder/block-editor/field-editor/field-editor.component.d.ts +33 -0
  77. package/lib/components/user-formbuilder/block-editor/field-editor/field-options-editor/field-options-editor.component.d.ts +12 -0
  78. package/lib/components/user-formbuilder/block-editor/field-type-selector/field-type-selector.component.d.ts +9 -0
  79. package/lib/components/user-formbuilder/form-preview/form-preview.component.d.ts +14 -0
  80. package/lib/components/user-formbuilder/user-formbuilder.component.d.ts +61 -0
  81. package/lib/components/work-panel/work-panel.component.d.ts +63 -0
  82. package/lib/directives/textarea-autoresize-max-rows.directive.d.ts +9 -0
  83. package/lib/directives/textarea-autoresize-min-rows.directive.d.ts +9 -0
  84. package/lib/directives/textarea-autoresize.directive.d.ts +29 -0
  85. package/lib/directives/tool-tip.directive.d.ts +18 -0
  86. package/lib/helpers.d.ts +8 -0
  87. package/lib/pipes/first-capital.pipe.d.ts +7 -0
  88. package/lib/pipes/name-inits.pipe.d.ts +7 -0
  89. package/lib/pipes/translate.pipe.d.ts +11 -0
  90. package/lib/services/modaRef.d.ts +15 -0
  91. package/lib/services/modal.constant.d.ts +5 -0
  92. package/lib/services/modal.service.d.ts +22 -0
  93. package/lib/services/push-alert.service.d.ts +13 -0
  94. package/lib/services/tiny-alert.service.d.ts +13 -0
  95. package/lib/services/translate.service.d.ts +22 -0
  96. package/lib/translate/dictionary.en.d.ts +290 -0
  97. package/lib/translate/dictionary.es.d.ts +290 -0
  98. package/package.json +27 -0
  99. package/public-api.d.ts +59 -0
  100. package/src/lib/styles/_default_colors.scss +101 -0
  101. package/src/lib/styles/_mixins.scss +20 -0
  102. package/src/lib/styles/_tokens.scss +73 -0
  103. package/src/lib/styles/_variables.scss +51 -0
@@ -0,0 +1,63 @@
1
+ import { AfterViewInit, ChangeDetectorRef, ComponentRef, EventEmitter, Type, ViewContainerRef } from '@angular/core';
2
+ import { AlertData } from '../tiny-alert/tiny-alert.model';
3
+ import { ActionMenuOption } from '../uic-action-button/uic-action-button.component';
4
+ import * as i0 from "@angular/core";
5
+ export interface WorkPanelTabConfig {
6
+ id?: string;
7
+ title?: string;
8
+ label: string;
9
+ icon?: string;
10
+ componentType: Type<any>;
11
+ componentInputs?: Record<string, any>;
12
+ }
13
+ export declare class UicWorkPanelComponent implements AfterViewInit {
14
+ private readonly cdr;
15
+ host: ViewContainerRef;
16
+ private readonly tinyAlert;
17
+ moreActions: ActionMenuOption[];
18
+ actionSelected: EventEmitter<ActionMenuOption & {
19
+ panelId: string;
20
+ }>;
21
+ componentType?: Type<any>;
22
+ componentInputs: Record<string, any>;
23
+ tabs: WorkPanelTabConfig[];
24
+ closeWarning: AlertData;
25
+ width: string;
26
+ duplicateValidationMessage: string;
27
+ tabsChange: EventEmitter<WorkPanelTabConfig[]>;
28
+ tabClosed: EventEmitter<string>;
29
+ tabSelected: EventEmitter<string>;
30
+ tabAdded: EventEmitter<string>;
31
+ fullViewChange: EventEmitter<boolean>;
32
+ minPosition: number;
33
+ showAddButton: boolean;
34
+ fullView: boolean;
35
+ isMinimized: boolean;
36
+ activeTabId?: string;
37
+ activeTabTitle?: string;
38
+ tabInstances: Array<WorkPanelTabConfig & {
39
+ id: string;
40
+ componentRef: ComponentRef<any>;
41
+ }>;
42
+ private idCounter;
43
+ private initialized;
44
+ constructor(cdr: ChangeDetectorRef);
45
+ get panelWidth(): string;
46
+ ngAfterViewInit(): void;
47
+ private initializeTabs;
48
+ changeSizeBtn(b: boolean): void;
49
+ addTab(tabConfig: WorkPanelTabConfig): string;
50
+ openTab(id: string): void;
51
+ selectTab(id: string): void;
52
+ closeActiveTab(omitWarning?: boolean): string | undefined;
53
+ closeTab(id: string, omitWarning?: boolean): void;
54
+ private destroyPanel;
55
+ minimizePanel(): void;
56
+ emitAction(option: ActionMenuOption): void;
57
+ private createTab;
58
+ private renderActiveTab;
59
+ private emitTabsChange;
60
+ private isFullViewActivated;
61
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicWorkPanelComponent, never>;
62
+ static ɵcmp: i0.ɵɵComponentDeclaration<UicWorkPanelComponent, "ui-work-panel", never, { "moreActions": { "alias": "moreActions"; "required": false; }; "componentType": { "alias": "componentType"; "required": false; }; "componentInputs": { "alias": "componentInputs"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "closeWarning": { "alias": "closeWarning"; "required": false; }; "width": { "alias": "width"; "required": false; }; "duplicateValidationMessage": { "alias": "duplicateValidationMessage"; "required": false; }; "minPosition": { "alias": "minPosition"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; }, { "actionSelected": "actionSelected"; "tabsChange": "tabsChange"; "tabClosed": "tabClosed"; "tabSelected": "tabSelected"; "tabAdded": "tabAdded"; "fullViewChange": "fullViewChange"; }, never, never, true, never>;
63
+ }
@@ -0,0 +1,9 @@
1
+ import { UicTextareaAutoresizeDirective } from './textarea-autoresize.directive';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicTextareaAutoresizeMaxRowsDirective {
4
+ private readonly autosize;
5
+ constructor(autosize: UicTextareaAutoresizeDirective);
6
+ set textareaAutoresizeMaxRows(value: number | string | null | undefined);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicTextareaAutoresizeMaxRowsDirective, [{ optional: true; host: true; }]>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UicTextareaAutoresizeMaxRowsDirective, "[textareaAutoresizeMaxRows]", never, { "textareaAutoresizeMaxRows": { "alias": "textareaAutoresizeMaxRows"; "required": false; }; }, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1,9 @@
1
+ import { UicTextareaAutoresizeDirective } from './textarea-autoresize.directive';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicTextareaAutoresizeMinRowsDirective {
4
+ private readonly autosize;
5
+ constructor(autosize: UicTextareaAutoresizeDirective);
6
+ set textareaAutoresizeMinRows(value: number | string | null | undefined);
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicTextareaAutoresizeMinRowsDirective, [{ optional: true; host: true; }]>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UicTextareaAutoresizeMinRowsDirective, "[textareaAutoresizeMinRows]", never, { "textareaAutoresizeMinRows": { "alias": "textareaAutoresizeMinRows"; "required": false; }; }, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1,29 @@
1
+ import { AfterViewInit, DoCheck, ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicTextareaAutoresizeDirective implements AfterViewInit, DoCheck {
4
+ private readonly elementRef;
5
+ private _minRows;
6
+ private _maxRows;
7
+ private initialRows;
8
+ private lastValue;
9
+ private enabled;
10
+ constructor(elementRef: ElementRef<HTMLTextAreaElement>);
11
+ set minRows(value: number | string | null | undefined);
12
+ set maxRows(value: number | string | null | undefined);
13
+ set textareaAutoresize(value: boolean | string | null | undefined);
14
+ ngAfterViewInit(): void;
15
+ ngDoCheck(): void;
16
+ onInput(): void;
17
+ onWindowResize(): void;
18
+ private resizeToFitContent;
19
+ private getLineHeight;
20
+ private parseCssValue;
21
+ private measureLineHeight;
22
+ setMinRows(value: number | string | null | undefined): void;
23
+ setMaxRows(value: number | string | null | undefined): void;
24
+ private resetStyles;
25
+ private coerceNumber;
26
+ private coerceBoolean;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicTextareaAutoresizeDirective, never>;
28
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UicTextareaAutoresizeDirective, "[textareaAutoresize]", never, { "minRows": { "alias": "minRows"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "textareaAutoresize": { "alias": "textareaAutoresize"; "required": false; }; }, {}, never, never, true, never>;
29
+ }
@@ -0,0 +1,18 @@
1
+ import { ApplicationRef, ElementRef, EnvironmentInjector } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicToolTipDirective {
4
+ private readonly elementRef;
5
+ private readonly appRef;
6
+ private readonly injector;
7
+ tip: string;
8
+ private componentRef;
9
+ constructor(elementRef: ElementRef, appRef: ApplicationRef, injector: EnvironmentInjector);
10
+ onMouseEnter(): void;
11
+ private canShowTooltipOnHover;
12
+ private setTooltipComponentProperties;
13
+ onMouseLeave(): void;
14
+ ngOnDestroy(): void;
15
+ destroy(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicToolTipDirective, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UicToolTipDirective, "[uiTooltip]", never, { "tip": { "alias": "uiTooltip"; "required": false; }; }, {}, never, never, true, never>;
18
+ }
@@ -0,0 +1,8 @@
1
+ import { EditableBlock, FormBlock, TableColums, TableRowData } from "../public-api";
2
+ export declare function helperTableMapDatoToColums(data: Record<string, any>, headers: TableColums[]): TableRowData[];
3
+ export declare function helperFormMapFormdataToObject<T extends object>(formData: Record<string, any>, defaults: T): T;
4
+ export declare function isMobile(): boolean;
5
+ export declare function helperShowFormFromBuilder(blocks: EditableBlock[], cols: number, editable?: boolean): {
6
+ cols: number;
7
+ blocks: FormBlock[];
8
+ };
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FirstCapitalPipe implements PipeTransform {
4
+ transform(str: string, max?: number): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<FirstCapitalPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<FirstCapitalPipe, "firstCapital", true>;
7
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicNameInitsPipe implements PipeTransform {
4
+ transform(value: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicNameInitsPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<UicNameInitsPipe, "nameInitials", true>;
7
+ }
@@ -0,0 +1,11 @@
1
+ import { OnDestroy, PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicTranslatePipe implements PipeTransform, OnDestroy {
4
+ private readonly translateService;
5
+ private readonly cdr;
6
+ private readonly subscription;
7
+ transform(keyOrText: string | null | undefined, params?: Record<string, string | number | null | undefined>): string;
8
+ ngOnDestroy(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicTranslatePipe, never>;
10
+ static ɵpipe: i0.ɵɵPipeDeclaration<UicTranslatePipe, "uicTranslate", true>;
11
+ }
@@ -0,0 +1,15 @@
1
+ import { OverlayRef } from "@angular/cdk/overlay";
2
+ import { Observable } from "rxjs";
3
+ import { UicModalService } from "./modal.service";
4
+ export declare class UiModalRef<T = any> {
5
+ private readonly overlayRef;
6
+ private readonly modalService;
7
+ private readonly _afterClosed;
8
+ constructor(overlayRef: OverlayRef, modalService: UicModalService);
9
+ close(result?: T | null): void;
10
+ closeFloating(result?: T | null): void;
11
+ afterClosed(): Observable<{
12
+ status: boolean;
13
+ data: T | null;
14
+ }>;
15
+ }
@@ -0,0 +1,5 @@
1
+ export declare const MODAL_DATA = "MODAL_DATA";
2
+ export declare const MODAL_COMPONENT = "MODAL_COMPONENT";
3
+ export declare const MODAL_CONFIG = "MODAL_CONFIG";
4
+ export declare const MODAL_CLOSE_EVENT = "modalClosed";
5
+ export declare const MODAL_CLOSE_REQUEST = "modalCloserRequested";
@@ -0,0 +1,22 @@
1
+ import { Type } from '@angular/core';
2
+ import { OverlayRef } from '@angular/cdk/overlay';
3
+ import { UiModalRef } from './modaRef';
4
+ import { ModalConfig } from '../components/modal/floating-modal/modalconfig.model';
5
+ import { SideModalConfig } from '../components/modal/side-modal/sideModalConfig.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class UicModalService {
8
+ private readonly overlay;
9
+ private readonly envInjector;
10
+ openFloatingModal<TComponent>(component: Type<TComponent>, config?: ModalConfig): UiModalRef;
11
+ openSideModal<TComponent>(component: Type<TComponent>, config?: SideModalConfig): UiModalRef;
12
+ private openModal;
13
+ close(overlayRef: OverlayRef, result?: any): void;
14
+ closeFloating(overlayRef: OverlayRef, result?: any): void;
15
+ private readonly _save$;
16
+ save$: import("rxjs").Observable<boolean>;
17
+ triggerSave(result?: boolean): void;
18
+ private createOverlayConfig;
19
+ private createModalInjector;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicModalService, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<UicModalService>;
22
+ }
@@ -0,0 +1,13 @@
1
+ import { Alert, AlertConfigParams } from '../components/push-alerts/alert.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicPushAlertService {
4
+ autoIncId: number;
5
+ private readonly alerts$;
6
+ get stream(): import("rxjs").Observable<Alert>;
7
+ show(alertData: AlertConfigParams): void;
8
+ success(message: string, options?: Partial<Alert>): void;
9
+ error(message: string, options?: Partial<Alert>): void;
10
+ warning(message: string, options?: Partial<Alert>): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicPushAlertService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<UicPushAlertService>;
13
+ }
@@ -0,0 +1,13 @@
1
+ import { AlertData, AlertResponse } from '../components/tiny-alert/tiny-alert.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UicTinyAlertService {
4
+ private readonly modal;
5
+ showAlert(data: AlertData): Promise<AlertResponse>;
6
+ success(message: string, options?: Partial<AlertData>): Promise<AlertResponse>;
7
+ error(message: string, options?: Partial<AlertData>): Promise<AlertResponse>;
8
+ warning(message: string, options?: Partial<AlertData>): Promise<AlertResponse>;
9
+ info(message: string, options?: Partial<AlertData>): Promise<AlertResponse>;
10
+ deleteConfirmation(message: string, options?: Partial<AlertData>): Promise<AlertResponse>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicTinyAlertService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<UicTinyAlertService>;
13
+ }
@@ -0,0 +1,22 @@
1
+ import { InjectionToken, Provider } from '@angular/core';
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export type UicLanguage = 'es' | 'en';
5
+ export interface UicTranslateConfig {
6
+ defaultLanguage?: UicLanguage;
7
+ }
8
+ export declare const UIC_TRANSLATE_CONFIG: InjectionToken<UicTranslateConfig>;
9
+ export declare function provideUicTranslateConfig(config: UicTranslateConfig): Provider;
10
+ export declare class UicTranslateService {
11
+ private readonly languageState;
12
+ private readonly dictionaries;
13
+ constructor(config?: UicTranslateConfig);
14
+ get language$(): Observable<UicLanguage>;
15
+ get language(): UicLanguage;
16
+ setLanguage(language: UicLanguage): void;
17
+ translate(keyOrText: string | null | undefined, params?: Record<string, string | number | null | undefined>): string;
18
+ private resolve;
19
+ private interpolate;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<UicTranslateService, [{ optional: true; }]>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<UicTranslateService>;
22
+ }
@@ -0,0 +1,290 @@
1
+ export declare const DICTIONARY_EN: {
2
+ readonly common: {
3
+ readonly open: "Open";
4
+ readonly close: "Close";
5
+ readonly save: "Save";
6
+ readonly clear: "Clear";
7
+ readonly cancel: "Cancel";
8
+ readonly apply: "Apply";
9
+ readonly continue: "Continue";
10
+ readonly back: "Back";
11
+ readonly next: "Next";
12
+ readonly send: "Send";
13
+ readonly today: "Today";
14
+ readonly search: "Search";
15
+ readonly search_ellipsis: "Search...";
16
+ readonly all: "All";
17
+ readonly select: "Select";
18
+ readonly selected: "Selected";
19
+ readonly detail: "Detail";
20
+ };
21
+ readonly table: {
22
+ readonly search_label: "Search";
23
+ readonly search_placeholder: "Search";
24
+ readonly empty: "No items found";
25
+ readonly next_short: "Next";
26
+ readonly previous_short: "Prev";
27
+ };
28
+ readonly select: {
29
+ readonly non_selected: "- Select -";
30
+ readonly multy_non_selected: "-- Select --";
31
+ readonly multy_all_selected: "-- All --";
32
+ readonly none: "- None -";
33
+ readonly empty: "No items to show";
34
+ readonly without_options: "No options available";
35
+ readonly pending_text: "PENDING TEXT";
36
+ readonly search_placeholder: "Search...";
37
+ };
38
+ readonly tree: {
39
+ readonly search_label: "Search subcategories:";
40
+ readonly search_placeholder: "Search...";
41
+ readonly empty: "No subcategories";
42
+ readonly duplicate_name: "Subcategory already exists";
43
+ readonly without_children: "No children";
44
+ };
45
+ readonly tag_selector: {
46
+ readonly add_tag: "Add tag";
47
+ readonly predefined_title: "Predefined tags";
48
+ readonly new_tag_title: "New tag";
49
+ };
50
+ readonly phone_input: {
51
+ readonly placeholder: "Enter a number";
52
+ readonly search_country: "Search country or code";
53
+ readonly clear_search: "Clear search";
54
+ readonly no_results: "No results found";
55
+ readonly aria_country_code: "{{country}} code {{dialCode}}";
56
+ };
57
+ readonly time_picker: {
58
+ readonly placeholder: "hh:mm am/pm";
59
+ };
60
+ readonly excel_table: {
61
+ readonly load_file: "Upload excel";
62
+ readonly empty_message: "No data to show";
63
+ readonly clear_file: "Clear";
64
+ readonly see_more: "See more";
65
+ readonly counter_text: "Viewing {{shown}} items of {{total}} total";
66
+ };
67
+ readonly editable_table: {
68
+ readonly add_row_above: "Add row above";
69
+ readonly add_row_below: "Add row below";
70
+ readonly delete_row: "Delete row";
71
+ readonly add_column: "Add column";
72
+ readonly delete_column: "Delete column";
73
+ readonly delete_row_with_data_warning: "This row has data. If you delete it, all values will be lost.";
74
+ readonly delete_column_with_data_warning: "The column \"{{column_name}}\" has data. If you delete it, these values will be lost.";
75
+ readonly save_or_discard_column: "Do you want to save this new column or delete it?";
76
+ readonly save_column: "Save column";
77
+ readonly save: "Save";
78
+ readonly delete: "Delete";
79
+ readonly column_name_must_be_unique: "Column name must be unique";
80
+ };
81
+ readonly rule_builder: {
82
+ readonly title: "Rule";
83
+ readonly add_rule: "Condition";
84
+ readonly add_rule_tip: "Add condition";
85
+ readonly add_group: "Group";
86
+ readonly add_group_tip: "Add group";
87
+ readonly reset: "Reset";
88
+ readonly reset_tip: "Discard unsaved changes";
89
+ readonly save: "Save rule";
90
+ readonly save_tip: "Save built rule";
91
+ readonly delete_rule_tip: "Delete condition";
92
+ readonly delete_group_tip: "Delete group";
93
+ readonly toggle_operator_tip: "Click to change operator";
94
+ readonly no_rules: "No conditions added";
95
+ readonly rules_management: "Select condition";
96
+ readonly edit: "Edit rule";
97
+ readonly edit_tip: "Edit rule";
98
+ readonly edit_condition_tip: "Click to edit condition";
99
+ readonly select_condition: "- select condition -";
100
+ readonly operators: {
101
+ readonly and: "AND";
102
+ readonly or: "OR";
103
+ };
104
+ readonly validation: {
105
+ readonly single_condition_not_allowed: "Rules cannot be created with a single condition";
106
+ };
107
+ readonly definition: {
108
+ readonly cancel_and_back: "Cancel and go back";
109
+ readonly create_and_select: "Create and select condition";
110
+ readonly search_placeholder: "Search condition";
111
+ readonly new_rule: "New condition";
112
+ readonly no_results: "No conditions found";
113
+ readonly previous: "Previous";
114
+ readonly next: "Next";
115
+ readonly form: {
116
+ readonly description: "Description";
117
+ readonly field: "Field";
118
+ readonly operator: "Operator";
119
+ readonly value: "Value";
120
+ };
121
+ };
122
+ };
123
+ readonly step_form: {
124
+ readonly back: "Back";
125
+ readonly next: "Next";
126
+ readonly submit: "Send";
127
+ };
128
+ readonly work_panel: {
129
+ readonly minimize: "Minimize";
130
+ readonly expand: "Expand";
131
+ readonly reduce: "Reduce";
132
+ readonly close: "Close";
133
+ };
134
+ readonly modal: {
135
+ readonly cancel: "Cancel";
136
+ readonly next: "Next";
137
+ };
138
+ readonly searcher: {
139
+ readonly clear_tip: "Clear";
140
+ readonly empty: "No items to show";
141
+ readonly without_selected: "No selected items";
142
+ };
143
+ readonly alerts: {
144
+ readonly success_title: "Operation successful";
145
+ readonly error_title: "An error occurred";
146
+ readonly delete_title: "Action confirmation";
147
+ readonly delete_confirm: "Yes, delete";
148
+ readonly warning_title: "Alert!";
149
+ };
150
+ readonly voice: {
151
+ readonly browser_incompatibility_title: "Browser incompatibility";
152
+ readonly browser_incompatibility_message: "This browser does not support this feature.";
153
+ readonly voice_error: "Error while starting voice dictation";
154
+ };
155
+ readonly form_builder: {
156
+ readonly block_title: "Title";
157
+ readonly add_new_field: "Add new field";
158
+ readonly block_subtitle: "Subtitle";
159
+ readonly add_block: "Add block";
160
+ readonly delete_block: "Delete block";
161
+ readonly preview_form: "Preview";
162
+ readonly submit_form: "Submit";
163
+ readonly select_field_to_edit: "Select a field to edit its properties";
164
+ readonly no_fields: "Add fields to your form";
165
+ readonly base: {
166
+ readonly name: "Key";
167
+ readonly required: "Required";
168
+ readonly icon: "Icon";
169
+ readonly label: "Label";
170
+ readonly tip: "Hint";
171
+ readonly tip_tip: "Shown below";
172
+ readonly new_line: "New line";
173
+ readonly col_span: "Column span";
174
+ readonly col_span_tip: "How many columns the field occupies";
175
+ };
176
+ readonly extra: {
177
+ readonly iconColor: "Icon color";
178
+ readonly tooltip: "Tooltip";
179
+ readonly internalIcon: "Internal icon";
180
+ readonly internalIconColor: "Internal icon color";
181
+ readonly internalColorScale: "Internal color scale";
182
+ readonly internalColorScale_tip: "Values for rendering the scale";
183
+ readonly internalColorScaleOrder: "Color scale order";
184
+ readonly internalColorScaleOrder_tip: "Ascending or descending";
185
+ readonly placeholder: "Placeholder";
186
+ readonly placeholder_tip: "Default field text";
187
+ readonly minLength: "Minimum length";
188
+ readonly minLength_tip: "Least allowed chars";
189
+ readonly maxLength: "Maximum length";
190
+ readonly maxLength_tip: "Most allowed chars";
191
+ readonly showCounter: "Show counter";
192
+ readonly showCounter_tip: "Show typed character count";
193
+ readonly voiceToTextEnabled: "Enable voice to text";
194
+ readonly voiceToTextEnabled_tip: "Enable speech input";
195
+ readonly textareaResize: "Autosize textarea";
196
+ readonly textareaResize_tip: "Grow or shrink by content";
197
+ readonly resizeMinRows: "Minimum rows";
198
+ readonly resizeMinRows_tip: "Initial minimum rows";
199
+ readonly resizeMaxRows: "Maximum rows";
200
+ readonly resizeMaxRows_tip: "Initial maximum rows";
201
+ readonly min: "Minimum";
202
+ readonly min_tip: "Smallest accepted value";
203
+ readonly max: "Maximum";
204
+ readonly max_tip: "Largest accepted value";
205
+ readonly step: "Step";
206
+ readonly step_tip: "Increment between values";
207
+ readonly sliderInterval: "Slider interval";
208
+ readonly sliderInterval_tip: "Spacing between marks";
209
+ readonly sliderMarks: "Slider marks";
210
+ readonly sliderMarks_tip: "Number of scale marks";
211
+ readonly monthMode: "Month mode";
212
+ readonly monthMode_tip: "Select a month date";
213
+ readonly monthDay: "Month day";
214
+ readonly monthDay_tip: "Pick first or last day";
215
+ readonly minDate: "Minimum date";
216
+ readonly minDate_tip: "Earliest allowed date";
217
+ readonly maxDate: "Maximum date";
218
+ readonly maxDate_tip: "Latest allowed date";
219
+ readonly timeInterval: "Time interval";
220
+ readonly timeInterval_tip: "Minute step";
221
+ readonly fileTypes: "File types";
222
+ readonly fileTypes_tip: "Comma-separated extensions";
223
+ readonly poolEnabledListView: "Enable list view";
224
+ readonly poolEnabledListView_tip: "Show pool in list mode";
225
+ readonly poolTitle: "List title";
226
+ readonly poolTitle_tip: "Title for list header";
227
+ readonly options: "Options";
228
+ readonly options_tip: "JSON list: [{id:1,text:\"A\"}]";
229
+ readonly multyEnabled: "Multiple";
230
+ readonly multyEnabled_tip: "Allow multi-select";
231
+ readonly searchFn: "Search function";
232
+ readonly searchFn_tip: "Function called to search";
233
+ readonly searchDisplayFn: "Display function";
234
+ readonly searchDisplayFn_tip: "Function to render option text";
235
+ readonly searchIsEnabledFn: "Enabled function";
236
+ readonly searchIsEnabledFn_tip: "Function to enable or disable option";
237
+ readonly pattern: "Pattern";
238
+ readonly pattern_tip: "Regular expression in text";
239
+ readonly iaValidation: "IA Validation";
240
+ readonly iaValidationPrompt: "IA Validation Prompt";
241
+ readonly searchApi: "Search API";
242
+ readonly searchApi_tip: "URL to fetch search options";
243
+ readonly selectNullable_tip: "Allows selecting an empty option";
244
+ readonly selectSearchEnabled_tip: "Enables search among options";
245
+ readonly selectNullable: "Allow empty option";
246
+ readonly selectSearchEnabled: "Enable search";
247
+ };
248
+ readonly options_editor: {
249
+ readonly title: "Options";
250
+ readonly code_label: "Code";
251
+ readonly name_label: "Label";
252
+ readonly code_placeholder: "ID";
253
+ readonly display_name_placeholder: "Display name";
254
+ readonly add_option: "Add option";
255
+ };
256
+ readonly field_editor: {
257
+ readonly dependency_title: "Dependency";
258
+ readonly dependency_description: "This field is shown only if the rule is met:";
259
+ readonly add_relation: "Add relation";
260
+ readonly remove_relation: "Remove relation";
261
+ readonly basic: "Basic";
262
+ readonly parent: "Parent";
263
+ readonly operator: "Operator";
264
+ readonly value: "Value";
265
+ readonly expected_value: "Expected value";
266
+ readonly style: "Style";
267
+ readonly advanced: "Advanced";
268
+ readonly duplicate: "Duplicate";
269
+ readonly delete: "Delete";
270
+ readonly show_advanced: "Show advanced";
271
+ readonly hide_advanced: "Hide advanced";
272
+ };
273
+ readonly validation: {
274
+ readonly duplicate_identifier: "The identifier \"{{identifier}}\" is used more than once.";
275
+ readonly duplicate_identifier_title: "Validation error";
276
+ };
277
+ };
278
+ readonly validation: {
279
+ readonly invalid: "{{field}} is invalid.";
280
+ readonly required: "{{field}} is required.";
281
+ readonly min: "{{field}} must be greater than or equal to {{min}}.";
282
+ readonly max: "{{field}} must be less than or equal to {{max}}.";
283
+ readonly minlength: "{{field}} must have at least {{requiredLength}} characters.";
284
+ readonly maxlength: "{{field}} cannot exceed {{requiredLength}} characters.";
285
+ readonly pattern: "{{field}} has an invalid format.";
286
+ };
287
+ readonly clipboard: {
288
+ readonly copy_error: "Could not copy:";
289
+ };
290
+ };