@bitrix24/b24ui-nuxt 0.4.5 → 0.4.7

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 (67) hide show
  1. package/.nuxt/b24ui/content/table-wrapper.ts +1 -1
  2. package/.nuxt/b24ui/dropdown-menu.ts +1 -1
  3. package/.nuxt/b24ui/index.ts +1 -0
  4. package/.nuxt/b24ui/popover.ts +6 -0
  5. package/.nuxt/b24ui/prose/table.ts +6 -0
  6. package/.nuxt/b24ui/prose/tbody.ts +5 -0
  7. package/.nuxt/b24ui/prose/td.ts +5 -0
  8. package/.nuxt/b24ui/prose/th.ts +5 -0
  9. package/.nuxt/b24ui/prose/thead.ts +5 -0
  10. package/.nuxt/b24ui/prose/tr.ts +5 -0
  11. package/dist/meta.cjs +711 -36
  12. package/dist/meta.d.cts +711 -36
  13. package/dist/meta.d.mts +711 -36
  14. package/dist/meta.d.ts +711 -36
  15. package/dist/meta.mjs +711 -36
  16. package/dist/module.cjs +1 -1
  17. package/dist/module.json +1 -1
  18. package/dist/module.mjs +1 -1
  19. package/dist/runtime/components/App.vue +6 -6
  20. package/dist/runtime/components/Form.vue +5 -5
  21. package/dist/runtime/components/FormField.vue +1 -1
  22. package/dist/runtime/components/Popover.vue +105 -0
  23. package/dist/runtime/composables/defineLocale.d.ts +4 -4
  24. package/dist/runtime/composables/useLocale.d.ts +3 -3
  25. package/dist/runtime/composables/useLocale.js +3 -3
  26. package/dist/runtime/locale/ar.d.ts +2 -1
  27. package/dist/runtime/locale/br.d.ts +2 -1
  28. package/dist/runtime/locale/de.d.ts +2 -1
  29. package/dist/runtime/locale/en.d.ts +2 -1
  30. package/dist/runtime/locale/fr.d.ts +2 -1
  31. package/dist/runtime/locale/id.d.ts +2 -1
  32. package/dist/runtime/locale/it.d.ts +2 -1
  33. package/dist/runtime/locale/ja.d.ts +2 -1
  34. package/dist/runtime/locale/kz.d.ts +2 -1
  35. package/dist/runtime/locale/la.d.ts +2 -1
  36. package/dist/runtime/locale/ms.d.ts +2 -1
  37. package/dist/runtime/locale/pl.d.ts +2 -1
  38. package/dist/runtime/locale/ru.d.ts +2 -1
  39. package/dist/runtime/locale/sc.d.ts +2 -1
  40. package/dist/runtime/locale/tc.d.ts +2 -1
  41. package/dist/runtime/locale/th.d.ts +2 -1
  42. package/dist/runtime/locale/tr.d.ts +2 -1
  43. package/dist/runtime/locale/ua.d.ts +2 -1
  44. package/dist/runtime/locale/vn.d.ts +2 -1
  45. package/dist/runtime/plugins/colors.js +3 -1
  46. package/dist/runtime/prose/Code.vue +1 -1
  47. package/dist/runtime/prose/Img.vue +1 -1
  48. package/dist/runtime/prose/Table.vue +74 -0
  49. package/dist/runtime/prose/Tbody.vue +34 -0
  50. package/dist/runtime/prose/Td.vue +34 -0
  51. package/dist/runtime/prose/Th.vue +34 -0
  52. package/dist/runtime/prose/Thead.vue +34 -0
  53. package/dist/runtime/prose/Tr.vue +34 -0
  54. package/dist/runtime/types/form.d.ts +1 -1
  55. package/dist/runtime/types/index.d.ts +7 -0
  56. package/dist/runtime/types/index.js +7 -0
  57. package/dist/runtime/types/locale.d.ts +2 -2
  58. package/dist/runtime/utils/locale.d.ts +5 -5
  59. package/dist/runtime/vue/stubs.d.ts +3 -1
  60. package/dist/runtime/vue/stubs.js +3 -1
  61. package/dist/shared/{b24ui-nuxt.BH-d1ImO.mjs → b24ui-nuxt.CPOPpSQq.mjs} +69 -2
  62. package/dist/shared/{b24ui-nuxt.DxEKoBT7.cjs → b24ui-nuxt.lbv7ybxH.cjs} +69 -2
  63. package/dist/unplugin.cjs +1 -1
  64. package/dist/unplugin.mjs +1 -1
  65. package/dist/vite.cjs +1 -1
  66. package/dist/vite.mjs +1 -1
  67. package/package.json +8 -7
