@mongodb-js/compass-indexes 0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3 → 0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d
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/browser.js +1 -1
- package/dist/index.js +1 -1
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts +2 -2
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts.map +1 -1
- package/dist/src/components/regular-indexes-table/regular-indexes-table.d.ts +2 -2
- package/dist/src/components/regular-indexes-table/regular-indexes-table.d.ts.map +1 -1
- package/dist/src/components/search-indexes-table/search-indexes-table.d.ts +2 -2
- package/dist/src/components/search-indexes-table/search-indexes-table.d.ts.map +1 -1
- package/package.json +26 -26
@@ -24,11 +24,11 @@ type CreateIndexButtonProps = {
|
|
24
24
|
onCreateSearchIndex: () => void;
|
25
25
|
};
|
26
26
|
export declare const CreateIndexButton: React.FunctionComponent<CreateIndexButtonProps>;
|
27
|
-
declare const _default: import("react-redux").ConnectedComponent<
|
27
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<Omit<IndexesToolbarProps & {
|
28
28
|
children?: React.ReactNode;
|
29
29
|
}, "readOnly"> & Partial<Pick<IndexesToolbarProps & {
|
30
30
|
children?: React.ReactNode;
|
31
|
-
}, "readOnly"
|
31
|
+
}, "readOnly">>>, {
|
32
32
|
children?: React.ReactNode;
|
33
33
|
errorMessage: string | null;
|
34
34
|
readOnly?: boolean | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"indexes-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/indexes-toolbar/indexes-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA2B3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AA2B1D,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,CAAC;IAEhD,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAEhC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,
|
1
|
+
{"version":3,"file":"indexes-toolbar.d.ts","sourceRoot":"","sources":["../../../../src/components/indexes-toolbar/indexes-toolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AA2B3C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AA2B1D,KAAK,mBAAmB,GAAG;IACzB,SAAS,EAAE,SAAS,CAAC;IACrB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,CAAC;IAEhD,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAChC,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAEhC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAoJvE,CAAC;AAEF,KAAK,sBAAsB,GAAG;IAC5B,wBAAwB,EAAE,OAAO,CAAC;IAClC,sBAAsB,EAAE,OAAO,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC;IACpB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,mBAAmB,EAAE,MAAM,IAAI,CAAC;CACjC,CAAC;AAIF,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CACrD,sBAAsB,CAkDvB,CAAC;;;;;;;;;;;;;;;AAyBF,wBAGiD"}
|
@@ -13,11 +13,11 @@ type RegularIndexesTableProps = {
|
|
13
13
|
error?: string | null;
|
14
14
|
};
|
15
15
|
export declare const RegularIndexesTable: React.FunctionComponent<RegularIndexesTableProps>;
|
16
|
-
declare const _default: import("react-redux").ConnectedComponent<
|
16
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<Omit<RegularIndexesTableProps & {
|
17
17
|
children?: React.ReactNode;
|
18
18
|
}, "readOnly"> & Partial<Pick<RegularIndexesTableProps & {
|
19
19
|
children?: React.ReactNode;
|
20
|
-
}, "readOnly"
|
20
|
+
}, "readOnly">>>, {
|
21
21
|
children?: React.ReactNode;
|
22
22
|
readOnly?: boolean | undefined;
|
23
23
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"regular-indexes-table.d.ts","sourceRoot":"","sources":["../../../../src/components/regular-indexes-table/regular-indexes-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACvB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,KAAK,wBAAwB,GAAG;IAC9B,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,EAAE,CAAC,MAAM,EAAE,iBAAiB,EAAE,SAAS,EAAE,aAAa,KAAK,IAAI,CAAC;IAC3E,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CACvD,wBAAwB,CA4FzB,CAAC;;;;;;;;;;;AAoBF,
|
1
|
+
{"version":3,"file":"regular-indexes-table.d.ts","sourceRoot":"","sources":["../../../../src/components/regular-indexes-table/regular-indexes-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAsB1B,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACvB,MAAM,+BAA+B,CAAC;AAEvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAEnD,KAAK,wBAAwB,GAAG;IAC9B,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,WAAW,EAAE,CAAC,MAAM,EAAE,iBAAiB,EAAE,SAAS,EAAE,aAAa,KAAK,IAAI,CAAC;IAC3E,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,iBAAiB,CACvD,wBAAwB,CA4FzB,CAAC;;;;;;;;;;;AAoBF,wBAGsD"}
|
@@ -17,11 +17,11 @@ type SearchIndexesTableProps = {
|
|
17
17
|
status: SearchIndexesStatus;
|
18
18
|
};
|
19
19
|
export declare const SearchIndexesTable: React.FunctionComponent<SearchIndexesTableProps>;
|
20
|
-
declare const _default: import("react-redux").ConnectedComponent<
|
20
|
+
declare const _default: import("react-redux").ConnectedComponent<React.FunctionComponent<Omit<SearchIndexesTableProps & {
|
21
21
|
children?: React.ReactNode;
|
22
22
|
}, "readOnly"> & Partial<Pick<SearchIndexesTableProps & {
|
23
23
|
children?: React.ReactNode;
|
24
|
-
}, "readOnly"
|
24
|
+
}, "readOnly">>>, {
|
25
25
|
children?: React.ReactNode;
|
26
26
|
readOnly?: boolean | undefined;
|
27
27
|
context?: React.Context<import("react-redux").ReactReduxContextValue<any, import("redux").AnyAction>> | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"search-indexes-table.d.ts","sourceRoot":"","sources":["../../../../src/components/search-indexes-table/search-indexes-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAGzC,OAAO,KAAK,EAAE,WAAW,EAAqB,MAAM,sBAAsB,CAAC;AAY3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AASrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAK9D,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAErC,KAAK,uBAAuB,GAAG;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,CAAC,MAAM,EAAE,gBAAgB,EAAE,SAAS,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1E,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,MAAM,EAAE,mBAAmB,CAAC;CAC7B,CAAC;AAmHF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CACtD,uBAAuB,CA+FxB,CAAC;;;;;;;;;;;AAiBF,
|
1
|
+
{"version":3,"file":"search-indexes-table.d.ts","sourceRoot":"","sources":["../../../../src/components/search-indexes-table/search-indexes-table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAGzC,OAAO,KAAK,EAAE,WAAW,EAAqB,MAAM,sBAAsB,CAAC;AAY3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AASrE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,aAAa,EAAa,MAAM,eAAe,CAAC;AAK9D,eAAO,MAAM,gBAAgB,OAAO,CAAC;AAErC,KAAK,uBAAuB,GAAG;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,CAAC,MAAM,EAAE,gBAAgB,EAAE,SAAS,EAAE,aAAa,KAAK,IAAI,CAAC;IAC1E,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,aAAa,EAAE,MAAM,IAAI,CAAC;IAC1B,MAAM,EAAE,mBAAmB,CAAC;CAC7B,CAAC;AAmHF,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CACtD,uBAAuB,CA+FxB,CAAC;;;;;;;;;;;AAiBF,wBAGqD"}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@mongodb-js/compass-indexes",
|
3
3
|
"productName": "Compass Indexes plugin",
|
4
4
|
"description": "Collection index management for Compass",
|
5
|
-
"version": "0.0.0-next-
|
5
|
+
"version": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
6
6
|
"author": {
|
7
7
|
"name": "MongoDB Inc",
|
8
8
|
"email": "compass@mongodb.com"
|
@@ -56,26 +56,26 @@
|
|
56
56
|
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
|
-
"@mongodb-js/compass-app-stores": "0.0.0-next-
|
60
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
61
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
62
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
63
|
-
"@mongodb-js/compass-workspaces": "0.0.0-next-
|
59
|
+
"@mongodb-js/compass-app-stores": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
60
|
+
"@mongodb-js/compass-components": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
61
|
+
"@mongodb-js/compass-editor": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
62
|
+
"@mongodb-js/compass-logging": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
63
|
+
"@mongodb-js/compass-workspaces": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
64
64
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
65
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
65
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
66
66
|
"bson": "^6.2.0",
|
67
|
-
"compass-preferences-model": "0.0.0-next-
|
68
|
-
"hadron-app-registry": "0.0.0-next-
|
69
|
-
"mongodb-data-service": "0.0.0-next-
|
67
|
+
"compass-preferences-model": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
68
|
+
"hadron-app-registry": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
69
|
+
"mongodb-data-service": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
70
70
|
"react": "^17.0.2"
|
71
71
|
},
|
72
72
|
"devDependencies": {
|
73
|
-
"@mongodb-js/compass-collection": "0.0.0-next-
|
74
|
-
"@mongodb-js/eslint-config-compass": "0.0.0-next-
|
75
|
-
"@mongodb-js/mocha-config-compass": "0.0.0-next-
|
76
|
-
"@mongodb-js/prettier-config-compass": "0.0.0-next-
|
77
|
-
"@mongodb-js/tsconfig-compass": "0.0.0-next-
|
78
|
-
"@mongodb-js/webpack-config-compass": "0.0.0-next-
|
73
|
+
"@mongodb-js/compass-collection": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
74
|
+
"@mongodb-js/eslint-config-compass": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
75
|
+
"@mongodb-js/mocha-config-compass": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
76
|
+
"@mongodb-js/prettier-config-compass": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
77
|
+
"@mongodb-js/tsconfig-compass": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
78
|
+
"@mongodb-js/webpack-config-compass": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
79
79
|
"@testing-library/react": "^12.1.4",
|
80
80
|
"@testing-library/user-event": "^13.5.0",
|
81
81
|
"chai": "^4.2.0",
|
@@ -100,17 +100,17 @@
|
|
100
100
|
"xvfb-maybe": "^0.2.1"
|
101
101
|
},
|
102
102
|
"dependencies": {
|
103
|
-
"@mongodb-js/compass-app-stores": "0.0.0-next-
|
104
|
-
"@mongodb-js/compass-components": "0.0.0-next-
|
105
|
-
"@mongodb-js/compass-editor": "0.0.0-next-
|
106
|
-
"@mongodb-js/compass-logging": "0.0.0-next-
|
107
|
-
"@mongodb-js/compass-workspaces": "0.0.0-next-
|
103
|
+
"@mongodb-js/compass-app-stores": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
104
|
+
"@mongodb-js/compass-components": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
105
|
+
"@mongodb-js/compass-editor": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
106
|
+
"@mongodb-js/compass-logging": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
107
|
+
"@mongodb-js/compass-workspaces": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
108
108
|
"@mongodb-js/mongodb-constants": "^0.8.7",
|
109
|
-
"@mongodb-js/mongodb-redux-common": "0.0.0-next-
|
109
|
+
"@mongodb-js/mongodb-redux-common": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
110
110
|
"bson": "^6.2.0",
|
111
|
-
"compass-preferences-model": "0.0.0-next-
|
112
|
-
"hadron-app-registry": "0.0.0-next-
|
113
|
-
"mongodb-data-service": "0.0.0-next-
|
111
|
+
"compass-preferences-model": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
112
|
+
"hadron-app-registry": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d",
|
113
|
+
"mongodb-data-service": "0.0.0-next-f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d"
|
114
114
|
},
|
115
|
-
"gitHead": "
|
115
|
+
"gitHead": "f48c76c0ba4b3698461312ba0ebfa6f4b1794a8d"
|
116
116
|
}
|