@rocketshow/designer 1.51.0 → 1.55.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/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { NgZone, OnDestroy, AfterViewInit, OnInit, ElementRef, ChangeDetectorRef, PipeTransform, EventEmitter } from '@angular/core';
|
|
3
|
-
import * as
|
|
2
|
+
import { NgZone, OnDestroy, AfterViewInit, OnInit, ElementRef, ChangeDetectorRef, PipeTransform, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
+
import * as i45 from '@ngx-translate/core';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { BsModalService, BsModalRef } from 'ngx-bootstrap/modal';
|
|
6
6
|
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
|
|
@@ -8,7 +8,7 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
|
|
|
8
8
|
import * as i50 from 'ngx-toastr';
|
|
9
9
|
import { ToastrService } from 'ngx-toastr';
|
|
10
10
|
import { Observable, Subject } from 'rxjs';
|
|
11
|
-
import * as
|
|
11
|
+
import * as i40 from '@angular/router';
|
|
12
12
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
13
13
|
import * as THREE from 'three';
|
|
14
14
|
import WaveSurfer from 'wavesurfer.js';
|
|
@@ -16,14 +16,14 @@ import * as i51 from '@ali-hm/angular-tree-component';
|
|
|
16
16
|
import { ITreeOptions } from '@ali-hm/angular-tree-component';
|
|
17
17
|
import * as i49 from 'ngx-dropzone-wrapper';
|
|
18
18
|
import { DropzoneConfigInterface } from 'ngx-dropzone-wrapper';
|
|
19
|
-
import
|
|
20
|
-
import * as i41 from '@angular/platform-browser
|
|
21
|
-
import * as i42 from '@angular/
|
|
22
|
-
import * as i43 from '
|
|
23
|
-
import * as
|
|
24
|
-
import * as i46 from 'ngx-bootstrap/
|
|
25
|
-
import * as i47 from 'ngx-bootstrap/
|
|
26
|
-
import * as i48 from 'ngx-
|
|
19
|
+
import { Options } from 'sortablejs';
|
|
20
|
+
import * as i41 from '@angular/platform-browser';
|
|
21
|
+
import * as i42 from '@angular/platform-browser/animations';
|
|
22
|
+
import * as i43 from '@angular/forms';
|
|
23
|
+
import * as i44 from 'ngx-bootstrap-slider';
|
|
24
|
+
import * as i46 from 'ngx-bootstrap/accordion';
|
|
25
|
+
import * as i47 from 'ngx-bootstrap/popover';
|
|
26
|
+
import * as i48 from 'ngx-bootstrap/typeahead';
|
|
27
27
|
|
|
28
28
|
declare class DesignerService {
|
|
29
29
|
constructor();
|
|
@@ -1699,9 +1699,28 @@ declare class DropzoneComponent {
|
|
|
1699
1699
|
static ɵcmp: i0.ɵɵComponentDeclaration<DropzoneComponent, "app-dropzone", never, { "url": { "alias": "url"; "required": false; }; "acceptedFiles": { "alias": "acceptedFiles"; "required": false; }; "maxFiles": { "alias": "maxFiles"; "required": false; }; }, { "error": "error"; "success": "success"; "addedFile": "addedFile"; }, never, never, false, never>;
|
|
1700
1700
|
}
|
|
1701
1701
|
|
|
1702
|
+
declare class SortablejsDirective implements AfterViewInit, OnChanges, OnDestroy {
|
|
1703
|
+
private element;
|
|
1704
|
+
private zone;
|
|
1705
|
+
sortablejs: any[] | undefined | null;
|
|
1706
|
+
sortablejsContainer: string | undefined;
|
|
1707
|
+
sortablejsOptions: Options | undefined;
|
|
1708
|
+
sortablejsInit: EventEmitter<any>;
|
|
1709
|
+
private sortableInstance;
|
|
1710
|
+
constructor(element: ElementRef<HTMLElement>, zone: NgZone);
|
|
1711
|
+
ngAfterViewInit(): void;
|
|
1712
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
1713
|
+
ngOnDestroy(): void;
|
|
1714
|
+
private create;
|
|
1715
|
+
private get options();
|
|
1716
|
+
private moveItem;
|
|
1717
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SortablejsDirective, never>;
|
|
1718
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SortablejsDirective, "[sortablejs]", never, { "sortablejs": { "alias": "sortablejs"; "required": false; }; "sortablejsContainer": { "alias": "sortablejsContainer"; "required": false; }; "sortablejsOptions": { "alias": "sortablejsOptions"; "required": false; }; }, { "sortablejsInit": "sortablejsInit"; }, never, never, false, never>;
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1702
1721
|
declare class DesignerModule {
|
|
1703
1722
|
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerModule, never>;
|
|
1704
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof DesignerComponent, typeof WarningDialogComponent, typeof PreviewComponent, typeof EffectCurveComponent, typeof EffectPanTiltComponent, typeof SceneComponent, typeof TimelineComponent, typeof FixtureCapabilityColorComponent, typeof FixtureComponent, typeof FixtureSettingsPositionComponent, typeof FixtureCapabilityComponent, typeof FixtureSettingsComponent, typeof EffectComponent, typeof FixturePoolComponent, typeof PresetComponent, typeof MasterDimmerComponent, typeof FixtureCapabilityDimmerComponent, typeof TimelineGridComponent, typeof CompositionSettingsComponent, typeof ArraySortPipe, typeof FixtureCapabilityPanTiltComponent, typeof FixtureCapabilityChannelComponent, typeof FixtureChannelComponent, typeof FixtureCapabilityColorWheelComponent, typeof UserLoginComponent, typeof UserRegisterComponent, typeof ProjectBrowserComponent, typeof WaitDialogComponent, typeof ProjectImportComponent, typeof ProjectShareComponent, typeof ErrorDialogComponent, typeof FixtureSettingsStageComponent, typeof IntroComponent, typeof PresetSettingsComponent, typeof SceneSettingsComponent, typeof ProjectSaveComponent, typeof FixturePoolCreateFromFileComponent, typeof DropzoneComponent
|
|
1723
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignerModule, [typeof DesignerComponent, typeof WarningDialogComponent, typeof PreviewComponent, typeof EffectCurveComponent, typeof EffectPanTiltComponent, typeof SceneComponent, typeof TimelineComponent, typeof FixtureCapabilityColorComponent, typeof FixtureComponent, typeof FixtureSettingsPositionComponent, typeof FixtureCapabilityComponent, typeof FixtureSettingsComponent, typeof EffectComponent, typeof FixturePoolComponent, typeof PresetComponent, typeof MasterDimmerComponent, typeof FixtureCapabilityDimmerComponent, typeof TimelineGridComponent, typeof CompositionSettingsComponent, typeof ArraySortPipe, typeof FixtureCapabilityPanTiltComponent, typeof FixtureCapabilityChannelComponent, typeof FixtureChannelComponent, typeof FixtureCapabilityColorWheelComponent, typeof UserLoginComponent, typeof UserRegisterComponent, typeof ProjectBrowserComponent, typeof WaitDialogComponent, typeof ProjectImportComponent, typeof ProjectShareComponent, typeof ErrorDialogComponent, typeof FixtureSettingsStageComponent, typeof IntroComponent, typeof PresetSettingsComponent, typeof SceneSettingsComponent, typeof ProjectSaveComponent, typeof FixturePoolCreateFromFileComponent, typeof DropzoneComponent, typeof SortablejsDirective], [typeof i40.RouterModule, typeof i41.BrowserModule, typeof i42.BrowserAnimationsModule, typeof i43.FormsModule, typeof i44.NgxBootstrapSliderModule, typeof i45.TranslateModule, typeof i46.AccordionModule, typeof i47.PopoverModule, typeof i48.TypeaheadModule, typeof i49.DropzoneModule, typeof i50.ToastrModule, typeof i51.TreeModule], [typeof DesignerComponent]>;
|
|
1705
1724
|
static ɵinj: i0.ɵɵInjectorDeclaration<DesignerModule>;
|
|
1706
1725
|
}
|
|
1707
1726
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rocketshow/designer",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.55.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"ngx-bootstrap": "^20.0.2",
|
|
21
21
|
"ngx-bootstrap-slider": "^2.1.0",
|
|
22
22
|
"ngx-dropzone-wrapper": "^16.0.0",
|
|
23
|
-
"ngx-sortablejs-plus": "^15.0.2",
|
|
24
23
|
"ngx-toastr": "^19.0.0",
|
|
25
24
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
26
25
|
"sortablejs": "^1.15.2",
|
|
Binary file
|
|
Binary file
|