@wrdagency/blockout 1.0.23 → 1.0.24

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 (81) hide show
  1. package/dist/assets/style23.css +1 -1
  2. package/dist/assets/style25.css +1 -1
  3. package/dist/assets/style26.css +1 -1
  4. package/dist/assets/style27.css +1 -1
  5. package/dist/assets/style28.css +1 -0
  6. package/dist/assets/styles5.css +1 -1
  7. package/dist/components/controls/card-number-control/index.js +1 -1
  8. package/dist/components/controls/date-control/index.js +10 -11
  9. package/dist/components/controls/recurrence-control/index.js +1 -1
  10. package/dist/components/data-view/data/filter.js +3 -3
  11. package/dist/components/data-view/data/layout.js +7 -4
  12. package/dist/components/data-view/data/options.js +142 -102
  13. package/dist/components/data-view/index.d.ts +3 -2
  14. package/dist/components/data-view/index.js +1 -1
  15. package/dist/components/data-view/layouts/grid/group.js +11 -11
  16. package/dist/components/data-view/layouts/grid/item.js +3 -3
  17. package/dist/components/data-view/layouts/kanban/group.js +11 -11
  18. package/dist/components/data-view/layouts/kanban/item.js +3 -3
  19. package/dist/components/data-view/layouts/list/group.js +11 -11
  20. package/dist/components/data-view/layouts/list/item.js +3 -3
  21. package/dist/components/data-view/layouts/table/empty.js +4 -4
  22. package/dist/components/data-view/layouts/table/group.js +28 -21
  23. package/dist/components/data-view/layouts/table/item.js +4 -4
  24. package/dist/components/data-view/layouts/table/root.js +4 -4
  25. package/dist/components/data-view/layouts/tile/empty.d.ts +2 -0
  26. package/dist/components/data-view/layouts/tile/empty.js +6 -0
  27. package/dist/components/data-view/layouts/tile/group.d.ts +2 -0
  28. package/dist/components/data-view/layouts/tile/group.js +58 -0
  29. package/dist/components/data-view/layouts/tile/index.d.ts +3 -0
  30. package/dist/components/data-view/layouts/tile/index.js +8 -0
  31. package/dist/components/data-view/layouts/tile/item.d.ts +2 -0
  32. package/dist/components/data-view/layouts/tile/item.js +81 -0
  33. package/dist/components/data-view/layouts/tile/root.d.ts +2 -0
  34. package/dist/components/data-view/layouts/tile/root.js +6 -0
  35. package/dist/components/data-view/parts/body/index.js +6 -6
  36. package/dist/components/data-view/parts/controls/index.js +39 -39
  37. package/dist/components/data-view/parts/controls/search.js +4 -4
  38. package/dist/components/data-view/parts/filters/editor.js +2 -2
  39. package/dist/components/data-view/parts/footer/actions.js +4 -4
  40. package/dist/components/data-view/parts/footer/index.js +4 -4
  41. package/dist/components/data-view/parts/footer/selection.js +4 -4
  42. package/dist/components/data-view/parts/view-control/index.js +4 -4
  43. package/dist/components/data-view/root.d.ts +5 -3
  44. package/dist/components/data-view/root.js +51 -47
  45. package/dist/components/data-view/slots/group/checkbox.js +4 -4
  46. package/dist/components/data-view/slots/group/context.js +1 -1
  47. package/dist/components/data-view/slots/group/header.d.ts +3 -0
  48. package/dist/components/data-view/slots/group/header.js +12 -0
  49. package/dist/components/data-view/slots/group/icon.js +1 -1
  50. package/dist/components/data-view/slots/group/index.js +3 -2
  51. package/dist/components/data-view/slots/group/label.js +1 -1
  52. package/dist/components/data-view/slots/index.js +3 -3
  53. package/dist/components/data-view/slots/item/actions.js +1 -1
  54. package/dist/components/data-view/slots/item/checkbox.js +3 -3
  55. package/dist/components/data-view/slots/item/depth.js +3 -3
  56. package/dist/components/data-view/slots/item/description.js +1 -1
  57. package/dist/components/data-view/slots/item/index.js +2 -2
  58. package/dist/components/data-view/slots/item/properties.js +2 -2
  59. package/dist/components/data-view/slots/item/relations.js +3 -3
  60. package/dist/components/data-view/slots/item/tags.js +1 -1
  61. package/dist/components/data-view/slots/item/thumbnail.js +1 -1
  62. package/dist/components/data-view/slots/item/title.js +1 -1
  63. package/dist/components/data-view/slots/item/util.js +2 -2
  64. package/dist/components/data-view/slots/property/field/editable.js +3 -3
  65. package/dist/components/data-view/slots/property/field/index.js +2 -2
  66. package/dist/components/data-view/slots/property/field/static.js +1 -1
  67. package/dist/components/data-view/slots/property/index.js +1 -1
  68. package/dist/components/data-view/slots/property/label.js +1 -1
  69. package/dist/components/data-view/slots/root/checkbox.js +3 -3
  70. package/dist/components/data-view/slots/root/context.d.ts +1 -0
  71. package/dist/components/data-view/slots/root/index.js +1 -1
  72. package/dist/components/data-view/types/view.d.ts +1 -1
  73. package/dist/components/index.js +1 -1
  74. package/dist/{filter-rHYsh8Gq.js → filter-DHK0UoZG.js} +2 -2
  75. package/dist/{index-CXFb4Xny.js → index-BLCPauyN.js} +15 -13
  76. package/dist/{index-Cn5kB2Fd.js → index-BnbjJBS4.js} +5 -5
  77. package/dist/{index-DRiUXF8g.js → index-CLl-PPjx.js} +2 -2
  78. package/dist/index.js +1 -1
  79. package/dist/{style-C7eFpUVU.js → style-CWAa57kN.js} +1 -1
  80. package/dist/{style-DzV7-wks.js → style-D1AX7G7x.js} +1 -1
  81. package/package.json +1 -1
