tntd 1.3.62 → 1.3.65

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.
Files changed (62) hide show
  1. package/babel.config.js +13 -3
  2. package/components/QueryListScene/List.js +26 -25
  3. package/lib/ArrayInput/index.js +8 -8
  4. package/lib/Columns/index.js +4 -4
  5. package/lib/DevelopmentLogin/LoginModal.js +8 -8
  6. package/lib/Ellipsis/index.js +4 -4
  7. package/lib/Handle/index.js +6 -6
  8. package/lib/Layout/AppList.js +10 -10
  9. package/lib/Layout/Application.js +2 -2
  10. package/lib/Layout/Avatar.js +4 -4
  11. package/lib/Layout/CompatibleLanguage.js +2 -2
  12. package/lib/Layout/EnterpriseLayout/Avatar.js +6 -6
  13. package/lib/Layout/EnterpriseLayout/Theme.js +2 -2
  14. package/lib/Layout/HeaderActions.js +2 -2
  15. package/lib/Layout/Layout.js +2 -2
  16. package/lib/Layout/OrgAppList.js +6 -6
  17. package/lib/Layout/SideMenu.js +2 -2
  18. package/lib/Layout/Theme.js +2 -2
  19. package/lib/Layout/paaslayout/index.js +2 -2
  20. package/lib/LoadingButton/index.js +2 -2
  21. package/lib/Modal/index.js +2 -2
  22. package/lib/Page/Box.js +2 -2
  23. package/lib/QueryForm/Field/Checkbox.js +2 -2
  24. package/lib/QueryForm/Field/Select.js +2 -2
  25. package/lib/QueryForm/Field/SelectInput.js +4 -4
  26. package/lib/QueryForm/Field/fieldsMap.js +6 -6
  27. package/lib/QueryForm/Field/index.js +2 -2
  28. package/lib/QueryForm/index.js +8 -8
  29. package/lib/QueryListScene/List.js +30 -26
  30. package/lib/Select/index.js +4 -4
  31. package/lib/Table/ResizableTable/index.js +2 -2
  32. package/lib/Table/index.js +2 -2
  33. package/package.json +4 -1
  34. package/scripts/postbuild.sh +5 -0
  35. package/lib/0645cf743e4e44ca9da321d689897f07.png +0 -0
  36. package/lib/09db77de0c24fa0f45f8a5cf299a3d11.png +0 -0
  37. package/lib/1d0b52448de217857b270af807e9360d.png +0 -0
  38. package/lib/25d78d77c9c2f0d403e5d899ceb5b1ef.png +0 -0
  39. package/lib/27fa44ff0c98e1594d79b73045aabedf.png +0 -0
  40. package/lib/2c95075adb68d6131b59cae9fa554ec2.png +0 -0
  41. package/lib/377c871d922a25c773a9e7c2f42ed7c0.png +0 -0
  42. package/lib/3d901589b40bd56ff1fde2bbb700bfe1.png +0 -0
  43. package/lib/4abe481e130d7be0574e45573de8beb7.png +0 -0
  44. package/lib/95ee2260a509cd630d89c5367ed1973b.png +0 -0
  45. package/lib/BlockHeader/README.md +0 -83
  46. package/lib/BlockHeader/fonts/OswaldLight.ttf +0 -0
  47. package/lib/BlockHeader/index.js +0 -42
  48. package/lib/BlockHeader/index.less +0 -141
  49. package/lib/Layout/locale.js +0 -53
  50. package/lib/Layout/paaslayout/index.less +0 -75
  51. package/lib/QueryListScene/Field/SelectInput.js +0 -115
  52. package/lib/QueryListScene/Field/fieldsMap.js +0 -52
  53. package/lib/QueryListScene/Field/index.js +0 -159
  54. package/lib/QueryListScene/Field/select.js +0 -100
  55. package/lib/QueryListScene/QueryForm/index.js +0 -423
  56. package/lib/QueryListScene/QueryForm/index.less +0 -141
  57. package/lib/b9dd5ff3622296fbee51ed68f4bca1bf.png +0 -0
  58. package/lib/bd2921989f9296089ba58efb7a76f3ef.png +0 -0
  59. package/lib/index.html +0 -6
  60. package/lib/main.css +0 -16420
  61. package/lib/tntd.js +0 -2
  62. package/lib/tntd.js.LICENSE.txt +0 -36
@@ -1,36 +0,0 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*!
8
- Copyright (c) 2017 Jed Watson.
9
- Licensed under the MIT License (MIT), see
10
- http://jedwatson.github.io/classnames
11
- */
12
-
13
- /*!
14
- * cookie
15
- * Copyright(c) 2012-2014 Roman Shtylman
16
- * Copyright(c) 2015 Douglas Christopher Wilson
17
- * MIT Licensed
18
- */
19
-
20
- /** @license React v16.12.0
21
- * react-is.production.min.js
22
- *
23
- * Copyright (c) Facebook, Inc. and its affiliates.
24
- *
25
- * This source code is licensed under the MIT license found in the
26
- * LICENSE file in the root directory of this source tree.
27
- */
28
-
29
- /** @license React v16.13.1
30
- * react-is.production.min.js
31
- *
32
- * Copyright (c) Facebook, Inc. and its affiliates.
33
- *
34
- * This source code is licensed under the MIT license found in the
35
- * LICENSE file in the root directory of this source tree.
36
- */