@public-ui/angular-v19 3.0.2-d721ede5369345abe032367b7d05a7c5a20dca9b.0 → 3.0.2-rc.0
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 +1 -4
- package/dist/components.js +19 -19
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1090,9 +1090,7 @@ export declare interface KolSpin extends Components.KolSpin {
|
|
|
1090
1090
|
export declare class KolSplitButton extends StencilProxyComponent implements OnChanges {
|
|
1091
1091
|
private changeDetectorRef;
|
|
1092
1092
|
protected z: NgZone;
|
|
1093
|
-
_accesskey: any;
|
|
1094
1093
|
_ariacontrols: any;
|
|
1095
|
-
_ariadescription: any;
|
|
1096
1094
|
_ariaexpanded: any;
|
|
1097
1095
|
_ariaselected: any;
|
|
1098
1096
|
_customclass: any;
|
|
@@ -1104,7 +1102,6 @@ export declare class KolSplitButton extends StencilProxyComponent implements OnC
|
|
|
1104
1102
|
_name: any;
|
|
1105
1103
|
_on: any;
|
|
1106
1104
|
_role: any;
|
|
1107
|
-
_shortkey: any;
|
|
1108
1105
|
_tooltipalign: any;
|
|
1109
1106
|
_type: any;
|
|
1110
1107
|
_value: any;
|
|
@@ -1117,7 +1114,7 @@ export declare class KolSplitButton extends StencilProxyComponent implements OnC
|
|
|
1117
1114
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1118
1115
|
ngOnChanges(): void;
|
|
1119
1116
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolSplitButton, never>;
|
|
1120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolSplitButton, "kol-split-button", never, { "
|
|
1117
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolSplitButton, "kol-split-button", never, { "_ariaControls": { "alias": "_ariaControls"; "required": false; }; "_ariaExpanded": { "alias": "_ariaExpanded"; "required": false; }; "_ariaSelected": { "alias": "_ariaSelected"; "required": false; }; "_customClass": { "alias": "_customClass"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_role": { "alias": "_role"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_type": { "alias": "_type"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1121
1118
|
}
|
|
1122
1119
|
export declare interface KolSplitButton extends Components.KolSplitButton {
|
|
1123
1120
|
}
|
package/dist/components.js
CHANGED
|
@@ -1494,13 +1494,13 @@ function KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if
|
|
|
1494
1494
|
} if (rf & 2) {
|
|
1495
1495
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1496
1496
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1497
|
-
i0.ɵɵproperty("
|
|
1497
|
+
i0.ɵɵproperty("_ariaControls", ctx_r0._ariaControls)("_ariaExpanded", ctx_r0._ariaExpanded)("_ariaSelected", ctx_r0._ariaSelected)("_customClass", ctx_r0._customClass)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_name", ctx_r0._name)("_on", ctx_r0._on)("_role", ctx_r0._role)("_tooltipAlign", ctx_r0._tooltipAlign)("_type", ctx_r0._type)("_value", ctx_r0._value)("_variant", ctx_r0._variant);
|
|
1498
1498
|
i0.ɵɵadvance(2);
|
|
1499
1499
|
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1500
1500
|
} }
|
|
1501
1501
|
function KolSplitButton_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1502
1502
|
i0.ɵɵelementContainerStart(0);
|
|
1503
|
-
i0.ɵɵtemplate(1, KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
1503
|
+
i0.ɵɵtemplate(1, KolSplitButton_ng_container_0_stencil_ng_proxy_1_Template, 3, 17, "stencil-ng-proxy", 4);
|
|
1504
1504
|
i0.ɵɵelementContainerEnd();
|
|
1505
1505
|
} if (rf & 2) {
|
|
1506
1506
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -4942,7 +4942,7 @@ let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
|
4942
4942
|
super();
|
|
4943
4943
|
this.changeDetectorRef = changeDetectorRef;
|
|
4944
4944
|
this.z = z;
|
|
4945
|
-
this.availableInputProperties = ['
|
|
4945
|
+
this.availableInputProperties = ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'];
|
|
4946
4946
|
changeDetectorRef.detach();
|
|
4947
4947
|
const originalTagName = 'kol-split-button';
|
|
4948
4948
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -4962,9 +4962,9 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
|
|
|
4962
4962
|
} if (rf & 2) {
|
|
4963
4963
|
let _t;
|
|
4964
4964
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4965
|
-
} }, inputs: {
|
|
4965
|
+
} }, inputs: { _ariaControls: "_ariaControls", _ariaExpanded: "_ariaExpanded", _ariaSelected: "_ariaSelected", _customClass: "_customClass", _disabled: "_disabled", _hideLabel: "_hideLabel", _icons: "_icons", _id: "_id", _label: "_label", _name: "_name", _on: "_on", _role: "_role", _tooltipAlign: "_tooltipAlign", _type: "_type", _value: "_value", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
|
|
4966
4966
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSplitButton) }
|
|
4967
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "
|
|
4967
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_ariaControls", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_tooltipAlign", "_type", "_value", "_variant", 4, "replaceTag"], [3, "_ariaControls", "_ariaExpanded", "_ariaSelected", "_customClass", "_disabled", "_hideLabel", "_icons", "_id", "_label", "_name", "_on", "_role", "_tooltipAlign", "_type", "_value", "_variant"], [4, "ngTemplateOutlet"]], template: function KolSplitButton_Template(rf, ctx) { if (rf & 1) {
|
|
4968
4968
|
i0.ɵɵprojectionDef();
|
|
4969
4969
|
i0.ɵɵtemplate(0, KolSplitButton_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSplitButton_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSplitButton_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4970
4970
|
} if (rf & 2) {
|
|
@@ -4973,8 +4973,8 @@ KolSplitButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSplitButt
|
|
|
4973
4973
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4974
4974
|
KolSplitButton = __decorate([
|
|
4975
4975
|
ProxyCmp({
|
|
4976
|
-
inputs: ['
|
|
4977
|
-
methods: ['
|
|
4976
|
+
inputs: ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4977
|
+
methods: ['closePopup']
|
|
4978
4978
|
})
|
|
4979
4979
|
], KolSplitButton);
|
|
4980
4980
|
export { KolSplitButton };
|
|
@@ -4986,7 +4986,7 @@ export { KolSplitButton };
|
|
|
4986
4986
|
template: `
|
|
4987
4987
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4988
4988
|
<stencil-ng-proxy
|
|
4989
|
-
[
|
|
4989
|
+
[_ariaControls]="_ariaControls" [_ariaExpanded]="_ariaExpanded" [_ariaSelected]="_ariaSelected" [_customClass]="_customClass" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_icons]="_icons" [_id]="_id" [_label]="_label" [_name]="_name" [_on]="_on" [_role]="_role" [_tooltipAlign]="_tooltipAlign" [_type]="_type" [_value]="_value" [_variant]="_variant"
|
|
4990
4990
|
*replaceTag="tagName"
|
|
4991
4991
|
#replaceTagHost
|
|
4992
4992
|
>
|
|
@@ -5002,7 +5002,7 @@ export { KolSplitButton };
|
|
|
5002
5002
|
<ng-content></ng-content>
|
|
5003
5003
|
</ng-template>`,
|
|
5004
5004
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
5005
|
-
inputs: ['
|
|
5005
|
+
inputs: ['_ariaControls', '_ariaExpanded', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_role', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
5006
5006
|
providers: [
|
|
5007
5007
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSplitButton) }
|
|
5008
5008
|
],
|
|
@@ -5086,7 +5086,7 @@ export { KolTableStateful };
|
|
|
5086
5086
|
type: ViewChild,
|
|
5087
5087
|
args: [ReplaceTagDirective]
|
|
5088
5088
|
}] }); })();
|
|
5089
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5089
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 2950 }); })();
|
|
5090
5090
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5091
5091
|
constructor(changeDetectorRef, r, z) {
|
|
5092
5092
|
super();
|
|
@@ -5160,7 +5160,7 @@ export { KolTableStateless };
|
|
|
5160
5160
|
type: ViewChild,
|
|
5161
5161
|
args: [ReplaceTagDirective]
|
|
5162
5162
|
}] }); })();
|
|
5163
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5163
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3018 }); })();
|
|
5164
5164
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5165
5165
|
constructor(changeDetectorRef, r, z) {
|
|
5166
5166
|
super();
|
|
@@ -5234,7 +5234,7 @@ export { KolTabs };
|
|
|
5234
5234
|
type: ViewChild,
|
|
5235
5235
|
args: [ReplaceTagDirective]
|
|
5236
5236
|
}] }); })();
|
|
5237
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5237
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3083 }); })();
|
|
5238
5238
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5239
5239
|
constructor(changeDetectorRef, r, z) {
|
|
5240
5240
|
super();
|
|
@@ -5309,7 +5309,7 @@ export { KolTextarea };
|
|
|
5309
5309
|
type: ViewChild,
|
|
5310
5310
|
args: [ReplaceTagDirective]
|
|
5311
5311
|
}] }); })();
|
|
5312
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5312
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3148 }); })();
|
|
5313
5313
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5314
5314
|
constructor(changeDetectorRef, r, z) {
|
|
5315
5315
|
super();
|
|
@@ -5383,7 +5383,7 @@ export { KolToastContainer };
|
|
|
5383
5383
|
type: ViewChild,
|
|
5384
5384
|
args: [ReplaceTagDirective]
|
|
5385
5385
|
}] }); })();
|
|
5386
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5386
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3229 }); })();
|
|
5387
5387
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5388
5388
|
constructor(changeDetectorRef, r, z) {
|
|
5389
5389
|
super();
|
|
@@ -5457,7 +5457,7 @@ export { KolToolbar };
|
|
|
5457
5457
|
type: ViewChild,
|
|
5458
5458
|
args: [ReplaceTagDirective]
|
|
5459
5459
|
}] }); })();
|
|
5460
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5460
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3287 }); })();
|
|
5461
5461
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5462
5462
|
constructor(changeDetectorRef, r, z) {
|
|
5463
5463
|
super();
|
|
@@ -5531,7 +5531,7 @@ export { KolTree };
|
|
|
5531
5531
|
type: ViewChild,
|
|
5532
5532
|
args: [ReplaceTagDirective]
|
|
5533
5533
|
}] }); })();
|
|
5534
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5534
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3347 }); })();
|
|
5535
5535
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5536
5536
|
constructor(changeDetectorRef, r, z) {
|
|
5537
5537
|
super();
|
|
@@ -5606,7 +5606,7 @@ export { KolTreeItem };
|
|
|
5606
5606
|
type: ViewChild,
|
|
5607
5607
|
args: [ReplaceTagDirective]
|
|
5608
5608
|
}] }); })();
|
|
5609
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5609
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3406 }); })();
|
|
5610
5610
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5611
5611
|
constructor(changeDetectorRef, r, z) {
|
|
5612
5612
|
super();
|
|
@@ -5681,7 +5681,7 @@ export { KolTreeItemWc };
|
|
|
5681
5681
|
type: ViewChild,
|
|
5682
5682
|
args: [ReplaceTagDirective]
|
|
5683
5683
|
}] }); })();
|
|
5684
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5684
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3468 }); })();
|
|
5685
5685
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5686
5686
|
constructor(changeDetectorRef, r, z) {
|
|
5687
5687
|
super();
|
|
@@ -5755,4 +5755,4 @@ export { KolVersion };
|
|
|
5755
5755
|
type: ViewChild,
|
|
5756
5756
|
args: [ReplaceTagDirective]
|
|
5757
5757
|
}] }); })();
|
|
5758
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5758
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3529 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v19",
|
|
3
|
-
"version": "3.0.2-
|
|
3
|
+
"version": "3.0.2-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"rxjs": "7.8.2",
|
|
67
67
|
"typescript": "5.8.3",
|
|
68
68
|
"zone.js": "0.15.1",
|
|
69
|
-
"@public-ui/components": "3.0.2-
|
|
69
|
+
"@public-ui/components": "3.0.2-rc.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@angular/core": "^19.2.14",
|
|
73
|
-
"@public-ui/components": "3.0.2-
|
|
73
|
+
"@public-ui/components": "3.0.2-rc.0"
|
|
74
74
|
},
|
|
75
75
|
"files": [
|
|
76
76
|
"dist"
|