@sankhyalabs/ezui 7.1.0-dev.2 → 7.1.0-dev.21
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/cjs/{ApplicationUtils-d04f5c94.js → ApplicationUtils-4fb87a9e.js} +1 -1
- package/dist/cjs/{app-globals-c128c97e.js → app-globals-cb31a206.js} +1 -1
- package/dist/cjs/ez-actions-button.cjs.entry.js +2 -2
- package/dist/cjs/ez-alert-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-avatar.cjs.entry.js +1 -1
- package/dist/cjs/ez-calendar.cjs.entry.js +1 -1
- package/dist/cjs/ez-chip.cjs.entry.js +1 -1
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
- package/dist/cjs/{ez-combo-box-list_4.cjs.entry.js → ez-combo-box-list_5.cjs.entry.js} +150 -3
- package/dist/cjs/ez-combo-box.cjs.entry.js +2 -2
- package/dist/cjs/ez-date-input.cjs.entry.js +11 -4
- package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-dialog.cjs.entry.js +2 -2
- package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-file-item.cjs.entry.js +1 -1
- package/dist/cjs/ez-form-view.cjs.entry.js +15 -7
- package/dist/cjs/ez-form.cjs.entry.js +17 -6
- package/dist/cjs/ez-grid.cjs.entry.js +12 -5
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-link-builder_6.cjs.entry.js +1 -1
- package/dist/cjs/ez-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-modal-container.cjs.entry.js +16 -17
- package/dist/cjs/ez-modal.cjs.entry.js +2 -2
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-number-input.cjs.entry.js +3 -1
- package/dist/cjs/ez-pagination.cjs.entry.js +1 -1
- package/dist/cjs/ez-popup.cjs.entry.js +20 -8
- package/dist/cjs/ez-search-plus.cjs.entry.js +18 -4
- package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-search.cjs.entry.js +30 -26
- package/dist/cjs/ez-sidebar-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/ez-sortable-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ez-split-button.cjs.entry.js +2 -2
- package/dist/cjs/ez-split-item.cjs.entry.js +2 -2
- package/dist/cjs/ez-text-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-tooltip.cjs.entry.js +13 -2
- package/dist/cjs/ez-tree.cjs.entry.js +155 -8
- package/dist/cjs/ez-upload.cjs.entry.js +2 -2
- package/dist/cjs/ezui.cjs.js +3 -3
- package/dist/cjs/filter-column.cjs.entry.js +1 -1
- package/dist/cjs/index-a7b0c73d.js +2 -2
- package/dist/cjs/{index-00d0166b.js → index-e61642ff.js} +24 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{purify-47a2f27b.js → purify-b30a5718.js} +41 -12
- package/dist/cjs/{search-column-9aa090ec.js → search-column-51e50b59.js} +3 -3
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/ez-chip/ez-chip.css +3 -0
- package/dist/collection/components/ez-date-input/ez-date-input.js +28 -3
- package/dist/collection/components/ez-dialog/ez-dialog.css +6 -1
- package/dist/collection/components/ez-form/ez-form.js +23 -1
- package/dist/collection/components/ez-form-view/ez-form-view.js +24 -2
- package/dist/collection/components/ez-form-view/fieldbuilder/FieldBuilder.js +4 -2
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/CheckBox.tpl.js +1 -1
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.js +4 -0
- package/dist/collection/components/ez-form-view/fieldbuilder/templates/SearchInput.tpl.js +3 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +5 -1
- package/dist/collection/components/ez-grid/controller/ag-grid/DataSource.js +3 -0
- package/dist/collection/components/ez-image-input/ez-image-input.css +173 -0
- package/dist/collection/components/ez-image-input/ez-image-input.js +324 -0
- package/dist/collection/components/ez-modal/ez-modal.css +3 -0
- package/dist/collection/components/ez-modal-container/ez-modal-container.css +4 -9
- package/dist/collection/components/ez-modal-container/ez-modal-container.js +32 -15
- package/dist/collection/components/ez-number-input/ez-number-input.js +16 -0
- package/dist/collection/components/ez-popup/ez-popup.css +9 -4
- package/dist/collection/components/ez-popup/ez-popup.js +24 -7
- package/dist/collection/components/ez-search/ez-search.js +41 -19
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +16 -2
- package/dist/collection/components/ez-split-button/ez-split-button.css +7 -2
- package/dist/collection/components/ez-text-input/ez-text-input.css +3 -3
- package/dist/collection/components/ez-tooltip/ez-tooltip.js +13 -2
- package/dist/collection/components/ez-tree/ez-tree.css +4 -0
- package/dist/collection/components/ez-tree/ez-tree.js +185 -6
- package/dist/collection/components/ez-tree/subcomponents/TreeItem.js +4 -1
- package/dist/collection/components/ez-tree/types/Node.js +7 -0
- package/dist/collection/components/ez-tree/types/Tree.js +19 -0
- package/dist/collection/components/ez-tree/types/UpdateItemConfig.js +1 -0
- package/dist/collection/utils/form/DataBinder.js +1 -1
- package/dist/collection/utils/form/FormMetadata.js +12 -2
- package/dist/collection/utils/i18n/locales/en-us.js +8 -0
- package/dist/collection/utils/i18n/locales/es-es.js +8 -0
- package/dist/collection/utils/i18n/locales/pt-br.js +8 -0
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +530 -105
- package/dist/esm/{ApplicationUtils-12768f5a.js → ApplicationUtils-985c24ae.js} +1 -1
- package/dist/esm/{app-globals-9507c20e.js → app-globals-75f8a758.js} +1 -1
- package/dist/esm/ez-actions-button.entry.js +2 -2
- package/dist/esm/ez-alert-list.entry.js +1 -1
- package/dist/esm/ez-avatar.entry.js +1 -1
- package/dist/esm/ez-calendar.entry.js +1 -1
- package/dist/esm/ez-chip.entry.js +1 -1
- package/dist/esm/ez-collapsible-box.entry.js +2 -2
- package/dist/esm/{ez-combo-box-list_4.entry.js → ez-combo-box-list_5.entry.js} +150 -4
- package/dist/esm/ez-combo-box.entry.js +2 -2
- package/dist/esm/ez-date-input.entry.js +11 -4
- package/dist/esm/ez-date-time-input.entry.js +1 -1
- package/dist/esm/ez-dialog.entry.js +2 -2
- package/dist/esm/ez-double-list.entry.js +1 -1
- package/dist/esm/ez-file-item.entry.js +1 -1
- package/dist/esm/ez-form-view.entry.js +15 -7
- package/dist/esm/ez-form.entry.js +17 -6
- package/dist/esm/ez-grid.entry.js +12 -5
- package/dist/esm/ez-guide-navigator.entry.js +1 -1
- package/dist/esm/ez-link-builder_6.entry.js +1 -1
- package/dist/esm/ez-list.entry.js +1 -1
- package/dist/esm/ez-modal-container.entry.js +16 -17
- package/dist/esm/ez-modal.entry.js +2 -2
- package/dist/esm/ez-multi-selection-list.entry.js +1 -1
- package/dist/esm/ez-number-input.entry.js +3 -1
- package/dist/esm/ez-pagination.entry.js +1 -1
- package/dist/esm/ez-popup.entry.js +20 -8
- package/dist/esm/ez-search-plus.entry.js +18 -4
- package/dist/esm/ez-search-result-list.entry.js +1 -1
- package/dist/esm/ez-search.entry.js +25 -21
- package/dist/esm/ez-sidebar-navigator.entry.js +1 -1
- package/dist/esm/ez-skeleton.entry.js +1 -1
- package/dist/esm/ez-sortable-list.entry.js +1 -1
- package/dist/esm/ez-spinner.entry.js +1 -1
- package/dist/esm/ez-split-button.entry.js +2 -2
- package/dist/esm/ez-split-item.entry.js +2 -2
- package/dist/esm/ez-text-input.entry.js +1 -1
- package/dist/esm/ez-time-input.entry.js +1 -1
- package/dist/esm/ez-tooltip.entry.js +13 -2
- package/dist/esm/ez-tree.entry.js +155 -8
- package/dist/esm/ez-upload.entry.js +2 -2
- package/dist/esm/ezui.js +3 -3
- package/dist/esm/filter-column.entry.js +1 -1
- package/dist/esm/{index-62fc771e.js → index-a3b24b5d.js} +24 -0
- package/dist/esm/index-baa5e267.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{purify-dc6814bf.js → purify-9357603c.js} +41 -12
- package/dist/esm/{search-column-83562552.js → search-column-0c42248b.js} +3 -3
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/{p-e882635e.entry.js → p-0aafbc30.entry.js} +1 -1
- package/dist/ezui/{p-0c0eb410.entry.js → p-0e325699.entry.js} +1 -1
- package/dist/ezui/{p-5a11cf56.js → p-0ec5c128.js} +1 -1
- package/dist/ezui/p-1bf40959.entry.js +1 -0
- package/dist/ezui/p-1c3f43e8.entry.js +1 -0
- package/dist/ezui/{p-1cde96f9.entry.js → p-2676e2a3.entry.js} +1 -1
- package/dist/ezui/{p-e27d7dc2.entry.js → p-28af6826.entry.js} +1 -1
- package/dist/ezui/{p-1adf7139.entry.js → p-2b23906a.entry.js} +1 -1
- package/dist/ezui/{p-1730ee24.entry.js → p-2e5de2a7.entry.js} +1 -1
- package/dist/ezui/{p-5ab08b60.entry.js → p-2fd16ff2.entry.js} +1 -1
- package/dist/ezui/{p-d66bf34e.entry.js → p-3d71e8e1.entry.js} +2 -2
- package/dist/ezui/{p-6f119d5f.entry.js → p-3fcf79c7.entry.js} +1 -1
- package/dist/ezui/p-474076b3.js +1 -0
- package/dist/ezui/{p-a401041c.entry.js → p-47d9256e.entry.js} +1 -1
- package/dist/ezui/{p-124699e0.entry.js → p-4ea5c8a7.entry.js} +1 -1
- package/dist/ezui/p-582c3f90.entry.js +1 -0
- package/dist/ezui/{p-6a9a20a0.entry.js → p-5e6de2c1.entry.js} +1 -1
- package/dist/ezui/{p-2a70f094.entry.js → p-6570ca10.entry.js} +1 -1
- package/dist/ezui/{p-e99cbb51.entry.js → p-67f9fadb.entry.js} +1 -1
- package/dist/ezui/p-6a982147.js +1 -0
- package/dist/ezui/p-6c484770.entry.js +1 -0
- package/dist/ezui/{p-1266fe78.entry.js → p-6d7f2fdc.entry.js} +1 -1
- package/dist/ezui/p-6f466aec.entry.js +1 -0
- package/dist/ezui/{p-3fe05d6b.entry.js → p-714452c7.entry.js} +1 -1
- package/dist/ezui/{p-957d08cd.entry.js → p-7624767b.entry.js} +1 -1
- package/dist/ezui/p-782fe2e3.entry.js +1 -0
- package/dist/ezui/p-8709c4f6.entry.js +1 -0
- package/dist/ezui/{p-8dc267ff.entry.js → p-8a8006e6.entry.js} +1 -1
- package/dist/ezui/{p-0e49c0ff.entry.js → p-8d626d2b.entry.js} +1 -1
- package/dist/ezui/{p-79277e43.entry.js → p-9568a93d.entry.js} +1 -1
- package/dist/ezui/p-9771ea3c.entry.js +1 -0
- package/dist/ezui/p-98218fbc.js +1 -0
- package/dist/ezui/p-9d004e22.entry.js +1 -0
- package/dist/ezui/{p-eee3c7ff.entry.js → p-a13e65a4.entry.js} +1 -1
- package/dist/ezui/{p-e8c6c973.entry.js → p-a1a63294.entry.js} +1 -1
- package/dist/ezui/p-c711900a.entry.js +1 -0
- package/dist/ezui/p-cfa26133.entry.js +1 -0
- package/dist/ezui/{p-a7eab406.entry.js → p-dc192d01.entry.js} +1 -1
- package/dist/ezui/p-dff9862b.js +3 -0
- package/dist/ezui/{p-59a98e31.entry.js → p-e2e0dd76.entry.js} +1 -1
- package/dist/ezui/{p-2ba2d792.entry.js → p-e4a579f2.entry.js} +1 -1
- package/dist/ezui/{p-59092a66.entry.js → p-e82a12c6.entry.js} +1 -1
- package/dist/ezui/p-f1bbf23f.entry.js +1 -0
- package/dist/ezui/p-f34ec732.entry.js +1 -0
- package/dist/ezui/p-f45ddc1f.entry.js +1 -0
- package/dist/types/components/ez-date-input/ez-date-input.d.ts +5 -1
- package/dist/types/components/ez-form/ez-form.d.ts +5 -0
- package/dist/types/components/ez-form-view/ez-form-view.d.ts +4 -0
- package/dist/types/components/ez-form-view/fieldbuilder/FieldBuilder.d.ts +3 -1
- package/dist/types/components/ez-form-view/fieldbuilder/templates/ImageInput.tpl.d.ts +2 -0
- package/dist/types/components/ez-image-input/ez-image-input.d.ts +42 -0
- package/dist/types/components/ez-modal-container/ez-modal-container.d.ts +6 -2
- package/dist/types/components/ez-number-input/ez-number-input.d.ts +4 -0
- package/dist/types/components/ez-popup/ez-popup.d.ts +3 -0
- package/dist/types/components/ez-search/ez-search.d.ts +5 -6
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +1 -0
- package/dist/types/components/ez-tooltip/ez-tooltip.d.ts +3 -0
- package/dist/types/components/ez-tree/ez-tree.d.ts +20 -1
- package/dist/types/components/ez-tree/types/Node.d.ts +1 -0
- package/dist/types/components/ez-tree/types/Tree.d.ts +1 -0
- package/dist/types/components/ez-tree/types/UpdateItemConfig.d.ts +4 -0
- package/dist/types/components.d.ts +140 -1
- package/dist/types/utils/form/interfaces/IFormSheetMetadata.d.ts +1 -0
- package/dist/types/utils/form/interfaces/ITabConfig.d.ts +1 -0
- package/dist/types/utils/i18n/locales/en-us.d.ts +8 -0
- package/dist/types/utils/i18n/locales/es-es.d.ts +8 -0
- package/dist/types/utils/i18n/locales/pt-br.d.ts +8 -0
- package/dist/types/utils/i18n/translations.d.ts +24 -0
- package/package.json +1 -1
- package/react/components.d.ts +1 -0
- package/react/components.js +1 -0
- package/react/components.js.map +1 -1
- package/dist/ezui/p-02f6e3b0.entry.js +0 -1
- package/dist/ezui/p-0b333f09.entry.js +0 -1
- package/dist/ezui/p-14807f4e.js +0 -1
- package/dist/ezui/p-191cfbc8.entry.js +0 -1
- package/dist/ezui/p-1bfef8e5.entry.js +0 -1
- package/dist/ezui/p-228a4d2f.js +0 -3
- package/dist/ezui/p-2df50161.entry.js +0 -1
- package/dist/ezui/p-4e1df756.entry.js +0 -1
- package/dist/ezui/p-623161e2.js +0 -1
- package/dist/ezui/p-641ee538.js +0 -1
- package/dist/ezui/p-7f8c1fce.entry.js +0 -1
- package/dist/ezui/p-8bb3aeb0.entry.js +0 -1
- package/dist/ezui/p-ba7e908a.entry.js +0 -1
- package/dist/ezui/p-bd6146c5.entry.js +0 -1
- package/dist/ezui/p-c943f7c4.entry.js +0 -1
- package/dist/ezui/p-d0e6911e.entry.js +0 -1
- package/dist/ezui/p-e46a4d06.entry.js +0 -1
- package/dist/ezui/p-f958dcb1.entry.js +0 -1
|
@@ -38,6 +38,10 @@ export declare class EzModalContainer {
|
|
|
38
38
|
* Define a visibilidade do botão de fechar.
|
|
39
39
|
*/
|
|
40
40
|
showCloseButton?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* Se true o modal container receberá o foco ao ser renderizado.
|
|
43
|
+
*/
|
|
44
|
+
autoFocus?: boolean;
|
|
41
45
|
/**
|
|
42
46
|
* Representa a interação com o usuário.
|
|
43
47
|
* OK - Quando o botão é acionado
|
|
@@ -49,11 +53,11 @@ export declare class EzModalContainer {
|
|
|
49
53
|
handleEzModalAction(event: CustomEvent<string>): Promise<void>;
|
|
50
54
|
private cancelIsVisible;
|
|
51
55
|
private okIsVisible;
|
|
56
|
+
private emitOkAction;
|
|
52
57
|
componentWillLoad(): Promise<void>;
|
|
58
|
+
connectedCallback(): void;
|
|
53
59
|
componentDidLoad(): void;
|
|
54
60
|
disconnectedCallback(): void;
|
|
55
61
|
private closeModal;
|
|
56
|
-
focusLast(): void;
|
|
57
|
-
focusFirst(): void;
|
|
58
62
|
render(): any;
|
|
59
63
|
}
|
|
@@ -21,6 +21,10 @@ export declare class EzNumberInput {
|
|
|
21
21
|
* Emitido quando não foi possível completar a alteração entre o evento ezStartChange e ezChange.
|
|
22
22
|
*/
|
|
23
23
|
ezCancelWaitingChange: EventEmitter<void>;
|
|
24
|
+
/**
|
|
25
|
+
* Emitido quando o usuário digita no campo.
|
|
26
|
+
*/
|
|
27
|
+
ezInput: EventEmitter<number>;
|
|
24
28
|
/**
|
|
25
29
|
* Texto a ser apresentado como título do campo.
|
|
26
30
|
*/
|
|
@@ -5,6 +5,7 @@ export declare class EzPopup {
|
|
|
5
5
|
private _popupRef;
|
|
6
6
|
private _overlayId;
|
|
7
7
|
private _element;
|
|
8
|
+
private _hasFooterSlotContent;
|
|
8
9
|
/**
|
|
9
10
|
* Define a largura do ez-popup.
|
|
10
11
|
*/
|
|
@@ -60,6 +61,8 @@ export declare class EzPopup {
|
|
|
60
61
|
private getDialogClass;
|
|
61
62
|
componentDidRender(): void;
|
|
62
63
|
private handleAutoClose;
|
|
64
|
+
private handleFooterSlotChange;
|
|
63
65
|
private handleDefaultPropsButtonsByIndex;
|
|
66
|
+
private renderFooterButtons;
|
|
64
67
|
render(): any;
|
|
65
68
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from "../../stencil-public-runtime";
|
|
2
2
|
import { IEzCheckBoxListPosition } from '../ez-combo-box/ez-combo-box';
|
|
3
|
+
import { SearchMode } from "../../utils";
|
|
3
4
|
import { TFocusOptions } from "../ez-text-input/ez-text-input";
|
|
4
5
|
export declare class EzSearch {
|
|
5
6
|
private _textInput;
|
|
@@ -127,6 +128,10 @@ export declare class EzSearch {
|
|
|
127
128
|
* Informa se o valor da opção selecionada deve persistir no input de texto.
|
|
128
129
|
*/
|
|
129
130
|
suppressInputPersist: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* Se true o campo de descrição não será exibido.
|
|
133
|
+
*/
|
|
134
|
+
hideDescriptionInput: boolean;
|
|
130
135
|
observeErrorMessage(): void;
|
|
131
136
|
private getValue;
|
|
132
137
|
private validateNewValue;
|
|
@@ -206,9 +211,3 @@ export interface ISearchArgument {
|
|
|
206
211
|
mode: SearchMode;
|
|
207
212
|
argument: string;
|
|
208
213
|
}
|
|
209
|
-
declare enum SearchMode {
|
|
210
|
-
ADVANCED = "ADVANCED",
|
|
211
|
-
PRELOAD = "PRELOAD",
|
|
212
|
-
PREDICTIVE = "PREDICTIVE"
|
|
213
|
-
}
|
|
214
|
-
export {};
|
|
@@ -3,6 +3,7 @@ export declare class EzTooltip {
|
|
|
3
3
|
private _tooltipElement;
|
|
4
4
|
private _arrowElement;
|
|
5
5
|
private _opened;
|
|
6
|
+
private _eventsRegistered;
|
|
6
7
|
private _debouncingTimeout;
|
|
7
8
|
private _cleanup;
|
|
8
9
|
private _mouseEnterHandler;
|
|
@@ -60,6 +61,8 @@ export declare class EzTooltip {
|
|
|
60
61
|
private handleSlotChange;
|
|
61
62
|
private setEvents;
|
|
62
63
|
private removeEvents;
|
|
64
|
+
private initializeTooltip;
|
|
65
|
+
connectedCallback(): void;
|
|
63
66
|
componentDidLoad(): void;
|
|
64
67
|
private addInfoId;
|
|
65
68
|
disconnectedCallback(): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
import { ITreeItem } from './interfaces/ITreeItem';
|
|
3
|
+
import { UpdateItemConfig } from './types/UpdateItemConfig';
|
|
3
4
|
export declare class EzTree {
|
|
4
5
|
private i18n;
|
|
5
6
|
private _element;
|
|
@@ -32,6 +33,10 @@ export declare class EzTree {
|
|
|
32
33
|
* Define se a árvore deve permitir a filtragem hierárquica.
|
|
33
34
|
*/
|
|
34
35
|
enableHierarchicalFilter: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Define se os itens da árvore são selecionáveis.
|
|
38
|
+
*/
|
|
39
|
+
selectable: boolean;
|
|
35
40
|
/**
|
|
36
41
|
* Emitido quando um item é selecionado na árvore.
|
|
37
42
|
*/
|
|
@@ -44,6 +49,10 @@ export declare class EzTree {
|
|
|
44
49
|
* Emitido ao dar clique duplo em um item da árvore.
|
|
45
50
|
*/
|
|
46
51
|
ezDbClickItem: EventEmitter<ITreeItem>;
|
|
52
|
+
/**
|
|
53
|
+
* Emitido ao remover um item da árvore.
|
|
54
|
+
*/
|
|
55
|
+
ezRemoveItem: EventEmitter<string>;
|
|
47
56
|
/**
|
|
48
57
|
* Efetua a seleção de um item.
|
|
49
58
|
*/
|
|
@@ -87,7 +96,12 @@ export declare class EzTree {
|
|
|
87
96
|
/**
|
|
88
97
|
* Atualiza um item
|
|
89
98
|
*/
|
|
90
|
-
updateItem(item: ITreeItem): Promise<void>;
|
|
99
|
+
updateItem(item: ITreeItem | ITreeItem[], config?: Partial<UpdateItemConfig>): Promise<void>;
|
|
100
|
+
/**
|
|
101
|
+
* Remove um item da árvore pelo seu ID.
|
|
102
|
+
* Se o item removido estiver selecionado, a seleção será limpa.
|
|
103
|
+
*/
|
|
104
|
+
removeItem(id?: string): Promise<void>;
|
|
91
105
|
/**
|
|
92
106
|
* Obtem um item pelo id
|
|
93
107
|
*/
|
|
@@ -104,6 +118,11 @@ export declare class EzTree {
|
|
|
104
118
|
observeItems(newValue: Array<ITreeItem>, oldValue: Array<ITreeItem>): void;
|
|
105
119
|
observeValue(): void;
|
|
106
120
|
onKeyDownListener(event: KeyboardEvent): void;
|
|
121
|
+
private getItemById;
|
|
122
|
+
private addItemInIndexedList;
|
|
123
|
+
private applyDefaultValues;
|
|
124
|
+
private updateItemInIndexedList;
|
|
125
|
+
private removeItemFromIndexedList;
|
|
107
126
|
private getItemPathAttrs;
|
|
108
127
|
private openClose;
|
|
109
128
|
private previousLevel;
|
|
@@ -14,6 +14,7 @@ export declare class Node {
|
|
|
14
14
|
isDisabled(): boolean;
|
|
15
15
|
updateChildren(children: Array<ITreeItem>): void;
|
|
16
16
|
addChild(tree: ITree, item: ITreeItem): void;
|
|
17
|
+
removeChild(id: string): boolean;
|
|
17
18
|
addPlaceHolder(): void;
|
|
18
19
|
getNode(id: string): Node;
|
|
19
20
|
needLoad(): boolean;
|
|
@@ -13,6 +13,7 @@ export declare class Tree extends Node implements ITree {
|
|
|
13
13
|
load(items: Array<ITreeItem>): void;
|
|
14
14
|
setFilterPattern(pattern: string, enableHierarchicalFilter?: boolean): Promise<void>;
|
|
15
15
|
updateItem(item: ITreeItem): void;
|
|
16
|
+
removeItem(id: string): void;
|
|
16
17
|
open(path: string): Promise<void>;
|
|
17
18
|
private setAllChildrenVisible;
|
|
18
19
|
private applyFilter;
|
|
@@ -29,6 +29,7 @@ import { ListItem } from "./components/ez-sortable-list/ez-sortable-list";
|
|
|
29
29
|
import { DoubleListSlots, EmptyMessage } from "./components/ez-double-list/ez-double-list";
|
|
30
30
|
import { IDropdownItem, IDropdownSubAction } from "./components/ez-dropdown/structure/DropdownItem";
|
|
31
31
|
import { IFieldConfig, IFormConfig, IRecordValidator } from "./utils/form/interfaces";
|
|
32
|
+
import { UiFieldBuilders } from "./components/ez-form-view/fieldbuilder/FieldBuilder";
|
|
32
33
|
import { FormItems } from "./components/ez-form-view/structure";
|
|
33
34
|
import { IFormViewField as IFormViewField1 } from "./components/ez-form-view/interfaces/IFormViewField";
|
|
34
35
|
import { EzGridColumn, EzGridColumnConfig, EzGridColumStateEvent, IGridConfig, IStatusResolver, StatusResolverFunction } from "./components/ez-grid/controller/EzGridController";
|
|
@@ -59,6 +60,7 @@ import { IStyled } from "./components/ez-text-edit/ez-text-edit";
|
|
|
59
60
|
import { TFocusOptions as TFocusOptions1 } from "./components/ez-text-input/ez-text-input";
|
|
60
61
|
import { Placement } from "@floating-ui/dom";
|
|
61
62
|
import { ITreeItem } from "./components/ez-tree/interfaces/ITreeItem";
|
|
63
|
+
import { UpdateItemConfig } from "./components/ez-tree/types/UpdateItemConfig";
|
|
62
64
|
import { Node } from "./components/ez-tree/types/Node";
|
|
63
65
|
import { EzFile } from "./components/ez-upload/ez-upload";
|
|
64
66
|
import { IAppliedFilterColumnOptions, IFilterColumnConfigs } from "./components/ez-grid/subcomponents/filter-column";
|
|
@@ -1263,6 +1265,10 @@ export namespace Components {
|
|
|
1263
1265
|
* Configuração do formulário.
|
|
1264
1266
|
*/
|
|
1265
1267
|
"config": IFormConfig;
|
|
1268
|
+
/**
|
|
1269
|
+
* Define construtores customizados para tipos de campos específicos
|
|
1270
|
+
*/
|
|
1271
|
+
"customUiBuilders": UiFieldBuilders;
|
|
1266
1272
|
/**
|
|
1267
1273
|
* Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos.
|
|
1268
1274
|
*/
|
|
@@ -1301,6 +1307,10 @@ export namespace Components {
|
|
|
1301
1307
|
* Registra um editor customizado para campos da grade e formulário.
|
|
1302
1308
|
*/
|
|
1303
1309
|
"addCustomEditor": (fieldName: string, customEditor: ICustomEditor, detailContext?: string) => Promise<void>;
|
|
1310
|
+
/**
|
|
1311
|
+
* Define construtores customizados para tipos de campos específicos
|
|
1312
|
+
*/
|
|
1313
|
+
"customUiBuilders": UiFieldBuilders;
|
|
1304
1314
|
/**
|
|
1305
1315
|
* Define a lista de metadados usada para criar os campos de user interface.
|
|
1306
1316
|
*/
|
|
@@ -1671,6 +1681,36 @@ export namespace Components {
|
|
|
1671
1681
|
*/
|
|
1672
1682
|
"size": "x-small" | "small"| "medium" | "large" | "x-large";
|
|
1673
1683
|
}
|
|
1684
|
+
interface EzImageInput {
|
|
1685
|
+
/**
|
|
1686
|
+
* Tipos de arquivo aceitos
|
|
1687
|
+
*/
|
|
1688
|
+
"accept"?: string;
|
|
1689
|
+
/**
|
|
1690
|
+
* Define se o componente está habilitado
|
|
1691
|
+
*/
|
|
1692
|
+
"enabled"?: boolean;
|
|
1693
|
+
/**
|
|
1694
|
+
* Label exibido na área de upload
|
|
1695
|
+
*/
|
|
1696
|
+
"label"?: string;
|
|
1697
|
+
/**
|
|
1698
|
+
* Define se o componente está em estado de carregamento
|
|
1699
|
+
*/
|
|
1700
|
+
"loading"?: boolean;
|
|
1701
|
+
/**
|
|
1702
|
+
* Define o tamanho máximo do arquivo em bytes (padrão: 20MB)
|
|
1703
|
+
*/
|
|
1704
|
+
"maxFileSize"?: number;
|
|
1705
|
+
/**
|
|
1706
|
+
* Nome do componente
|
|
1707
|
+
*/
|
|
1708
|
+
"name"?: string;
|
|
1709
|
+
/**
|
|
1710
|
+
* Valor da imagem em base64
|
|
1711
|
+
*/
|
|
1712
|
+
"value"?: string;
|
|
1713
|
+
}
|
|
1674
1714
|
interface EzLinkBuilder {
|
|
1675
1715
|
"hide": () => Promise<void>;
|
|
1676
1716
|
"show": (text?: string) => Promise<void>;
|
|
@@ -1800,6 +1840,10 @@ export namespace Components {
|
|
|
1800
1840
|
"scrim": "medium" | "light" | "none";
|
|
1801
1841
|
}
|
|
1802
1842
|
interface EzModalContainer {
|
|
1843
|
+
/**
|
|
1844
|
+
* Se true o modal container receberá o foco ao ser renderizado.
|
|
1845
|
+
*/
|
|
1846
|
+
"autoFocus"?: boolean;
|
|
1803
1847
|
/**
|
|
1804
1848
|
* Define o texto do botão de cancelamento.
|
|
1805
1849
|
*/
|
|
@@ -2306,6 +2350,10 @@ export namespace Components {
|
|
|
2306
2350
|
*/
|
|
2307
2351
|
"errorMessage": string;
|
|
2308
2352
|
"getValueAsync": () => Promise<unknown>;
|
|
2353
|
+
/**
|
|
2354
|
+
* Se true o campo de descrição não será exibido.
|
|
2355
|
+
*/
|
|
2356
|
+
"hideDescriptionInput": boolean;
|
|
2309
2357
|
/**
|
|
2310
2358
|
* Quando verdadeiro deixa de exibir a mensagem de erro (se existente) quando focar em um elemento diferente.
|
|
2311
2359
|
*/
|
|
@@ -3395,10 +3443,18 @@ export namespace Components {
|
|
|
3395
3443
|
* Realiza a abertura de um item, incluindo a hieraquia acima. Observação para carga dinâmica (Lazyload): O item solicitado já deve estar carregado na lista. Nos casos onde o item ainda não esteja carregado o id pode ser uma string no formato "id1>>id2>>id3", tornando possível a carga a partir de um ponto já carregado.
|
|
3396
3444
|
*/
|
|
3397
3445
|
"openItem": (id: string) => Promise<void>;
|
|
3446
|
+
/**
|
|
3447
|
+
* Remove um item da árvore pelo seu ID. Se o item removido estiver selecionado, a seleção será limpa.
|
|
3448
|
+
*/
|
|
3449
|
+
"removeItem": (id?: string) => Promise<void>;
|
|
3398
3450
|
/**
|
|
3399
3451
|
* Efetua a seleção de um item.
|
|
3400
3452
|
*/
|
|
3401
3453
|
"selectItem": (id: string) => Promise<void>;
|
|
3454
|
+
/**
|
|
3455
|
+
* Define se os itens da árvore são selecionáveis.
|
|
3456
|
+
*/
|
|
3457
|
+
"selectable": boolean;
|
|
3402
3458
|
/**
|
|
3403
3459
|
* Forma alternativa para atribuir o item selecionado por seu ID.
|
|
3404
3460
|
*/
|
|
@@ -3410,7 +3466,7 @@ export namespace Components {
|
|
|
3410
3466
|
/**
|
|
3411
3467
|
* Atualiza um item
|
|
3412
3468
|
*/
|
|
3413
|
-
"updateItem": (item: ITreeItem) => Promise<void>;
|
|
3469
|
+
"updateItem": (item: ITreeItem | ITreeItem[], config?: Partial<UpdateItemConfig>) => Promise<void>;
|
|
3414
3470
|
/**
|
|
3415
3471
|
* Define o item selecionado na árvore.
|
|
3416
3472
|
*/
|
|
@@ -3621,6 +3677,10 @@ export interface EzGuideNavigatorCustomEvent<T> extends CustomEvent<T> {
|
|
|
3621
3677
|
detail: T;
|
|
3622
3678
|
target: HTMLEzGuideNavigatorElement;
|
|
3623
3679
|
}
|
|
3680
|
+
export interface EzImageInputCustomEvent<T> extends CustomEvent<T> {
|
|
3681
|
+
detail: T;
|
|
3682
|
+
target: HTMLEzImageInputElement;
|
|
3683
|
+
}
|
|
3624
3684
|
export interface EzLinkBuilderCustomEvent<T> extends CustomEvent<T> {
|
|
3625
3685
|
detail: T;
|
|
3626
3686
|
target: HTMLEzLinkBuilderElement;
|
|
@@ -3966,6 +4026,12 @@ declare global {
|
|
|
3966
4026
|
prototype: HTMLEzIconElement;
|
|
3967
4027
|
new (): HTMLEzIconElement;
|
|
3968
4028
|
};
|
|
4029
|
+
interface HTMLEzImageInputElement extends Components.EzImageInput, HTMLStencilElement {
|
|
4030
|
+
}
|
|
4031
|
+
var HTMLEzImageInputElement: {
|
|
4032
|
+
prototype: HTMLEzImageInputElement;
|
|
4033
|
+
new (): HTMLEzImageInputElement;
|
|
4034
|
+
};
|
|
3969
4035
|
interface HTMLEzLinkBuilderElement extends Components.EzLinkBuilder, HTMLStencilElement {
|
|
3970
4036
|
}
|
|
3971
4037
|
var HTMLEzLinkBuilderElement: {
|
|
@@ -4328,6 +4394,7 @@ declare global {
|
|
|
4328
4394
|
"ez-grid-view": HTMLEzGridViewElement;
|
|
4329
4395
|
"ez-guide-navigator": HTMLEzGuideNavigatorElement;
|
|
4330
4396
|
"ez-icon": HTMLEzIconElement;
|
|
4397
|
+
"ez-image-input": HTMLEzImageInputElement;
|
|
4331
4398
|
"ez-link-builder": HTMLEzLinkBuilderElement;
|
|
4332
4399
|
"ez-list": HTMLEzListElement;
|
|
4333
4400
|
"ez-list-item": HTMLEzListItemElement;
|
|
@@ -5309,6 +5376,10 @@ declare namespace LocalJSX {
|
|
|
5309
5376
|
* Emitido quando acontece a alteração de valor do campo.
|
|
5310
5377
|
*/
|
|
5311
5378
|
"onEzChange"?: (event: EzDateInputCustomEvent<Date>) => void;
|
|
5379
|
+
/**
|
|
5380
|
+
* Emitido quando o usuário digita uma data válida no campo.
|
|
5381
|
+
*/
|
|
5382
|
+
"onEzInput"?: (event: EzDateInputCustomEvent<Date>) => void;
|
|
5312
5383
|
/**
|
|
5313
5384
|
* Emitido ao iniciar a alteração (digitação incompleta).
|
|
5314
5385
|
*/
|
|
@@ -5589,6 +5660,10 @@ declare namespace LocalJSX {
|
|
|
5589
5660
|
* Configuração do formulário.
|
|
5590
5661
|
*/
|
|
5591
5662
|
"config"?: IFormConfig;
|
|
5663
|
+
/**
|
|
5664
|
+
* Define construtores customizados para tipos de campos específicos
|
|
5665
|
+
*/
|
|
5666
|
+
"customUiBuilders"?: UiFieldBuilders;
|
|
5592
5667
|
/**
|
|
5593
5668
|
* Unidade de dados. Responsável pelo controle de edição de registros e informações pertinentes aos campos.
|
|
5594
5669
|
*/
|
|
@@ -5631,6 +5706,10 @@ declare namespace LocalJSX {
|
|
|
5631
5706
|
"useSearchField"?: boolean;
|
|
5632
5707
|
}
|
|
5633
5708
|
interface EzFormView {
|
|
5709
|
+
/**
|
|
5710
|
+
* Define construtores customizados para tipos de campos específicos
|
|
5711
|
+
*/
|
|
5712
|
+
"customUiBuilders"?: UiFieldBuilders;
|
|
5634
5713
|
/**
|
|
5635
5714
|
* Define a lista de metadados usada para criar os campos de user interface.
|
|
5636
5715
|
*/
|
|
@@ -5880,6 +5959,44 @@ declare namespace LocalJSX {
|
|
|
5880
5959
|
*/
|
|
5881
5960
|
"size"?: "x-small" | "small"| "medium" | "large" | "x-large";
|
|
5882
5961
|
}
|
|
5962
|
+
interface EzImageInput {
|
|
5963
|
+
/**
|
|
5964
|
+
* Tipos de arquivo aceitos
|
|
5965
|
+
*/
|
|
5966
|
+
"accept"?: string;
|
|
5967
|
+
/**
|
|
5968
|
+
* Define se o componente está habilitado
|
|
5969
|
+
*/
|
|
5970
|
+
"enabled"?: boolean;
|
|
5971
|
+
/**
|
|
5972
|
+
* Label exibido na área de upload
|
|
5973
|
+
*/
|
|
5974
|
+
"label"?: string;
|
|
5975
|
+
/**
|
|
5976
|
+
* Define se o componente está em estado de carregamento
|
|
5977
|
+
*/
|
|
5978
|
+
"loading"?: boolean;
|
|
5979
|
+
/**
|
|
5980
|
+
* Define o tamanho máximo do arquivo em bytes (padrão: 20MB)
|
|
5981
|
+
*/
|
|
5982
|
+
"maxFileSize"?: number;
|
|
5983
|
+
/**
|
|
5984
|
+
* Nome do componente
|
|
5985
|
+
*/
|
|
5986
|
+
"name"?: string;
|
|
5987
|
+
/**
|
|
5988
|
+
* Evento disparado quando uma imagem é selecionada
|
|
5989
|
+
*/
|
|
5990
|
+
"onEzChange"?: (event: EzImageInputCustomEvent<string>) => void;
|
|
5991
|
+
/**
|
|
5992
|
+
* Evento disparado quando ocorre um erro
|
|
5993
|
+
*/
|
|
5994
|
+
"onEzError"?: (event: EzImageInputCustomEvent<string>) => void;
|
|
5995
|
+
/**
|
|
5996
|
+
* Valor da imagem em base64
|
|
5997
|
+
*/
|
|
5998
|
+
"value"?: string;
|
|
5999
|
+
}
|
|
5883
6000
|
interface EzLinkBuilder {
|
|
5884
6001
|
"onExecuteToolbarCommand"?: (event: EzLinkBuilderCustomEvent<RichToolbarCommand>) => void;
|
|
5885
6002
|
}
|
|
@@ -6008,6 +6125,10 @@ declare namespace LocalJSX {
|
|
|
6008
6125
|
"scrim"?: "medium" | "light" | "none";
|
|
6009
6126
|
}
|
|
6010
6127
|
interface EzModalContainer {
|
|
6128
|
+
/**
|
|
6129
|
+
* Se true o modal container receberá o foco ao ser renderizado.
|
|
6130
|
+
*/
|
|
6131
|
+
"autoFocus"?: boolean;
|
|
6011
6132
|
/**
|
|
6012
6133
|
* Define o texto do botão de cancelamento.
|
|
6013
6134
|
*/
|
|
@@ -6112,6 +6233,10 @@ declare namespace LocalJSX {
|
|
|
6112
6233
|
* Emitido quando acontece a alteração de valor do campo.
|
|
6113
6234
|
*/
|
|
6114
6235
|
"onEzChange"?: (event: EzNumberInputCustomEvent<number>) => void;
|
|
6236
|
+
/**
|
|
6237
|
+
* Emitido quando o usuário digita no campo.
|
|
6238
|
+
*/
|
|
6239
|
+
"onEzInput"?: (event: EzNumberInputCustomEvent<number>) => void;
|
|
6115
6240
|
/**
|
|
6116
6241
|
* Emitido ao iniciar a alteração (digitação incompleta).
|
|
6117
6242
|
*/
|
|
@@ -6473,6 +6598,10 @@ declare namespace LocalJSX {
|
|
|
6473
6598
|
* Define uma mensagem de orientação ao usuário, colocando o campo em modo inválido.
|
|
6474
6599
|
*/
|
|
6475
6600
|
"errorMessage"?: string;
|
|
6601
|
+
/**
|
|
6602
|
+
* Se true o campo de descrição não será exibido.
|
|
6603
|
+
*/
|
|
6604
|
+
"hideDescriptionInput"?: boolean;
|
|
6476
6605
|
/**
|
|
6477
6606
|
* Quando verdadeiro deixa de exibir a mensagem de erro (se existente) quando focar em um elemento diferente.
|
|
6478
6607
|
*/
|
|
@@ -7477,6 +7606,14 @@ declare namespace LocalJSX {
|
|
|
7477
7606
|
* Emitido quando um item é aberto na árvore.
|
|
7478
7607
|
*/
|
|
7479
7608
|
"onEzOpenItem"?: (event: EzTreeCustomEvent<ITreeItem>) => void;
|
|
7609
|
+
/**
|
|
7610
|
+
* Emitido ao remover um item da árvore.
|
|
7611
|
+
*/
|
|
7612
|
+
"onEzRemoveItem"?: (event: EzTreeCustomEvent<string>) => void;
|
|
7613
|
+
/**
|
|
7614
|
+
* Define se os itens da árvore são selecionáveis.
|
|
7615
|
+
*/
|
|
7616
|
+
"selectable"?: boolean;
|
|
7480
7617
|
/**
|
|
7481
7618
|
* Forma alternativa para atribuir o item selecionado por seu ID.
|
|
7482
7619
|
*/
|
|
@@ -7620,6 +7757,7 @@ declare namespace LocalJSX {
|
|
|
7620
7757
|
"ez-grid-view": EzGridView;
|
|
7621
7758
|
"ez-guide-navigator": EzGuideNavigator;
|
|
7622
7759
|
"ez-icon": EzIcon;
|
|
7760
|
+
"ez-image-input": EzImageInput;
|
|
7623
7761
|
"ez-link-builder": EzLinkBuilder;
|
|
7624
7762
|
"ez-list": EzList;
|
|
7625
7763
|
"ez-list-item": EzListItem;
|
|
@@ -7712,6 +7850,7 @@ declare module "@stencil/core" {
|
|
|
7712
7850
|
"ez-grid-view": LocalJSX.EzGridView & JSXBase.HTMLAttributes<HTMLEzGridViewElement>;
|
|
7713
7851
|
"ez-guide-navigator": LocalJSX.EzGuideNavigator & JSXBase.HTMLAttributes<HTMLEzGuideNavigatorElement>;
|
|
7714
7852
|
"ez-icon": LocalJSX.EzIcon & JSXBase.HTMLAttributes<HTMLEzIconElement>;
|
|
7853
|
+
"ez-image-input": LocalJSX.EzImageInput & JSXBase.HTMLAttributes<HTMLEzImageInputElement>;
|
|
7715
7854
|
"ez-link-builder": LocalJSX.EzLinkBuilder & JSXBase.HTMLAttributes<HTMLEzLinkBuilderElement>;
|
|
7716
7855
|
"ez-list": LocalJSX.EzList & JSXBase.HTMLAttributes<HTMLEzListElement>;
|
|
7717
7856
|
"ez-list-item": LocalJSX.EzListItem & JSXBase.HTMLAttributes<HTMLEzListItemElement>;
|
|
@@ -30,6 +30,14 @@ declare const _default: {
|
|
|
30
30
|
uploadErrorTitle: string;
|
|
31
31
|
uploadingMessage: string;
|
|
32
32
|
};
|
|
33
|
+
"ez-image-input": {
|
|
34
|
+
defaultLabel: string;
|
|
35
|
+
imageAlt: string;
|
|
36
|
+
removeImage: string;
|
|
37
|
+
invalidFileType: string;
|
|
38
|
+
fileTooLarge: string;
|
|
39
|
+
imagePreview: string;
|
|
40
|
+
};
|
|
33
41
|
"ez-calendar": {
|
|
34
42
|
month: {
|
|
35
43
|
0: string;
|
|
@@ -30,6 +30,14 @@ declare const _default: {
|
|
|
30
30
|
uploadErrorTitle: string;
|
|
31
31
|
uploadingMessage: string;
|
|
32
32
|
};
|
|
33
|
+
"ez-image-input": {
|
|
34
|
+
defaultLabel: string;
|
|
35
|
+
imageAlt: string;
|
|
36
|
+
removeImage: string;
|
|
37
|
+
invalidFileType: string;
|
|
38
|
+
fileTooLarge: string;
|
|
39
|
+
imagePreview: string;
|
|
40
|
+
};
|
|
33
41
|
"ez-calendar": {
|
|
34
42
|
month: {
|
|
35
43
|
0: string;
|
|
@@ -30,6 +30,14 @@ declare const _default: {
|
|
|
30
30
|
uploadErrorTitle: string;
|
|
31
31
|
uploadingMessage: string;
|
|
32
32
|
};
|
|
33
|
+
"ez-image-input": {
|
|
34
|
+
defaultLabel: string;
|
|
35
|
+
imageAlt: string;
|
|
36
|
+
removeImage: string;
|
|
37
|
+
invalidFileType: string;
|
|
38
|
+
fileTooLarge: string;
|
|
39
|
+
imagePreview: string;
|
|
40
|
+
};
|
|
33
41
|
"ez-calendar": {
|
|
34
42
|
month: {
|
|
35
43
|
0: string;
|
|
@@ -31,6 +31,14 @@ declare const _default: {
|
|
|
31
31
|
uploadErrorTitle: string;
|
|
32
32
|
uploadingMessage: string;
|
|
33
33
|
};
|
|
34
|
+
"ez-image-input": {
|
|
35
|
+
defaultLabel: string;
|
|
36
|
+
imageAlt: string;
|
|
37
|
+
removeImage: string;
|
|
38
|
+
invalidFileType: string;
|
|
39
|
+
fileTooLarge: string;
|
|
40
|
+
imagePreview: string;
|
|
41
|
+
};
|
|
34
42
|
"ez-calendar": {
|
|
35
43
|
month: {
|
|
36
44
|
0: string;
|
|
@@ -325,6 +333,14 @@ declare const _default: {
|
|
|
325
333
|
uploadErrorTitle: string;
|
|
326
334
|
uploadingMessage: string;
|
|
327
335
|
};
|
|
336
|
+
"ez-image-input": {
|
|
337
|
+
defaultLabel: string;
|
|
338
|
+
imageAlt: string;
|
|
339
|
+
removeImage: string;
|
|
340
|
+
invalidFileType: string;
|
|
341
|
+
fileTooLarge: string;
|
|
342
|
+
imagePreview: string;
|
|
343
|
+
};
|
|
328
344
|
"ez-calendar": {
|
|
329
345
|
month: {
|
|
330
346
|
0: string;
|
|
@@ -619,6 +635,14 @@ declare const _default: {
|
|
|
619
635
|
uploadErrorTitle: string;
|
|
620
636
|
uploadingMessage: string;
|
|
621
637
|
};
|
|
638
|
+
"ez-image-input": {
|
|
639
|
+
defaultLabel: string;
|
|
640
|
+
imageAlt: string;
|
|
641
|
+
removeImage: string;
|
|
642
|
+
invalidFileType: string;
|
|
643
|
+
fileTooLarge: string;
|
|
644
|
+
imagePreview: string;
|
|
645
|
+
};
|
|
622
646
|
"ez-calendar": {
|
|
623
647
|
month: {
|
|
624
648
|
0: string;
|
package/package.json
CHANGED
package/react/components.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ export declare const EzGrid: import("react").ForwardRefExoticComponent<JSX.EzGri
|
|
|
33
33
|
export declare const EzGridView: import("react").ForwardRefExoticComponent<JSX.EzGridView & Omit<import("react").HTMLAttributes<HTMLEzGridViewElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEzGridViewElement>>;
|
|
34
34
|
export declare const EzGuideNavigator: import("react").ForwardRefExoticComponent<JSX.EzGuideNavigator & Omit<import("react").HTMLAttributes<HTMLEzGuideNavigatorElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEzGuideNavigatorElement>>;
|
|
35
35
|
export declare const EzIcon: import("react").ForwardRefExoticComponent<JSX.EzIcon & Omit<import("react").HTMLAttributes<HTMLEzIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEzIconElement>>;
|
|
36
|
+
export declare const EzImageInput: import("react").ForwardRefExoticComponent<JSX.EzImageInput & Omit<import("react").HTMLAttributes<HTMLEzImageInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEzImageInputElement>>;
|
|
36
37
|
export declare const EzLinkBuilder: import("react").ForwardRefExoticComponent<JSX.EzLinkBuilder & Omit<import("react").HTMLAttributes<HTMLEzLinkBuilderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEzLinkBuilderElement>>;
|
|
37
38
|
export declare const EzList: import("react").ForwardRefExoticComponent<JSX.EzList & Omit<import("react").HTMLAttributes<HTMLEzListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEzListElement>>;
|
|
38
39
|
export declare const EzListItem: import("react").ForwardRefExoticComponent<JSX.EzListItem & Omit<import("react").HTMLAttributes<HTMLEzListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLEzListItemElement>>;
|
package/react/components.js
CHANGED
|
@@ -36,6 +36,7 @@ export const EzGrid = /*@__PURE__*/ createReactComponent('ez-grid');
|
|
|
36
36
|
export const EzGridView = /*@__PURE__*/ createReactComponent('ez-grid-view');
|
|
37
37
|
export const EzGuideNavigator = /*@__PURE__*/ createReactComponent('ez-guide-navigator');
|
|
38
38
|
export const EzIcon = /*@__PURE__*/ createReactComponent('ez-icon');
|
|
39
|
+
export const EzImageInput = /*@__PURE__*/ createReactComponent('ez-image-input');
|
|
39
40
|
export const EzLinkBuilder = /*@__PURE__*/ createReactComponent('ez-link-builder');
|
|
40
41
|
export const EzList = /*@__PURE__*/ createReactComponent('ez-list');
|
|
41
42
|
export const EzListItem = /*@__PURE__*/ createReactComponent('ez-list-item');
|
package/react/components.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"components.js","sourceRoot":"","sources":["../src/components.ts"],"names":[],"mappings":"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"}
|