@das-fed/ui 6.4.0-hot.4 → 6.4.0-hot.6

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 (157) hide show
  1. package/esm-map.json +2 -1
  2. package/package.json +8 -8
  3. package/packages/business-components/app-container/index.js +46 -255
  4. package/packages/business-components/app-container/index.js.gz +0 -0
  5. package/packages/business-components/change-enterprises/index.js +89 -298
  6. package/packages/business-components/change-enterprises/index.js.gz +0 -0
  7. package/packages/business-components/device-panel/index.js +23782 -28729
  8. package/packages/business-components/device-panel/index.js.gz +0 -0
  9. package/packages/business-components/device-panel/style.css +1 -1
  10. package/packages/business-components/device-panel/style.css.gz +0 -0
  11. package/packages/business-components/layout-breadcrumb/index.js +37 -37
  12. package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
  13. package/packages/business-components/process-form/index.js +801 -1010
  14. package/packages/business-components/process-form/index.js.gz +0 -0
  15. package/packages/business-components/process-log/index.js +331 -3669
  16. package/packages/business-components/process-log/index.js.gz +0 -0
  17. package/packages/business-components/process-search-form/index.js +416 -404
  18. package/packages/business-components/process-search-form/index.js.gz +0 -0
  19. package/packages/business-components/process-table/hooks/useProcessTable.d.ts +2 -74
  20. package/packages/business-components/process-table/hooks/useValueFormatter.d.ts +6 -0
  21. package/packages/business-components/process-table/index.js +616 -788
  22. package/packages/business-components/process-table/index.js.gz +0 -0
  23. package/packages/business-components/process-table/src/type.d.ts +42 -0
  24. package/packages/business-components/process-table/style.css +1 -1
  25. package/packages/business-components/process-table/util/encryption/index.d.ts +7 -0
  26. package/packages/business-components/urgent-panel/index.js +1590 -2470
  27. package/packages/business-components/urgent-panel/index.js.gz +0 -0
  28. package/packages/business-components/user-org-dialog/index.js +289 -273
  29. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  30. package/packages/business-components/user-org-dialog/style.css +1 -1
  31. package/packages/business-components/user-org-dialog/style.css.gz +0 -0
  32. package/packages/business-components/video-dialog/index.js +88 -88
  33. package/packages/business-components/video-dialog/index.js.gz +0 -0
  34. package/packages/components/alert/index.js +51 -3418
  35. package/packages/components/alert/index.js.gz +0 -0
  36. package/packages/components/autocomplete/index.js +456 -2875
  37. package/packages/components/autocomplete/index.js.gz +0 -0
  38. package/packages/components/breadcrumb/index.js +47 -271
  39. package/packages/components/breadcrumb/index.js.gz +0 -0
  40. package/packages/components/button/index.js +212 -9801
  41. package/packages/components/button/index.js.gz +0 -0
  42. package/packages/components/calendar/index.js +1 -1
  43. package/packages/components/calendar/index.js.gz +0 -0
  44. package/packages/components/cascader/index.js +139 -6406
  45. package/packages/components/cascader/index.js.gz +0 -0
  46. package/packages/components/checkbox/index.js +179 -3837
  47. package/packages/components/checkbox/index.js.gz +0 -0
  48. package/packages/components/collapse-panel/index.js +30 -3624
  49. package/packages/components/collapse-panel/index.js.gz +0 -0
  50. package/packages/components/collaspe/index.js +30 -3624
  51. package/packages/components/collaspe/index.js.gz +0 -0
  52. package/packages/components/color-picker/index.js +106 -5346
  53. package/packages/components/color-picker/index.js.gz +0 -0
  54. package/packages/components/date-picker/index.js +529 -13993
  55. package/packages/components/date-picker/index.js.gz +0 -0
  56. package/packages/components/dialog/index.js +186 -1835
  57. package/packages/components/dialog/index.js.gz +0 -0
  58. package/packages/components/dimple-layout/helper/index.d.ts +5 -0
  59. package/packages/components/dimple-layout/index.d.ts +1 -0
  60. package/packages/components/dimple-layout/index.js +2778 -2766
  61. package/packages/components/dimple-layout/index.js.gz +0 -0
  62. package/packages/components/drawer/index.js +38 -1614
  63. package/packages/components/drawer/index.js.gz +0 -0
  64. package/packages/components/dropdown/index.js +54 -4615
  65. package/packages/components/dropdown/index.js.gz +0 -0
  66. package/packages/components/edit-table/index.js +411 -408
  67. package/packages/components/edit-table/index.js.gz +0 -0
  68. package/packages/components/edit-table/src/type.d.ts +2 -6
  69. package/packages/components/empty/index.js +39 -800
  70. package/packages/components/empty/index.js.gz +0 -0
  71. package/packages/components/image-preview/index.js +34 -1283
  72. package/packages/components/image-preview/index.js.gz +0 -0
  73. package/packages/components/image-upload/index.js +111 -11722
  74. package/packages/components/image-upload/index.js.gz +0 -0
  75. package/packages/components/image-upload/style.css +1 -1
  76. package/packages/components/image-upload/style.css.gz +0 -0
  77. package/packages/components/image-viewer/index.js +386 -13168
  78. package/packages/components/image-viewer/index.js.gz +0 -0
  79. package/packages/components/input/index.js +157 -1086
  80. package/packages/components/input/index.js.gz +0 -0
  81. package/packages/components/input-number/index.js +145 -1831
  82. package/packages/components/input-number/index.js.gz +0 -0
  83. package/packages/components/live-player/index.js +2883 -3669
  84. package/packages/components/live-player/index.js.gz +0 -0
  85. package/packages/components/map/index.js +1189 -5213
  86. package/packages/components/map/index.js.gz +0 -0
  87. package/packages/components/menu-aside/index.js +603 -8297
  88. package/packages/components/menu-aside/index.js.gz +0 -0
  89. package/packages/components/menu-header/index.js +38 -10077
  90. package/packages/components/menu-header/index.js.gz +0 -0
  91. package/packages/components/message/index.js +53 -1289
  92. package/packages/components/message/index.js.gz +0 -0
  93. package/packages/components/notification/index.js +47 -3269
  94. package/packages/components/notification/index.js.gz +0 -0
  95. package/packages/components/notification/style.css +1 -1
  96. package/packages/components/notification/style.css.gz +0 -0
  97. package/packages/components/pagination/index.js +153 -8030
  98. package/packages/components/pagination/index.js.gz +0 -0
  99. package/packages/components/popover/index.js +44 -2495
  100. package/packages/components/popover/index.js.gz +0 -0
  101. package/packages/components/progress/index.js +107 -517
  102. package/packages/components/progress/index.js.gz +0 -0
  103. package/packages/components/radio/index.js +159 -3724
  104. package/packages/components/radio/index.js.gz +0 -0
  105. package/packages/components/scrollbar/index.js +915 -1442
  106. package/packages/components/scrollbar/index.js.gz +0 -0
  107. package/packages/components/search/index.js +89 -5261
  108. package/packages/components/search/index.js.gz +0 -0
  109. package/packages/components/search-form/index.js +930 -1008
  110. package/packages/components/search-form/index.js.gz +0 -0
  111. package/packages/components/search-form/style.css +1 -1
  112. package/packages/components/search-form/style.css.gz +0 -0
  113. package/packages/components/select/index.js +379 -10505
  114. package/packages/components/select/index.js.gz +0 -0
  115. package/packages/components/select-list/index.js +1173 -1433
  116. package/packages/components/select-list/index.js.gz +0 -0
  117. package/packages/components/special-range-picker-month/index.js +196 -2645
  118. package/packages/components/special-range-picker-month/index.js.gz +0 -0
  119. package/packages/components/special-range-picker-year/index.js +259 -2710
  120. package/packages/components/special-range-picker-year/index.js.gz +0 -0
  121. package/packages/components/spin/index.js +48 -3534
  122. package/packages/components/spin/index.js.gz +0 -0
  123. package/packages/components/step/index.js +28 -4085
  124. package/packages/components/step/index.js.gz +0 -0
  125. package/packages/components/steps/index.js +14 -4070
  126. package/packages/components/switch/index.js +31 -547
  127. package/packages/components/switch/index.js.gz +0 -0
  128. package/packages/components/table/index.d.ts +2 -14
  129. package/packages/components/table/index.js +6286 -18588
  130. package/packages/components/table/index.js.gz +0 -0
  131. package/packages/components/table/src/table-column/index.vue.d.ts +0 -3
  132. package/packages/components/table/src/type.d.ts +1 -1
  133. package/packages/components/table/style.css +1 -1
  134. package/packages/components/table/style.css.gz +0 -0
  135. package/packages/components/tabs/index.js +172 -12630
  136. package/packages/components/tabs/index.js.gz +0 -0
  137. package/packages/components/tag/index.js +55 -325
  138. package/packages/components/tag/index.js.gz +0 -0
  139. package/packages/components/time-line/index.js +60 -3397
  140. package/packages/components/time-line/index.js.gz +0 -0
  141. package/packages/components/tooltip/index.js +65 -2174
  142. package/packages/components/tooltip/index.js.gz +0 -0
  143. package/packages/components/tree/index.js +1881 -6751
  144. package/packages/components/tree/index.js.gz +0 -0
  145. package/packages/components/tree/src/App.vue.d.ts +24 -19
  146. package/packages/components/tree/src/hooks/use-tree.d.ts +0 -1
  147. package/packages/components/tree-select/index.js +358 -2778
  148. package/packages/components/tree-select/index.js.gz +0 -0
  149. package/packages/components/upload/index.js +115 -11726
  150. package/packages/components/upload/index.js.gz +0 -0
  151. package/packages/components/virtual-tree/index.js +86 -2928
  152. package/packages/components/virtual-tree/index.js.gz +0 -0
  153. package/packages/components/watermark/index.js +17 -368
  154. package/packages/global/theme/index.js +8 -1802
  155. package/packages/global/theme/index.js.gz +0 -0
  156. package/packages/components/steps/index.js.gz +0 -0
  157. package/packages/components/watermark/index.js.gz +0 -0
