@cdmx/wappler_ag_grid 0.3.0 → 0.3.2

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/README.md CHANGED
@@ -17,4 +17,5 @@ This Custom Module provides the below features:
17
17
  14. Options to enable checkboxes for IDs for bulk select Operations
18
18
  15. Options to enable Toggle Sliders for status fields
19
19
  16. Added Action Buttons feature
20
- 17. Advanced Data Manipulation using Arrays and SC bindings
20
+ 17. Advanced Data Manipulation using Arrays and SC bindings
21
+ 18. Added RTL and Locale Controls
@@ -71,6 +71,18 @@
71
71
  {title: 'Base', value: 'ag-grid'}
72
72
  ],
73
73
  "help": "Select a theme for the grid"
74
+ },
75
+ {
76
+ "name": "locale_text",
77
+ "attribute": "locale_text",
78
+ "title": "Locale",
79
+ "type": "droplist",
80
+ "defaultValue": 'EN',
81
+ "values": [
82
+ {title: 'English', value: 'EN'},
83
+ {title: 'Hebrew', value: 'HE'}
84
+ ],
85
+ "help": "Select locale for the Grid, Currently Supproted Hebrew (HE) and English (EN) locale"
74
86
  }
75
87
  ]
76
88
  },
@@ -125,6 +137,14 @@
125
137
  "defaultValue": true,
126
138
  "help": "Specifies if Export to CSV to be enabled"
127
139
  },
140
+ {
141
+ "name": "enableRtl",
142
+ "attribute": "dmx-bind:enable_rtl",
143
+ "title": "Enable RTL",
144
+ "type": "boolean",
145
+ "defaultValue": false,
146
+ "help": "Enabled Right to Left, used for Hebrew and Arabic"
147
+ },
128
148
  {
129
149
  "name": "columnHoverHighlight",
130
150
  "attribute": "dmx-bind:columnHoverHighlight",
@@ -373,14 +393,6 @@
373
393
  "defaultValue": false,
374
394
  "help": "Hides the ID Field in Grid"
375
395
  },
376
- {
377
- "name": "localeText",
378
- "attribute": "localeText",
379
- "title": "Locale Text",
380
- "type": "object",
381
- "defaultValue": {},
382
- "help": "Localization strings for the grid"
383
- },
384
396
  {
385
397
  "name": "rowClickEvent",
386
398
  "attribute": "dmx-bind:row_click_event",
@@ -477,7 +489,7 @@
477
489
  ]
478
490
  },
