@public-ui/angular-v19 3.0.2-rc.3 → 3.0.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.
@@ -1102,6 +1102,7 @@ export declare interface KolSkipNav extends Components.KolSkipNav {
1102
1102
  export declare class KolSpin extends StencilProxyComponent implements OnChanges {
1103
1103
  private changeDetectorRef;
1104
1104
  protected z: NgZone;
1105
+ _label: any;
1105
1106
  _show: any;
1106
1107
  _variant: any;
1107
1108
  protected el: HTMLElement;
@@ -1112,7 +1113,7 @@ export declare class KolSpin extends StencilProxyComponent implements OnChanges
1112
1113
  constructor(changeDetectorRef: ChangeDetectorRef, r: ElementRef, z: NgZone);
1113
1114
  ngOnChanges(): void;
1114
1115
  static ɵfac: i0.ɵɵFactoryDeclaration<KolSpin, never>;
1115
- static ɵcmp: i0.ɵɵComponentDeclaration<KolSpin, "kol-spin", never, { "_show": { "alias": "_show"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1116
+ static ɵcmp: i0.ɵɵComponentDeclaration<KolSpin, "kol-spin", never, { "_label": { "alias": "_label"; "required": false; }; "_show": { "alias": "_show"; "required": false; }; "_variant": { "alias": "_variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1116
1117
  }
1117
1118
  export declare interface KolSpin extends Components.KolSpin {
1118
1119
  }
@@ -1494,13 +1494,13 @@ function KolSpin_ng_container_0_stencil_ng_proxy_1_Template(rf, ctx) { if (rf &
1494
1494
  } if (rf & 2) {
1495
1495
  const ctx_r0 = i0.ɵɵnextContext(2);
1496
1496
  const ngContentOutlet_r2 = i0.ɵɵreference(4);
1497
- i0.ɵɵproperty("_show", ctx_r0._show)("_variant", ctx_r0._variant);
1497
+ i0.ɵɵproperty("_label", ctx_r0._label)("_show", ctx_r0._show)("_variant", ctx_r0._variant);
1498
1498
  i0.ɵɵadvance(2);
1499
1499
  i0.ɵɵproperty("ngTemplateOutlet", ngContentOutlet_r2);
1500
1500
  } }
1501
1501
  function KolSpin_ng_container_0_Template(rf, ctx) { if (rf & 1) {
1502
1502
  i0.ɵɵelementContainerStart(0);
1503
- i0.ɵɵtemplate(1, KolSpin_ng_container_0_stencil_ng_proxy_1_Template, 3, 3, "stencil-ng-proxy", 4);
1503
+ i0.ɵɵtemplate(1, KolSpin_ng_container_0_stencil_ng_proxy_1_Template, 3, 4, "stencil-ng-proxy", 4);
1504
1504
  i0.ɵɵelementContainerEnd();
1505
1505
  } if (rf & 2) {
1506
1506
  const ctx_r0 = i0.ɵɵnextContext();
@@ -3517,7 +3517,7 @@ KolInputFile.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolInputFile,
3517
3517
  KolInputFile = __decorate([
3518
3518
  ProxyCmp({
3519
3519
  inputs: ['_accept', '_accessKey', '_disabled', '_hideLabel', '_hideMsg', '_hint', '_icons', '_id', '_label', '_msg', '_multiple', '_name', '_on', '_required', '_shortKey', '_smartButton', '_tooltipAlign', '_touched'],
3520
- methods: ['getValue', 'kolFocus']
3520
+ methods: ['getValue', 'kolFocus', 'reset']
3521
3521
  })
3522
3522
  ], KolInputFile);
3523
3523
  export { KolInputFile };
@@ -4978,7 +4978,7 @@ let KolSpin = class KolSpin extends StencilProxyComponent {
4978
4978
  super();
4979
4979
  this.changeDetectorRef = changeDetectorRef;
4980
4980
  this.z = z;
4981
- this.availableInputProperties = ['_show', '_variant'];
4981
+ this.availableInputProperties = ['_label', '_show', '_variant'];
4982
4982
  changeDetectorRef.detach();
4983
4983
  const originalTagName = 'kol-spin';
4984
4984
  this.tagName = typeof tagNameTransformer === 'function' ? tagNameTransformer(originalTagName) : originalTagName;
@@ -4998,9 +4998,9 @@ KolSpin.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSpin, selectors:
4998
4998
  } if (rf & 2) {
4999
4999
  let _t;
5000
5000
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.replaceTagDirective = _t.first);
5001
- } }, inputs: { _show: "_show", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
5001
+ } }, inputs: { _label: "_label", _show: "_show", _variant: "_variant" }, features: [i0.ɵɵProvidersFeature([
5002
5002
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolSpin) }
5003
- ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_show", "_variant", 4, "replaceTag"], [3, "_show", "_variant"], [4, "ngTemplateOutlet"]], template: function KolSpin_Template(rf, ctx) { if (rf & 1) {
5003
+ ]), i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c0, decls: 5, vars: 2, consts: [["defaultCase", ""], ["ngContentOutlet", ""], ["replaceTagHost", ""], [4, "ngIf", "ngIfElse"], [3, "_label", "_show", "_variant", 4, "replaceTag"], [3, "_label", "_show", "_variant"], [4, "ngTemplateOutlet"]], template: function KolSpin_Template(rf, ctx) { if (rf & 1) {
5004
5004
  i0.ɵɵprojectionDef();
5005
5005
  i0.ɵɵtemplate(0, KolSpin_ng_container_0_Template, 2, 1, "ng-container", 3)(1, KolSpin_ng_template_1_Template, 1, 1, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(3, KolSpin_ng_template_3_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
5006
5006
  } if (rf & 2) {
@@ -5009,7 +5009,7 @@ KolSpin.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: KolSpin, selectors:
5009
5009
  } }, encapsulation: 2, changeDetection: 0 });
5010
5010
  KolSpin = __decorate([
5011
5011
  ProxyCmp({
5012
- inputs: ['_show', '_variant']
5012
+ inputs: ['_label', '_show', '_variant']
5013
5013
  })
5014
5014
  ], KolSpin);
5015
5015
  export { KolSpin };
@@ -5021,7 +5021,7 @@ export { KolSpin };
5021
5021
  template: `
5022
5022
  <ng-container *ngIf="hasTagNameTransformer; else defaultCase">
5023
5023
  <stencil-ng-proxy
5024
- [_show]="_show" [_variant]="_variant"
5024
+ [_label]="_label" [_show]="_show" [_variant]="_variant"
5025
5025
  *replaceTag="tagName"
5026
5026
  #replaceTagHost
5027
5027
  >
@@ -5037,7 +5037,7 @@ export { KolSpin };
5037
5037
  <ng-content></ng-content>
5038
5038
  </ng-template>`,
5039
5039
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
5040
- inputs: ['_show', '_variant'],
5040
+ inputs: ['_label', '_show', '_variant'],
5041
5041
  providers: [
5042
5042
  { provide: StencilProxyComponent, useExisting: forwardRef(() => KolSpin) }
5043
5043
  ],
@@ -5121,7 +5121,7 @@ export { KolSplitButton };
5121
5121
  type: ViewChild,
5122
5122
  args: [ReplaceTagDirective]
5123
5123
  }] }); })();
