@hestia-earth/ui-components 0.39.1 → 0.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hestia-earth/ui-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
4
4
|
"description": "HESTIA reusable components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://gitlab.com/hestia-earth/hestia-ui-components#readme",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@angular/cdk": "^
|
|
17
|
-
"@angular/common": "^
|
|
18
|
-
"@angular/core": "^
|
|
19
|
-
"@angular/google-maps": "^
|
|
16
|
+
"@angular/cdk": "^21.0.0",
|
|
17
|
+
"@angular/common": "^21.0.0",
|
|
18
|
+
"@angular/core": "^21.0.0",
|
|
19
|
+
"@angular/google-maps": "^21.0.0",
|
|
20
20
|
"@hestia-earth/api": "*",
|
|
21
21
|
"@hestia-earth/data-validation": "*",
|
|
22
22
|
"@hestia-earth/engine-models": "*",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@hestia-earth/schema-convert": "*",
|
|
27
27
|
"@hestia-earth/ui-framework": "*",
|
|
28
28
|
"@hestia-earth/utils": "*",
|
|
29
|
-
"@ng-bootstrap/ng-bootstrap": "^
|
|
30
|
-
"@ngrx/component-store": "^
|
|
31
|
-
"@ngrx/signals": "^
|
|
29
|
+
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
|
|
30
|
+
"@ngrx/component-store": "^21.0.0",
|
|
31
|
+
"@ngrx/signals": "^21.0.0",
|
|
32
32
|
"angular-resizable-element": "^8.0.0",
|
|
33
33
|
"bulma": "^0.9.4",
|
|
34
34
|
"bulma-switch": "^2.0.4",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"lodash.set": "^4.3.2",
|
|
55
55
|
"lodash.uniqby": "^4.7.0",
|
|
56
56
|
"moment": "^2.29.4",
|
|
57
|
-
"ngx-markdown": "^
|
|
58
|
-
"ngx-webstorage": "^
|
|
57
|
+
"ngx-markdown": "^21.0.0",
|
|
58
|
+
"ngx-webstorage": "^21.0.0",
|
|
59
59
|
"papaparse": "^5.5.2",
|
|
60
60
|
"remove-markdown": "^0.6.0",
|
|
61
61
|
"rxjs": "^7.0.0",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"tslib": "^2.8.0"
|
|
68
68
|
},
|
|
69
69
|
"module": "fesm2022/hestia-earth-ui-components.mjs",
|
|
70
|
-
"typings": "
|
|
70
|
+
"typings": "types/hestia-earth-ui-components.d.ts",
|
|
71
71
|
"exports": {
|
|
72
72
|
"./package.json": {
|
|
73
73
|
"default": "./package.json"
|
|
74
74
|
},
|
|
75
75
|
".": {
|
|
76
|
-
"types": "./
|
|
76
|
+
"types": "./types/hestia-earth-ui-components.d.ts",
|
|
77
77
|
"default": "./fesm2022/hestia-earth-ui-components.mjs"
|
|
78
78
|
}
|
|
79
79
|
},
|
|
@@ -1909,7 +1909,7 @@ declare class ResizedDirective implements OnInit, OnDestroy {
|
|
|
1909
1909
|
ngOnDestroy(): void;
|
|
1910
1910
|
private observe;
|
|
1911
1911
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResizedDirective, never>;
|
|
1912
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ResizedDirective, "[
|
|
1912
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ResizedDirective, "[heResized]", never, {}, { "resized": "resized"; }, never, never, true, never>;
|
|
1913
1913
|
}
|
|
1914
1914
|
|
|
1915
1915
|
declare const distinctUntilChangedDeep: <T>() => rxjs.MonoTypeOperatorFunction<T>;
|
|
@@ -2081,13 +2081,9 @@ declare class CollapsibleBoxComponent {
|
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
2083
|
declare class DataTableComponent {
|
|
2084
|
-
private readonly elementRef;
|
|
2085
2084
|
protected readonly minHeight: _angular_core.InputSignal<string | number>;
|
|
2086
2085
|
protected readonly maxHeight: _angular_core.InputSignal<string | number>;
|
|
2087
2086
|
protected readonly small: _angular_core.InputSignal<boolean>;
|
|
2088
|
-
get isSmall(): boolean;
|
|
2089
|
-
private get containerEl();
|
|
2090
|
-
protected onResized({ newRect: { width } }: ResizedEvent): void;
|
|
2091
2087
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataTableComponent, never>;
|
|
2092
2088
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataTableComponent, "he-data-table", never, { "minHeight": { "alias": "minHeight"; "required": false; "isSignal": true; }; "maxHeight": { "alias": "maxHeight"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
2093
2089
|
}
|
|
@@ -2579,11 +2575,11 @@ declare class ClickOutsideDirective implements AfterViewInit {
|
|
|
2579
2575
|
|
|
2580
2576
|
declare class CompoundDirective {
|
|
2581
2577
|
private readonly elementRef;
|
|
2582
|
-
protected readonly
|
|
2578
|
+
protected readonly compound: _angular_core.InputSignal<string>;
|
|
2583
2579
|
protected readonly compoundTermType: _angular_core.InputSignal<TermTermType>;
|
|
2584
2580
|
constructor();
|
|
2585
2581
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CompoundDirective, never>;
|
|
2586
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CompoundDirective, "[
|
|
2582
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<CompoundDirective, "[compound]", never, { "compound": { "alias": "compound"; "required": true; "isSignal": true; }; "compoundTermType": { "alias": "compoundTermType"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2587
2583
|
}
|
|
2588
2584
|
|
|
2589
2585
|
declare class CompoundPipe implements PipeTransform {
|
|
@@ -2649,7 +2645,7 @@ declare class LongPressDirective implements OnDestroy {
|
|
|
2649
2645
|
protected onPressEnd(): void;
|
|
2650
2646
|
ngOnDestroy(): void;
|
|
2651
2647
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<LongPressDirective, never>;
|
|
2652
|
-
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LongPressDirective, "[
|
|
2648
|
+
static ɵdir: _angular_core.ɵɵDirectiveDeclaration<LongPressDirective, "[heLongPress]", never, { "intervalMs": { "alias": "intervalMs"; "required": false; "isSignal": true; }; }, { "longPress": "longPress"; }, never, never, true, never>;
|
|
2653
2649
|
}
|
|
2654
2650
|
|
|
2655
2651
|
declare class NoExtPipe implements PipeTransform {
|