@duxweb/dvha-pro 1.0.18 → 1.0.20

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 (147) hide show
  1. package/dist/cjs/component.cjs +1 -1
  2. package/dist/cjs/components/card/card.cjs +1 -1
  3. package/dist/cjs/components/chart/echart.cjs +1 -1
  4. package/dist/cjs/components/code/code.cjs +1 -0
  5. package/dist/cjs/components/crop/imageCrop.cjs +1 -1
  6. package/dist/cjs/components/data/dynamicSelect.cjs +1 -1
  7. package/dist/cjs/components/data/selectModal.cjs +1 -1
  8. package/dist/cjs/components/drawer/drawer.cjs +1 -1
  9. package/dist/cjs/components/drawer/drawerPage.cjs +1 -1
  10. package/dist/cjs/components/form/formItem.cjs +1 -1
  11. package/dist/cjs/components/form/formLayout.cjs +1 -1
  12. package/dist/cjs/components/form/modalForm.cjs +1 -1
  13. package/dist/cjs/components/form/pageForm.cjs +1 -1
  14. package/dist/cjs/components/form/settingForm.cjs +1 -1
  15. package/dist/cjs/components/icon/icon.cjs +1 -1
  16. package/dist/cjs/components/layout/filter.cjs +1 -1
  17. package/dist/cjs/components/layout/filterLayout.cjs +1 -0
  18. package/dist/cjs/components/layout/list.cjs +1 -1
  19. package/dist/cjs/components/layout/table.cjs +1 -1
  20. package/dist/cjs/components/level/level.cjs +1 -1
  21. package/dist/cjs/components/modal/modal.cjs +1 -1
  22. package/dist/cjs/components/modal/modalPage.cjs +1 -1
  23. package/dist/cjs/components/panel/collapse.cjs +1 -0
  24. package/dist/cjs/components/panel/setting.cjs +1 -1
  25. package/dist/cjs/components/status/listEmpty.cjs +1 -0
  26. package/dist/cjs/components/table/table.cjs +1 -0
  27. package/dist/cjs/components/table/tablePage.cjs +1 -1
  28. package/dist/cjs/components/tree/treeFilter.cjs +1 -1
  29. package/dist/cjs/components/upload/config.cjs +1 -0
  30. package/dist/cjs/components/upload/file.cjs +1 -1
  31. package/dist/cjs/components/upload/image.cjs +1 -1
  32. package/dist/cjs/components/upload/manage/item.cjs +1 -1
  33. package/dist/cjs/components/upload/manager.cjs +1 -1
  34. package/dist/cjs/dvha-pro.css +1 -1
  35. package/dist/cjs/hooks/action.cjs +1 -1
  36. package/dist/cjs/hooks/dialog.cjs +1 -1
  37. package/dist/cjs/hooks/drawer.cjs +1 -1
  38. package/dist/cjs/hooks/modal.cjs +1 -1
  39. package/dist/cjs/hooks/table/image.cjs +1 -1
  40. package/dist/cjs/hooks/table/media.cjs +1 -1
  41. package/dist/cjs/hooks/table.cjs +1 -1
  42. package/dist/cjs/index.cjs +1 -1
  43. package/dist/cjs/langs/en-US.json.cjs +1 -1
  44. package/dist/cjs/langs/zh-CN.json.cjs +1 -1
  45. package/dist/cjs/pages/authLayout.cjs +1 -1
  46. package/dist/cjs/pages/layout/page.cjs +1 -1
  47. package/dist/cjs/pages/login.cjs +1 -1
  48. package/dist/cjs/pages/menu/avatar.cjs +1 -1
  49. package/dist/cjs/pages/menu/button.cjs +1 -1
  50. package/dist/cjs/pages/menu/cmd.cjs +1 -1
  51. package/dist/cjs/pages/menu/main.cjs +1 -1
  52. package/dist/cjs/pages/menu/mobile.cjs +1 -1
  53. package/dist/cjs/pages/page.cjs +1 -1
  54. package/dist/cjs/pages/page404.cjs +1 -1
  55. package/dist/cjs/pages/pageStatus.cjs +1 -1
  56. package/dist/cjs/theme/naiveTheme.cjs +1 -1
  57. package/dist/cjs/theme/uno.css.cjs +23 -7
  58. package/dist/esm/component.js +36 -34
  59. package/dist/esm/components/card/card.js +6 -6
  60. package/dist/esm/components/chart/echart.js +17 -6
  61. package/dist/esm/components/code/code.js +53 -0
  62. package/dist/esm/components/crop/imageCrop.js +37 -26
  63. package/dist/esm/components/data/dynamicSelect.js +29 -18
  64. package/dist/esm/components/data/selectModal.js +49 -38
  65. package/dist/esm/components/drawer/drawer.js +17 -28
  66. package/dist/esm/components/drawer/drawerPage.js +54 -17
  67. package/dist/esm/components/form/formItem.js +17 -17
  68. package/dist/esm/components/form/formLayout.js +8 -8
  69. package/dist/esm/components/form/modalForm.js +44 -35
  70. package/dist/esm/components/form/pageForm.js +81 -43
  71. package/dist/esm/components/form/settingForm.js +28 -17
  72. package/dist/esm/components/icon/icon.js +23 -12
  73. package/dist/esm/components/layout/filter.js +15 -11
  74. package/dist/esm/components/layout/filterLayout.js +34 -0
  75. package/dist/esm/components/layout/list.js +211 -161
  76. package/dist/esm/components/layout/table.js +217 -186
  77. package/dist/esm/components/level/level.js +28 -17
  78. package/dist/esm/components/modal/modal.js +9 -9
  79. package/dist/esm/components/modal/modalPage.js +2 -2
  80. package/dist/esm/components/panel/collapse.js +49 -0
  81. package/dist/esm/components/panel/setting.js +3 -3
  82. package/dist/esm/components/status/listEmpty.js +26 -0
  83. package/dist/esm/components/table/table.js +110 -0
  84. package/dist/esm/components/table/tablePage.js +24 -18
  85. package/dist/esm/components/tree/treeFilter.js +44 -39
  86. package/dist/esm/components/upload/config.js +32 -0
  87. package/dist/esm/components/upload/file.js +142 -116
  88. package/dist/esm/components/upload/image.js +95 -66
  89. package/dist/esm/components/upload/manage/item.js +17 -6
  90. package/dist/esm/components/upload/manager.js +202 -164
  91. package/dist/esm/dvha-pro.css +1 -1
  92. package/dist/esm/hooks/action.js +77 -75
  93. package/dist/esm/hooks/dialog.js +13 -2
  94. package/dist/esm/hooks/drawer.js +13 -2
  95. package/dist/esm/hooks/modal.js +13 -2
  96. package/dist/esm/hooks/table/image.js +21 -10
  97. package/dist/esm/hooks/table/media.js +20 -9
  98. package/dist/esm/hooks/table.js +16 -16
  99. package/dist/esm/index.js +174 -164
  100. package/dist/esm/langs/en-US.json.js +5 -3
  101. package/dist/esm/langs/zh-CN.json.js +5 -3
  102. package/dist/esm/pages/authLayout.js +19 -8
  103. package/dist/esm/pages/layout/page.js +17 -6
  104. package/dist/esm/pages/login.js +40 -29
  105. package/dist/esm/pages/menu/avatar.js +97 -86
  106. package/dist/esm/pages/menu/button.js +23 -12
  107. package/dist/esm/pages/menu/cmd.js +45 -34
  108. package/dist/esm/pages/menu/main.js +40 -27
  109. package/dist/esm/pages/menu/mobile.js +13 -2
  110. package/dist/esm/pages/page.js +1 -1
  111. package/dist/esm/pages/page404.js +20 -9
  112. package/dist/esm/pages/pageStatus.js +31 -15
  113. package/dist/esm/theme/naiveTheme.js +6 -6
  114. package/dist/esm/theme/uno.css.js +23 -7
  115. package/dist/types/components/code/code.d.ts +44 -0
  116. package/dist/types/components/code/index.d.ts +1 -0
  117. package/dist/types/components/drawer/drawer.d.ts +2 -0
  118. package/dist/types/components/drawer/drawerPage.d.ts +20 -1
  119. package/dist/types/components/form/formItem.d.ts +2 -2
  120. package/dist/types/components/form/formLayout.d.ts +3 -3
  121. package/dist/types/components/form/modalForm.d.ts +3 -3
  122. package/dist/types/components/form/pageForm.d.ts +12 -0
  123. package/dist/types/components/index.d.ts +1 -0
  124. package/dist/types/components/layout/filterLayout.d.ts +32 -0
  125. package/dist/types/components/layout/index.d.ts +1 -0
  126. package/dist/types/components/layout/list.d.ts +7 -1
  127. package/dist/types/components/layout/table.d.ts +10 -1
  128. package/dist/types/components/list/card.d.ts +6 -0
  129. package/dist/types/components/list/list.d.ts +6 -0
  130. package/dist/types/components/panel/collapse.d.ts +14 -0
  131. package/dist/types/components/panel/index.d.ts +1 -0
  132. package/dist/types/components/select/cardSelect.d.ts +1 -1
  133. package/dist/types/components/status/index.d.ts +1 -0
  134. package/dist/types/components/status/listEmpty.d.ts +11 -0
  135. package/dist/types/components/table/index.d.ts +1 -0
  136. package/dist/types/components/table/table.d.ts +6552 -0
  137. package/dist/types/components/table/tablePage.d.ts +9 -0
  138. package/dist/types/components/tree/treeFilter.d.ts +13 -12
  139. package/dist/types/components/upload/config.d.ts +13 -0
  140. package/dist/types/components/upload/file.d.ts +4 -0
  141. package/dist/types/components/upload/image.d.ts +30 -2
  142. package/dist/types/components/upload/manager.d.ts +4 -0
  143. package/dist/types/hooks/drawer.d.ts +1 -0
  144. package/dist/types/hooks/table/types.d.ts +1 -0
  145. package/dist/types/main.d.ts +6 -0
  146. package/dist/types/pages/pageStatus.d.ts +11 -1
  147. package/package.json +7 -5