5124
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2947 }); })();
5124
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolSplitButton, { className: "KolSplitButton", filePath: "components.ts", lineNumber: 2948 }); })();
5125
5125
  let KolTableStateful = class KolTableStateful extends StencilProxyComponent {
5126
5126
  constructor(changeDetectorRef, r, z) {
5127
5127
  super();
@@ -5196,7 +5196,7 @@ export { KolTableStateful };
5196
5196
  type: ViewChild,
5197
5197
  args: [ReplaceTagDirective]
5198
5198
  }] }); })();
5199
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3024 }); })();
5199
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateful, { className: "KolTableStateful", filePath: "components.ts", lineNumber: 3025 }); })();
5200
5200
  let KolTableStateless = class KolTableStateless extends StencilProxyComponent {
5201
5201
  constructor(changeDetectorRef, r, z) {
5202
5202
  super();
@@ -5270,7 +5270,7 @@ export { KolTableStateless };
5270
5270
  type: ViewChild,
5271
5271
  args: [ReplaceTagDirective]
5272
5272
  }] }); })();
5273
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3092 }); })();
5273
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTableStateless, { className: "KolTableStateless", filePath: "components.ts", lineNumber: 3093 }); })();
5274
5274
  let KolTabs = class KolTabs extends StencilProxyComponent {
5275
5275
  constructor(changeDetectorRef, r, z) {
5276
5276
  super();
@@ -5344,7 +5344,7 @@ export { KolTabs };
5344
5344
  type: ViewChild,
5345
5345
  args: [ReplaceTagDirective]
5346
5346
  }] }); })();
