@agorapulse/ui-components 20.3.43 → 20.3.44
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.
|
Binary file
|
package/avatar/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ declare class AvatarComponent {
|
|
|
46
46
|
private ngStyle;
|
|
47
47
|
profilePicture: _angular_core.InputSignal<string | undefined>;
|
|
48
48
|
alt: _angular_core.InputSignal<string>;
|
|
49
|
-
network: _angular_core.InputSignalWithTransform<"bluesky" | "facebook" | "instagram" | "linkedin" | "youtube" | "meta" | "google" | "twitter" | "pinterest" | "threads" | "tiktok" | "webBlog" | "webNews" | "X" | "xPlus" | "reddit" | undefined, string | undefined>;
|
|
49
|
+
network: _angular_core.InputSignalWithTransform<"bluesky" | "facebook" | "instagram" | "linkedin" | "web" | "youtube" | "meta" | "google" | "twitter" | "pinterest" | "threads" | "tiktok" | "webBlog" | "webNews" | "X" | "xPlus" | "reddit" | undefined, string | undefined>;
|
|
50
50
|
size: _angular_core.InputSignal<AvatarSize | "16" | "32" | "24" | "56" | "48" | "40" | "36">;
|
|
51
51
|
username: _angular_core.InputSignal<string | undefined>;
|
|
52
52
|
showInitials: _angular_core.InputSignal<string | boolean | undefined>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agorapulse/ui-components",
|
|
3
3
|
"description": "Agorapulse UI Components Library",
|
|
4
|
-
"version": "20.3.
|
|
4
|
+
"version": "20.3.44",
|
|
5
5
|
"author": "Benoit Hediard",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"types": "./index.d.ts",
|
|
37
37
|
"default": "./fesm2022/agorapulse-ui-components.mjs"
|
|
38
38
|
},
|
|
39
|
-
"./add-comment": {
|
|
40
|
-
"types": "./add-comment/index.d.ts",
|
|
41
|
-
"default": "./fesm2022/agorapulse-ui-components-add-comment.mjs"
|
|
42
|
-
},
|
|
43
39
|
"./action-dropdown": {
|
|
44
40
|
"types": "./action-dropdown/index.d.ts",
|
|
45
41
|
"default": "./fesm2022/agorapulse-ui-components-action-dropdown.mjs"
|
|
46
42
|
},
|
|
43
|
+
"./add-comment": {
|
|
44
|
+
"types": "./add-comment/index.d.ts",
|
|
45
|
+
"default": "./fesm2022/agorapulse-ui-components-add-comment.mjs"
|
|
46
|
+
},
|
|
47
47
|
"./autocomplete": {
|
|
48
48
|
"types": "./autocomplete/index.d.ts",
|
|
49
49
|
"default": "./fesm2022/agorapulse-ui-components-autocomplete.mjs"
|
package/select/index.d.ts
CHANGED
|
@@ -106,7 +106,7 @@ declare class DropdownItemMultipleOneLineComponent {
|
|
|
106
106
|
onlyText: string;
|
|
107
107
|
isFeatureLocked: _angular_core.InputSignal<boolean>;
|
|
108
108
|
roundedAvatar: _angular_core.InputSignal<boolean>;
|
|
109
|
-
network: _angular_core.InputSignal<"meta" | "bluesky" | "facebook" | "instagram" | "linkedin" | "youtube" | "google" | "twitter" | "pinterest" | "threads" | "tiktok" | "webBlog" | "webNews" | "X" | "xPlus" | "reddit" | undefined>;
|
|
109
|
+
network: _angular_core.InputSignal<"meta" | "bluesky" | "facebook" | "instagram" | "linkedin" | "web" | "youtube" | "google" | "twitter" | "pinterest" | "threads" | "tiktok" | "webBlog" | "webNews" | "X" | "xPlus" | "reddit" | undefined>;
|
|
110
110
|
symbolColor: _angular_core.InputSignal<string | undefined>;
|
|
111
111
|
symbolTooltipText: _angular_core.InputSignal<string | undefined>;
|
|
112
112
|
selectOnly: _angular_core.OutputEmitterRef<void>;
|
|
@@ -137,7 +137,7 @@ declare class DropdownItemMultipleTwoLinesComponent {
|
|
|
137
137
|
onlyText: string;
|
|
138
138
|
isFeatureLocked: _angular_core.InputSignal<boolean>;
|
|
139
139
|
roundedAvatar: _angular_core.InputSignal<boolean>;
|
|
140
|
-
network: _angular_core.InputSignal<"meta" | "bluesky" | "facebook" | "instagram" | "linkedin" | "youtube" | "google" | "twitter" | "pinterest" | "threads" | "tiktok" | "webBlog" | "webNews" | "X" | "xPlus" | "reddit" | undefined>;
|
|
140
|
+
network: _angular_core.InputSignal<"meta" | "bluesky" | "facebook" | "instagram" | "linkedin" | "web" | "youtube" | "google" | "twitter" | "pinterest" | "threads" | "tiktok" | "webBlog" | "webNews" | "X" | "xPlus" | "reddit" | undefined>;
|
|
141
141
|
symbolColor: _angular_core.InputSignal<string | undefined>;
|
|
142
142
|
symbolTooltipText: _angular_core.InputSignal<string | undefined>;
|
|
143
143
|
selectOnly: EventEmitter<void>;
|