@public-ui/angular-v20 4.0.0-alpha.3 → 4.0.0-alpha.5
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 +2 -1
- package/dist/components.js +64 -62
- package/package.json +9 -10
package/dist/components.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ export declare interface KolAlert extends Components.KolAlert {
|
|
|
64
64
|
export declare class KolAvatar extends StencilProxyComponent implements OnChanges {
|
|
65
65
|
private changeDetectorRef;
|
|
66
66
|
protected z: NgZone;
|
|
67
|
+
_color: any;
|
|
67
68
|
_label: any;
|
|
68
69
|
_src: any;
|
|
69
70
|
protected el: HTMLElement;
|
|
@@ -74,7 +75,7 @@ export declare class KolAvatar extends StencilProxyComponent implements OnChange
|
|
|
74
75
|
constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
75
76
|
ngOnChanges(): void;
|
|
76
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<KolAvatar, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KolAvatar, "kol-avatar", never, { "_label": { "alias": "_label"; "required": false; }; "_src": { "alias": "_src"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KolAvatar, "kol-avatar", never, { "_color": { "alias": "_color"; "required": false; }; "_label": { "alias": "_label"; "required": false; }; "_src": { "alias": "_src"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
78
79
|
}
|
|
79
80
|
export declare interface KolAvatar extends Components.KolAvatar {
|
|
80
81
|
}
|
package/dist/components.js
CHANGED
|
@@ -126,13 +126,13 @@ function KolAvatar_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf
|
|
|
126
126
|
} if (rf & 2) {
|
|
127
127
|
const ctx_r0 = i0.ɵɵnextContext(2);
|
|
128
128
|
const ngContentOutlet_r2 = i0.ɵɵreference(4);
|
|
129
|
-
i0.ɵɵdomProperty("_label", ctx_r0._label)("_src", ctx_r0._src);
|
|
129
|
+
i0.ɵɵdomProperty("_color", ctx_r0._color)("_label", ctx_r0._label)("_src", ctx_r0._src);
|
|
130
130
|
i0.ɵɵadvance(2);
|
|
131
131
|
i0.ɵɵdomProperty("ngTemplateOutlet", ngContentOutlet_r2);
|
|
132
132
|
} }
|
|
133
133
|
function KolAvatar_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
|
134
134
|
i0.ɵɵdomElementContainerStart(0);
|
|
135
|
-
i0.ɵɵdomTemplate(1, KolAvatar_ng_container_0_stencil_ng_proxy_1_Template, 3,
|
|
135
|
+
i0.ɵɵdomTemplate(1, KolAvatar_ng_container_0_stencil_ng_proxy_1_Template, 3, 4, "stencil-ng-proxy", 4);
|
|
136
136
|
i0.ɵɵdomElementContainerEnd();
|
|
137
137
|
} if (rf & 2) {
|
|
138
138
|
const ctx_r0 = i0.ɵɵnextContext();
|
|
@@ -2143,7 +2143,7 @@ let KolAvatar = class KolAvatar extends StencilProxyComponent {
|
|
|
2143
2143
|
super();
|
|
2144
2144
|
this.changeDetectorRef = changeDetectorRef;
|
|
2145
2145
|
this.z = z;
|
|
2146
|
-
this.availableInputProperties = ['_label', '_src'];
|
|
2146
|
+
this.availableInputProperties = ['_color', '_label', '_src'];
|
|
2147
2147
|
changeDetectorRef.detach();
|
|
2148
2148
|
const originalTagName = 'kol-avatar';
|
|
2149
2149
|
this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
|
|
@@ -2163,9 +2163,9 @@ KolAvatar.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAvatar, select
|
|
|
2163
2163
|
} if (rf & 2) {
|
|
2164
2164
|
let _t;
|
|
2165
2165
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
|
|
2166
|
-
} }, inputs: { _label: "_label", _src: "_src" }, features: [i0.ɵɵProvidersFeature([
|
|
2166
|
+
} }, inputs: { _color: "_color", _label: "_label", _src: "_src" }, features: [i0.ɵɵProvidersFeature([
|
|
2167
2167
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolAvatar) }
|
|
2168
|
-
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", "_src", 4, "replaceTag"], [3, "_label", "_src"], [4, "ngTemplateOutlet"]], template: function KolAvatar_Template(rf, ctx) { if (rf & 1) {
|
|
2168
|
+
]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_color", "_label", "_src", 4, "replaceTag"], [3, "_color", "_label", "_src"], [4, "ngTemplateOutlet"]], template: function KolAvatar_Template(rf, ctx) { if (rf & 1) {
|
|
2169
2169
|
i0.ɵɵprojectionDef();
|
|
2170
2170
|
i0.ɵɵdomTemplate(0, KolAvatar_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolAvatar_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolAvatar_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
2171
2171
|
} if (rf & 2) {
|
|
@@ -2174,7 +2174,7 @@ KolAvatar.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolAvatar, select
|
|
|
2174
2174
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2175
2175
|
KolAvatar = __decorate([
|
|
2176
2176
|
ProxyCmp({
|
|
2177
|
-
inputs: ['_label', '_src']
|
|
2177
|
+
inputs: ['_color', '_label', '_src']
|
|
2178
2178
|
})
|
|
2179
2179
|
], KolAvatar);
|
|
2180
2180
|
export { KolAvatar };
|
|
@@ -2186,7 +2186,7 @@ export { KolAvatar };
|
|
|
2186
2186
|
template: `
|
|
2187
2187
|
<ng-container *ngIf="hasTagNameTransformer; else defaultCase">
|
|
2188
2188
|
<stencil-ng-proxy
|
|
2189
|
-
[_label]="_label" [_src]="_src"
|
|
2189
|
+
[_color]="_color" [_label]="_label" [_src]="_src"
|
|
2190
2190
|
*replaceTag="tagName"
|
|
2191
2191
|
#replaceTagHost
|
|
2192
2192
|
>
|
|
@@ -2202,7 +2202,7 @@ export { KolAvatar };
|
|
|
2202
2202
|
<ng-content></ng-content>
|
|
2203
2203
|
</ng-template>`,
|
|
2204
2204
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2205
|
-
inputs: ['_label', '_src'],
|
|
2205
|
+
inputs: ['_color', '_label', '_src'],
|
|
2206
2206
|
providers: [
|
|
2207
2207
|
{ provide: StencilProxyComponent, useExisting: forwardRef(() => KolAvatar) }
|
|
2208
2208
|
],
|
|
@@ -2248,7 +2248,8 @@ KolBadge.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolBadge, selector
|
|
|
2248
2248
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
2249
2249
|
KolBadge = __decorate([
|
|
2250
2250
|
ProxyCmp({
|
|
2251
|
-
inputs: ['_color', '_icons', '_label', '_smartButton']
|
|
2251
|
+
inputs: ['_color', '_icons', '_label', '_smartButton'],
|
|
2252
|
+
methods: ['kolFocus']
|
|
2252
2253
|
})
|
|
2253
2254
|
], KolBadge);
|
|
2254
2255
|
export { KolBadge };
|
|
@@ -2285,7 +2286,7 @@ export { KolBadge };
|
|
|
2285
2286
|
type: ViewChild,
|
|
2286
2287
|
args: [ReplaceTagDirective]
|
|
2287
2288
|
}] }); })();
|
|
2288
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBadge, { className: "KolBadge", filePath: "components.ts", lineNumber:
|
|
2289
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBadge, { className: "KolBadge", filePath: "components.ts", lineNumber: 291 }); })();
|
|
2289
2290
|
let KolBreadcrumb = class KolBreadcrumb extends StencilProxyComponent {
|
|
2290
2291
|
constructor(changeDetectorRef, r, z) {
|
|
2291
2292
|
super();
|
|
@@ -2359,7 +2360,7 @@ export { KolBreadcrumb };
|
|
|
2359
2360
|
type: ViewChild,
|
|
2360
2361
|
args: [ReplaceTagDirective]
|
|
2361
2362
|
}] }); })();
|
|
2362
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBreadcrumb, { className: "KolBreadcrumb", filePath: "components.ts", lineNumber:
|
|
2363
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolBreadcrumb, { className: "KolBreadcrumb", filePath: "components.ts", lineNumber: 352 }); })();
|
|
2363
2364
|
let KolButton = class KolButton extends StencilProxyComponent {
|
|
2364
2365
|
constructor(changeDetectorRef, r, z) {
|
|
2365
2366
|
super();
|
|
@@ -2434,7 +2435,7 @@ export { KolButton };
|
|
|
2434
2435
|
type: ViewChild,
|
|
2435
2436
|
args: [ReplaceTagDirective]
|
|
2436
2437
|
}] }); })();
|
|
2437
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButton, { className: "KolButton", filePath: "components.ts", lineNumber:
|
|
2438
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButton, { className: "KolButton", filePath: "components.ts", lineNumber: 412 }); })();
|
|
2438
2439
|
let KolButtonLink = class KolButtonLink extends StencilProxyComponent {
|
|
2439
2440
|
constructor(changeDetectorRef, r, z) {
|
|
2440
2441
|
super();
|
|
@@ -2509,7 +2510,7 @@ export { KolButtonLink };
|
|
|
2509
2510
|
type: ViewChild,
|
|
2510
2511
|
args: [ReplaceTagDirective]
|
|
2511
2512
|
}] }); })();
|
|
2512
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButtonLink, { className: "KolButtonLink", filePath: "components.ts", lineNumber:
|
|
2513
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolButtonLink, { className: "KolButtonLink", filePath: "components.ts", lineNumber: 489 }); })();
|
|
2513
2514
|
let KolCard = class KolCard extends StencilProxyComponent {
|
|
2514
2515
|
constructor(changeDetectorRef, r, z) {
|
|
2515
2516
|
super();
|
|
@@ -2583,7 +2584,7 @@ export { KolCard };
|
|
|
2583
2584
|
type: ViewChild,
|
|
2584
2585
|
args: [ReplaceTagDirective]
|
|
2585
2586
|
}] }); })();
|
|
2586
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber:
|
|
2587
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCard, { className: "KolCard", filePath: "components.ts", lineNumber: 564 }); })();
|
|
2587
2588
|
let KolCardWc = class KolCardWc extends StencilProxyComponent {
|
|
2588
2589
|
constructor(changeDetectorRef, r, z) {
|
|
2589
2590
|
super();
|
|
@@ -2657,7 +2658,7 @@ export { KolCardWc };
|
|
|
2657
2658
|
type: ViewChild,
|
|
2658
2659
|
args: [ReplaceTagDirective]
|
|
2659
2660
|
}] }); })();
|
|
2660
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber:
|
|
2661
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCardWc, { className: "KolCardWc", filePath: "components.ts", lineNumber: 625 }); })();
|
|
2661
2662
|
let KolCombobox = class KolCombobox extends StencilProxyComponent {
|
|
2662
2663
|
constructor(changeDetectorRef, r, z) {
|
|
2663
2664
|
super();
|
|
@@ -2732,7 +2733,7 @@ export { KolCombobox };
|
|
|
2732
2733
|
type: ViewChild,
|
|
2733
2734
|
args: [ReplaceTagDirective]
|
|
2734
2735
|
}] }); })();
|
|
2735
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber:
|
|
2736
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolCombobox, { className: "KolCombobox", filePath: "components.ts", lineNumber: 687 }); })();
|
|
2736
2737
|
let KolDetails = class KolDetails extends StencilProxyComponent {
|
|
2737
2738
|
constructor(changeDetectorRef, r, z) {
|
|
2738
2739
|
super();
|
|
@@ -2807,7 +2808,7 @@ export { KolDetails };
|
|
|
2807
2808
|
type: ViewChild,
|
|
2808
2809
|
args: [ReplaceTagDirective]
|
|
2809
2810
|
}] }); })();
|
|
2810
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber:
|
|
2811
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDetails, { className: "KolDetails", filePath: "components.ts", lineNumber: 763 }); })();
|
|
2811
2812
|
let KolDrawer = class KolDrawer extends StencilProxyComponent {
|
|
2812
2813
|
constructor(changeDetectorRef, r, z) {
|
|
2813
2814
|
super();
|
|
@@ -2882,7 +2883,7 @@ export { KolDrawer };
|
|
|
2882
2883
|
type: ViewChild,
|
|
2883
2884
|
args: [ReplaceTagDirective]
|
|
2884
2885
|
}] }); })();
|
|
2885
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber:
|
|
2886
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolDrawer, { className: "KolDrawer", filePath: "components.ts", lineNumber: 826 }); })();
|
|
2886
2887
|
let KolForm = class KolForm extends StencilProxyComponent {
|
|
2887
2888
|
constructor(changeDetectorRef, r, z) {
|
|
2888
2889
|
super();
|
|
@@ -2957,7 +2958,7 @@ export { KolForm };
|
|
|
2957
2958
|
type: ViewChild,
|
|
2958
2959
|
args: [ReplaceTagDirective]
|
|
2959
2960
|
}] }); })();
|
|
2960
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber:
|
|
2961
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolForm, { className: "KolForm", filePath: "components.ts", lineNumber: 889 }); })();
|
|
2961
2962
|
let KolHeading = class KolHeading extends StencilProxyComponent {
|
|
2962
2963
|
constructor(changeDetectorRef, r, z) {
|
|
2963
2964
|
super();
|
|
@@ -3031,7 +3032,7 @@ export { KolHeading };
|
|
|
3031
3032
|
type: ViewChild,
|
|
3032
3033
|
args: [ReplaceTagDirective]
|
|
3033
3034
|
}] }); })();
|
|
3034
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber:
|
|
3035
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolHeading, { className: "KolHeading", filePath: "components.ts", lineNumber: 949 }); })();
|
|
3035
3036
|
let KolIcon = class KolIcon extends StencilProxyComponent {
|
|
3036
3037
|
constructor(changeDetectorRef, r, z) {
|
|
3037
3038
|
super();
|
|
@@ -3105,7 +3106,7 @@ export { KolIcon };
|
|
|
3105
3106
|
type: ViewChild,
|
|
3106
3107
|
args: [ReplaceTagDirective]
|
|
3107
3108
|
}] }); })();
|
|
3108
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber:
|
|
3109
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolIcon, { className: "KolIcon", filePath: "components.ts", lineNumber: 1009 }); })();
|
|
3109
3110
|
let KolImage = class KolImage extends StencilProxyComponent {
|
|
3110
3111
|
constructor(changeDetectorRef, r, z) {
|
|
3111
3112
|
super();
|
|
@@ -3179,7 +3180,7 @@ export { KolImage };
|
|
|
3179
3180
|
type: ViewChild,
|
|
3180
3181
|
args: [ReplaceTagDirective]
|
|
3181
3182
|
}] }); })();
|
|
3182
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber:
|
|
3183
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolImage, { className: "KolImage", filePath: "components.ts", lineNumber: 1068 }); })();
|
|
3183
3184
|
let KolInputCheckbox = class KolInputCheckbox extends StencilProxyComponent {
|
|
3184
3185
|
constructor(changeDetectorRef, r, z) {
|
|
3185
3186
|
super();
|
|
@@ -3254,7 +3255,7 @@ export { KolInputCheckbox };
|
|
|
3254
3255
|
type: ViewChild,
|
|
3255
3256
|
args: [ReplaceTagDirective]
|
|
3256
3257
|
}] }); })();
|
|
3257
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber:
|
|
3258
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputCheckbox, { className: "KolInputCheckbox", filePath: "components.ts", lineNumber: 1131 }); })();
|
|
3258
3259
|
let KolInputColor = class KolInputColor extends StencilProxyComponent {
|
|
3259
3260
|
constructor(changeDetectorRef, r, z) {
|
|
3260
3261
|
super();
|
|
@@ -3329,7 +3330,7 @@ export { KolInputColor };
|
|
|
3329
3330
|
type: ViewChild,
|
|
3330
3331
|
args: [ReplaceTagDirective]
|
|
3331
3332
|
}] }); })();
|
|
3332
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber:
|
|
3333
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputColor, { className: "KolInputColor", filePath: "components.ts", lineNumber: 1209 }); })();
|
|
3333
3334
|
let KolInputDate = class KolInputDate extends StencilProxyComponent {
|
|
3334
3335
|
constructor(changeDetectorRef, r, z) {
|
|
3335
3336
|
super();
|
|
@@ -3404,7 +3405,7 @@ export { KolInputDate };
|
|
|
3404
3405
|
type: ViewChild,
|
|
3405
3406
|
args: [ReplaceTagDirective]
|
|
3406
3407
|
}] }); })();
|
|
3407
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber:
|
|
3408
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputDate, { className: "KolInputDate", filePath: "components.ts", lineNumber: 1285 }); })();
|
|
3408
3409
|
let KolInputEmail = class KolInputEmail extends StencilProxyComponent {
|
|
3409
3410
|
constructor(changeDetectorRef, r, z) {
|
|
3410
3411
|
super();
|
|
@@ -3479,7 +3480,7 @@ export { KolInputEmail };
|
|
|
3479
3480
|
type: ViewChild,
|
|
3480
3481
|
args: [ReplaceTagDirective]
|
|
3481
3482
|
}] }); })();
|
|
3482
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber:
|
|
3483
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputEmail, { className: "KolInputEmail", filePath: "components.ts", lineNumber: 1367 }); })();
|
|
3483
3484
|
let KolInputFile = class KolInputFile extends StencilProxyComponent {
|
|
3484
3485
|
constructor(changeDetectorRef, r, z) {
|
|
3485
3486
|
super();
|
|
@@ -3554,7 +3555,7 @@ export { KolInputFile };
|
|
|
3554
3555
|
type: ViewChild,
|
|
3555
3556
|
args: [ReplaceTagDirective]
|
|
3556
3557
|
}] }); })();
|
|
3557
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber:
|
|
3558
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputFile, { className: "KolInputFile", filePath: "components.ts", lineNumber: 1451 }); })();
|
|
3558
3559
|
let KolInputNumber = class KolInputNumber extends StencilProxyComponent {
|
|
3559
3560
|
constructor(changeDetectorRef, r, z) {
|
|
3560
3561
|
super();
|
|
@@ -3629,7 +3630,7 @@ export { KolInputNumber };
|
|
|
3629
3630
|
type: ViewChild,
|
|
3630
3631
|
args: [ReplaceTagDirective]
|
|
3631
3632
|
}] }); })();
|
|
3632
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber:
|
|
3633
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputNumber, { className: "KolInputNumber", filePath: "components.ts", lineNumber: 1527 }); })();
|
|
3633
3634
|
let KolInputPassword = class KolInputPassword extends StencilProxyComponent {
|
|
3634
3635
|
constructor(changeDetectorRef, r, z) {
|
|
3635
3636
|
super();
|
|
@@ -3704,7 +3705,7 @@ export { KolInputPassword };
|
|
|
3704
3705
|
type: ViewChild,
|
|
3705
3706
|
args: [ReplaceTagDirective]
|
|
3706
3707
|
}] }); })();
|
|
3707
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber:
|
|
3708
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputPassword, { className: "KolInputPassword", filePath: "components.ts", lineNumber: 1609 }); })();
|
|
3708
3709
|
let KolInputRadio = class KolInputRadio extends StencilProxyComponent {
|
|
3709
3710
|
constructor(changeDetectorRef, r, z) {
|
|
3710
3711
|
super();
|
|
@@ -3779,7 +3780,7 @@ export { KolInputRadio };
|
|
|
3779
3780
|
type: ViewChild,
|
|
3780
3781
|
args: [ReplaceTagDirective]
|
|
3781
3782
|
}] }); })();
|
|
3782
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber:
|
|
3783
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRadio, { className: "KolInputRadio", filePath: "components.ts", lineNumber: 1692 }); })();
|
|
3783
3784
|
let KolInputRange = class KolInputRange extends StencilProxyComponent {
|
|
3784
3785
|
constructor(changeDetectorRef, r, z) {
|
|
3785
3786
|
super();
|
|
@@ -3854,7 +3855,7 @@ export { KolInputRange };
|
|
|
3854
3855
|
type: ViewChild,
|
|
3855
3856
|
args: [ReplaceTagDirective]
|
|
3856
3857
|
}] }); })();
|
|
3857
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber:
|
|
3858
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputRange, { className: "KolInputRange", filePath: "components.ts", lineNumber: 1765 }); })();
|
|
3858
3859
|
let KolInputText = class KolInputText extends StencilProxyComponent {
|
|
3859
3860
|
constructor(changeDetectorRef, r, z) {
|
|
3860
3861
|
super();
|
|
@@ -3892,7 +3893,7 @@ KolInputText.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputText,
|
|
|
3892
3893
|
KolInputText = __decorate([
|
|
3893
3894
|
ProxyCmp({
|
|
3894
3895
|
inputs: ['_accessKey', '_autoComplete', '_disabled', '_hasCounter', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_maxLength', '_maxLengthBehavior', '_msg', '_name', '_on', '_pattern', '_placeholder', '_readOnly', '_required', '_shortKey', '_smartButton', '_spellCheck', '_suggestions', '_tooltipAlign', '_touched', '_type', '_value'],
|
|
3895
|
-
methods: ['getValue', 'kolFocus']
|
|
3896
|
+
methods: ['getValue', 'kolFocus', 'selectionStart', 'selectioconEnd', 'setSelectionRange', 'setSelectionStart', 'setRangeText']
|
|
3896
3897
|
})
|
|
3897
3898
|
], KolInputText);
|
|
3898
3899
|
export { KolInputText };
|
|
@@ -3929,7 +3930,7 @@ export { KolInputText };
|
|
|
3929
3930
|
type: ViewChild,
|
|
3930
3931
|
args: [ReplaceTagDirective]
|
|
3931
3932
|
}] }); })();
|
|
3932
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber:
|
|
3933
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolInputText, { className: "KolInputText", filePath: "components.ts", lineNumber: 1843 }); })();
|
|
3933
3934
|
let KolKolibri = class KolKolibri extends StencilProxyComponent {
|
|
3934
3935
|
constructor(changeDetectorRef, r, z) {
|
|
3935
3936
|
super();
|
|
@@ -4003,7 +4004,7 @@ export { KolKolibri };
|
|
|
4003
4004
|
type: ViewChild,
|
|
4004
4005
|
args: [ReplaceTagDirective]
|
|
4005
4006
|
}] }); })();
|
|
4006
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber:
|
|
4007
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolKolibri, { className: "KolKolibri", filePath: "components.ts", lineNumber: 1927 }); })();
|
|
4007
4008
|
let KolLink = class KolLink extends StencilProxyComponent {
|
|
4008
4009
|
constructor(changeDetectorRef, r, z) {
|
|
4009
4010
|
super();
|
|
@@ -4078,7 +4079,7 @@ export { KolLink };
|
|
|
4078
4079
|
type: ViewChild,
|
|
4079
4080
|
args: [ReplaceTagDirective]
|
|
4080
4081
|
}] }); })();
|
|
4081
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber:
|
|
4082
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLink, { className: "KolLink", filePath: "components.ts", lineNumber: 1987 }); })();
|
|
4082
4083
|
let KolLinkButton = class KolLinkButton extends StencilProxyComponent {
|
|
4083
4084
|
constructor(changeDetectorRef, r, z) {
|
|
4084
4085
|
super();
|
|
@@ -4153,7 +4154,7 @@ export { KolLinkButton };
|
|
|
4153
4154
|
type: ViewChild,
|
|
4154
4155
|
args: [ReplaceTagDirective]
|
|
4155
4156
|
}] }); })();
|
|
4156
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber:
|
|
4157
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolLinkButton, { className: "KolLinkButton", filePath: "components.ts", lineNumber: 2062 }); })();
|
|
4157
4158
|
let KolModal = class KolModal extends StencilProxyComponent {
|
|
4158
4159
|
constructor(changeDetectorRef, r, z) {
|
|
4159
4160
|
super();
|
|
@@ -4228,7 +4229,7 @@ export { KolModal };
|
|
|
4228
4229
|
type: ViewChild,
|
|
4229
4230
|
args: [ReplaceTagDirective]
|
|
4230
4231
|
}] }); })();
|
|
4231
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber:
|
|
4232
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolModal, { className: "KolModal", filePath: "components.ts", lineNumber: 2137 }); })();
|
|
4232
4233
|
let KolNav = class KolNav extends StencilProxyComponent {
|
|
4233
4234
|
constructor(changeDetectorRef, r, z) {
|
|
4234
4235
|
super();
|
|
@@ -4302,7 +4303,7 @@ export { KolNav };
|
|
|
4302
4303
|
type: ViewChild,
|
|
4303
4304
|
args: [ReplaceTagDirective]
|
|
4304
4305
|
}] }); })();
|
|
4305
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber:
|
|
4306
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolNav, { className: "KolNav", filePath: "components.ts", lineNumber: 2198 }); })();
|
|
4306
4307
|
let KolPagination = class KolPagination extends StencilProxyComponent {
|
|
4307
4308
|
constructor(changeDetectorRef, r, z) {
|
|
4308
4309
|
super();
|
|
@@ -4376,7 +4377,7 @@ export { KolPagination };
|
|
|
4376
4377
|
type: ViewChild,
|
|
4377
4378
|
args: [ReplaceTagDirective]
|
|
4378
4379
|
}] }); })();
|
|
4379
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber:
|
|
4380
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPagination, { className: "KolPagination", filePath: "components.ts", lineNumber: 2262 }); })();
|
|
4380
4381
|
let KolPaginationWc = class KolPaginationWc extends StencilProxyComponent {
|
|
4381
4382
|
constructor(changeDetectorRef, r, z) {
|
|
4382
4383
|
super();
|
|
@@ -4450,7 +4451,7 @@ export { KolPaginationWc };
|
|
|
4450
4451
|
type: ViewChild,
|
|
4451
4452
|
args: [ReplaceTagDirective]
|
|
4452
4453
|
}] }); })();
|
|
4453
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber:
|
|
4454
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPaginationWc, { className: "KolPaginationWc", filePath: "components.ts", lineNumber: 2330 }); })();
|
|
4454
4455
|
let KolPopoverButton = class KolPopoverButton extends StencilProxyComponent {
|
|
4455
4456
|
constructor(changeDetectorRef, r, z) {
|
|
4456
4457
|
super();
|
|
@@ -4488,7 +4489,7 @@ KolPopoverButton.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopover
|
|
|
4488
4489
|
KolPopoverButton = __decorate([
|
|
4489
4490
|
ProxyCmp({
|
|
4490
4491
|
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_id', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4491
|
-
methods: ['hidePopover']
|
|
4492
|
+
methods: ['hidePopover', 'showPopover', 'kolFocus']
|
|
4492
4493
|
})
|
|
4493
4494
|
], KolPopoverButton);
|
|
4494
4495
|
export { KolPopoverButton };
|
|
@@ -4525,7 +4526,7 @@ export { KolPopoverButton };
|
|
|
4525
4526
|
type: ViewChild,
|
|
4526
4527
|
args: [ReplaceTagDirective]
|
|
4527
4528
|
}] }); })();
|
|
4528
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber:
|
|
4529
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButton, { className: "KolPopoverButton", filePath: "components.ts", lineNumber: 2399 }); })();
|
|
4529
4530
|
let KolPopoverButtonWc = class KolPopoverButtonWc extends StencilProxyComponent {
|
|
4530
4531
|
constructor(changeDetectorRef, r, z) {
|
|
4531
4532
|
super();
|
|
@@ -4563,7 +4564,7 @@ KolPopoverButtonWc.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolPopov
|
|
|
4563
4564
|
KolPopoverButtonWc = __decorate([
|
|
4564
4565
|
ProxyCmp({
|
|
4565
4566
|
inputs: ['_accessKey', '_ariaControls', '_ariaDescription', '_ariaSelected', '_customClass', '_disabled', '_hideLabel', '_icons', '_label', '_name', '_on', '_popoverAlign', '_role', '_shortKey', '_tabIndex', '_tooltipAlign', '_type', '_value', '_variant'],
|
|
4566
|
-
methods: ['hidePopover']
|
|
4567
|
+
methods: ['hidePopover', 'showPopover', 'kolFocus']
|
|
4567
4568
|
})
|
|
4568
4569
|
], KolPopoverButtonWc);
|
|
4569
4570
|
export { KolPopoverButtonWc };
|
|
@@ -4600,7 +4601,7 @@ export { KolPopoverButtonWc };
|
|
|
4600
4601
|
type: ViewChild,
|
|
4601
4602
|
args: [ReplaceTagDirective]
|
|
4602
4603
|
}] }); })();
|
|
4603
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber:
|
|
4604
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolPopoverButtonWc, { className: "KolPopoverButtonWc", filePath: "components.ts", lineNumber: 2477 }); })();
|
|
4604
4605
|
let KolProgress = class KolProgress extends StencilProxyComponent {
|
|
4605
4606
|
constructor(changeDetectorRef, r, z) {
|
|
4606
4607
|
super();
|
|
@@ -4674,7 +4675,7 @@ export { KolProgress };
|
|
|
4674
4675
|
type: ViewChild,
|
|
4675
4676
|
args: [ReplaceTagDirective]
|
|
4676
4677
|
}] }); })();
|
|
4677
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber:
|
|
4678
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolProgress, { className: "KolProgress", filePath: "components.ts", lineNumber: 2553 }); })();
|
|
4678
4679
|
let KolQuote = class KolQuote extends StencilProxyComponent {
|
|
4679
4680
|
constructor(changeDetectorRef, r, z) {
|
|
4680
4681
|
super();
|
|
@@ -4748,7 +4749,7 @@ export { KolQuote };
|
|
|
4748
4749
|
type: ViewChild,
|
|
4749
4750
|
args: [ReplaceTagDirective]
|
|
4750
4751
|
}] }); })();
|
|
4751
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber:
|
|
4752
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolQuote, { className: "KolQuote", filePath: "components.ts", lineNumber: 2615 }); })();
|
|
4752
4753
|
let KolSelect = class KolSelect extends StencilProxyComponent {
|
|
4753
4754
|
constructor(changeDetectorRef, r, z) {
|
|
4754
4755
|
super();
|
|
@@ -4823,7 +4824,7 @@ export { KolSelect };
|
|
|
4823
4824
|
type: ViewChild,
|
|
4824
4825
|
args: [ReplaceTagDirective]
|
|
4825
4826
|
}] }); })();
|
|
4826
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber:
|
|
4827
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSelect, { className: "KolSelect", filePath: "components.ts", lineNumber: 2677 }); })();
|
|
4827
4828
|
let KolSingleSelect = class KolSingleSelect extends StencilProxyComponent {
|
|
4828
4829
|
constructor(changeDetectorRef, r, z) {
|
|
4829
4830
|
super();
|
|
@@ -4898,7 +4899,7 @@ export { KolSingleSelect };
|
|
|
4898
4899
|
type: ViewChild,
|
|
4899
4900
|
args: [ReplaceTagDirective]
|
|
4900
4901
|
}] }); })();
|
|
4901
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber:
|
|
4902
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSingleSelect, { className: "KolSingleSelect", filePath: "components.ts", lineNumber: 2755 }); })();
|
|
4902
4903
|
let KolSkipNav = class KolSkipNav extends StencilProxyComponent {
|
|
4903
4904
|
constructor(changeDetectorRef, r, z) {
|
|
4904
4905
|
super();
|
|
@@ -4935,7 +4936,8 @@ KolSkipNav.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSkipNav, sele
|
|
|
4935
4936
|
} }, encapsulation: 2, changeDetection: 0 });
|
|
4936
4937
|
KolSkipNav = __decorate([
|
|
4937
4938
|
ProxyCmp({
|
|
4938
|
-
inputs: ['_label', '_links']
|
|
4939
|
+
inputs: ['_label', '_links'],
|
|
4940
|
+
methods: ['kolFocus']
|
|
4939
4941
|
})
|
|
4940
4942
|
], KolSkipNav);
|
|
4941
4943
|
export { KolSkipNav };
|
|
@@ -4972,7 +4974,7 @@ export { KolSkipNav };
|
|
|
4972
4974
|
type: ViewChild,
|
|
4973
4975
|
args: [ReplaceTagDirective]
|
|
4974
4976
|
}] }); })();
|
|
4975
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber:
|
|
4977
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSkipNav, { className: "KolSkipNav", filePath: "components.ts", lineNumber: 2833 }); })();
|
|
4976
4978
|
let KolSpin = class KolSpin extends StencilProxyComponent {
|
|
4977
4979
|
constructor(changeDetectorRef, r, z) {
|
|
4978
4980
|
super();
|
|
@@ -5046,7 +5048,7 @@ export { KolSpin };
|
|
|
5046
5048
|
type: ViewChild,
|
|
5047
5049
|
args: [ReplaceTagDirective]
|
|
5048
5050
|
}] }); })();
|
|
5049
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber:
|
|
5051
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSpin, { className: "KolSpin", filePath: "components.ts", lineNumber: 2892 }); })();
|
|
5050
5052
|
let KolSplitButton = class KolSplitButton extends StencilProxyComponent {
|
|
5051
5053
|
constructor(changeDetectorRef, r, z) {
|
|
5052
5054
|
super();
|
|
@@ -5121,7 +5123,7 @@ export { KolSplitButton };
|
|
|
5121
5123
|
type: ViewChild,
|
|
5122
5124
|
args: [ReplaceTagDirective]
|
|
5123
5125
|
}] }); })();
|
|
5124
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber:
|
|
5126
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2953 }); })();
|
|
5125
5127
|
let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
|
|
5126
5128
|
constructor(changeDetectorRef, r, z) {
|
|
5127
5129
|
super();
|
|
@@ -5196,7 +5198,7 @@ export { KolTableStateful };
|
|
|
5196
5198
|
type: ViewChild,
|
|
5197
5199
|
args: [ReplaceTagDirective]
|
|
5198
5200
|
}] }); })();
|
|
5199
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber:
|
|
5201
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3030 }); })();
|
|
5200
5202
|
let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
|
|
5201
5203
|
constructor(changeDetectorRef, r, z) {
|
|
5202
5204
|
super();
|
|
@@ -5270,7 +5272,7 @@ export { KolTableStateless };
|
|
|
5270
5272
|
type: ViewChild,
|
|
5271
5273
|
args: [ReplaceTagDirective]
|
|
5272
5274
|
}] }); })();
|
|
5273
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber:
|
|
5275
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3099 }); })();
|
|
5274
5276
|
let KolTabs = class KolTabs extends StencilProxyComponent {
|
|
5275
5277
|
constructor(changeDetectorRef, r, z) {
|
|
5276
5278
|
super();
|
|
@@ -5344,7 +5346,7 @@ export { KolTabs };
|
|
|
5344
5346
|
type: ViewChild,
|
|
5345
5347
|
args: [ReplaceTagDirective]
|
|
5346
5348
|
}] }); })();
|
|
5347
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber:
|
|
5349
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3165 }); })();
|
|
5348
5350
|
let KolTextarea = class KolTextarea extends StencilProxyComponent {
|
|
5349
5351
|
constructor(changeDetectorRef, r, z) {
|
|
5350
5352
|
super();
|
|
@@ -5419,7 +5421,7 @@ export { KolTextarea };
|
|
|
5419
5421
|
type: ViewChild,
|
|
5420
5422
|
args: [ReplaceTagDirective]
|
|
5421
5423
|
}] }); })();
|
|
5422
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber:
|
|
5424
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3230 }); })();
|
|
5423
5425
|
let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
|
|
5424
5426
|
constructor(changeDetectorRef, r, z) {
|
|
5425
5427
|
super();
|
|
@@ -5493,7 +5495,7 @@ export { KolToastContainer };
|
|
|
5493
5495
|
type: ViewChild,
|
|
5494
5496
|
args: [ReplaceTagDirective]
|
|
5495
5497
|
}] }); })();
|
|
5496
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber:
|
|
5498
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3312 }); })();
|
|
5497
5499
|
let KolToolbar = class KolToolbar extends StencilProxyComponent {
|
|
5498
5500
|
constructor(changeDetectorRef, r, z) {
|
|
5499
5501
|
super();
|
|
@@ -5567,7 +5569,7 @@ export { KolToolbar };
|
|
|
5567
5569
|
type: ViewChild,
|
|
5568
5570
|
args: [ReplaceTagDirective]
|
|
5569
5571
|
}] }); })();
|
|
5570
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber:
|
|
5572
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3370 }); })();
|
|
5571
5573
|
let KolTree = class KolTree extends StencilProxyComponent {
|
|
5572
5574
|
constructor(changeDetectorRef, r, z) {
|
|
5573
5575
|
super();
|
|
@@ -5641,7 +5643,7 @@ export { KolTree };
|
|
|
5641
5643
|
type: ViewChild,
|
|
5642
5644
|
args: [ReplaceTagDirective]
|
|
5643
5645
|
}] }); })();
|
|
5644
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber:
|
|
5646
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3430 }); })();
|
|
5645
5647
|
let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
|
|
5646
5648
|
constructor(changeDetectorRef, r, z) {
|
|
5647
5649
|
super();
|
|
@@ -5716,7 +5718,7 @@ export { KolTreeItem };
|
|
|
5716
5718
|
type: ViewChild,
|
|
5717
5719
|
args: [ReplaceTagDirective]
|
|
5718
5720
|
}] }); })();
|
|
5719
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber:
|
|
5721
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3489 }); })();
|
|
5720
5722
|
let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
|
|
5721
5723
|
constructor(changeDetectorRef, r, z) {
|
|
5722
5724
|
super();
|
|
@@ -5791,7 +5793,7 @@ export { KolTreeItemWc };
|
|
|
5791
5793
|
type: ViewChild,
|
|
5792
5794
|
args: [ReplaceTagDirective]
|
|
5793
5795
|
}] }); })();
|
|
5794
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber:
|
|
5796
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3551 }); })();
|
|
5795
5797
|
let KolVersion = class KolVersion extends StencilProxyComponent {
|
|
5796
5798
|
constructor(changeDetectorRef, r, z) {
|
|
5797
5799
|
super();
|
|
@@ -5865,4 +5867,4 @@ export { KolVersion };
|
|
|
5865
5867
|
type: ViewChild,
|
|
5866
5868
|
args: [ReplaceTagDirective]
|
|
5867
5869
|
}] }); })();
|
|
5868
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber:
|
|
5870
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3612 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/angular-v20",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.5",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,23 +54,22 @@
|
|
|
54
54
|
"import": "./dist/index.js"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@angular/common": "20.3.
|
|
58
|
-
"@angular/compiler": "20.3.
|
|
59
|
-
"@angular/compiler-cli": "20.3.
|
|
60
|
-
"@angular/core": "20.3.
|
|
57
|
+
"@angular/common": "20.3.6",
|
|
58
|
+
"@angular/compiler": "20.3.6",
|
|
59
|
+
"@angular/compiler-cli": "20.3.6",
|
|
60
|
+
"@angular/core": "20.3.6",
|
|
61
61
|
"@types/minimatch": "6.0.0",
|
|
62
62
|
"@types/minimist": "1.2.5",
|
|
63
63
|
"@types/normalize-package-data": "2.4.4",
|
|
64
|
-
"
|
|
65
|
-
"rimraf": "6.0.1",
|
|
64
|
+
"rimraf": "6.1.0",
|
|
66
65
|
"rxjs": "7.8.2",
|
|
67
66
|
"typescript": "5.9.3",
|
|
68
67
|
"zone.js": "0.15.1",
|
|
69
|
-
"@public-ui/components": "4.0.0-alpha.
|
|
68
|
+
"@public-ui/components": "4.0.0-alpha.5"
|
|
70
69
|
},
|
|
71
70
|
"peerDependencies": {
|
|
72
|
-
"@angular/core": "^20.3.
|
|
73
|
-
"@public-ui/components": "4.0.0-alpha.
|
|
71
|
+
"@angular/core": "^20.3.6",
|
|
72
|
+
"@public-ui/components": "4.0.0-alpha.5"
|
|
74
73
|
},
|
|
75
74
|
"files": [
|
|
76
75
|
"dist"
|