@db-ux/ngx-core-components 3.0.0 → 3.0.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.
- package/components/accordion/accordion.d.ts +9 -10
- package/components/accordion-item/accordion-item.d.ts +9 -9
- package/components/badge/badge.d.ts +10 -10
- package/components/brand/brand.d.ts +8 -7
- package/components/button/button.d.ts +20 -19
- package/components/card/card.d.ts +7 -6
- package/components/checkbox/checkbox.d.ts +21 -21
- package/components/custom-select/custom-select.d.ts +51 -51
- package/components/custom-select/model.d.ts +1 -0
- package/components/custom-select-dropdown/custom-select-dropdown.d.ts +5 -4
- package/components/custom-select-form-field/custom-select-form-field.d.ts +4 -3
- package/components/custom-select-list/custom-select-list.d.ts +6 -5
- package/components/custom-select-list-item/custom-select-list-item.d.ts +15 -15
- package/components/divider/divider.d.ts +8 -7
- package/components/drawer/drawer.d.ts +14 -14
- package/components/header/header.d.ts +9 -10
- package/components/icon/icon.d.ts +8 -7
- package/components/infotext/infotext.d.ts +9 -8
- package/components/input/input.d.ts +45 -45
- package/components/link/link.d.ts +16 -15
- package/components/navigation/navigation.d.ts +4 -4
- package/components/navigation-item/navigation-item.d.ts +14 -14
- package/components/notification/notification.d.ts +18 -17
- package/components/page/page.d.ts +9 -8
- package/components/popover/popover.d.ts +11 -11
- package/components/radio/radio.d.ts +14 -14
- package/components/section/section.d.ts +6 -6
- package/components/select/select.d.ts +26 -27
- package/components/stack/stack.d.ts +10 -9
- package/components/switch/switch.d.ts +19 -19
- package/components/tab-item/tab-item.d.ts +16 -16
- package/components/tab-list/tab-list.d.ts +4 -4
- package/components/tab-panel/tab-panel.d.ts +5 -5
- package/components/tabs/tabs.d.ts +13 -14
- package/components/tag/tag.d.ts +14 -13
- package/components/textarea/textarea.d.ts +35 -35
- package/components/tooltip/tooltip.d.ts +11 -11
- package/fesm2022/db-ux-ngx-core-components.mjs +3239 -3151
- package/fesm2022/db-ux-ngx-core-components.mjs.map +1 -1
- package/index.d.ts +39 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,44 +1,83 @@
|
|
|
1
1
|
export * from './components/accordion';
|
|
2
2
|
export * from './components/accordion-item';
|
|
3
|
+
export * from './components/accordion-item/model';
|
|
4
|
+
export * from './components/accordion/model';
|
|
3
5
|
export * from './components/badge';
|
|
6
|
+
export * from './components/badge/model';
|
|
4
7
|
export * from './components/brand';
|
|
8
|
+
export * from './components/brand/model';
|
|
5
9
|
export * from './components/button';
|
|
10
|
+
export * from './components/button/model';
|
|
6
11
|
export * from './components/card';
|
|
12
|
+
export * from './components/card/model';
|
|
7
13
|
export * from './components/checkbox';
|
|
14
|
+
export * from './components/checkbox/model';
|
|
8
15
|
export * from './components/custom-select';
|
|
9
16
|
export * from './components/custom-select-dropdown';
|
|
17
|
+
export * from './components/custom-select-dropdown/model';
|
|
10
18
|
export * from './components/custom-select-form-field';
|
|
19
|
+
export * from './components/custom-select-form-field/model';
|
|
11
20
|
export * from './components/custom-select-list';
|
|
12
21
|
export * from './components/custom-select-list-item';
|
|
22
|
+
export * from './components/custom-select-list-item/model';
|
|
23
|
+
export * from './components/custom-select-list/model';
|
|
24
|
+
export * from './components/custom-select/model';
|
|
13
25
|
export * from './components/divider';
|
|
26
|
+
export * from './components/divider/model';
|
|
14
27
|
export * from './components/drawer';
|
|
28
|
+
export * from './components/drawer/model';
|
|
15
29
|
export * from './components/header';
|
|
16
30
|
export * from './components/header/SecondaryAction.directive';
|
|
17
31
|
export * from './components/header/MetaNavigation.directive';
|
|
18
32
|
export * from './components/header/Navigation.directive';
|
|
33
|
+
export * from './components/header/model';
|
|
19
34
|
export * from './components/icon';
|
|
35
|
+
export * from './components/icon/model';
|
|
20
36
|
export * from './components/infotext';
|
|
37
|
+
export * from './components/infotext/model';
|
|
21
38
|
export * from './components/input';
|
|
39
|
+
export * from './components/input/model';
|
|
22
40
|
export * from './components/link';
|
|
41
|
+
export * from './components/link/model';
|
|
23
42
|
export * from './components/navigation';
|
|
24
43
|
export * from './components/navigation-item';
|
|
25
44
|
export * from './components/navigation-item/NavigationContent.directive';
|
|
45
|
+
export * from './components/navigation-item/model';
|
|
46
|
+
export * from './components/navigation/model';
|
|
26
47
|
export * from './components/notification';
|
|
48
|
+
export * from './components/notification/model';
|
|
27
49
|
export * from './components/page';
|
|
50
|
+
export * from './components/page/model';
|
|
28
51
|
export * from './components/popover';
|
|
52
|
+
export * from './components/popover/model';
|
|
29
53
|
export * from './components/radio';
|
|
54
|
+
export * from './components/radio/model';
|
|
30
55
|
export * from './components/section';
|
|
56
|
+
export * from './components/section/model';
|
|
31
57
|
export * from './components/select';
|
|
58
|
+
export * from './components/select/model';
|
|
32
59
|
export * from './components/stack';
|
|
60
|
+
export * from './components/stack/model';
|
|
33
61
|
export * from './components/switch';
|
|
62
|
+
export * from './components/switch/model';
|
|
34
63
|
export * from './components/tab-item';
|
|
64
|
+
export * from './components/tab-item/model';
|
|
35
65
|
export * from './components/tab-list';
|
|
66
|
+
export * from './components/tab-list/model';
|
|
36
67
|
export * from './components/tab-panel';
|
|
68
|
+
export * from './components/tab-panel/model';
|
|
37
69
|
export * from './components/tabs';
|
|
70
|
+
export * from './components/tabs/model';
|
|
38
71
|
export * from './components/tag';
|
|
72
|
+
export * from './components/tag/model';
|
|
39
73
|
export * from './components/textarea';
|
|
74
|
+
export * from './components/textarea/model';
|
|
40
75
|
export * from './components/tooltip';
|
|
76
|
+
export * from './components/tooltip/model';
|
|
41
77
|
export * from './shared/constants';
|
|
42
78
|
export * from './shared/model';
|
|
79
|
+
export * from './utils/document-click-listener';
|
|
80
|
+
export * from './utils/document-scroll-listener';
|
|
81
|
+
export * from './utils/floating-components';
|
|
43
82
|
export * from './utils/index';
|
|
44
83
|
export * from './utils/navigation';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/ngx-core-components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Angular components @db-ux/core-components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@db-ux/core-components": "3.0.
|
|
30
|
-
"@db-ux/core-foundations": "3.0.
|
|
29
|
+
"@db-ux/core-components": "3.0.1",
|
|
30
|
+
"@db-ux/core-foundations": "3.0.1",
|
|
31
31
|
"tslib": "^2.3.0"
|
|
32
32
|
}
|
|
33
33
|
}
|