jqwidgets-ng 23.0.3 → 23.0.4
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/jqwidgets.d.ts +3 -3
- package/package.json +1 -1
package/jqwidgets.d.ts
CHANGED
|
@@ -1831,9 +1831,6 @@ declare module jqwidgets {
|
|
|
1831
1831
|
threestatecheckbox?: boolean;
|
|
1832
1832
|
sortable?: boolean;
|
|
1833
1833
|
filterable?: boolean;
|
|
1834
|
-
filternlpinput?: string;
|
|
1835
|
-
aiKey?: string;
|
|
1836
|
-
aiUrl?: string;
|
|
1837
1834
|
filter?: (cellValue?: any, rowData?: any, dataField?: string, filterGroup?: any, defaultFilterResult?: any) => any;
|
|
1838
1835
|
buttonclick?: (row: number) => void;
|
|
1839
1836
|
hideable?: boolean;
|
|
@@ -1932,6 +1929,9 @@ declare module jqwidgets {
|
|
|
1932
1929
|
text?: string;
|
|
1933
1930
|
sortable?: boolean;
|
|
1934
1931
|
filterable?: boolean;
|
|
1932
|
+
filternlpinput?: string;
|
|
1933
|
+
aiKey?: string;
|
|
1934
|
+
aiUrl?: string;
|
|
1935
1935
|
exportable?: boolean;
|
|
1936
1936
|
editable?: boolean;
|
|
1937
1937
|
groupable?: boolean;
|