@libs-ui/components-inputs-quill2x 0.2.357-16 → 0.2.357-17

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.
@@ -87,3 +87,15 @@ export interface IQuill2xTextChange {
87
87
  quill: Quill2x;
88
88
  delta: Delta;
89
89
  }
90
+ /**
91
+ * 1 mảnh nội dung bên trong chip mention của blot `mention`.
92
+ * - Mảnh icon: chỉ cần `className`.
93
+ * - Mảnh nhãn: `className` (tuỳ chọn) + `text`.
94
+ *
95
+ * Mảng các mảnh này được JSON.stringify rồi truyền qua `IMentionItem.mentionInsertData()`
96
+ * dưới key `chip` để blot dựng chip giàu thay cho text thuần.
97
+ */
98
+ export interface IQuill2xMentionChipPiece {
99
+ className?: string;
100
+ text?: string;
101
+ }
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-quill2x",
3
- "version": "0.2.357-16",
3
+ "version": "0.2.357-17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",
7
7
  "quill2x": "npm:quill@2.0.3",
8
8
  "@ssumo/quill-resize-module": "1.0.3",
9
- "@libs-ui/components-label": "0.2.357-16",
9
+ "@libs-ui/components-label": "0.2.357-17",
10
10
  "quill-delta": "5.1.0",
11
- "@libs-ui/components-inputs-valid": "0.2.357-16",
12
- "@libs-ui/components-modal": "0.2.357-16",
13
- "@libs-ui/utils": "0.2.357-16",
14
- "@libs-ui/components-buttons-button": "0.2.357-16",
15
- "@libs-ui/components-buttons-select-color": "0.2.357-16",
16
- "@libs-ui/components-dropdown": "0.2.357-16",
17
- "@libs-ui/components-inputs-emoji": "0.2.357-16",
18
- "@libs-ui/components-inputs-input": "0.2.357-16",
19
- "@libs-ui/components-inputs-mention": "0.2.357-16",
20
- "@libs-ui/components-list": "0.2.357-16",
21
- "@libs-ui/components-popover": "0.2.357-16",
22
- "@libs-ui/components-scroll-overlay": "0.2.357-16",
23
- "@libs-ui/components-skeleton": "0.2.357-16",
24
- "@libs-ui/interfaces-types": "0.2.357-16",
25
- "@libs-ui/services-dynamic-component": "0.2.357-16",
26
- "@libs-ui/services-notification": "0.2.357-16",
11
+ "@libs-ui/components-inputs-valid": "0.2.357-17",
12
+ "@libs-ui/components-modal": "0.2.357-17",
13
+ "@libs-ui/utils": "0.2.357-17",
14
+ "@libs-ui/components-buttons-button": "0.2.357-17",
15
+ "@libs-ui/components-buttons-select-color": "0.2.357-17",
16
+ "@libs-ui/components-dropdown": "0.2.357-17",
17
+ "@libs-ui/components-inputs-emoji": "0.2.357-17",
18
+ "@libs-ui/components-inputs-input": "0.2.357-17",
19
+ "@libs-ui/components-inputs-mention": "0.2.357-17",
20
+ "@libs-ui/components-list": "0.2.357-17",
21
+ "@libs-ui/components-popover": "0.2.357-17",
22
+ "@libs-ui/components-scroll-overlay": "0.2.357-17",
23
+ "@libs-ui/components-skeleton": "0.2.357-17",
24
+ "@libs-ui/interfaces-types": "0.2.357-17",
25
+ "@libs-ui/services-dynamic-component": "0.2.357-17",
26
+ "@libs-ui/services-notification": "0.2.357-17",
27
27
  "@ngx-translate/core": "^15.0.0",
28
- "@libs-ui/components-color-picker": "0.2.357-16",
28
+ "@libs-ui/components-color-picker": "0.2.357-17",
29
29
  "rxjs": "~7.8.0",
30
- "@libs-ui/services-http-request": "0.2.357-16"
30
+ "@libs-ui/services-http-request": "0.2.357-17"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "module": "fesm2022/libs-ui-components-inputs-quill2x.mjs",