@@ -18,7 +18,7 @@ export default {
18
18
  },
19
19
  "rounded": {
20
20
  "true": "rounded-md",
21
- "false": "rounded"
21
+ "false": ""
22
22
  },
23
23
  "zebra": {
24
24
  "true": "[&>table>tbody>tr]:even:bg-base-30 [&>table>tbody>tr]:even:[&>td]:bg-base-30 [&>table>tbody>tr]:even:[&>th]:bg-base-30 dark:[&>table>tbody>tr]:even:bg-base-dark dark:[&>table>tbody>tr]:even:[&>td]:bg-base-dark dark:[&>table>tbody>tr]:even:[&>th]:bg-base-dark"
@@ -18,7 +18,7 @@ const size = [
18
18
 
19
19
  export default {
20
20
  "slots": {
21
- "content": "min-w-32 bg-white dark:bg-base-dark shadow-lg rounded-2xs ring ring-base-300 dark:ring-base-800 overflow-y-auto data-[state=open]:animate-[scale-in_100ms_ease-out] data-[state=closed]:animate-[scale-out_100ms_ease-in] divide-y divide-base-master/10 dark:divide-base-100/20 scroll-py-1 pointer-events-auto",
21
+ "content": "min-w-32 bg-white dark:bg-base-dark shadow-lg rounded-2xs ring ring-base-300 dark:ring-base-800 overflow-y-auto motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in] divide-y divide-base-master/10 dark:divide-base-100/20 scroll-py-1 pointer-events-auto",
22
22
  "arrow": "fill-base-master/10 dark:fill-base-100/20",
23
23
  "group": "p-1 isolate",
24
24
  "label": "w-full flex items-center font-semibold text-base-900 dark:text-base-200",
@@ -19,6 +19,7 @@ export { default as inputNumber } from './input-number'
19
19
  export { default as kbd } from './kbd'
20
20
  export { default as link } from './link'
21
21
  export { default as modal } from './modal'
22
+ export { default as popover } from './popover'
22
23
  export { default as progress } from './progress'
23
24
  export { default as radioGroup } from './radio-group'
24
25
  export { default as range } from './range'
@@ -0,0 +1,6 @@
1
+ export default {
2
+ "slots": {
3
+ "content": "bg-white dark:bg-base-dark shadow-lg rounded-2xs ring ring-base-300 dark:ring-base-800 motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in] focus:outline-none pointer-events-auto",
4
+ "arrow": "fill-white dark:fill-base-dark stroke-base-300 dark:stroke-base-300"
5
+ }
6
+ }
@@ -0,0 +1,6 @@
1
+ export default {
2
+ "slots": {
3
+ "root": "my-4 overflow-x-auto",
4
+ "base": ""
5
+ }
6
+ }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ "slots": {
3
+ "base": ""
4
+ }
5
+ }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ "slots": {
3
+ "base": "[&_code]:text-xs/5 [&_p]:my-0 [&_p]:leading-6 [&_ul]:my-0 [&_ol]:my-0 [&_ul]:ps-4.5 [&_ol]:ps-4.5 [&_li]:leading-6 [&_li]:my-0.5"
4
+ }
5
+ }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ "slots": {
3
+ "base": ""
4
+ }
5
+ }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ "slots": {
3
+ "base": "bg-base-50 dark:bg-base-600"
4
+ }
5
+ }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ "slots": {
3
+ "base": ""
4
+ }
5
+ }