479
491
  {
480
- "group": "📒 Data Advanced Manipulation",
492
+ "group": "📒 Advanced Data Manipulation",
481
493
  "variables": [
482
494
  {
483
495
  "name": "data_binded_changes",
@@ -632,6 +644,7 @@
632
644
  "type": "grid",
633
645
  "key": "field",
634
646
  "jsonFormat": true,
647
+ "dataBindings": true,
635
648
  "encloseBT": true,
636
649
  "jsonBT": true,
637
650
  "initDisplay": "none",
@@ -650,7 +663,7 @@
650
663
  size: "20%",
651
664
  dataBindings: true,
652
665
  editable: {
653
- type: "text"
666
+ type: "datapicker"
654
667
  },
655
668
  help: "Identity, Name,etc"
656
669
  }
@@ -889,6 +902,10 @@
889
902
  {
890
903
  "src": "dmx-ag-grid.js",
891
904
  "dst": "js/dmx-ag-grid.js"
905
+ },
906
+ {
907
+ "src": "he.js",
908
+ "dst": "js/locale/he.js"
892
909
  }
893
910
  ],
894
911
  "linkFiles": [
@@ -902,6 +919,11 @@
902
919
  "type": "js",
903
920
  "defer": true
904
921
  },
922
+ {
923
+ "src": "js/locale/he.js",
924
+ "type": "js",
925
+ "defer": true
926
+ },
905
927
  {
906
928
  "src": "css/ag-theme-alpine.css",
907
929
  "type": "css"
@@ -928,7 +950,7 @@
928
950
  "name": "dmx-ag-grid-value",
929
951
  "attributeStartsWith": "dmx-bind",
930
952
  "attribute": "column_defs",
931
- "title": "Configs",
953
+ "title": "Column Definitions",
932
954
  "type": "boolean",
933
955
  "display": "fieldset",
934
956
  "icon": "fa fa-lg fa-chevron-right",
@@ -936,13 +958,13 @@
936
958
  "groupIcon": "fa fa-lg fa-cubes",
937
959
  "defaultValue": false,
938
960
  "show": [
939
- "valueValue"
961
+ "setValue"
940
962
  ],
941
963
  "noChangeOnHide": true,
942
964
  "groupEnabler": true,
943
965
  "children": [
944
966
  {
945
- "name": "valueValue",
967
+ "name": "setValue",
946
968
  "attributeStartsWith": "dmx-bind",
947
969
  "attribute": "ColumnDefs",
948
970
  "isValue": true,
@@ -957,6 +979,74 @@
957
979
  "allowedOn": {
958
980
  "dmx-ag-grid": true
959
981
  }
982
+ },
983
+ {
984
+ "name": "dmx-ag-grid-locale",
985
+ "attributeStartsWith": "dmx-bind",
986
+ "attribute": "locale_text",
987
+ "title": "Locale",
988
+ "type": "boolean",
989
+ "display": "fieldset",
990
+ "icon": "fa fa-lg fa-chevron-right",
991
+ "groupTitle": "Grid Config",
992
+ "groupIcon": "fa fa-lg fa-cubes",
993
+ "defaultValue": false,
994
+ "show": [
995
+ "localeText"
996
+ ],
997
+ "noChangeOnHide": true,
998
+ "groupEnabler": true,
999
+ "children": [
1000
+ {
1001
+ "name": "localeText",
1002
+ "attributeStartsWith": "dmx-bind",
1003
+ "attribute": "locale_text",
1004
+ "isValue": true,
1005
+ "dataBindings": true,
1006
+ "title": "Locale:",
1007
+ "type": "text",
1008
+ "help": "Locale.",
1009
+ "defaultValue": "EN",
1010
+ "initDisplay": "none"
1011
+ }
1012
+ ],
1013
+ "allowedOn": {
1014
+ "dmx-ag-grid": true
1015
+ }
1016
+ },
1017
+ {
1018
+ "name": "dmx-ag-grid-rtl",
1019
+ "attributeStartsWith": "dmx-bind",
1020
+ "attribute": "enable_rtl",
1021
+ "title": "Enable RTL",
1022
+ "type": "boolean",
1023
+ "display": "fieldset",
1024
+ "icon": "fa fa-lg fa-chevron-right",
1025
+ "groupTitle": "Grid Config",
1026
+ "groupIcon": "fa fa-lg fa-cubes",
1027
+ "defaultValue": false,
1028
+ "show": [
1029
+ "enableRtl"
1030
+ ],
1031
+ "noChangeOnHide": true,
1032
+ "groupEnabler": true,
1033
+ "children": [
1034
+ {
1035
+ "name": "enableRtl",
1036
+ "attributeStartsWith": "dmx-bind",
1037
+ "attribute": "enable_rtl",
1038
+ "isValue": true,
1039
+ "dataBindings": true,
1040
+ "title": "RTL:",
1041
+ "type": "text",
1042
+ "help": "Locale.",
1043
+ "defaultValue": "",
1044
+ "initDisplay": "none"
1045
+ }
1046
+ ],
1047
+ "allowedOn": {
1048
+ "dmx-ag-grid": true
1049
+ }
960
1050
  }
961
1051
  ],
962
1052
  "events": [
package/dmx-ag-grid.js CHANGED
@@ -35,7 +35,8 @@ dmx.Component('ag-grid', {
35
35
  suppressScrollOnNewData: { type: Boolean, default: false },
36
36
  suppressPropertyNamesCheck: { type: Boolean, default: false },
37
37
  hide_id_field: { type: Boolean, default: false },
38
- localeText: { default: null },
38
+ enable_rtl: { type: Boolean, default: false },
39
+ locale_text: { type: Text, default: null },
39
40
  minWidth: { type: Number, default: 150 },
40
41
  sortable: { type: Boolean, default: true },
41
42
  resizable: { type: Boolean, default: true },
@@ -85,7 +86,6 @@ dmx.Component('ag-grid', {
85
86
  const options = this.props
86
87
  const rowData = this.props.data;
87
88
  const timezone = this.props.timezone || false;
88
-
89
89
  let columnDefs = [];
90
90
  let exportToCSV = this.props.exportToCSV;
91
91
  this.$node.innerHTML = `<div id=${options.id}-grid class="${options.grid_theme}"></div>`;
@@ -341,6 +341,7 @@ dmx.Component('ag-grid', {
341
341
  let filterParams;
342
342
  let minWidth;
343
343
  let hide;
344
+
344
345
  if (dataType === 'number') {
345
346
  filter = 'agNumberColumnFilter';
346
347
  if (/(amount|amt)$/.test(key)) {
@@ -436,7 +437,7 @@ dmx.Component('ag-grid', {
436
437
  enableCellClickEvent = this.props.cell_click_event;
437
438
  if (cnames.hasOwnProperty(key)) {
438
439
  const cname = cnames[key]
439
- headerName = cname ? cname.custom_name : humanize(key);
440
+ headerName = cname ? cname.custom_name : humanize(key);
440
441
  }
441
442
  else {
442
443
  headerName = humanize(key);
@@ -539,9 +540,14 @@ dmx.Component('ag-grid', {
539
540
 
540
541
  columnDefs.push(actionsColumn);
541
542
  }
542
-
543
+ let localeText;
544
+ if (options.locale_text == 'HE') {
545
+ localeText = AG_GRID_LOCALE_HE
546
+ }
543
547
  const gridOptions = {
544
548
  columnDefs: columnDefs,
549
+ localeText: localeText,
550
+ enableRtl: options.enable_rtl,
545
551
  noRowsOverlayComponent: '<div>No Records Found.</div>',
546
552
  onRowClicked: enableRowClickEvent ? onRowClicked : undefined,
547
553
  rowStyle: enableRowClickEvent ? { cursor: 'pointer' } : undefined,
@@ -573,7 +579,6 @@ dmx.Component('ag-grid', {
573
579
  suppressPropertyNamesCheck: this.props.suppressPropertyNamesCheck,
574
580
  suppressRowDeselection: this.props.suppressRowDeselection,
575
581
  columnHoverHighlight: this.props.columnHoverHighlight,
576
- localeText: this.props.localeText,
577
582
  components: {
578
583
  clickCellRenderer: clickCellRenderer,
579
584
  checkboxCellRenderer: checkboxCellRenderer,
@@ -690,6 +695,7 @@ dmx.Component('ag-grid', {
690
695
  };
691
696
  gridConfig.api.exportDataAsCsv(params);
692
697
  });
698
+
693
699
  // Append the export button to the grid container
694
700
  gridContainer.parentNode.insertBefore(exportButton, gridContainer);
695
701
  exportButton.style.marginBottom = '10px';
package/he.js ADDED
@@ -0,0 +1,355 @@
1
+ const AG_GRID_LOCALE_HE = {
2
+ // Set Filter
3
+ selectAll: '(בחר הכל)',
4
+ selectAllSearchResults: '(בחר את כל תוצאות החיפוש)',
5
+ searchOoo: 'חיפוש...',
6
+ blanks: '(ריק)',
7
+ noMatches: 'אין התאמות',
8
+
9
+ // Number Filter & Text Filter
10
+ filterOoo: 'סינון...',
11
+ equals: 'שווה',
12
+ notEqual: 'לא שווה',
13
+ blank: 'ריק',
14
+ notBlank: 'לא ריק',
15
+ empty: 'בחר',
16
+
17
+ // Number Filter
18
+ lessThan: 'פחות מ',
19
+ greaterThan: 'גדול מ',
20
+ lessThanOrEqual: 'פחות או שווה ל',
21
+ greaterThanOrEqual: 'גדול או שווה ל',
22
+ inRange: 'בטווח',
23
+ inRangeStart: 'מ',
24
+ inRangeEnd: 'עד',
25
+
26
+ // Text Filter
27
+ contains: 'מכיל',
28
+ notContains: 'לא מכיל',
29
+ startsWith: 'מתחיל עם',
30
+ endsWith: 'מסתיים עם',
31
+
32
+ // Date Filter
33
+ dateFormatOoo: 'yyyy-mm-dd',
34
+
35
+ // Filter Conditions
36
+ andCondition: 'וגם',
37
+ orCondition: 'או',
38
+
39
+ // Filter Buttons
40
+ applyFilter: 'החל',
41
+ resetFilter: 'אפס',
42
+ clearFilter: 'נקה',
43
+ cancelFilter: 'ביטול',
44
+
45
+ // Filter Titles
46
+ textFilter: 'סינון טקסט',
47
+ numberFilter: 'סינון מספרים',
48
+ dateFilter: 'סינון תאריכים',
49
+ setFilter: 'הגדר סינון',
50
+
51
+ // Group Column Filter
52
+ groupFilterSelect: 'בחר שדה:',
53
+
54
+ // Side Bar
55
+ columns: 'עמודות',
56
+ filters: 'מסננים',
57
+
58
+ // columns tool panel
59
+ pivotMode: 'מצב צירופים',
60
+ groups: 'קבוצות שורות',
61
+ rowGroupColumnsEmptyMessage: 'גרור לכאן כדי להגדיר קבוצות שורות',
62
+ values: 'ערכים',
63
+ valueColumnsEmptyMessage: 'גרור לכאן כדי לסכם',
64
+ pivots: 'תגיות עמודות',
65
+ pivotColumnsEmptyMessage: 'גרור לכאן כדי להגדיר תגיות עמודות',
66
+
67
+ // Header of the Default Group Column
68
+ group: 'קבוצה',
69
+
70
+ // Row Drag
71
+ rowDragRow: 'שורה',
72
+ rowDragRows:'שורות',
73
+
74
+ // Other
75
+ loadingOoo: 'טוען...',
76
+ loadingError: 'שגיאה',
77
+ noRowsToShow: 'אין שורות להצגה',
78
+ enabled: 'מאופשר',
79
+
80
+ // Menu
81
+ pinColumn: 'נעיצת עמודה',
82
+ pinLeft: 'נעיצה לשמאל',
83
+ pinRight: 'נעיצה לימין',
84
+ noPin: 'לא לנעיצה',
85
+ valueAggregation: 'סיכום ערכים',
86
+ noAggregation: 'אין',
87
+ autosizeThiscolumn: 'התאם רוחב עמודה זו',
88
+ autosizeAllColumns: 'התאם רוחב לכל העמודות',
89
+ groupBy: 'קיבוץ לפי',
90
+ ungroupBy: 'הפסק קיבוץ לפי',
91
+ addToValues: 'הוסף ${variable} לערכים',
92
+ removeFromValues: 'הסר ${variable} מהערכים',
93
+ addToLabels: 'הוסף ${variable} לתוויות',
94
+ removeFromLabels: 'הסר ${variable} מהתוויות',
95
+ resetColumns: 'איפוס עמודות',
96
+ expandAll: 'הרחבת כל קבוצות השורות',
97
+ collapseAll: 'כיווץ כל קבוצות השורות',
98
+ copy: 'העתק',
99
+ ctrlC: 'Ctrl+C',
100
+ ctrlX: 'Ctrl+X',
101
+ copyWithHeaders: 'העתק עם כותרות',
102
+ copyWithGroupHeaders: 'העתק עם כותרות קבוצה',
103
+ cut: 'גזור',
104
+ paste: 'הדבק',
105
+ ctrlV: 'Ctrl+V',
106
+ export: 'יצוא',
107
+ csvExport: 'יצוא ל-CSV',
108
+ excelExport: 'יצוא ל-Excel',
109
+
110
+ // Enterprise Menu Aggregation and Status Bar
111
+ sum: 'סכום',
112
+ first: 'ראשון',
113
+ last: 'אחרון',
114
+ min: 'מינימום',
115
+ max: 'מקסימום',
116
+ none: 'ללא',
117
+ count: 'ספירה',
118
+ avg: 'ממוצע',
119
+ filteredRows: 'סוננו',
120
+ selectedRows: 'נבחרו',
121
+ totalRows: 'סך הכל שורות',
122
+ totalAndFilteredRows: 'שורות',
123
+ more: 'עוד',
124
+ to: 'עד',
125
+ of: 'מתוך',
126
+ page: 'עמוד',
127
+ pageLastRowUnknown: '?',
128
+ nextPage: 'עמוד הבא',
129
+ lastPage: 'עמוד אחרון',
130
+ firstPage: 'עמוד ראשון',
131
+ previousPage: 'עמוד קודם',
132
+
133
+ // Pivoting
134
+ pivotColumnGroupTotals: 'סכומים',
135
+
136
+ // Enterprise Menu (Charts)
137
+ pivotChartAndPivotMode: 'תרשים צירופים ומצב צירופים',
138
+ pivotChart: 'תרשים צירופים',
139
+ chartRange: 'טווח תרשים',
140
+
141
+ columnChart: 'עמודות',
142
+ groupedColumn: 'קיבוץ',
143
+ stackedColumn: 'מוערכות',
144
+ normalizedColumn: 'מוערכות 100%',
145
+
146
+ barChart: 'טורים',
147
+ groupedBar: 'קיבוץ',
148
+ stackedBar: 'מוערכות',
149
+ normalizedBar: 'מוערכות 100%',
150
+
151
+ pieChart: 'עוגה',
152
+ pie: 'עוגה',
153
+ doughnut: 'תופסת',
154
+
155
+ line: 'קו',
156
+
157
+ xyChart: 'XY (פיזור)',
158
+ scatter: 'פיזור',
159
+ bubble: 'בועה',
160
+
161
+ areaChart: 'אזור',
162
+ area: 'אזור',
163
+ stackedArea: 'מוערכות',
164
+ normalizedArea: 'מוערכות 100%',
165
+
166
+ histogramChart: 'היסטוגרמה',
167
+ histogramFrequency: 'תדירות',
168
+
169
+ combinationChart: 'שילוב',
170
+ columnLineCombo: 'עמודות וקו',
171
+ AreaColumnCombo: 'אזור ועמודות',
172
+
173
+ // Charts
174
+ pivotChartTitle: 'תרשים צירופים',
175
+ rangeChartTitle: 'תרשים טווח',
176
+ settings: 'הגדרות',
177
+ data: 'נתונים',
178
+ format: 'תבנית',
179
+ categories: 'קטגוריות',
180
+ defaultCategory: '(ללא)',
181
+ series: 'סדרות',
182
+ xyValues: 'ערכי XY',
183
+ paired: 'מצב זוגי',
184
+ axis: 'ציר',
185
+ navigator: 'נווט',
186
+ color: 'צבע',
187
+ thickness: 'עובי',
188
+ xType: 'סוג X',
189
+ automatic: 'אוטומטי',
190
+ category: 'קטגוריה',
191
+ number: 'מספר',
192
+ time: 'זמן',
193
+ autoRotate: 'סיבוב אוטומטי',
194
+ xRotation: 'סיבוב X',
195
+ yRotation: 'סיבוב Y',
196
+ ticks: 'סימניות',
197
+ width: 'רוחב',
198
+ height: 'גובה',
199
+ length: 'אורך',
200
+ padding: 'ריפוד',
201
+ spacing: 'ריווח',
202
+ chart: 'תרשים',
203
+ title: 'כותרת',
204
+ titlePlaceholder: 'כותרת התרשים - לחץ פעמיים לעריכה',
205
+ background: 'רקע',
206
+ font: 'גופן',
207
+ top: 'עליון',
208
+ right: 'ימין',
209
+ bottom: 'תחתון',
210
+ left: 'שמאל',
211
+ labels: 'תוויות',
212
+ size: 'גודל',
213
+ minSize: 'גודל מינימלי',
214
+ maxSize: 'גודל מקסימלי',
215
+ legend: 'מקרא',
216
+ position: 'מיקום',
217
+ markerSize: 'גודל מרקר',
218
+ markerStroke: 'מסגרת מרקר',
219
+ markerPadding: 'ריפוד מרקר',
220
+ itemSpacing: 'ריווח פריט',
221
+ itemPaddingX: 'ריפוד פריט X',
222
+ itemPaddingY: 'ריפוד פריט Y',
223
+ layoutHorizontalSpacing: 'ריווח אופקי',
224
+ layoutVerticalSpacing: 'ריווח אנכי',
225
+ strokeWidth: 'רוחב קו',
226
+ lineDash: 'קו מקווקו',
227
+ offset: 'היסט',
228
+ offsets: 'היסטים',
229
+ tooltips: 'תיבות מידע',
230
+ callout: 'תיבת התראה',
231
+ markers: 'מרקרים',
232
+ shadow: 'צל',
233
+ blur: 'טשטוש',
234
+ xOffset: 'היסט X',
235
+ yOffset: 'היסט Y',
236
+ lineWidth: 'עובי קו',
237
+ normal: 'רגיל',
238
+ bold: 'מודגש',
239
+ italic: 'נטוי',
240
+ boldItalic: 'מודגש נטוי',
241
+ predefined: 'מוגדר מראש',
242
+ fillOpacity: 'אטימות מילוי',
243
+ strokeOpacity: 'אטימות קו',
244
+ histogramBinCount: 'ספירת תאים',
245
+ columnGroup: 'עמודה',
246
+ barGroup: 'טור',
247
+ pieGroup: 'עוגה',
248
+ lineGroup: 'קו',
249
+ scatterGroup: 'XY (פיזור)',
250
+ areaGroup: 'אזור',
251
+ histogramGroup: 'היסטוגרמה',
252
+ combinationGroup: 'שילוב',
253
+ groupedColumnTooltip: 'קיבוץ',
254
+ stackedColumnTooltip: 'מוערכות',
255
+ normalizedColumnTooltip: 'מוערכות 100%',
256
+ groupedBarTooltip: 'קיבוץ',
257
+ stackedBarTooltip: 'מוערכות',
258
+ normalizedBarTooltip: 'מוערכות 100%',
259
+ pieTooltip: 'עוגה',
260
+ doughnutTooltip: 'תופסת',
261
+ lineTooltip: 'קו',
262
+ groupedAreaTooltip: 'אזור',
263
+ stackedAreaTooltip: 'מוערכות',
264
+ normalizedAreaTooltip: 'מוערכות 100%',
265
+ scatterTooltip: 'פיזור',
266
+ bubbleTooltip: 'בועה',
267
+ histogramTooltip: 'היסטוגרמה',
268
+ columnLineComboTooltip: 'עמודות וקו',
269
+ areaColumnComboTooltip: 'אזור ועמודות',
270
+ customComboTooltip: 'שילוב מותאם אישית',
271
+ noDataToChart: 'אין נתונים זמינים לתרשים.',
272
+ pivotChartRequiresPivotMode: 'תרשים צירופים דורש מצב צירופים מופעל.',
273
+ chartSettingsToolbarTooltip: 'תפריט',
274
+ chartLinkToolbarTooltip: 'קישור לגריד',
275
+ chartUnlinkToolbarTooltip: 'ביטול קישור מהגריד',
276
+ chartDownloadToolbarTooltip: 'הורדת התרשים',
277
+ seriesChartType: 'סוג תרשים סדרות',
278
+ seriesType: 'סוג סדרות',
279
+ secondaryAxis: 'ציר משני',
280
+
281
+ // ARIA
282
+ ariaChecked: 'מסומן',
283
+ ariaColumn: 'עמודה',
284
+ ariaColumnGroup: 'קבוצת עמודות',
285
+ ariaColumnList: 'רשימת עמודות',
286
+ ariaColumnSelectAll: 'בחר את כל העמודות',
287
+ ariaDateFilterInput: 'תיבת קלט סינון תאריכים',
288
+ ariaDefaultListName: 'רשימה',
289
+ ariaFilterColumnsInput: 'תיבת קלט סינון עמודות',
290
+ ariaFilterFromValue: 'ערך מסנן מ',
291
+ ariaFilterInput: 'תיבת קלט סינון',
292
+ ariaFilterList: 'רשימת סינון',
293
+ ariaFilterToValue: 'ערך מסנן אל',
294
+ ariaFilterValue: 'ערך מסנן',
295
+ ariaFilterMenuOpen: 'פתח תפריט סינון',
296
+ ariaFilteringOperator: 'מפעיל סינון',
297
+ ariaHidden: 'מוסתר',
298
+ ariaIndeterminate:'לא מוגדר',
299
+ ariaInputEditor: 'עורך קלט',
300
+ ariaMenuColumn: 'לחץ על CTRL ENTER כדי לפתוח תפריט עמודה.',
301
+ ariaRowDeselect: 'לחץ על SPACE כדי לבטל בחירה בשורה זו',
302
+ ariaRowSelectAll: 'לחץ על SPACE כדי לשנות את בחירת כל השורות',
303
+ ariaRowToggleSelection: 'לחץ על SPACE כדי לשנות את בחירת השורה',
304
+ ariaRowSelect: 'לחץ על SPACE כדי לבחור את השורה',
305
+ ariaSearch: 'חיפוש',
306
+ ariaSortableColumn: 'לחץ על ENTER כדי למיין',
307
+ ariaToggleVisibility: 'לחץ על SPACE כדי לשנות את הראות',
308
+ ariaToggleCellValue: 'לחץ על SPACE כדי לשנות את ערך התא',
309
+ ariaUnchecked: 'לא מסומן',
310
+ ariaVisible: 'מוצג',
311
+ ariaSearchFilterValues: 'חיפוש בערכי הסינון',
312
+
313
+ // ARIA Labels for Drop Zones
314
+ ariaRowGroupDropZonePanelLabel: 'קבוצות שורות',
315
+ ariaValuesDropZonePanelLabel: 'ערכים',
316
+ ariaPivotDropZonePanelLabel: 'תגיות עמודות',
317
+ ariaDropZoneColumnComponentDescription: 'לחץ DELETE כדי להסיר',
318
+ ariaDropZoneColumnValueItemDescription: 'לחץ ENTER כדי לשנות את סוג האגרגציה',
319
+ ariaDropZoneColumnGroupItemDescription: 'לחץ ENTER כדי למיין',
320
+ ariaDropZoneColumnComponentAggFuncSeparator: ' של ',
321
+ ariaDropZoneColumnComponentSortAscending: 'מיון עולה',
322
+ ariaDropZoneColumnComponentSortDescending: 'מיון יורד',
323
+
324
+ // ARIA Labels for Dialogs
325
+ ariaLabelColumnMenu: 'תפריט עמודות',
326
+ ariaLabelCellEditor: 'עורך תא',
327
+ ariaLabelDialog: 'דיאלוג',
328
+ ariaLabelSelectField: 'בחירת שדה',
329
+ ariaLabelTooltip: 'הסבר קצר',
330
+ ariaLabelContextMenu: 'תפריט הקשר',
331
+ ariaLabelSubMenu: 'תת תפריט',
332
+ ariaLabelAggregationFunction: 'פונקציית אגרגציה',
333
+
334
+ // Number Format (Status Bar, Pagination Panel)
335
+ thousandSeparator: ',',
336
+ decimalSeparator: '.',
337
+
338
+ // Data types
339
+ true: 'נכון',
340
+ false: 'לא נכון',
341
+ invalidDate: 'תאריך לא תקין',
342
+ invalidNumber: 'מספר לא תקין',
343
+ january: 'ינואר',
344
+ february: 'פברואר',
345
+ march: 'מרץ',
346
+ april: 'אפריל',
347
+ may: 'מאי',
348
+ june: 'יוני',
349
+ july: 'יולי',
350
+ august: 'אוגוסט',
351
+ september: 'ספטמבר',
352
+ october: 'אוקטובר',
353
+ november: 'נובמבר',
354
+ december: 'דצמבר',
355
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",