@3dsource/source-ui 3.0.0 → 3.1.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": "@3dsource/source-ui",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "A bunch of ui elements with angular",
5
5
  "keywords": [
6
6
  "3dsource",
@@ -20,11 +20,11 @@
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "peerDependencies": {
23
- "@3dsource/source-ui": ">=1.0.22-dev",
23
+ "@3dsource/source-ui-native": ">=2.0.0",
24
24
  "@angular/common": ">=19.0.0",
25
25
  "@angular/core": ">=19.0.0",
26
26
  "@angular/material": ">=19.0.0",
27
- "ngx-scrollbar": ">=18.0.0",
27
+ "ngx-scrollbar": ">=19.0.0",
28
28
  "swiper": ">=11.2.6"
29
29
  },
30
30
  "engines": {
@@ -32,13 +32,13 @@
32
32
  "npm": ">9"
33
33
  },
34
34
  "module": "fesm2022/3dsource-source-ui.mjs",
35
- "typings": "index.d.ts",
35
+ "typings": "types/3dsource-source-ui.d.ts",
36
36
  "exports": {
37
37
  "./package.json": {
38
38
  "default": "./package.json"
39
39
  },
40
40
  ".": {
41
- "types": "./index.d.ts",
41
+ "types": "./types/3dsource-source-ui.d.ts",
42
42
  "default": "./fesm2022/3dsource-source-ui.mjs"
43
43
  }
44
44
  }
@@ -317,7 +317,7 @@ declare class ColorPaletteComponent {
317
317
  ctx: _angular_core.WritableSignal<CanvasRenderingContext2D | null>;
318
318
  width: _angular_core.WritableSignal<number>;
319
319
  height: _angular_core.WritableSignal<number>;
320
- _: _angular_core.EffectRef;
320
+ _redraw: _angular_core.EffectRef;
321
321
  _isNeedUpdatePalette: _angular_core.EffectRef;
322
322
  redraw(): void;
323
323
  onMouseUp(): void;