ngx-edu-sharing-ui 10.0.23 → 10.0.24
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/assets/scss/material-theme.scss +1 -0
- package/fesm2022/ngx-edu-sharing-ui.mjs +26 -27
- package/fesm2022/ngx-edu-sharing-ui.mjs.map +1 -1
- package/lib/directives/drag-nodes/nodes-drag-source.directive.d.ts +1 -1
- package/lib/list-items/list-text/list-text.component.d.ts +1 -1
- package/lib/list-items/list-widget.d.ts +1 -1
- package/lib/mds-viewer/widget/mds-widget.component.d.ts +1 -1
- package/lib/node-entries/node-rating/node-rating.component.d.ts +1 -1
- package/lib/pipes/node-image.pipe.d.ts +1 -2
- package/package.json +2 -2
|
@@ -69,6 +69,7 @@ mat-button-toggle-group {
|
|
|
69
69
|
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
|
|
70
70
|
color: var(--light-primary-text);
|
|
71
71
|
background-color: var(--primary);
|
|
72
|
+
--mat-standard-button-toggle-selected-state-text-color: var(--light-primary-text);
|
|
72
73
|
}
|
|
73
74
|
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
|
|
74
75
|
background-color: var(--primary);
|
|
@@ -351,7 +351,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
351
351
|
type: Pipe,
|
|
352
352
|
args: [{
|
|
353
353
|
name: 'formatSize',
|
|
354
|
-
standalone: false
|
|
354
|
+
standalone: false,
|
|
355
355
|
}]
|
|
356
356
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
357
357
|
|
|
@@ -1557,7 +1557,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
1557
1557
|
type: Directive,
|
|
1558
1558
|
args: [{
|
|
1559
1559
|
selector: 'i[esIcon], i.material-icons',
|
|
1560
|
-
standalone: false
|
|
1560
|
+
standalone: false,
|
|
1561
1561
|
}]
|
|
1562
1562
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1$1.HttpClient }, { type: i1.TranslateService }, { type: i0.Renderer2 }, { type: i2.ConfigService, decorators: [{
|
|
1563
1563
|
type: Optional
|
|
@@ -1589,7 +1589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
1589
1589
|
type: Pipe,
|
|
1590
1590
|
args: [{
|
|
1591
1591
|
name: 'appMdsDuration',
|
|
1592
|
-
standalone: false
|
|
1592
|
+
standalone: false,
|
|
1593
1593
|
}]
|
|
1594
1594
|
}] });
|
|
1595
1595
|
|
|
@@ -1891,7 +1891,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
1891
1891
|
type: Pipe,
|
|
1892
1892
|
args: [{
|
|
1893
1893
|
name: 'vcardName',
|
|
1894
|
-
standalone: false
|
|
1894
|
+
standalone: false,
|
|
1895
1895
|
}]
|
|
1896
1896
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
1897
1897
|
|
|
@@ -2044,7 +2044,6 @@ class MdsWidgetComponent {
|
|
|
2044
2044
|
return MdsWidgetComponent.inlineEditing.includes(this.widget?.definition.type);
|
|
2045
2045
|
}
|
|
2046
2046
|
getNodeValues() {
|
|
2047
|
-
console.log(this.mdsEditorInstance, 'editor present?');
|
|
2048
2047
|
if (this.mdsEditorInstance) {
|
|
2049
2048
|
return (this.mdsEditorInstance.values$.value ||
|
|
2050
2049
|
this.mdsEditorInstance.nodes$.value.map((n) => n.properties)?.[0]);
|
|
@@ -2706,7 +2705,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
2706
2705
|
type: Pipe,
|
|
2707
2706
|
args: [{
|
|
2708
2707
|
name: 'optionTooltip',
|
|
2709
|
-
standalone: false
|
|
2708
|
+
standalone: false,
|
|
2710
2709
|
}]
|
|
2711
2710
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
2712
2711
|
|
|
@@ -2735,7 +2734,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
2735
2734
|
type: Pipe,
|
|
2736
2735
|
args: [{
|
|
2737
2736
|
name: 'replaceChars',
|
|
2738
|
-
standalone: false
|
|
2737
|
+
standalone: false,
|
|
2739
2738
|
}]
|
|
2740
2739
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
2741
2740
|
|
|
@@ -3060,7 +3059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3060
3059
|
args: [{
|
|
3061
3060
|
selector: '[esBorderBoxObserver]',
|
|
3062
3061
|
exportAs: 'borderBoxObserver',
|
|
3063
|
-
standalone: false
|
|
3062
|
+
standalone: false,
|
|
3064
3063
|
}]
|
|
3065
3064
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { borderBoxEmitter: [{
|
|
3066
3065
|
type: Output,
|
|
@@ -3112,7 +3111,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3112
3111
|
args: [{
|
|
3113
3112
|
selector: '[esCheckTextOverflow]',
|
|
3114
3113
|
exportAs: 'esCheckTextOverflow',
|
|
3115
|
-
standalone: false
|
|
3114
|
+
standalone: false,
|
|
3116
3115
|
}]
|
|
3117
3116
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { selector: [{
|
|
3118
3117
|
type: Input,
|
|
@@ -3164,7 +3163,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3164
3163
|
args: [{
|
|
3165
3164
|
selector: '[esFocusState]',
|
|
3166
3165
|
exportAs: 'esFocusState',
|
|
3167
|
-
standalone: false
|
|
3166
|
+
standalone: false,
|
|
3168
3167
|
}]
|
|
3169
3168
|
}], ctorParameters: () => [], propDecorators: { onFocusIn: [{
|
|
3170
3169
|
type: HostListener,
|
|
@@ -3315,7 +3314,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3315
3314
|
type: Directive,
|
|
3316
3315
|
args: [{
|
|
3317
3316
|
selector: '[esInfiniteScroll], [infinite-scroll], [data-infinite-scroll]',
|
|
3318
|
-
standalone: false
|
|
3317
|
+
standalone: false,
|
|
3319
3318
|
}]
|
|
3320
3319
|
}], ctorParameters: () => [{ type: AppContainerService }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { scrolled: [{
|
|
3321
3320
|
type: Output
|
|
@@ -3484,7 +3483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3484
3483
|
type: Pipe,
|
|
3485
3484
|
args: [{
|
|
3486
3485
|
name: 'formatDate',
|
|
3487
|
-
standalone: false
|
|
3486
|
+
standalone: false,
|
|
3488
3487
|
}]
|
|
3489
3488
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
3490
3489
|
|
|
@@ -3502,7 +3501,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3502
3501
|
type: Pipe,
|
|
3503
3502
|
args: [{
|
|
3504
3503
|
name: 'esNodeIcon',
|
|
3505
|
-
standalone: false
|
|
3504
|
+
standalone: false,
|
|
3506
3505
|
}]
|
|
3507
3506
|
}], ctorParameters: () => [{ type: RepoUrlService }] });
|
|
3508
3507
|
|
|
@@ -3526,7 +3525,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3526
3525
|
type: Pipe,
|
|
3527
3526
|
args: [{
|
|
3528
3527
|
name: 'NodeImageSize',
|
|
3529
|
-
standalone: false
|
|
3528
|
+
standalone: false,
|
|
3530
3529
|
}]
|
|
3531
3530
|
}] });
|
|
3532
3531
|
|
|
@@ -3575,7 +3574,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3575
3574
|
type: Pipe,
|
|
3576
3575
|
args: [{
|
|
3577
3576
|
name: 'esNodeImage',
|
|
3578
|
-
standalone: false
|
|
3577
|
+
standalone: false,
|
|
3579
3578
|
}]
|
|
3580
3579
|
}], ctorParameters: () => [{ type: NodeHelperService }, { type: i3$1.DomSanitizer }, { type: RepoUrlService }, { type: i2.NetworkService }] });
|
|
3581
3580
|
|
|
@@ -3625,7 +3624,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3625
3624
|
type: Pipe,
|
|
3626
3625
|
args: [{
|
|
3627
3626
|
name: 'nodePersonName',
|
|
3628
|
-
standalone: false
|
|
3627
|
+
standalone: false,
|
|
3629
3628
|
}]
|
|
3630
3629
|
}], ctorParameters: () => [{ type: i2.ConfigService }] });
|
|
3631
3630
|
|
|
@@ -3657,7 +3656,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3657
3656
|
type: Pipe,
|
|
3658
3657
|
args: [{
|
|
3659
3658
|
name: 'nodeTitle',
|
|
3660
|
-
standalone: false
|
|
3659
|
+
standalone: false,
|
|
3661
3660
|
}]
|
|
3662
3661
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
3663
3662
|
|
|
@@ -3729,7 +3728,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3729
3728
|
type: Pipe,
|
|
3730
3729
|
args: [{
|
|
3731
3730
|
name: 'propertySlug',
|
|
3732
|
-
standalone: false
|
|
3731
|
+
standalone: false,
|
|
3733
3732
|
}]
|
|
3734
3733
|
}] });
|
|
3735
3734
|
|
|
@@ -3752,7 +3751,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
3752
3751
|
type: Pipe,
|
|
3753
3752
|
args: [{
|
|
3754
3753
|
name: 'esNodeLicense',
|
|
3755
|
-
standalone: false
|
|
3754
|
+
standalone: false,
|
|
3756
3755
|
}]
|
|
3757
3756
|
}], ctorParameters: () => [{ type: i1.TranslateService }] });
|
|
3758
3757
|
|
|
@@ -4181,7 +4180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4181
4180
|
type: Directive,
|
|
4182
4181
|
args: [{
|
|
4183
4182
|
selector: '[esNodesDragSource]',
|
|
4184
|
-
standalone: false
|
|
4183
|
+
standalone: false,
|
|
4185
4184
|
}]
|
|
4186
4185
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { nodes: [{
|
|
4187
4186
|
type: Input,
|
|
@@ -4391,7 +4390,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4391
4390
|
type: Directive,
|
|
4392
4391
|
args: [{
|
|
4393
4392
|
selector: '[esNodesDrag]',
|
|
4394
|
-
standalone: false
|
|
4393
|
+
standalone: false,
|
|
4395
4394
|
}]
|
|
4396
4395
|
}], ctorParameters: () => [{ type: i8$1.CdkDrag }, { type: NodesDragDropService }] });
|
|
4397
4396
|
|
|
@@ -4454,7 +4453,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4454
4453
|
args: [{
|
|
4455
4454
|
selector: '[esNodesDropTarget]',
|
|
4456
4455
|
exportAs: 'esNodesDropTarget',
|
|
4457
|
-
standalone: false
|
|
4456
|
+
standalone: false,
|
|
4458
4457
|
}]
|
|
4459
4458
|
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: NodesDragDropService }], propDecorators: { target: [{
|
|
4460
4459
|
type: Input,
|
|
@@ -4611,7 +4610,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4611
4610
|
type: Pipe,
|
|
4612
4611
|
args: [{
|
|
4613
4612
|
name: 'formatDuration',
|
|
4614
|
-
standalone: false
|
|
4613
|
+
standalone: false,
|
|
4615
4614
|
}]
|
|
4616
4615
|
}] });
|
|
4617
4616
|
|
|
@@ -4891,7 +4890,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
4891
4890
|
type: Pipe,
|
|
4892
4891
|
args: [{
|
|
4893
4892
|
name: 'appNodeSource',
|
|
4894
|
-
standalone: false
|
|
4893
|
+
standalone: false,
|
|
4895
4894
|
}]
|
|
4896
4895
|
}], ctorParameters: () => [{ type: NodeHelperService }, { type: i2.NetworkService }] });
|
|
4897
4896
|
|
|
@@ -5476,7 +5475,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
5476
5475
|
type: Pipe,
|
|
5477
5476
|
args: [{
|
|
5478
5477
|
name: 'esListItemLabel',
|
|
5479
|
-
standalone: false
|
|
5478
|
+
standalone: false,
|
|
5480
5479
|
}]
|
|
5481
5480
|
}], ctorParameters: () => [{ type: i1.TranslateService }, { type: TranslationsService }] });
|
|
5482
5481
|
|
|
@@ -6310,7 +6309,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
6310
6309
|
<i esIcon="{{ option.icon }}" [aria]="false"></i>
|
|
6311
6310
|
</button>
|
|
6312
6311
|
`,
|
|
6313
|
-
standalone: false
|
|
6312
|
+
standalone: false,
|
|
6314
6313
|
}]
|
|
6315
6314
|
}], propDecorators: { option: [{
|
|
6316
6315
|
type: Input
|
|
@@ -7659,7 +7658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
7659
7658
|
*ngIf="!customNodeListComponent"
|
|
7660
7659
|
></es-node-entries>`,
|
|
7661
7660
|
providers: [NodeEntriesService, OptionsHelperDataService, NodeEntriesTemplatesService],
|
|
7662
|
-
standalone: false
|
|
7661
|
+
standalone: false,
|
|
7663
7662
|
}]
|
|
7664
7663
|
}], ctorParameters: () => [{ type: i0.ViewContainerRef }, { type: TemporaryStorageService }, { type: i0.NgZone }, { type: NodeEntriesService }, { type: i2.NodeService }, { type: OptionsHelperDataService }, { type: NodeHelperService }, { type: UIService }, { type: NodeEntriesTemplatesService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }], propDecorators: { titleRef: [{
|
|
7665
7664
|
type: ContentChild,
|