@mongodb-js/compass-indexes 5.22.0 → 5.22.3
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/components/create-index-actions/create-index-actions.d.ts.map +1 -0
- package/dist/components/create-index-actions/index.d.ts.map +1 -0
- package/dist/components/create-index-fields.d.ts.map +1 -0
- package/dist/components/create-index-form/checkbox-input.d.ts.map +1 -0
- package/dist/components/create-index-form/collapsible-input.d.ts.map +1 -0
- package/dist/{src/components → components}/create-index-form/create-index-form.d.ts +2 -2
- package/dist/components/create-index-form/create-index-form.d.ts.map +1 -0
- package/dist/components/create-index-modal/create-index-modal.d.ts.map +1 -0
- package/dist/components/create-index-modal/index.d.ts.map +1 -0
- package/dist/components/indexes/indexes.d.ts.map +1 -0
- package/dist/components/indexes-table/index.d.ts.map +1 -0
- package/dist/{src/components → components}/indexes-table/indexes-table.d.ts +1 -0
- package/dist/components/indexes-table/indexes-table.d.ts.map +1 -0
- package/dist/components/indexes-toolbar/indexes-toolbar.d.ts.map +1 -0
- package/dist/components/regular-indexes-table/badge-with-icon-link.d.ts.map +1 -0
- package/dist/components/regular-indexes-table/index-actions.d.ts.map +1 -0
- package/dist/components/regular-indexes-table/property-field.d.ts.map +1 -0
- package/dist/components/regular-indexes-table/regular-indexes-table.d.ts.map +1 -0
- package/dist/components/regular-indexes-table/size-field.d.ts.map +1 -0
- package/dist/components/regular-indexes-table/type-field.d.ts.map +1 -0
- package/dist/components/regular-indexes-table/usage-field.d.ts.map +1 -0
- package/dist/components/search-index-template-dropdown/index.d.ts.map +1 -0
- package/dist/{src/components → components}/search-indexes-modals/base-search-index-modal.d.ts +1 -2
- package/dist/components/search-indexes-modals/base-search-index-modal.d.ts.map +1 -0
- package/dist/{src/components → components}/search-indexes-modals/create-search-index-modal.d.ts +1 -2
- package/dist/components/search-indexes-modals/create-search-index-modal.d.ts.map +1 -0
- package/dist/components/search-indexes-modals/index.d.ts.map +1 -0
- package/dist/{src/components → components}/search-indexes-modals/update-search-index-modal.d.ts +1 -2
- package/dist/components/search-indexes-modals/update-search-index-modal.d.ts.map +1 -0
- package/dist/components/search-indexes-table/search-index-actions.d.ts.map +1 -0
- package/dist/components/search-indexes-table/search-indexes-table.d.ts.map +1 -0
- package/dist/components/search-indexes-table/zero-graphic.d.ts.map +1 -0
- package/dist/{src/index.d.ts → index.d.ts} +0 -4
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/dist/modules/create-index/error.d.ts.map +1 -0
- package/dist/modules/create-index/fields.d.ts.map +1 -0
- package/dist/{src/modules → modules}/create-index/index.d.ts +0 -1
- package/dist/modules/create-index/index.d.ts.map +1 -0
- package/dist/modules/create-index/options.d.ts.map +1 -0
- package/dist/modules/create-index/partial-filter-expression.d.ts.map +1 -0
- package/dist/modules/data-service.d.ts.map +1 -0
- package/dist/modules/description.d.ts.map +1 -0
- package/dist/modules/in-progress.d.ts.map +1 -0
- package/dist/modules/index-view.d.ts.map +1 -0
- package/dist/{src/modules → modules}/index.d.ts +0 -1
- package/dist/modules/index.d.ts.map +1 -0
- package/dist/modules/is-readonly-view.d.ts.map +1 -0
- package/dist/modules/is-visible.d.ts.map +1 -0
- package/dist/modules/is-writable.d.ts.map +1 -0
- package/dist/modules/namespace.d.ts.map +1 -0
- package/dist/modules/regular-indexes.d.ts.map +1 -0
- package/dist/modules/reset-form.d.ts.map +1 -0
- package/dist/modules/search-indexes.d.ts.map +1 -0
- package/dist/modules/server-version.d.ts.map +1 -0
- package/dist/{src/stores → stores}/create-index.d.ts +2 -2
- package/dist/stores/create-index.d.ts.map +1 -0
- package/dist/{src/stores → stores}/drop-index.d.ts +1 -1
- package/dist/stores/drop-index.d.ts.map +1 -0
- package/dist/{src/stores → stores}/store.d.ts +2 -2
- package/dist/stores/store.d.ts.map +1 -0
- package/dist/utils/columnstore-indexes.d.ts.map +1 -0
- package/dist/utils/index-link-helper.d.ts.map +1 -0
- package/dist/utils/is-action.d.ts.map +1 -0
- package/dist/utils/modal-descriptions.d.ts.map +1 -0
- package/package.json +28 -27
- package/dist/src/components/create-index-actions/create-index-actions.d.ts.map +0 -1
- package/dist/src/components/create-index-actions/index.d.ts.map +0 -1
- package/dist/src/components/create-index-fields.d.ts.map +0 -1
- package/dist/src/components/create-index-form/checkbox-input.d.ts.map +0 -1
- package/dist/src/components/create-index-form/collapsible-input.d.ts.map +0 -1
- package/dist/src/components/create-index-form/create-index-form.d.ts.map +0 -1
- package/dist/src/components/create-index-modal/create-index-modal.d.ts.map +0 -1
- package/dist/src/components/create-index-modal/index.d.ts.map +0 -1
- package/dist/src/components/indexes/indexes.d.ts.map +0 -1
- package/dist/src/components/indexes-table/index.d.ts.map +0 -1
- package/dist/src/components/indexes-table/indexes-table.d.ts.map +0 -1
- package/dist/src/components/indexes-toolbar/indexes-toolbar.d.ts.map +0 -1
- package/dist/src/components/regular-indexes-table/badge-with-icon-link.d.ts.map +0 -1
- package/dist/src/components/regular-indexes-table/index-actions.d.ts.map +0 -1
- package/dist/src/components/regular-indexes-table/property-field.d.ts.map +0 -1
- package/dist/src/components/regular-indexes-table/regular-indexes-table.d.ts.map +0 -1
- package/dist/src/components/regular-indexes-table/size-field.d.ts.map +0 -1
- package/dist/src/components/regular-indexes-table/type-field.d.ts.map +0 -1
- package/dist/src/components/regular-indexes-table/usage-field.d.ts.map +0 -1
- package/dist/src/components/search-index-template-dropdown/index.d.ts.map +0 -1
- package/dist/src/components/search-indexes-modals/base-search-index-modal.d.ts.map +0 -1
- package/dist/src/components/search-indexes-modals/create-search-index-modal.d.ts.map +0 -1
- package/dist/src/components/search-indexes-modals/index.d.ts.map +0 -1
- package/dist/src/components/search-indexes-modals/update-search-index-modal.d.ts.map +0 -1
- package/dist/src/components/search-indexes-table/search-index-actions.d.ts.map +0 -1
- package/dist/src/components/search-indexes-table/search-indexes-table.d.ts.map +0 -1
- package/dist/src/components/search-indexes-table/zero-graphic.d.ts.map +0 -1
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/modules/create-index/error.d.ts.map +0 -1
- package/dist/src/modules/create-index/fields.d.ts.map +0 -1
- package/dist/src/modules/create-index/index.d.ts.map +0 -1
- package/dist/src/modules/create-index/options.d.ts.map +0 -1
- package/dist/src/modules/create-index/partial-filter-expression.d.ts.map +0 -1
- package/dist/src/modules/create-index/schema-fields.d.ts +0 -9
- package/dist/src/modules/create-index/schema-fields.d.ts.map +0 -1
- package/dist/src/modules/data-service.d.ts.map +0 -1
- package/dist/src/modules/description.d.ts.map +0 -1
- package/dist/src/modules/fields.d.ts +0 -18
- package/dist/src/modules/fields.d.ts.map +0 -1
- package/dist/src/modules/in-progress.d.ts.map +0 -1
- package/dist/src/modules/index-view.d.ts.map +0 -1
- package/dist/src/modules/index.d.ts.map +0 -1
- package/dist/src/modules/is-readonly-view.d.ts.map +0 -1
- package/dist/src/modules/is-visible.d.ts.map +0 -1
- package/dist/src/modules/is-writable.d.ts.map +0 -1
- package/dist/src/modules/namespace.d.ts.map +0 -1
- package/dist/src/modules/regular-indexes.d.ts.map +0 -1
- package/dist/src/modules/reset-form.d.ts.map +0 -1
- package/dist/src/modules/search-indexes.d.ts.map +0 -1
- package/dist/src/modules/server-version.d.ts.map +0 -1
- package/dist/src/stores/create-index.d.ts.map +0 -1
- package/dist/src/stores/drop-index.d.ts.map +0 -1
- package/dist/src/stores/store.d.ts.map +0 -1
- package/dist/src/utils/columnstore-indexes.d.ts.map +0 -1
- package/dist/src/utils/index-link-helper.d.ts.map +0 -1
- package/dist/src/utils/is-action.d.ts.map +0 -1
- package/dist/src/utils/modal-descriptions.d.ts.map +0 -1
- /package/dist/{src/components → components}/create-index-actions/create-index-actions.d.ts +0 -0
- /package/dist/{src/components → components}/create-index-actions/index.d.ts +0 -0
- /package/dist/{src/components → components}/create-index-fields.d.ts +0 -0
- /package/dist/{src/components → components}/create-index-form/checkbox-input.d.ts +0 -0
- /package/dist/{src/components → components}/create-index-form/collapsible-input.d.ts +0 -0
- /package/dist/{src/components → components}/create-index-modal/create-index-modal.d.ts +0 -0
- /package/dist/{src/components → components}/create-index-modal/index.d.ts +0 -0
- /package/dist/{src/components → components}/indexes/indexes.d.ts +0 -0
- /package/dist/{src/components → components}/indexes-table/index.d.ts +0 -0
- /package/dist/{src/components → components}/indexes-toolbar/indexes-toolbar.d.ts +0 -0
- /package/dist/{src/components → components}/regular-indexes-table/badge-with-icon-link.d.ts +0 -0
- /package/dist/{src/components → components}/regular-indexes-table/index-actions.d.ts +0 -0
- /package/dist/{src/components → components}/regular-indexes-table/property-field.d.ts +0 -0
- /package/dist/{src/components → components}/regular-indexes-table/regular-indexes-table.d.ts +0 -0
- /package/dist/{src/components → components}/regular-indexes-table/size-field.d.ts +0 -0
- /package/dist/{src/components → components}/regular-indexes-table/type-field.d.ts +0 -0
- /package/dist/{src/components → components}/regular-indexes-table/usage-field.d.ts +0 -0
- /package/dist/{src/components → components}/search-index-template-dropdown/index.d.ts +0 -0
- /package/dist/{src/components → components}/search-indexes-modals/index.d.ts +0 -0
- /package/dist/{src/components → components}/search-indexes-table/search-index-actions.d.ts +0 -0
- /package/dist/{src/components → components}/search-indexes-table/search-indexes-table.d.ts +0 -0
- /package/dist/{src/components → components}/search-indexes-table/zero-graphic.d.ts +0 -0
- /package/dist/{src/modules → modules}/create-index/error.d.ts +0 -0
- /package/dist/{src/modules → modules}/create-index/fields.d.ts +0 -0
- /package/dist/{src/modules → modules}/create-index/options.d.ts +0 -0
- /package/dist/{src/modules → modules}/create-index/partial-filter-expression.d.ts +0 -0
- /package/dist/{src/modules → modules}/data-service.d.ts +0 -0
- /package/dist/{src/modules → modules}/description.d.ts +0 -0
- /package/dist/{src/modules → modules}/in-progress.d.ts +0 -0
- /package/dist/{src/modules → modules}/index-view.d.ts +0 -0
- /package/dist/{src/modules → modules}/is-readonly-view.d.ts +0 -0
- /package/dist/{src/modules → modules}/is-visible.d.ts +0 -0
- /package/dist/{src/modules → modules}/is-writable.d.ts +0 -0
- /package/dist/{src/modules → modules}/namespace.d.ts +0 -0
- /package/dist/{src/modules → modules}/regular-indexes.d.ts +0 -0
- /package/dist/{src/modules → modules}/reset-form.d.ts +0 -0
- /package/dist/{src/modules → modules}/search-indexes.d.ts +0 -0
- /package/dist/{src/modules → modules}/server-version.d.ts +0 -0
- /package/dist/{src/utils → utils}/columnstore-indexes.d.ts +0 -0
- /package/dist/{src/utils → utils}/index-link-helper.d.ts +0 -0
- /package/dist/{src/utils → utils}/is-action.d.ts +0 -0
- /package/dist/{src/utils → utils}/modal-descriptions.d.ts +0 -0
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"modal-descriptions.d.ts","sourceRoot":"","sources":["../../../src/utils/modal-descriptions.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,cAAe,MAAM,gBAMrD,CAAC;AAEF,eAAO,MAAM,sBAAsB,cAAe,MAAM,gBAMvD,CAAC"}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
/package/dist/{src/components → components}/regular-indexes-table/regular-indexes-table.d.ts
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|