5347
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3157 }); })();
5347
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTabs, { className: "KolTabs", filePath: "components.ts", lineNumber: 3158 }); })();
5348
5348
  let KolTextarea = class KolTextarea extends StencilProxyComponent {
5349
5349
  constructor(changeDetectorRef, r, z) {
5350
5350
  super();
@@ -5419,7 +5419,7 @@ export { KolTextarea };
5419
5419
  type: ViewChild,
5420
5420
  args: [ReplaceTagDirective]
5421
5421
  }] }); })();
5422
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3222 }); })();
5422
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTextarea, { className: "KolTextarea", filePath: "components.ts", lineNumber: 3223 }); })();
5423
5423
  let KolToastContainer = class KolToastContainer extends StencilProxyComponent {
5424
5424
  constructor(changeDetectorRef, r, z) {
5425
5425
  super();
@@ -5493,7 +5493,7 @@ export { KolToastContainer };
5493
5493
  type: ViewChild,
5494
5494
  args: [ReplaceTagDirective]
5495
5495
  }] }); })();
5496
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3304 }); })();
5496
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToastContainer, { className: "KolToastContainer", filePath: "components.ts", lineNumber: 3305 }); })();
5497
5497
  let KolToolbar = class KolToolbar extends StencilProxyComponent {
5498
5498
  constructor(changeDetectorRef, r, z) {
5499
5499
  super();
@@ -5567,7 +5567,7 @@ export { KolToolbar };
5567
5567
  type: ViewChild,
5568
5568
  args: [ReplaceTagDirective]
5569
5569
  }] }); })();
5570
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3362 }); })();
5570
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolToolbar, { className: "KolToolbar", filePath: "components.ts", lineNumber: 3363 }); })();
5571
5571
  let KolTree = class KolTree extends StencilProxyComponent {
5572
5572
  constructor(changeDetectorRef, r, z) {
5573
5573
  super();
@@ -5641,7 +5641,7 @@ export { KolTree };
5641
5641
  type: ViewChild,
5642
5642
  args: [ReplaceTagDirective]
5643
5643
  }] }); })();
5644
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3422 }); })();
5644
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTree, { className: "KolTree", filePath: "components.ts", lineNumber: 3423 }); })();
5645
5645
  let KolTreeItem = class KolTreeItem extends StencilProxyComponent {
5646
5646
  constructor(changeDetectorRef, r, z) {
5647
5647
  super();
@@ -5716,7 +5716,7 @@ export { KolTreeItem };
5716
5716
  type: ViewChild,
5717
5717
  args: [ReplaceTagDirective]
5718
5718
  }] }); })();
5719
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3481 }); })();
5719
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItem, { className: "KolTreeItem", filePath: "components.ts", lineNumber: 3482 }); })();
5720
5720
  let KolTreeItemWc = class KolTreeItemWc extends StencilProxyComponent {
5721
5721
  constructor(changeDetectorRef, r, z) {
5722
5722
  super();
@@ -5791,7 +5791,7 @@ export { KolTreeItemWc };
5791
5791
  type: ViewChild,
5792
5792
  args: [ReplaceTagDirective]
5793
5793
  }] }); })();
5794
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3543 }); })();
5794
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolTreeItemWc, { className: "KolTreeItemWc", filePath: "components.ts", lineNumber: 3544 }); })();
5795
5795
  let KolVersion = class KolVersion extends StencilProxyComponent {
5796
5796
  constructor(changeDetectorRef, r, z) {
5797
5797
  super();
@@ -5865,4 +5865,4 @@ export { KolVersion };
5865
5865
  type: ViewChild,
5866
5866
  args: [ReplaceTagDirective]
5867
5867
  }] }); })();
5868
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3604 }); })();
5868
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(KolVersion, { className: "KolVersion", filePath: "components.ts", lineNumber: 3605 }); })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/angular-v19",
3
- "version": "3.0.2-rc.3",
3
+ "version": "3.0.2",
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-rc.3"
69
+ "@public-ui/components": "3.0.2"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@angular/core": "^19.2.14",
73
- "@public-ui/components": "3.0.2-rc.3"
73
+ "@public-ui/components": "3.0.2"
74
74
  },
75
75
  "files": [
76
76
  "dist"