@omnitend/dashboard-for-laravel 0.6.0 → 0.7.0
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/dist/components/base/DAspect.vue.d.ts +12 -0
- package/dist/components/base/DAutocomplete.vue.d.ts +12 -0
- package/dist/components/base/DFormOtp.vue.d.ts +12 -0
- package/dist/dashboard-for-laravel.js +2024 -1982
- package/dist/dashboard-for-laravel.js.map +1 -1
- package/dist/dashboard-for-laravel.umd.cjs +6 -6
- package/dist/dashboard-for-laravel.umd.cjs.map +1 -1
- package/dist/index.d.ts +3 -0
- package/docs/public/api-reference.json +66 -3
- package/docs/public/docs-map.md +5 -2
- package/docs/public/llms.txt +5 -2
- package/package.json +1 -1
- package/resources/js/components/base/DAspect.vue +22 -0
- package/resources/js/components/base/DAutocomplete.vue +23 -0
- package/resources/js/components/base/DFormOtp.vue +22 -0
- package/resources/js/index.ts +3 -0
package/dist/index.d.ts
CHANGED
|
@@ -16,6 +16,8 @@ export { default as DXDashboardNavbar } from "./components/extended/DXDashboardN
|
|
|
16
16
|
export { default as DAccordion } from "./components/base/DAccordion.vue";
|
|
17
17
|
export { default as DAccordionItem } from "./components/base/DAccordionItem.vue";
|
|
18
18
|
export { default as DAlert } from "./components/base/DAlert.vue";
|
|
19
|
+
export { default as DAspect } from "./components/base/DAspect.vue";
|
|
20
|
+
export { default as DAutocomplete } from "./components/base/DAutocomplete.vue";
|
|
19
21
|
export { default as DAvatar } from "./components/base/DAvatar.vue";
|
|
20
22
|
export { default as DBadge } from "./components/base/DBadge.vue";
|
|
21
23
|
export { default as DBreadcrumb } from "./components/base/DBreadcrumb.vue";
|
|
@@ -36,6 +38,7 @@ export { default as DFormCheckbox } from "./components/base/DFormCheckbox.vue";
|
|
|
36
38
|
export { default as DFormGroup } from "./components/base/DFormGroup.vue";
|
|
37
39
|
export { default as DFormInput } from "./components/base/DFormInput.vue";
|
|
38
40
|
export { default as DFormInvalidFeedback } from "./components/base/DFormInvalidFeedback.vue";
|
|
41
|
+
export { default as DFormOtp } from "./components/base/DFormOtp.vue";
|
|
39
42
|
export { default as DFormRadio } from "./components/base/DFormRadio.vue";
|
|
40
43
|
export { default as DFormRadioGroup } from "./components/base/DFormRadioGroup.vue";
|
|
41
44
|
export { default as DFormSelect } from "./components/base/DFormSelect.vue";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated": "2026-06-30T11:
|
|
2
|
+
"generated": "2026-06-30T11:46:51.421Z",
|
|
3
3
|
"package": {
|
|
4
4
|
"name": "@omnitend/dashboard-for-laravel",
|
|
5
5
|
"version": "0.6.0"
|
|
@@ -69,6 +69,48 @@
|
|
|
69
69
|
],
|
|
70
70
|
"methods": []
|
|
71
71
|
},
|
|
72
|
+
{
|
|
73
|
+
"name": "DAspect",
|
|
74
|
+
"category": "base",
|
|
75
|
+
"filePath": "resources/js/components/base/DAspect.vue",
|
|
76
|
+
"description": "",
|
|
77
|
+
"props": [],
|
|
78
|
+
"events": [],
|
|
79
|
+
"slots": [
|
|
80
|
+
{
|
|
81
|
+
"name": "name",
|
|
82
|
+
"description": "",
|
|
83
|
+
"bindings": [
|
|
84
|
+
{
|
|
85
|
+
"name": "name",
|
|
86
|
+
"title": "binding"
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"methods": []
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "DAutocomplete",
|
|
95
|
+
"category": "base",
|
|
96
|
+
"filePath": "resources/js/components/base/DAutocomplete.vue",
|
|
97
|
+
"description": "",
|
|
98
|
+
"props": [],
|
|
99
|
+
"events": [],
|
|
100
|
+
"slots": [
|
|
101
|
+
{
|
|
102
|
+
"name": "name",
|
|
103
|
+
"description": "",
|
|
104
|
+
"bindings": [
|
|
105
|
+
{
|
|
106
|
+
"name": "name",
|
|
107
|
+
"title": "binding"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"methods": []
|
|
113
|
+
},
|
|
72
114
|
{
|
|
73
115
|
"name": "DAvatar",
|
|
74
116
|
"category": "base",
|
|
@@ -439,6 +481,27 @@
|
|
|
439
481
|
],
|
|
440
482
|
"methods": []
|
|
441
483
|
},
|
|
484
|
+
{
|
|
485
|
+
"name": "DFormOtp",
|
|
486
|
+
"category": "base",
|
|
487
|
+
"filePath": "resources/js/components/base/DFormOtp.vue",
|
|
488
|
+
"description": "",
|
|
489
|
+
"props": [],
|
|
490
|
+
"events": [],
|
|
491
|
+
"slots": [
|
|
492
|
+
{
|
|
493
|
+
"name": "name",
|
|
494
|
+
"description": "",
|
|
495
|
+
"bindings": [
|
|
496
|
+
{
|
|
497
|
+
"name": "name",
|
|
498
|
+
"title": "binding"
|
|
499
|
+
}
|
|
500
|
+
]
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"methods": []
|
|
504
|
+
},
|
|
442
505
|
{
|
|
443
506
|
"name": "DFormRadio",
|
|
444
507
|
"category": "base",
|
|
@@ -2149,8 +2212,8 @@
|
|
|
2149
2212
|
]
|
|
2150
2213
|
},
|
|
2151
2214
|
"stats": {
|
|
2152
|
-
"totalComponents":
|
|
2153
|
-
"baseComponents":
|
|
2215
|
+
"totalComponents": 65,
|
|
2216
|
+
"baseComponents": 57,
|
|
2154
2217
|
"extendedComponents": 8
|
|
2155
2218
|
}
|
|
2156
2219
|
}
|
package/docs/public/docs-map.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Documentation Map
|
|
2
2
|
|
|
3
3
|
> Auto-generated hierarchical overview of all documentation
|
|
4
|
-
> Last updated: 2026-06-30T11:
|
|
4
|
+
> Last updated: 2026-06-30T11:46:51.484Z
|
|
5
5
|
|
|
6
6
|
This file provides a complete map of all available documentation for AI agents and developers.
|
|
7
7
|
|
|
@@ -14,6 +14,8 @@ This file provides a complete map of all available documentation for AI agents a
|
|
|
14
14
|
- [DAccordion](/components/base/DAccordion): Type-safe wrapper around Bootstrap Vue Next's BAccordion component
|
|
15
15
|
- [DAccordionItem](/components/base/DAccordionItem): Type-safe wrapper around Bootstrap Vue Next's BAccordionItem component
|
|
16
16
|
- [DAlert](/components/base/DAlert): Type-safe wrapper around Bootstrap Vue Next's BAlert component
|
|
17
|
+
- [DAspect](/components/base/DAspect): DAspect - A type-safe wrapper around Bootstrap Vue Next's BAspect component. Keeps its default-slot
|
|
18
|
+
- [DAutocomplete](/components/base/DAutocomplete): DAutocomplete - A type-safe wrapper around Bootstrap Vue Next's BAutocomplete component. A text inpu
|
|
17
19
|
- [DAvatar](/components/base/DAvatar): Type-safe wrapper around Bootstrap Vue Next's BAvatar component
|
|
18
20
|
- [DBadge](/components/base/DBadge): Type-safe wrapper around Bootstrap Vue Next's BBadge component
|
|
19
21
|
- [DBreadcrumb](/components/base/DBreadcrumb): Type-safe wrapper around Bootstrap Vue Next's BBreadcrumb component
|
|
@@ -34,6 +36,7 @@ This file provides a complete map of all available documentation for AI agents a
|
|
|
34
36
|
- [DFormGroup](/components/base/DFormGroup): Type-safe wrapper around Bootstrap Vue Next's BFormGroup component
|
|
35
37
|
- [DFormInput](/components/base/DFormInput): Type-safe wrapper around Bootstrap Vue Next's BFormInput component
|
|
36
38
|
- [DFormInvalidFeedback](/components/base/DFormInvalidFeedback): Type-safe wrapper around Bootstrap Vue Next's BFormInvalidFeedback component
|
|
39
|
+
- [DFormOtp](/components/base/DFormOtp): DFormOtp - A type-safe wrapper around Bootstrap Vue Next's BFormOtp component. A one-time-code / PIN
|
|
37
40
|
- [DFormRadio](/components/base/DFormRadio): Type-safe wrapper around Bootstrap Vue Next's BFormRadio component
|
|
38
41
|
- [DFormSelect](/components/base/DFormSelect): Type-safe wrapper around Bootstrap Vue Next's BFormSelect component
|
|
39
42
|
- [DFormSpinbutton](/components/base/DFormSpinbutton): Type-safe wrapper around Bootstrap Vue Next's BFormSpinbutton component
|
|
@@ -94,4 +97,4 @@ This file provides a complete map of all available documentation for AI agents a
|
|
|
94
97
|
|
|
95
98
|
---
|
|
96
99
|
|
|
97
|
-
**Total Pages**:
|
|
100
|
+
**Total Pages**: 73
|
package/docs/public/llms.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Vue 3 dashboard components for Laravel with Bootstrap Vue Next
|
|
4
4
|
>
|
|
5
|
-
> A dual-package library (NPM + Composer) providing
|
|
5
|
+
> A dual-package library (NPM + Composer) providing 65 Vue 3 components for building Laravel dashboards with Bootstrap Vue Next.
|
|
6
6
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
@@ -19,13 +19,15 @@
|
|
|
19
19
|
- [Theming](/guide/theming): Customize appearance with CSS variables
|
|
20
20
|
- [TypeScript](/guide/typescript): TypeScript types and best practices
|
|
21
21
|
|
|
22
|
-
## Base Components (
|
|
22
|
+
## Base Components (57 components)
|
|
23
23
|
|
|
24
24
|
Lightweight type-safe wrappers around Bootstrap Vue Next components providing API stability and consistent theming.
|
|
25
25
|
|
|
26
26
|
- [DAccordion](/components/base/daccordion): Bootstrap Vue Next Accordion wrapper
|
|
27
27
|
- [DAccordionItem](/components/base/daccordionitem): Bootstrap Vue Next AccordionItem wrapper
|
|
28
28
|
- [DAlert](/components/base/dalert): Bootstrap Vue Next Alert wrapper
|
|
29
|
+
- [DAspect](/components/base/daspect): Bootstrap Vue Next Aspect wrapper
|
|
30
|
+
- [DAutocomplete](/components/base/dautocomplete): Bootstrap Vue Next Autocomplete wrapper
|
|
29
31
|
- [DAvatar](/components/base/davatar): Bootstrap Vue Next Avatar wrapper
|
|
30
32
|
- [DBadge](/components/base/dbadge): Bootstrap Vue Next Badge wrapper
|
|
31
33
|
- [DBreadcrumb](/components/base/dbreadcrumb): Bootstrap Vue Next Breadcrumb wrapper
|
|
@@ -44,6 +46,7 @@ Lightweight type-safe wrappers around Bootstrap Vue Next components providing AP
|
|
|
44
46
|
- [DFormGroup](/components/base/dformgroup): Bootstrap Vue Next FormGroup wrapper
|
|
45
47
|
- [DFormInput](/components/base/dforminput): Bootstrap Vue Next FormInput wrapper
|
|
46
48
|
- [DFormInvalidFeedback](/components/base/dforminvalidfeedback): Bootstrap Vue Next FormInvalidFeedback wrapper
|
|
49
|
+
- [DFormOtp](/components/base/dformotp): Bootstrap Vue Next FormOtp wrapper
|
|
47
50
|
- [DFormRadio](/components/base/dformradio): Bootstrap Vue Next FormRadio wrapper
|
|
48
51
|
- [DFormRadioGroup](/components/base/dformradiogroup): Bootstrap Vue Next FormRadioGroup wrapper
|
|
49
52
|
- [DFormSelect](/components/base/dformselect): Bootstrap Vue Next FormSelect wrapper
|
package/package.json
CHANGED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @component
|
|
3
|
+
* Type-safe wrapper around Bootstrap Vue Next BAspect component.
|
|
4
|
+
* Keeps its default slot content at a fixed aspect ratio (e.g. `aspect="16:9"`
|
|
5
|
+
* or a number like `1.7778`). Useful for responsive media/embeds.
|
|
6
|
+
*/
|
|
7
|
+
<script setup lang="ts">
|
|
8
|
+
import { BAspect } from "bootstrap-vue-next";
|
|
9
|
+
|
|
10
|
+
defineOptions({
|
|
11
|
+
inheritAttrs: false,
|
|
12
|
+
});
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<template>
|
|
16
|
+
<BAspect v-bind="$attrs">
|
|
17
|
+
<!-- Dynamically pass through all named slots with their props -->
|
|
18
|
+
<template v-for="(_, name) in $slots" :key="name" #[name]="slotProps">
|
|
19
|
+
<slot :name="name" v-bind="slotProps" />
|
|
20
|
+
</template>
|
|
21
|
+
</BAspect>
|
|
22
|
+
</template>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @component
|
|
3
|
+
* Type-safe wrapper around Bootstrap Vue Next BAutocomplete component.
|
|
4
|
+
* Text input with a filtered dropdown of suggestions (typeahead/combobox).
|
|
5
|
+
* Pass `options` and bind `v-model`; supports `multiple` and a custom
|
|
6
|
+
* `filterFunction`.
|
|
7
|
+
*/
|
|
8
|
+
<script setup lang="ts">
|
|
9
|
+
import { BAutocomplete } from "bootstrap-vue-next";
|
|
10
|
+
|
|
11
|
+
defineOptions({
|
|
12
|
+
inheritAttrs: false,
|
|
13
|
+
});
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
<template>
|
|
17
|
+
<BAutocomplete v-bind="$attrs">
|
|
18
|
+
<!-- Dynamically pass through all named slots with their props -->
|
|
19
|
+
<template v-for="(_, name) in $slots" :key="name" #[name]="slotProps">
|
|
20
|
+
<slot :name="name" v-bind="slotProps" />
|
|
21
|
+
</template>
|
|
22
|
+
</BAutocomplete>
|
|
23
|
+
</template>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @component
|
|
3
|
+
* Type-safe wrapper around Bootstrap Vue Next BFormOtp component.
|
|
4
|
+
* One-time-code / PIN input rendered as a row of single-character boxes.
|
|
5
|
+
* `v-model` is a `string[]` (one entry per box).
|
|
6
|
+
*/
|
|
7
|
+
<script setup lang="ts">
|
|
8
|
+
import { BFormOtp } from "bootstrap-vue-next";
|
|
9
|
+
|
|
10
|
+
defineOptions({
|
|
11
|
+
inheritAttrs: false,
|
|
12
|
+
});
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<template>
|
|
16
|
+
<BFormOtp v-bind="$attrs">
|
|
17
|
+
<!-- Dynamically pass through all named slots with their props -->
|
|
18
|
+
<template v-for="(_, name) in $slots" :key="name" #[name]="slotProps">
|
|
19
|
+
<slot :name="name" v-bind="slotProps" />
|
|
20
|
+
</template>
|
|
21
|
+
</BFormOtp>
|
|
22
|
+
</template>
|
package/resources/js/index.ts
CHANGED
|
@@ -23,6 +23,8 @@ export { default as DXDashboardNavbar } from "./components/extended/DXDashboardN
|
|
|
23
23
|
export { default as DAccordion } from "./components/base/DAccordion.vue";
|
|
24
24
|
export { default as DAccordionItem } from "./components/base/DAccordionItem.vue";
|
|
25
25
|
export { default as DAlert } from "./components/base/DAlert.vue";
|
|
26
|
+
export { default as DAspect } from "./components/base/DAspect.vue";
|
|
27
|
+
export { default as DAutocomplete } from "./components/base/DAutocomplete.vue";
|
|
26
28
|
export { default as DAvatar } from "./components/base/DAvatar.vue";
|
|
27
29
|
export { default as DBadge } from "./components/base/DBadge.vue";
|
|
28
30
|
export { default as DBreadcrumb } from "./components/base/DBreadcrumb.vue";
|
|
@@ -47,6 +49,7 @@ export { default as DFormCheckbox } from "./components/base/DFormCheckbox.vue";
|
|
|
47
49
|
export { default as DFormGroup } from "./components/base/DFormGroup.vue";
|
|
48
50
|
export { default as DFormInput } from "./components/base/DFormInput.vue";
|
|
49
51
|
export { default as DFormInvalidFeedback } from "./components/base/DFormInvalidFeedback.vue";
|
|
52
|
+
export { default as DFormOtp } from "./components/base/DFormOtp.vue";
|
|
50
53
|
export { default as DFormRadio } from "./components/base/DFormRadio.vue";
|
|
51
54
|
export { default as DFormRadioGroup } from "./components/base/DFormRadioGroup.vue";
|
|
52
55
|
export { default as DFormSelect } from "./components/base/DFormSelect.vue";
|