.bitmap 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
  2. /**
  3. * The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
  4. * This file should be committed to VCS(version control).
  5. * Components are listed using their component ID (https://harmony-docs.bit.dev/aspects/component/#component-id).
  6. * If you want to delete components you can use the "bit remove <component-id>" command.
  7. * See the docs (https://harmony-docs.bit.dev/building-with-bit/removing-components) for more information, or use "bit remove --help".
  8. */
  9. {
  10. "platformui/action-dynamic": {
  11. "scope": "didi",
  12. "version": "0.0.2",
  13. "mainFile": "index.js",
  14. "rootDir": "src/components/actionDynamic"
  15. },
  16. "platformui/base-header": {
  17. "scope": "platformuiserver",
  18. "version": "0.0.4",
  19. "mainFile": "index.js",
  20. "rootDir": "src/components/baseHeader"
  21. },
  22. "platformui/breadcrumbs": {
  23. "scope": "platformuiserver",
  24. "version": "0.0.4",
  25. "mainFile": "index.js",
  26. "rootDir": "src/components/breadcrumbs"
  27. },
  28. "platformui/code-mirror-input": {
  29. "scope": "platformuiserver",
  30. "version": "0.0.1",
  31. "mainFile": "index.js",
  32. "rootDir": "src/components/codeMirrorInput"
  33. },
  34. "platformui/detial-header": {
  35. "scope": "platformuiserver",
  36. "version": "0.0.2",
  37. "mainFile": "index.js",
  38. "rootDir": "src/components/detialHeader"
  39. },
  40. "platformui/detial-item-title": {
  41. "scope": "platformuiserver",
  42. "version": "0.0.2",
  43. "mainFile": "index.js",
  44. "rootDir": "src/components/detialItemTitle"
  45. },
  46. "platformui/detial-modal-header": {
  47. "scope": "",
  48. "version": "",
  49. "mainFile": "index.js",
  50. "rootDir": "src/components/detialModalHeader"
  51. },
  52. "platformui/detial-table": {
  53. "scope": "platformuiserver",
  54. "version": "0.0.3",
  55. "mainFile": "index.js",
  56. "rootDir": "src/components/detialTable"
  57. },
  58. "$schema-version": "14.9.0"
  59. }