@@ -1 +1 @@
1
- @keyframes DaskdNoticeEffect{0%{transform:translateY(-15px) scale(.8);opacity:0}}.das-ui-notification.ant-notification-notice{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:320px;margin:0 auto 16px;box-shadow:0 1px 6px #00000026;border-radius:2px;background-color:var(--das-ui-notification-normal-bg-color);padding:0 0 20px}.das-ui-notification.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-message{padding-left:44px}.das-ui-notification.ant-notification-notice.ant-notification-notice-closable .ant-notification-notice-message{padding-right:40px}.das-ui-notification.ant-notification-notice .ant-notification-notice-message{height:40px;line-height:40px;padding:0 20px;font-size:var(--das-ui-notification-font-size-md);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-notification.ant-notification-notice .ant-notification-notice-description{padding:10px 20px 0;font-size:var(--das-ui-notification-font-size-sm);margin:0}.das-ui-notification.ant-notification-notice .ant-notification-notice-close{color:var(--das-ui-notification-close-color);top:6px}.das-ui-notification.ant-notification-notice .ant-notification-notice-close:hover{color:var(--das-ui-notification-close-hover-color)!important}.das-ui-notification.ant-notification-notice .ant-notification-notice-icon{font-size:var(--das-ui-notification-font-size-lg);margin-left:20px;height:40px;line-height:40px}.das-ui-notification.ant-notification-notice.das-ui-notification-open .ant-notification-notice-message{color:var(--das-ui-notification-normal-bg-color);background:var(--das-ui-notification-primary-bg-color)}.das-ui-notification.ant-notification-notice.das-ui-notification-open .ant-notification-notice-close{color:var(--das-ui-notification-normal-bg-color)}.das-ui-notification.ant-notification-notice.das-ui-notification-primary .ant-notification-notice-message{color:var(--das-ui-notification-normal-bg-color);background:var(--das-ui-notification-primary-bg-color)}.das-ui-notification.ant-notification-notice.das-ui-notification-primary .ant-notification-notice-close{color:var(--das-ui-notification-normal-bg-color)}
1
+ @keyframes DaskdNoticeEffect{0%{transform:translateY(-15px) scale(.8);opacity:0}}.das-ui-notification.ant-notification-notice{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:320px;margin:0 auto 16px;box-shadow:0 1px 6px #00000026;border-radius:2px;background-color:var(--das-ui-notification-normal-bg-color);padding:0 0 20px}.das-ui-notification.ant-notification-notice .ant-notification-notice-with-icon .ant-notification-notice-message{padding-left:44px}.das-ui-notification.ant-notification-notice.ant-notification-notice-closable .ant-notification-notice-message{padding-right:40px}.das-ui-notification.ant-notification-notice .ant-notification-notice-message{height:40px;line-height:40px;padding:0 20px;font-size:var(--das-ui-notification-font-size-md);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-notification.ant-notification-notice .ant-notification-notice-description{padding:10px 20px 0;font-size:var(--das-ui-notification-font-size-sm);margin:0}.das-ui-notification.ant-notification-notice .ant-notification-notice-close{color:var(--das-ui-notification-close-color);top:13px;display:flex;align-items:center;justify-content:center}.das-ui-notification.ant-notification-notice .ant-notification-notice-close:hover{color:var(--das-ui-notification-close-hover-color)!important}.das-ui-notification.ant-notification-notice .ant-notification-notice-close .ant-notification-close-x{display:flex;align-items:center;justify-content:center}.das-ui-notification.ant-notification-notice .ant-notification-notice-icon{font-size:var(--das-ui-notification-font-size-lg);margin-left:20px;height:40px;line-height:40px}.das-ui-notification.ant-notification-notice.das-ui-notification-open .ant-notification-notice-message{color:var(--das-ui-notification-normal-bg-color);background:var(--das-ui-notification-primary-bg-color)}.das-ui-notification.ant-notification-notice.das-ui-notification-open .ant-notification-notice-close{color:var(--das-ui-notification-normal-bg-color)}.das-ui-notification.ant-notification-notice.das-ui-notification-primary .ant-notification-notice-message{color:var(--das-ui-notification-normal-bg-color);background:var(--das-ui-notification-primary-bg-color)}.das-ui-notification.ant-notification-notice.das-ui-notification-primary .ant-notification-notice-close{color:var(--das-ui-notification-normal-bg-color)}