@db-ux/ngx-core-components 3.0.2-copilot2-e7bf98b → 3.0.2-shell-ed0ed7c
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/README.md +0 -11
- package/components/accordion/accordion.d.ts +30 -0
- package/components/accordion/index.d.ts +1 -0
- package/components/accordion/model.d.ts +41 -0
- package/components/accordion-item/accordion-item.d.ts +33 -0
- package/components/accordion-item/index.d.ts +1 -0
- package/components/accordion-item/model.d.ts +24 -0
- package/components/badge/badge.d.ts +27 -0
- package/components/badge/index.d.ts +1 -0
- package/components/badge/model.d.ts +16 -0
- package/components/button/button.d.ts +39 -0
- package/components/button/index.d.ts +1 -0
- package/components/button/model.d.ts +40 -0
- package/components/card/card.d.ts +25 -0
- package/components/card/index.d.ts +1 -0
- package/components/card/model.d.ts +18 -0
- package/components/checkbox/checkbox.d.ts +64 -0
- package/components/checkbox/index.d.ts +1 -0
- package/components/checkbox/model.d.ts +10 -0
- package/components/control-panel-brand/control-panel-brand.d.ts +24 -0
- package/components/control-panel-brand/index.d.ts +1 -0
- package/components/control-panel-brand/model.d.ts +5 -0
- package/components/control-panel-desktop/control-panel-desktop.d.ts +32 -0
- package/components/control-panel-desktop/index.d.ts +1 -0
- package/components/control-panel-desktop/model.d.ts +7 -0
- package/components/control-panel-flat-icon-navigation/control-panel-flat-icon-navigation.d.ts +22 -0
- package/components/control-panel-flat-icon-navigation/index.d.ts +1 -0
- package/components/control-panel-flat-icon-navigation/model.d.ts +7 -0
- package/components/control-panel-meta-navigation/control-panel-meta-navigation.d.ts +19 -0
- package/components/control-panel-meta-navigation/index.d.ts +1 -0
- package/components/control-panel-meta-navigation/model.d.ts +5 -0
- package/components/control-panel-mobile/control-panel-mobile.d.ts +29 -0
- package/components/control-panel-mobile/index.d.ts +1 -0
- package/components/control-panel-mobile/model.d.ts +30 -0
- package/components/control-panel-primary-actions/control-panel-primary-actions.d.ts +19 -0
- package/components/control-panel-primary-actions/index.d.ts +1 -0
- package/components/control-panel-primary-actions/model.d.ts +5 -0
- package/components/control-panel-secondary-actions/control-panel-secondary-actions.d.ts +19 -0
- package/components/control-panel-secondary-actions/index.d.ts +1 -0
- package/components/control-panel-secondary-actions/model.d.ts +5 -0
- package/components/custom-select/custom-select.d.ts +150 -0
- package/components/custom-select/index.d.ts +1 -0
- package/components/custom-select/model.d.ts +223 -0
- package/components/custom-select-dropdown/custom-select-dropdown.d.ts +20 -0
- package/components/custom-select-dropdown/index.d.ts +1 -0
- package/components/custom-select-dropdown/model.d.ts +15 -0
- package/components/custom-select-form-field/custom-select-form-field.d.ts +19 -0
- package/components/custom-select-form-field/index.d.ts +1 -0
- package/components/custom-select-form-field/model.d.ts +5 -0
- package/components/custom-select-list/custom-select-list.d.ts +21 -0
- package/components/custom-select-list/index.d.ts +1 -0
- package/components/custom-select-list/model.d.ts +8 -0
- package/components/custom-select-list-item/custom-select-list-item.d.ts +45 -0
- package/components/custom-select-list-item/index.d.ts +1 -0
- package/components/custom-select-list-item/model.d.ts +29 -0
- package/components/divider/divider.d.ts +23 -0
- package/components/divider/index.d.ts +1 -0
- package/components/divider/model.d.ts +18 -0
- package/components/drawer/drawer.d.ts +38 -0
- package/components/drawer/index.d.ts +1 -0
- package/components/drawer/model.d.ts +54 -0
- package/components/icon/icon.d.ts +23 -0
- package/components/icon/index.d.ts +1 -0
- package/components/icon/model.d.ts +10 -0
- package/components/infotext/index.d.ts +1 -0
- package/components/infotext/infotext.d.ts +25 -0
- package/components/infotext/model.d.ts +5 -0
- package/components/input/index.d.ts +1 -0
- package/components/input/input.d.ts +98 -0
- package/components/input/model.d.ts +43 -0
- package/components/link/index.d.ts +1 -0
- package/components/link/link.d.ts +32 -0
- package/components/link/model.d.ts +24 -0
- package/components/navigation/index.d.ts +1 -0
- package/components/navigation/model.d.ts +14 -0
- package/components/navigation/navigation.d.ts +35 -0
- package/components/navigation-item/index.d.ts +1 -0
- package/components/navigation-item/model.d.ts +19 -0
- package/components/navigation-item/navigation-item.d.ts +26 -0
- package/components/navigation-item-group/index.d.ts +1 -0
- package/components/navigation-item-group/model.d.ts +26 -0
- package/components/navigation-item-group/navigation-item-group.d.ts +49 -0
- package/components/notification/index.d.ts +1 -0
- package/components/notification/model.d.ts +57 -0
- package/components/notification/notification.d.ts +40 -0
- package/components/popover/index.d.ts +1 -0
- package/components/popover/model.d.ts +17 -0
- package/components/popover/popover.d.ts +37 -0
- package/components/radio/index.d.ts +1 -0
- package/components/radio/model.d.ts +5 -0
- package/components/radio/radio.d.ts +47 -0
- package/components/section/index.d.ts +1 -0
- package/components/section/model.d.ts +5 -0
- package/components/section/section.d.ts +22 -0
- package/components/select/index.d.ts +1 -0
- package/components/select/model.d.ts +44 -0
- package/components/select/select.d.ts +83 -0
- package/components/shell/index.d.ts +1 -0
- package/components/shell/model.d.ts +50 -0
- package/components/shell/shell.d.ts +28 -0
- package/components/shell-sub-navigation/index.d.ts +1 -0
- package/components/shell-sub-navigation/model.d.ts +5 -0
- package/components/shell-sub-navigation/shell-sub-navigation.d.ts +27 -0
- package/components/stack/index.d.ts +1 -0
- package/components/stack/model.d.ts +34 -0
- package/components/stack/stack.d.ts +26 -0
- package/components/switch/index.d.ts +1 -0
- package/components/switch/model.d.ts +10 -0
- package/components/switch/switch.d.ts +52 -0
- package/components/tab-item/index.d.ts +1 -0
- package/components/tab-item/model.d.ts +24 -0
- package/components/tab-item/tab-item.d.ts +46 -0
- package/components/tab-list/index.d.ts +1 -0
- package/components/tab-list/model.d.ts +5 -0
- package/components/tab-list/tab-list.d.ts +20 -0
- package/components/tab-panel/index.d.ts +1 -0
- package/components/tab-panel/model.d.ts +10 -0
- package/components/tab-panel/tab-panel.d.ts +20 -0
- package/components/tabs/index.d.ts +1 -0
- package/components/tabs/model.d.ts +58 -0
- package/components/tabs/tabs.d.ts +45 -0
- package/components/tag/index.d.ts +1 -0
- package/components/tag/model.d.ts +47 -0
- package/components/tag/tag.d.ts +34 -0
- package/components/textarea/index.d.ts +1 -0
- package/components/textarea/model.d.ts +34 -0
- package/components/textarea/textarea.d.ts +84 -0
- package/components/tooltip/index.d.ts +1 -0
- package/components/tooltip/model.d.ts +20 -0
- package/components/tooltip/tooltip.d.ts +39 -0
- package/fesm2022/db-ux-ngx-core-components.mjs +8583 -0
- package/fesm2022/db-ux-ngx-core-components.mjs.map +1 -0
- package/index.d.ts +92 -0
- package/package.json +3 -7
- package/shared/constants.d.ts +91 -0
- package/shared/model.d.ts +601 -0
- package/utils/document-click-listener.d.ts +8 -0
- package/utils/document-scroll-listener.d.ts +9 -0
- package/utils/floating-components.d.ts +36 -0
- package/utils/form-components.d.ts +2 -0
- package/utils/index.d.ts +40 -0
- package/utils/navigation.d.ts +28 -0
- package/agent/Accordion.md +0 -52
- package/agent/AccordionItem.md +0 -45
- package/agent/Badge.md +0 -48
- package/agent/Brand.md +0 -29
- package/agent/Button.md +0 -59
- package/agent/Card.md +0 -39
- package/agent/Checkbox.md +0 -52
- package/agent/CustomSelect.md +0 -89
- package/agent/Divider.md +0 -37
- package/agent/Drawer.md +0 -90
- package/agent/Header.md +0 -45
- package/agent/Icon.md +0 -36
- package/agent/Infotext.md +0 -41
- package/agent/Input.md +0 -58
- package/agent/Link.md +0 -60
- package/agent/Navigation.md +0 -34
- package/agent/NavigationItem.md +0 -45
- package/agent/Notification.md +0 -52
- package/agent/Page.md +0 -45
- package/agent/Popover.md +0 -69
- package/agent/Radio.md +0 -39
- package/agent/Section.md +0 -39
- package/agent/Select.md +0 -80
- package/agent/Stack.md +0 -51
- package/agent/Switch.md +0 -55
- package/agent/TabItem.md +0 -41
- package/agent/Tabs.md +0 -80
- package/agent/Tag.md +0 -48
- package/agent/Textarea.md +0 -57
- package/agent/Tooltip.md +0 -64
- package/agent/_instructions.md +0 -31
package/index.d.ts
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
export * from './components/accordion';
|
|
2
|
+
export * from './components/accordion-item';
|
|
3
|
+
export * from './components/accordion-item/model';
|
|
4
|
+
export * from './components/accordion/model';
|
|
5
|
+
export * from './components/badge';
|
|
6
|
+
export * from './components/badge/model';
|
|
7
|
+
export * from './components/button';
|
|
8
|
+
export * from './components/button/model';
|
|
9
|
+
export * from './components/card';
|
|
10
|
+
export * from './components/card/model';
|
|
11
|
+
export * from './components/checkbox';
|
|
12
|
+
export * from './components/checkbox/model';
|
|
13
|
+
export * from './components/control-panel-brand';
|
|
14
|
+
export * from './components/control-panel-brand/model';
|
|
15
|
+
export * from './components/control-panel-desktop';
|
|
16
|
+
export * from './components/control-panel-desktop/model';
|
|
17
|
+
export * from './components/control-panel-meta-navigation';
|
|
18
|
+
export * from './components/control-panel-meta-navigation/model';
|
|
19
|
+
export * from './components/control-panel-mobile';
|
|
20
|
+
export * from './components/control-panel-mobile/model';
|
|
21
|
+
export * from './components/control-panel-primary-actions';
|
|
22
|
+
export * from './components/control-panel-primary-actions/model';
|
|
23
|
+
export * from './components/control-panel-secondary-actions';
|
|
24
|
+
export * from './components/control-panel-secondary-actions/model';
|
|
25
|
+
export * from './components/custom-select';
|
|
26
|
+
export * from './components/custom-select-dropdown';
|
|
27
|
+
export * from './components/custom-select-dropdown/model';
|
|
28
|
+
export * from './components/custom-select-form-field';
|
|
29
|
+
export * from './components/custom-select-form-field/model';
|
|
30
|
+
export * from './components/custom-select-list';
|
|
31
|
+
export * from './components/custom-select-list-item';
|
|
32
|
+
export * from './components/custom-select-list-item/model';
|
|
33
|
+
export * from './components/custom-select-list/model';
|
|
34
|
+
export * from './components/custom-select/model';
|
|
35
|
+
export * from './components/divider';
|
|
36
|
+
export * from './components/divider/model';
|
|
37
|
+
export * from './components/drawer';
|
|
38
|
+
export * from './components/drawer/model';
|
|
39
|
+
export * from './components/icon';
|
|
40
|
+
export * from './components/icon/model';
|
|
41
|
+
export * from './components/infotext';
|
|
42
|
+
export * from './components/infotext/model';
|
|
43
|
+
export * from './components/input';
|
|
44
|
+
export * from './components/input/model';
|
|
45
|
+
export * from './components/link';
|
|
46
|
+
export * from './components/link/model';
|
|
47
|
+
export * from './components/navigation';
|
|
48
|
+
export * from './components/navigation-item';
|
|
49
|
+
export * from './components/navigation-item-group';
|
|
50
|
+
export * from './components/navigation-item-group/model';
|
|
51
|
+
export * from './components/navigation-item/model';
|
|
52
|
+
export * from './components/navigation/model';
|
|
53
|
+
export * from './components/notification';
|
|
54
|
+
export * from './components/notification/model';
|
|
55
|
+
export * from './components/popover';
|
|
56
|
+
export * from './components/popover/model';
|
|
57
|
+
export * from './components/radio';
|
|
58
|
+
export * from './components/radio/model';
|
|
59
|
+
export * from './components/section';
|
|
60
|
+
export * from './components/section/model';
|
|
61
|
+
export * from './components/select';
|
|
62
|
+
export * from './components/select/model';
|
|
63
|
+
export * from './components/shell';
|
|
64
|
+
export * from './components/shell/model';
|
|
65
|
+
export * from './components/stack';
|
|
66
|
+
export * from './components/stack/model';
|
|
67
|
+
export * from './components/switch';
|
|
68
|
+
export * from './components/switch/model';
|
|
69
|
+
export * from './components/tab-item';
|
|
70
|
+
export * from './components/tab-item/model';
|
|
71
|
+
export * from './components/tab-list';
|
|
72
|
+
export * from './components/tab-list/model';
|
|
73
|
+
export * from './components/tab-panel';
|
|
74
|
+
export * from './components/tab-panel/model';
|
|
75
|
+
export * from './components/tabs';
|
|
76
|
+
export * from './components/tabs/model';
|
|
77
|
+
export * from './components/tag';
|
|
78
|
+
export * from './components/tag/model';
|
|
79
|
+
export * from './components/textarea';
|
|
80
|
+
export * from './components/textarea/model';
|
|
81
|
+
export * from './components/tooltip';
|
|
82
|
+
export * from './components/tooltip/model';
|
|
83
|
+
export * from './shared/constants';
|
|
84
|
+
export * from './shared/model';
|
|
85
|
+
export * from './utils/document-click-listener';
|
|
86
|
+
export * from './utils/document-scroll-listener';
|
|
87
|
+
export * from './utils/floating-components';
|
|
88
|
+
export * from './utils/index';
|
|
89
|
+
export * from './utils/navigation';
|
|
90
|
+
export * from './components/shell-sub-navigation';
|
|
91
|
+
export * from "./components/control-panel-flat-icon-navigation";
|
|
92
|
+
export * from "./components/control-panel-flat-icon-navigation/model";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/ngx-core-components",
|
|
3
|
-
"version": "3.0.2-
|
|
3
|
+
"version": "3.0.2-shell-ed0ed7c",
|
|
4
4
|
"description": "Angular components @db-ux/core-components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,10 +10,6 @@
|
|
|
10
10
|
"main": "dist/fesm5.js",
|
|
11
11
|
"module": "fesm2022/db-ux-ngx-core-components.mjs",
|
|
12
12
|
"types": "dist/core.d.ts",
|
|
13
|
-
"files": [
|
|
14
|
-
"dist/",
|
|
15
|
-
"agent"
|
|
16
|
-
],
|
|
17
13
|
"publishConfig": {
|
|
18
14
|
"registry": "https://registry.npmjs.org/",
|
|
19
15
|
"access": "public"
|
|
@@ -30,8 +26,8 @@
|
|
|
30
26
|
},
|
|
31
27
|
"sideEffects": false,
|
|
32
28
|
"dependencies": {
|
|
33
|
-
"@db-ux/core-components": "3.0.2-
|
|
34
|
-
"@db-ux/core-foundations": "3.0.2-
|
|
29
|
+
"@db-ux/core-components": "3.0.2-shell-ed0ed7c",
|
|
30
|
+
"@db-ux/core-foundations": "3.0.2-shell-ed0ed7c",
|
|
35
31
|
"tslib": "^2.3.0"
|
|
36
32
|
}
|
|
37
33
|
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
export declare const DEFAULT_ID: string;
|
|
2
|
+
export declare const DEFAULT_LABEL: string;
|
|
3
|
+
export declare const DEFAULT_PLACEHOLDER: string;
|
|
4
|
+
export declare const DEFAULT_MESSAGE: string;
|
|
5
|
+
export declare const DEFAULT_LABEL_ID_SUFFIX: string;
|
|
6
|
+
export declare const DEFAULT_SELECT_ID_SUFFIX: string;
|
|
7
|
+
export declare const DEFAULT_MESSAGE_ID_SUFFIX: string;
|
|
8
|
+
export declare const DEFAULT_VALID_MESSAGE_ID_SUFFIX: string;
|
|
9
|
+
export declare const DEFAULT_INVALID_MESSAGE_ID_SUFFIX: string;
|
|
10
|
+
export declare const DEFAULT_PLACEHOLDER_ID_SUFFIX: string;
|
|
11
|
+
export declare const DEFAULT_DATALIST_ID_SUFFIX: string;
|
|
12
|
+
export declare const DEFAULT_VALID_MESSAGE: string;
|
|
13
|
+
export declare const DEFAULT_INVALID_MESSAGE: string;
|
|
14
|
+
export declare const DEFAULT_REMOVE: string;
|
|
15
|
+
export declare const DEFAULT_BACK: string;
|
|
16
|
+
export declare const DEFAULT_SELECTED: string;
|
|
17
|
+
export declare const DEFAULT_EXPAND: string;
|
|
18
|
+
export declare const DEFAULT_COLLAPSE: string;
|
|
19
|
+
export declare const DEFAULT_BURGER_MENU: string;
|
|
20
|
+
export declare const DEFAULT_ICON: string;
|
|
21
|
+
export declare const DEFAULT_ROWS: number;
|
|
22
|
+
export declare const DEFAULT_CLOSE_BUTTON: string;
|
|
23
|
+
export declare const DENSITY_CONST: string;
|
|
24
|
+
export declare const COLOR_CONST: string;
|
|
25
|
+
export declare enum DENSITY {
|
|
26
|
+
'FUNCTIONAL' = "functional",
|
|
27
|
+
'REGULAR' = "regular",
|
|
28
|
+
'EXPRESSIVE' = "expressive"
|
|
29
|
+
}
|
|
30
|
+
export declare const DENSITIES: DENSITY[];
|
|
31
|
+
export declare enum COLOR_SIMPLE {
|
|
32
|
+
'PRIMARY' = "primary"
|
|
33
|
+
}
|
|
34
|
+
export declare enum COLOR {
|
|
35
|
+
'NEUTRAL_BG_LEVEL_1' = "neutral-bg-basic-level-1",
|
|
36
|
+
'NEUTRAL_BG_LEVEL_2' = "neutral-bg-basic-level-2",
|
|
37
|
+
'NEUTRAL_BG_LEVEL_3' = "neutral-bg-basic-level-3",
|
|
38
|
+
'NEUTRAL_BG_TRANSPARENT_SEMI' = "neutral-bg-basic-transparent-semi",
|
|
39
|
+
'NEUTRAL_BG_TRANSPARENT_FULL' = "neutral-bg-basic-transparent-full",
|
|
40
|
+
'BRAND_BG_LEVEL_1' = "brand-bg-basic-level-1",
|
|
41
|
+
'BRAND_BG_LEVEL_2' = "brand-bg-basic-level-2",
|
|
42
|
+
'BRAND_BG_LEVEL_3' = "brand-bg-basic-level-3",
|
|
43
|
+
'BRAND_BG_TRANSPARENT_SEMI' = "brand-bg-basic-transparent-semi",
|
|
44
|
+
'BRAND_BG_TRANSPARENT_FULL' = "brand-bg-basic-transparent-full",
|
|
45
|
+
'SUCCESSFUL_BG_LEVEL_1' = "successful-bg-basic-level-1",
|
|
46
|
+
'SUCCESSFUL_BG_LEVEL_2' = "successful-bg-basic-level-2",
|
|
47
|
+
'SUCCESSFUL_BG_LEVEL_3' = "successful-bg-basic-level-3",
|
|
48
|
+
'SUCCESSFUL_BG_TRANSPARENT_SEMI' = "successful-bg-basic-transparent-semi",
|
|
49
|
+
'SUCCESSFUL_BG_TRANSPARENT_FULL' = "successful-bg-basic-transparent-full",
|
|
50
|
+
'CRITICAL_BG_LEVEL_1' = "critical-bg-basic-level-1",
|
|
51
|
+
'CRITICAL_BG_LEVEL_2' = "critical-bg-basic-level-2",
|
|
52
|
+
'CRITICAL_BG_LEVEL_3' = "critical-bg-basic-level-3",
|
|
53
|
+
'CRITICAL_BG_TRANSPARENT_SEMI' = "critical-bg-basic-transparent-semi",
|
|
54
|
+
'CRITICAL_BG_TRANSPARENT_Full' = "critical-bg-basic-transparent-full",
|
|
55
|
+
'WARNING_BG_LEVEL_1' = "warning-bg-basic-level-1",
|
|
56
|
+
'WARNING_BG_LEVEL_2' = "warning-bg-basic-level-2",
|
|
57
|
+
'WARNING_BG_LEVEL_3' = "warning-bg-basic-level-3",
|
|
58
|
+
'WARNING_BG_TRANSPARENT_SEMI' = "warning-bg-basic-transparent-semi",
|
|
59
|
+
'WARNING_BG_TRANSPARENT_FULL' = "warning-bg-basic-transparent-full",
|
|
60
|
+
'INFORMATIONAL_BG_LEVEL_1' = "informational-bg-basic-level-1",
|
|
61
|
+
'INFORMATIONAL_BG_LEVEL_2' = "informational-bg-basic-level-2",
|
|
62
|
+
'INFORMATIONAL_BG_LEVEL_3' = "informational-bg-basic-level-3",
|
|
63
|
+
'INFORMATIONAL_BG_TRANSPARENT_SEMI' = "informational-bg-basic-transparent-semi",
|
|
64
|
+
'INFORMATIONAL_BG_TRANSPARENT_FULL' = "informational-bg-basic-transparent-full"
|
|
65
|
+
}
|
|
66
|
+
export declare const COLORS: COLOR[];
|
|
67
|
+
export declare const COLORS_SIMPLE: COLOR_SIMPLE[];
|
|
68
|
+
export declare enum SEMANTIC {
|
|
69
|
+
'NEUTRAL' = "neutral",
|
|
70
|
+
'CRITICAL' = "critical",
|
|
71
|
+
'INFORMATIONAL' = "informational",
|
|
72
|
+
'WARNING' = "warning",
|
|
73
|
+
'SUCCESSFUL' = "successful"
|
|
74
|
+
}
|
|
75
|
+
export declare const SEMANTICS: SEMANTIC[];
|
|
76
|
+
export declare const DEFAULT_VIEWPORT: {
|
|
77
|
+
width: number;
|
|
78
|
+
height: number;
|
|
79
|
+
};
|
|
80
|
+
export declare const DESKTOP_VIEWPORT: {
|
|
81
|
+
width: number;
|
|
82
|
+
height: number;
|
|
83
|
+
};
|
|
84
|
+
/**
|
|
85
|
+
* Use those viewports if your component has a css media-query otherwise use the DEFAULT_VIEWPORT
|
|
86
|
+
*/
|
|
87
|
+
export declare const TESTING_VIEWPORTS: {
|
|
88
|
+
width: number;
|
|
89
|
+
height: number;
|
|
90
|
+
name: string;
|
|
91
|
+
}[];
|