@ino-cesium/material 0.0.10 → 0.0.12

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +10 -10
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -145,7 +145,7 @@ declare class PolylineTrailMaterialProperty extends BaseMaterialProperty {
145
145
  private image;
146
146
  constructor(options: IPolylineTrailMaterialOptions);
147
147
  get isConstant(): boolean;
148
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
148
+ get definitionChanged(): any;
149
149
  getType(): string;
150
150
  getValue(time: Cesium.JulianDate, result: any): any;
151
151
  equals(other: PolylineTrailMaterialProperty): any;
@@ -168,7 +168,7 @@ declare class PolylineFlowMaterialProperty extends BaseMaterialProperty {
168
168
  private name;
169
169
  constructor(options: IPolylineFlowMaterialOptions);
170
170
  get isConstant(): boolean;
171
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
171
+ get definitionChanged(): any;
172
172
  getType(): string;
173
173
  getValue(time: Cesium.JulianDate, result: any): any;
174
174
  equals(other: PolylineFlowMaterialProperty): boolean;
@@ -188,7 +188,7 @@ declare class CircleWaveMaterialProperty extends BaseMaterialProperty {
188
188
  private name;
189
189
  constructor(options?: ICircleWaveMaterialOptions);
190
190
  get isConstant(): boolean;
191
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
191
+ get definitionChanged(): any;
192
192
  getType(): string;
193
193
  getValue(time: Cesium.JulianDate, result: any): any;
194
194
  equals(other: CircleWaveMaterialProperty): any;
@@ -207,7 +207,7 @@ declare class CircleRaderWaveMaterialProperty extends BaseMaterialProperty {
207
207
  private name;
208
208
  constructor(options: ICircleRaderWaveMaterialOptions);
209
209
  get isConstant(): boolean;
210
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
210
+ get definitionChanged(): any;
211
211
  getType(): string;
212
212
  getValue(time: Cesium.JulianDate, result: any): any;
213
213
  equals(other: CircleRaderWaveMaterialProperty): boolean;
@@ -226,7 +226,7 @@ declare class CircleRaderFanMaterialProperty extends BaseMaterialProperty {
226
226
  private name;
227
227
  constructor(options: ICircleRaderFanMaterialOptions);
228
228
  get isConstant(): boolean;
229
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
229
+ get definitionChanged(): any;
230
230
  getType(): string;
231
231
  getValue(time: Cesium.JulianDate, result: any): any;
232
232
  equals(other: CircleRaderFanMaterialProperty): boolean;
@@ -245,7 +245,7 @@ declare class CircleApertureMaterialProperty extends BaseMaterialProperty {
245
245
  private name;
246
246
  constructor(options?: ICircleApertureMaterialOptions);
247
247
  get isConstant(): boolean;
248
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
248
+ get definitionChanged(): any;
249
249
  getType(): string;
250
250
  getValue(time: Cesium.JulianDate, result: any): any;
251
251
  equals(other: CircleApertureMaterialProperty): any;
@@ -269,7 +269,7 @@ declare class LightWallMaterialProperty extends BaseMaterialProperty {
269
269
  private name;
270
270
  constructor(options: ILightWallMaterialOptions);
271
271
  get isConstant(): boolean;
272
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
272
+ get definitionChanged(): any;
273
273
  getType(): string;
274
274
  getValue(time: Cesium.JulianDate, result: any): any;
275
275
  equals(other: LightWallMaterialProperty): any;
@@ -305,7 +305,7 @@ declare class EllipsoidElectricMaterialProperty extends BaseMaterialProperty {
305
305
  private name;
306
306
  constructor(options: IEllipsoidElectricMaterialOptions);
307
307
  get isConstant(): boolean;
308
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
308
+ get definitionChanged(): any;
309
309
  getType(): string;
310
310
  getValue(time: Cesium.JulianDate, result: any): any;
311
311
  equals(other: EllipsoidElectricMaterialProperty): boolean;
@@ -324,7 +324,7 @@ declare class EllipsoidScanMaterialProperty extends BaseMaterialProperty {
324
324
  private name;
325
325
  constructor(options: IEllipsoidScanMaterialOptions);
326
326
  get isConstant(): boolean;
327
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
327
+ get definitionChanged(): any;
328
328
  getType(): string;
329
329
  getValue(time: Cesium.JulianDate, result: any): any;
330
330
  equals(other: EllipsoidScanMaterialProperty): boolean;
@@ -344,7 +344,7 @@ declare class ZapsMaterialProperty extends BaseMaterialProperty {
344
344
  private name;
345
345
  constructor(options: IZapsMaterialOptions);
346
346
  get isConstant(): boolean;
347
- get definitionChanged(): Cesium.Event<(...args: any[]) => void>;
347
+ get definitionChanged(): any;
348
348
  getType(): string;
349
349
  getValue(time: Cesium.JulianDate, result: any): any;
350
350
  equals(other: ZapsMaterialProperty): any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ino-cesium/material",
3
3
  "type": "module",
4
- "version": "0.0.10",
4
+ "version": "0.0.12",
5
5
  "author": "koino",
6
6
  "keywords": [
7
7
  "cesium",
@@ -31,7 +31,7 @@
31
31
  "cesium": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@ino-cesium/common": "0.0.10"
34
+ "@ino-cesium/common": "0.0.12"
35
35
  },
36
36
  "types": "./dist/index.d.ts",
37
37
  "scripts": {