@mongodb-js/compass-indexes 5.5.3 → 5.7.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.
Files changed (72) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +0 -4
  3. package/dist/index.js +1 -1
  4. package/dist/index.js.LICENSE.txt +0 -4
  5. package/dist/src/components/create-index-fields.d.ts.map +1 -1
  6. package/dist/src/components/create-index-form/checkbox-input.d.ts +19 -0
  7. package/dist/src/components/create-index-form/checkbox-input.d.ts.map +1 -0
  8. package/dist/src/components/create-index-form/collapsible-input.d.ts +24 -0
  9. package/dist/src/components/create-index-form/collapsible-input.d.ts.map +1 -0
  10. package/dist/src/components/create-index-form/create-index-form.d.ts +1 -29
  11. package/dist/src/components/create-index-form/create-index-form.d.ts.map +1 -1
  12. package/dist/src/components/create-index-modal/create-index-modal.d.ts.map +1 -1
  13. package/dist/src/components/drop-index-modal/index.d.ts.map +1 -1
  14. package/dist/src/modules/create-index/fields.d.ts.map +1 -1
  15. package/dist/src/modules/create-index/index.d.ts +49 -22
  16. package/dist/src/modules/create-index/index.d.ts.map +1 -1
  17. package/dist/src/modules/create-index/new-index-field.d.ts.map +1 -1
  18. package/dist/src/modules/create-index/options.d.ts +92 -0
  19. package/dist/src/modules/create-index/options.d.ts.map +1 -0
  20. package/dist/src/modules/error.d.ts +2 -1
  21. package/dist/src/modules/error.d.ts.map +1 -1
  22. package/dist/src/modules/in-progress.d.ts.map +1 -1
  23. package/dist/src/modules/is-visible.d.ts.map +1 -1
  24. package/dist/src/stores/create-index.d.ts +56 -1
  25. package/dist/src/stores/create-index.d.ts.map +1 -1
  26. package/dist/src/utils/columnstore-indexes.d.ts +5 -0
  27. package/dist/src/utils/columnstore-indexes.d.ts.map +1 -0
  28. package/package.json +24 -25
  29. package/dist/src/components/create-index-form/columnstore-projection.d.ts +0 -10
  30. package/dist/src/components/create-index-form/columnstore-projection.d.ts.map +0 -1
  31. package/dist/src/components/create-index-form/custom-collation.d.ts +0 -10
  32. package/dist/src/components/create-index-form/custom-collation.d.ts.map +0 -1
  33. package/dist/src/components/create-index-form/index-name.d.ts +0 -10
  34. package/dist/src/components/create-index-form/index-name.d.ts.map +0 -1
  35. package/dist/src/components/create-index-form/partial-filter-expression.d.ts +0 -10
  36. package/dist/src/components/create-index-form/partial-filter-expression.d.ts.map +0 -1
  37. package/dist/src/components/create-index-form/sparse-index.d.ts +0 -8
  38. package/dist/src/components/create-index-form/sparse-index.d.ts.map +0 -1
  39. package/dist/src/components/create-index-form/ttl.d.ts +0 -10
  40. package/dist/src/components/create-index-form/ttl.d.ts.map +0 -1
  41. package/dist/src/components/create-index-form/unique-index.d.ts +0 -8
  42. package/dist/src/components/create-index-form/unique-index.d.ts.map +0 -1
  43. package/dist/src/components/create-index-form/wildcard-projection.d.ts +0 -10
  44. package/dist/src/components/create-index-form/wildcard-projection.d.ts.map +0 -1
  45. package/dist/src/modules/create-index/collation-string.d.ts +0 -6
  46. package/dist/src/modules/create-index/collation-string.d.ts.map +0 -1
  47. package/dist/src/modules/create-index/columnstore-projection.d.ts +0 -6
  48. package/dist/src/modules/create-index/columnstore-projection.d.ts.map +0 -1
  49. package/dist/src/modules/create-index/is-sparse.d.ts +0 -13
  50. package/dist/src/modules/create-index/is-sparse.d.ts.map +0 -1
  51. package/dist/src/modules/create-index/is-unique.d.ts +0 -9
  52. package/dist/src/modules/create-index/is-unique.d.ts.map +0 -1
  53. package/dist/src/modules/create-index/name.d.ts +0 -9
  54. package/dist/src/modules/create-index/name.d.ts.map +0 -1
  55. package/dist/src/modules/create-index/ttl.d.ts +0 -9
  56. package/dist/src/modules/create-index/ttl.d.ts.map +0 -1
  57. package/dist/src/modules/create-index/use-columnstore-projection.d.ts +0 -9
  58. package/dist/src/modules/create-index/use-columnstore-projection.d.ts.map +0 -1
  59. package/dist/src/modules/create-index/use-custom-collation.d.ts +0 -9
  60. package/dist/src/modules/create-index/use-custom-collation.d.ts.map +0 -1
  61. package/dist/src/modules/create-index/use-index-name.d.ts +0 -9
  62. package/dist/src/modules/create-index/use-index-name.d.ts.map +0 -1
  63. package/dist/src/modules/create-index/use-partial-filter-expression.d.ts +0 -9
  64. package/dist/src/modules/create-index/use-partial-filter-expression.d.ts.map +0 -1
  65. package/dist/src/modules/create-index/use-ttl.d.ts +0 -9
  66. package/dist/src/modules/create-index/use-ttl.d.ts.map +0 -1
  67. package/dist/src/modules/create-index/use-wildcard-projection.d.ts +0 -9
  68. package/dist/src/modules/create-index/use-wildcard-projection.d.ts.map +0 -1
  69. package/dist/src/modules/create-index/wildcard-projection.d.ts +0 -6
  70. package/dist/src/modules/create-index/wildcard-projection.d.ts.map +0 -1
  71. package/dist/src/utils/has-columnstore-indexes-support.d.ts +0 -2
  72. package/dist/src/utils/has-columnstore-indexes-support.d.ts.map +0 -1
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- declare type TTL = {
3
- useTtl: boolean;
4
- toggleUseTtl: (useTtl: boolean) => void;
5
- ttl?: string;
6
- ttlChanged: (ttl: string) => void;
7
- };
8
- declare const TTLCollapsibleFieldSet: ({ useTtl, toggleUseTtl, ttl, ttlChanged, }: TTL) => JSX.Element;
9
- export default TTLCollapsibleFieldSet;
10
- //# sourceMappingURL=ttl.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ttl.d.ts","sourceRoot":"","sources":["../../../../src/components/create-index-form/ttl.tsx"],"names":[],"mappings":";AAGA,aAAK,GAAG,GAAG;IACT,MAAM,EAAE,OAAO,CAAC;IAChB,YAAY,EAAE,CAAC,MAAM,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,QAAA,MAAM,sBAAsB,+CAKzB,GAAG,gBAmBL,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- declare type UniqueIndex = {
3
- isUnique: boolean;
4
- toggleIsUnique: (isUnique: boolean) => void;
5
- };
6
- declare const UniqueIndexCheckbox: ({ isUnique, toggleIsUnique }: UniqueIndex) => JSX.Element;
7
- export default UniqueIndexCheckbox;
8
- //# sourceMappingURL=unique-index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unique-index.d.ts","sourceRoot":"","sources":["../../../../src/components/create-index-form/unique-index.tsx"],"names":[],"mappings":";AAOA,aAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;CAC7C,CAAC;AAEF,QAAA,MAAM,mBAAmB,iCAAkC,WAAW,gBAoBrE,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- declare type WildcardProjection = {
3
- useWildcardProjection: boolean;
4
- toggleUseWildcardProjection: (useWildcardProjection: boolean) => void;
5
- wildcardProjection?: string;
6
- wildcardProjectionChanged: (wildcardProjection: string) => void;
7
- };
8
- declare const WildcardProjectionCollapsibleFieldSet: ({ useWildcardProjection, toggleUseWildcardProjection, wildcardProjection, wildcardProjectionChanged, }: WildcardProjection) => JSX.Element;
9
- export default WildcardProjectionCollapsibleFieldSet;
10
- //# sourceMappingURL=wildcard-projection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wildcard-projection.d.ts","sourceRoot":"","sources":["../../../../src/components/create-index-form/wildcard-projection.tsx"],"names":[],"mappings":";AAIA,aAAK,kBAAkB,GAAG;IACxB,qBAAqB,EAAE,OAAO,CAAC;IAC/B,2BAA2B,EAAE,CAAC,qBAAqB,EAAE,OAAO,KAAK,IAAI,CAAC;IACtE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,yBAAyB,EAAE,CAAC,kBAAkB,EAAE,MAAM,KAAK,IAAI,CAAC;CACjE,CAAC;AAEF,QAAA,MAAM,qCAAqC,2GAKxC,kBAAkB,gBAmBpB,CAAC;AAEF,eAAe,qCAAqC,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const COLLATION_STRING_CHANGED = "indexes/create-indexes/collation-string/COLLATION_STRING_CHANGED";
3
- export declare const INITIAL_STATE = "";
4
- export default function reducer(state: string | undefined, action: AnyAction): string;
5
- export declare const collationStringChanged: (collationString: string) => AnyAction;
6
- //# sourceMappingURL=collation-string.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"collation-string.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/collation-string.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,wBAAwB,qEAC+B,CAAC;AAKrE,eAAO,MAAM,aAAa,KAAK,CAAC;AAUhC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,oBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,MAAM,CAKR;AASD,eAAO,MAAM,sBAAsB,oBAAqB,MAAM,KAAG,SAEhE,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const COLUMNSTORE_PROJECTION_CHANGED = "indexes/create-index/columnstore-projection/COLUMNSTORE_PROJECTION_CHANGED";
3
- export declare const INITIAL_STATE = "";
4
- export default function reducer(state: string | undefined, action: AnyAction): string;
5
- export declare const columnstoreProjectionChanged: (columnstoreProjection: string) => AnyAction;
6
- //# sourceMappingURL=columnstore-projection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"columnstore-projection.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/columnstore-projection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,8BAA8B,+EACmC,CAAC;AAK/E,eAAO,MAAM,aAAa,KAAK,CAAC;AAUhC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,oBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,MAAM,CAKR;AASD,eAAO,MAAM,4BAA4B,0BAChB,MAAM,KAC5B,SAGD,CAAC"}
@@ -1,13 +0,0 @@
1
- declare enum ActionTypes {
2
- ToggleIsSparse = "indexes/create-indexes/is-sparse/ToggleIsSparse"
3
- }
4
- declare type ToggleIsSparseAction = {
5
- type: ActionTypes.ToggleIsSparse;
6
- isSparse: boolean;
7
- };
8
- declare type State = boolean;
9
- export declare const INITIAL_STATE: State;
10
- export default function reducer(state: boolean | undefined, action: ToggleIsSparseAction): boolean;
11
- export declare const toggleIsSparse: (isSparse: boolean) => ToggleIsSparseAction;
12
- export {};
13
- //# sourceMappingURL=is-sparse.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-sparse.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/is-sparse.ts"],"names":[],"mappings":"AAAA,aAAK,WAAW;IACd,cAAc,oDAAoD;CACnE;AAED,aAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,WAAW,CAAC,cAAc,CAAC;IACjC,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,aAAK,KAAK,GAAG,OAAO,CAAC;AAErB,eAAO,MAAM,aAAa,EAAE,KAAa,CAAC;AAE1C,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAuB,EAC5B,MAAM,EAAE,oBAAoB,GAC3B,OAAO,CAKT;AAED,eAAO,MAAM,cAAc,aAAc,OAAO,KAAG,oBAGjD,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TOGGLE_IS_UNIQUE = "indexes/create-indexes/is-unique/TOGGLE_IS_UNIQUE";
3
- export declare const INITIAL_STATE = false;
4
- export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
5
- export declare const toggleIsUnique: (isUnique: boolean) => {
6
- type: string;
7
- isUnique: boolean;
8
- };
9
- //# sourceMappingURL=is-unique.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-unique.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/is-unique.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,gBAAgB,sDACwB,CAAC;AAKtD,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAKT;AASD,eAAO,MAAM,cAAc,aAAc,OAAO;;;CAG9C,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const NAME_CHANGED = "indexes/create-index/name/NAME_CHANGED";
3
- export declare const INITIAL_STATE = "";
4
- export default function reducer(state: string | undefined, action: AnyAction): string;
5
- export declare const nameChanged: (name: string) => {
6
- type: string;
7
- name: string;
8
- };
9
- //# sourceMappingURL=name.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"name.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/name.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,YAAY,2CAA2C,CAAC;AAKrE,eAAO,MAAM,aAAa,KAAK,CAAC;AAUhC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,oBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,MAAM,CAKR;AASD,eAAO,MAAM,WAAW,SAAU,MAAM;;;CAGtC,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TTL_CHANGED = "indexes/create-index/ttl/TTL_CHANGED";
3
- export declare const INITIAL_STATE = "";
4
- export default function reducer(state: string | undefined, action: AnyAction): string;
5
- export declare const ttlChanged: (ttl: string) => {
6
- type: string;
7
- ttl: string;
8
- };
9
- //# sourceMappingURL=ttl.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ttl.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/ttl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,WAAW,yCAAyC,CAAC;AAKlE,eAAO,MAAM,aAAa,KAAK,CAAC;AAUhC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,oBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,MAAM,CAKR;AASD,eAAO,MAAM,UAAU,QAAS,MAAM;;;CAGpC,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TOGGLE_USE_COLUMNSTORE_PROJECTION = "indexes/create-indexes/use-columnstore/TOGGLE_USE_COLUMNSTORE_PROJECTION";
3
- export declare const INITIAL_STATE = false;
4
- export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
5
- export declare const toggleUseColumnstoreProjection: (useColumnstoreProjection: boolean) => {
6
- type: string;
7
- useColumnstoreProjection: boolean;
8
- };
9
- //# sourceMappingURL=use-columnstore-projection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-columnstore-projection.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/use-columnstore-projection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,iCAAiC,6EAC8B,CAAC;AAK7E,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAKT;AASD,eAAO,MAAM,8BAA8B,6BACf,OAAO;;;CAIjC,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TOGGLE_USE_CUSTOM_COLLATION = "indexes/create-index/use-custom-collation/TOGGLE_USE_CUSTOM_COLLATION";
3
- export declare const INITIAL_STATE = false;
4
- export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
5
- export declare const toggleUseCustomCollation: (useCustomCollation: boolean) => {
6
- type: string;
7
- useCustomCollation: boolean;
8
- };
9
- //# sourceMappingURL=use-custom-collation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-custom-collation.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/use-custom-collation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,2BAA2B,0EACiC,CAAC;AAK1E,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAKT;AASD,eAAO,MAAM,wBAAwB,uBAAwB,OAAO;;;CAGlE,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TOGGLE_USE_INDEX_NAME = "indexes/create-indexes/use-index-name/TOGGLE_USE_INDEX_NAME";
3
- export declare const INITIAL_STATE = false;
4
- export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
5
- export declare const toggleUseIndexName: (useIndexName: boolean) => {
6
- type: string;
7
- useIndexName: boolean;
8
- };
9
- //# sourceMappingURL=use-index-name.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-index-name.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/use-index-name.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,qBAAqB,gEAC6B,CAAC;AAKhE,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAKT;AASD,eAAO,MAAM,kBAAkB,iBAAkB,OAAO;;;CAGtD,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TOGGLE_USE_PARTIAL_FILTER_EXPRESSION = "indexes/create-indexes/use-partial_filter_expression/TOGGLE_USE_PARTIAL_FILTER_EXPRESSION";
3
- export declare const INITIAL_STATE = false;
4
- export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
5
- export declare const toggleUsePartialFilterExpression: (usePartialFilterExpression: boolean) => {
6
- type: string;
7
- usePartialFilterExpression: boolean;
8
- };
9
- //# sourceMappingURL=use-partial-filter-expression.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-partial-filter-expression.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/use-partial-filter-expression.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,oCAAoC,8FAC4C,CAAC;AAK9F,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAKT;AASD,eAAO,MAAM,gCAAgC,+BACf,OAAO;;;CAInC,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TOGGLE_USE_TTL = "indexes/create-indexes/use-ttl/TOGGLE_USE_TTL";
3
- export declare const INITIAL_STATE = false;
4
- export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
5
- export declare const toggleUseTtl: (useTtl: boolean) => {
6
- type: string;
7
- useTtl: boolean;
8
- };
9
- //# sourceMappingURL=use-ttl.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-ttl.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/use-ttl.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,cAAc,kDAAkD,CAAC;AAK9E,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAKT;AASD,eAAO,MAAM,YAAY,WAAY,OAAO;;;CAG1C,CAAC"}
@@ -1,9 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const TOGGLE_USE_WILDCARD_PROJECTION = "indexes/create-indexes/use-wildcard-projection/TOGGLE_USE_WILDCARD_PROJECTION";
3
- export declare const INITIAL_STATE = false;
4
- export default function reducer(state: boolean | undefined, action: AnyAction): boolean;
5
- export declare const toggleUseWildcardProjection: (useWildcardProjection: boolean) => {
6
- type: string;
7
- useWildcardProjection: boolean;
8
- };
9
- //# sourceMappingURL=use-wildcard-projection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-wildcard-projection.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/use-wildcard-projection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,8BAA8B,kFACsC,CAAC;AAKlF,eAAO,MAAM,aAAa,QAAQ,CAAC;AAUnC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,qBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,OAAO,CAKT;AASD,eAAO,MAAM,2BAA2B,0BACf,OAAO;;;CAI9B,CAAC"}
@@ -1,6 +0,0 @@
1
- import type { AnyAction } from 'redux';
2
- export declare const WILDCARD_PROJECTION_CHANGED = "indexes/create-index/wildcard-projection/WILDCARD_PROJECTION_CHANGED";
3
- export declare const INITIAL_STATE = "";
4
- export default function reducer(state: string | undefined, action: AnyAction): string;
5
- export declare const wildcardProjectionChanged: (wildcardProjection: string) => AnyAction;
6
- //# sourceMappingURL=wildcard-projection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wildcard-projection.d.ts","sourceRoot":"","sources":["../../../../src/modules/create-index/wildcard-projection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAKvC,eAAO,MAAM,2BAA2B,yEACgC,CAAC;AAKzE,eAAO,MAAM,aAAa,KAAK,CAAC;AAUhC,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,KAAK,oBAAgB,EACrB,MAAM,EAAE,SAAS,GAChB,MAAM,CAKR;AASD,eAAO,MAAM,yBAAyB,uBAChB,MAAM,KACzB,SAGD,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare function hasColumnstoreIndexesSupport(serverVersion: string | undefined | null): boolean;
2
- //# sourceMappingURL=has-columnstore-indexes-support.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"has-columnstore-indexes-support.d.ts","sourceRoot":"","sources":["../../../src/utils/has-columnstore-indexes-support.ts"],"names":[],"mappings":"AAIA,wBAAgB,4BAA4B,CAC1C,aAAa,EAAE,MAAM,GAAG,SAAS,GAAG,IAAI,GACvC,OAAO,CAST"}