@sourceloop/search-element 5.5.0 → 6.0.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/LICENSE +1 -1
- package/README.md +4 -0
- package/package.json +5 -5
- package/search-element.js +1 -1
- package/styles.css +1 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
An Angular module that exports a component that can enable users to search over configured models using the search microservice provided in the sourceloop microservice catalog.
|
|
4
4
|
|
|
5
|
+
### Deprecation Notice
|
|
6
|
+
|
|
7
|
+
Search-client now supports angular v14, we will provide support for the older version that is based on angular v13 till 30th June 2024.
|
|
8
|
+
|
|
5
9
|
## Angular Module
|
|
6
10
|
|
|
7
11
|
### Installation
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sourceloop/search-element",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "A global search element for search microservice",
|
|
3
|
+
"version": "6.0.0",
|
|
4
|
+
"description": "A global search element for search microservice.",
|
|
5
5
|
"main": "./search-element.js",
|
|
6
6
|
"private": false,
|
|
7
7
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "https://github.com/sourcefuse/
|
|
12
|
+
"url": "https://github.com/sourcefuse/arc-ng-components",
|
|
13
13
|
"directory": "packages/search"
|
|
14
14
|
},
|
|
15
15
|
"publishConfig": {
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
},
|
|
20
20
|
"author": "Sourcefuse",
|
|
21
21
|
"license": "MIT",
|
|
22
|
-
"hash": "
|
|
23
|
-
"gitHead": "
|
|
22
|
+
"hash": "72cd2a21c152e5eb8369112a2ce080d5ec8351dec980782115f88257d9ff0b60",
|
|
23
|
+
"gitHead": "b958bf51faac88b8be0137457fe24394695c55a5"
|
|
24
24
|
}
|