@vuetify/v0 0.1.7 → 0.1.9
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/SKILL.md +95 -0
- package/dist/adapter-CWp5eQ6R.d.mts +17 -0
- package/dist/{adapter-DIx4Rntl.d.mts → adapter-hDuQ9aNN.d.mts} +4 -4
- package/dist/browser/index.js +3168 -929
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.mjs +23 -23
- package/dist/{components-CACff-Lt.mjs → components-mSy9az8x.mjs} +1358 -242
- package/dist/composables/index.d.mts +16 -15
- package/dist/composables/index.mjs +22 -22
- package/dist/{consola-BVzYzeLH.d.mts → consola-C1OjyZVf.d.mts} +1 -1
- package/dist/constants/index.d.mts +1 -1
- package/dist/constants/index.mjs +1 -1
- package/dist/{createDataTable-CLI4TALE.mjs → createDataTable-DIl09siC.mjs} +5 -5
- package/dist/{createGroup-Cf6lK9BR.mjs → createGroup-PvzsLu9E.mjs} +1 -1
- package/dist/{createPagination-Bu8vE0JW.mjs → createPagination-DZSJ8aO5.mjs} +5 -5
- package/dist/{createSelection-DvOR2tKk.mjs → createSelection-DbWP6c7H.mjs} +1 -1
- package/dist/{createSingle-Bbcwcq4R.mjs → createSingle-CeAJpbXs.mjs} +6 -6
- package/dist/{createTokens-CMRBDlzN.mjs → createTokens-C1gIuKCK.mjs} +27 -5
- package/dist/data-table/adapters/client/index.d.mts +1 -1
- package/dist/data-table/adapters/client/index.mjs +3 -3
- package/dist/data-table/adapters/index.d.mts +4 -4
- package/dist/data-table/adapters/index.mjs +5 -5
- package/dist/data-table/adapters/server/index.d.mts +1 -1
- package/dist/data-table/adapters/server/index.mjs +3 -3
- package/dist/data-table/adapters/virtual/index.d.mts +1 -1
- package/dist/data-table/adapters/virtual/index.mjs +3 -3
- package/dist/data-table/index.d.mts +5 -5
- package/dist/data-table/index.mjs +14 -14
- package/dist/date/index.mjs +1 -1
- package/dist/features/adapters/posthog/index.mjs +2 -2
- package/dist/features/index.d.mts +1 -1
- package/dist/features/index.mjs +8 -8
- package/dist/{globals-BqRH_jdr.mjs → globals-3i9umzyz.mjs} +1 -1
- package/dist/{index-8sflFIN8.d.mts → index-BoK8Ln2f.d.mts} +3 -1
- package/dist/{index-CKbxWC4t.d.mts → index-C5XZRWlO.d.mts} +2691 -1303
- package/dist/{index-CmCMrlt3.d.mts → index-CLDBngUs.d.mts} +1 -1
- package/dist/{index-BE848tZ2.d.mts → index-D0qnkRbl.d.mts} +505 -197
- package/dist/index.d.mts +19 -18
- package/dist/index.mjs +23 -23
- package/dist/json/attributes.json +312 -0
- package/dist/json/importMap.json +84 -0
- package/dist/json/tags.json +168 -0
- package/dist/json/web-types.json +1147 -132
- package/dist/locale/adapters/index.d.mts +3 -2
- package/dist/locale/adapters/index.mjs +2 -2
- package/dist/locale/adapters/v0/index.d.mts +1 -1
- package/dist/locale/adapters/v0/index.mjs +2 -2
- package/dist/locale/adapters/vue-i18n/index.d.mts +22 -0
- package/dist/locale/adapters/vue-i18n/index.mjs +26 -0
- package/dist/locale/index.d.mts +4 -3
- package/dist/locale/index.mjs +8 -9
- package/dist/logger/adapters/consola/index.d.mts +1 -1
- package/dist/logger/adapters/index.d.mts +4 -4
- package/dist/logger/adapters/index.mjs +2 -2
- package/dist/logger/adapters/pino/index.d.mts +1 -1
- package/dist/logger/adapters/pino/index.mjs +1 -1
- package/dist/logger/adapters/v0/index.d.mts +1 -1
- package/dist/logger/adapters/v0/index.mjs +2 -2
- package/dist/logger/index.d.mts +5 -5
- package/dist/logger/index.mjs +3 -3
- package/dist/notifications/index.d.mts +78 -0
- package/dist/notifications/index.mjs +215 -0
- package/dist/palettes/ant/index.d.mts +1 -1
- package/dist/palettes/index.d.mts +2 -2
- package/dist/palettes/material/index.d.mts +1 -1
- package/dist/palettes/md1/index.d.mts +1 -1
- package/dist/palettes/md2/index.d.mts +1 -1
- package/dist/palettes/radix/index.d.mts +1 -1
- package/dist/palettes/tailwind/index.d.mts +1 -1
- package/dist/permissions/adapters/index.d.mts +2 -2
- package/dist/permissions/adapters/index.mjs +1 -1
- package/dist/permissions/adapters/v0/index.d.mts +1 -1
- package/dist/permissions/adapters/v0/index.mjs +1 -1
- package/dist/permissions/index.d.mts +1 -1
- package/dist/permissions/index.mjs +5 -5
- package/dist/{pino-Bzighnkd.d.mts → pino-CM1iLXmi.d.mts} +1 -1
- package/dist/{posthog-DbPqmaAp.mjs → posthog-CCQFQ5XD.mjs} +1 -1
- package/dist/rules/index.d.mts +1 -1
- package/dist/rules/index.mjs +9 -10
- package/dist/{server-Ch9J86tb.d.mts → server-Ct-h4-OA.d.mts} +1 -1
- package/dist/{server-CZ6ahbEH.mjs → server-DHET3KNW.mjs} +1 -1
- package/dist/storage/adapters/index.d.mts +2 -2
- package/dist/storage/adapters/memory/index.d.mts +1 -1
- package/dist/storage/index.d.mts +3 -3
- package/dist/storage/index.mjs +21 -21
- package/dist/theme/adapters/index.d.mts +1 -1
- package/dist/theme/adapters/index.mjs +2 -2
- package/dist/theme/adapters/v0/index.d.mts +1 -1
- package/dist/theme/adapters/v0/index.mjs +2 -2
- package/dist/theme/index.d.mts +1 -1
- package/dist/theme/index.mjs +8 -8
- package/dist/{useClickOutside-YOGwKo7v.mjs → useClickOutside-hOhNk4eS.mjs} +1251 -165
- package/dist/{useFeatures-BGDgUrdr.mjs → useFeatures-CXRQvucQ.mjs} +3 -3
- package/dist/{useLocale-C8I_fNAS.mjs → useLocale-BaufqE5Z.mjs} +16 -30
- package/dist/{useLogger-B70T4SgK.mjs → useLogger-cGK00Ywd.mjs} +2 -2
- package/dist/{usePermissions-afVt2qR7.mjs → usePermissions-CR0HkjsF.mjs} +2 -2
- package/dist/{useRules-7C92Xzyt.mjs → useRules-LD-_-Hxt.mjs} +3 -3
- package/dist/{useTheme-jp2wL2FJ.mjs → useTheme-Cs79AFNR.mjs} +5 -5
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.mjs +2 -1
- package/dist/{v0-V-cQsuZD.mjs → v0-BJYwZgtp.mjs} +1 -1
- package/dist/v0-BdD1F6JK.d.mts +19 -0
- package/dist/{v0-YAqbXudL.mjs → v0-BoWQ8RK0.mjs} +1 -1
- package/dist/{v0-CdUL2eOn.d.mts → v0-CMeh39LQ.d.mts} +1 -1
- package/dist/v0-CehUknHv.mjs +62 -0
- package/dist/{v0-1bfmyZ5_.d.mts → v0-DFAgNbvC.d.mts} +1 -1
- package/dist/{v0-1xxC39wf.d.mts → v0-JPf99NKg.d.mts} +1 -1
- package/dist/{v0-CGlkn5u7.mjs → v0-Zu7neOYg.mjs} +1 -1
- package/dist/{virtual-DwBiFA25.d.mts → virtual-B1lRbO7Q.d.mts} +1 -1
- package/dist/{virtual-eDNVH1fz.mjs → virtual-D0_D5gkh.mjs} +1 -1
- package/package.json +12 -4
- package/dist/v0-CAKa6tzG.d.mts +0 -22
- package/dist/v0-CHvU3jQE.mjs +0 -35
- /package/dist/{adapter-JTFG3Jn8.d.mts → adapter-CJQav2JB.d.mts} +0 -0
- /package/dist/{index-MHkcqY_y.d.mts → index-BL4uTXWQ.d.mts} +0 -0
- /package/dist/{index-B5ZDDkXv.d.mts → index-BvTD7kU8.d.mts} +0 -0
- /package/dist/{index-NsE5nARK.d.mts → index-DSao7i57.d.mts} +0 -0
- /package/dist/{memory-BTtRdnNn.d.mts → memory-DyBabFV1.d.mts} +0 -0
|
@@ -507,6 +507,30 @@
|
|
|
507
507
|
"type": "T | T[] | undefined",
|
|
508
508
|
"description": ""
|
|
509
509
|
},
|
|
510
|
+
"form/namespace": {
|
|
511
|
+
"type": "string | undefined",
|
|
512
|
+
"description": "Namespace for dependency injection"
|
|
513
|
+
},
|
|
514
|
+
"form/disabled": {
|
|
515
|
+
"type": "boolean | undefined",
|
|
516
|
+
"description": "Disables all registered fields"
|
|
517
|
+
},
|
|
518
|
+
"form/readonly": {
|
|
519
|
+
"type": "boolean | undefined",
|
|
520
|
+
"description": "Sets all registered fields to readonly"
|
|
521
|
+
},
|
|
522
|
+
"form/as": {
|
|
523
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
524
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
525
|
+
},
|
|
526
|
+
"form/renderless": {
|
|
527
|
+
"type": "boolean | undefined",
|
|
528
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
529
|
+
},
|
|
530
|
+
"form/modelValue": {
|
|
531
|
+
"type": "boolean | null | undefined",
|
|
532
|
+
"description": ""
|
|
533
|
+
},
|
|
510
534
|
"group-item/id": {
|
|
511
535
|
"type": "string | undefined",
|
|
512
536
|
"description": "Unique identifier (auto-generated if not provided)"
|
|
@@ -551,6 +575,106 @@
|
|
|
551
575
|
"type": "T | T[] | undefined",
|
|
552
576
|
"description": ""
|
|
553
577
|
},
|
|
578
|
+
"input-control/namespace": {
|
|
579
|
+
"type": "string | undefined",
|
|
580
|
+
"description": ""
|
|
581
|
+
},
|
|
582
|
+
"input-control/as": {
|
|
583
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
584
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
585
|
+
},
|
|
586
|
+
"input-control/renderless": {
|
|
587
|
+
"type": "boolean | undefined",
|
|
588
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
589
|
+
},
|
|
590
|
+
"input-description/namespace": {
|
|
591
|
+
"type": "string | undefined",
|
|
592
|
+
"description": "Namespace for connecting to parent Input.Root"
|
|
593
|
+
},
|
|
594
|
+
"input-description/as": {
|
|
595
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
596
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
597
|
+
},
|
|
598
|
+
"input-description/renderless": {
|
|
599
|
+
"type": "boolean | undefined",
|
|
600
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
601
|
+
},
|
|
602
|
+
"input-error/namespace": {
|
|
603
|
+
"type": "string | undefined",
|
|
604
|
+
"description": "Namespace for connecting to parent Input.Root"
|
|
605
|
+
},
|
|
606
|
+
"input-error/as": {
|
|
607
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
608
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
609
|
+
},
|
|
610
|
+
"input-error/renderless": {
|
|
611
|
+
"type": "boolean | undefined",
|
|
612
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
613
|
+
},
|
|
614
|
+
"input-root/id": {
|
|
615
|
+
"type": "ID | undefined",
|
|
616
|
+
"description": "Unique identifier (auto-generated if not provided)"
|
|
617
|
+
},
|
|
618
|
+
"input-root/label": {
|
|
619
|
+
"type": "string | undefined",
|
|
620
|
+
"description": "Optional display label"
|
|
621
|
+
},
|
|
622
|
+
"input-root/name": {
|
|
623
|
+
"type": "string | undefined",
|
|
624
|
+
"description": "Form field name"
|
|
625
|
+
},
|
|
626
|
+
"input-root/type": {
|
|
627
|
+
"type": "string | undefined",
|
|
628
|
+
"description": "Input type"
|
|
629
|
+
},
|
|
630
|
+
"input-root/form": {
|
|
631
|
+
"type": "string | undefined",
|
|
632
|
+
"description": "Associate with form by ID"
|
|
633
|
+
},
|
|
634
|
+
"input-root/disabled": {
|
|
635
|
+
"type": "MaybeRefOrGetter<boolean> | undefined",
|
|
636
|
+
"description": "Disables this input"
|
|
637
|
+
},
|
|
638
|
+
"input-root/readonly": {
|
|
639
|
+
"type": "MaybeRefOrGetter<boolean> | undefined",
|
|
640
|
+
"description": "Makes this input readonly"
|
|
641
|
+
},
|
|
642
|
+
"input-root/required": {
|
|
643
|
+
"type": "boolean | undefined",
|
|
644
|
+
"description": "Whether this input is required"
|
|
645
|
+
},
|
|
646
|
+
"input-root/rules": {
|
|
647
|
+
"type": "(string | FormValidationRule | StandardSchemaV1)[] | undefined",
|
|
648
|
+
"description": "Validation rules"
|
|
649
|
+
},
|
|
650
|
+
"input-root/validateOn": {
|
|
651
|
+
"type": "ValidateOn | undefined",
|
|
652
|
+
"description": "When to trigger validation"
|
|
653
|
+
},
|
|
654
|
+
"input-root/error": {
|
|
655
|
+
"type": "boolean | undefined",
|
|
656
|
+
"description": "Manual error state override — forces invalid regardless of validation"
|
|
657
|
+
},
|
|
658
|
+
"input-root/errorMessages": {
|
|
659
|
+
"type": "MaybeArray<string> | undefined",
|
|
660
|
+
"description": "Manual error messages — merged with rule-based errors"
|
|
661
|
+
},
|
|
662
|
+
"input-root/namespace": {
|
|
663
|
+
"type": "string | undefined",
|
|
664
|
+
"description": "Namespace for context provision to children"
|
|
665
|
+
},
|
|
666
|
+
"input-root/as": {
|
|
667
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
668
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
669
|
+
},
|
|
670
|
+
"input-root/renderless": {
|
|
671
|
+
"type": "boolean | undefined",
|
|
672
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
673
|
+
},
|
|
674
|
+
"input-root/modelValue": {
|
|
675
|
+
"type": "string | undefined",
|
|
676
|
+
"description": ""
|
|
677
|
+
},
|
|
554
678
|
"pagination-ellipsis/namespace": {
|
|
555
679
|
"type": "string | undefined",
|
|
556
680
|
"description": "Namespace for dependency injection"
|
|
@@ -915,6 +1039,134 @@
|
|
|
915
1039
|
"type": "boolean | undefined",
|
|
916
1040
|
"description": "When true, renders slot content directly without a wrapper element"
|
|
917
1041
|
},
|
|
1042
|
+
"select-activator/namespace": {
|
|
1043
|
+
"type": "string | undefined",
|
|
1044
|
+
"description": "Namespace for dependency injection"
|
|
1045
|
+
},
|
|
1046
|
+
"select-activator/as": {
|
|
1047
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1048
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1049
|
+
},
|
|
1050
|
+
"select-activator/renderless": {
|
|
1051
|
+
"type": "boolean | undefined",
|
|
1052
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1053
|
+
},
|
|
1054
|
+
"select-content/namespace": {
|
|
1055
|
+
"type": "string | undefined",
|
|
1056
|
+
"description": "Namespace for dependency injection"
|
|
1057
|
+
},
|
|
1058
|
+
"select-content/as": {
|
|
1059
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1060
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1061
|
+
},
|
|
1062
|
+
"select-content/renderless": {
|
|
1063
|
+
"type": "boolean | undefined",
|
|
1064
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1065
|
+
},
|
|
1066
|
+
"select-cue/namespace": {
|
|
1067
|
+
"type": "string | undefined",
|
|
1068
|
+
"description": ""
|
|
1069
|
+
},
|
|
1070
|
+
"select-cue/as": {
|
|
1071
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1072
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1073
|
+
},
|
|
1074
|
+
"select-cue/renderless": {
|
|
1075
|
+
"type": "boolean | undefined",
|
|
1076
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1077
|
+
},
|
|
1078
|
+
"select-hidden-input/namespace": {
|
|
1079
|
+
"type": "string | undefined",
|
|
1080
|
+
"description": ""
|
|
1081
|
+
},
|
|
1082
|
+
"select-item/namespace": {
|
|
1083
|
+
"type": "string | undefined",
|
|
1084
|
+
"description": "Namespace for dependency injection"
|
|
1085
|
+
},
|
|
1086
|
+
"select-item/id": {
|
|
1087
|
+
"type": "string | undefined",
|
|
1088
|
+
"description": "Unique identifier (auto-generated if not provided)"
|
|
1089
|
+
},
|
|
1090
|
+
"select-item/value": {
|
|
1091
|
+
"type": "V | undefined",
|
|
1092
|
+
"description": "Value associated with this option"
|
|
1093
|
+
},
|
|
1094
|
+
"select-item/disabled": {
|
|
1095
|
+
"type": "MaybeRefOrGetter<boolean> | undefined",
|
|
1096
|
+
"description": "Disables this specific option"
|
|
1097
|
+
},
|
|
1098
|
+
"select-item/as": {
|
|
1099
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1100
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1101
|
+
},
|
|
1102
|
+
"select-item/renderless": {
|
|
1103
|
+
"type": "boolean | undefined",
|
|
1104
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1105
|
+
},
|
|
1106
|
+
"select-placeholder/namespace": {
|
|
1107
|
+
"type": "string | undefined",
|
|
1108
|
+
"description": ""
|
|
1109
|
+
},
|
|
1110
|
+
"select-placeholder/as": {
|
|
1111
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1112
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1113
|
+
},
|
|
1114
|
+
"select-placeholder/renderless": {
|
|
1115
|
+
"type": "boolean | undefined",
|
|
1116
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1117
|
+
},
|
|
1118
|
+
"select-root/namespace": {
|
|
1119
|
+
"type": "string | undefined",
|
|
1120
|
+
"description": "Namespace for dependency injection"
|
|
1121
|
+
},
|
|
1122
|
+
"select-root/id": {
|
|
1123
|
+
"type": "string | undefined",
|
|
1124
|
+
"description": "Unique identifier (auto-generated if not provided)"
|
|
1125
|
+
},
|
|
1126
|
+
"select-root/name": {
|
|
1127
|
+
"type": "string | undefined",
|
|
1128
|
+
"description": "Form field name — auto-renders hidden input when provided"
|
|
1129
|
+
},
|
|
1130
|
+
"select-root/form": {
|
|
1131
|
+
"type": "string | undefined",
|
|
1132
|
+
"description": "Associate with a form by ID"
|
|
1133
|
+
},
|
|
1134
|
+
"select-root/disabled": {
|
|
1135
|
+
"type": "boolean | undefined",
|
|
1136
|
+
"description": "Disables the entire select"
|
|
1137
|
+
},
|
|
1138
|
+
"select-root/multiple": {
|
|
1139
|
+
"type": "boolean | undefined",
|
|
1140
|
+
"description": "Enable multi-selection mode"
|
|
1141
|
+
},
|
|
1142
|
+
"select-root/mandatory": {
|
|
1143
|
+
"type": "boolean | \"force\" | undefined",
|
|
1144
|
+
"description": "Controls mandatory selection behavior:\n- false (default): No mandatory selection enforcement\n- true: Prevents deselecting the last selected item\n- `force`: Automatically selects the first non-disabled item"
|
|
1145
|
+
},
|
|
1146
|
+
"select-root/as": {
|
|
1147
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1148
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1149
|
+
},
|
|
1150
|
+
"select-root/renderless": {
|
|
1151
|
+
"type": "boolean | undefined",
|
|
1152
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1153
|
+
},
|
|
1154
|
+
"select-root/modelValue": {
|
|
1155
|
+
"type": "ID | ID[] | undefined",
|
|
1156
|
+
"description": ""
|
|
1157
|
+
},
|
|
1158
|
+
"select-value/namespace": {
|
|
1159
|
+
"type": "string | undefined",
|
|
1160
|
+
"description": "Namespace for dependency injection"
|
|
1161
|
+
},
|
|
1162
|
+
"select-value/as": {
|
|
1163
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1164
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1165
|
+
},
|
|
1166
|
+
"select-value/renderless": {
|
|
1167
|
+
"type": "boolean | undefined",
|
|
1168
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1169
|
+
},
|
|
918
1170
|
"selection-item/id": {
|
|
919
1171
|
"type": "string | undefined",
|
|
920
1172
|
"description": "Unique identifier (auto-generated if not provided)"
|
|
@@ -1119,6 +1371,66 @@
|
|
|
1119
1371
|
"type": "boolean | undefined",
|
|
1120
1372
|
"description": "When true, renders slot content directly without a wrapper element"
|
|
1121
1373
|
},
|
|
1374
|
+
"snackbar-close/namespace": {
|
|
1375
|
+
"type": "string | undefined",
|
|
1376
|
+
"description": "Namespace for dependency injection."
|
|
1377
|
+
},
|
|
1378
|
+
"snackbar-close/as": {
|
|
1379
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1380
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1381
|
+
},
|
|
1382
|
+
"snackbar-close/renderless": {
|
|
1383
|
+
"type": "boolean | undefined",
|
|
1384
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1385
|
+
},
|
|
1386
|
+
"snackbar-content/as": {
|
|
1387
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1388
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1389
|
+
},
|
|
1390
|
+
"snackbar-content/renderless": {
|
|
1391
|
+
"type": "boolean | undefined",
|
|
1392
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1393
|
+
},
|
|
1394
|
+
"snackbar-portal/teleport": {
|
|
1395
|
+
"type": "string | false | undefined",
|
|
1396
|
+
"description": "Teleport target. `false` renders inline."
|
|
1397
|
+
},
|
|
1398
|
+
"snackbar-portal/as": {
|
|
1399
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1400
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1401
|
+
},
|
|
1402
|
+
"snackbar-portal/renderless": {
|
|
1403
|
+
"type": "boolean | undefined",
|
|
1404
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1405
|
+
},
|
|
1406
|
+
"snackbar-queue/namespace": {
|
|
1407
|
+
"type": "string | undefined",
|
|
1408
|
+
"description": "Which notifications instance to connect to."
|
|
1409
|
+
},
|
|
1410
|
+
"snackbar-queue/as": {
|
|
1411
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1412
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1413
|
+
},
|
|
1414
|
+
"snackbar-queue/renderless": {
|
|
1415
|
+
"type": "boolean | undefined",
|
|
1416
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1417
|
+
},
|
|
1418
|
+
"snackbar-root/namespace": {
|
|
1419
|
+
"type": "string | undefined",
|
|
1420
|
+
"description": "Namespace for dependency injection."
|
|
1421
|
+
},
|
|
1422
|
+
"snackbar-root/id": {
|
|
1423
|
+
"type": "ID | undefined",
|
|
1424
|
+
"description": "Unique identifier. Auto-generated if not provided."
|
|
1425
|
+
},
|
|
1426
|
+
"snackbar-root/as": {
|
|
1427
|
+
"type": "string | Component<unknown, any, any, ComputedOptions, MethodOptions, {}, any> | null | undefined",
|
|
1428
|
+
"description": "The HTML element to render as, or null for renderless mode"
|
|
1429
|
+
},
|
|
1430
|
+
"snackbar-root/renderless": {
|
|
1431
|
+
"type": "boolean | undefined",
|
|
1432
|
+
"description": "When true, renders slot content directly without a wrapper element"
|
|
1433
|
+
},
|
|
1122
1434
|
"splitter-handle/disabled": {
|
|
1123
1435
|
"type": "boolean | undefined",
|
|
1124
1436
|
"description": ""
|
package/dist/json/importMap.json
CHANGED
|
@@ -108,6 +108,10 @@
|
|
|
108
108
|
"from": "@vuetify/v0",
|
|
109
109
|
"styles": []
|
|
110
110
|
},
|
|
111
|
+
"Form": {
|
|
112
|
+
"from": "@vuetify/v0",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
111
115
|
"GroupItem": {
|
|
112
116
|
"from": "@vuetify/v0",
|
|
113
117
|
"styles": []
|
|
@@ -116,6 +120,22 @@
|
|
|
116
120
|
"from": "@vuetify/v0",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
123
|
+
"InputControl": {
|
|
124
|
+
"from": "@vuetify/v0",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"InputDescription": {
|
|
128
|
+
"from": "@vuetify/v0",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"InputError": {
|
|
132
|
+
"from": "@vuetify/v0",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"InputRoot": {
|
|
136
|
+
"from": "@vuetify/v0",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
119
139
|
"PaginationEllipsis": {
|
|
120
140
|
"from": "@vuetify/v0",
|
|
121
141
|
"styles": []
|
|
@@ -180,6 +200,38 @@
|
|
|
180
200
|
"from": "@vuetify/v0",
|
|
181
201
|
"styles": []
|
|
182
202
|
},
|
|
203
|
+
"SelectActivator": {
|
|
204
|
+
"from": "@vuetify/v0",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"SelectContent": {
|
|
208
|
+
"from": "@vuetify/v0",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"SelectCue": {
|
|
212
|
+
"from": "@vuetify/v0",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"SelectHiddenInput": {
|
|
216
|
+
"from": "@vuetify/v0",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"SelectItem": {
|
|
220
|
+
"from": "@vuetify/v0",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"SelectPlaceholder": {
|
|
224
|
+
"from": "@vuetify/v0",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"SelectRoot": {
|
|
228
|
+
"from": "@vuetify/v0",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"SelectValue": {
|
|
232
|
+
"from": "@vuetify/v0",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
183
235
|
"SelectionItem": {
|
|
184
236
|
"from": "@vuetify/v0",
|
|
185
237
|
"styles": []
|
|
@@ -216,6 +268,26 @@
|
|
|
216
268
|
"from": "@vuetify/v0",
|
|
217
269
|
"styles": []
|
|
218
270
|
},
|
|
271
|
+
"SnackbarClose": {
|
|
272
|
+
"from": "@vuetify/v0",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"SnackbarContent": {
|
|
276
|
+
"from": "@vuetify/v0",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"SnackbarPortal": {
|
|
280
|
+
"from": "@vuetify/v0",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"SnackbarQueue": {
|
|
284
|
+
"from": "@vuetify/v0",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"SnackbarRoot": {
|
|
288
|
+
"from": "@vuetify/v0",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
219
291
|
"SplitterHandle": {
|
|
220
292
|
"from": "@vuetify/v0",
|
|
221
293
|
"styles": []
|
|
@@ -300,6 +372,10 @@
|
|
|
300
372
|
"from": "@vuetify/v0",
|
|
301
373
|
"styles": []
|
|
302
374
|
},
|
|
375
|
+
"Input": {
|
|
376
|
+
"from": "@vuetify/v0",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
303
379
|
"Pagination": {
|
|
304
380
|
"from": "@vuetify/v0",
|
|
305
381
|
"styles": []
|
|
@@ -312,6 +388,10 @@
|
|
|
312
388
|
"from": "@vuetify/v0",
|
|
313
389
|
"styles": []
|
|
314
390
|
},
|
|
391
|
+
"Select": {
|
|
392
|
+
"from": "@vuetify/v0",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
315
395
|
"Selection": {
|
|
316
396
|
"from": "@vuetify/v0",
|
|
317
397
|
"styles": []
|
|
@@ -324,6 +404,10 @@
|
|
|
324
404
|
"from": "@vuetify/v0",
|
|
325
405
|
"styles": []
|
|
326
406
|
},
|
|
407
|
+
"Snackbar": {
|
|
408
|
+
"from": "@vuetify/v0",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
327
411
|
"Splitter": {
|
|
328
412
|
"from": "@vuetify/v0",
|
|
329
413
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -261,6 +261,17 @@
|
|
|
261
261
|
],
|
|
262
262
|
"description": "Vuetify 0 ExpansionPanelRoot component"
|
|
263
263
|
},
|
|
264
|
+
"form": {
|
|
265
|
+
"attributes": [
|
|
266
|
+
"namespace",
|
|
267
|
+
"disabled",
|
|
268
|
+
"readonly",
|
|
269
|
+
"as",
|
|
270
|
+
"renderless",
|
|
271
|
+
"modelValue"
|
|
272
|
+
],
|
|
273
|
+
"description": "Vuetify 0 Form component"
|
|
274
|
+
},
|
|
264
275
|
"group-item": {
|
|
265
276
|
"attributes": [
|
|
266
277
|
"id",
|
|
@@ -282,6 +293,51 @@
|
|
|
282
293
|
],
|
|
283
294
|
"description": "Vuetify 0 GroupRoot component"
|
|
284
295
|
},
|
|
296
|
+
"input-control": {
|
|
297
|
+
"attributes": [
|
|
298
|
+
"namespace",
|
|
299
|
+
"as",
|
|
300
|
+
"renderless"
|
|
301
|
+
],
|
|
302
|
+
"description": "Vuetify 0 InputControl component"
|
|
303
|
+
},
|
|
304
|
+
"input-description": {
|
|
305
|
+
"attributes": [
|
|
306
|
+
"namespace",
|
|
307
|
+
"as",
|
|
308
|
+
"renderless"
|
|
309
|
+
],
|
|
310
|
+
"description": "Vuetify 0 InputDescription component"
|
|
311
|
+
},
|
|
312
|
+
"input-error": {
|
|
313
|
+
"attributes": [
|
|
314
|
+
"namespace",
|
|
315
|
+
"as",
|
|
316
|
+
"renderless"
|
|
317
|
+
],
|
|
318
|
+
"description": "Vuetify 0 InputError component"
|
|
319
|
+
},
|
|
320
|
+
"input-root": {
|
|
321
|
+
"attributes": [
|
|
322
|
+
"id",
|
|
323
|
+
"label",
|
|
324
|
+
"name",
|
|
325
|
+
"type",
|
|
326
|
+
"form",
|
|
327
|
+
"disabled",
|
|
328
|
+
"readonly",
|
|
329
|
+
"required",
|
|
330
|
+
"rules",
|
|
331
|
+
"validateOn",
|
|
332
|
+
"error",
|
|
333
|
+
"errorMessages",
|
|
334
|
+
"namespace",
|
|
335
|
+
"as",
|
|
336
|
+
"renderless",
|
|
337
|
+
"modelValue"
|
|
338
|
+
],
|
|
339
|
+
"description": "Vuetify 0 InputRoot component"
|
|
340
|
+
},
|
|
285
341
|
"pagination-ellipsis": {
|
|
286
342
|
"attributes": [
|
|
287
343
|
"namespace",
|
|
@@ -453,6 +509,78 @@
|
|
|
453
509
|
],
|
|
454
510
|
"description": "Vuetify 0 Scrim component"
|
|
455
511
|
},
|
|
512
|
+
"select-activator": {
|
|
513
|
+
"attributes": [
|
|
514
|
+
"namespace",
|
|
515
|
+
"as",
|
|
516
|
+
"renderless"
|
|
517
|
+
],
|
|
518
|
+
"description": "Vuetify 0 SelectActivator component"
|
|
519
|
+
},
|
|
520
|
+
"select-content": {
|
|
521
|
+
"attributes": [
|
|
522
|
+
"namespace",
|
|
523
|
+
"as",
|
|
524
|
+
"renderless"
|
|
525
|
+
],
|
|
526
|
+
"description": "Vuetify 0 SelectContent component"
|
|
527
|
+
},
|
|
528
|
+
"select-cue": {
|
|
529
|
+
"attributes": [
|
|
530
|
+
"namespace",
|
|
531
|
+
"as",
|
|
532
|
+
"renderless"
|
|
533
|
+
],
|
|
534
|
+
"description": "Vuetify 0 SelectCue component"
|
|
535
|
+
},
|
|
536
|
+
"select-hidden-input": {
|
|
537
|
+
"attributes": [
|
|
538
|
+
"namespace"
|
|
539
|
+
],
|
|
540
|
+
"description": "Vuetify 0 SelectHiddenInput component"
|
|
541
|
+
},
|
|
542
|
+
"select-item": {
|
|
543
|
+
"attributes": [
|
|
544
|
+
"namespace",
|
|
545
|
+
"id",
|
|
546
|
+
"value",
|
|
547
|
+
"disabled",
|
|
548
|
+
"as",
|
|
549
|
+
"renderless"
|
|
550
|
+
],
|
|
551
|
+
"description": "Vuetify 0 SelectItem component"
|
|
552
|
+
},
|
|
553
|
+
"select-placeholder": {
|
|
554
|
+
"attributes": [
|
|
555
|
+
"namespace",
|
|
556
|
+
"as",
|
|
557
|
+
"renderless"
|
|
558
|
+
],
|
|
559
|
+
"description": "Vuetify 0 SelectPlaceholder component"
|
|
560
|
+
},
|
|
561
|
+
"select-root": {
|
|
562
|
+
"attributes": [
|
|
563
|
+
"namespace",
|
|
564
|
+
"id",
|
|
565
|
+
"name",
|
|
566
|
+
"form",
|
|
567
|
+
"disabled",
|
|
568
|
+
"multiple",
|
|
569
|
+
"mandatory",
|
|
570
|
+
"as",
|
|
571
|
+
"renderless",
|
|
572
|
+
"modelValue"
|
|
573
|
+
],
|
|
574
|
+
"description": "Vuetify 0 SelectRoot component"
|
|
575
|
+
},
|
|
576
|
+
"select-value": {
|
|
577
|
+
"attributes": [
|
|
578
|
+
"namespace",
|
|
579
|
+
"as",
|
|
580
|
+
"renderless"
|
|
581
|
+
],
|
|
582
|
+
"description": "Vuetify 0 SelectValue component"
|
|
583
|
+
},
|
|
456
584
|
"selection-item": {
|
|
457
585
|
"attributes": [
|
|
458
586
|
"id",
|
|
@@ -549,6 +677,46 @@
|
|
|
549
677
|
],
|
|
550
678
|
"description": "Vuetify 0 SliderTrack component"
|
|
551
679
|
},
|
|
680
|
+
"snackbar-close": {
|
|
681
|
+
"attributes": [
|
|
682
|
+
"namespace",
|
|
683
|
+
"as",
|
|
684
|
+
"renderless"
|
|
685
|
+
],
|
|
686
|
+
"description": "Vuetify 0 SnackbarClose component"
|
|
687
|
+
},
|
|
688
|
+
"snackbar-content": {
|
|
689
|
+
"attributes": [
|
|
690
|
+
"as",
|
|
691
|
+
"renderless"
|
|
692
|
+
],
|
|
693
|
+
"description": "Vuetify 0 SnackbarContent component"
|
|
694
|
+
},
|
|
695
|
+
"snackbar-portal": {
|
|
696
|
+
"attributes": [
|
|
697
|
+
"teleport",
|
|
698
|
+
"as",
|
|
699
|
+
"renderless"
|
|
700
|
+
],
|
|
701
|
+
"description": "Vuetify 0 SnackbarPortal component"
|
|
702
|
+
},
|
|
703
|
+
"snackbar-queue": {
|
|
704
|
+
"attributes": [
|
|
705
|
+
"namespace",
|
|
706
|
+
"as",
|
|
707
|
+
"renderless"
|
|
708
|
+
],
|
|
709
|
+
"description": "Vuetify 0 SnackbarQueue component"
|
|
710
|
+
},
|
|
711
|
+
"snackbar-root": {
|
|
712
|
+
"attributes": [
|
|
713
|
+
"namespace",
|
|
714
|
+
"id",
|
|
715
|
+
"as",
|
|
716
|
+
"renderless"
|
|
717
|
+
],
|
|
718
|
+
"description": "Vuetify 0 SnackbarRoot component"
|
|
719
|
+
},
|
|
552
720
|
"splitter-handle": {
|
|
553
721
|
"attributes": [
|
|
554
722
|
"disabled",
|