@mongodb-js/compass-indexes 0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3 → 0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3

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.
@@ -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<(props: Omit<IndexesToolbarProps & {
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">>) => React.ReactElement<{}, string | React.JSXElementConstructor<any>>, {
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,CAqJvE,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,wBAGwD"}
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<(props: Omit<RegularIndexesTableProps & {
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">>) => React.ReactElement<{}, string | React.JSXElementConstructor<any>>, {
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,wBAG6D"}
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<(props: Omit<SearchIndexesTableProps & {
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">>) => React.ReactElement<{}, string | React.JSXElementConstructor<any>>, {
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,wBAG4D"}
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-d91959672b4492495da06396b1fe1fae500455d3",
5
+ "version": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
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-d91959672b4492495da06396b1fe1fae500455d3",
60
- "@mongodb-js/compass-components": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
61
- "@mongodb-js/compass-editor": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
62
- "@mongodb-js/compass-logging": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
63
- "@mongodb-js/compass-workspaces": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
59
+ "@mongodb-js/compass-app-stores": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
60
+ "@mongodb-js/compass-components": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
61
+ "@mongodb-js/compass-editor": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
62
+ "@mongodb-js/compass-logging": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
63
+ "@mongodb-js/compass-workspaces": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
64
64
  "@mongodb-js/mongodb-constants": "^0.8.7",
65
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
65
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
66
66
  "bson": "^6.2.0",
67
- "compass-preferences-model": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
68
- "hadron-app-registry": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
69
- "mongodb-data-service": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
67
+ "compass-preferences-model": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
68
+ "hadron-app-registry": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
69
+ "mongodb-data-service": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
70
70
  "react": "^17.0.2"
71
71
  },
72
72
  "devDependencies": {
73
- "@mongodb-js/compass-collection": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
74
- "@mongodb-js/eslint-config-compass": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
75
- "@mongodb-js/mocha-config-compass": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
76
- "@mongodb-js/prettier-config-compass": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
77
- "@mongodb-js/tsconfig-compass": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
78
- "@mongodb-js/webpack-config-compass": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
73
+ "@mongodb-js/compass-collection": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
74
+ "@mongodb-js/eslint-config-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
75
+ "@mongodb-js/mocha-config-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
76
+ "@mongodb-js/prettier-config-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
77
+ "@mongodb-js/tsconfig-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
78
+ "@mongodb-js/webpack-config-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
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-d91959672b4492495da06396b1fe1fae500455d3",
104
- "@mongodb-js/compass-components": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
105
- "@mongodb-js/compass-editor": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
106
- "@mongodb-js/compass-logging": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
107
- "@mongodb-js/compass-workspaces": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
103
+ "@mongodb-js/compass-app-stores": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
104
+ "@mongodb-js/compass-components": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
105
+ "@mongodb-js/compass-editor": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
106
+ "@mongodb-js/compass-logging": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
107
+ "@mongodb-js/compass-workspaces": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
108
108
  "@mongodb-js/mongodb-constants": "^0.8.7",
109
- "@mongodb-js/mongodb-redux-common": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
109
+ "@mongodb-js/mongodb-redux-common": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
110
110
  "bson": "^6.2.0",
111
- "compass-preferences-model": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
112
- "hadron-app-registry": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3",
113
- "mongodb-data-service": "0.0.0-next-d91959672b4492495da06396b1fe1fae500455d3"
111
+ "compass-preferences-model": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
112
+ "hadron-app-registry": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3",
113
+ "mongodb-data-service": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3"
114
114
  },
115
- "gitHead": "d91959672b4492495da06396b1fe1fae500455d3"
115
+ "gitHead": "8d43c9ed459ca8994e20a2e7918e493722e3d7f3"
116
116
  }