@mongodb-js/compass-indexes 5.11.1 → 5.13.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 (78) hide show
  1. package/dist/browser.js +1 -1
  2. package/dist/browser.js.LICENSE.txt +0 -15
  3. package/dist/index.js +1 -1
  4. package/dist/index.js.LICENSE.txt +0 -15
  5. package/dist/src/components/create-index-modal/create-index-modal.d.ts.map +1 -1
  6. package/dist/src/components/drop-index-modal/index.d.ts.map +1 -1
  7. package/dist/src/components/indexes/indexes.d.ts +2 -2
  8. package/dist/src/components/indexes/indexes.d.ts.map +1 -1
  9. package/dist/src/components/indexes-table/index.d.ts +2 -0
  10. package/dist/src/components/indexes-table/index.d.ts.map +1 -0
  11. package/dist/src/components/indexes-table/indexes-table.d.ts +20 -10
  12. package/dist/src/components/indexes-table/indexes-table.d.ts.map +1 -1
  13. package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts +11 -1
  14. package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts.map +1 -1
  15. package/dist/src/components/regular-indexes-table/badge-with-icon-link.d.ts.map +1 -0
  16. package/dist/src/components/{indexes-table → regular-indexes-table}/index-actions.d.ts +1 -1
  17. package/dist/src/components/regular-indexes-table/index-actions.d.ts.map +1 -0
  18. package/dist/src/components/{indexes-table → regular-indexes-table}/property-field.d.ts +1 -1
  19. package/dist/src/components/regular-indexes-table/property-field.d.ts.map +1 -0
  20. package/dist/src/components/regular-indexes-table/regular-indexes-table.d.ts +14 -0
  21. package/dist/src/components/regular-indexes-table/regular-indexes-table.d.ts.map +1 -0
  22. package/dist/src/components/regular-indexes-table/size-field.d.ts.map +1 -0
  23. package/dist/src/components/{indexes-table → regular-indexes-table}/type-field.d.ts +1 -1
  24. package/dist/src/components/regular-indexes-table/type-field.d.ts.map +1 -0
  25. package/dist/src/components/regular-indexes-table/usage-field.d.ts.map +1 -0
  26. package/dist/src/modules/create-index/error.d.ts +19 -0
  27. package/dist/src/modules/create-index/error.d.ts.map +1 -0
  28. package/dist/src/modules/create-index/index.d.ts +12 -12
  29. package/dist/src/modules/create-index/index.d.ts.map +1 -1
  30. package/dist/src/modules/create-index/options.d.ts.map +1 -1
  31. package/dist/src/modules/data-service.d.ts +5 -5
  32. package/dist/src/modules/data-service.d.ts.map +1 -1
  33. package/dist/src/modules/description.d.ts +1 -1
  34. package/dist/src/modules/description.d.ts.map +1 -1
  35. package/dist/src/modules/drop-index/error.d.ts +19 -0
  36. package/dist/src/modules/drop-index/error.d.ts.map +1 -0
  37. package/dist/src/modules/drop-index/index.d.ts +2 -2
  38. package/dist/src/modules/index.d.ts +9 -12
  39. package/dist/src/modules/index.d.ts.map +1 -1
  40. package/dist/src/modules/is-readonly-view.d.ts +1 -1
  41. package/dist/src/modules/is-readonly-view.d.ts.map +1 -1
  42. package/dist/src/modules/is-writable.d.ts +1 -1
  43. package/dist/src/modules/is-writable.d.ts.map +1 -1
  44. package/dist/src/modules/regular-indexes.d.ts +98 -0
  45. package/dist/src/modules/regular-indexes.d.ts.map +1 -0
  46. package/dist/src/modules/search-indexes.d.ts +23 -0
  47. package/dist/src/modules/search-indexes.d.ts.map +1 -0
  48. package/dist/src/stores/create-index.d.ts +12 -12
  49. package/dist/src/stores/index.d.ts +0 -1
  50. package/dist/src/stores/index.d.ts.map +1 -1
  51. package/dist/src/stores/store.d.ts +27 -2
  52. package/dist/src/stores/store.d.ts.map +1 -1
  53. package/dist/src/utils/is-action.d.ts +3 -0
  54. package/dist/src/utils/is-action.d.ts.map +1 -0
  55. package/package.json +22 -23
  56. package/dist/src/components/indexes-table/badge-with-icon-link.d.ts.map +0 -1
  57. package/dist/src/components/indexes-table/index-actions.d.ts.map +0 -1
  58. package/dist/src/components/indexes-table/property-field.d.ts.map +0 -1
  59. package/dist/src/components/indexes-table/size-field.d.ts.map +0 -1
  60. package/dist/src/components/indexes-table/type-field.d.ts.map +0 -1
  61. package/dist/src/components/indexes-table/usage-field.d.ts.map +0 -1
  62. package/dist/src/modules/error.d.ts +0 -22
  63. package/dist/src/modules/error.d.ts.map +0 -1
  64. package/dist/src/modules/in-progress-indexes.d.ts +0 -41
  65. package/dist/src/modules/in-progress-indexes.d.ts.map +0 -1
  66. package/dist/src/modules/indexes.d.ts +0 -43
  67. package/dist/src/modules/indexes.d.ts.map +0 -1
  68. package/dist/src/modules/is-readonly.d.ts +0 -3
  69. package/dist/src/modules/is-readonly.d.ts.map +0 -1
  70. package/dist/src/modules/is-refreshing.d.ts +0 -19
  71. package/dist/src/modules/is-refreshing.d.ts.map +0 -1
  72. package/dist/src/modules/sort-column.d.ts +0 -6
  73. package/dist/src/modules/sort-column.d.ts.map +0 -1
  74. package/dist/src/modules/sort-order.d.ts +0 -6
  75. package/dist/src/modules/sort-order.d.ts.map +0 -1
  76. /package/dist/src/components/{indexes-table → regular-indexes-table}/badge-with-icon-link.d.ts +0 -0
  77. /package/dist/src/components/{indexes-table → regular-indexes-table}/size-field.d.ts +0 -0
  78. /package/dist/src/components/{indexes-table → regular-indexes-table}/usage-field.d.ts +0 -0
@@ -4,21 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*! *****************************************************************************
8
- Copyright (c) Microsoft Corporation.
9
-
10
- Permission to use, copy, modify, and/or distribute this software for any
11
- purpose with or without fee is hereby granted.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
- PERFORMANCE OF THIS SOFTWARE.
20
- ***************************************************************************** */
21
-
22
7
  /*! @preserve
23
8
  * numeral.js
24
9
  * version : 2.0.6