@sankhyalabs/ezui 7.2.0-dev.1 → 7.2.0-dev.10
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-006ca96f.js → ApplicationUtils-88dfe345.js} +1 -1
- package/dist/cjs/{app-globals-5cb12916.js → app-globals-c1d07d68.js} +1 -1
- package/dist/cjs/classic-search-list_7.cjs.entry.js +9 -4
- 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-classic-combo-box.cjs.entry.js +2 -1
- package/dist/cjs/ez-classic-date-input.cjs.entry.js +2 -2
- package/dist/cjs/ez-classic-date-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-number-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-classic-search-plus.cjs.entry.js +26 -13
- package/dist/cjs/ez-classic-search.cjs.entry.js +2 -2
- package/dist/cjs/ez-classic-time-input.cjs.entry.js +4 -3
- package/dist/cjs/ez-collapsible-box.cjs.entry.js +2 -2
- package/dist/cjs/ez-combo-box.cjs.entry.js +2 -2
- package/dist/cjs/ez-date-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-date-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-dialog.cjs.entry.js +1 -1
- package/dist/cjs/ez-double-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/ez-empty-card.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 +1 -1
- package/dist/cjs/ez-form.cjs.entry.js +3 -3
- package/dist/cjs/ez-grid-pagination.cjs.entry.js +227 -0
- package/dist/cjs/ez-grid.cjs.entry.js +87 -168
- package/dist/cjs/ez-guide-navigator.cjs.entry.js +1 -1
- package/dist/cjs/ez-icon.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 +1 -1
- package/dist/cjs/ez-modal.cjs.entry.js +1 -1
- package/dist/cjs/ez-multi-selection-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-number-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-pagination.cjs.entry.js +1 -1
- package/dist/cjs/ez-popover-core.cjs.entry.js +1 -1
- package/dist/cjs/ez-popup.cjs.entry.js +1 -2
- package/dist/cjs/ez-record-navigation.cjs.entry.js +121 -0
- package/dist/cjs/ez-scroller_2.cjs.entry.js +81 -14
- package/dist/cjs/ez-search-plus.cjs.entry.js +13 -4
- package/dist/cjs/ez-search-result-list.cjs.entry.js +1 -1
- package/dist/cjs/ez-search.cjs.entry.js +3 -3
- 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 +99 -114
- package/dist/cjs/ez-spinner.cjs.entry.js +1 -1
- package/dist/cjs/ez-split-button.cjs.entry.js +4 -4
- package/dist/cjs/ez-split-item.cjs.entry.js +2 -2
- package/dist/cjs/ez-time-input.cjs.entry.js +1 -1
- package/dist/cjs/ez-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/ez-tree.cjs.entry.js +1 -1
- 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/{floating-ui.dom.esm-f4d87617.js → floating-ui.dom.esm-bea31048.js} +165 -119
- package/dist/cjs/{index-350d0fa0.js → index-9739c242.js} +91 -30
- package/dist/cjs/index-a7b0c73d.js +8 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{search-column-fbf680d7.js → search-column-9612bd3a.js} +4 -7
- package/dist/collection/collection-manifest.json +7 -0
- package/dist/collection/components/ez-classic-combo-box/ez-classic-combo-box.js +2 -1
- package/dist/collection/components/ez-classic-date-input/ez-classic-date-input.js +1 -1
- package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.css +22 -0
- package/dist/collection/components/ez-classic-search-plus/ez-classic-search-plus.js +26 -11
- package/dist/collection/components/ez-classic-time-input/ez-classic-time-input.js +3 -2
- package/dist/collection/components/ez-dropdown/ez-dropdown.css +1 -1
- package/dist/collection/components/ez-empty-card/ez-empty-card.js +7 -7
- package/dist/collection/components/ez-grid/controller/ag-grid/AgGridController.js +45 -20
- package/dist/collection/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.js +23 -0
- package/dist/collection/components/ez-grid/ez-grid.css +1 -60
- package/dist/collection/components/ez-grid/ez-grid.js +52 -150
- package/dist/collection/components/ez-grid/utils/index.js +1 -0
- package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.css +111 -0
- package/dist/collection/components/ez-grid-pagination/ez-grid-pagination.js +410 -0
- package/dist/collection/components/ez-icon/ez-icon.css +5 -5
- package/dist/collection/components/ez-image-input/ez-image-input.css +24 -8
- package/dist/collection/components/ez-image-input/ez-image-input.js +6 -1
- package/dist/collection/components/ez-popup/ez-popup.js +0 -1
- package/dist/collection/components/ez-record-navigation/ez-record-navigation.css +51 -0
- package/dist/collection/components/ez-record-navigation/ez-record-navigation.js +246 -0
- package/dist/collection/components/ez-scroller/EzScrollNavigationMode.js +5 -0
- package/dist/collection/components/ez-scroller/ez-scroller.css +117 -11
- package/dist/collection/components/ez-scroller/ez-scroller.js +118 -13
- package/dist/collection/components/ez-search/ez-search.css +4 -0
- package/dist/collection/components/ez-search-plus/ez-search-plus.js +11 -2
- package/dist/collection/components/ez-sortable-list/ez-sortable-list.css +1 -1
- package/dist/collection/components/ez-split-button/ez-split-button.css +1 -1
- package/dist/collection/components/ez-split-button/ez-split-button.js +2 -2
- package/dist/collection/utils/i18n/locales/en-us.js +27 -4
- package/dist/collection/utils/i18n/locales/es-es.js +27 -4
- package/dist/collection/utils/i18n/locales/pt-br.js +27 -4
- package/dist/collection/utils/searchColumn/search-column.js +2 -5
- package/dist/custom-elements/index.d.ts +12 -0
- package/dist/custom-elements/index.js +906 -466
- package/dist/esm/{ApplicationUtils-0c5cb207.js → ApplicationUtils-f7721533.js} +1 -1
- package/dist/esm/{app-globals-1db10325.js → app-globals-6e258867.js} +1 -1
- package/dist/esm/classic-search-list_7.entry.js +9 -4
- 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-classic-combo-box.entry.js +2 -1
- package/dist/esm/ez-classic-date-input.entry.js +2 -2
- package/dist/esm/ez-classic-date-time-input.entry.js +1 -1
- package/dist/esm/ez-classic-number-input.entry.js +1 -1
- package/dist/esm/ez-classic-search-plus.entry.js +26 -13
- package/dist/esm/ez-classic-search.entry.js +2 -2
- package/dist/esm/ez-classic-time-input.entry.js +4 -3
- package/dist/esm/ez-collapsible-box.entry.js +2 -2
- package/dist/esm/ez-combo-box.entry.js +2 -2
- package/dist/esm/ez-date-input.entry.js +1 -1
- package/dist/esm/ez-date-time-input.entry.js +1 -1
- package/dist/esm/ez-dialog.entry.js +1 -1
- package/dist/esm/ez-double-list.entry.js +1 -1
- package/dist/esm/ez-dropdown.entry.js +1 -1
- package/dist/esm/ez-empty-card.entry.js +1 -1
- package/dist/esm/ez-file-item.entry.js +1 -1
- package/dist/esm/ez-form-view.entry.js +1 -1
- package/dist/esm/ez-form.entry.js +3 -3
- package/dist/esm/ez-grid-pagination.entry.js +223 -0
- package/dist/esm/ez-grid.entry.js +88 -169
- package/dist/esm/ez-guide-navigator.entry.js +1 -1
- package/dist/esm/ez-icon.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 +1 -1
- package/dist/esm/ez-modal.entry.js +1 -1
- package/dist/esm/ez-multi-selection-list.entry.js +1 -1
- package/dist/esm/ez-number-input.entry.js +1 -1
- package/dist/esm/ez-pagination.entry.js +1 -1
- package/dist/esm/ez-popover-core.entry.js +1 -1
- package/dist/esm/ez-popup.entry.js +1 -2
- package/dist/esm/ez-record-navigation.entry.js +117 -0
- package/dist/esm/ez-scroller_2.entry.js +81 -14
- package/dist/esm/ez-search-plus.entry.js +13 -4
- package/dist/esm/ez-search-result-list.entry.js +1 -1
- package/dist/esm/ez-search.entry.js +3 -3
- 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 +99 -114
- package/dist/esm/ez-spinner.entry.js +1 -1
- package/dist/esm/ez-split-button.entry.js +4 -4
- package/dist/esm/ez-split-item.entry.js +2 -2
- package/dist/esm/ez-time-input.entry.js +1 -1
- package/dist/esm/ez-tooltip.entry.js +1 -1
- package/dist/esm/ez-tree.entry.js +1 -1
- 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/{floating-ui.dom.esm-ad30f2f0.js → floating-ui.dom.esm-2964eae1.js} +165 -119
- package/dist/esm/{index-225aa0c3.js → index-9e6dab5b.js} +91 -30
- package/dist/esm/index-baa5e267.js +8 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{search-column-40a78cac.js → search-column-dba4853a.js} +4 -7
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-0592535f.entry.js +1 -0
- package/dist/ezui/{p-544605c4.entry.js → p-063bb342.entry.js} +1 -1
- package/dist/ezui/{p-c56ee8c0.entry.js → p-0ac8bd66.entry.js} +1 -1
- package/dist/ezui/p-0d80e3ec.entry.js +1 -0
- package/dist/ezui/{p-729bd1be.entry.js → p-108503ed.entry.js} +1 -1
- package/dist/ezui/{p-e3cd5080.entry.js → p-1166b2d5.entry.js} +1 -1
- package/dist/ezui/p-15873627.js +1 -0
- package/dist/ezui/{p-0625743b.entry.js → p-160a268d.entry.js} +1 -1
- package/dist/ezui/p-178cb9df.entry.js +1 -0
- package/dist/ezui/p-2856c545.entry.js +1 -0
- package/dist/ezui/{p-df802548.entry.js → p-2ae127bc.entry.js} +1 -1
- package/dist/ezui/{p-556bf329.entry.js → p-2ebd7383.entry.js} +1 -1
- package/dist/ezui/{p-b36475f9.entry.js → p-30c5f48a.entry.js} +1 -1
- package/dist/ezui/p-312bd3c6.entry.js +1 -0
- package/dist/ezui/{p-62c149cb.entry.js → p-3fae7072.entry.js} +1 -1
- package/dist/ezui/p-42e1e733.js +1 -0
- package/dist/ezui/{p-4e869617.entry.js → p-45245c32.entry.js} +1 -1
- package/dist/ezui/{p-a872c642.entry.js → p-46b1b2ac.entry.js} +1 -1
- package/dist/ezui/{p-5abb220b.entry.js → p-54af1af0.entry.js} +1 -1
- package/dist/ezui/{p-a4351519.entry.js → p-66455069.entry.js} +1 -1
- package/dist/ezui/p-72e77b45.entry.js +1 -0
- package/dist/ezui/{p-7edc3ef7.entry.js → p-73461028.entry.js} +1 -1
- package/dist/ezui/{p-f5552540.entry.js → p-7424d520.entry.js} +1 -1
- package/dist/ezui/{p-b705b342.entry.js → p-7a07c50f.entry.js} +1 -1
- package/dist/ezui/p-7b078125.entry.js +1 -0
- package/dist/ezui/{p-d5dc6b01.entry.js → p-7dad8018.entry.js} +1 -1
- package/dist/ezui/{p-6a794336.js → p-83bddbbb.js} +1 -1
- package/dist/ezui/{p-b0a716ef.entry.js → p-881abc22.entry.js} +1 -1
- package/dist/ezui/{p-7134726a.entry.js → p-99556756.entry.js} +1 -1
- package/dist/ezui/{p-7953ecb9.entry.js → p-9bd3e28b.entry.js} +1 -1
- package/dist/ezui/{p-97312709.entry.js → p-9bd78d39.entry.js} +1 -1
- package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
- package/dist/ezui/{p-9825c1d2.js → p-ad5e263d.js} +1 -1
- package/dist/ezui/{p-26cd4c2e.entry.js → p-b06294c9.entry.js} +1 -1
- package/dist/ezui/{p-e493ad57.entry.js → p-b493757c.entry.js} +1 -1
- package/dist/ezui/{p-2da9faf1.entry.js → p-b8cd501a.entry.js} +1 -1
- package/dist/ezui/p-b986da95.entry.js +7 -0
- package/dist/ezui/{p-4c2a4435.entry.js → p-c25a4d30.entry.js} +1 -1
- package/dist/ezui/{p-4f7ad3ee.entry.js → p-c37fb359.entry.js} +1 -1
- package/dist/ezui/{p-e2972977.entry.js → p-cb00863d.entry.js} +1 -1
- package/dist/ezui/{p-4d30b703.entry.js → p-cf66ace0.entry.js} +1 -1
- package/dist/ezui/p-d2601b25.js +1 -0
- package/dist/ezui/{p-e3a42f47.entry.js → p-d5684cdc.entry.js} +1 -1
- package/dist/ezui/{p-6ac056d7.entry.js → p-d70805e4.entry.js} +1 -1
- package/dist/ezui/{p-a3bad8f8.entry.js → p-d75f583b.entry.js} +1 -1
- package/dist/ezui/p-d8b69419.entry.js +1 -0
- package/dist/ezui/{p-56565777.entry.js → p-dfced8c7.entry.js} +1 -1
- package/dist/ezui/{p-5a74d132.entry.js → p-e2b3970c.entry.js} +46 -46
- package/dist/ezui/{p-0248846f.entry.js → p-e3d6b544.entry.js} +1 -1
- package/dist/ezui/{p-4c76b365.entry.js → p-e692c2a7.entry.js} +1 -1
- package/dist/ezui/{p-8e5f1c74.entry.js → p-e8cd003b.entry.js} +1 -1
- package/dist/ezui/p-ed790867.entry.js +1 -0
- package/dist/ezui/p-f2e0acf5.entry.js +1 -0
- package/dist/ezui/{p-34d459e4.entry.js → p-f498f6b5.entry.js} +1 -1
- package/dist/ezui/{p-4af745e1.entry.js → p-fb27b98d.entry.js} +1 -1
- package/dist/ezui/{p-987185c4.entry.js → p-fc11f5b9.entry.js} +1 -1
- package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
- package/dist/types/components/ez-classic-search-plus/ez-classic-search-plus.d.ts +3 -0
- package/dist/types/components/ez-empty-card/ez-empty-card.d.ts +2 -2
- package/dist/types/components/ez-grid/controller/ag-grid/AgGridController.d.ts +4 -0
- package/dist/types/components/ez-grid/controller/ag-grid/gridColumnDefaultWidths.d.ts +4 -0
- package/dist/types/components/ez-grid/ez-grid.d.ts +10 -27
- package/dist/types/components/ez-grid/utils/index.d.ts +1 -0
- package/dist/types/components/ez-grid-pagination/ez-grid-pagination.d.ts +75 -0
- package/dist/types/components/ez-image-input/ez-image-input.d.ts +1 -0
- package/dist/types/components/ez-record-navigation/ez-record-navigation.d.ts +43 -0
- package/dist/types/components/ez-scroller/EzScrollNavigationMode.d.ts +4 -0
- package/dist/types/components/ez-scroller/ez-scroller.d.ts +16 -2
- package/dist/types/components/ez-search-plus/ez-search-plus.d.ts +1 -0
- package/dist/types/components.d.ts +154 -6
- package/dist/types/utils/i18n/locales/en-us.d.ts +26 -3
- package/dist/types/utils/i18n/locales/es-es.d.ts +26 -3
- package/dist/types/utils/i18n/locales/pt-br.d.ts +26 -3
- package/dist/types/utils/i18n/translations.d.ts +78 -9
- package/package.json +5 -5
- package/react/components.d.ts +2 -0
- package/react/components.js +2 -0
- package/react/components.js.map +1 -1
- package/dist/ezui/p-07fb22c3.entry.js +0 -1
- package/dist/ezui/p-288631d1.entry.js +0 -1
- package/dist/ezui/p-2a806303.js +0 -1
- package/dist/ezui/p-2de94faf.entry.js +0 -1
- package/dist/ezui/p-619225ce.entry.js +0 -1
- package/dist/ezui/p-a813a748.entry.js +0 -1
- package/dist/ezui/p-b8078832.entry.js +0 -1
- package/dist/ezui/p-c0ae79fa.entry.js +0 -1
- package/dist/ezui/p-c178730b.js +0 -1
- package/dist/ezui/p-ce0a0036.entry.js +0 -7
- package/dist/ezui/p-d2645bdf.entry.js +0 -1
- package/dist/ezui/p-ff4312d5.js +0 -1
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
import { Action, ElementIDUtils } from '@sankhyalabs/core';
|
|
2
|
+
import { Fragment, Host, h } from '@stencil/core';
|
|
3
|
+
import initI18n from '../../utils/i18n';
|
|
4
|
+
export class EzRecordNavigation {
|
|
5
|
+
constructor() {
|
|
6
|
+
this._dataUnitInitialized = false;
|
|
7
|
+
this.leftButtonDisabled = undefined;
|
|
8
|
+
this.rightButtonDisabled = undefined;
|
|
9
|
+
this.dataUnit = undefined;
|
|
10
|
+
this.primaryKeys = undefined;
|
|
11
|
+
this.textPosition = 'right';
|
|
12
|
+
this.disabled = false;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Navega para a página anterior.
|
|
16
|
+
*/
|
|
17
|
+
async previousRecord() {
|
|
18
|
+
if (!this.dataUnit) {
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
await this.dataUnit.previousRecord();
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Navega para a próxima página.
|
|
25
|
+
*/
|
|
26
|
+
async nextRecord() {
|
|
27
|
+
if (!this.dataUnit) {
|
|
28
|
+
return;
|
|
29
|
+
}
|
|
30
|
+
await this.dataUnit.nextRecord();
|
|
31
|
+
}
|
|
32
|
+
onDataUnitChange() {
|
|
33
|
+
this.initializeDataUnit();
|
|
34
|
+
}
|
|
35
|
+
onDisabledChange() {
|
|
36
|
+
this.setStatusButtonPagination();
|
|
37
|
+
}
|
|
38
|
+
renderPageTitle() {
|
|
39
|
+
if (!this.primaryKeys) {
|
|
40
|
+
return null;
|
|
41
|
+
}
|
|
42
|
+
return this.primaryKeys.map((key, index) => {
|
|
43
|
+
var _a;
|
|
44
|
+
const fieldValue = this.dataUnit.getFieldValue(key);
|
|
45
|
+
const fieldLabel = (_a = this.dataUnit.getField(key)) === null || _a === void 0 ? void 0 : _a.label;
|
|
46
|
+
const isLast = index === this.primaryKeys.length - 1;
|
|
47
|
+
return (h(Fragment, null, h("ez-tooltip", { message: fieldLabel !== null && fieldLabel !== void 0 ? fieldLabel : fieldValue }, h("span", { class: "record-navigation__label", "aria-live": "polite", "aria-atomic": "true" }, fieldValue !== null && fieldValue !== void 0 ? fieldValue : '-')), !isLast && h("span", { class: "record-navigation__divider" })));
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
dataUnitObserver(action) {
|
|
51
|
+
switch (action.type) {
|
|
52
|
+
case Action.SELECTION_CHANGED:
|
|
53
|
+
case Action.PREVIOUS_SELECTED:
|
|
54
|
+
case Action.NEXT_SELECTED:
|
|
55
|
+
this.setStatusButtonPagination();
|
|
56
|
+
break;
|
|
57
|
+
default:
|
|
58
|
+
break;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
getLeftButtonDisabledStatus() {
|
|
62
|
+
if (!this.dataUnit || this.disabled)
|
|
63
|
+
return true;
|
|
64
|
+
return !this.dataUnit.hasPrevious();
|
|
65
|
+
}
|
|
66
|
+
getRightButtonDisabledStatus() {
|
|
67
|
+
if (!this.dataUnit || this.disabled)
|
|
68
|
+
return true;
|
|
69
|
+
return !this.dataUnit.hasNext();
|
|
70
|
+
}
|
|
71
|
+
setStatusButtonPagination() {
|
|
72
|
+
this.leftButtonDisabled = this.getLeftButtonDisabledStatus();
|
|
73
|
+
this.rightButtonDisabled = this.getRightButtonDisabledStatus();
|
|
74
|
+
}
|
|
75
|
+
initializeDataUnit() {
|
|
76
|
+
if (!this.dataUnit || this._dataUnitInitialized) {
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
79
|
+
this.setStatusButtonPagination();
|
|
80
|
+
this._dataUnitObserverBound = this.dataUnitObserver.bind(this);
|
|
81
|
+
this.dataUnit.subscribe(this._dataUnitObserverBound);
|
|
82
|
+
this._dataUnitInitialized = true;
|
|
83
|
+
}
|
|
84
|
+
addInfoId() {
|
|
85
|
+
if (this._element) {
|
|
86
|
+
ElementIDUtils.addIDInfo(this._element);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
async connectedCallback() {
|
|
90
|
+
this.i18n = await initI18n();
|
|
91
|
+
this.initializeDataUnit();
|
|
92
|
+
}
|
|
93
|
+
componentDidLoad() {
|
|
94
|
+
this.addInfoId();
|
|
95
|
+
}
|
|
96
|
+
disconnectedCallback() {
|
|
97
|
+
if (this.dataUnit && this._dataUnitInitialized && this._dataUnitObserverBound) {
|
|
98
|
+
this.dataUnit.unsubscribe(this._dataUnitObserverBound);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
render() {
|
|
102
|
+
return (h(Host, null, h("div", { class: {
|
|
103
|
+
"record-navigation__container": true,
|
|
104
|
+
"record-navigation-text-right": this.textPosition === 'right'
|
|
105
|
+
} }, h("div", { class: "record-navigation__container-label" }, this.renderPageTitle()), h("div", { id: "grid-record-navigation-tooltip", class: "record-navigation__buttons-container" }, h("ez-tooltip", { message: this.i18n("ez-record-navigation.previousRecord") }, h("ez-button", { iconName: "chevron-left", mode: "icon", isDisabled: this.leftButtonDisabled, onClick: () => this.previousRecord(), label: this.i18n("ez-record-navigation.previousRecord") })), h("ez-tooltip", { message: this.i18n("ez-record-navigation.nextRecord") }, h("ez-button", { iconName: "chevron-right", mode: "icon", isDisabled: this.rightButtonDisabled, onClick: () => this.nextRecord(), label: this.i18n("ez-record-navigation.nextRecord") }))))));
|
|
106
|
+
}
|
|
107
|
+
static get is() { return "ez-record-navigation"; }
|
|
108
|
+
static get encapsulation() { return "shadow"; }
|
|
109
|
+
static get originalStyleUrls() {
|
|
110
|
+
return {
|
|
111
|
+
"$": ["ez-record-navigation.css"]
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
static get styleUrls() {
|
|
115
|
+
return {
|
|
116
|
+
"$": ["ez-record-navigation.css"]
|
|
117
|
+
};
|
|
118
|
+
}
|
|
119
|
+
static get properties() {
|
|
120
|
+
return {
|
|
121
|
+
"dataUnit": {
|
|
122
|
+
"type": "unknown",
|
|
123
|
+
"mutable": false,
|
|
124
|
+
"complexType": {
|
|
125
|
+
"original": "DataUnit",
|
|
126
|
+
"resolved": "DataUnit",
|
|
127
|
+
"references": {
|
|
128
|
+
"DataUnit": {
|
|
129
|
+
"location": "import",
|
|
130
|
+
"path": "@sankhyalabs/core"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"required": false,
|
|
135
|
+
"optional": false,
|
|
136
|
+
"docs": {
|
|
137
|
+
"tags": [],
|
|
138
|
+
"text": "DataUnit."
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
"primaryKeys": {
|
|
142
|
+
"type": "unknown",
|
|
143
|
+
"mutable": false,
|
|
144
|
+
"complexType": {
|
|
145
|
+
"original": "string[]",
|
|
146
|
+
"resolved": "string[]",
|
|
147
|
+
"references": {}
|
|
148
|
+
},
|
|
149
|
+
"required": false,
|
|
150
|
+
"optional": false,
|
|
151
|
+
"docs": {
|
|
152
|
+
"tags": [],
|
|
153
|
+
"text": "Chaves prim\u00E1rias dos registros, usadas para visualizar o registro atual."
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"textPosition": {
|
|
157
|
+
"type": "string",
|
|
158
|
+
"mutable": false,
|
|
159
|
+
"complexType": {
|
|
160
|
+
"original": "'left' | 'right'",
|
|
161
|
+
"resolved": "\"left\" | \"right\"",
|
|
162
|
+
"references": {}
|
|
163
|
+
},
|
|
164
|
+
"required": false,
|
|
165
|
+
"optional": false,
|
|
166
|
+
"docs": {
|
|
167
|
+
"tags": [],
|
|
168
|
+
"text": ""
|
|
169
|
+
},
|
|
170
|
+
"attribute": "text-position",
|
|
171
|
+
"reflect": false,
|
|
172
|
+
"defaultValue": "'right'"
|
|
173
|
+
},
|
|
174
|
+
"disabled": {
|
|
175
|
+
"type": "boolean",
|
|
176
|
+
"mutable": false,
|
|
177
|
+
"complexType": {
|
|
178
|
+
"original": "boolean",
|
|
179
|
+
"resolved": "boolean",
|
|
180
|
+
"references": {}
|
|
181
|
+
},
|
|
182
|
+
"required": false,
|
|
183
|
+
"optional": false,
|
|
184
|
+
"docs": {
|
|
185
|
+
"tags": [],
|
|
186
|
+
"text": "Desabilita a navega\u00E7\u00E3o entre os registros."
|
|
187
|
+
},
|
|
188
|
+
"attribute": "disabled",
|
|
189
|
+
"reflect": false,
|
|
190
|
+
"defaultValue": "false"
|
|
191
|
+
}
|
|
192
|
+
};
|
|
193
|
+
}
|
|
194
|
+
static get states() {
|
|
195
|
+
return {
|
|
196
|
+
"leftButtonDisabled": {},
|
|
197
|
+
"rightButtonDisabled": {}
|
|
198
|
+
};
|
|
199
|
+
}
|
|
200
|
+
static get methods() {
|
|
201
|
+
return {
|
|
202
|
+
"previousRecord": {
|
|
203
|
+
"complexType": {
|
|
204
|
+
"signature": "() => Promise<void>",
|
|
205
|
+
"parameters": [],
|
|
206
|
+
"references": {
|
|
207
|
+
"Promise": {
|
|
208
|
+
"location": "global"
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
"return": "Promise<void>"
|
|
212
|
+
},
|
|
213
|
+
"docs": {
|
|
214
|
+
"text": "Navega para a p\u00E1gina anterior.",
|
|
215
|
+
"tags": []
|
|
216
|
+
}
|
|
217
|
+
},
|
|
218
|
+
"nextRecord": {
|
|
219
|
+
"complexType": {
|
|
220
|
+
"signature": "() => Promise<void>",
|
|
221
|
+
"parameters": [],
|
|
222
|
+
"references": {
|
|
223
|
+
"Promise": {
|
|
224
|
+
"location": "global"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"return": "Promise<void>"
|
|
228
|
+
},
|
|
229
|
+
"docs": {
|
|
230
|
+
"text": "Navega para a pr\u00F3xima p\u00E1gina.",
|
|
231
|
+
"tags": []
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
};
|
|
235
|
+
}
|
|
236
|
+
static get elementRef() { return "_element"; }
|
|
237
|
+
static get watchers() {
|
|
238
|
+
return [{
|
|
239
|
+
"propName": "dataUnit",
|
|
240
|
+
"methodName": "onDataUnitChange"
|
|
241
|
+
}, {
|
|
242
|
+
"propName": "disabled",
|
|
243
|
+
"methodName": "onDisabledChange"
|
|
244
|
+
}];
|
|
245
|
+
}
|
|
246
|
+
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
/*@doc Define a cor de efeito de sombreado com componente.*/
|
|
3
3
|
--ez-scroller--box-shadow-color: var(--background--body, #fafcff);
|
|
4
|
+
/*@doc Define o espaçamento entre os botões de navegação e o conteúdo.*/
|
|
5
|
+
--ez-scroller__nav-button--spacing: var(--space--8, 8px);
|
|
4
6
|
|
|
5
7
|
/* scrollbar */
|
|
6
8
|
/*@doc Define a cor da barra de rolagem do componente.*/
|
|
@@ -141,56 +143,160 @@
|
|
|
141
143
|
|
|
142
144
|
.ez-scroller__wrapper--horizontal {
|
|
143
145
|
flex-direction: row;
|
|
146
|
+
align-items: center;
|
|
147
|
+
gap: var(--ez-scroller__nav-button--spacing);
|
|
144
148
|
}
|
|
145
149
|
|
|
146
150
|
.ez-scroller__wrapper--vertical {
|
|
147
151
|
flex-direction: column;
|
|
152
|
+
align-items: center;
|
|
153
|
+
gap: var(--ez-scroller__nav-button--spacing);
|
|
148
154
|
}
|
|
149
155
|
|
|
150
|
-
.ez-scroller__wrapper--
|
|
151
|
-
|
|
156
|
+
.ez-scroller__wrapper--buttons-mode {
|
|
157
|
+
display: flex;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.ez-scroller__wrapper--buttons-mode.ez-scroller__wrapper--horizontal {
|
|
161
|
+
flex-direction: row;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.ez-scroller__wrapper--buttons-mode.ez-scroller__wrapper--vertical {
|
|
165
|
+
flex-direction: column;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/* Shadow effects - applied to wrapper when not in buttons mode */
|
|
169
|
+
.ez-scroller__wrapper:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before,
|
|
170
|
+
.ez-scroller__wrapper:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after {
|
|
152
171
|
content: "";
|
|
153
172
|
display: flex;
|
|
154
173
|
position: absolute;
|
|
155
174
|
z-index: 1;
|
|
156
175
|
}
|
|
157
176
|
|
|
158
|
-
.ez-scroller__wrapper--horizontal.ez-scroller__wrapper--shadow-start::before,
|
|
159
|
-
.ez-scroller__wrapper--horizontal.ez-scroller__wrapper--shadow-end::after {
|
|
177
|
+
.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before,
|
|
178
|
+
.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after {
|
|
160
179
|
width: 24px;
|
|
161
180
|
min-height: calc(100% - 10px);
|
|
162
181
|
}
|
|
163
182
|
|
|
164
|
-
.ez-scroller__wrapper--horizontal.ez-scroller__wrapper--shadow-start::before {
|
|
183
|
+
.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before {
|
|
165
184
|
left: 0;
|
|
166
185
|
|
|
167
186
|
/*public*/
|
|
168
187
|
background: linear-gradient(to right, var(--ez-scroller--box-shadow-color) 20%, transparent 80%);
|
|
169
188
|
}
|
|
170
189
|
|
|
171
|
-
.ez-scroller__wrapper--horizontal.ez-scroller__wrapper--shadow-end::after {
|
|
190
|
+
.ez-scroller__wrapper--horizontal:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after {
|
|
172
191
|
right: 0;
|
|
173
192
|
|
|
174
193
|
/*public*/
|
|
175
194
|
background: linear-gradient(to left, var(--ez-scroller--box-shadow-color) 20%, transparent 80%);
|
|
176
195
|
}
|
|
177
196
|
|
|
178
|
-
.ez-scroller__wrapper--vertical.ez-scroller__wrapper--shadow-start::before,
|
|
179
|
-
.ez-scroller__wrapper--vertical.ez-scroller__wrapper--shadow-end::after {
|
|
197
|
+
.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before,
|
|
198
|
+
.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after {
|
|
180
199
|
min-width: calc(100% - 10px);
|
|
181
200
|
height: 24px;
|
|
182
201
|
}
|
|
183
202
|
|
|
184
|
-
.ez-scroller__wrapper--vertical.ez-scroller__wrapper--shadow-start::before {
|
|
203
|
+
.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-start::before {
|
|
185
204
|
top: 0;
|
|
186
205
|
|
|
187
206
|
/*public*/
|
|
188
207
|
background: linear-gradient(to bottom, var(--ez-scroller--box-shadow-color) 20%, transparent 80%);
|
|
189
208
|
}
|
|
190
209
|
|
|
191
|
-
.ez-scroller__wrapper--vertical.ez-scroller__wrapper--shadow-end::after {
|
|
210
|
+
.ez-scroller__wrapper--vertical:not(.ez-scroller__wrapper--buttons-mode).ez-scroller__wrapper--shadow-end::after {
|
|
192
211
|
bottom: 0;
|
|
193
212
|
|
|
194
213
|
/*public*/
|
|
195
214
|
background: linear-gradient(to top, var(--ez-scroller--box-shadow-color) 20%, transparent 80%);
|
|
196
|
-
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/* Navigation buttons */
|
|
218
|
+
.ez-scroller__container--buttons-mode::-webkit-scrollbar {
|
|
219
|
+
display: none;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.ez-scroller__container--buttons-mode {
|
|
223
|
+
scrollbar-width: none;
|
|
224
|
+
flex: 1;
|
|
225
|
+
min-width: 0;
|
|
226
|
+
position: relative;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.ez-scroller__nav-button {
|
|
230
|
+
/*@doc Define o tamanho do botão de navegação.*/
|
|
231
|
+
--ez-scroller__nav-button--size: var(--space--32, 32px);
|
|
232
|
+
/*@doc Define o raio da borda do botão de navegação.*/
|
|
233
|
+
--ez-scroller__nav-button--border-radius: var(--border--radius-24, 24px);
|
|
234
|
+
/*@doc Define a largura do gradiente ao lado do botão.*/
|
|
235
|
+
--ez-scroller__nav-button--gradient-width: 40px;
|
|
236
|
+
|
|
237
|
+
display: flex;
|
|
238
|
+
align-items: center;
|
|
239
|
+
justify-content: center;
|
|
240
|
+
border: none;
|
|
241
|
+
cursor: pointer;
|
|
242
|
+
flex-shrink: 0;
|
|
243
|
+
position: relative;
|
|
244
|
+
z-index: 2;
|
|
245
|
+
|
|
246
|
+
/*public*/
|
|
247
|
+
width: var(--ez-scroller__nav-button--size);
|
|
248
|
+
height: var(--ez-scroller__nav-button--size);
|
|
249
|
+
border-radius: var(--ez-scroller__nav-button--border-radius);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/* Gradient attached to previous button (left/top) */
|
|
253
|
+
.ez-scroller__nav-button--previous::after {
|
|
254
|
+
content: "";
|
|
255
|
+
position: absolute;
|
|
256
|
+
z-index: -1;
|
|
257
|
+
pointer-events: none;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.ez-scroller__wrapper--horizontal .ez-scroller__nav-button--previous::after {
|
|
261
|
+
left: 100%;
|
|
262
|
+
top: 0;
|
|
263
|
+
bottom: 0;
|
|
264
|
+
width: var(--ez-scroller__nav-button--gradient-width);
|
|
265
|
+
background: linear-gradient(to left, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.ez-scroller__wrapper--vertical .ez-scroller__nav-button--previous::after {
|
|
269
|
+
top: 100%;
|
|
270
|
+
left: 0;
|
|
271
|
+
right: 0;
|
|
272
|
+
height: var(--ez-scroller__nav-button--gradient-width);
|
|
273
|
+
background: linear-gradient(to top, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
/* Gradient attached to next button (right/bottom) */
|
|
277
|
+
.ez-scroller__nav-button--next::before {
|
|
278
|
+
content: "";
|
|
279
|
+
position: absolute;
|
|
280
|
+
z-index: -1;
|
|
281
|
+
pointer-events: none;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.ez-scroller__wrapper--horizontal .ez-scroller__nav-button--next::before {
|
|
285
|
+
right: 100%;
|
|
286
|
+
top: 0;
|
|
287
|
+
bottom: 0;
|
|
288
|
+
width: var(--ez-scroller__nav-button--gradient-width);
|
|
289
|
+
background: linear-gradient(to right, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.ez-scroller__wrapper--vertical .ez-scroller__nav-button--next::before {
|
|
293
|
+
bottom: 100%;
|
|
294
|
+
left: 0;
|
|
295
|
+
right: 0;
|
|
296
|
+
height: var(--ez-scroller__nav-button--gradient-width);
|
|
297
|
+
background: linear-gradient(to bottom, transparent 0%, var(--ez-scroller--box-shadow-color, #fafcff) 100%);
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.ez-scroller__nav-button ez-icon {
|
|
301
|
+
pointer-events: none;
|
|
302
|
+
}
|
|
@@ -1,25 +1,64 @@
|
|
|
1
1
|
import { JSUtils } from '@sankhyalabs/core';
|
|
2
2
|
import { h, Host } from '@stencil/core';
|
|
3
|
+
import initI18n from '../../utils/i18n';
|
|
3
4
|
import { EzScrollDirection } from './EzScrollDirection';
|
|
5
|
+
import { EzScrollNavigationMode } from './EzScrollNavigationMode';
|
|
4
6
|
export class EzScroller {
|
|
5
7
|
constructor() {
|
|
6
8
|
this._shadowStart = "ez-scroller__wrapper--shadow-start";
|
|
7
9
|
this._shadowEnd = "ez-scroller__wrapper--shadow-end";
|
|
10
|
+
this._startHidden = undefined;
|
|
11
|
+
this._endHidden = undefined;
|
|
8
12
|
this.isActive = false;
|
|
9
13
|
this.direction = undefined;
|
|
10
14
|
this.locked = false;
|
|
11
15
|
this.activeShadow = false;
|
|
16
|
+
this.navigationMode = EzScrollNavigationMode.SCROLLBAR;
|
|
17
|
+
this.scrollAmount = 200;
|
|
12
18
|
}
|
|
13
19
|
//---------------------------------------------
|
|
14
20
|
// Private methods
|
|
15
21
|
//---------------------------------------------
|
|
22
|
+
scrollToPrevious() {
|
|
23
|
+
if (!this._container)
|
|
24
|
+
return;
|
|
25
|
+
const scrollOptions = {
|
|
26
|
+
behavior: 'smooth'
|
|
27
|
+
};
|
|
28
|
+
if (this.direction === EzScrollDirection.HORIZONTAL) {
|
|
29
|
+
scrollOptions.left = Math.max(0, this._container.scrollLeft - this.scrollAmount);
|
|
30
|
+
}
|
|
31
|
+
else if (this.direction === EzScrollDirection.VERTICAL) {
|
|
32
|
+
scrollOptions.top = Math.max(0, this._container.scrollTop - this.scrollAmount);
|
|
33
|
+
}
|
|
34
|
+
this._container.scrollTo(scrollOptions);
|
|
35
|
+
}
|
|
36
|
+
scrollToNext() {
|
|
37
|
+
if (!this._container)
|
|
38
|
+
return;
|
|
39
|
+
const scrollOptions = {
|
|
40
|
+
behavior: 'smooth'
|
|
41
|
+
};
|
|
42
|
+
if (this.direction === EzScrollDirection.HORIZONTAL) {
|
|
43
|
+
scrollOptions.left = this._container.scrollLeft + this.scrollAmount;
|
|
44
|
+
}
|
|
45
|
+
else if (this.direction === EzScrollDirection.VERTICAL) {
|
|
46
|
+
scrollOptions.top = this._container.scrollTop + this.scrollAmount;
|
|
47
|
+
}
|
|
48
|
+
this._container.scrollTo(scrollOptions);
|
|
49
|
+
}
|
|
16
50
|
getContainerClass() {
|
|
51
|
+
const isButtonMode = this.navigationMode === EzScrollNavigationMode.BUTTONS;
|
|
17
52
|
return `ez-scroller__container ez-scroller__container--${this.direction}
|
|
18
53
|
${this.locked || !this.isActive ? " ez-scroller__container--locked" : ""}
|
|
54
|
+
${isButtonMode ? " ez-scroller__container--buttons-mode" : ""}
|
|
19
55
|
`;
|
|
20
56
|
}
|
|
21
57
|
getWrapperClass() {
|
|
22
|
-
|
|
58
|
+
const isButtonMode = this.navigationMode === EzScrollNavigationMode.BUTTONS;
|
|
59
|
+
return `ez-scroller__wrapper ez-scroller__wrapper--${this.direction}
|
|
60
|
+
${isButtonMode ? " ez-scroller__wrapper--buttons-mode" : ""}
|
|
61
|
+
`;
|
|
23
62
|
}
|
|
24
63
|
finishDrag() {
|
|
25
64
|
if (this._controller) {
|
|
@@ -47,27 +86,33 @@ export class EzScroller {
|
|
|
47
86
|
this.updateShadow();
|
|
48
87
|
}
|
|
49
88
|
updateShadow() {
|
|
50
|
-
|
|
51
|
-
|
|
89
|
+
if (!this.activeShadow) {
|
|
90
|
+
return;
|
|
91
|
+
}
|
|
92
|
+
// Apply shadow classes to container when in buttons mode, otherwise to wrapper
|
|
93
|
+
const targetElement = this.navigationMode === EzScrollNavigationMode.BUTTONS
|
|
94
|
+
? this._container
|
|
95
|
+
: this._wrapper;
|
|
96
|
+
if (targetElement == undefined) {
|
|
52
97
|
return;
|
|
53
98
|
}
|
|
54
99
|
const shadowPositions = ["", "start", "end", "middle"];
|
|
55
100
|
const currentPosition = shadowPositions[Number(this._startHidden) | Number(this._endHidden) << 1];
|
|
56
101
|
if (currentPosition === "start") {
|
|
57
|
-
|
|
58
|
-
|
|
102
|
+
targetElement.classList.add(this._shadowStart);
|
|
103
|
+
targetElement.classList.remove(this._shadowEnd);
|
|
59
104
|
}
|
|
60
105
|
else if (currentPosition === "end") {
|
|
61
|
-
|
|
62
|
-
|
|
106
|
+
targetElement.classList.remove(this._shadowStart);
|
|
107
|
+
targetElement.classList.add(this._shadowEnd);
|
|
63
108
|
}
|
|
64
109
|
else if (currentPosition === "middle") {
|
|
65
|
-
|
|
66
|
-
|
|
110
|
+
targetElement.classList.add(this._shadowStart);
|
|
111
|
+
targetElement.classList.add(this._shadowEnd);
|
|
67
112
|
}
|
|
68
113
|
else {
|
|
69
|
-
|
|
70
|
-
|
|
114
|
+
targetElement.classList.remove(this._shadowStart);
|
|
115
|
+
targetElement.classList.remove(this._shadowEnd);
|
|
71
116
|
}
|
|
72
117
|
}
|
|
73
118
|
configResize() {
|
|
@@ -91,6 +136,17 @@ export class EzScroller {
|
|
|
91
136
|
return this._container.scrollWidth > this._container.clientWidth
|
|
92
137
|
|| this._container.scrollHeight > this._container.clientHeight;
|
|
93
138
|
}
|
|
139
|
+
renderNavigationButtons() {
|
|
140
|
+
if (this.navigationMode !== EzScrollNavigationMode.BUTTONS || this.direction === EzScrollDirection.BOTH) {
|
|
141
|
+
return null;
|
|
142
|
+
}
|
|
143
|
+
const isHorizontal = this.direction === EzScrollDirection.HORIZONTAL;
|
|
144
|
+
const previousIconName = isHorizontal ? "arrow_back" : "arrow-up";
|
|
145
|
+
const nextIconName = isHorizontal ? "arrow-forward" : "arrow-down";
|
|
146
|
+
const previousButton = this._startHidden ? (h("ez-button", { class: "ez-scroller__nav-button ez-scroller__nav-button--previous", onClick: () => this.scrollToPrevious(), title: this.i18n('ez-scroller.previousButton'), "aria-label": this.i18n('ez-scroller.previousButton'), type: "button", variant: "tertiary", mode: 'icon', suppressAnimation: true, iconName: previousIconName }, h("ez-icon", { iconName: previousIconName }))) : null;
|
|
147
|
+
const nextButton = this._endHidden ? (h("ez-button", { class: "ez-scroller__nav-button ez-scroller__nav-button--next", onClick: () => this.scrollToNext(), title: this.i18n('ez-scroller.nextButton'), "aria-label": this.i18n('ez-scroller.nextButton'), type: "button", variant: "tertiary", mode: 'icon', suppressAnimation: true, iconName: nextIconName }, h("ez-icon", { iconName: nextIconName }))) : null;
|
|
148
|
+
return { previousButton, nextButton };
|
|
149
|
+
}
|
|
94
150
|
//---------------------------------------------
|
|
95
151
|
// Event handlers
|
|
96
152
|
//---------------------------------------------
|
|
@@ -129,6 +185,9 @@ export class EzScroller {
|
|
|
129
185
|
}
|
|
130
186
|
}
|
|
131
187
|
}
|
|
188
|
+
async componentWillLoad() {
|
|
189
|
+
this.i18n = await initI18n();
|
|
190
|
+
}
|
|
132
191
|
componentDidRender() {
|
|
133
192
|
var _a, _b;
|
|
134
193
|
if (this._container == undefined) {
|
|
@@ -145,8 +204,11 @@ export class EzScroller {
|
|
|
145
204
|
this.updateScroller();
|
|
146
205
|
}
|
|
147
206
|
render() {
|
|
148
|
-
|
|
149
|
-
|
|
207
|
+
const buttons = this.navigationMode === EzScrollNavigationMode.BUTTONS ? this.renderNavigationButtons() : null;
|
|
208
|
+
return (h(Host, null, this.activeShadow || this.navigationMode === EzScrollNavigationMode.BUTTONS
|
|
209
|
+
? h("div", { ref: ref => this._wrapper = ref, class: this.getWrapperClass() }, buttons === null || buttons === void 0 ? void 0 :
|
|
210
|
+
buttons.previousButton, this.getContainerElement(), buttons === null || buttons === void 0 ? void 0 :
|
|
211
|
+
buttons.nextButton)
|
|
150
212
|
: this.getContainerElement()));
|
|
151
213
|
}
|
|
152
214
|
static get is() { return "ez-scroller"; }
|
|
@@ -220,11 +282,54 @@ export class EzScroller {
|
|
|
220
282
|
"attribute": "active-shadow",
|
|
221
283
|
"reflect": false,
|
|
222
284
|
"defaultValue": "false"
|
|
285
|
+
},
|
|
286
|
+
"navigationMode": {
|
|
287
|
+
"type": "string",
|
|
288
|
+
"mutable": false,
|
|
289
|
+
"complexType": {
|
|
290
|
+
"original": "EzScrollNavigationMode",
|
|
291
|
+
"resolved": "EzScrollNavigationMode.BUTTONS | EzScrollNavigationMode.SCROLLBAR",
|
|
292
|
+
"references": {
|
|
293
|
+
"EzScrollNavigationMode": {
|
|
294
|
+
"location": "import",
|
|
295
|
+
"path": "./EzScrollNavigationMode"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"required": false,
|
|
300
|
+
"optional": false,
|
|
301
|
+
"docs": {
|
|
302
|
+
"tags": [],
|
|
303
|
+
"text": "Define o modo de navega\u00E7\u00E3o: 'scrollbar' (padr\u00E3o) ou 'buttons' (bot\u00F5es de carrossel)."
|
|
304
|
+
},
|
|
305
|
+
"attribute": "navigation-mode",
|
|
306
|
+
"reflect": false,
|
|
307
|
+
"defaultValue": "EzScrollNavigationMode.SCROLLBAR"
|
|
308
|
+
},
|
|
309
|
+
"scrollAmount": {
|
|
310
|
+
"type": "number",
|
|
311
|
+
"mutable": false,
|
|
312
|
+
"complexType": {
|
|
313
|
+
"original": "number",
|
|
314
|
+
"resolved": "number",
|
|
315
|
+
"references": {}
|
|
316
|
+
},
|
|
317
|
+
"required": false,
|
|
318
|
+
"optional": false,
|
|
319
|
+
"docs": {
|
|
320
|
+
"tags": [],
|
|
321
|
+
"text": "Define a quantidade de pixels que ser\u00E1 rolado ao clicar nos bot\u00F5es de navega\u00E7\u00E3o."
|
|
322
|
+
},
|
|
323
|
+
"attribute": "scroll-amount",
|
|
324
|
+
"reflect": false,
|
|
325
|
+
"defaultValue": "200"
|
|
223
326
|
}
|
|
224
327
|
};
|
|
225
328
|
}
|
|
226
329
|
static get states() {
|
|
227
330
|
return {
|
|
331
|
+
"_startHidden": {},
|
|
332
|
+
"_endHidden": {},
|
|
228
333
|
"isActive": {}
|
|
229
334
|
};
|
|
230
335
|
}
|
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
--ez-search--height: 42px;
|
|
5
5
|
/*@doc Define largura do input.*/
|
|
6
6
|
--ez-search--width: 100%;
|
|
7
|
+
/*@doc Define largura mínima do input.*/
|
|
8
|
+
--ez-search--min-width: 0;
|
|
9
|
+
|
|
7
10
|
/*@doc Define largura do slot do ícone do input.*/
|
|
8
11
|
--ez-search__icon--width: 48px;
|
|
9
12
|
|
|
@@ -72,6 +75,7 @@
|
|
|
72
75
|
|
|
73
76
|
/*public*/
|
|
74
77
|
width: var(--ez-search--width);
|
|
78
|
+
min-width: var(--ez-search--min-width);
|
|
75
79
|
}
|
|
76
80
|
|
|
77
81
|
ez-icon {
|