ai-front-base 0.1.12 → 0.2.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.
Files changed (75) hide show
  1. package/dist/components/AiAside/index.mjs +4 -0
  2. package/dist/components/AiAside/index.vue.mjs +20 -0
  3. package/dist/components/AiAside/types.ts +6 -0
  4. package/dist/components/AiBadge/index.mjs +4 -0
  5. package/dist/components/AiBadge/index.vue.mjs +20 -0
  6. package/dist/components/AiBadge/types.ts +10 -0
  7. package/dist/components/AiBreadcrumb/index.mjs +4 -0
  8. package/dist/components/AiBreadcrumb/index.vue.mjs +20 -0
  9. package/dist/components/AiBreadcrumb/types.ts +7 -0
  10. package/dist/components/AiCheckbox/index.mjs +4 -0
  11. package/dist/components/AiCheckbox/index.vue.mjs +20 -0
  12. package/dist/components/AiCheckbox/types.ts +14 -0
  13. package/dist/components/AiContainer/index.mjs +4 -0
  14. package/dist/components/AiContainer/index.vue.mjs +20 -0
  15. package/dist/components/AiContainer/types.ts +6 -0
  16. package/dist/components/AiDatePicker/index.mjs +4 -0
  17. package/dist/components/AiDatePicker/index.vue.mjs +15 -0
  18. package/dist/components/AiDatePicker/types.ts +17 -0
  19. package/dist/components/AiDialog/index.mjs +4 -0
  20. package/dist/components/AiDialog/index.vue.mjs +20 -0
  21. package/dist/components/AiDialog/types.ts +11 -0
  22. package/dist/components/AiFooter/index.mjs +4 -0
  23. package/dist/components/AiFooter/index.vue.mjs +20 -0
  24. package/dist/components/AiFooter/types.ts +6 -0
  25. package/dist/components/AiHeader/index.mjs +4 -0
  26. package/dist/components/AiHeader/index.vue.mjs +20 -0
  27. package/dist/components/AiHeader/types.ts +6 -0
  28. package/dist/components/AiLoading/index.mjs +5 -0
  29. package/dist/components/AiLoading/types.ts +7 -0
  30. package/dist/components/AiMain/index.mjs +4 -0
  31. package/dist/components/AiMain/index.vue.mjs +20 -0
  32. package/dist/components/AiMain/types.ts +4 -0
  33. package/dist/components/AiMenu/index.mjs +4 -0
  34. package/dist/components/AiMenu/index.vue.mjs +20 -0
  35. package/dist/components/AiMenu/types.ts +9 -0
  36. package/dist/components/AiMessage/index.mjs +5 -0
  37. package/dist/components/AiMessage/types.ts +9 -0
  38. package/dist/components/AiNotification/index.mjs +5 -0
  39. package/dist/components/AiNotification/types.ts +10 -0
  40. package/dist/components/AiPagination/index.mjs +4 -0
  41. package/dist/components/AiPagination/index.vue.mjs +15 -0
  42. package/dist/components/AiPagination/types.ts +9 -0
  43. package/dist/components/AiProgress/index.mjs +4 -0
  44. package/dist/components/AiProgress/index.vue.mjs +15 -0
  45. package/dist/components/AiProgress/types.ts +10 -0
  46. package/dist/components/AiRadio/index.mjs +4 -0
  47. package/dist/components/AiRadio/index.vue.mjs +20 -0
  48. package/dist/components/AiRadio/types.ts +8 -0
  49. package/dist/components/AiSwitch/index.mjs +4 -0
  50. package/dist/components/AiSwitch/index.vue.mjs +15 -0
  51. package/dist/components/AiSwitch/types.ts +9 -0
  52. package/dist/components/AiTabs/index.mjs +4 -0
  53. package/dist/components/AiTabs/index.vue.mjs +20 -0
  54. package/dist/components/AiTabs/types.ts +9 -0
  55. package/dist/components/AiTag/index.mjs +4 -0
  56. package/dist/components/AiTag/index.vue.mjs +20 -0
  57. package/dist/components/AiTag/types.ts +9 -0
  58. package/dist/components/AiTimePicker/index.mjs +4 -0
  59. package/dist/components/AiTimePicker/index.vue.mjs +15 -0
  60. package/dist/components/AiTimePicker/types.ts +16 -0
  61. package/dist/components/AiUpload/index.mjs +4 -0
  62. package/dist/components/AiUpload/index.vue.mjs +20 -0
  63. package/dist/components/AiUpload/types.ts +11 -0
  64. package/dist/components/README.md +36 -5
  65. package/dist/index.mjs +52 -8
  66. package/dist/layouts/government.md +203 -58
  67. package/dist/layouts/union.md +208 -57
  68. package/dist/standards/README.md +45 -0
  69. package/dist/styles/README.md +155 -17
  70. package/dist/styles/blue.scss +68 -4
  71. package/dist/styles/dark.scss +69 -5
  72. package/dist/styles/element-plus-theme.css +52 -0
  73. package/dist/styles/index.css +70 -0
  74. package/dist/styles/light-blue.scss +68 -4
  75. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as o, resolveComponent as r, openBlock as n, createBlock as s, normalizeProps as a, guardReactiveProps as i, withCtx as l, renderSlot as p } from "vue";
