@hybridcore/ui 1.6.25 → 1.6.27

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 (58) hide show
  1. package/CATALOG.md +1 -0
  2. package/dist/{AccordionSummary-c6-Buzbq.js → AccordionSummary-B6-hHjCC.js} +3 -3
  3. package/dist/{Add-CB4mPrke.js → Add-eXYPgCCB.js} +1 -1
  4. package/dist/{Alert-BsT46Tgd.js → Alert-OoSOUjZM.js} +2 -2
  5. package/dist/{Button-BMUZn0cT.js → Button-gZFgy23t.js} +1 -1
  6. package/dist/{ButtonBase-DG5J0YgP.js → ButtonBase-Dgg9dzM8.js} +2 -2
  7. package/dist/{Delete-ofipLwkd.js → Delete-B8COyxKI.js} +1 -1
  8. package/dist/{IconButton-SJfF1cr9.js → IconButton-CQwROBzr.js} +1 -1
  9. package/dist/IconCheck-BcUcbvno.js +19 -0
  10. package/dist/{MenuItem-BjnnhDbD.js → MenuItem-BAKBPyZx.js} +3 -3
  11. package/dist/{Modal-Djf5pMjD.js → Modal-DVdqH5dj.js} +1 -1
  12. package/dist/{Select-nL91eUH9.js → Select-B4zhu5G_.js} +2 -2
  13. package/dist/{SwitchBase-BcJAJYsB.js → SwitchBase-BqUrfIHp.js} +1 -1
  14. package/dist/{TextField-Db63_GNb.js → TextField-Cx5T7iJn.js} +4 -3
  15. package/dist/components/button/styled.js +1 -1
  16. package/dist/components/charts/forecast-cone/index.js +1 -1
  17. package/dist/components/collapsible-card/index.js +1 -1
  18. package/dist/components/collapsible-card/styled.js +1 -1
  19. package/dist/components/color-picker/index.js +2 -2
  20. package/dist/components/color-picker/styled.js +1 -1
  21. package/dist/components/confirm/dialog.js +2 -2
  22. package/dist/components/confirm/index.js +1 -1
  23. package/dist/components/data-list/index.js +139 -0
  24. package/dist/components/data-list/logic.js +224 -0
  25. package/dist/components/data-list/styled.js +260 -0
  26. package/dist/components/duration-select/index.js +1 -1
  27. package/dist/components/duration-select/styled.js +1 -1
  28. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  29. package/dist/components/instance-form/components/variable/index.js +3 -2
  30. package/dist/components/instance-form/components/variables/index.js +1 -1
  31. package/dist/components/instance-hierarchy-table/styled.js +1 -1
  32. package/dist/components/property-mapping/index.js +1 -1
  33. package/dist/components/status-indicator/logic.js +28 -41
  34. package/dist/components/template-form/components/default-value-input/index.js +120 -0
  35. package/dist/components/template-form/components/default-value-input/logic.js +76 -0
  36. package/dist/components/template-form/components/property-list/index.js +5 -5
  37. package/dist/components/template-form/components/property-list/property-list-columns.js +2 -2
  38. package/dist/components/template-form/components/property-list/property-list-form.js +245 -240
  39. package/dist/components/template-form/components/property-list/property-list-logic.js +59 -42
  40. package/dist/components/template-form/components/recognition-property-list/index.js +5 -5
  41. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  42. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +5 -5
  43. package/dist/components/template-form/index.js +39 -37
  44. package/dist/components/template-form/logic.js +24 -23
  45. package/dist/components/template-property-filters/property.js +23 -20
  46. package/dist/createSvgIcon-Bi-IzY8I.js +83 -0
  47. package/dist/{dialog-CNxZ7uox.js → dialog-DwmnOp5c.js} +2 -2
  48. package/dist/{index-BQ4_OA4b.js → index-Dvh8D1yM.js} +26 -25
  49. package/dist/isMuiElement-CxT3_ACP.js +13 -0
  50. package/dist/main.d.ts +270 -50
  51. package/dist/main.js +117 -115
  52. package/dist/{styled-DObpn_Bi.js → styled-C5WQOj4E.js} +1 -1
  53. package/dist/{useIsFocusVisible-BHPF-Pml.js → useIsFocusVisible-CVnvB5M2.js} +1 -1
  54. package/dist/{useSlot-gpKOd92R.js → useSlot-BOHuz6Wu.js} +1 -1
  55. package/dist/{useTimeout-CM6EsHyp.js → useTimeout-D5vWrF1x.js} +2 -2
  56. package/dist/utils/ontology.js +49 -43
  57. package/package.json +1 -1
  58. package/dist/createSvgIcon-jKAqRXE2.js +0 -93
@@ -1,14 +1,14 @@
1
1
  import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
2
  import { DataGrid as d } from "@mui/x-data-grid";
3
- import { A as n, d as m } from "../../../../Add-CB4mPrke.js";
3
+ import { A as n, d as m } from "../../../../Add-eXYPgCCB.js";
4
4
  import s from "./property-list-columns.js";
5
5
  import p from "./property-list-form.js";
6
6
  import c from "./property-list-logic.js";
7
- import { B as u } from "../../../../TextField-Db63_GNb.js";
7
+ import { B as u } from "../../../../TextField-Cx5T7iJn.js";
8
8
  import { T as y } from "../../../../Typography-B_LKrxyI.js";
9
- import { A as h } from "../../../../Alert-BsT46Tgd.js";
10
- import { B as f } from "../../../../Button-BMUZn0cT.js";
11
- import { a as g, b, c as I } from "../../../../dialog-CNxZ7uox.js";
9
+ import { A as h } from "../../../../Alert-OoSOUjZM.js";
10
+ import { B as f } from "../../../../Button-gZFgy23t.js";
11
+ import { a as g, b, c as I } from "../../../../dialog-DwmnOp5c.js";
12
12
  const v = (e) => {
13
13
  var l;
14
14
  const { state: r, action: o } = c(e);
@@ -1,7 +1,7 @@
1
1
  import { jsxs as r, jsx as o, Fragment as c } from "react/jsx-runtime";
2
- import { d as w, a as b } from "../../../../Delete-ofipLwkd.js";
2
+ import { d as w, a as b } from "../../../../Delete-B8COyxKI.js";
3
3
  import { T as d } from "../../../../Typography-B_LKrxyI.js";
4
- import { I as s } from "../../../../IconButton-SJfF1cr9.js";
4
+ import { I as s } from "../../../../IconButton-CQwROBzr.js";
5
5
  const I = (n) => [
6
6
  { field: "name", headerName: "Name", flex: 1 },
7
7
  { field: "propertyId", headerName: "Property ID", flex: 1 },