@public-ui/angular-v19 3.0.9-rc.2 → 3.0.9
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 +35 -0
- package/dist/components.js +125 -14
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -1056,6 +1056,41 @@ export declare class KolSelect extends StencilProxyComponent implements OnChange
|
|
|
1056
1056
|
}
|
|
1057
1057
|
export declare interface KolSelect extends Components.KolSelect {
|
|
1058
1058
|
}
|
|
1059
|
+
export declare class KolSelectWc extends StencilProxyComponent implements OnChanges {
|
|
1060
|
+
private changeDetectorRef;
|
|
1061
|
+
protected z: NgZone;
|
|
1062
|
+
_accesskey: any;
|
|
1063
|
+
_disabled: any;
|
|
1064
|
+
_hidelabel: any;
|
|
1065
|
+
_hidemsg: any;
|
|
1066
|
+
_hint: any;
|
|
1067
|
+
_icons: any;
|
|
1068
|
+
_id: any;
|
|
1069
|
+
_label: any;
|
|
1070
|
+
_msg: any;
|
|
1071
|
+
_multiple: any;
|
|
1072
|
+
_name: any;
|
|
1073
|
+
_on: any;
|
|
1074
|
+
_options: any;
|
|
1075
|
+
_required: any;
|
|
1076
|
+
_rows: any;
|
|
1077
|
+
_shortkey: any;
|
|
1078
|
+
_tabindex: any;
|
|
1079
|
+
_tooltipalign: any;
|
|
1080
|
+
_touched: any;
|
|
1081
|
+
_value: any;
|
|
1082
|
+
protected el: HTMLElement;
|
|
1083
|
+
availableInputProperties: string[];
|
|
1084
|
+
hasTagNameTransformer: boolean;
|
|
1085
|
+
tagName: string;
|
|
1086
|
+
replaceTagDirective: ReplaceTagDirective;
|
|
1087
|
+
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1088
|
+
ngOnChanges(): void;
|
|
1089
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KolSelectWc, never>;
|
|
1090
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolSelectWc, "kol-select-wc", never, { "_accessKey": { "alias": "_accessKey"; "required": false; }; "_disabled": { "alias": "_disabled"; "required": false; }; "_hideLabel": { "alias": "_hideLabel"; "required": false; }; "_hideMsg": { "alias": "_hideMsg"; "required": false; }; "_hint": { "alias": "_hint"; "required": false; }; "_icons": { "alias": "_icons"; "required": false; }; "_id": { "alias": "_id"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_msg": { "alias": "_msg"; "required": false; }; "_multiple": { "alias": "_multiple"; "required": false; }; "_name": { "alias": "_name"; "required": false; }; "_on": { "alias": "_on"; "required": false; }; "_options": { "alias": "_options"; "required": false; }; "_required": { "alias": "_required"; "required": false; }; "_rows": { "alias": "_rows"; "required": false; }; "_shortKey": { "alias": "_shortKey"; "required": false; }; "_tabIndex": { "alias": "_tabIndex"; "required": false; }; "_tooltipAlign": { "alias": "_tooltipAlign"; "required": false; }; "_touched": { "alias": "_touched"; "required": false; }; "_value": { "alias": "_value"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1091
|
+
}
|
|
1092
|
+
export declare interface KolSelectWc extends Components.KolSelectWc {
|
|
1093
|
+
}
|
|
1059
1094
|
export declare class KolSingleSelect extends StencilProxyComponent implements OnChanges {
|
|
1060
1095
|
private changeDetectorRef;
|
|
1061
1096
|
protected z: NgZone;
|
package/dist/components.js
CHANGED
|
@@ -1412,6 +1412,42 @@ function KolSelect_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
|
1412
1412
|
function KolSelect_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1413
1413
|
i0.ɵɵprojection(0);
|
|
1414
1414
|
} }
|
|
1415
|
+
function KolSelectWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
1416
|
+
i0.ɵɵelementContainer(0);
|
|
1417
|
+
} }
|
|
1418
|
+
function KolSelectWc_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf & 1) {
|
|
1419
|
+
i0.ɵɵelementStart(0, "stencil-ng-proxy", 5, 2);
|
|
1420
|
+
i0.ɵɵtemplate(2, KolSelectWc_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template, 1, 0, "ng-container", 6);
|
|
1421
|
+
i0.ɵɵelementEnd();
|
|
1422
|
+
} if (rf & 2) {
|
|
1423
|
+
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
1424
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1425
|
+
i0.ɵɵproperty("_accessKey", ctx_r0._accessKey)("_disabled", ctx_r0._disabled)("_hideLabel", ctx_r0._hideLabel)("_hideMsg", ctx_r0._hideMsg)("_hint", ctx_r0._hint)("_icons", ctx_r0._icons)("_id", ctx_r0._id)("_label", ctx_r0._label)("_msg", ctx_r0._msg)("_multiple", ctx_r0._multiple)("_name", ctx_r0._name)("_on", ctx_r0._on)("_options", ctx_r0._options)("_required", ctx_r0._required)("_rows", ctx_r0._rows)("_shortKey", ctx_r0._shortKey)("_tabIndex", ctx_r0._tabIndex)("_tooltipAlign", ctx_r0._tooltipAlign)("_touched", ctx_r0._touched)("_value", ctx_r0._value);
|
|
1426
|
+
i0.ɵɵadvance(2);
|
|
1427
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1428
|
+
} }
|
|
1429
|
+
function KolSelectWc_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1430
|
+
i0.ɵɵelementContainerStart(0);
|
|
1431
|
+
i0.ɵɵtemplate(1, KolSelectWc_ng_container_0_stencil_ng_proxy_1_Template, 3, 21, "stencil-ng-proxy", 4);
|
|
1432
|
+
i0.ɵɵelementContainerEnd();
|
|
1433
|
+
} if (rf & 2) {
|
|
1434
|
+
const ctx_r0 = i0.ɵɵnextContext();
|
|
1435
|
+
i0.ɵɵadvance();
|
|
1436
|
+
i0.ɵɵproperty("replaceTag", ctx_r0.tagName);
|
|
1437
|
+
} }
|
|
1438
|
+
function KolSelectWc_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
1439
|
+
i0.ɵɵelementContainer(0);
|
|
1440
|
+
} }
|
|
1441
|
+
function KolSelectWc_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
1442
|
+
i0.ɵɵtemplate(0, KolSelectWc_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 6);
|
|
1443
|
+
} if (rf & 2) {
|
|
1444
|
+
i0.ɵɵnextContext();
|
|
1445
|
+
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
1446
|
+
i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
1447
|
+
} }
|
|
1448
|
+
function KolSelectWc_ng_template_3_Template(rf, ctx) { if (rf & 1) {
|
|
1449
|
+
i0.ɵɵprojection(0);
|
|
1450
|
+
} }
|
|
1415
1451
|
function KolSingleSelect_ng_container_0_stencil_ng_proxy_1_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
1416
1452
|
i0.ɵɵelementContainer(0);
|
|
1417
1453
|
} }
|
|
@@ -4825,6 +4861,81 @@ export { KolSelect };
|
|
|
4825
4861
|
args: [ReplaceTagDirective]
|
|
4826
4862
|
}] }); })();
|
|
4827
4863
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2683 }); })();
|
|
4864
|
+
let KolSelectWc = class KolSelectWc extends StencilProxyComponent {
|
|
4865
|
+
constructor(changeDetectorRef, r, z) {
|
|
4866
|
+
super();
|
|
4867
|
+
this.changeDetectorRef = changeDetectorRef;
|
|
4868
|
+
this.z = z;
|
|
4869
|
+
this.availableInputProperties = ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'];
|
|
4870
|
+
changeDetectorRef.detach();
|
|
4871
|
+
const originalTagName = 'kol-select-wc';
|
|
4872
|
+
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
4873
|
+
this.hasTagNameTransformer = typeof tagNameTransformer === 'function';
|
|
4874
|
+
this.el = r.nativeElement;
|
|
4875
|
+
}
|
|
4876
|
+
ngOnChanges() {
|
|
4877
|
+
if (typeof this.replaceTagDirective === 'object' && this.replaceTagDirective !== null && typeof this.replaceTagDirective.handlePropertyChanges === 'function') {
|
|
4878
|
+
this.replaceTagDirective.handlePropertyChanges();
|
|
4879
|
+
}
|
|
4880
|
+
this.changeDetectorRef.detectChanges();
|
|
4881
|
+
}
|
|
4882
|
+
};
|
|
4883
|
+
KolSelectWc.ɵfac = function KolSelectWc_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || KolSelectWc)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.NgZone)); };
|
|
4884
|
+
KolSelectWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSelectWc, selectors: [["kol-select-wc"]], viewQuery: function KolSelectWc_Query(rf, ctx) { if (rf & 1) {
|
|
4885
|
+
i0.ɵɵviewQuery(ReplaceTagDirective, 5);
|
|
4886
|
+
} if (rf & 2) {
|
|
4887
|
+
let _t;
|
|
4888
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
4889
|
+
} }, inputs: { _accessKey: "_accessKey", _disabled: "_disabled", _hideLabel: "_hideLabel", _hideMsg: "_hideMsg", _hint: "_hint", _icons: "_icons", _id: "_id", _label: "_label", _msg: "_msg", _multiple: "_multiple", _name: "_name", _on: "_on", _options: "_options", _required: "_required", _rows: "_rows", _shortKey: "_shortKey", _tabIndex: "_tabIndex", _tooltipAlign: "_tooltipAlign", _touched: "_touched", _value: "_value" }, features: [i0.ɵɵProvidersFeature([
|
|
4890
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSelectWc) }
|
|
4891
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_accessKey", "_disabled", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_multiple", "_name", "_on", "_options", "_required", "_rows", "_shortKey", "_tabIndex", "_tooltipAlign", "_touched", "_value", 4, "replaceTag"], [3, "_accessKey", "_disabled", "_hideLabel", "_hideMsg", "_hint", "_icons", "_id", "_label", "_msg", "_multiple", "_name", "_on", "_options", "_required", "_rows", "_shortKey", "_tabIndex", "_tooltipAlign", "_touched", "_value"], [4, "ngTemplateOutlet"]], template: function KolSelectWc_Template(rf, ctx) { if (rf & 1) {
|
|
4892
|
+
i0.ɵɵprojectionDef();
|
|
4893
|
+
i0.ɵɵtemplate(0, KolSelectWc_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSelectWc_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSelectWc_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
4894
|
+
} if (rf & 2) {
|
|
4895
|
+
const defaultCase_r3 = i0.ɵɵreference(2);
|
|
4896
|
+
i0.ɵɵproperty("ngIf", ctx.hasTagNameTransformer)("ngIfElse", defaultCase_r3);
|
|
4897
|
+
} }, encapsulation: 2, changeDetection: 0 });
|
|
4898
|
+
KolSelectWc = __decorate([
|
|
4899
|
+
ProxyCmp({
|
|
4900
|
+
inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
|
|
4901
|
+
methods: ['getValue', 'kolFocus']
|
|
4902
|
+
})
|
|
4903
|
+
], KolSelectWc);
|
|
4904
|
+
export { KolSelectWc };
|
|
4905
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(KolSelectWc, [{
|
|
4906
|
+
type: Component,
|
|
4907
|
+
args: [{
|
|
4908
|
+
selector: 'kol-select-wc',
|
|
4909
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4910
|
+
template: `
|
|
4911
|
+
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
4912
|
+
<stencil-ng-proxy
|
|
4913
|
+
[_accessKey]="_accessKey" [_disabled]="_disabled" [_hideLabel]="_hideLabel" [_hideMsg]="_hideMsg" [_hint]="_hint" [_icons]="_icons" [_id]="_id" [_label]="_label" [_msg]="_msg" [_multiple]="_multiple" [_name]="_name" [_on]="_on" [_options]="_options" [_required]="_required" [_rows]="_rows" [_shortKey]="_shortKey" [_tabIndex]="_tabIndex" [_tooltipAlign]="_tooltipAlign" [_touched]="_touched" [_value]="_value"
|
|
4914
|
+
*replaceTag="tagName"
|
|
4915
|
+
#replaceTagHost
|
|
4916
|
+
>
|
|
4917
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
4918
|
+
</stencil-ng-proxy>
|
|
4919
|
+
</ng-container>
|
|
4920
|
+
|
|
4921
|
+
<ng-template #defaultCase>
|
|
4922
|
+
<ng-container *ngTemplateOutlet="ngContentOutlet"></ng-container>
|
|
4923
|
+
</ng-template>
|
|
4924
|
+
|
|
4925
|
+
<ng-template #ngContentOutlet>
|
|
4926
|
+
<ng-content></ng-content>
|
|
4927
|
+
</ng-template>`,
|
|
4928
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
4929
|
+
inputs: ['_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_options', '_required', '_rows', '_shortKey', '_tabIndex', '_tooltipAlign', '_touched', '_value'],
|
|
4930
|
+
providers: [
|
|
4931
|
+
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolSelectWc) }
|
|
4932
|
+
],
|
|
4933
|
+
}]
|
|
4934
|
+
}], () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], { replaceTagDirective: [{
|
|
4935
|
+
type: ViewChild,
|
|
4936
|
+
args: [ReplaceTagDirective]
|
|
4937
|
+
}] }); })();
|
|
4938
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelectWc, { className: "KolSelectWc", filePath: "components.ts", lineNumber: 2761 }); })();
|
|
4828
4939
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4829
4940
|
constructor(changeDetectorRef, r, z) {
|
|
4830
4941
|
super();
|
|
@@ -4899,7 +5010,7 @@ export { KolSingleSelect };
|
|
|
4899
5010
|
type: ViewChild,
|
|
4900
5011
|
args: [ReplaceTagDirective]
|
|
4901
5012
|
}] }); })();
|
|
4902
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
5013
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2839 }); })();
|
|
4903
5014
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4904
5015
|
constructor(changeDetectorRef, r, z) {
|
|
4905
5016
|
super();
|
|
@@ -4974,7 +5085,7 @@ export { KolSkipNav };
|
|
|
4974
5085
|
type: ViewChild,
|
|
4975
5086
|
args: [ReplaceTagDirective]
|
|
4976
5087
|
}] }); })();
|
|
4977
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
5088
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2917 }); })();
|
|
4978
5089
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4979
5090
|
constructor(changeDetectorRef, r, z) {
|
|
4980
5091
|
super();
|
|
@@ -5048,7 +5159,7 @@ export { KolSpin };
|
|
|
5048
5159
|
type: ViewChild,
|
|
5049
5160
|
args: [ReplaceTagDirective]
|
|
5050
5161
|
}] }); })();
|
|
5051
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5162
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2976 }); })();
|
|
5052
5163
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5053
5164
|
constructor(changeDetectorRef, r, z) {
|
|
5054
5165
|
super();
|
|
@@ -5123,7 +5234,7 @@ export { KolSplitButton };
|
|
|
5123
5234
|
type: ViewChild,
|
|
5124
5235
|
args: [ReplaceTagDirective]
|
|
5125
5236
|
}] }); })();
|
|
5126
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5237
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 3037 }); })();
|
|
5127
5238
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5128
5239
|
constructor(changeDetectorRef, r, z) {
|
|
5129
5240
|
super();
|
|
@@ -5198,7 +5309,7 @@ export { KolTableStateful };
|
|
|
5198
5309
|
type: ViewChild,
|
|
5199
5310
|
args: [ReplaceTagDirective]
|
|
5200
5311
|
}] }); })();
|
|
5201
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5312
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3114 }); })();
|
|
5202
5313
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5203
5314
|
constructor(changeDetectorRef, r, z) {
|
|
5204
5315
|
super();
|
|
@@ -5272,7 +5383,7 @@ export { KolTableStateless };
|
|
|
5272
5383
|
type: ViewChild,
|
|
5273
5384
|
args: [ReplaceTagDirective]
|
|
5274
5385
|
}] }); })();
|
|
5275
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5386
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3183 }); })();
|
|
5276
5387
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5277
5388
|
constructor(changeDetectorRef, r, z) {
|
|
5278
5389
|
super();
|
|
@@ -5346,7 +5457,7 @@ export { KolTabs };
|
|
|
5346
5457
|
type: ViewChild,
|
|
5347
5458
|
args: [ReplaceTagDirective]
|
|
5348
5459
|
}] }); })();
|
|
5349
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5460
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3249 }); })();
|
|
5350
5461
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5351
5462
|
constructor(changeDetectorRef, r, z) {
|
|
5352
5463
|
super();
|
|
@@ -5421,7 +5532,7 @@ export { KolTextarea };
|
|
|
5421
5532
|
type: ViewChild,
|
|
5422
5533
|
args: [ReplaceTagDirective]
|
|
5423
5534
|
}] }); })();
|
|
5424
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5535
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3314 }); })();
|
|
5425
5536
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5426
5537
|
constructor(changeDetectorRef, r, z) {
|
|
5427
5538
|
super();
|
|
@@ -5495,7 +5606,7 @@ export { KolToastContainer };
|
|
|
5495
5606
|
type: ViewChild,
|
|
5496
5607
|
args: [ReplaceTagDirective]
|
|
5497
5608
|
}] }); })();
|
|
5498
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5609
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3396 }); })();
|
|
5499
5610
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5500
5611
|
constructor(changeDetectorRef, r, z) {
|
|
5501
5612
|
super();
|
|
@@ -5569,7 +5680,7 @@ export { KolToolbar };
|
|
|
5569
5680
|
type: ViewChild,
|
|
5570
5681
|
args: [ReplaceTagDirective]
|
|
5571
5682
|
}] }); })();
|
|
5572
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5683
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3454 }); })();
|
|
5573
5684
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5574
5685
|
constructor(changeDetectorRef, r, z) {
|
|
5575
5686
|
super();
|
|
@@ -5643,7 +5754,7 @@ export { KolTree };
|
|
|
5643
5754
|
type: ViewChild,
|
|
5644
5755
|
args: [ReplaceTagDirective]
|
|
5645
5756
|
}] }); })();
|
|
5646
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5757
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3514 }); })();
|
|
5647
5758
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5648
5759
|
constructor(changeDetectorRef, r, z) {
|
|
5649
5760
|
super();
|
|
@@ -5718,7 +5829,7 @@ export { KolTreeItem };
|
|
|
5718
5829
|
type: ViewChild,
|
|
5719
5830
|
args: [ReplaceTagDirective]
|
|
5720
5831
|
}] }); })();
|
|
5721
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5832
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3573 }); })();
|
|
5722
5833
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5723
5834
|
constructor(changeDetectorRef, r, z) {
|
|
5724
5835
|
super();
|
|
@@ -5793,7 +5904,7 @@ export { KolTreeItemWc };
|
|
|
5793
5904
|
type: ViewChild,
|
|
5794
5905
|
args: [ReplaceTagDirective]
|
|
5795
5906
|
}] }); })();
|
|
5796
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5907
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3635 }); })();
|
|
5797
5908
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5798
5909
|
constructor(changeDetectorRef, r, z) {
|
|
5799
5910
|
super();
|
|
@@ -5867,4 +5978,4 @@ export { KolVersion };
|
|
|
5867
5978
|
type: ViewChild,
|
|
5868
5979
|
args: [ReplaceTagDirective]
|
|
5869
5980
|
}] }); })();
|
|
5870
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5981
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3696 }); })();
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +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';
|
|
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, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, 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, 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 { 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, KolSelectWc, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, 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-v19",
|
|
3
|
-
"version": "3.0.9
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"rxjs": "7.8.2",
|
|
66
66
|
"typescript": "5.8.3",
|
|
67
67
|
"zone.js": "0.15.1",
|
|
68
|
-
"@public-ui/components": "3.0.9
|
|
68
|
+
"@public-ui/components": "3.0.9"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@angular/core": "^19.2.17",
|
|
72
|
-
"@public-ui/components": "3.0.9
|
|
72
|
+
"@public-ui/components": "3.0.9"
|
|
73
73
|
},
|
|
74
74
|
"files": [
|
|
75
75
|
"dist"
|