@omnia/fx-sp 8.0.482-dev → 8.0.483-dev
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare namespace QueryFilterBuilderLocalization {
|
|
2
|
-
|
|
2
|
+
type NamespaceType = "Omnia.Ux.QueryFilterBuilder";
|
|
3
|
+
const namespace: "Omnia.Ux.QueryFilterBuilder";
|
|
3
4
|
interface locInterface {
|
|
4
5
|
Search: string;
|
|
5
6
|
HideFilterButton: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx-sp",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.483-dev",
|
|
5
5
|
"description": "Provide Omnia Fx Sharepoint Stuffs.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"author": "Omnia Digital Workplace AB",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@omnia/fx": "8.0.
|
|
23
|
-
"@omnia/fx-sp-models": "8.0.
|
|
22
|
+
"@omnia/fx": "8.0.483-dev",
|
|
23
|
+
"@omnia/fx-sp-models": "8.0.483-dev"
|
|
24
24
|
},
|
|
25
25
|
"typings": "./index.d.ts",
|
|
26
26
|
"bugs": {
|