@cleavelandprice/ngx-lib 4.4.16 → 4.4.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.
|
@@ -128,7 +128,7 @@ declare class UserChooserComponent implements OnInit {
|
|
|
128
128
|
|
|
129
129
|
declare class UserFormFieldComponent implements OnInit {
|
|
130
130
|
#private;
|
|
131
|
-
usersSelected: i0.OutputEmitterRef<string | string[] | UserOrGroup
|
|
131
|
+
usersSelected: i0.OutputEmitterRef<string | UserOrGroup | string[] | UserOrGroup[]>;
|
|
132
132
|
userUnSelected: i0.OutputEmitterRef<string>;
|
|
133
133
|
placeholder: i0.InputSignal<string>;
|
|
134
134
|
clickable: i0.InputSignal<boolean>;
|
|
@@ -158,4 +158,4 @@ declare class MatActiveDirectoryModule {
|
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
export { DefaultUserChooserData, DefaultUserChooserFilterOptions, MatActiveDirectoryModule, UserChooserComponent, UserChooserMode, UserFormFieldComponent };
|
|
161
|
-
export type { UserChooserData, UserChooserFilterOptions, UserChooserPreProcessingGroup };
|
|
161
|
+
export type { SelectableGroup, SelectableUser, UserChooserData, UserChooserFilterOptions, UserChooserPreProcessingGroup };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"comment": "NGX-LIB primary entry point package.json",
|
|
3
3
|
"name": "@cleavelandprice/ngx-lib",
|
|
4
|
-
"version": "4.4.
|
|
4
|
+
"version": "4.4.17",
|
|
5
5
|
"description": "Angular library providing foundational functionality to Cleaveland-Price applications",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "^20.1.0",
|
|
@@ -41,45 +41,45 @@
|
|
|
41
41
|
"types": "./authentication/index.d.ts",
|
|
42
42
|
"default": "./fesm2022/cleavelandprice-ngx-lib-authentication.mjs"
|
|
43
43
|
},
|
|
44
|
-
"./msgraph": {
|
|
45
|
-
"types": "./msgraph/index.d.ts",
|
|
46
|
-
"default": "./fesm2022/cleavelandprice-ngx-lib-msgraph.mjs"
|
|
47
|
-
},
|
|
48
44
|
"./dialog": {
|
|
49
45
|
"types": "./dialog/index.d.ts",
|
|
50
46
|
"default": "./fesm2022/cleavelandprice-ngx-lib-dialog.mjs"
|
|
51
47
|
},
|
|
48
|
+
"./msgraph": {
|
|
49
|
+
"types": "./msgraph/index.d.ts",
|
|
50
|
+
"default": "./fesm2022/cleavelandprice-ngx-lib-msgraph.mjs"
|
|
51
|
+
},
|
|
52
52
|
"./quill": {
|
|
53
53
|
"types": "./quill/index.d.ts",
|
|
54
54
|
"default": "./fesm2022/cleavelandprice-ngx-lib-quill.mjs"
|
|
55
55
|
},
|
|
56
|
-
"./table": {
|
|
57
|
-
"types": "./table/index.d.ts",
|
|
58
|
-
"default": "./fesm2022/cleavelandprice-ngx-lib-table.mjs"
|
|
59
|
-
},
|
|
60
56
|
"./sharepoint": {
|
|
61
57
|
"types": "./sharepoint/index.d.ts",
|
|
62
58
|
"default": "./fesm2022/cleavelandprice-ngx-lib-sharepoint.mjs"
|
|
63
59
|
},
|
|
64
|
-
"./
|
|
65
|
-
"types": "./
|
|
66
|
-
"default": "./fesm2022/cleavelandprice-ngx-lib-
|
|
60
|
+
"./table": {
|
|
61
|
+
"types": "./table/index.d.ts",
|
|
62
|
+
"default": "./fesm2022/cleavelandprice-ngx-lib-table.mjs"
|
|
67
63
|
},
|
|
68
64
|
"./upload": {
|
|
69
65
|
"types": "./upload/index.d.ts",
|
|
70
66
|
"default": "./fesm2022/cleavelandprice-ngx-lib-upload.mjs"
|
|
71
67
|
},
|
|
72
|
-
"./
|
|
73
|
-
"types": "./
|
|
74
|
-
"default": "./fesm2022/cleavelandprice-ngx-lib-
|
|
68
|
+
"./url-utilities": {
|
|
69
|
+
"types": "./url-utilities/index.d.ts",
|
|
70
|
+
"default": "./fesm2022/cleavelandprice-ngx-lib-url-utilities.mjs"
|
|
71
|
+
},
|
|
72
|
+
"./active-directory/material": {
|
|
73
|
+
"types": "./active-directory/material/index.d.ts",
|
|
74
|
+
"default": "./fesm2022/cleavelandprice-ngx-lib-active-directory-material.mjs"
|
|
75
75
|
},
|
|
76
76
|
"./authentication/object": {
|
|
77
77
|
"types": "./authentication/object/index.d.ts",
|
|
78
78
|
"default": "./fesm2022/cleavelandprice-ngx-lib-authentication-object.mjs"
|
|
79
79
|
},
|
|
80
|
-
"./
|
|
81
|
-
"types": "./
|
|
82
|
-
"default": "./fesm2022/cleavelandprice-ngx-lib-
|
|
80
|
+
"./authentication/material": {
|
|
81
|
+
"types": "./authentication/material/index.d.ts",
|
|
82
|
+
"default": "./fesm2022/cleavelandprice-ngx-lib-authentication-material.mjs"
|
|
83
83
|
},
|
|
84
84
|
"./authentication/token": {
|
|
85
85
|
"types": "./authentication/token/index.d.ts",
|