@public-ui/angular-v21 3.0.8-rc.2

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/dist/core.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@public-ui/angular-v21" />
5
+ export * from './index';
package/dist/core.js ADDED
@@ -0,0 +1,4 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
@@ -0,0 +1,3 @@
1
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
2
+ export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
3
+ export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ /* AutoGen NgModule */
2
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCardWc, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPaginationWc, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion } from './components';
3
+ export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
4
+ export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
package/package.json ADDED
@@ -0,0 +1,88 @@
1
+ {
2
+ "name": "@public-ui/angular-v21",
3
+ "version": "3.0.8-rc.2",
4
+ "license": "EUPL-1.2",
5
+ "homepage": "https://public-ui.github.io",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/public-ui/kolibri"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/public-ui/kolibri/issues",
12
+ "email": "kolibri@itzbund.de"
13
+ },
14
+ "author": {
15
+ "name": "Informationstechnikzentrum Bund",
16
+ "email": "kolibri@itzbund.de"
17
+ },
18
+ "sideEffects": false,
19
+ "description": "Angular (v21) framework adapter for KoliBri - The accessible HTML-Standard.",
20
+ "keywords": [
21
+ "accessibility",
22
+ "accessible",
23
+ "bitv",
24
+ "framework",
25
+ "library",
26
+ "designsystem",
27
+ "design",
28
+ "system",
29
+ "web components",
30
+ "webcomponents",
31
+ "aria",
32
+ "wai",
33
+ "axe",
34
+ "custom elements",
35
+ "styleguide",
36
+ "style",
37
+ "guide",
38
+ "ui",
39
+ "html",
40
+ "css",
41
+ "web",
42
+ "a11y",
43
+ "w3c",
44
+ "webstandard",
45
+ "wcag",
46
+ "angular"
47
+ ],
48
+ "main": "./dist/index.js",
49
+ "module": "./dist/index.js",
50
+ "types": "./dist/index.d.ts",
51
+ "exports": {
52
+ "types": "./dist/index.d.ts",
53
+ "require": "./dist/index.js",
54
+ "import": "./dist/index.js"
55
+ },
56
+ "devDependencies": {
57
+ "@angular/common": "21.0.1",
58
+ "@angular/compiler": "21.0.1",
59
+ "@angular/compiler-cli": "21.0.1",
60
+ "@angular/core": "21.0.0",
61
+ "@types/minimatch": "6.0.0",
62
+ "@types/minimist": "1.2.5",
63
+ "@types/normalize-package-data": "2.4.4",
64
+ "rimraf": "6.1.2",
65
+ "rxjs": "7.8.2",
66
+ "typescript": "5.9.3",
67
+ "zone.js": "0.16.0",
68
+ "@public-ui/components": "3.0.8-rc.2"
69
+ },
70
+ "peerDependencies": {
71
+ "@angular/core": "^21.0.1",
72
+ "@public-ui/components": "3.0.8-rc.2"
73
+ },
74
+ "files": [
75
+ "dist"
76
+ ],
77
+ "scripts": {
78
+ "clean": "lerna exec --stream -- git clean -f -d -X && git clean -f -d -X",
79
+ "build:cjs": "tsc -m commonjs --outDir cjs",
80
+ "build:clean": "rimraf cjs esm types umd",
81
+ "build:esm": "tsc -m esnext --outDir esm",
82
+ "build:ngc": "node ng-module.js && ngc -p .",
83
+ "build:tsc": "tsc -p .",
84
+ "build:types": "tsc -d --outDir types && rimraf types/*.js types/*.map types/**/*.js types/**/*.map",
85
+ "build:umd": "tsc -m umd --outDir umd",
86
+ "build": "npm run build:clean && npm run build:ngc"
87
+ }
88
+ }