@@ -1,5 +1,5 @@
1
1
  const r = `/* layer: properties */
2
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-y-reverse:0;--un-border-style:solid;--un-shadow-opacity:100%;--un-divide-x-reverse:0;--un-divide-opacity:100%;--un-border-opacity:100%;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;}}
2
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*, ::before, ::after, ::backdrop{--un-text-opacity:100%;--un-bg-opacity:100%;--un-from-opacity:100%;--un-divide-y-reverse:0;--un-border-style:solid;--un-divide-x-reverse:0;--un-divide-opacity:100%;--un-shadow-opacity:100%;--un-border-opacity:100%;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-to-opacity:100%;--un-outline-style:solid;--un-fill-opacity:100%;}}
3
3
  @property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
4
4
  @property --un-outline-style{syntax:"*";inherits:false;initial-value:solid;}
5
5
  @property --un-border-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}
@@ -917,6 +917,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
917
917
  }
918
918
  /* layer: icons */
919
919
  .i-tabler\\:alert-triangle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 9v4m-1.637-9.409L2.257 17.125a1.914 1.914 0 0 0 1.636 2.871h16.214a1.914 1.914 0 0 0 1.636-2.87L13.637 3.59a1.914 1.914 0 0 0-3.274 0zM12 16h.01'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
920
+ .i-tabler\\:arrow-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14m6-6l-6 6m-6-6l6 6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
920
921
  .i-tabler\\:arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M5 12l6 6m-6-6l6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
921
922
  .i-tabler\\:brightness-half{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 9a3 3 0 0 0 0 6z'/%3E%3Cpath d='M6 6h3.5L12 3.5L14.5 6H18v3.5l2.5 2.5l-2.5 2.5V18h-3.5L12 20.5L9.5 18H6v-3.5L3.5 12L6 9.5z'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
922
923
  .i-tabler\\:check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m5 12l5 5L20 7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -929,6 +930,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
929
930
  .i-tabler\\:database-export{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 6c0 1.657 3.582 3 8 3s8-1.343 8-3s-3.582-3-8-3s-8 1.343-8 3'/%3E%3Cpath d='M4 6v6c0 1.657 3.582 3 8 3c1.118 0 2.183-.086 3.15-.241M20 12V6'/%3E%3Cpath d='M4 12v6c0 1.657 3.582 3 8 3q.235 0 .466-.005M16 19h6m-3-3l3 3l-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
930
931
  .i-tabler\\:database-import{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M4 6c0 1.657 3.582 3 8 3s8-1.343 8-3s-3.582-3-8-3s-8 1.343-8 3'/%3E%3Cpath d='M4 6v6c0 1.657 3.582 3 8 3c.856 0 1.68-.05 2.454-.144M20 12V6'/%3E%3Cpath d='M4 12v6c0 1.657 3.582 3 8 3q.256 0 .51-.006M19 22v-6m3 3l-3-3l-3 3'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
931
932
  .i-tabler\\:device-desktop-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.5 16H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v7.5M19 22v-6m3 3l-3-3l-3 3m-9 1h5m-3-4v4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
933
+ .i-tabler\\:device-floppy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M6 4h10l4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2'/%3E%3Cpath d='M10 14a2 2 0 1 0 4 0a2 2 0 1 0-4 0m4-10v4H8V4'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
932
934
  .i-tabler\\:dots-vertical{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0 7a1 1 0 1 0 2 0a1 1 0 1 0-2 0m0-14a1 1 0 1 0 2 0a1 1 0 1 0-2 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
933
935
  .i-tabler\\:download{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 11l5 5l5-5m-5-7v12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
934
936
  .i-tabler\\:exclamation-circle-filled{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3.34A10 10 0 1 1 2 12l.005-.324A10 10 0 0 1 17 3.34M12 15a1 1 0 0 0-1 1v.01a1 1 0 0 0 2 0V16a1 1 0 0 0-1-1m0-7a1 1 0 0 0-1 1v4a1 1 0 0 0 2 0V9a1 1 0 0 0-1-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -957,7 +959,6 @@ input:where([type='button'], [type='reset'], [type='submit']),
957
959
  .i-tabler\\:rotate{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19.95 11a8 8 0 1 0-.5 4m.5 5v-5h-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
958
960
  .i-tabler\\:rotate-clockwise{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4.05 11a8 8 0 1 1 .5 4m-.5 5v-5h5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
959
961
  .i-tabler\\:search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10a7 7 0 1 0 14 0a7 7 0 1 0-14 0m18 11l-6-6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
960
- .i-tabler\\:send{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 14L21 3m0 0l-6.5 18a.55.55 0 0 1-1 0L10 14l-7-3.5a.55.55 0 0 1 0-1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
961
962
  .i-tabler\\:sun{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0m-5 0h1m8-9v1m8 8h1m-9 8v1M5.6 5.6l.7.7m12.1-.7l-.7.7m0 11.4l.7.7m-12.1-.7l-.7.7'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
962
963
  .i-tabler\\:trash{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 7h16m-10 4v6m4-6v6M5 7l1 12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2l1-12M9 7V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
963
964
  .i-tabler\\:upload{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2M7 9l5-5l5 5m-5-5v12'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em;}
@@ -1026,7 +1027,6 @@ input:where([type='button'], [type='reset'], [type='submit']),
1026
1027
  .mt-3{margin-top:calc(var(--spacing) * 3);}
1027
1028
  .mt-4{margin-top:calc(var(--spacing) * 4);}
1028
1029
  .mt-auto{margin-top:auto;}
1029
- .p-0\\!{padding:calc(var(--spacing) * 0) !important;}
1030
1030
  .p-1{padding:calc(var(--spacing) * 1);}
1031
1031
  .p-2{padding:calc(var(--spacing) * 2);}
1032
1032
  .p-2\\.5{padding:calc(var(--spacing) * 2.5);}
@@ -1061,6 +1061,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1061
1061
  .pr-4{padding-right:calc(var(--spacing) * 4);}
1062
1062
  .ps-10{padding-inline-start:calc(var(--spacing) * 10);}
1063
1063
  .ps-3{padding-inline-start:calc(var(--spacing) * 3);}
1064
+ .pt-0\\.5{padding-top:calc(var(--spacing) * 0.5);}
1064
1065
  .pt-1{padding-top:calc(var(--spacing) * 1);}
1065
1066
  .pt-2{padding-top:calc(var(--spacing) * 2);}
1066
1067
  .pt-4{padding-top:calc(var(--spacing) * 4);}
@@ -1091,6 +1092,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1091
1092
  .bg-gray-600{background-color:color-mix(in srgb, var(--colors-gray-600) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent) */;}
1092
1093
  .bg-gray-800{background-color:color-mix(in srgb, var(--colors-gray-800) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1093
1094
  .bg-gray-900\\/30{background-color:color-mix(in srgb, var(--colors-gray-900) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1095
+ .bg-gray\\/5{background-color:color-mix(in srgb, var(--colors-gray-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1094
1096
  .bg-primary{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1095
1097
  .bg-primary\\/10{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1096
1098
  .bg-primary\\/5{background-color:color-mix(in srgb, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
@@ -1137,6 +1139,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1137
1139
  .grid{display:grid;}
1138
1140
  .col-span-1{grid-column:span 1/span 1;}
1139
1141
  .col-span-2{grid-column:span 2/span 2;}
1142
+ .col-span-3{grid-column:span 3/span 3;}
1140
1143
  .auto-cols-max{grid-auto-columns:max-content;}
1141
1144
  .grid-cols-\\[repeat\\(auto-fit\\,minmax\\(100px\\,1fr\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));}
1142
1145
  .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr));}
@@ -1171,17 +1174,20 @@ input:where([type='button'], [type='reset'], [type='submit']),
1171
1174
  .h-500px{height:500px;}
1172
1175
  .h-6,
1173
1176
  .h6{height:calc(var(--spacing) * 6);}
1174
- .h-8\\.5{height:calc(var(--spacing) * 8.5);}
1177
+ .h-60{height:calc(var(--spacing) * 60);}
1175
1178
  .h-auto{height:auto;}
1176
1179
  .h-full{height:100%;}
1177
1180
  .h-screen{height:100vh;}
1181
+ .max-h-0{max-height:calc(var(--spacing) * 0);}
1182
+ .max-h-500{max-height:calc(var(--spacing) * 500);}
1178
1183
  .max-h-500px{max-height:500px;}
1179
1184
  .max-w-180{max-width:calc(var(--spacing) * 180);}
1180
1185
  .max-w-full{max-width:100%;}
1181
1186
  .min-h-0{min-height:calc(var(--spacing) * 0);}
1182
1187
  .min-h-1{min-height:calc(var(--spacing) * 1);}
1183
1188
  .min-w-0{min-width:calc(var(--spacing) * 0);}
1184
- .min-w-20{min-width:calc(var(--spacing) * 20);}
1189
+ .min-w-200px{min-width:200px;}
1190
+ .min-w-60{min-width:calc(var(--spacing) * 60);}
1185
1191
  .w-120{width:calc(var(--spacing) * 120);}
1186
1192
  .w-120px{width:120px;}
1187
1193
  .w-15{width:calc(var(--spacing) * 15);}
@@ -1225,8 +1231,10 @@ input:where([type='button'], [type='reset'], [type='submit']),
1225
1231
  .hover\\:shadow-xs:hover{--un-shadow:0 1px 2px 0 var(--un-shadow-color, rgb(0 0 0 / 0.05));box-shadow:var(--un-inset-shadow), var(--un-inset-ring-shadow), var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);}
1226
1232
  .translate-y-0{--un-translate-y:calc(var(--spacing) * 0);translate:var(--un-translate-x) var(--un-translate-y);}
1227
1233
  .translate-y-full{--un-translate-y:100%;translate:var(--un-translate-x) var(--un-translate-y);}
1234
+ .rotate-180{rotate:180deg;}
1228
1235
  .rotate-45{rotate:45deg;}
1229
1236
  .transform{transform:var(--un-rotate-x) var(--un-rotate-y) var(--un-rotate-z) var(--un-skew-x) var(--un-skew-y);}
1237
+ .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--un-ease, var(--default-transition-timingFunction));transition-duration:var(--un-duration, var(--default-transition-duration));}
1230
1238
  .transition-all{transition-property:all;transition-timing-function:var(--un-ease, var(--default-transition-timingFunction));transition-duration:var(--un-duration, var(--default-transition-duration));}
1231
1239
  .transition-opacity{transition-property:opacity;transition-timing-function:var(--un-ease, var(--default-transition-timingFunction));transition-duration:var(--un-duration, var(--default-transition-duration));}
1232
1240
  .duration-150{--un-duration:150ms;transition-duration:150ms;}
@@ -1239,8 +1247,6 @@ input:where([type='button'], [type='reset'], [type='submit']),
1239
1247
  .items-end{align-items:flex-end;}
1240
1248
  .items-center{align-items:center;}
1241
1249
  .items-baseline{align-items:baseline;}
1242
- .flex-justify-center,
1243
- .justify-center{justify-content:center;}
1244
1250
  .inset-0{inset:calc(var(--spacing) * 0);}
1245
1251
  .end-0{inset-inline-end:calc(var(--spacing) * 0);}
1246
1252
  .start-0{inset-inline-start:calc(var(--spacing) * 0);}
@@ -1263,6 +1269,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1263
1269
  .top-7{top:calc(var(--spacing) * 7);}
1264
1270
  .justify-start{justify-content:flex-start;}
1265
1271
  .justify-end{justify-content:flex-end;}
1272
+ .justify-center{justify-content:center;}
1266
1273
  .justify-between{justify-content:space-between;}
1267
1274
  .absolute{position:absolute;}
1268
1275
  .fixed{position:fixed;}
@@ -1290,6 +1297,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1290
1297
  .table{display:table;}
1291
1298
  .border-collapse{border-collapse:collapse;}
1292
1299
  .table-fixed{table-layout:fixed;}
1300
+ .dark .dark\\:divide-gray-800>:not(:last-child){border-color:color-mix(in srgb, var(--colors-gray-800) var(--un-divide-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1293
1301
  .divide-white\\/20>:not(:last-child){border-color:color-mix(in srgb, var(--colors-white-DEFAULT) 20%, transparent) /* rgb(var(--ui-color-white)) */;}
1294
1302
  .divide-x>:not(:last-child){--un-divide-x-reverse:0;border-left-width:calc(1px * var(--un-divide-x-reverse));border-left-style:var(--un-border-style);border-right-width:calc(1px * calc(1 - var(--un-divide-x-reverse)));border-right-style:var(--un-border-style);}
1295
1303
  .divide-y>:not(:last-child){--un-divide-y-reverse:0;border-top-width:calc(1px * var(--un-divide-y-reverse));border-top-style:var(--un-border-style);border-bottom-width:calc(1px * calc(1 - var(--un-divide-y-reverse)));border-bottom-style:var(--un-border-style);}
@@ -1319,6 +1327,11 @@ input:where([type='button'], [type='reset'], [type='submit']),
1319
1327
  .hover\\:border-accented:hover{border-color:color-mix(in oklab, rgb(var(--ui-border-accented)) var(--un-border-opacity, 100%), transparent);--un-border-opacity:100%;}
1320
1328
  .ring-muted{--un-ring-color:color-mix(in oklab, rgb(var(--ui-border-muted)) var(--un-ring-opacity, 100%), transparent);--un-ring-opacity:100%;}
1321
1329
 
1330
+ .divide-default > :not(:last-child) {
1331
+ border-color: color-mix(in oklab, rgb(var(--ui-border)) var(--un-border-opacity, 100%), transparent);
1332
+ --un-border-opacity: 100%;
1333
+ }
1334
+
1322
1335
  .divide-muted > :not(:last-child) {
1323
1336
  border-color: color-mix(in oklab, rgb(var(--ui-border-muted)) var(--un-border-opacity, 100%), transparent);
1324
1337
  --un-border-opacity: 100%;
@@ -1342,6 +1355,7 @@ input:where([type='button'], [type='reset'], [type='submit']),
1342
1355
  .bg-gray-600{background-color:color-mix(in oklab, var(--colors-gray-600) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-600)) var(--un-text-opacity, 100%), transparent) */;}
1343
1356
  .bg-gray-800{background-color:color-mix(in oklab, var(--colors-gray-800) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-800)) var(--un-text-opacity, 100%), transparent) */;}
1344
1357
  .bg-gray-900\\/30{background-color:color-mix(in oklab, var(--colors-gray-900) 30%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray-900)) var(--un-text-opacity, 100%), transparent) */;}
1358
+ .bg-gray\\/5{background-color:color-mix(in oklab, var(--colors-gray-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-gray)) var(--un-text-opacity, 100%), transparent) */;}
1345
1359
  .bg-primary{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) var(--un-bg-opacity), transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1346
1360
  .bg-primary\\/10{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 10%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
1347
1361
  .bg-primary\\/5{background-color:color-mix(in oklab, var(--colors-primary-DEFAULT) 5%, transparent) /* color-mix(in oklab, rgb(var(--ui-color-primary)) var(--un-text-opacity, 100%), transparent) */;}
@@ -1391,7 +1405,9 @@ input:where([type='button'], [type='reset'], [type='submit']),
1391
1405
  .lg\\:grid-cols-\\[repeat\\(auto-fit\\,minmax\\(\\$\\{props\\.minWidth\\}\\,\\$\\{props\\.maxWidth\\}\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(\${props.minWidth},\${props.maxWidth}));}
1392
1406
  .lg\\:grid-cols-\\[repeat\\(auto-fit\\,minmax\\(100px\\,1fr\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));}
1393
1407
  .lg\\:grid-cols-\\[repeat\\(auto-fit\\,minmax\\(120px\\,1fr\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));}
1408
+ .lg\\:grid-cols-\\[repeat\\(auto-fit\\,minmax\\(150px\\,150px\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(150px,150px));}
1394
1409
  .lg\\:grid-cols-\\[repeat\\(auto-fit\\,minmax\\(150px\\,1fr\\)\\)\\]{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));}
1410
+ .lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr));}
1395
1411
  .lg\\:h-13{height:calc(var(--spacing) * 13);}
1396
1412
  .lg\\:h-26{height:calc(var(--spacing) * 26);}
1397
1413
  .lg\\:max-w-2xl{max-width:var(--container-2xl);}
@@ -0,0 +1,44 @@
1
+ import 'ace-builds/src-noconflict/mode-vue';
2
+ import 'ace-builds/src-noconflict/mode-javascript';
3
+ import 'ace-builds/src-noconflict/mode-html';
4
+ import 'ace-builds/src-noconflict/mode-json';
5
+ import 'ace-builds/src-noconflict/mode-json5';
6
+ import 'ace-builds/src-noconflict/theme-tomorrow_night';
7
+ import 'ace-builds/src-noconflict/theme-tomorrow';
8
+ import 'ace-builds/src-noconflict/ext-searchbox';
9
+ import 'ace-builds/src-noconflict/ext-language_tools';
10
+ import 'ace-builds/src-noconflict/mode-snippets';
11
+ export declare const DuxCodeEditor: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
+ defaultValue: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ value: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ lang: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ readonly: BooleanConstructor;
25
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
26
+ defaultValue: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ value: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ lang: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ readonly: BooleanConstructor;
39
+ }>> & Readonly<{}>, {
40
+ value: string;
41
+ defaultValue: string;
42
+ readonly: boolean;
43
+ lang: string;
44
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -0,0 +1 @@
1
+ export * from './code';
@@ -2,6 +2,7 @@ import type { AsyncComponentLoader, Component, PropType } from 'vue';
2
2
  declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  title: StringConstructor;
4
4
  width: (StringConstructor | NumberConstructor)[];
5
+ maxWidth: NumberConstructor[];
5
6
  placement: {
6
7
  type: PropType<"left" | "right" | "top" | "bottom">;
7
8
  default: string;
@@ -14,6 +15,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
15
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
16
  title: StringConstructor;
16
17
  width: (StringConstructor | NumberConstructor)[];
18
+ maxWidth: NumberConstructor[];
17
19
  placement: {
18
20
  type: PropType<"left" | "right" | "top" | "bottom">;
19
21
  default: string;
@@ -1 +1,20 @@
1
- export declare const DuxDrawerPage: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ import { PropType } from 'vue';
2
+ export declare const DuxDrawerPage: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ title: StringConstructor;
4
+ onClose: PropType<() => void>;
5
+ onConfirm: PropType<() => void>;
6
+ scrollbar: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ title: StringConstructor;
12
+ onClose: PropType<() => void>;
13
+ onConfirm: PropType<() => void>;
14
+ scrollbar: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ }>> & Readonly<{}>, {
19
+ scrollbar: boolean;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -5,7 +5,7 @@ export declare const DuxFormItem: import("vue").DefineComponent<import("vue").Ex
5
5
  description: PropType<string | VNode>;
6
6
  path: StringConstructor;
7
7
  labelPlacement: {
8
- type: PropType<"left" | "top" | "setting">;
8
+ type: PropType<"left" | "top" | "setting" | "page">;
9
9
  };
10
10
  labelWidth: {
11
11
  type: NumberConstructor;
@@ -17,7 +17,7 @@ export declare const DuxFormItem: import("vue").DefineComponent<import("vue").Ex
17
17
  description: PropType<string | VNode>;
18
18
  path: StringConstructor;
19
19
  labelPlacement: {
20
- type: PropType<"left" | "top" | "setting">;
20
+ type: PropType<"left" | "top" | "setting" | "page">;
21
21
  };
22
22
  labelWidth: {
23
23
  type: NumberConstructor;
@@ -1,7 +1,7 @@
1
1
  import type { PropType } from 'vue';
2
2
  export declare const DuxFormLayout: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  labelPlacement: {
4
- type: PropType<"left" | "top" | "setting">;
4
+ type: PropType<"left" | "top" | "setting" | "page">;
5
5
  default: string;
6
6
  };
7
7
  labelWidth: {
@@ -17,7 +17,7 @@ export declare const DuxFormLayout: import("vue").DefineComponent<import("vue").
17
17
  };
18
18
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
19
19
  labelPlacement: {
20
- type: PropType<"left" | "top" | "setting">;
20
+ type: PropType<"left" | "top" | "setting" | "page">;
21
21
  default: string;
22
22
  };
23
23
  labelWidth: {
@@ -33,6 +33,6 @@ export declare const DuxFormLayout: import("vue").DefineComponent<import("vue").
33
33
  };
34
34
  }>> & Readonly<{}>, {
35
35
  inline: boolean;
36
- labelPlacement: "left" | "top" | "setting";
36
+ labelPlacement: "left" | "top" | "page" | "setting";
37
37
  divider: boolean;
38
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -27,7 +27,7 @@ export declare const DuxModalForm: import("vue").DefineComponent<import("vue").E
27
27
  };
28
28
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").DefineComponent<import("vue").ExtractPropTypes<{
29
29
  labelPlacement: {
30
- type: PropType<"left" | "top" | "setting">;
30
+ type: PropType<"left" | "top" | "setting" | "page">;
31
31
  default: string;
32
32
  };
33
33
  labelWidth: {
@@ -43,7 +43,7 @@ export declare const DuxModalForm: import("vue").DefineComponent<import("vue").E
43
43
  };
44
44
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
45
  labelPlacement: {
46
- type: PropType<"left" | "top" | "setting">;
46
+ type: PropType<"left" | "top" | "setting" | "page">;
47
47
  default: string;
48
48
  };
49
49
  labelWidth: {
@@ -59,7 +59,7 @@ export declare const DuxModalForm: import("vue").DefineComponent<import("vue").E
59
59
  };
60
60
  }>> & Readonly<{}>, {
61
61
  inline: boolean;
62
- labelPlacement: "left" | "top" | "setting";
62
+ labelPlacement: "left" | "top" | "page" | "setting";
63
63
  divider: boolean;
64
64
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
65
  id: {
@@ -7,6 +7,12 @@ export declare const DuxPageForm: import("vue").DefineComponent<import("vue").Ex
7
7
  action: {
8
8
  type: PropType<"create" | "edit">;
9
9
  };
10
+ title: {
11
+ type: PropType<string>;
12
+ };
13
+ description: {
14
+ type: PropType<string>;
15
+ };
10
16
  path: {
11
17
  type: PropType<string>;
12
18
  };
@@ -30,6 +36,12 @@ export declare const DuxPageForm: import("vue").DefineComponent<import("vue").Ex
30
36
  action: {
31
37
  type: PropType<"create" | "edit">;
32
38
  };
39
+ title: {
40
+ type: PropType<string>;
41
+ };
42
+ description: {
43
+ type: PropType<string>;
44
+ };
33
45
  path: {
34
46
  type: PropType<string>;
35
47
  };
@@ -24,3 +24,4 @@ export * from './tree';
24
24
  export * from './upload';
25
25
  export * from './upload';
26
26
  export * from './widget';
27
+ export * from './code';
@@ -0,0 +1,32 @@
1
+ import { PropType } from 'vue';
2
+ export declare const DuxFilterLayout: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ showLabel: {
4
+ type: BooleanConstructor;
5
+ default: boolean;
6
+ };
7
+ labelPlacement: {
8
+ type: PropType<"left" | "top">;
9
+ default: string;
10
+ };
11
+ horizontal: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ showLabel: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ labelPlacement: {
21
+ type: PropType<"left" | "top">;
22
+ default: string;
23
+ };
24
+ horizontal: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ }>> & Readonly<{}>, {
29
+ horizontal: boolean;
30
+ labelPlacement: "left" | "top";
31
+ showLabel: boolean;
32
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,4 +1,5 @@
1
1
  export * from './filter';
2
+ export * from './filterLayout';
2
3
  export * from './list';
3
4
  export * from './table';
4
5
  export * from './tools';
@@ -1,4 +1,4 @@
1
- import type { JsonSchemaNode } from '@duxweb/dvha-core';
1
+ import type { JsonSchemaNode, UseExtendListProps } from '@duxweb/dvha-core';
2
2
  import type { PropType } from 'vue';
3
3
  import type { UseActionItem } from '../../hooks';
4
4
  export interface TablePagination {
@@ -53,6 +53,9 @@ export declare const DuxListLayout: import("vue").DefineComponent<import("vue").
53
53
  type: StringConstructor;
54
54
  default: string;
55
55
  };
56
+ hookListProps: {
57
+ type: PropType<UseExtendListProps>;
58
+ };
56
59
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
57
60
  rowKey: {
58
61
  type: StringConstructor;
@@ -96,6 +99,9 @@ export declare const DuxListLayout: import("vue").DefineComponent<import("vue").
96
99
  type: StringConstructor;
97
100
  default: string;
98
101
  };
102
+ hookListProps: {
103
+ type: PropType<UseExtendListProps>;
104
+ };
99
105
  }>> & Readonly<{}>, {
100
106
  checkable: boolean;
101
107
  rowKey: string;
@@ -1,5 +1,5 @@
1
1
  import type { JsonSchemaNode } from '@duxweb/dvha-core';
2
- import type { TableColumn, TablePagination, UseNaiveTableReturn } from '@duxweb/dvha-naiveui';
2
+ import type { TableColumn, TablePagination, UseNaiveTableReturn, UseTableProps } from '@duxweb/dvha-naiveui';
3
3
  import type { PropType } from 'vue';
4
4
  import type { UseActionItem } from '../../hooks';
5
5
  export interface TablePageTools {
@@ -26,6 +26,7 @@ export declare const DuxTableLayout: import("vue").DefineComponent<import("vue")
26
26
  };
27
27
  pagination: {
28
28
  type: PropType<boolean | TablePagination>;
29
+ default: boolean;
29
30
  };
30
31
  tabs: {
31
32
  type: PropType<{
@@ -48,6 +49,9 @@ export declare const DuxTableLayout: import("vue").DefineComponent<import("vue")
48
49
  type: StringConstructor;
49
50
  default: string;
50
51
  };
52
+ hookTableProps: {
53
+ type: PropType<UseTableProps>;
54
+ };
51
55
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
52
56
  path: {
53
57
  type: StringConstructor;
@@ -64,6 +68,7 @@ export declare const DuxTableLayout: import("vue").DefineComponent<import("vue")
64
68
  };
65
69
  pagination: {
66
70
  type: PropType<boolean | TablePagination>;
71
+ default: boolean;
67
72
  };
68
73
  tabs: {
69
74
  type: PropType<{
@@ -86,7 +91,11 @@ export declare const DuxTableLayout: import("vue").DefineComponent<import("vue")
86
91
  type: StringConstructor;
87
92
  default: string;
88
93
  };
94
+ hookTableProps: {
95
+ type: PropType<UseTableProps>;
96
+ };
89
97
  }>> & Readonly<{}>, {
98
+ pagination: boolean | TablePagination;
90
99
  actions: UseActionItem[];
91
100
  sideLeftTitle: string;
92
101
  sideRightTitle: string;
@@ -68,6 +68,9 @@ export declare const DuxCardPage: import("vue").DefineComponent<import("vue").Ex
68
68
  type: StringConstructor;
69
69
  default: string;
70
70
  };
71
+ hookListProps: {
72
+ type: import("vue").PropType<import("@duxweb/dvha-core").UseExtendListProps>;
73
+ };
71
74
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
72
75
  rowKey: {
73
76
  type: StringConstructor;
@@ -111,6 +114,9 @@ export declare const DuxCardPage: import("vue").DefineComponent<import("vue").Ex
111
114
  type: StringConstructor;
112
115
  default: string;
113
116
  };
117
+ hookListProps: {
118
+ type: import("vue").PropType<import("@duxweb/dvha-core").UseExtendListProps>;
119
+ };
114
120
  }>> & Readonly<{}>, {
115
121
  checkable: boolean;
116
122
  rowKey: string;
@@ -56,6 +56,9 @@ export declare const DuxListPage: import("vue").DefineComponent<import("vue").Ex
56
56
  type: StringConstructor;
57
57
  default: string;
58
58
  };
59
+ hookListProps: {
60
+ type: import("vue").PropType<import("@duxweb/dvha-core").UseExtendListProps>;
61
+ };
59
62
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
60
63
  rowKey: {
61
64
  type: StringConstructor;
@@ -99,6 +102,9 @@ export declare const DuxListPage: import("vue").DefineComponent<import("vue").Ex
99
102
  type: StringConstructor;
100
103
  default: string;
101
104
  };
105
+ hookListProps: {
106
+ type: import("vue").PropType<import("@duxweb/dvha-core").UseExtendListProps>;
107
+ };
102
108
  }>> & Readonly<{}>, {
103
109
  checkable: boolean;
104
110
  rowKey: string;
@@ -0,0 +1,14 @@
1
+ export declare const DuxCollapsePanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: StringConstructor;
3
+ desc: StringConstructor;
4
+ defaultShow: BooleanConstructor;
5
+ highlight: BooleanConstructor;
6
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
+ title: StringConstructor;
8
+ desc: StringConstructor;
9
+ defaultShow: BooleanConstructor;
10
+ highlight: BooleanConstructor;
11
+ }>> & Readonly<{}>, {
12
+ defaultShow: boolean;
13
+ highlight: boolean;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,3 @@
1
1
  export * from './alert';
2
2
  export * from './setting';
3
+ export * from './collapse';
@@ -81,8 +81,8 @@ export declare const DuxSelectCard: import("vue").DefineComponent<import("vue").
81
81
  defaultValue: string | number | (string | number)[];
82
82
  disabled: boolean;
83
83
  onUpdateValue: (value: string | number | (string | number)[]) => void;
84
+ maxWidth: string;
84
85
  options: CardSelectOption[];
85
86
  minWidth: string;
86
- maxWidth: string;
87
87
  multiple: boolean;
88
88
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1 +1,2 @@
1
1
  export * from './blockEmpty';
2
+ export * from './listEmpty';
@@ -0,0 +1,11 @@
1
+ export declare const DuxListEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ title: StringConstructor;
3
+ desc: StringConstructor;
4
+ bordered: BooleanConstructor;
5
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
6
+ title: StringConstructor;
7
+ desc: StringConstructor;
8
+ bordered: BooleanConstructor;
9
+ }>> & Readonly<{}>, {
10
+ bordered: boolean;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1 +1,2 @@
1
1
  export * from './tablePage';
2
+ export * from './table';