@cdmx/wappler_ag_grid 1.9.8 → 1.9.9
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/app_connect/components.hjson +54 -54
- package/package.json +1 -1
|
@@ -1673,12 +1673,12 @@
|
|
|
1673
1673
|
"editable": {
|
|
1674
1674
|
"type": "list",
|
|
1675
1675
|
"items": [
|
|
1676
|
-
{"id": "startsWith", "text": "
|
|
1677
|
-
{"id": "lessThan", "text": "
|
|
1678
|
-
{"id": "dateFrom", "text": "
|
|
1679
|
-
{"id": "greaterThan", "text": "
|
|
1680
|
-
{"id": "equals", "text": "
|
|
1681
|
-
{"id": "contains", "text": "
|
|
1676
|
+
{"id": "startsWith", "text": "startsWith"},
|
|
1677
|
+
{"id": "lessThan", "text": "lessThan"},
|
|
1678
|
+
{"id": "dateFrom", "text": "dateFrom"},
|
|
1679
|
+
{"id": "greaterThan", "text": "greaterThan"},
|
|
1680
|
+
{"id": "equals", "text": "equals"},
|
|
1681
|
+
{"id": "contains", "text": "contains"}
|
|
1682
1682
|
]
|
|
1683
1683
|
}
|
|
1684
1684
|
"help": "Filter type: startsWith, lessThan, dateFrom, etc."
|
|
@@ -1737,8 +1737,8 @@
|
|
|
1737
1737
|
"editable": {
|
|
1738
1738
|
"type": "list",
|
|
1739
1739
|
"items": [
|
|
1740
|
-
{"id": "asc", "text": "
|
|
1741
|
-
{"id": "desc", "text": "
|
|
1740
|
+
{"id": "asc", "text": "asc"},
|
|
1741
|
+
{"id": "desc", "text": "desc"}
|
|
1742
1742
|
]
|
|
1743
1743
|
}
|
|
1744
1744
|
"help": "Sort Order for the fields."
|
|
@@ -2951,29 +2951,29 @@
|
|
|
2951
2951
|
"editable": {
|
|
2952
2952
|
"type": "list",
|
|
2953
2953
|
"items": [
|
|
2954
|
-
{"id": "edit", "text": "
|
|
2955
|
-
{"id": "view", "text": "
|
|
2956
|
-
{"id": "delete", "text": "
|
|
2957
|
-
{"id": "button1", "text": "
|
|
2958
|
-
{"id": "button2", "text": "
|
|
2959
|
-
{"id": "button3", "text": "
|
|
2960
|
-
{"id": "button4", "text": "
|
|
2961
|
-
{"id": "button5", "text": "
|
|
2962
|
-
{"id": "button6", "text": "
|
|
2963
|
-
{"id": "button7", "text": "
|
|
2964
|
-
{"id": "button8", "text": "
|
|
2965
|
-
{"id": "button9", "text": "
|
|
2966
|
-
{"id": "button10", "text": "
|
|
2967
|
-
{"id": "button11", "text": "
|
|
2968
|
-
{"id": "button12", "text": "
|
|
2969
|
-
{"id": "button13", "text": "
|
|
2970
|
-
{"id": "button14", "text": "
|
|
2971
|
-
{"id": "button15", "text": "
|
|
2972
|
-
{"id": "button16", "text": "
|
|
2973
|
-
{"id": "button17", "text": "
|
|
2974
|
-
{"id": "button18", "text": "
|
|
2975
|
-
{"id": "button19", "text": "
|
|
2976
|
-
{"id": "button20", "text": "
|
|
2954
|
+
{"id": "edit", "text": "edit"},
|
|
2955
|
+
{"id": "view", "text": "view"},
|
|
2956
|
+
{"id": "delete", "text": "delete"},
|
|
2957
|
+
{"id": "button1", "text": "button1"},
|
|
2958
|
+
{"id": "button2", "text": "button2"},
|
|
2959
|
+
{"id": "button3", "text": "button3"},
|
|
2960
|
+
{"id": "button4", "text": "button4"},
|
|
2961
|
+
{"id": "button5", "text": "button5"},
|
|
2962
|
+
{"id": "button6", "text": "button6"},
|
|
2963
|
+
{"id": "button7", "text": "button7"},
|
|
2964
|
+
{"id": "button8", "text": "button8"},
|
|
2965
|
+
{"id": "button9", "text": "button9"},
|
|
2966
|
+
{"id": "button10", "text": "button10"},
|
|
2967
|
+
{"id": "button11", "text": "button11"},
|
|
2968
|
+
{"id": "button12", "text": "button12"},
|
|
2969
|
+
{"id": "button13", "text": "button13"},
|
|
2970
|
+
{"id": "button14", "text": "button14"},
|
|
2971
|
+
{"id": "button15", "text": "button15"},
|
|
2972
|
+
{"id": "button16", "text": "button16"},
|
|
2973
|
+
{"id": "button17", "text": "button17"},
|
|
2974
|
+
{"id": "button18", "text": "button18"},
|
|
2975
|
+
{"id": "button19", "text": "button19"},
|
|
2976
|
+
{"id": "button20", "text": "button20"}
|
|
2977
2977
|
]
|
|
2978
2978
|
}
|
|
2979
2979
|
},
|
|
@@ -3015,29 +3015,29 @@
|
|
|
3015
3015
|
"editable": {
|
|
3016
3016
|
"type": "list",
|
|
3017
3017
|
"items": [
|
|
3018
|
-
{"id": "edit", "text": "
|
|
3019
|
-
{"id": "view", "text": "
|
|
3020
|
-
{"id": "delete", "text": "
|
|
3021
|
-
{"id": "button1", "text": "
|
|
3022
|
-
{"id": "button2", "text": "
|
|
3023
|
-
{"id": "button3", "text": "
|
|
3024
|
-
{"id": "button4", "text": "
|
|
3025
|
-
{"id": "button5", "text": "
|
|
3026
|
-
{"id": "button6", "text": "
|
|
3027
|
-
{"id": "button7", "text": "
|
|
3028
|
-
{"id": "button8", "text": "
|
|
3029
|
-
{"id": "button9", "text": "
|
|
3030
|
-
{"id": "button10", "text": "
|
|
3031
|
-
{"id": "button11", "text": "
|
|
3032
|
-
{"id": "button12", "text": "
|
|
3033
|
-
{"id": "button13", "text": "
|
|
3034
|
-
{"id": "button14", "text": "
|
|
3035
|
-
{"id": "button15", "text": "
|
|
3036
|
-
{"id": "button16", "text": "
|
|
3037
|
-
{"id": "button17", "text": "
|
|
3038
|
-
{"id": "button18", "text": "
|
|
3039
|
-
{"id": "button19", "text": "
|
|
3040
|
-
{"id": "button20", "text": "
|
|
3018
|
+
{"id": "edit", "text": "edit"},
|
|
3019
|
+
{"id": "view", "text": "view"},
|
|
3020
|
+
{"id": "delete", "text": "delete"},
|
|
3021
|
+
{"id": "button1", "text": "button1"},
|
|
3022
|
+
{"id": "button2", "text": "button2"},
|
|
3023
|
+
{"id": "button3", "text": "button3"},
|
|
3024
|
+
{"id": "button4", "text": "button4"},
|
|
3025
|
+
{"id": "button5", "text": "button5"},
|
|
3026
|
+
{"id": "button6", "text": "button6"},
|
|
3027
|
+
{"id": "button7", "text": "button7"},
|
|
3028
|
+
{"id": "button8", "text": "button8"},
|
|
3029
|
+
{"id": "button9", "text": "button9"},
|
|
3030
|
+
{"id": "button10", "text": "button10"},
|
|
3031
|
+
{"id": "button11", "text": "button11"},
|
|
3032
|
+
{"id": "button12", "text": "button12"},
|
|
3033
|
+
{"id": "button13", "text": "button13"},
|
|
3034
|
+
{"id": "button14", "text": "button14"},
|
|
3035
|
+
{"id": "button15", "text": "button15"},
|
|
3036
|
+
{"id": "button16", "text": "button16"},
|
|
3037
|
+
{"id": "button17", "text": "button17"},
|
|
3038
|
+
{"id": "button18", "text": "button18"},
|
|
3039
|
+
{"id": "button19", "text": "button19"},
|
|
3040
|
+
{"id": "button20", "text": "button20"}
|
|
3041
3041
|
]
|
|
3042
3042
|
}
|
|
3043
3043
|
},
|