@teamix/pro 1.4.7 → 1.4.10
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/dist/pro.css +1 -1
- package/dist/pro.js +215 -127
- package/dist/pro.min.css +1 -1
- package/dist/pro.min.js +1 -1
- package/es/actions/dialog-form.js +22 -17
- package/es/actions/dialog.d.ts +5 -1
- package/es/actions/dialog.js +19 -11
- package/es/form/Components/ProField/mapDateFormat.js +0 -1
- package/es/form/Filter/AdvancedFilter.js +22 -12
- package/es/form/ProForm/index.js +13 -12
- package/es/form/typing.d.ts +3 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +7 -2
- package/es/page-header/index.scss +4 -0
- package/es/table/components/Filter/index.js +9 -15
- package/es/table/components/Layout/index.js +15 -15
- package/es/table/index.js +59 -22
- package/es/table/typing.d.ts +3 -1
- package/lib/actions/dialog-form.js +22 -16
- package/lib/actions/dialog.d.ts +5 -1
- package/lib/actions/dialog.js +18 -10
- package/lib/form/Components/ProField/mapDateFormat.js +0 -1
- package/lib/form/Filter/AdvancedFilter.js +21 -11
- package/lib/form/ProForm/index.js +12 -11
- package/lib/form/typing.d.ts +3 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +6 -3
- package/lib/page-header/index.scss +4 -0
- package/lib/table/components/Filter/index.js +9 -15
- package/lib/table/components/Layout/index.js +15 -15
- package/lib/table/index.js +59 -22
- package/lib/table/typing.d.ts +3 -1
- package/package.json +1 -1
- package/dist/pro-without-icon.min.css +0 -1
- package/dist/pro-without-icon.min.js +0 -2
- package/dist/pro-without-icon.min.js.LICENSE.txt +0 -34
@@ -1,34 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
object-assign
|
3
|
-
(c) Sindre Sorhus
|
4
|
-
@license MIT
|
5
|
-
*/
|
6
|
-
|
7
|
-
/*!
|
8
|
-
Copyright (c) 2018 Jed Watson.
|
9
|
-
Licensed under the MIT License (MIT), see
|
10
|
-
http://jedwatson.github.io/classnames
|
11
|
-
*/
|
12
|
-
|
13
|
-
/*!
|
14
|
-
* JavaScript Cookie v2.2.1
|
15
|
-
* https://github.com/js-cookie/js-cookie
|
16
|
-
*
|
17
|
-
* Copyright 2006, 2015 Klaus Hartl & Fagner Brack
|
18
|
-
* Released under the MIT license
|
19
|
-
*/
|
20
|
-
|
21
|
-
/*!
|
22
|
-
* screenfull
|
23
|
-
* v5.2.0 - 2021-11-03
|
24
|
-
* (c) Sindre Sorhus; MIT License
|
25
|
-
*/
|
26
|
-
|
27
|
-
/** @license React v16.13.1
|
28
|
-
* react-is.production.min.js
|
29
|
-
*
|
30
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
31
|
-
*
|
32
|
-
* This source code is licensed under the MIT license found in the
|
33
|
-
* LICENSE file in the root directory of this source tree.
|
34
|
-
*/
|