keevo-components 2.0.42 → 2.0.44

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.
@@ -16,17 +16,20 @@ export declare class KvEditorComponent extends BaseComponentInput<string> implem
16
16
  outputHtml: EventEmitter<string>;
17
17
  private updatingEditor;
18
18
  quill: Quill;
19
+ initLoadComplete: import("@angular/core").WritableSignal<boolean>;
20
+ private editorReadyPromise;
19
21
  /**
20
22
  * caso defina como "text" o texto ira ser enviado sem formatação
21
23
  */
22
24
  contentType: 'html' | 'text';
23
25
  ngOnInit(): void;
26
+ private editorReadyResolver;
24
27
  handleInit(): Promise<void>;
25
28
  loadCss(): Promise<void>;
26
29
  initializeQuillEditor(): void;
27
30
  addQuillCss(): void;
28
31
  writeValue(value: any): void;
29
- escrevaValor(htmlvalue: any, rawvalue?: any): void;
32
+ escrevaValor(htmlvalue: any, rawvalue?: any): Promise<void>;
30
33
  static ɵfac: i0.ɵɵFactoryDeclaration<KvEditorComponent, never>;
31
34
  static ɵcmp: i0.ɵɵComponentDeclaration<KvEditorComponent, "kv-editor", never, { "readonly": { "alias": "readonly"; "required": false; }; "canvaHeigth": { "alias": "canvaHeigth"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "contentType": { "alias": "contentType"; "required": false; }; }, { "onTextChange": "onTextChange"; "onSelectionChange": "onSelectionChange"; "outputRaw": "outputRaw"; "outputHtml": "outputHtml"; }, never, never, false, never>;
32
35
  }
@@ -12,19 +12,16 @@ export declare class ProgressBarComponent {
12
12
  maxValue: number | undefined;
13
13
  /**
14
14
  * Label value of the progress.
15
- * @deprecated Use label instead.
16
15
  * @group Props
17
16
  */
18
17
  label: string | undefined;
19
18
  /**
20
19
  * Whether to display the progress bar value.
21
- * @deprecated Use showValue instead.
22
20
  * @group Props
23
21
  */
24
22
  showValue: boolean;
25
23
  /**
26
24
  * Whether to display the progress bar value.
27
- * @deprecated Use showValue instead.
28
25
  * @group Props
29
26
  */
30
27
  showLabel: boolean;
@@ -65,7 +62,6 @@ export declare class ProgressBarComponent {
65
62
  * @group Props
66
63
  */
67
64
  color: string | undefined;
68
- progressBarHeight: string | undefined;
69
65
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "kv-progress-bar", never, { "value": { "alias": "value"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "barStyleClass": { "alias": "barStyleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "progressBarHeight": { "alias": "progressBarHeight"; "required": false; }; }, {}, never, never, false, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "kv-progress-bar", never, { "value": { "alias": "value"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "barStyleClass": { "alias": "barStyleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
71
67
  }
@@ -0,0 +1,71 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class KvProgressBarAlternativeComponent {
3
+ /**
4
+ * Current value of the progress.
5
+ * @group Props
6
+ */
7
+ value: number | undefined;
8
+ /**
9
+ * Max value of the progress.
10
+ * @group Props
11
+ */
12
+ maxValue: number | undefined;
13
+ /**
14
+ * Label value of the progress.
15
+ * @deprecated Use label instead.
16
+ * @group Props
17
+ */
18
+ label: string | undefined;
19
+ /**
20
+ * Whether to display the progress bar value.
21
+ * @deprecated Use showValue instead.
22
+ * @group Props
23
+ */
24
+ showValue: boolean;
25
+ /**
26
+ * Whether to display the progress bar value.
27
+ * @deprecated Use showValue instead.
28
+ * @group Props
29
+ */
30
+ showLabel: boolean;
31
+ /**
32
+ * Class of the element.
33
+ * @group Props
34
+ */
35
+ styleClass: string | undefined;
36
+ /**
37
+ * Class of the element.
38
+ * @group Props
39
+ */
40
+ labelStyleClass: string | undefined;
41
+ /**
42
+ * Class of the element.
43
+ * @group Props
44
+ */
45
+ barStyleClass: string | undefined;
46
+ /**
47
+ * Inline style of the element.
48
+ * @group Props
49
+ */
50
+ style: {
51
+ [klass: string]: any;
52
+ } | null | undefined;
53
+ /**
54
+ * Unit sign appended to the value.
55
+ * @group Props
56
+ */
57
+ unit: string;
58
+ /**
59
+ * Defines the mode of the progress
60
+ * @group Props
61
+ */
62
+ mode: 'determinate' | 'indeterminate';
63
+ /**
64
+ * Color for the background of the progress.
65
+ * @group Props
66
+ */
67
+ color: string | undefined;
68
+ progressBarHeight: string | undefined;
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvProgressBarAlternativeComponent, never>;
70
+ static ɵcmp: i0.ɵɵComponentDeclaration<KvProgressBarAlternativeComponent, "kv-progress-bar-alternative", never, { "value": { "alias": "value"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "label": { "alias": "label"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "showLabel": { "alias": "showLabel"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "labelStyleClass": { "alias": "labelStyleClass"; "required": false; }; "barStyleClass": { "alias": "barStyleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "color": { "alias": "color"; "required": false; }; "progressBarHeight": { "alias": "progressBarHeight"; "required": false; }; }, {}, never, never, false, never>;
71
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./kv-progress-bar-alternative.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../api/modules/primeng.module";
5
+ export declare class KvProgressBarAlternativeModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<KvProgressBarAlternativeModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<KvProgressBarAlternativeModule, [typeof i1.KvProgressBarAlternativeComponent], [typeof i2.CommonModule, typeof i3.PrimeNgModule], [typeof i1.KvProgressBarAlternativeComponent]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<KvProgressBarAlternativeModule>;
9
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "2.0.42",
3
+ "version": "2.0.44",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -181,6 +181,8 @@ export * from './lib/components/kv-carousel/kv-carousel.module';
181
181
  */
182
182
  export * from './lib/components/kv-progress-bar/kv-progress-bar.component';
183
183
  export * from './lib/components/kv-progress-bar/kv-progress-bar.module';
184
+ export * from './lib/components/kv-progress-bar-alternative/kv-progress-bar-alternative.component';
185
+ export * from './lib/components/kv-progress-bar-alternative/kv-progress-bar-alternative.module';
184
186
  /**
185
187
  * Modal
186
188
  */
@@ -197,7 +199,7 @@ export * from './lib/components/kv-stepper/kv-stepper.module';
197
199
  export * from './lib/components/kv-image-upload/kv-image-upload.component';
198
200
  export * from './lib/components/kv-image-upload/kv-image-upload.module';
199
201
  /**
200
- * File Upload
202
+ * File Upload'
201
203
  */
202
204
  export * from './lib/components/kv-file-upload/kv-file-upload.component';
203
205
  export * from './lib/components/kv-file-upload/kv-file-upload.module';