@@ -1 +1 @@
1
- .data-view-layout-list{display:flex;flex-direction:column;gap:.75rem}.data-view-layout-list:has(.data-view-layout-list__thumbnail){gap:1.25rem}.data-view-layout-list__empty{font-size:.875rem;font-weight:400;color:var(--blockout__colours__surface--400)}.data-view-layout-list__group__list{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;padding-bottom:0}.data-view-layout-list__group__list:has(.data-view-layout-list__thumbnail){padding:1.25rem 0;padding-bottom:0;gap:1.25rem}.data-view-layout-list__group__header{display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--blockout__colours__surface--300);border-bottom:1px solid var(--blockout__colours__surface--300);background-color:var(--blockout__colours__surface--100);padding:.75rem}.data-view-layout-list__group__heading{display:flex;align-items:center;gap:.5rem;font-weight:400;color:var(--blockout__colours__surface--700);font-size:.875rem}.data-view-layout-list__group__heading>svg{width:1.25rem;height:1.25rem;fill:var(--blockout__colours__surface--400);color:var(--blockout__colours__surface--400)}.data-view-layout-list__item{display:flex;gap:1rem;flex-wrap:wrap}.data-view-layout-list__thumbnail{background-color:var(--blockout__colours__surface--200);height:8rem;width:8rem;object-fit:cover;object-position:center;border-radius:var(--blockout__radius--lg)}.data-view-layout-list__depth__wrapper{display:flex}.data-view-layout-list__depth{flex-shrink:0;padding-right:.75rem;padding-left:2.25rem}.data-view-layout-list__depth>svg{fill:var(--blockout__colours__surface--400);width:1.25rem;height:1.25rem;transform:translateY(-.125rem)}.data-view-layout-list__content{flex-grow:1;padding:.5rem 0}.data-view-layout-list__item__header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.data-view-layout-list__item__relations{padding-left:2.25rem;margin-top:1rem}.data-view-layout-list__item__description{padding-left:2rem;margin-top:.5rem}.data-view-layout-list__item__properties{padding-left:2rem;display:flex;gap:1rem 2rem;flex-wrap:wrap;margin-top:.5rem}.data-view-layout-list__item__properties__item{color:var(--blockout__colours__surface--500)}
1
+ .data-view-layout-list{display:flex;flex-direction:column;gap:.75rem}.data-view-layout-list:has(.data-view-layout-list__thumbnail){gap:1.25rem}.data-view-layout-list__empty{font-size:.875rem;font-weight:400;color:var(--blockout__colours__surface--400)}.data-view-layout-list__group__list{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;padding-bottom:0}.data-view-layout-list__group__list:has(.data-view-layout-list__thumbnail){padding:1.25rem 0;padding-bottom:0;gap:1.25rem}.data-view-layout-list__group__header{display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--blockout__colours__surface--300);border-bottom:1px solid var(--blockout__colours__surface--300);background-color:var(--blockout__colours__surface--100);padding:.75rem}.data-view-layout-list__group__heading{display:flex;align-items:center;gap:.5rem;font-weight:400;color:var(--blockout__colours__surface--700);font-size:.875rem}.data-view-layout-list__group__heading>svg{width:1.25rem;height:1.25rem;fill:var(--blockout__colours__surface--400);color:var(--blockout__colours__surface--400)}.data-view-layout-list__item{display:flex;gap:1rem;flex-wrap:wrap}.data-view-layout-list__thumbnail{background-color:var(--blockout__colours__surface--200);height:8rem;width:8rem;object-fit:cover;object-position:center;border-radius:var(--blockout__radius--lg)}.data-view-layout-list__depth__wrapper{display:flex}.data-view-layout-list__depth{flex-shrink:0;padding-right:.75rem;padding-left:2.25rem}.data-view-layout-list__depth>svg{fill:var(--blockout__colours__surface--400);width:1.25rem;height:1.25rem;transform:translateY(-.125rem)}.data-view-layout-list__content{flex-grow:1;padding:.5rem 0}.data-view-layout-list__item__header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.data-view-layout-list__item__relations{padding-left:2.25rem;margin-top:1rem}.data-view-layout-list__item__description{margin-top:.5rem}.data-view-layout-list__item__properties{display:flex;gap:1rem 2rem;flex-wrap:wrap;margin-top:.5rem}.data-view-layout-list__item__properties__item{color:var(--blockout__colours__surface--500)}.data-view-layout-list__group:has(.data-view-layout-list__group__checkbox) .data-view-layout-list__item__properties,.data-view-layout-list__group:has(.data-view-layout-list__group__checkbox) .data-view-layout-list__item__description{padding-left:2.25rem}
@@ -1 +1 @@
1
- .data-view-part-field__editable{position:relative;border-radius:var(--blockout__radius--xs);outline:.5rem solid transparent;cursor:pointer;width:fit-content;height:1.5rem;transition:background-color .15s ease,outline .15s ease}.data-view-part-field__editable:hover{background-color:var(--blockout__colours__surface--200);outline:.25rem solid var(--blockout__colours__surface--200)}.data-view-slot__item__parent{display:flex;gap:.675rem;align-items:center}.data-view-slot__item__parent__label{font-weight:400;font-size:.875rem;color:var(--blockout__colours__surface--950);background-color:var(--blockout__colours__surface--200);padding:.125rem .5rem;border-radius:var(--blockout__radius--xs);white-space:nowrap;flex-shrink:0;outline:.125rem solid var(--blockout__colours__surface--0)}.data-view-slot__item__parent__name,.data-view-slot__item__parent__name__link{min-width:0}.data-view-slot__item__children{display:flex;gap:.75rem}.data-view-slot__item__children>svg{fill:var(--blockout__colours__surface--400);width:1.25rem;height:1.25rem}.data-view-slot__item__children__list{display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem}
1
+ .data-view-layout-tile{display:flex;flex-direction:column;gap:1.25rem}.data-view-layout-tile__group{display:flex;flex-direction:column;gap:1rem}.data-view-layout-tile__empty{font-size:.875rem;font-weight:400;color:var(--blockout__colours__surface--400)}.data-view-layout-tile__group__header{display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--blockout__colours__surface--300);border-bottom:1px solid var(--blockout__colours__surface--300);background-color:var(--blockout__colours__surface--100);padding:.75rem}.data-view-layout-tile__group__heading{display:flex;align-items:center;gap:.5rem;font-weight:400;color:var(--blockout__colours__surface--700);font-size:.875rem}.data-view-layout-tile__group__heading>svg{width:1.25rem;height:1.25rem;fill:var(--blockout__colours__surface--400);color:var(--blockout__colours__surface--400)}.data-view-layout-tile__group__items{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.data-view-layout-item__item{position:relative;border-radius:var(--blockout__radius--md);border:1px solid var(--blockout__colours__surface--200);overflow:clip;width:100%;height:auto;aspect-ratio:1/1}.data-view-layout-item__item .data-view-layout-item__item__media{width:100%;height:100%;background:var(--blockout__colours__surface--100)}.data-view-layout-item__item .data-view-layout-item__item__media .data-view-layout-item__item__thumbnail{width:100%;height:100%;object-fit:contain}.data-view-layout-item__item .data-view-layout-item__item__media .data-view-layout-item__item__checkbox{position:absolute;top:.5rem;left:.5rem;background:var(--blockout__colours__surface--0)}.data-view-layout-item__item .data-view-layout-item__item__media .data-view-layout-item__item__actions{position:absolute;top:.5rem;right:.5rem;background:var(--blockout__colours__surface--0)}.data-view-layout-item__item .data-view-layout-item__item__caption{display:flex;flex-direction:column;gap:.375rem;position:absolute;bottom:0;left:0;right:0;padding:2rem 1.25rem 1rem;background:linear-gradient(to top,var(--blockout__colours__surface--950),transparent);color:var(--blockout__colours__surface--0)}.data-view-layout-item__item .data-view-layout-item__item__caption .data-view-layout-item__item__header{display:flex;align-items:start;gap:1rem;flex-wrap:wrap}.data-view-layout-item__item .data-view-layout-item__item__caption .data-view-layout-item__item__header .primitive-tooltip{width:100%}.data-view-layout-item__item .data-view-layout-item__item__caption .data-view-layout-item__item__header .data-view-layout-item__item__title{color:var(--blockout__colours__surface--0);font-size:1rem;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.data-view-layout-item__item .data-view-layout-item__item__caption .data-view-layout-item__item__header .data-view-layout-item__item__tags{display:flex;gap:.675rem;flex-wrap:wrap}.data-view-layout-item__item .data-view-layout-item__item__caption .data-view-layout-item__item__properties{display:flex;align-items:basline;gap:1.5rem .75rem;flex-wrap:wrap}.data-view-layout-item__item .data-view-layout-item__item__caption .data-view-layout-item__item__properties .data-view-layout-item__item__property{color:var(--blockout__colours__surface--300);font-size:.75rem}
@@ -1 +1 @@
1
- .component-card-number-control .component-base-control__control{display:flex;align-items:baseline}.component-card-number-control__card{height:1.5rem;width:auto;align-self:center;margin-right:var(--base-control__padding);border-radius:4px}
1
+ .data-view-part-field__editable{position:relative;border-radius:var(--blockout__radius--xs);outline:.5rem solid transparent;cursor:pointer;width:fit-content;height:1.5rem;transition:background-color .15s ease,outline .15s ease}.data-view-part-field__editable:hover{background-color:var(--blockout__colours__surface--200);outline:.25rem solid var(--blockout__colours__surface--200)}.data-view-slot__item__parent{display:flex;gap:.675rem;align-items:center}.data-view-slot__item__parent__label{font-weight:400;font-size:.875rem;color:var(--blockout__colours__surface--950);background-color:var(--blockout__colours__surface--200);padding:.125rem .5rem;border-radius:var(--blockout__radius--xs);white-space:nowrap;flex-shrink:0;outline:.125rem solid var(--blockout__colours__surface--0)}.data-view-slot__item__parent__name,.data-view-slot__item__parent__name__link{min-width:0}.data-view-slot__item__children{display:flex;gap:.75rem}.data-view-slot__item__children>svg{fill:var(--blockout__colours__surface--400);width:1.25rem;height:1.25rem}.data-view-slot__item__children__list{display:flex;flex-direction:column;gap:.5rem;padding-top:.25rem}
@@ -1 +1 @@
1
- .component-recurrence-control .component-base-popover-control__popover{min-width:300px}.component-recurrence-control__row{display:flex;align-items:center;gap:1rem;flex-grow:1}.component-recurrence-control__row:not(:first-child){margin-top:1rem}.component-recurrence-control__row .component-base-control{flex-grow:1}.component-recurrence-control__fieldset{display:flex;flex-direction:column;gap:1rem}.component-recurrence-control__frequency_type{display:flex;align-items:center;gap:1ch}.component-recurrence-control__frequency_type:not(:first-child){margin-top:1rem}.component-recurrence-control__frequency_type .component-recurrence-control__row{margin-top:0}.component-recurrence-control__radio{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;cursor:pointer;border-radius:var(--blockout__radius--xs);outline-offset:0px;outline:0px solid transparent;transition:outline .25s ease,outline-offset .25s ease,background-color .25s ease}.component-recurrence-control__radio>svg{width:1rem;height:1rem}.component-recurrence-control__radio:hover{background-color:var(--blockout__colours__surface--300)}.component-recurrence-control__radio:focus{outline:1px solid var(--blockout__colours__outline);outline-offset:4px}
1
+ .component-card-number-control .component-base-control__control{display:flex;align-items:baseline}.component-card-number-control__card{height:1.5rem;width:auto;align-self:center;margin-right:var(--base-control__padding);border-radius:4px}
@@ -0,0 +1 @@
1
+ .component-recurrence-control .component-base-popover-control__popover{min-width:300px}.component-recurrence-control__row{display:flex;align-items:center;gap:1rem;flex-grow:1}.component-recurrence-control__row:not(:first-child){margin-top:1rem}.component-recurrence-control__row .component-base-control{flex-grow:1}.component-recurrence-control__fieldset{display:flex;flex-direction:column;gap:1rem}.component-recurrence-control__frequency_type{display:flex;align-items:center;gap:1ch}.component-recurrence-control__frequency_type:not(:first-child){margin-top:1rem}.component-recurrence-control__frequency_type .component-recurrence-control__row{margin-top:0}.component-recurrence-control__radio{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;cursor:pointer;border-radius:var(--blockout__radius--xs);outline-offset:0px;outline:0px solid transparent;transition:outline .25s ease,outline-offset .25s ease,background-color .25s ease}.component-recurrence-control__radio>svg{width:1rem;height:1rem}.component-recurrence-control__radio:hover{background-color:var(--blockout__colours__surface--300)}.component-recurrence-control__radio:focus{outline:1px solid var(--blockout__colours__outline);outline-offset:4px}
@@ -1 +1 @@
1
- .component-toggle-group-control .component-base-control__box{background:none;border:none}.component-toggle-group-control__options{display:flex;overflow:hidden;border-radius:var(--blockout__radius--md);background-color:var(--blockout__colours__surface--100);padding:.25rem;gap:.25rem}.component-toggle-group-control__option{display:flex;justify-content:center;flex-direction:column;padding:calc(var(--base-control__padding) - .5rem) var(--base-control__padding);min-height:calc(var(--base-control__min-height) - .5rem);min-width:calc(var(--base-control__min-height) - .5rem);width:100%;color:var(--blockout__colours__surface--800);border-radius:calc(var(--blockout__radius--md) - .25rem);font-size:1rem;font-weight:500;flex-basis:50%;cursor:pointer;position:relative;transition:color .25s ease,background-color .25s ease;background-color:transparent;color:var(--blockout__colours__surface--500)}.component-toggle-group-control__option__label{display:flex;align-items:center;justify-content:center;text-align:center;gap:.5rem;font-weight:500}.component-toggle-group-control__option__label>svg{width:1.25rem;height:1.25rem}.component-toggle-group-control__option__description{font-weight:400;color:var(--blockout__colours__surface--500);font-size:.875rem}.component-toggle-group-control__option:has(:checked){background-color:var(--blockout__colours__surface--0);color:var(--blockout__colours__surface--950);z-index:2}.component-toggle-group-control__option:has(:disabled){background-color:var(--blockout__colours__surface--300);color:var(--blockout__colours__surface--500);cursor:default}.component-toggle-group-control__options:not(:has(.component-toggle-group-control__option__input:not(:disabled))){background-color:var(--blockout__colours__surface--300);border-color:var(--blockout__colours__surface--300);color:var(--blockout__colours__surface--500)}
1
+ .component-toggle-group-control .component-base-control__box{background:none;border:none}.component-toggle-group-control__options{display:flex;overflow:hidden;border-radius:var(--blockout__radius--md);background-color:var(--blockout__colours__surface--100);padding:.25rem;gap:.25rem}.component-toggle-group-control__option{display:flex;justify-content:center;flex-direction:column;padding:calc(var(--base-control__padding) - .5rem) var(--base-control__padding);min-height:calc(var(--base-control__min-height) - .5rem);min-width:calc(var(--base-control__min-height) - .5rem);width:100%;color:var(--blockout__colours__surface--800);border-radius:calc(var(--blockout__radius--md) - .25rem);font-size:1rem;font-weight:500;flex-basis:50%;cursor:pointer;position:relative;transition:color .25s ease,background-color .25s ease;background-color:transparent;color:var(--blockout__colours__surface--500)}.component-toggle-group-control__option__label{display:flex;align-items:center;justify-content:center;text-align:center;gap:.5rem;font-weight:500}.component-toggle-group-control__option__label>svg{width:1.25rem;height:1.25rem;flex-shrink:0}.component-toggle-group-control__option__description{font-weight:400;color:var(--blockout__colours__surface--500);font-size:.875rem}.component-toggle-group-control__option:has(:checked){background-color:var(--blockout__colours__surface--0);color:var(--blockout__colours__surface--950);z-index:2}.component-toggle-group-control__option:has(:disabled){background-color:var(--blockout__colours__surface--300);color:var(--blockout__colours__surface--500);cursor:default}.component-toggle-group-control__options:not(:has(.component-toggle-group-control__option__input:not(:disabled))){background-color:var(--blockout__colours__surface--300);border-color:var(--blockout__colours__surface--300);color:var(--blockout__colours__surface--500)}
@@ -1,6 +1,6 @@
1
1
  import { jsxs as v, jsx as e } from "react/jsx-runtime";
2
2
  import { noop as u } from "../../../utils/noop.js";
3
- import { c as p } from "../../../style-C7eFpUVU.js";
3
+ import { c as p } from "../../../style-CWAa57kN.js";
4
4
  import { useMemo as x } from "react";
5
5
  import { BaseControl as y } from "../base-control/index.js";
6
6
  import { useBaseControlProps as P } from "../base-control/props.js";
@@ -1,8 +1,8 @@
1
- import { jsxs as s, jsx as r, Fragment as k } from "react/jsx-runtime";
2
- import { Button as y } from "../../button/index.js";
3
- import { useSplitInput as j } from "../../../hooks/input.js";
1
+ import { jsxs as s, jsx as r } from "react/jsx-runtime";
2
+ import { Button as k } from "../../button/index.js";
3
+ import { useSplitInput as y } from "../../../hooks/input.js";
4
4
  import * as e from "react";
5
- import { useMemo as v } from "react";
5
+ import { useMemo as v, Fragment as j } from "react";
6
6
  import { useTemporaryChange as I } from "../../../hooks/temporary.js";
7
7
  import '../../../assets/style11.css';import '../../../assets/styles.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style10.css';import '../../../assets/style7.css';/* empty css */
8
8
  import { noop as M } from "../../../utils/noop.js";
@@ -63,7 +63,7 @@ const Z = (o, n) => o.edit ? n ? o.edit.map((l) => A(n, l)) : o.edit.map(() => "
63
63
  const { baseProps: n, controlProps: l } = $(o, {
64
64
  className: "component-date-control",
65
65
  directFocus: !1
66
- }), { register: w } = j(), {
66
+ }), { register: w } = y(), {
67
67
  value: m,
68
68
  onChangeValue: H = M,
69
69
  allowEmpty: d,
@@ -96,29 +96,28 @@ const Z = (o, n) => o.edit ? n ? o.edit.map((l) => A(n, l)) : o.edit.map(() => "
96
96
  (t instanceof Date || d) && (H(t), u(Z(a, t)));
97
97
  };
98
98
  return /* @__PURE__ */ s(T, { ...n, children: [
99
- (g = a.edit) == null ? void 0 : g.map((t, i, p) => /* @__PURE__ */ s(k, { children: [
99
+ (g = a.edit) == null ? void 0 : g.map((t, i, p) => /* @__PURE__ */ s(j, { children: [
100
100
  /* @__PURE__ */ r(
101
101
  z,
102
102
  {
103
103
  id: `${C}-${t}`,
104
- ..._,
105
104
  component: t,
106
105
  value: f[i],
107
106
  onChangeValue: (V) => D(i, V),
108
107
  onBlur: N,
108
+ ..._,
109
109
  ...w(i)
110
- },
111
- t
110
+ }
112
111
  ),
113
112
  p.length - 1 !== i && /* @__PURE__ */ r("span", { className: "component-date-control__separator", children: "/" })
114
- ] })),
113
+ ] }, t)),
115
114
  h && /* @__PURE__ */ r("span", { className: "component-date-control__view", children: h }),
116
115
  /* @__PURE__ */ s(c, { children: [
117
116
  /* @__PURE__ */ r(
118
117
  c.Target,
119
118
  {
120
119
  className: "component-date-control__picker__btn",
121
- render: /* @__PURE__ */ r(y.Icon, { variant: "ghost", size: "small" }),
120
+ render: /* @__PURE__ */ r(k.Icon, { variant: "ghost", size: "small" }),
122
121
  children: /* @__PURE__ */ r(E, {})
123
122
  }
124
123
  ),
@@ -3,7 +3,7 @@ import { getOrdinalSuffix as w } from "../../../utils/date.js";
3
3
  import { noop as x } from "../../../utils/noop.js";
4
4
  import { t as q, r as M } from "../../../RadioButton.es-D3QVjfF9.js";
5
5
  import { useMemo as V } from "react";
6
- import { R as C, F as n } from "../../../style-DzV7-wks.js";
6
+ import { R as C, F as n } from "../../../style-D1AX7G7x.js";
7
7
  import { useBaseControlProps as W } from "../base-control/props.js";
8
8
  import { BasePopoverControl as A } from "../base-popover-control/index.js";
9
9
  import { NumberControl as E } from "../number-control/index.js";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import '../../../assets/styles3.css';import '../../../assets/style17.css';import '../../../assets/styles5.css';import '../../../assets/styles4.css';import '../../../assets/style16.css';import '../../../assets/style19.css';import '../../../assets/style15.css';import '../../../assets/style14.css';import '../../../assets/style13.css';import '../../../assets/prosemirror.css';import '../../../assets/style12.css';import '../../../assets/style11.css';import '../../../assets/style9.css';import '../../../assets/styles.css';import '../../../assets/style6.css';import '../../../assets/style5.css';import '../../../assets/style4.css';import '../../../assets/style3.css';import '../../../assets/style2.css';import '../../../assets/style.css';import '../../../assets/style10.css';import '../../../assets/style7.css';import '../../../assets/style8.css';import '../../../assets/styles2.css';/* empty css */
4
- import "../../../style-C7eFpUVU.js";
4
+ import "../../../style-CWAa57kN.js";
5
5
  /* empty css */
6
6
  import "../../../types/options.js";
7
7
  /* empty css */
@@ -27,7 +27,7 @@ import "../../toolbar/index.js";
27
27
  /* empty css */
28
28
  /* empty css */
29
29
  /* empty css */
30
- import "../../../style-DzV7-wks.js";
30
+ import "../../../style-D1AX7G7x.js";
31
31
  /* empty css */
32
32
  import "../../controls/select-control/control.js";
33
33
  import "../../../match-sorter.esm-MNVE8H_6.js";
@@ -37,7 +37,7 @@ import "../../../match-sorter.esm-MNVE8H_6.js";
37
37
  /* empty css */
38
38
  import "../../controls/text-control/index.js";
39
39
  /* empty css */
40
- import { c as O, e as P, b as Q, i as R, a as S, n as T, s as U } from "../../../filter-rHYsh8Gq.js";
40
+ import { c as O, e as P, b as Q, i as R, a as S, n as T, s as U } from "../../../filter-DHK0UoZG.js";
41
41
  export {
42
42
  O as contains,
43
43
  P as endsWith,
@@ -1,19 +1,22 @@
1
1
  import { Grid as t } from "../layouts/grid/index.js";
2
2
  import { Kanban as e } from "../layouts/kanban/index.js";
3
3
  import { List as o } from "../layouts/list/index.js";
4
- import { Table as n } from "../layouts/table/index.js";
5
- function c(r) {
4
+ import { Table as i } from "../layouts/table/index.js";
5
+ import { Tile as n } from "../layouts/tile/index.js";
6
+ function u(r) {
6
7
  switch (r) {
7
8
  case "table":
8
- return n;
9
+ return i;
9
10
  case "grid":
10
11
  return t;
11
12
  case "kanban":
12
13
  return e;
13
14
  case "list":
14
15
  return o;
16
+ case "tile":
17
+ return n;
15
18
  }
16
19
  }
17
20
  export {
18
- c as getLayoutComponent
21
+ u as getLayoutComponent
19
22
  };