@cdmx/wappler_ag_grid 1.1.8 → 1.1.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 +75 -2
- package/dmx-ag-grid.js +12 -0
- package/package.json +1 -1
|
@@ -1397,16 +1397,19 @@
|
|
|
1397
1397
|
"editActionTooltip",
|
|
1398
1398
|
"editActionBtnClass",
|
|
1399
1399
|
"editActionIconClass",
|
|
1400
|
+
"editActionBtnCondition",
|
|
1400
1401
|
"viewActionBtn",
|
|
1401
1402
|
"viewActionTitle",
|
|
1402
1403
|
"viewActionTooltip",
|
|
1403
1404
|
"viewActionBtnClass",
|
|
1404
1405
|
"viewActionIconClass",
|
|
1406
|
+
"viewActionBtnCondition",
|
|
1405
1407
|
"deleteActionBtn",
|
|
1406
1408
|
"deleteActionTitle",
|
|
1407
1409
|
"deleteActionTooltip",
|
|
1408
1410
|
"deleteActionBtnClass",
|
|
1409
|
-
"deleteActionIconClass"
|
|
1411
|
+
"deleteActionIconClass",
|
|
1412
|
+
"deleteActionBtnCondition"
|
|
1410
1413
|
],
|
|
1411
1414
|
"noChangeOnHide": true,
|
|
1412
1415
|
"groupEnabler": true,
|
|
@@ -1593,51 +1596,61 @@
|
|
|
1593
1596
|
"button1ActionTooltip",
|
|
1594
1597
|
"button1ActionBtnClass",
|
|
1595
1598
|
"button1ActionIconClass",
|
|
1599
|
+
"button1ActionBtnCondition",
|
|
1596
1600
|
"button2ActionBtn",
|
|
1597
1601
|
"button2ActionTitle",
|
|
1598
1602
|
"button2ActionTooltip",
|
|
1599
1603
|
"button2ActionBtnClass",
|
|
1600
1604
|
"button2ActionIconClass",
|
|
1605
|
+
"button2ActionBtnCondition",
|
|
1601
1606
|
"button3ActionBtn",
|
|
1602
1607
|
"button3ActionTitle",
|
|
1603
1608
|
"button3ActionTooltip",
|
|
1604
1609
|
"button3ActionBtnClass",
|
|
1605
1610
|
"button3ActionIconClass",
|
|
1611
|
+
"button3ActionBtnCondition",
|
|
1606
1612
|
"button4ActionBtn",
|
|
1607
1613
|
"button4ActionTitle",
|
|
1608
1614
|
"button4ActionTooltip",
|
|
1609
1615
|
"button4ActionBtnClass",
|
|
1610
1616
|
"button4ActionIconClass",
|
|
1617
|
+
"button4ActionBtnCondition",
|
|
1611
1618
|
"button5ActionBtn",
|
|
1612
1619
|
"button5ActionTitle",
|
|
1613
1620
|
"button5ActionTooltip",
|
|
1614
1621
|
"button5ActionBtnClass",
|
|
1615
1622
|
"button5ActionIconClass",
|
|
1623
|
+
"button5ActionBtnCondition",
|
|
1616
1624
|
"button6ActionBtn",
|
|
1617
1625
|
"button6ActionTitle",
|
|
1618
1626
|
"button6ActionTooltip",
|
|
1619
1627
|
"button6ActionBtnClass",
|
|
1620
1628
|
"button6ActionIconClass",
|
|
1629
|
+
"button6ActionBtnCondition",
|
|
1621
1630
|
"button7ActionBtn",
|
|
1622
1631
|
"button7ActionTitle",
|
|
1623
1632
|
"button7ActionTooltip",
|
|
1624
1633
|
"button7ActionBtnClass",
|
|
1625
1634
|
"button7ActionIconClass",
|
|
1635
|
+
"button7ActionBtnCondition",
|
|
1626
1636
|
"button8ActionBtn",
|
|
1627
1637
|
"button8ActionTitle",
|
|
1628
1638
|
"button8ActionTooltip",
|
|
1629
1639
|
"button8ActionBtnClass",
|
|
1630
1640
|
"button8ActionIconClass",
|
|
1641
|
+
"button8ActionBtnCondition",
|
|
1631
1642
|
"button9ActionBtn",
|
|
1632
1643
|
"button9ActionTitle",
|
|
1633
1644
|
"button9ActionTooltip",
|
|
1634
1645
|
"button9ActionBtnClass",
|
|
1635
1646
|
"button9ActionIconClass",
|
|
1647
|
+
"button9ActionBtnCondition",
|
|
1636
1648
|
"button10ActionBtn",
|
|
1637
1649
|
"button10ActionTitle",
|
|
1638
1650
|
"button10ActionTooltip",
|
|
1639
1651
|
"button10ActionBtnClass",
|
|
1640
|
-
"button10ActionIconClass"
|
|
1652
|
+
"button10ActionIconClass",
|
|
1653
|
+
"button10ActionBtnCondition"
|
|
1641
1654
|
],
|
|
1642
1655
|
"noChangeOnHide": true,
|
|
1643
1656
|
"groupEnabler": true,
|
|
@@ -1686,6 +1699,12 @@
|
|
|
1686
1699
|
"type": "text",
|
|
1687
1700
|
"defaultValue": "fas fa-wrench"
|
|
1688
1701
|
},
|
|
1702
|
+
{
|
|
1703
|
+
"name": "button1ActionBtnCondition",
|
|
1704
|
+
"attribute": "button1_action_btn_condition",
|
|
1705
|
+
"title": "Button1 Conditon",
|
|
1706
|
+
"type": "text"
|
|
1707
|
+
},
|
|
1689
1708
|
{
|
|
1690
1709
|
"name": "button2ActionBtn",
|
|
1691
1710
|
"attribute": "dmx-bind:button2_action_btn",
|
|
@@ -1721,6 +1740,12 @@
|
|
|
1721
1740
|
"type": "text",
|
|
1722
1741
|
"defaultValue": "fas fa-search-plus"
|
|
1723
1742
|
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "button2ActionBtnCondition",
|
|
1745
|
+
"attribute": "button2_action_btn_condition",
|
|
1746
|
+
"title": "Button2 Conditon",
|
|
1747
|
+
"type": "text"
|
|
1748
|
+
},
|
|
1724
1749
|
{
|
|
1725
1750
|
"name": "button3ActionBtn",
|
|
1726
1751
|
"attribute": "dmx-bind:button3_action_btn",
|
|
@@ -1756,6 +1781,12 @@
|
|
|
1756
1781
|
"type": "text",
|
|
1757
1782
|
"defaultValue": "fas fa-check-circle"
|
|
1758
1783
|
},
|
|
1784
|
+
{
|
|
1785
|
+
"name": "button3ActionBtnCondition",
|
|
1786
|
+
"attribute": "button3_action_btn_condition",
|
|
1787
|
+
"title": "Button3 Conditon",
|
|
1788
|
+
"type": "text"
|
|
1789
|
+
},
|
|
1759
1790
|
{
|
|
1760
1791
|
"name": "button4ActionBtn",
|
|
1761
1792
|
"attribute": "dmx-bind:button4_action_btn",
|
|
@@ -1791,6 +1822,12 @@
|
|
|
1791
1822
|
"type": "text",
|
|
1792
1823
|
"defaultValue": "fas fa-exclamation-triangle"
|
|
1793
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
"name": "button4ActionBtnCondition",
|
|
1827
|
+
"attribute": "button4_action_btn_condition",
|
|
1828
|
+
"title": "Button4 Conditon",
|
|
1829
|
+
"type": "text"
|
|
1830
|
+
},
|
|
1794
1831
|
{
|
|
1795
1832
|
"name": "button5ActionBtn",
|
|
1796
1833
|
"attribute": "dmx-bind:button5_action_btn",
|
|
@@ -1826,6 +1863,12 @@
|
|
|
1826
1863
|
"type": "text",
|
|
1827
1864
|
"defaultValue": "fas fa-times-circle"
|
|
1828
1865
|
},
|
|
1866
|
+
{
|
|
1867
|
+
"name": "button5ActionBtnCondition",
|
|
1868
|
+
"attribute": "button5_action_btn_condition",
|
|
1869
|
+
"title": "Button5 Conditon",
|
|
1870
|
+
"type": "text"
|
|
1871
|
+
},
|
|
1829
1872
|
{
|
|
1830
1873
|
"name": "button6ActionBtn",
|
|
1831
1874
|
"attribute": "dmx-bind:button6_action_btn",
|
|
@@ -1861,6 +1904,12 @@
|
|
|
1861
1904
|
"type": "text",
|
|
1862
1905
|
"defaultValue": "fas fa-link"
|
|
1863
1906
|
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "button6ActionBtnCondition",
|
|
1909
|
+
"attribute": "button6_action_btn_condition",
|
|
1910
|
+
"title": "Button6 Conditon",
|
|
1911
|
+
"type": "text"
|
|
1912
|
+
},
|
|
1864
1913
|
{
|
|
1865
1914
|
"name": "button7ActionBtn",
|
|
1866
1915
|
"attribute": "dmx-bind:button7_action_btn",
|
|
@@ -1896,6 +1945,12 @@
|
|
|
1896
1945
|
"type": "text",
|
|
1897
1946
|
"defaultValue": "fas fa-download"
|
|
1898
1947
|
},
|
|
1948
|
+
{
|
|
1949
|
+
"name": "button7ActionBtnCondition",
|
|
1950
|
+
"attribute": "button7_action_btn_condition",
|
|
1951
|
+
"title": "Button7 Conditon",
|
|
1952
|
+
"type": "text"
|
|
1953
|
+
},
|
|
1899
1954
|
{
|
|
1900
1955
|
"name": "button8ActionBtn",
|
|
1901
1956
|
"attribute": "dmx-bind:button8_action_btn",
|
|
@@ -1931,6 +1986,12 @@
|
|
|
1931
1986
|
"type": "text",
|
|
1932
1987
|
"defaultValue": "fas fa-file-pdf"
|
|
1933
1988
|
},
|
|
1989
|
+
{
|
|
1990
|
+
"name": "button8ActionBtnCondition",
|
|
1991
|
+
"attribute": "button8_action_btn_condition",
|
|
1992
|
+
"title": "Button8 Conditon",
|
|
1993
|
+
"type": "text"
|
|
1994
|
+
},
|
|
1934
1995
|
{
|
|
1935
1996
|
"name": "button9ActionBtn",
|
|
1936
1997
|
"attribute": "dmx-bind:button9_action_btn",
|
|
@@ -1966,6 +2027,12 @@
|
|
|
1966
2027
|
"type": "text",
|
|
1967
2028
|
"defaultValue": "fas fa-star"
|
|
1968
2029
|
},
|
|
2030
|
+
{
|
|
2031
|
+
"name": "button9ActionBtnCondition",
|
|
2032
|
+
"attribute": "button9_action_btn_condition",
|
|
2033
|
+
"title": "Button9 Conditon",
|
|
2034
|
+
"type": "text"
|
|
2035
|
+
},
|
|
1969
2036
|
{
|
|
1970
2037
|
"name": "button10ActionBtn",
|
|
1971
2038
|
"attribute": "dmx-bind:button10_action_btn",
|
|
@@ -2000,6 +2067,12 @@
|
|
|
2000
2067
|
"title": "Button10 Icon Class",
|
|
2001
2068
|
"type": "text",
|
|
2002
2069
|
"defaultValue": "fas fa-trash-alt"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"name": "button10ActionBtnCondition",
|
|
2073
|
+
"attribute": "button10_action_btn_condition",
|
|
2074
|
+
"title": "Button10 Conditon",
|
|
2075
|
+
"type": "text"
|
|
2003
2076
|
}
|
|
2004
2077
|
|
|
2005
2078
|
]
|
package/dmx-ag-grid.js
CHANGED
|
@@ -102,51 +102,61 @@ dmx.Component('ag-grid', {
|
|
|
102
102
|
button1_action_tooltip: { type: "String", default: "" },
|
|
103
103
|
button1_action_icon_class: { type: "String", default: "fas fa-wrench" },
|
|
104
104
|
button1_action_btn_class: { type: "String", default: "btn-primary btn-xs m-1" },
|
|
105
|
+
button1_action_btn_condition: {type: String, default: null },
|
|
105
106
|
button2_action_btn: { type: "Boolean", default: false },
|
|
106
107
|
button2_action_title: { type: "String", default: "" },
|
|
107
108
|
button2_action_tooltip: { type: "String", default: "" },
|
|
108
109
|
button2_action_icon_class: { type: "String", default: "fas fa-search-plus" },
|
|
109
110
|
button2_action_btn_class: { type: "String", default: "btn-info btn-xs m-1" },
|
|
111
|
+
button2_action_btn_condition: {type: String, default: null },
|
|
110
112
|
button3_action_btn: { type: "Boolean", default: false },
|
|
111
113
|
button3_action_title: { type: "String", default: "" },
|
|
112
114
|
button3_action_tooltip: { type: "String", default: "" },
|
|
113
115
|
button3_action_icon_class: { type: "String", default: "fas fa-check-circle" },
|
|
114
116
|
button3_action_btn_class: { type: "String", default: "btn-success btn-xs m-1" },
|
|
117
|
+
button3_action_btn_condition: {type: String, default: null },
|
|
115
118
|
button4_action_btn: { type: "Boolean", default: false },
|
|
116
119
|
button4_action_title: { type: "String", default: "" },
|
|
117
120
|
button4_action_tooltip: { type: "String", default: "" },
|
|
118
121
|
button4_action_icon_class: { type: "String", default: "fas fa-exclamation-triangle" },
|
|
119
122
|
button4_action_btn_class: { type: "String", default: "btn-warning btn-xs m-1" },
|
|
123
|
+
button4_action_btn_condition: {type: String, default: null },
|
|
120
124
|
button5_action_btn: { type: "Boolean", default: false },
|
|
121
125
|
button5_action_title: { type: "String", default: "" },
|
|
122
126
|
button5_action_tooltip: { type: "String", default: "Edit" },
|
|
123
127
|
button5_action_icon_class: { type: "String", default: "fas fa-times-circle" },
|
|
124
128
|
button5_action_btn_class: { type: "String", default: "btn-danger btn-xs m-1" },
|
|
129
|
+
button5_action_btn_condition: {type: String, default: null },
|
|
125
130
|
button6_action_btn: { type: "Boolean", default: false },
|
|
126
131
|
button6_action_title: { type: "String", default: "" },
|
|
127
132
|
button6_action_tooltip: { type: "String", default: "" },
|
|
128
133
|
button6_action_icon_class: { type: "String", default: "fas fa-link" },
|
|
129
134
|
button6_action_btn_class: { type: "String", default: "btn-secondary btn-xs m-1" },
|
|
135
|
+
button6_action_btn_condition: {type: String, default: null },
|
|
130
136
|
button7_action_btn: { type: "Boolean", default: false },
|
|
131
137
|
button7_action_title: { type: "String", default: "" },
|
|
132
138
|
button7_action_tooltip: { type: "String", default: "" },
|
|
133
139
|
button7_action_icon_class: { type: "String", default: "fas fa-download" },
|
|
134
140
|
button7_action_btn_class: { type: "String", default: "btn-primary btn-xm" },
|
|
141
|
+
button7_action_btn_condition: {type: String, default: null },
|
|
135
142
|
button8_action_btn: { type: "Boolean", default: false },
|
|
136
143
|
button8_action_title: { type: "String", default: "" },
|
|
137
144
|
button8_action_tooltip: { type: "String", default: "" },
|
|
138
145
|
button8_action_icon_class: { type: "String", default: "fas fa-file-pdf" },
|
|
139
146
|
button8_action_btn_class: { type: "String", default: "btn-info btn-xs m-1" },
|
|
147
|
+
button8_action_btn_condition: {type: String, default: null },
|
|
140
148
|
button9_action_btn: { type: "Boolean", default: false },
|
|
141
149
|
button9_action_title: { type: "String", default: "" },
|
|
142
150
|
button9_action_tooltip: { type: "String", default: "" },
|
|
143
151
|
button9_action_icon_class: { type: "String", default: "fas fa-star" },
|
|
144
152
|
button9_action_btn_class: { type: "String", default: "btn-success btn-xs m-1" },
|
|
153
|
+
button9_action_btn_condition: {type: String, default: null },
|
|
145
154
|
button10_action_btn: { type: "Boolean", default: false },
|
|
146
155
|
button10_action_title: { type: "String", default: "" },
|
|
147
156
|
button10_action_tooltip: { type: "String", default: "" },
|
|
148
157
|
button10_action_icon_class: { type: "String", default: "fas fa-trash-alt" },
|
|
149
158
|
button10_action_btn_class: { type: "String", default: "btn-danger btn-xs m-1" },
|
|
159
|
+
button10_action_btn_condition: {type: String, default: null },
|
|
150
160
|
data_binded_changes: {type: Array, default: [] },
|
|
151
161
|
hide_fields: {type: String, default: null },
|
|
152
162
|
hide_filters: {type: String, default: null },
|
|
@@ -1115,6 +1125,7 @@ dmx.Component('ag-grid', {
|
|
|
1115
1125
|
const buttonClassKey = `button${i}_action_btn_class`;
|
|
1116
1126
|
const buttonTooltipKey = `button${i}_action_tooltip`;
|
|
1117
1127
|
const buttonIconClassKey = `button${i}_action_icon_class`;
|
|
1128
|
+
const buttonConditionKey = `button${i}_action_btn_condition`;
|
|
1118
1129
|
|
|
1119
1130
|
if (options[buttonActionKey]) {
|
|
1120
1131
|
actionsColumn.cellRendererParams.buttons.push({
|
|
@@ -1127,6 +1138,7 @@ dmx.Component('ag-grid', {
|
|
|
1127
1138
|
this.set('id', rowData.id);
|
|
1128
1139
|
this.dispatchEvent(`row_action_button${i}`);
|
|
1129
1140
|
},
|
|
1141
|
+
condition: options[buttonConditionKey]
|
|
1130
1142
|
});
|
|
1131
1143
|
}
|
|
1132
1144
|
}
|