@public-ui/angular-v21 4.1.2-rc.1 → 4.1.2-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/components.d.ts +0 -160
- package/dist/components.js +93 -866
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard,
|
|
1
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion } from './components';
|
|
2
2
|
export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
|
|
3
3
|
export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/* AutoGen NgModule */
|
|
2
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard,
|
|
2
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion } from './components';
|
|
3
3
|
export { ReplaceTagDirective } from './angular-component-lib/ReplaceTagDirective';
|
|
4
4
|
export { setTagNameTransformer } from './angular-component-lib/tagNameTransformer';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v21",
|
|
3
|
-
"version": "4.1.2-rc.
|
|
3
|
+
"version": "4.1.2-rc.2",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"import": "./dist/index.js"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@angular/common": "21.2.
|
|
58
|
-
"@angular/compiler": "21.2.
|
|
59
|
-
"@angular/compiler-cli": "21.2.
|
|
60
|
-
"@angular/core": "21.2.
|
|
57
|
+
"@angular/common": "21.2.4",
|
|
58
|
+
"@angular/compiler": "21.2.4",
|
|
59
|
+
"@angular/compiler-cli": "21.2.4",
|
|
60
|
+
"@angular/core": "21.2.4",
|
|
61
61
|
"minimatch": "10.2.4",
|
|
62
62
|
"rimraf": "6.1.3",
|
|
63
63
|
"rxjs": "7.8.2",
|
|
64
64
|
"typescript": "5.9.3",
|
|
65
65
|
"zone.js": "0.16.1",
|
|
66
|
-
"@public-ui/components": "4.1.2-rc.
|
|
66
|
+
"@public-ui/components": "4.1.2-rc.2"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@angular/core": "^21.2.
|
|
70
|
-
"@public-ui/components": "4.1.2-rc.
|
|
69
|
+
"@angular/core": "^21.2.4",
|
|
70
|
+
"@public-ui/components": "4.1.2-rc.2"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist"
|