@arsedizioni/ars-utils 19.0.17 → 19.0.19

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": "@arsedizioni/ars-utils",
3
- "version": "19.0.17",
3
+ "version": "19.0.19",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -40,6 +40,10 @@
40
40
  "types": "./clipper.ui/index.d.ts",
41
41
  "default": "./fesm2022/arsedizioni-ars-utils-clipper.ui.mjs"
42
42
  },
43
+ "./evolution.common": {
44
+ "types": "./evolution.common/index.d.ts",
45
+ "default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
46
+ },
43
47
  "./core": {
44
48
  "types": "./core/index.d.ts",
45
49
  "default": "./fesm2022/arsedizioni-ars-utils-core.mjs"
@@ -48,18 +52,14 @@
48
52
  "types": "./help/index.d.ts",
49
53
  "default": "./fesm2022/arsedizioni-ars-utils-help.mjs"
50
54
  },
51
- "./evolution.common": {
52
- "types": "./evolution.common/index.d.ts",
53
- "default": "./fesm2022/arsedizioni-ars-utils-evolution.common.mjs"
55
+ "./support.ui": {
56
+ "types": "./support.ui/index.d.ts",
57
+ "default": "./fesm2022/arsedizioni-ars-utils-support.ui.mjs"
54
58
  },
55
59
  "./support.common": {
56
60
  "types": "./support.common/index.d.ts",
57
61
  "default": "./fesm2022/arsedizioni-ars-utils-support.common.mjs"
58
62
  },
59
- "./support.ui": {
60
- "types": "./support.ui/index.d.ts",
61
- "default": "./fesm2022/arsedizioni-ars-utils-support.ui.mjs"
62
- },
63
63
  "./tinymce": {
64
64
  "types": "./tinymce/index.d.ts",
65
65
  "default": "./fesm2022/arsedizioni-ars-utils-tinymce.mjs"
@@ -53,12 +53,18 @@ export declare class ChipsSelectorComponent implements OnInit, OnDestroy, AfterC
53
53
  * Update container width
54
54
  */
55
55
  private updateContainerWidth;
56
+ /**
57
+ * Get current selection
58
+ * @returns current selection
59
+ */
60
+ private getSelection;
56
61
  /**
57
62
  * Update current value with a little delay
58
63
  */
59
64
  updateValue(): void;
60
65
  /**
61
66
  * Check if a item is selectable
67
+ * @param item: the item to check
62
68
  */
63
69
  isSelectable(item: NameValueItem<any>): boolean;
64
70
  writeValue(value: any): void;