@bitrix24/b24ui-nuxt 0.5.6 → 0.5.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.
- package/.nuxt/b24ui/sidebar-layout.ts +3 -2
- package/dist/meta.cjs +2 -35
- package/dist/meta.d.cts +2 -35
- package/dist/meta.d.mts +2 -35
- package/dist/meta.d.ts +2 -35
- package/dist/meta.mjs +2 -35
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/Avatar.vue +7 -5
- package/dist/runtime/components/DropdownMenuContent.vue +1 -1
- package/dist/runtime/components/SidebarLayout.vue +0 -1
- package/dist/runtime/components/StackedLayout.vue +2 -2
- package/dist/runtime/composables/useOverlay.d.ts +3 -2
- package/dist/runtime/vue/stubs.d.ts +5 -0
- package/dist/runtime/vue/stubs.js +11 -2
- package/dist/shared/{b24ui-nuxt.GF6icKT2.cjs → b24ui-nuxt.BsnG7poi.cjs} +5 -4
- package/dist/shared/{b24ui-nuxt.Cdw6m70Y.mjs → b24ui-nuxt.CMCKw62O.mjs} +5 -4
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +3 -2
|
@@ -9,7 +9,7 @@ export default {
|
|
|
9
9
|
"headerMenuIcon": "",
|
|
10
10
|
"headerPaddings": "py-2.5",
|
|
11
11
|
"headerWrapper": "min-w-0 flex-1",
|
|
12
|
-
"container": "flex-1 flex flex-col lg:min-w-0
|
|
12
|
+
"container": "flex-1 flex flex-col lg:min-w-0",
|
|
13
13
|
"containerWrapper": "grow",
|
|
14
14
|
"containerWrapperInner": ""
|
|
15
15
|
},
|
|
@@ -19,12 +19,13 @@ export default {
|
|
|
19
19
|
"container": "lg:pl-[240px]"
|
|
20
20
|
},
|
|
21
21
|
"false": {
|
|
22
|
-
"container": ""
|
|
22
|
+
"container": "pb-2 lg:pt-2 lg:px-2"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
"useLightContent": {
|
|
26
26
|
"true": {
|
|
27
27
|
"root": "bg-white dark:bg-white/10 lg:bg-base-50 dark:lg:bg-base-dark",
|
|
28
|
+
"container": "pb-2 lg:pt-2 lg:pr-2",
|
|
28
29
|
"containerWrapper": "p-6 lg:p-10 lg:bg-white dark:lg:bg-white/10 lg:ring-1 lg:ring-base-950/5 dark:lg:ring-white/10 lg:shadow-xs lg:rounded-lg"
|
|
29
30
|
},
|
|
30
31
|
"false": {
|
package/dist/meta.cjs
CHANGED
|
@@ -64213,23 +64213,6 @@ const B24UIMeta = {
|
|
|
64213
64213
|
"schema": "any",
|
|
64214
64214
|
"default": "\"div\""
|
|
64215
64215
|
},
|
|
64216
|
-
{
|
|
64217
|
-
"name": "useSidebar",
|
|
64218
|
-
"global": false,
|
|
64219
|
-
"description": "",
|
|
64220
|
-
"tags": [],
|
|
64221
|
-
"required": false,
|
|
64222
|
-
"type": "boolean | undefined",
|
|
64223
|
-
"schema": {
|
|
64224
|
-
"kind": "enum",
|
|
64225
|
-
"type": "boolean | undefined",
|
|
64226
|
-
"schema": {
|
|
64227
|
-
"0": "undefined",
|
|
64228
|
-
"1": "false",
|
|
64229
|
-
"2": "true"
|
|
64230
|
-
}
|
|
64231
|
-
}
|
|
64232
|
-
},
|
|
64233
64216
|
{
|
|
64234
64217
|
"name": "useLightContent",
|
|
64235
64218
|
"global": false,
|
|
@@ -65314,23 +65297,6 @@ const B24UIMeta = {
|
|
|
65314
65297
|
"schema": "any",
|
|
65315
65298
|
"default": "\"div\""
|
|
65316
65299
|
},
|
|
65317
|
-
{
|
|
65318
|
-
"name": "useSidebar",
|
|
65319
|
-
"global": false,
|
|
65320
|
-
"description": "",
|
|
65321
|
-
"tags": [],
|
|
65322
|
-
"required": false,
|
|
65323
|
-
"type": "boolean | undefined",
|
|
65324
|
-
"schema": {
|
|
65325
|
-
"kind": "enum",
|
|
65326
|
-
"type": "boolean | undefined",
|
|
65327
|
-
"schema": {
|
|
65328
|
-
"0": "undefined",
|
|
65329
|
-
"1": "false",
|
|
65330
|
-
"2": "true"
|
|
65331
|
-
}
|
|
65332
|
-
}
|
|
65333
|
-
},
|
|
65334
65300
|
{
|
|
65335
65301
|
"name": "useLightContent",
|
|
65336
65302
|
"global": false,
|
|
@@ -65346,7 +65312,8 @@ const B24UIMeta = {
|
|
|
65346
65312
|
"1": "false",
|
|
65347
65313
|
"2": "true"
|
|
65348
65314
|
}
|
|
65349
|
-
}
|
|
65315
|
+
},
|
|
65316
|
+
"default": "true"
|
|
65350
65317
|
},
|
|
65351
65318
|
{
|
|
65352
65319
|
"name": "b24ui",
|
package/dist/meta.d.cts
CHANGED
|
@@ -64211,23 +64211,6 @@ var B24UIMeta = {
|
|
|
64211
64211
|
"schema": "any",
|
|
64212
64212
|
"default": "\"div\""
|
|
64213
64213
|
},
|
|
64214
|
-
{
|
|
64215
|
-
"name": "useSidebar",
|
|
64216
|
-
"global": false,
|
|
64217
|
-
"description": "",
|
|
64218
|
-
"tags": [],
|
|
64219
|
-
"required": false,
|
|
64220
|
-
"type": "boolean | undefined",
|
|
64221
|
-
"schema": {
|
|
64222
|
-
"kind": "enum",
|
|
64223
|
-
"type": "boolean | undefined",
|
|
64224
|
-
"schema": {
|
|
64225
|
-
"0": "undefined",
|
|
64226
|
-
"1": "false",
|
|
64227
|
-
"2": "true"
|
|
64228
|
-
}
|
|
64229
|
-
}
|
|
64230
|
-
},
|
|
64231
64214
|
{
|
|
64232
64215
|
"name": "useLightContent",
|
|
64233
64216
|
"global": false,
|
|
@@ -65312,23 +65295,6 @@ var B24UIMeta = {
|
|
|
65312
65295
|
"schema": "any",
|
|
65313
65296
|
"default": "\"div\""
|
|
65314
65297
|
},
|
|
65315
|
-
{
|
|
65316
|
-
"name": "useSidebar",
|
|
65317
|
-
"global": false,
|
|
65318
|
-
"description": "",
|
|
65319
|
-
"tags": [],
|
|
65320
|
-
"required": false,
|
|
65321
|
-
"type": "boolean | undefined",
|
|
65322
|
-
"schema": {
|
|
65323
|
-
"kind": "enum",
|
|
65324
|
-
"type": "boolean | undefined",
|
|
65325
|
-
"schema": {
|
|
65326
|
-
"0": "undefined",
|
|
65327
|
-
"1": "false",
|
|
65328
|
-
"2": "true"
|
|
65329
|
-
}
|
|
65330
|
-
}
|
|
65331
|
-
},
|
|
65332
65298
|
{
|
|
65333
65299
|
"name": "useLightContent",
|
|
65334
65300
|
"global": false,
|
|
@@ -65344,7 +65310,8 @@ var B24UIMeta = {
|
|
|
65344
65310
|
"1": "false",
|
|
65345
65311
|
"2": "true"
|
|
65346
65312
|
}
|
|
65347
|
-
}
|
|
65313
|
+
},
|
|
65314
|
+
"default": "true"
|
|
65348
65315
|
},
|
|
65349
65316
|
{
|
|
65350
65317
|
"name": "b24ui",
|
package/dist/meta.d.mts
CHANGED
|
@@ -64211,23 +64211,6 @@ var B24UIMeta = {
|
|
|
64211
64211
|
"schema": "any",
|
|
64212
64212
|
"default": "\"div\""
|
|
64213
64213
|
},
|
|
64214
|
-
{
|
|
64215
|
-
"name": "useSidebar",
|
|
64216
|
-
"global": false,
|
|
64217
|
-
"description": "",
|
|
64218
|
-
"tags": [],
|
|
64219
|
-
"required": false,
|
|
64220
|
-
"type": "boolean | undefined",
|
|
64221
|
-
"schema": {
|
|
64222
|
-
"kind": "enum",
|
|
64223
|
-
"type": "boolean | undefined",
|
|
64224
|
-
"schema": {
|
|
64225
|
-
"0": "undefined",
|
|
64226
|
-
"1": "false",
|
|
64227
|
-
"2": "true"
|
|
64228
|
-
}
|
|
64229
|
-
}
|
|
64230
|
-
},
|
|
64231
64214
|
{
|
|
64232
64215
|
"name": "useLightContent",
|
|
64233
64216
|
"global": false,
|
|
@@ -65312,23 +65295,6 @@ var B24UIMeta = {
|
|
|
65312
65295
|
"schema": "any",
|
|
65313
65296
|
"default": "\"div\""
|
|
65314
65297
|
},
|
|
65315
|
-
{
|
|
65316
|
-
"name": "useSidebar",
|
|
65317
|
-
"global": false,
|
|
65318
|
-
"description": "",
|
|
65319
|
-
"tags": [],
|
|
65320
|
-
"required": false,
|
|
65321
|
-
"type": "boolean | undefined",
|
|
65322
|
-
"schema": {
|
|
65323
|
-
"kind": "enum",
|
|
65324
|
-
"type": "boolean | undefined",
|
|
65325
|
-
"schema": {
|
|
65326
|
-
"0": "undefined",
|
|
65327
|
-
"1": "false",
|
|
65328
|
-
"2": "true"
|
|
65329
|
-
}
|
|
65330
|
-
}
|
|
65331
|
-
},
|
|
65332
65298
|
{
|
|
65333
65299
|
"name": "useLightContent",
|
|
65334
65300
|
"global": false,
|
|
@@ -65344,7 +65310,8 @@ var B24UIMeta = {
|
|
|
65344
65310
|
"1": "false",
|
|
65345
65311
|
"2": "true"
|
|
65346
65312
|
}
|
|
65347
|
-
}
|
|
65313
|
+
},
|
|
65314
|
+
"default": "true"
|
|
65348
65315
|
},
|
|
65349
65316
|
{
|
|
65350
65317
|
"name": "b24ui",
|
package/dist/meta.d.ts
CHANGED
|
@@ -64211,23 +64211,6 @@ var B24UIMeta = {
|
|
|
64211
64211
|
"schema": "any",
|
|
64212
64212
|
"default": "\"div\""
|
|
64213
64213
|
},
|
|
64214
|
-
{
|
|
64215
|
-
"name": "useSidebar",
|
|
64216
|
-
"global": false,
|
|
64217
|
-
"description": "",
|
|
64218
|
-
"tags": [],
|
|
64219
|
-
"required": false,
|
|
64220
|
-
"type": "boolean | undefined",
|
|
64221
|
-
"schema": {
|
|
64222
|
-
"kind": "enum",
|
|
64223
|
-
"type": "boolean | undefined",
|
|
64224
|
-
"schema": {
|
|
64225
|
-
"0": "undefined",
|
|
64226
|
-
"1": "false",
|
|
64227
|
-
"2": "true"
|
|
64228
|
-
}
|
|
64229
|
-
}
|
|
64230
|
-
},
|
|
64231
64214
|
{
|
|
64232
64215
|
"name": "useLightContent",
|
|
64233
64216
|
"global": false,
|
|
@@ -65312,23 +65295,6 @@ var B24UIMeta = {
|
|
|
65312
65295
|
"schema": "any",
|
|
65313
65296
|
"default": "\"div\""
|
|
65314
65297
|
},
|
|
65315
|
-
{
|
|
65316
|
-
"name": "useSidebar",
|
|
65317
|
-
"global": false,
|
|
65318
|
-
"description": "",
|
|
65319
|
-
"tags": [],
|
|
65320
|
-
"required": false,
|
|
65321
|
-
"type": "boolean | undefined",
|
|
65322
|
-
"schema": {
|
|
65323
|
-
"kind": "enum",
|
|
65324
|
-
"type": "boolean | undefined",
|
|
65325
|
-
"schema": {
|
|
65326
|
-
"0": "undefined",
|
|
65327
|
-
"1": "false",
|
|
65328
|
-
"2": "true"
|
|
65329
|
-
}
|
|
65330
|
-
}
|
|
65331
|
-
},
|
|
65332
65298
|
{
|
|
65333
65299
|
"name": "useLightContent",
|
|
65334
65300
|
"global": false,
|
|
@@ -65344,7 +65310,8 @@ var B24UIMeta = {
|
|
|
65344
65310
|
"1": "false",
|
|
65345
65311
|
"2": "true"
|
|
65346
65312
|
}
|
|
65347
|
-
}
|
|
65313
|
+
},
|
|
65314
|
+
"default": "true"
|
|
65348
65315
|
},
|
|
65349
65316
|
{
|
|
65350
65317
|
"name": "b24ui",
|
package/dist/meta.mjs
CHANGED
|
@@ -64211,23 +64211,6 @@ const B24UIMeta = {
|
|
|
64211
64211
|
"schema": "any",
|
|
64212
64212
|
"default": "\"div\""
|
|
64213
64213
|
},
|
|
64214
|
-
{
|
|
64215
|
-
"name": "useSidebar",
|
|
64216
|
-
"global": false,
|
|
64217
|
-
"description": "",
|
|
64218
|
-
"tags": [],
|
|
64219
|
-
"required": false,
|
|
64220
|
-
"type": "boolean | undefined",
|
|
64221
|
-
"schema": {
|
|
64222
|
-
"kind": "enum",
|
|
64223
|
-
"type": "boolean | undefined",
|
|
64224
|
-
"schema": {
|
|
64225
|
-
"0": "undefined",
|
|
64226
|
-
"1": "false",
|
|
64227
|
-
"2": "true"
|
|
64228
|
-
}
|
|
64229
|
-
}
|
|
64230
|
-
},
|
|
64231
64214
|
{
|
|
64232
64215
|
"name": "useLightContent",
|
|
64233
64216
|
"global": false,
|
|
@@ -65312,23 +65295,6 @@ const B24UIMeta = {
|
|
|
65312
65295
|
"schema": "any",
|
|
65313
65296
|
"default": "\"div\""
|
|
65314
65297
|
},
|
|
65315
|
-
{
|
|
65316
|
-
"name": "useSidebar",
|
|
65317
|
-
"global": false,
|
|
65318
|
-
"description": "",
|
|
65319
|
-
"tags": [],
|
|
65320
|
-
"required": false,
|
|
65321
|
-
"type": "boolean | undefined",
|
|
65322
|
-
"schema": {
|
|
65323
|
-
"kind": "enum",
|
|
65324
|
-
"type": "boolean | undefined",
|
|
65325
|
-
"schema": {
|
|
65326
|
-
"0": "undefined",
|
|
65327
|
-
"1": "false",
|
|
65328
|
-
"2": "true"
|
|
65329
|
-
}
|
|
65330
|
-
}
|
|
65331
|
-
},
|
|
65332
65298
|
{
|
|
65333
65299
|
"name": "useLightContent",
|
|
65334
65300
|
"global": false,
|
|
@@ -65344,7 +65310,8 @@ const B24UIMeta = {
|
|
|
65344
65310
|
"1": "false",
|
|
65345
65311
|
"2": "true"
|
|
65346
65312
|
}
|
|
65347
|
-
}
|
|
65313
|
+
},
|
|
65314
|
+
"default": "true"
|
|
65348
65315
|
},
|
|
65349
65316
|
{
|
|
65350
65317
|
"name": "b24ui",
|
package/dist/module.cjs
CHANGED
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defu } from 'defu';
|
|
2
2
|
import { defineNuxtModule, createResolver, addVitePlugin, addPlugin, addComponentsDir, addImportsDir, hasNuxtModule, installModule } from '@nuxt/kit';
|
|
3
|
-
import { d as defaultOptions, a as getDefaultUiConfig, b as addTemplates } from './shared/b24ui-nuxt.
|
|
3
|
+
import { d as defaultOptions, a as getDefaultUiConfig, b as addTemplates } from './shared/b24ui-nuxt.CMCKw62O.mjs';
|
|
4
4
|
import 'node:url';
|
|
5
5
|
import 'scule';
|
|
6
6
|
|
|
@@ -42,7 +42,7 @@ export interface AvatarSlots {
|
|
|
42
42
|
|
|
43
43
|
<script setup lang="ts">
|
|
44
44
|
import { ref, computed, watch } from 'vue'
|
|
45
|
-
import { Primitive } from 'reka-ui'
|
|
45
|
+
import { Primitive, Slot } from 'reka-ui'
|
|
46
46
|
import ImageComponent from '#build/b24ui-image-component'
|
|
47
47
|
import { useAvatarGroup } from '../composables/useAvatarGroup'
|
|
48
48
|
|
|
@@ -105,9 +105,11 @@ function onError() {
|
|
|
105
105
|
@error="onError"
|
|
106
106
|
/>
|
|
107
107
|
|
|
108
|
-
<
|
|
109
|
-
<
|
|
110
|
-
|
|
111
|
-
|
|
108
|
+
<Slot v-else v-bind="$attrs">
|
|
109
|
+
<slot>
|
|
110
|
+
<Component :is="icon" v-if="icon" :class="b24ui.icon({ class: props.b24ui?.icon })" />
|
|
111
|
+
<span v-else :class="b24ui.fallback({ class: props.b24ui?.fallback })">{{ fallback || ' ' }}</span>
|
|
112
|
+
</slot>
|
|
113
|
+
</Slot>
|
|
112
114
|
</Primitive>
|
|
113
115
|
</template>
|
|
@@ -156,7 +156,7 @@ const groups = computed<DropdownMenuItem[][]>(() =>
|
|
|
156
156
|
:external-icon="externalIcon"
|
|
157
157
|
v-bind="item.content"
|
|
158
158
|
>
|
|
159
|
-
<template v-for="(_, name) in proxySlots" #[name]="slotData
|
|
159
|
+
<template v-for="(_, name) in proxySlots" #[name]="slotData">
|
|
160
160
|
<slot :name="(name as keyof DropdownMenuContentSlots<T>)" v-bind="slotData" />
|
|
161
161
|
</template>
|
|
162
162
|
</B24DropdownMenuContent>
|
|
@@ -18,7 +18,6 @@ export interface StackedLayoutProps {
|
|
|
18
18
|
* @defaultValue 'div'
|
|
19
19
|
*/
|
|
20
20
|
as?: any
|
|
21
|
-
useSidebar?: boolean
|
|
22
21
|
useLightContent?: boolean
|
|
23
22
|
class?: any
|
|
24
23
|
b24ui?: Partial<typeof stackedLayout.slots>
|
|
@@ -53,7 +52,8 @@ import MenuIcon from '@bitrix24/b24icons-vue/main/MenuIcon'
|
|
|
53
52
|
import Cross50Icon from '@bitrix24/b24icons-vue/actions/Cross50Icon'
|
|
54
53
|
|
|
55
54
|
const props = withDefaults(defineProps<StackedLayoutProps>(), {
|
|
56
|
-
as: 'div'
|
|
55
|
+
as: 'div',
|
|
56
|
+
useLightContent: true
|
|
57
57
|
})
|
|
58
58
|
const slots = defineSlots<StackedLayoutSlots>()
|
|
59
59
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
|
-
import type { ComponentProps } from 'vue-component-type-helpers';
|
|
2
|
+
import type { ComponentProps, ComponentEmit } from 'vue-component-type-helpers';
|
|
3
|
+
type CloseEventArgType<T> = T extends (event: 'close', args_0: infer R) => void ? R : never;
|
|
3
4
|
export type OverlayOptions<OverlayAttrs = Record<string, any>> = {
|
|
4
5
|
defaultOpen?: boolean;
|
|
5
6
|
props?: OverlayAttrs;
|
|
@@ -14,7 +15,7 @@ type ManagedOverlayOptionsPrivate<T extends Component> = {
|
|
|
14
15
|
};
|
|
15
16
|
export type Overlay = OverlayOptions<Component> & ManagedOverlayOptionsPrivate<Component>;
|
|
16
17
|
interface OverlayInstance<T> {
|
|
17
|
-
open: (props?: ComponentProps<T>) => Promise<
|
|
18
|
+
open: (props?: ComponentProps<T>) => Promise<CloseEventArgType<ComponentEmit<T>>>;
|
|
18
19
|
close: (value?: any) => void;
|
|
19
20
|
patch: (props: Partial<ComponentProps<T>>) => void;
|
|
20
21
|
}
|
|
@@ -31,7 +31,12 @@ export declare function useNuxtApp(): {
|
|
|
31
31
|
payload: {
|
|
32
32
|
serverRendered: boolean;
|
|
33
33
|
};
|
|
34
|
+
hooks: import("hookable").Hookable<Record<string, any>, string>;
|
|
35
|
+
hook: <NameT extends string>(name: NameT, function_: any, options?: {
|
|
36
|
+
allowDeprecated?: boolean;
|
|
37
|
+
}) => () => void;
|
|
34
38
|
};
|
|
39
|
+
export declare function useRuntimeHook(name: string, fn: (...args: any[]) => void): void;
|
|
35
40
|
export declare function defineNuxtPlugin(plugin: (nuxtApp: NuxtApp) => void): {
|
|
36
41
|
install(app: import("vue").App<any>): void;
|
|
37
42
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ref } from "vue";
|
|
1
|
+
import { ref, onScopeDispose } from "vue";
|
|
2
|
+
import { createHooks } from "hookable";
|
|
2
3
|
import appConfig from "#build/app.config";
|
|
3
4
|
import { useColorMode as useColorModeVueUse } from "@vueuse/core";
|
|
4
5
|
export { useHead } from "@unhead/vue";
|
|
@@ -52,12 +53,20 @@ export const useState = (key, init) => {
|
|
|
52
53
|
state[key] = value;
|
|
53
54
|
return value;
|
|
54
55
|
};
|
|
56
|
+
const hooks = createHooks();
|
|
55
57
|
export function useNuxtApp() {
|
|
56
58
|
return {
|
|
57
59
|
isHydrating: true,
|
|
58
|
-
payload: { serverRendered: false }
|
|
60
|
+
payload: { serverRendered: false },
|
|
61
|
+
hooks,
|
|
62
|
+
hook: hooks.hook
|
|
59
63
|
};
|
|
60
64
|
}
|
|
65
|
+
export function useRuntimeHook(name, fn) {
|
|
66
|
+
const nuxtApp = useNuxtApp();
|
|
67
|
+
const unregister = nuxtApp.hook(name, fn);
|
|
68
|
+
onScopeDispose(unregister);
|
|
69
|
+
}
|
|
61
70
|
export function defineNuxtPlugin(plugin) {
|
|
62
71
|
return {
|
|
63
72
|
install(app) {
|
|
@@ -6543,9 +6543,7 @@ const sidebarLayout = {
|
|
|
6543
6543
|
].join(" "),
|
|
6544
6544
|
container: [
|
|
6545
6545
|
"flex-1 flex flex-col",
|
|
6546
|
-
"lg:min-w-0"
|
|
6547
|
-
"pb-2",
|
|
6548
|
-
"lg:pt-2 lg:pr-2"
|
|
6546
|
+
"lg:min-w-0"
|
|
6549
6547
|
].join(" "),
|
|
6550
6548
|
containerWrapper: [
|
|
6551
6549
|
"grow"
|
|
@@ -6558,7 +6556,7 @@ const sidebarLayout = {
|
|
|
6558
6556
|
container: "lg:pl-[240px]"
|
|
6559
6557
|
},
|
|
6560
6558
|
false: {
|
|
6561
|
-
container: ""
|
|
6559
|
+
container: "pb-2 lg:pt-2 lg:px-2"
|
|
6562
6560
|
}
|
|
6563
6561
|
},
|
|
6564
6562
|
useLightContent: {
|
|
@@ -6567,6 +6565,9 @@ const sidebarLayout = {
|
|
|
6567
6565
|
"bg-white dark:bg-white/10",
|
|
6568
6566
|
"lg:bg-base-50 dark:lg:bg-base-dark"
|
|
6569
6567
|
].join(" "),
|
|
6568
|
+
container: [
|
|
6569
|
+
"pb-2 lg:pt-2 lg:pr-2"
|
|
6570
|
+
].join(" "),
|
|
6570
6571
|
containerWrapper: [
|
|
6571
6572
|
"p-6 lg:p-10",
|
|
6572
6573
|
"lg:bg-white dark:lg:bg-white/10",
|
|
@@ -6541,9 +6541,7 @@ const sidebarLayout = {
|
|
|
6541
6541
|
].join(" "),
|
|
6542
6542
|
container: [
|
|
6543
6543
|
"flex-1 flex flex-col",
|
|
6544
|
-
"lg:min-w-0"
|
|
6545
|
-
"pb-2",
|
|
6546
|
-
"lg:pt-2 lg:pr-2"
|
|
6544
|
+
"lg:min-w-0"
|
|
6547
6545
|
].join(" "),
|
|
6548
6546
|
containerWrapper: [
|
|
6549
6547
|
"grow"
|
|
@@ -6556,7 +6554,7 @@ const sidebarLayout = {
|
|
|
6556
6554
|
container: "lg:pl-[240px]"
|
|
6557
6555
|
},
|
|
6558
6556
|
false: {
|
|
6559
|
-
container: ""
|
|
6557
|
+
container: "pb-2 lg:pt-2 lg:px-2"
|
|
6560
6558
|
}
|
|
6561
6559
|
},
|
|
6562
6560
|
useLightContent: {
|
|
@@ -6565,6 +6563,9 @@ const sidebarLayout = {
|
|
|
6565
6563
|
"bg-white dark:bg-white/10",
|
|
6566
6564
|
"lg:bg-base-50 dark:lg:bg-base-dark"
|
|
6567
6565
|
].join(" "),
|
|
6566
|
+
container: [
|
|
6567
|
+
"pb-2 lg:pt-2 lg:pr-2"
|
|
6568
|
+
].join(" "),
|
|
6568
6569
|
containerWrapper: [
|
|
6569
6570
|
"p-6 lg:p-10",
|
|
6570
6571
|
"lg:bg-white dark:lg:bg-white/10",
|
package/dist/unplugin.cjs
CHANGED
|
@@ -5,7 +5,7 @@ const pathe = require('pathe');
|
|
|
5
5
|
const unplugin = require('unplugin');
|
|
6
6
|
const defu = require('defu');
|
|
7
7
|
const tailwind = require('@tailwindcss/vite');
|
|
8
|
-
const templates = require('./shared/b24ui-nuxt.
|
|
8
|
+
const templates = require('./shared/b24ui-nuxt.BsnG7poi.cjs');
|
|
9
9
|
const tinyglobby = require('tinyglobby');
|
|
10
10
|
const knitwork = require('knitwork');
|
|
11
11
|
const MagicString = require('magic-string');
|
package/dist/unplugin.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { join, normalize } from 'pathe';
|
|
|
3
3
|
import { createUnplugin } from 'unplugin';
|
|
4
4
|
import { defu } from 'defu';
|
|
5
5
|
import tailwind from '@tailwindcss/vite';
|
|
6
|
-
import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.
|
|
6
|
+
import { g as getTemplates, d as defaultOptions, a as getDefaultUiConfig } from './shared/b24ui-nuxt.CMCKw62O.mjs';
|
|
7
7
|
import { globSync } from 'tinyglobby';
|
|
8
8
|
import { genSafeVariableName } from 'knitwork';
|
|
9
9
|
import MagicString from 'magic-string';
|
package/dist/vite.cjs
CHANGED
package/dist/vite.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitrix24/b24ui-nuxt",
|
|
3
3
|
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.7",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/bitrix24/b24ui.git"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@tailwindcss/postcss": "^4.0.17",
|
|
80
80
|
"@tailwindcss/vite": "^4.0.17",
|
|
81
81
|
"@tanstack/vue-table": "^8.21.2",
|
|
82
|
-
"@unhead/vue": "^2.0.
|
|
82
|
+
"@unhead/vue": "^2.0.2",
|
|
83
83
|
"@vueuse/core": "^13.0.0",
|
|
84
84
|
"@vueuse/integrations": "^13.0.0",
|
|
85
85
|
"canvas-confetti": "^1.9.3",
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"embla-carousel-vue": "^8.5.2",
|
|
95
95
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
96
96
|
"fuse.js": "^7.1.0",
|
|
97
|
+
"hookable": "^5.5.3",
|
|
97
98
|
"knitwork": "^1.2.0",
|
|
98
99
|
"magic-string": "^0.30.17",
|
|
99
100
|
"mlly": "^1.7.4",
|