@vuetify/nightly 3.8.1-master.2025-04-09 → 3.8.1-master.2025-04-10
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/CHANGELOG.md +5 -3
- package/dist/json/attributes.json +3058 -3058
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5092 -5092
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5207 -5204
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3259 -3256
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VCode/VCode.css +3 -0
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.1-master.2025-04-
|
2
|
+
* Vuetify v3.8.1-master.2025-04-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2190,8 +2190,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2190
2190
|
else{const{mount:e}=u
|
2191
2191
|
u.mount=function(){const a=e(...arguments)
|
2192
2192
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:hf.call(this,Vt),display:hf.call(this,hn),theme:hf.call(this,ha),icons:hf.call(this,Ft),locale:hf.call(this,va),date:hf.call(this,wu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function hf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2193
|
-
if(a&&e in a)return a[e]}gf.version="3.8.1-master.2025-04-
|
2194
|
-
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-master.2025-04-
|
2193
|
+
if(a&&e in a)return a[e]}gf.version="3.8.1-master.2025-04-10"
|
2194
|
+
const yf=function(){return gf({components:rf,directives:mf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},bf="3.8.1-master.2025-04-10"
|
2195
2195
|
yf.version=bf,e.blueprints=qt,e.components=rf,e.createVuetify=yf,e.directives=mf,e.useDate=ku,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2196
2196
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2197
2197
|
return l(),a},e.useDisplay=xn,e.useGoTo=Pn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=Ca,e.version=bf}))
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.8.1-master.2025-04-
|
19
|
+
export const version = "3.8.1-master.2025-04-10";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2569,20 +2569,23 @@ declare module 'vue' {
|
|
2569
2569
|
$children?: VNodeChild
|
2570
2570
|
}
|
2571
2571
|
export interface GlobalComponents {
|
2572
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2573
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2572
2574
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2573
2575
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2574
2576
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2575
2577
|
VApp: typeof import('vuetify/components')['VApp']
|
2576
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2577
2578
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2578
|
-
|
2579
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2579
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2580
2580
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2581
2581
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2582
2582
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2583
2583
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2584
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2584
2585
|
VBadge: typeof import('vuetify/components')['VBadge']
|
2585
|
-
|
2586
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2587
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2588
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2586
2589
|
VCard: typeof import('vuetify/components')['VCard']
|
2587
2590
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2588
2591
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -2592,19 +2595,22 @@ declare module 'vue' {
|
|
2592
2595
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2593
2596
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2594
2597
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2595
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2596
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2597
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2598
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2599
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2600
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2601
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2602
2598
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2603
2599
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2600
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2601
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2602
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2604
2603
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2605
2604
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2606
2605
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2607
|
-
|
2606
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2607
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2608
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2609
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2610
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2611
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2612
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2613
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2608
2614
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2609
2615
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2610
2616
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2612,38 +2618,30 @@ declare module 'vue' {
|
|
2612
2618
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2613
2619
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2614
2620
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2615
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2616
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2617
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2618
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2619
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2620
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2621
2621
|
VDialog: typeof import('vuetify/components')['VDialog']
|
2622
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2623
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2624
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2625
|
-
VIcon: typeof import('vuetify/components')['VIcon']
|
2626
|
-
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2627
|
-
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2628
|
-
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2629
|
-
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2630
|
-
VField: typeof import('vuetify/components')['VField']
|
2631
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2632
2622
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2633
2623
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2634
2624
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2635
2625
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2636
|
-
|
2626
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2627
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2628
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2637
2629
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2630
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2631
|
+
VField: typeof import('vuetify/components')['VField']
|
2632
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2633
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2638
2634
|
VImg: typeof import('vuetify/components')['VImg']
|
2639
2635
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2640
2636
|
VItem: typeof import('vuetify/components')['VItem']
|
2637
|
+
VIcon: typeof import('vuetify/components')['VIcon']
|
2638
|
+
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2639
|
+
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2640
|
+
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2641
|
+
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2641
2642
|
VInput: typeof import('vuetify/components')['VInput']
|
2642
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2643
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2644
2643
|
VKbd: typeof import('vuetify/components')['VKbd']
|
2645
|
-
|
2646
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2644
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2647
2645
|
VList: typeof import('vuetify/components')['VList']
|
2648
2646
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2649
2647
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2653,42 +2651,44 @@ declare module 'vue' {
|
|
2653
2651
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2654
2652
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2655
2653
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2654
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2656
2655
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2657
2656
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2657
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2658
2658
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2659
2659
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2660
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2661
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2662
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2663
2660
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2664
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2665
2661
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2662
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2663
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2664
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2666
2665
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2667
|
-
|
2666
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2668
2667
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2669
2668
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2669
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2670
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2670
2671
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2671
2672
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2672
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2673
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2674
2673
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2674
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2675
2675
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2676
2676
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2677
2677
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2678
2678
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2679
2679
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2680
2680
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2681
|
-
|
2681
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2682
2682
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2683
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2684
2683
|
VTab: typeof import('vuetify/components')['VTab']
|
2685
2684
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2686
2685
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2687
2686
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2688
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2689
2687
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2688
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2690
2689
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2691
2690
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2691
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2692
2692
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2693
2693
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2694
2694
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
@@ -2698,24 +2698,24 @@ declare module 'vue' {
|
|
2698
2698
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2699
2699
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2700
2700
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2701
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2702
2701
|
VForm: typeof import('vuetify/components')['VForm']
|
2703
2702
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2704
2703
|
VCol: typeof import('vuetify/components')['VCol']
|
2705
2704
|
VRow: typeof import('vuetify/components')['VRow']
|
2706
2705
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2706
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2707
2707
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2708
2708
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2709
2709
|
VLazy: typeof import('vuetify/components')['VLazy']
|
2710
2710
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2711
2711
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2712
2712
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2713
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2714
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2715
2713
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2716
|
-
|
2714
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2717
2715
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2716
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2718
2717
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2718
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2719
2719
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2720
2720
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2721
2721
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -2735,27 +2735,27 @@ declare module 'vue' {
|
|
2735
2735
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2736
2736
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2737
2737
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2738
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2738
2739
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2739
2740
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2740
2741
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2741
2742
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2742
2743
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2743
2744
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2744
|
-
|
2745
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2746
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2745
2747
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2746
2748
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2747
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2748
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2749
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2750
2749
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2751
2750
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2752
2751
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2753
|
-
|
2754
|
-
|
2752
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2753
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2754
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2755
2755
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2756
2756
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2757
2757
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2758
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2759
2758
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2759
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2760
2760
|
}
|
2761
2761
|
}
|
package/lib/framework.js
CHANGED