@agnos-ui/angular-headless 0.10.0-next.0 → 0.10.0-next.1
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.
|
@@ -9,6 +9,10 @@ export * from '@agnos-ui/core/services/focustrack';
|
|
|
9
9
|
export * from '@agnos-ui/core/services/focusElement';
|
|
10
10
|
export * from '@agnos-ui/core/services/floatingUI';
|
|
11
11
|
export * from '@agnos-ui/core/services/extendWidget';
|
|
12
|
+
export * from '@agnos-ui/core/services/transitions/simpleClassTransition';
|
|
13
|
+
export * from '@agnos-ui/core/services/transitions/cssTransitions';
|
|
14
|
+
export * from '@agnos-ui/core/services/transitions/collapse';
|
|
15
|
+
export * from '@agnos-ui/core/services/transitions/baseTransitions';
|
|
12
16
|
export * from '@agnos-ui/core/utils/writables';
|
|
13
17
|
import { writable, computed } from '@amadeus-it-group/tansu';
|
|
14
18
|
import * as i0 from '@angular/core';
|
|
@@ -20,10 +24,6 @@ export * from '@agnos-ui/core/utils/func';
|
|
|
20
24
|
import { multiDirective } from '@agnos-ui/core/utils/directive';
|
|
21
25
|
export * from '@agnos-ui/core/utils/directive';
|
|
22
26
|
import { isPlatformServer } from '@angular/common';
|
|
23
|
-
export * from '@agnos-ui/core/services/transitions/simpleClassTransition';
|
|
24
|
-
export * from '@agnos-ui/core/services/transitions/cssTransitions';
|
|
25
|
-
export * from '@agnos-ui/core/services/transitions/collapse';
|
|
26
|
-
export * from '@agnos-ui/core/services/transitions/baseTransitions';
|
|
27
27
|
import { FACTORY_WIDGET_NAME } from '@agnos-ui/core/types';
|
|
28
28
|
export * from '@agnos-ui/core/types';
|
|
29
29
|
import { createWidgetsConfig } from '@agnos-ui/core/config';
|
package/index.d.ts
CHANGED
|
@@ -9,6 +9,10 @@ export * from '@agnos-ui/core/services/focustrack';
|
|
|
9
9
|
export * from '@agnos-ui/core/services/focusElement';
|
|
10
10
|
export * from '@agnos-ui/core/services/floatingUI';
|
|
11
11
|
export * from '@agnos-ui/core/services/extendWidget';
|
|
12
|
+
export * from '@agnos-ui/core/services/transitions/simpleClassTransition';
|
|
13
|
+
export * from '@agnos-ui/core/services/transitions/cssTransitions';
|
|
14
|
+
export * from '@agnos-ui/core/services/transitions/collapse';
|
|
15
|
+
export * from '@agnos-ui/core/services/transitions/baseTransitions';
|
|
12
16
|
export * from '@agnos-ui/core/utils/writables';
|
|
13
17
|
import { ReadableSignal, WritableSignal } from '@amadeus-it-group/tansu';
|
|
14
18
|
import * as i0 from '@angular/core';
|
|
@@ -17,10 +21,6 @@ import { Widget, WidgetState, SlotContent as SlotContent$1, Extends, WidgetFacto
|
|
|
17
21
|
export * from '@agnos-ui/core/types';
|
|
18
22
|
export * from '@agnos-ui/core/utils/func';
|
|
19
23
|
import * as _agnos_ui_angular_headless from '@agnos-ui/angular-headless';
|
|
20
|
-
export * from '@agnos-ui/core/services/transitions/simpleClassTransition';
|
|
21
|
-
export * from '@agnos-ui/core/services/transitions/cssTransitions';
|
|
22
|
-
export * from '@agnos-ui/core/services/transitions/collapse';
|
|
23
|
-
export * from '@agnos-ui/core/services/transitions/baseTransitions';
|
|
24
24
|
import { WidgetsConfig, WidgetsConfigStore, Partial2Levels } from '@agnos-ui/core/config';
|
|
25
25
|
export * from '@agnos-ui/core/config';
|
|
26
26
|
export * from '@agnos-ui/core/components/tree';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnos-ui/angular-headless",
|
|
3
3
|
"description": "Headless component library for Angular.",
|
|
4
|
-
"version": "0.10.0-next.
|
|
4
|
+
"version": "0.10.0-next.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@angular/core": "^20.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@agnos-ui/core": "0.10.0-next.
|
|
20
|
+
"@agnos-ui/core": "0.10.0-next.1",
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|