@cdmx/wappler_ag_grid 0.3.1 → 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 +2 -1
- package/app_connect/components.hjson +34 -0
- package/package.json +1 -1
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
|
|
@@ -1013,6 +1013,40 @@
|
|
|
1013
1013
|
"allowedOn": {
|
|
1014
1014
|
"dmx-ag-grid": true
|
|
1015
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
|
+
}
|
|
1016
1050
|
}
|
|
1017
1051
|
],
|
|
1018
1052
|
"events": [
|