2
+ const m = /* @__PURE__ */ o({
3
+ name: "AiAside",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(d) {
7
+ return (e, _) => {
8
+ const t = r("el-aside");
9
+ return n(), s(t, a(i(e.$attrs)), {
10
+ default: l(() => [
11
+ p(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * AiAside - 侧边栏
3
+ */
4
+ export interface AiAsideProps {
5
+ width?: string
6
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as o, resolveComponent as r, openBlock as n, createBlock as a, normalizeProps as s, guardReactiveProps as l, withCtx as p, renderSlot as d } from "vue";
2
+ const m = /* @__PURE__ */ o({
3
+ name: "AiBadge",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(i) {
7
+ return (e, _) => {
8
+ const t = r("el-badge");
9
+ return n(), a(t, s(l(e.$attrs)), {
10
+ default: p(() => [
11
+ d(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * AiBadge - 徽章
3
+ */
4
+ export interface AiBadgeProps {
5
+ value?: string | number
6
+ max?: number
7
+ isDot?: boolean
8
+ hidden?: boolean
9
+ type?: 'primary' | 'success' | 'warning' | 'danger' | 'info'
10
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as t, resolveComponent as o, openBlock as n, createBlock as a, normalizeProps as s, guardReactiveProps as c, withCtx as m, renderSlot as l } from "vue";
2
+ const i = /* @__PURE__ */ t({
3
+ name: "AiBreadcrumb",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(p) {
7
+ return (e, u) => {
8
+ const r = o("el-breadcrumb");
9
+ return n(), a(r, s(c(e.$attrs)), {
10
+ default: m(() => [
11
+ l(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ i as default
20
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * AiBreadcrumb - 面包屑
3
+ */
4
+ export interface AiBreadcrumbProps {
5
+ separator?: string
6
+ separatorIcon?: string
7
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as t, resolveComponent as r, openBlock as n, createBlock as c, normalizeProps as a, guardReactiveProps as s, withCtx as l, renderSlot as p } from "vue";
2
+ const u = /* @__PURE__ */ t({
3
+ name: "AiCheckbox",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(i) {
7
+ return (e, _) => {
8
+ const o = r("el-checkbox");
9
+ return n(), c(o, a(s(e.$attrs)), {
10
+ default: l(() => [
11
+ p(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ u as default
20
+ };
@@ -0,0 +1,14 @@
1
+ /**
2
+ * AiCheckbox - 复选框
3
+ * 基于 Element Plus Checkbox 封装
4
+ *
5
+ * @example
6
+ * <AiCheckbox v-model="checked">选项</AiCheckbox>
7
+ */
8
+
9
+ export interface AiCheckboxProps {
10
+ modelValue?: boolean | string | number
11
+ label?: string | number | boolean
12
+ disabled?: boolean
13
+ indeterminate?: boolean
14
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as n, resolveComponent as o, openBlock as r, createBlock as a, normalizeProps as i, guardReactiveProps as s, withCtx as c, renderSlot as l } from "vue";
2
+ const u = /* @__PURE__ */ n({
3
+ name: "AiContainer",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(p) {
7
+ return (e, _) => {
8
+ const t = o("el-container");
9
+ return r(), a(t, i(s(e.$attrs)), {
10
+ default: c(() => [
11
+ l(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ u as default
20
+ };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * AiContainer - 容器
3
+ */
4
+ export interface AiContainerProps {
5
+ direction?: 'horizontal' | 'vertical'
6
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,15 @@
1
+ import { defineComponent as r, resolveComponent as n, openBlock as o, createBlock as a, normalizeProps as c, guardReactiveProps as p } from "vue";
2
+ const l = /* @__PURE__ */ r({
3
+ name: "AiDatePicker",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(i) {
7
+ return (e, s) => {
8
+ const t = n("el-date-picker");
9
+ return o(), a(t, c(p(e.$attrs)), null, 16);
10
+ };
11
+ }
12
+ });
13
+ export {
14
+ l as default
15
+ };
@@ -0,0 +1,17 @@
1
+ /**
2
+ * AiDatePicker - 日期选择器
3
+ * 基于 Element Plus DatePicker 封装
4
+ *
5
+ * @example
6
+ * <AiDatePicker v-model="date" type="date" placeholder="选择日期" />
7
+ */
8
+
9
+ export interface AiDatePickerProps {
10
+ modelValue?: Date | string | number
11
+ type?: 'year' | 'month' | 'date' | 'dates' | 'datetime' | 'week' | 'datetimerange' | 'daterange' | 'monthrange'
12
+ placeholder?: string
13
+ disabled?: boolean
14
+ clearable?: boolean
15
+ format?: string
16
+ valueFormat?: string
17
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as t, resolveComponent as r, openBlock as n, createBlock as a, normalizeProps as l, guardReactiveProps as i, withCtx as s, renderSlot as p } from "vue";
2
+ const m = /* @__PURE__ */ t({
3
+ name: "AiDialog",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(_) {
7
+ return (e, c) => {
8
+ const o = r("el-dialog");
9
+ return n(), a(o, l(i(e.$attrs)), {
10
+ default: s(() => [
11
+ p(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * AiDialog - 对话框
3
+ */
4
+ export interface AiDialogProps {
5
+ modelValue?: boolean
6
+ title?: string
7
+ width?: string | number
8
+ fullscreen?: boolean
9
+ modal?: boolean
10
+ closeOnClickModal?: boolean
11
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as t, resolveComponent as r, openBlock as n, createBlock as a, normalizeProps as s, guardReactiveProps as l, withCtx as p, renderSlot as i } from "vue";
2
+ const f = /* @__PURE__ */ t({
3
+ name: "AiFooter",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(_) {
7
+ return (e, c) => {
8
+ const o = r("el-footer");
9
+ return n(), a(o, s(l(e.$attrs)), {
10
+ default: p(() => [
11
+ i(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ f as default
20
+ };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * AiFooter - 底部
3
+ */
4
+ export interface AiFooterProps {
5
+ height?: string
6
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as r, resolveComponent as o, openBlock as n, createBlock as a, normalizeProps as s, guardReactiveProps as l, withCtx as p, renderSlot as d } from "vue";
2
+ const m = /* @__PURE__ */ r({
3
+ name: "AiHeader",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(i) {
7
+ return (e, _) => {
8
+ const t = o("el-header");
9
+ return n(), a(t, s(l(e.$attrs)), {
10
+ default: p(() => [
11
+ d(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,6 @@
1
+ /**
2
+ * AiHeader - 头部
3
+ */
4
+ export interface AiHeaderProps {
5
+ height?: string
6
+ }
@@ -0,0 +1,5 @@
1
+ import { ElLoading as r } from "element-plus";
2
+ const e = (o) => r.service(o);
3
+ export {
4
+ e as AiLoading
5
+ };
@@ -0,0 +1,7 @@
1
+ export interface LoadingOptions {
2
+ target?: string | HTMLElement
3
+ fullscreen?: boolean
4
+ lock?: boolean
5
+ text?: string
6
+ background?: string
7
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as n, resolveComponent as o, openBlock as r, createBlock as a, normalizeProps as i, guardReactiveProps as s, withCtx as l, renderSlot as m } from "vue";
2
+ const u = /* @__PURE__ */ n({
3
+ name: "AiMain",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(p) {
7
+ return (e, _) => {
8
+ const t = o("el-main");
9
+ return r(), a(t, i(s(e.$attrs)), {
10
+ default: l(() => [
11
+ m(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ u as default
20
+ };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * AiMain - 主体
3
+ */
4
+ export interface AiMainProps {}
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as n, resolveComponent as o, openBlock as r, createBlock as a, normalizeProps as s, guardReactiveProps as l, withCtx as m, renderSlot as p } from "vue";
2
+ const c = /* @__PURE__ */ n({
3
+ name: "AiMenu",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(u) {
7
+ return (e, i) => {
8
+ const t = o("el-menu");
9
+ return r(), a(t, s(l(e.$attrs)), {
10
+ default: m(() => [
11
+ p(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ c as default
20
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * AiMenu - 菜单
3
+ */
4
+ export interface AiMenuProps {
5
+ mode?: 'horizontal' | 'vertical'
6
+ collapse?: boolean
7
+ defaultActive?: string
8
+ uniqueOpened?: boolean
9
+ }
@@ -0,0 +1,5 @@
1
+ import { ElMessage as e } from "element-plus";
2
+ const o = e;
3
+ export {
4
+ o as AiMessage
5
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * AiMessage - 消息提示
3
+ */
4
+ export interface AiMessageOptions {
5
+ message?: string
6
+ type?: 'success' | 'warning' | 'info' | 'error'
7
+ duration?: number
8
+ showClose?: boolean
9
+ }
@@ -0,0 +1,5 @@
1
+ import { ElNotification as i } from "element-plus";
2
+ const t = i;
3
+ export {
4
+ t as AiNotification
5
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * AiNotification - 通知
3
+ */
4
+ export interface AiNotificationOptions {
5
+ title?: string
6
+ message?: string
7
+ type?: 'success' | 'warning' | 'info' | 'error'
8
+ duration?: number
9
+ position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left'
10
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,15 @@
1
+ import { defineComponent as o, resolveComponent as t, openBlock as r, createBlock as a, normalizeProps as i, guardReactiveProps as p } from "vue";
2
+ const l = /* @__PURE__ */ o({
3
+ name: "AiPagination",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(s) {
7
+ return (e, c) => {
8
+ const n = t("el-pagination");
9
+ return r(), a(n, i(p(e.$attrs)), null, 16);
10
+ };
11
+ }
12
+ });
13
+ export {
14
+ l as default
15
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * AiPagination - 分页
3
+ */
4
+ export interface AiPaginationProps {
5
+ total?: number
6
+ pageSize?: number
7
+ currentPage?: number
8
+ layout?: string
9
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,15 @@
1
+ import { defineComponent as o, resolveComponent as n, openBlock as t, createBlock as s, normalizeProps as p, guardReactiveProps as a } from "vue";
2
+ const l = /* @__PURE__ */ o({
3
+ name: "AiProgress",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(c) {
7
+ return (e, _) => {
8
+ const r = n("el-progress");
9
+ return t(), s(r, p(a(e.$attrs)), null, 16);
10
+ };
11
+ }
12
+ });
13
+ export {
14
+ l as default
15
+ };
@@ -0,0 +1,10 @@
1
+ /**
2
+ * AiProgress - 进度条
3
+ */
4
+ export interface AiProgressProps {
5
+ percentage?: number
6
+ type?: 'line' | 'circle' | 'dashboard'
7
+ strokeWidth?: number
8
+ status?: 'success' | 'exception' | 'warning'
9
+ showText?: boolean
10
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as t, resolveComponent as r, openBlock as n, createBlock as a, normalizeProps as i, guardReactiveProps as s, withCtx as l, renderSlot as p } from "vue";
2
+ const m = /* @__PURE__ */ t({
3
+ name: "AiRadio",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(d) {
7
+ return (e, _) => {
8
+ const o = r("el-radio");
9
+ return n(), a(o, i(s(e.$attrs)), {
10
+ default: l(() => [
11
+ p(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ m as default
20
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * AiRadio - 单选框
3
+ */
4
+ export interface AiRadioProps {
5
+ modelValue?: string | number | boolean
6
+ label?: string | number | boolean
7
+ disabled?: boolean
8
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,15 @@
1
+ import { defineComponent as n, resolveComponent as o, openBlock as r, createBlock as c, normalizeProps as s, guardReactiveProps as i } from "vue";
2
+ const l = /* @__PURE__ */ n({
3
+ name: "AiSwitch",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(a) {
7
+ return (e, p) => {
8
+ const t = o("el-switch");
9
+ return r(), c(t, s(i(e.$attrs)), null, 16);
10
+ };
11
+ }
12
+ });
13
+ export {
14
+ l as default
15
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * AiSwitch - 开关
3
+ */
4
+ export interface AiSwitchProps {
5
+ modelValue?: boolean | string | number
6
+ disabled?: boolean
7
+ activeText?: string
8
+ inactiveText?: string
9
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,20 @@
1
+ import { defineComponent as o, resolveComponent as r, openBlock as n, createBlock as a, normalizeProps as s, guardReactiveProps as l, withCtx as p, renderSlot as i } from "vue";
2
+ const u = /* @__PURE__ */ o({
3
+ name: "AiTabs",
4
+ inheritAttrs: !0,
5
+ __name: "index",
6
+ setup(_) {
7
+ return (e, c) => {
8
+ const t = r("el-tabs");
9
+ return n(), a(t, s(l(e.$attrs)), {
10
+ default: p(() => [
11
+ i(e.$slots, "default")
12
+ ]),
13
+ _: 3
14
+ }, 16);
15
+ };
16
+ }
17
+ });
18
+ export {
19
+ u as default
20
+ };
@@ -0,0 +1,9 @@
1
+ /**
2
+ * AiTabs - 标签页
3
+ */
4
+ export interface AiTabsProps {
5
+ modelValue?: string | number
6
+ type?: 'card' | 'border-card'
7
+ closable?: boolean
8
+ addable?: boolean
9
+ }
@@ -0,0 +1,4 @@
1
+ import f from "./index.vue.mjs";
2
+ export {
3
+ f as default
4
+ };