@jbrowse/plugin-authentication 2.14.0 → 2.15.1
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/dist/ExternalTokenModel/model.d.ts +1 -1
- package/dist/HTTPBasicModel/model.d.ts +1 -1
- package/dist/OAuthModel/model.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/esm/ExternalTokenModel/model.d.ts +1 -1
- package/esm/HTTPBasicModel/model.d.ts +1 -1
- package/esm/OAuthModel/model.d.ts +1 -1
- package/esm/index.d.ts +4 -4
- package/package.json +3 -3
|
@@ -73,7 +73,7 @@ declare const stateModelFactory: (configSchema: ExternalTokenInternetAccountConf
|
|
|
73
73
|
readonly authHeader: string;
|
|
74
74
|
readonly tokenType: string;
|
|
75
75
|
readonly domains: string[];
|
|
76
|
-
readonly toggleContents:
|
|
76
|
+
readonly toggleContents: React.ReactNode;
|
|
77
77
|
readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
|
|
78
78
|
readonly selectorLabel: string | undefined;
|
|
79
79
|
} & {
|
|
@@ -87,7 +87,7 @@ declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigMo
|
|
|
87
87
|
readonly authHeader: string;
|
|
88
88
|
readonly tokenType: string;
|
|
89
89
|
readonly domains: string[];
|
|
90
|
-
readonly toggleContents:
|
|
90
|
+
readonly toggleContents: React.ReactNode;
|
|
91
91
|
readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
|
|
92
92
|
readonly selectorLabel: string | undefined;
|
|
93
93
|
} & {
|
|
@@ -117,7 +117,7 @@ declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel)
|
|
|
117
117
|
readonly authHeader: string;
|
|
118
118
|
readonly tokenType: string;
|
|
119
119
|
readonly domains: string[];
|
|
120
|
-
readonly toggleContents:
|
|
120
|
+
readonly toggleContents: React.ReactNode;
|
|
121
121
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
122
122
|
readonly selectorLabel: string | undefined;
|
|
123
123
|
} & {
|
package/dist/index.d.ts
CHANGED
|
@@ -179,7 +179,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
179
179
|
readonly authHeader: string;
|
|
180
180
|
readonly tokenType: string;
|
|
181
181
|
readonly domains: string[];
|
|
182
|
-
readonly toggleContents:
|
|
182
|
+
readonly toggleContents: React.ReactNode;
|
|
183
183
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
184
184
|
readonly selectorLabel: string | undefined;
|
|
185
185
|
} & {
|
|
@@ -353,7 +353,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
353
353
|
readonly authHeader: string;
|
|
354
354
|
readonly tokenType: string;
|
|
355
355
|
readonly domains: string[];
|
|
356
|
-
readonly toggleContents:
|
|
356
|
+
readonly toggleContents: React.ReactNode;
|
|
357
357
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
358
358
|
readonly selectorLabel: string | undefined;
|
|
359
359
|
} & {
|
|
@@ -516,7 +516,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
516
516
|
readonly authHeader: string;
|
|
517
517
|
readonly tokenType: string;
|
|
518
518
|
readonly domains: string[];
|
|
519
|
-
readonly toggleContents:
|
|
519
|
+
readonly toggleContents: React.ReactNode;
|
|
520
520
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
521
521
|
readonly selectorLabel: string | undefined;
|
|
522
522
|
} & {
|
|
@@ -851,7 +851,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
851
851
|
readonly authHeader: string;
|
|
852
852
|
readonly tokenType: string;
|
|
853
853
|
readonly domains: string[];
|
|
854
|
-
readonly toggleContents:
|
|
854
|
+
readonly toggleContents: React.ReactNode;
|
|
855
855
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
856
856
|
readonly selectorLabel: string | undefined;
|
|
857
857
|
} & {
|
|
@@ -73,7 +73,7 @@ declare const stateModelFactory: (configSchema: ExternalTokenInternetAccountConf
|
|
|
73
73
|
readonly authHeader: string;
|
|
74
74
|
readonly tokenType: string;
|
|
75
75
|
readonly domains: string[];
|
|
76
|
-
readonly toggleContents:
|
|
76
|
+
readonly toggleContents: React.ReactNode;
|
|
77
77
|
readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
|
|
78
78
|
readonly selectorLabel: string | undefined;
|
|
79
79
|
} & {
|
|
@@ -87,7 +87,7 @@ declare const stateModelFactory: (configSchema: HTTPBasicInternetAccountConfigMo
|
|
|
87
87
|
readonly authHeader: string;
|
|
88
88
|
readonly tokenType: string;
|
|
89
89
|
readonly domains: string[];
|
|
90
|
-
readonly toggleContents:
|
|
90
|
+
readonly toggleContents: React.ReactNode;
|
|
91
91
|
readonly SelectorComponent: import("@jbrowse/core/util/types").AnyReactComponentType | undefined;
|
|
92
92
|
readonly selectorLabel: string | undefined;
|
|
93
93
|
} & {
|
|
@@ -117,7 +117,7 @@ declare const stateModelFactory: (configSchema: OAuthInternetAccountConfigModel)
|
|
|
117
117
|
readonly authHeader: string;
|
|
118
118
|
readonly tokenType: string;
|
|
119
119
|
readonly domains: string[];
|
|
120
|
-
readonly toggleContents:
|
|
120
|
+
readonly toggleContents: React.ReactNode;
|
|
121
121
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
122
122
|
readonly selectorLabel: string | undefined;
|
|
123
123
|
} & {
|
package/esm/index.d.ts
CHANGED
|
@@ -179,7 +179,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
179
179
|
readonly authHeader: string;
|
|
180
180
|
readonly tokenType: string;
|
|
181
181
|
readonly domains: string[];
|
|
182
|
-
readonly toggleContents:
|
|
182
|
+
readonly toggleContents: React.ReactNode;
|
|
183
183
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
184
184
|
readonly selectorLabel: string | undefined;
|
|
185
185
|
} & {
|
|
@@ -353,7 +353,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
353
353
|
readonly authHeader: string;
|
|
354
354
|
readonly tokenType: string;
|
|
355
355
|
readonly domains: string[];
|
|
356
|
-
readonly toggleContents:
|
|
356
|
+
readonly toggleContents: React.ReactNode;
|
|
357
357
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
358
358
|
readonly selectorLabel: string | undefined;
|
|
359
359
|
} & {
|
|
@@ -516,7 +516,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
516
516
|
readonly authHeader: string;
|
|
517
517
|
readonly tokenType: string;
|
|
518
518
|
readonly domains: string[];
|
|
519
|
-
readonly toggleContents:
|
|
519
|
+
readonly toggleContents: React.ReactNode;
|
|
520
520
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
521
521
|
readonly selectorLabel: string | undefined;
|
|
522
522
|
} & {
|
|
@@ -851,7 +851,7 @@ export default class AuthenticationPlugin extends Plugin {
|
|
|
851
851
|
readonly authHeader: string;
|
|
852
852
|
readonly tokenType: string;
|
|
853
853
|
readonly domains: string[];
|
|
854
|
-
readonly toggleContents:
|
|
854
|
+
readonly toggleContents: React.ReactNode;
|
|
855
855
|
readonly SelectorComponent: import("@jbrowse/core/util").AnyReactComponentType | undefined;
|
|
856
856
|
readonly selectorLabel: string | undefined;
|
|
857
857
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-authentication",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.15.1",
|
|
4
4
|
"description": "JBrowse 2 Authentication",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"@jbrowse/core": "^2.0.0",
|
|
44
|
-
"@mui/material": "^
|
|
44
|
+
"@mui/material": "^6.0.0",
|
|
45
45
|
"mobx": "^6.0.0",
|
|
46
46
|
"mobx-react": "^9.0.0",
|
|
47
47
|
"mobx-state-tree": "^5.0.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"distModule": "esm/index.js",
|
|
56
56
|
"srcModule": "src/index.ts",
|
|
57
57
|
"module": "esm/index.js",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "86ed70124fc5a0b1161266659d1ca9f8796bf3fe"
|
|
59
59
|
}
|