@sankhyalabs/ezui 7.2.0-dev.1 → 7.2.0-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{ApplicationUtils-006ca96f.js → ApplicationUtils-dc653b57.js} +1 -1
- package/dist/cjs/{app-globals-5cb12916.js → app-globals-16ec1ff7.js} +1 -1
- package/dist/cjs/classic-search-list_7.cjs.entry.js +2 -2
- 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 +4 -4
- 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 +62 -154
- 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 +4 -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 +98 -113
- 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-a7b0c73d.js +8 -0
- package/dist/cjs/{index-350d0fa0.js → index-a8537087.js} +85 -30
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{search-column-fbf680d7.js → search-column-cd0e44be.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 +1 -1
- 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 +20 -6
- 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-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 +2 -2
- 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 +25 -4
- package/dist/collection/utils/i18n/locales/es-es.js +25 -4
- package/dist/collection/utils/i18n/locales/pt-br.js +25 -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 +835 -439
- package/dist/esm/{ApplicationUtils-0c5cb207.js → ApplicationUtils-e99e53c8.js} +1 -1
- package/dist/esm/{app-globals-1db10325.js → app-globals-6e27b3bb.js} +1 -1
- package/dist/esm/classic-search-list_7.entry.js +2 -2
- 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 +4 -4
- 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 +63 -155
- 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 +4 -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 +98 -113
- 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-a031816b.js} +85 -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-33d72c20.js} +4 -7
- package/dist/ezui/ezui.esm.js +1 -1
- package/dist/ezui/p-05e4541a.entry.js +7 -0
- package/dist/ezui/{p-56565777.entry.js → p-0bc16f75.entry.js} +1 -1
- package/dist/ezui/p-0d80e3ec.entry.js +1 -0
- package/dist/ezui/{p-556bf329.entry.js → p-0fc981e9.entry.js} +1 -1
- package/dist/ezui/{p-26cd4c2e.entry.js → p-1244fac0.entry.js} +1 -1
- 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-6ac056d7.entry.js → p-1ab5ba19.entry.js} +1 -1
- package/dist/ezui/p-2241dea1.js +1 -0
- package/dist/ezui/{p-9825c1d2.js → p-24582dd6.js} +1 -1
- package/dist/ezui/{p-62c149cb.entry.js → p-2887cbf9.entry.js} +1 -1
- package/dist/ezui/p-2b65728f.entry.js +1 -0
- package/dist/ezui/{p-b705b342.entry.js → p-318d4dc9.entry.js} +1 -1
- package/dist/ezui/{p-8e5f1c74.entry.js → p-32b8f057.entry.js} +1 -1
- package/dist/ezui/{p-f5552540.entry.js → p-3311e7ef.entry.js} +1 -1
- package/dist/ezui/{p-b0a716ef.entry.js → p-39d2bce5.entry.js} +1 -1
- package/dist/ezui/{p-e3cd5080.entry.js → p-3d772561.entry.js} +1 -1
- package/dist/ezui/{p-c56ee8c0.entry.js → p-473a397f.entry.js} +1 -1
- package/dist/ezui/{p-729bd1be.entry.js → p-4991931a.entry.js} +1 -1
- package/dist/ezui/{p-d5dc6b01.entry.js → p-4ca4e8d1.entry.js} +1 -1
- package/dist/ezui/{p-4f7ad3ee.entry.js → p-4f76dc28.entry.js} +1 -1
- package/dist/ezui/{p-2da9faf1.entry.js → p-510eccc7.entry.js} +1 -1
- package/dist/ezui/p-54975948.entry.js +1 -0
- package/dist/ezui/p-69344c23.js +1 -0
- package/dist/ezui/p-6bb36afc.entry.js +1 -0
- package/dist/ezui/{p-5abb220b.entry.js → p-700af412.entry.js} +1 -1
- package/dist/ezui/{p-a4351519.entry.js → p-7f475884.entry.js} +1 -1
- package/dist/ezui/{p-4c76b365.entry.js → p-84be1391.entry.js} +1 -1
- package/dist/ezui/{p-987185c4.entry.js → p-879cee4d.entry.js} +1 -1
- package/dist/ezui/{p-34d459e4.entry.js → p-8980b477.entry.js} +1 -1
- package/dist/ezui/p-8a5efec5.entry.js +1 -0
- package/dist/ezui/p-91ff4511.entry.js +1 -0
- package/dist/ezui/{p-7134726a.entry.js → p-93097edc.entry.js} +1 -1
- package/dist/ezui/{p-e2972977.entry.js → p-96e5eaa2.entry.js} +1 -1
- package/dist/ezui/{p-0248846f.entry.js → p-a383fbc5.entry.js} +1 -1
- package/dist/ezui/{p-351fb12f.entry.js → p-a4735a12.entry.js} +1 -1
- package/dist/ezui/{p-a3bad8f8.entry.js → p-a4911d89.entry.js} +1 -1
- package/dist/ezui/{p-7edc3ef7.entry.js → p-a8f807ed.entry.js} +1 -1
- package/dist/ezui/{p-e3a42f47.entry.js → p-ab41edab.entry.js} +1 -1
- package/dist/ezui/{p-7953ecb9.entry.js → p-ab4da973.entry.js} +1 -1
- package/dist/ezui/{p-e493ad57.entry.js → p-adee66db.entry.js} +1 -1
- package/dist/ezui/{p-544605c4.entry.js → p-b5f45319.entry.js} +1 -1
- package/dist/ezui/p-c2d44132.entry.js +1 -0
- package/dist/ezui/{p-df802548.entry.js → p-c33d46e0.entry.js} +1 -1
- package/dist/ezui/{p-b36475f9.entry.js → p-c8584e28.entry.js} +1 -1
- package/dist/ezui/{p-a872c642.entry.js → p-caf3cd8f.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-4c2a4435.entry.js → p-d98dd01a.entry.js} +1 -1
- package/dist/ezui/p-dd5326e6.entry.js +1 -0
- package/dist/ezui/{p-4af745e1.entry.js → p-ddc6432d.entry.js} +1 -1
- package/dist/ezui/{p-5a74d132.entry.js → p-ea0f78d1.entry.js} +46 -46
- package/dist/ezui/{p-97312709.entry.js → p-ed6b6e0f.entry.js} +1 -1
- package/dist/ezui/{p-4e869617.entry.js → p-f1390be9.entry.js} +1 -1
- package/dist/ezui/{p-6a794336.js → p-f71a4d97.js} +1 -1
- package/dist/ezui/{p-ef8bd3e8.entry.js → p-fc72aeb8.entry.js} +1 -1
- package/dist/ezui/p-fcdd861e.entry.js +1 -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 +2 -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-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.d.ts +154 -6
- package/dist/types/utils/i18n/locales/en-us.d.ts +24 -3
- package/dist/types/utils/i18n/locales/es-es.d.ts +24 -3
- package/dist/types/utils/i18n/locales/pt-br.d.ts +24 -3
- package/dist/types/utils/i18n/translations.d.ts +72 -9
- package/package.json +2 -2
- 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
|
@@ -302,7 +302,7 @@ export class EzSplitButton {
|
|
|
302
302
|
return (h(Host, { class: this.variant ? `ez-split-button--${this.variant}` : '' }, h("div", { class: `ez-split-button ${this.size} ${this.mode}` }, this.renderLeftButton(hasIconButton, hasLabelButton, iconSize), this.renderDivider(), this.renderDropdownSection(iconSize))));
|
|
303
303
|
}
|
|
304
304
|
renderLeftButton(hasIconButton, hasLabelButton, iconSize) {
|
|
305
|
-
return (h("button", { class: `ez-split-button__left-button ${iconSize} ${this.mode} ${this.isLeftPressed ? 'pressed' : ''}`,
|
|
305
|
+
return (h("ez-tooltip", { message: this.leftTitle || this.label }, h("button", { class: `ez-split-button__left-button ${iconSize} ${this.mode} ${this.isLeftPressed ? 'pressed' : ''}`, type: "button", disabled: this.isButtonDisabled, "aria-disabled": this.isButtonAriaDisabled, onClick: () => this.handleButtonClick(), ref: el => (this.leftButton = el) }, hasIconButton && this.renderLeftIcon(iconSize), hasLabelButton && this.renderLabel(), !this.suppressAnimation && this.renderRipples(this.leftRipples))));
|
|
306
306
|
}
|
|
307
307
|
renderDivider() {
|
|
308
308
|
return h("div", { class: `ez-split-button__divider ${this.mode} ez-split-button__divider--${this.size} ${this.isButtonDisabled ? 'disabled' : ''}`, "aria-disabled": this.isButtonAriaDisabled });
|
|
@@ -311,7 +311,7 @@ export class EzSplitButton {
|
|
|
311
311
|
return (h("div", { class: "dropdown" }, this.renderRightButton(iconSize), this.renderDropdownContent()));
|
|
312
312
|
}
|
|
313
313
|
renderRightButton(iconSize) {
|
|
314
|
-
return (h("button", { class: `ez-split-button__right-button ${iconSize} ez-split-button__right-button--${iconSize} ${this.isRightPressed ? 'pressed' : ''}`,
|
|
314
|
+
return (h("ez-tooltip", { message: this.rightTitle || this.i18n("ez-split-button.moreOptions") }, h("button", { class: `ez-split-button__right-button ${iconSize} ez-split-button__right-button--${iconSize} ${this.isRightPressed ? 'pressed' : ''}`, type: "button", disabled: this.isButtonDisabled, "aria-disabled": this.isButtonAriaDisabled, onClick: () => this.toggleDropdown(), ref: el => (this.rightButton = el) }, this.renderRightIcon(iconSize), !this.suppressAnimation && this.renderRipples(this.rightRipples))));
|
|
315
315
|
}
|
|
316
316
|
renderDropdownContent() {
|
|
317
317
|
return (h("div", { class: `dropdown-content dropdown-content--${this.size}`, ref: (ref) => (this.dropdownParent = ref) }, this.show && this.renderDropdown()));
|
|
@@ -81,6 +81,9 @@ export default {
|
|
|
81
81
|
"ez-date-input": {
|
|
82
82
|
invalidDate: "The entered value is not a valid date"
|
|
83
83
|
},
|
|
84
|
+
"ez-classic-date-input": {
|
|
85
|
+
invalidDate: "The entered value is not a valid date"
|
|
86
|
+
},
|
|
84
87
|
"ez-dialog": {
|
|
85
88
|
confirmButton: "Confirm or OK button",
|
|
86
89
|
closeButton: "Close or X button"
|
|
@@ -98,16 +101,27 @@ export default {
|
|
|
98
101
|
"ez-file-item": {
|
|
99
102
|
invalidProgress: "The upload progress must be a number between 0 and 100."
|
|
100
103
|
},
|
|
104
|
+
"ez-record-navigation": {
|
|
105
|
+
previousRecord: "Previous record",
|
|
106
|
+
nextRecord: "Next record",
|
|
107
|
+
},
|
|
108
|
+
"ez-grid-pagination": {
|
|
109
|
+
cancelPagination: "Cancel pagination",
|
|
110
|
+
firstPage: 'First page',
|
|
111
|
+
lastPage: 'Last page',
|
|
112
|
+
previousPage: "Previous page",
|
|
113
|
+
nextPage: "Next page",
|
|
114
|
+
remainingPageLabel: " from {{count}} or more",
|
|
115
|
+
remainingTotalLabel: " from {{total}}",
|
|
116
|
+
pageCounter: "Page {{currentPage}} from {{totalPages}}",
|
|
117
|
+
},
|
|
101
118
|
"ez-grid": {
|
|
102
119
|
filterAppliedSuccess: "Column filter applied successfully!",
|
|
103
|
-
cancelPagination: "Cancel pagination",
|
|
104
120
|
pageLabel: "Page {{currentPage}}",
|
|
105
121
|
previousPage: "Previous page",
|
|
106
122
|
nextPage: "Next page",
|
|
107
123
|
returnToPreviousPage: "Return to the previous page.",
|
|
108
124
|
goToNextPage: "Move to the next page.",
|
|
109
|
-
remainingPageLabel: " from {{count}} or more",
|
|
110
|
-
remainingTotalLabel: " from {{total}}",
|
|
111
125
|
nextRecord: "Move to the next record.",
|
|
112
126
|
previousRecord: "Return to the previous record.",
|
|
113
127
|
searchColumn: "Search by column.",
|
|
@@ -127,7 +141,7 @@ export default {
|
|
|
127
141
|
last: "Last",
|
|
128
142
|
first: "First",
|
|
129
143
|
previous: "Previous",
|
|
130
|
-
loadingOoo: "
|
|
144
|
+
loadingOoo: "",
|
|
131
145
|
selectAll: "Select all",
|
|
132
146
|
searchOoo: "Search",
|
|
133
147
|
blanks: "Blanks",
|
|
@@ -286,6 +300,9 @@ export default {
|
|
|
286
300
|
"ez-time-input": {
|
|
287
301
|
invalidTime: "Please enter a valid time.",
|
|
288
302
|
},
|
|
303
|
+
"ez-classic-time-input": {
|
|
304
|
+
invalidTime: "Please enter a valid time.",
|
|
305
|
+
},
|
|
289
306
|
"ez-sidebar": {
|
|
290
307
|
unPinMenu: "Unpin menu",
|
|
291
308
|
pushPinMenu: "Pin menu",
|
|
@@ -307,6 +324,10 @@ export default {
|
|
|
307
324
|
},
|
|
308
325
|
spinner: {
|
|
309
326
|
loading: "Loading..."
|
|
327
|
+
},
|
|
328
|
+
"ez-scroller": {
|
|
329
|
+
previousButton: "Previous",
|
|
330
|
+
nextButton: "Next"
|
|
310
331
|
}
|
|
311
332
|
}
|
|
312
333
|
};
|
|
@@ -81,6 +81,9 @@ export default {
|
|
|
81
81
|
"ez-date-input": {
|
|
82
82
|
invalidDate: "El valor ingresado no es una fecha válida"
|
|
83
83
|
},
|
|
84
|
+
"ez-classic-date-input": {
|
|
85
|
+
invalidDate: "El valor ingresado no es una fecha válida"
|
|
86
|
+
},
|
|
84
87
|
"ez-dialog": {
|
|
85
88
|
confirmButton: "Botón de confirmación o OK",
|
|
86
89
|
closeButton: "Botón de cerrar o X"
|
|
@@ -98,16 +101,27 @@ export default {
|
|
|
98
101
|
"ez-file-item": {
|
|
99
102
|
invalidProgress: "El progreso de carga debe ser un número entre 0 y 100."
|
|
100
103
|
},
|
|
104
|
+
"ez-record-navigation": {
|
|
105
|
+
previousRecord: "Registro anterior",
|
|
106
|
+
nextRecord: "Siguiente registro",
|
|
107
|
+
},
|
|
108
|
+
"ez-grid-pagination": {
|
|
109
|
+
cancelPagination: "Cancelar paginación",
|
|
110
|
+
firstPage: 'Primeira página',
|
|
111
|
+
lastPage: 'Última página',
|
|
112
|
+
previousPage: "Página anterior",
|
|
113
|
+
nextPage: "Página siguiente",
|
|
114
|
+
remainingPageLabel: " de {{count}} o más",
|
|
115
|
+
remainingTotalLabel: " de {{total}}",
|
|
116
|
+
pageCounter: "Página {{currentPage}} de {{totalPages}}",
|
|
117
|
+
},
|
|
101
118
|
"ez-grid": {
|
|
102
119
|
filterAppliedSuccess: "¡Filtro de columna aplicado con éxito!",
|
|
103
|
-
cancelPagination: "Cancelar paginación",
|
|
104
120
|
pageLabel: "Página {{currentPage}}",
|
|
105
121
|
previousPage: "Página anterior",
|
|
106
122
|
nextPage: "Página siguiente",
|
|
107
123
|
returnToPreviousPage: "Volver a la página anterior.",
|
|
108
124
|
goToNextPage: "Avanzar a la página siguiente.",
|
|
109
|
-
remainingPageLabel: " de {{count}} o más",
|
|
110
|
-
remainingTotalLabel: " de {{total}}",
|
|
111
125
|
nextRecord: "Avanzar al siguiente registro.",
|
|
112
126
|
previousRecord: "Volver al registro anterior.",
|
|
113
127
|
searchColumn: "Buscar por columna.",
|
|
@@ -127,7 +141,7 @@ export default {
|
|
|
127
141
|
last: "Último",
|
|
128
142
|
first: "Primero",
|
|
129
143
|
previous: "Anterior",
|
|
130
|
-
loadingOoo: "
|
|
144
|
+
loadingOoo: "",
|
|
131
145
|
selectAll: "Seleccionar todo",
|
|
132
146
|
searchOoo: "Buscar",
|
|
133
147
|
blanks: "Vacío",
|
|
@@ -286,6 +300,9 @@ export default {
|
|
|
286
300
|
"ez-time-input": {
|
|
287
301
|
invalidTime: "Por favor, ingrese una hora válida.",
|
|
288
302
|
},
|
|
303
|
+
"ez-classic-time-input": {
|
|
304
|
+
invalidTime: "Por favor, ingrese una hora válida.",
|
|
305
|
+
},
|
|
289
306
|
"ez-sidebar": {
|
|
290
307
|
unPinMenu: "Desanclar menú",
|
|
291
308
|
pushPinMenu: "Anclar menú",
|
|
@@ -307,6 +324,10 @@ export default {
|
|
|
307
324
|
},
|
|
308
325
|
spinner: {
|
|
309
326
|
loading: "Cargando...",
|
|
327
|
+
},
|
|
328
|
+
"ez-scroller": {
|
|
329
|
+
previousButton: "Anterior",
|
|
330
|
+
nextButton: "Siguiente"
|
|
310
331
|
}
|
|
311
332
|
}
|
|
312
333
|
};
|
|
@@ -81,6 +81,9 @@ export default {
|
|
|
81
81
|
"ez-date-input": {
|
|
82
82
|
invalidDate: "O valor digitado não é uma data válida"
|
|
83
83
|
},
|
|
84
|
+
"ez-classic-date-input": {
|
|
85
|
+
invalidDate: "O valor digitado não é uma data válida"
|
|
86
|
+
},
|
|
84
87
|
"ez-dialog": {
|
|
85
88
|
confirmButton: "Botão de confirmação ou OK",
|
|
86
89
|
closeButton: "Botão de fechar ou X"
|
|
@@ -98,16 +101,27 @@ export default {
|
|
|
98
101
|
"ez-file-item": {
|
|
99
102
|
invalidProgress: "O progresso de upload deve ser um número entre 0 e 100."
|
|
100
103
|
},
|
|
104
|
+
"ez-record-navigation": {
|
|
105
|
+
previousRecord: "Registro anterior",
|
|
106
|
+
nextRecord: "Próximo registro",
|
|
107
|
+
},
|
|
108
|
+
"ez-grid-pagination": {
|
|
109
|
+
cancelPagination: "Cancelar paginação",
|
|
110
|
+
firstPage: 'Primeira página',
|
|
111
|
+
lastPage: 'Última página',
|
|
112
|
+
previousPage: "Página anterior",
|
|
113
|
+
nextPage: "Próxima página",
|
|
114
|
+
remainingPageLabel: " de {{count}} ou mais",
|
|
115
|
+
remainingTotalLabel: " de {{total}}",
|
|
116
|
+
pageCounter: "Página {{currentPage}} de {{totalPages}}",
|
|
117
|
+
},
|
|
101
118
|
"ez-grid": {
|
|
102
119
|
filterAppliedSuccess: "Filtro de coluna aplicado com sucesso!",
|
|
103
|
-
cancelPagination: "Cancelar paginação",
|
|
104
120
|
pageLabel: "Página {{currentPage}}",
|
|
105
121
|
previousPage: "Página anterior",
|
|
106
122
|
nextPage: "Próxima página",
|
|
107
123
|
returnToPreviousPage: "Retorna à página anterior.",
|
|
108
124
|
goToNextPage: "Avança para a próxima página.",
|
|
109
|
-
remainingPageLabel: " de {{count}} ou mais",
|
|
110
|
-
remainingTotalLabel: " de {{total}}",
|
|
111
125
|
nextRecord: "Avança para o próximo registro.",
|
|
112
126
|
previousRecord: "Retorna ao registro anterior.",
|
|
113
127
|
searchColumn: "Busca por coluna.",
|
|
@@ -127,7 +141,7 @@ export default {
|
|
|
127
141
|
last: "Último",
|
|
128
142
|
first: "Primeiro",
|
|
129
143
|
previous: "Anterior",
|
|
130
|
-
loadingOoo: "
|
|
144
|
+
loadingOoo: "",
|
|
131
145
|
selectAll: "Selecionar tudo",
|
|
132
146
|
searchOoo: "Procurar",
|
|
133
147
|
blanks: "Vazio",
|
|
@@ -286,6 +300,9 @@ export default {
|
|
|
286
300
|
"ez-time-input": {
|
|
287
301
|
invalidTime: "Favor inserir um horário válido.",
|
|
288
302
|
},
|
|
303
|
+
"ez-classic-time-input": {
|
|
304
|
+
invalidTime: "Favor inserir um horário válido.",
|
|
305
|
+
},
|
|
289
306
|
"ez-sidebar": {
|
|
290
307
|
unPinMenu: "Desafixar menu",
|
|
291
308
|
pushPinMenu: "Fixar menu",
|
|
@@ -307,6 +324,10 @@ export default {
|
|
|
307
324
|
},
|
|
308
325
|
spinner: {
|
|
309
326
|
loading: "Carregando..."
|
|
327
|
+
},
|
|
328
|
+
"ez-scroller": {
|
|
329
|
+
previousButton: "Anterior",
|
|
330
|
+
nextButton: "Próximo"
|
|
310
331
|
}
|
|
311
332
|
}
|
|
312
333
|
};
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import { h } from '@stencil/core';
|
|
2
2
|
export const SHORTCUT_SEARCH_FIELD = "ctrl+f";
|
|
3
3
|
export const SEARCH_FIELD_FULL_WIDTH = 240;
|
|
4
|
-
const SEARCH_FIELD_MARGIN_BOTTOM = "0px";
|
|
5
|
-
const SEARCH_FIELD_WIDTH = String(SEARCH_FIELD_FULL_WIDTH - 30) + "px";
|
|
6
4
|
export const buildFieldSearch = (action, optionLoader, onSelectField) => {
|
|
7
|
-
return h("ez-search", { class: 'ez-padding--
|
|
8
|
-
"--ez-
|
|
9
|
-
"--ez-search--width": SEARCH_FIELD_WIDTH
|
|
5
|
+
return h("ez-search", { class: 'ez-padding--medium', style: {
|
|
6
|
+
"--ez-search--min-width": `${SEARCH_FIELD_FULL_WIDTH}px`
|
|
10
7
|
}, canShowError: false, showSelectedValue: false, showOptionValue: false, suppressEmptyOption: true, label: action.label, value: null, optionLoader: optionLoader, onEzChange: (evt) => {
|
|
11
8
|
window.dispatchEvent(new CustomEvent('ezCloseSplitButtonDropdown', { detail: { action, value: evt.detail } }));
|
|
12
9
|
requestAnimationFrame(() => {
|
|
@@ -236,6 +236,12 @@ export const EzGrid: {
|
|
|
236
236
|
new (): EzGrid;
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
+
interface EzGridPagination extends Components.EzGridPagination, HTMLElement {}
|
|
240
|
+
export const EzGridPagination: {
|
|
241
|
+
prototype: EzGridPagination;
|
|
242
|
+
new (): EzGridPagination;
|
|
243
|
+
};
|
|
244
|
+
|
|
239
245
|
interface EzGridView extends Components.EzGridView, HTMLElement {}
|
|
240
246
|
export const EzGridView: {
|
|
241
247
|
prototype: EzGridView;
|
|
@@ -350,6 +356,12 @@ export const EzRadioButton: {
|
|
|
350
356
|
new (): EzRadioButton;
|
|
351
357
|
};
|
|
352
358
|
|
|
359
|
+
interface EzRecordNavigation extends Components.EzRecordNavigation, HTMLElement {}
|
|
360
|
+
export const EzRecordNavigation: {
|
|
361
|
+
prototype: EzRecordNavigation;
|
|
362
|
+
new (): EzRecordNavigation;
|
|
363
|
+
};
|
|
364
|
+
|
|
353
365
|
interface EzRichText extends Components.EzRichText, HTMLElement {}
|
|
354
366
|
export const EzRichText: {
|
|
355
367
|
prototype: EzRichText;
|