amis 1.5.1 → 1.5.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/lib/index.js +1 -1
- package/lib/renderers/CRUD.js +0 -1
- package/lib/renderers/CRUD.js.map +2 -2
- package/package.json +1 -1
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk.js +1181 -1181
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/renderers/CRUD.tsx +0 -1
package/src/renderers/CRUD.tsx
CHANGED
@@ -2050,7 +2050,6 @@ export default class CRUD extends React.Component<CRUDProps, any> {
|
|
2050
2050
|
'Crud-filter',
|
2051
2051
|
filter.panelClassName || 'Panel--default'
|
2052
2052
|
),
|
2053
|
-
api: undefined,
|
2054
2053
|
data: store.filterData,
|
2055
2054
|
onReset: this.handleFilterReset,
|
2056
2055
|
onSubmit: this.handleFilterSubmit,
|