@quoreadmin/ui 1.10.14 → 1.10.16

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 (95) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index194.js +1 -1
  3. package/dist/index195.js +7 -7
  4. package/dist/index201.js +23 -23
  5. package/dist/index202.js +1 -1
  6. package/dist/index203.js +1 -1
  7. package/dist/index206.js +2 -2
  8. package/dist/index208.js +14 -14
  9. package/dist/index209.js +1 -1
  10. package/dist/index210.js +1 -1
  11. package/dist/index211.js +3 -3
  12. package/dist/index212.js +6 -6
  13. package/dist/index234.js +1 -1
  14. package/dist/index238.js +1 -1
  15. package/dist/index242.js +3618 -109
  16. package/dist/index243.js +49 -32
  17. package/dist/index244.js +70 -73
  18. package/dist/index245.js +52 -20
  19. package/dist/index246.js +215 -20
  20. package/dist/index247.js +10 -20
  21. package/dist/index248.js +57 -20
  22. package/dist/index249.js +61 -22
  23. package/dist/index250.js +54 -22
  24. package/dist/index251.js +75 -20
  25. package/dist/index252.js +681 -791
  26. package/dist/index253.js +33 -693
  27. package/dist/index254.js +56 -168
  28. package/dist/index255.js +11 -22
  29. package/dist/index256.js +705 -20
  30. package/dist/index257.js +820 -20
  31. package/dist/index258.js +22 -3
  32. package/dist/index259.js +21 -186
  33. package/dist/index260.js +19 -132
  34. package/dist/index261.js +744 -1131
  35. package/dist/index262.js +701 -19
  36. package/dist/index263.js +176 -22
  37. package/dist/index264.js +13 -15
  38. package/dist/index265.js +13 -22
  39. package/dist/index266.js +15 -13
  40. package/dist/index267.js +12 -12
  41. package/dist/index268.js +20 -2
  42. package/dist/index269.js +2 -1
  43. package/dist/index270.js +166 -3615
  44. package/dist/index271.js +128 -50
  45. package/dist/index272.js +1214 -68
  46. package/dist/index273.js +122 -47
  47. package/dist/index274.js +20 -215
  48. package/dist/index275.js +22 -10
  49. package/dist/index276.js +22 -57
  50. package/dist/index277.js +32 -55
  51. package/dist/index278.js +29 -54
  52. package/dist/index279.js +20 -75
  53. package/dist/index280.js +19 -725
  54. package/dist/index281.js +2 -42
  55. package/dist/index282.js +2 -64
  56. package/dist/index283.js +79 -10
  57. package/dist/index284.js +20 -705
  58. package/dist/index285.js +20 -820
  59. package/dist/index300.js +1534 -2
  60. package/dist/index301.js +346 -1494
  61. package/dist/index302.js +2675 -330
  62. package/dist/index303.js +72 -2717
  63. package/dist/index304.js +3782 -76
  64. package/dist/index305.js +49 -3781
  65. package/dist/index306.js +15 -60
  66. package/dist/index307.js +81 -76
  67. package/dist/index308.js +202 -22
  68. package/dist/index309.js +226 -915
  69. package/dist/index310.js +2 -22
  70. package/dist/index311.js +78 -19
  71. package/dist/index312.js +15 -13
  72. package/dist/index313.js +930 -64
  73. package/dist/index314.js +21 -18
  74. package/dist/index315.js +20 -19
  75. package/dist/index316.js +10 -12
  76. package/dist/index317.js +68 -21
  77. package/dist/index318.js +16 -60
  78. package/dist/index319.js +19 -84
  79. package/dist/index320.js +22 -202
  80. package/dist/index321.js +22 -246
  81. package/dist/index322.js +63 -15
  82. package/dist/index366.js +1 -1
  83. package/dist/index380.js +95 -98
  84. package/dist/index381.js +100 -16
  85. package/dist/index383.js +16 -97
  86. package/dist/index4.js +39 -18
  87. package/dist/index68.js +19 -4
  88. package/dist/src/components/avatar/avatar.d.ts +31 -0
  89. package/dist/src/components/avatar/avatar.stories.d.ts +29 -0
  90. package/dist/src/components/comment/comment.d.ts +27 -0
  91. package/dist/src/components/comment/comment.stories.d.ts +27 -0
  92. package/dist/src/components/comment-section/comment-section.d.ts +27 -0
  93. package/dist/src/components/comment-section/comment-section.stories.d.ts +27 -0
  94. package/dist/src/components/room-details-popover/room-details-popover.d.ts +27 -0
  95. package/package.json +1 -1
package/dist/index314.js CHANGED
@@ -1,21 +1,24 @@
1
- import c from "./index288.js";
1
+ import r from "./index293.js";
2
+ import { openBlock as t, createElementBlock as o, mergeProps as C, createElementVNode as l } from "vue";
2
3
  var n = {
3
- root: function(i) {
4
- var o = i.instance, e = i.props;
5
- return ["p-checkbox p-component", {
6
- "p-highlight": o.checked,
7
- "p-disabled": e.disabled,
8
- "p-invalid": e.invalid,
9
- "p-variant-filled": e.variant ? e.variant === "filled" : o.$primevue.config.inputStyle === "filled"
10
- }];
11
- },
12
- box: "p-checkbox-box",
13
- input: "p-checkbox-input",
14
- icon: "p-checkbox-icon"
15
- }, p = c.extend({
16
- name: "checkbox",
17
- classes: n
18
- });
4
+ name: "AngleDoubleRightIcon",
5
+ extends: r
6
+ }, i = /* @__PURE__ */ l("path", {
7
+ "fill-rule": "evenodd",
8
+ "clip-rule": "evenodd",
9
+ d: "M7.68757 11.1451C7.7791 11.1831 7.8773 11.2024 7.9764 11.2019C8.07769 11.1985 8.17721 11.1745 8.26886 11.1312C8.36052 11.088 8.44238 11.0265 8.50943 10.9505L12.0294 7.49085C12.1707 7.34942 12.25 7.15771 12.25 6.95782C12.25 6.75794 12.1707 6.56622 12.0294 6.42479L8.50943 2.90479C8.37014 2.82159 8.20774 2.78551 8.04633 2.80192C7.88491 2.81833 7.73309 2.88635 7.6134 2.99588C7.4937 3.10541 7.41252 3.25061 7.38189 3.40994C7.35126 3.56927 7.37282 3.73423 7.44337 3.88033L10.4605 6.89748L7.44337 9.91463C7.30212 10.0561 7.22278 10.2478 7.22278 10.4477C7.22278 10.6475 7.30212 10.8393 7.44337 10.9807C7.51301 11.0512 7.59603 11.1071 7.68757 11.1451ZM1.94207 10.9505C2.07037 11.0968 2.25089 11.1871 2.44493 11.2019C2.63898 11.1871 2.81949 11.0968 2.94779 10.9505L6.46779 7.49085C6.60905 7.34942 6.68839 7.15771 6.68839 6.95782C6.68839 6.75793 6.60905 6.56622 6.46779 6.42479L2.94779 2.90479C2.80704 2.83757 2.6489 2.81563 2.49517 2.84201C2.34143 2.86839 2.19965 2.94178 2.08936 3.05207C1.97906 3.16237 1.90567 3.30415 1.8793 3.45788C1.85292 3.61162 1.87485 3.76975 1.94207 3.9105L4.95922 6.92765L1.94207 9.9448C1.81838 10.0831 1.75 10.2621 1.75 10.4477C1.75 10.6332 1.81838 10.8122 1.94207 10.9505Z",
10
+ fill: "currentColor"
11
+ }, null, -1), p = [i];
12
+ function d(e, s, a, c, h, m) {
13
+ return t(), o("svg", C({
14
+ width: "14",
15
+ height: "14",
16
+ viewBox: "0 0 14 14",
17
+ fill: "none",
18
+ xmlns: "http://www.w3.org/2000/svg"
19
+ }, e.pti()), p, 16);
20
+ }
21
+ n.render = d;
19
22
  export {
20
- p as default
23
+ n as default
21
24
  };
package/dist/index315.js CHANGED
@@ -1,21 +1,22 @@
1
- import n from "./index288.js";
2
- var a = {
3
- root: function(i) {
4
- var o = i.instance, t = i.props;
5
- return ["p-radiobutton p-component", {
6
- "p-highlight": o.checked,
7
- "p-disabled": t.disabled,
8
- "p-invalid": t.invalid,
9
- "p-variant-filled": t.variant ? t.variant === "filled" : o.$primevue.config.inputStyle === "filled"
10
- }];
11
- },
12
- box: "p-radiobutton-box",
13
- input: "p-radiobutton-input",
14
- icon: "p-radiobutton-icon"
15
- }, r = n.extend({
16
- name: "radiobutton",
17
- classes: a
18
- });
1
+ import t from "./index293.js";
2
+ import { openBlock as r, createElementBlock as o, mergeProps as n, createElementVNode as i } from "vue";
3
+ var l = {
4
+ name: "AngleRightIcon",
5
+ extends: t
6
+ }, p = /* @__PURE__ */ i("path", {
7
+ d: "M5.25 11.1728C5.14929 11.1694 5.05033 11.1455 4.9592 11.1025C4.86806 11.0595 4.78666 10.9984 4.72 10.9228C4.57955 10.7822 4.50066 10.5916 4.50066 10.3928C4.50066 10.1941 4.57955 10.0035 4.72 9.86283L7.72 6.86283L4.72 3.86283C4.66067 3.71882 4.64765 3.55991 4.68275 3.40816C4.71785 3.25642 4.79932 3.11936 4.91585 3.01602C5.03238 2.91268 5.17819 2.84819 5.33305 2.83149C5.4879 2.81479 5.64411 2.84671 5.78 2.92283L9.28 6.42283C9.42045 6.56346 9.49934 6.75408 9.49934 6.95283C9.49934 7.15158 9.42045 7.34221 9.28 7.48283L5.78 10.9228C5.71333 10.9984 5.63193 11.0595 5.5408 11.1025C5.44966 11.1455 5.35071 11.1694 5.25 11.1728Z",
8
+ fill: "currentColor"
9
+ }, null, -1), s = [p];
10
+ function C(e, a, c, d, h, m) {
11
+ return r(), o("svg", n({
12
+ width: "14",
13
+ height: "14",
14
+ viewBox: "0 0 14 14",
15
+ fill: "none",
16
+ xmlns: "http://www.w3.org/2000/svg"
17
+ }, e.pti()), s, 16);
18
+ }
19
+ l.render = C;
19
20
  export {
20
- r as default
21
+ l as default
21
22
  };
package/dist/index316.js CHANGED
@@ -1,24 +1,22 @@
1
1
  import t from "./index293.js";
2
- import { openBlock as r, createElementBlock as o, mergeProps as i, createElementVNode as n } from "vue";
2
+ import { openBlock as r, createElementBlock as o, mergeProps as n, createElementVNode as i } from "vue";
3
3
  var l = {
4
- name: "BlankIcon",
4
+ name: "AngleLeftIcon",
5
5
  extends: t
6
- }, p = /* @__PURE__ */ n("rect", {
7
- width: "1",
8
- height: "1",
9
- fill: "currentColor",
10
- "fill-opacity": "0"
11
- }, null, -1), a = [p];
12
- function c(e, s, d, h, m, f) {
13
- return r(), o("svg", i({
6
+ }, p = /* @__PURE__ */ i("path", {
7
+ d: "M8.75 11.185C8.65146 11.1854 8.55381 11.1662 8.4628 11.1284C8.37179 11.0906 8.28924 11.0351 8.22 10.965L4.72 7.46496C4.57955 7.32433 4.50066 7.13371 4.50066 6.93496C4.50066 6.73621 4.57955 6.54558 4.72 6.40496L8.22 2.93496C8.36095 2.84357 8.52851 2.80215 8.69582 2.81733C8.86312 2.83252 9.02048 2.90344 9.14268 3.01872C9.26487 3.134 9.34483 3.28696 9.36973 3.4531C9.39463 3.61924 9.36303 3.78892 9.28 3.93496L6.28 6.93496L9.28 9.93496C9.42045 10.0756 9.49934 10.2662 9.49934 10.465C9.49934 10.6637 9.42045 10.8543 9.28 10.995C9.13526 11.1257 8.9448 11.1939 8.75 11.185Z",
8
+ fill: "currentColor"
9
+ }, null, -1), s = [p];
10
+ function a(e, C, c, d, m, h) {
11
+ return r(), o("svg", n({
14
12
  width: "14",
15
13
  height: "14",
16
14
  viewBox: "0 0 14 14",
17
15
  fill: "none",
18
16
  xmlns: "http://www.w3.org/2000/svg"
19
- }, e.pti()), a, 16);
17
+ }, e.pti()), s, 16);
20
18
  }
21
- l.render = c;
19
+ l.render = a;
22
20
  export {
23
21
  l as default
24
22
  };
package/dist/index317.js CHANGED
@@ -1,24 +1,71 @@
1
- import C from "./index293.js";
2
- import { openBlock as r, createElementBlock as t, mergeProps as o, createElementVNode as n } from "vue";
3
- var l = {
4
- name: "SearchIcon",
5
- extends: C
6
- }, i = /* @__PURE__ */ n("path", {
7
- "fill-rule": "evenodd",
8
- "clip-rule": "evenodd",
9
- d: "M2.67602 11.0265C3.6661 11.688 4.83011 12.0411 6.02086 12.0411C6.81149 12.0411 7.59438 11.8854 8.32483 11.5828C8.87005 11.357 9.37808 11.0526 9.83317 10.6803L12.9769 13.8241C13.0323 13.8801 13.0983 13.9245 13.171 13.9548C13.2438 13.985 13.3219 14.0003 13.4007 14C13.4795 14.0003 13.5575 13.985 13.6303 13.9548C13.7031 13.9245 13.7691 13.8801 13.8244 13.8241C13.9367 13.7116 13.9998 13.5592 13.9998 13.4003C13.9998 13.2414 13.9367 13.089 13.8244 12.9765L10.6807 9.8328C11.053 9.37773 11.3573 8.86972 11.5831 8.32452C11.8857 7.59408 12.0414 6.81119 12.0414 6.02056C12.0414 4.8298 11.6883 3.66579 11.0268 2.67572C10.3652 1.68564 9.42494 0.913972 8.32483 0.45829C7.22472 0.00260857 6.01418 -0.116618 4.84631 0.115686C3.67844 0.34799 2.60568 0.921393 1.76369 1.76338C0.921698 2.60537 0.348296 3.67813 0.115991 4.84601C-0.116313 6.01388 0.00291375 7.22441 0.458595 8.32452C0.914277 9.42464 1.68595 10.3649 2.67602 11.0265ZM3.35565 2.0158C4.14456 1.48867 5.07206 1.20731 6.02086 1.20731C7.29317 1.20731 8.51338 1.71274 9.41304 2.6124C10.3127 3.51206 10.8181 4.73226 10.8181 6.00457C10.8181 6.95337 10.5368 7.88088 10.0096 8.66978C9.48251 9.45868 8.73328 10.0736 7.85669 10.4367C6.98011 10.7997 6.01554 10.8947 5.08496 10.7096C4.15439 10.5245 3.2996 10.0676 2.62869 9.39674C1.95778 8.72583 1.50089 7.87104 1.31579 6.94046C1.13068 6.00989 1.22568 5.04532 1.58878 4.16874C1.95187 3.29215 2.56675 2.54292 3.35565 2.0158Z",
10
- fill: "currentColor"
11
- }, null, -1), p = [i];
12
- function d(e, a, c, s, h, m) {
13
- return r(), t("svg", o({
14
- width: "14",
15
- height: "14",
16
- viewBox: "0 0 14 14",
17
- fill: "none",
18
- xmlns: "http://www.w3.org/2000/svg"
19
- }, e.pti()), p, 16);
1
+ import n from "./index288.js";
2
+ var t = `
3
+ @layer primevue {
4
+ .p-virtualscroller {
5
+ position: relative;
6
+ overflow: auto;
7
+ contain: strict;
8
+ transform: translateZ(0);
9
+ will-change: scroll-position;
10
+ outline: 0 none;
11
+ }
12
+
13
+ .p-virtualscroller-content {
14
+ position: absolute;
15
+ top: 0;
16
+ left: 0;
17
+ /* contain: content; */
18
+ min-height: 100%;
19
+ min-width: 100%;
20
+ will-change: transform;
21
+ }
22
+
23
+ .p-virtualscroller-spacer {
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ height: 1px;
28
+ width: 1px;
29
+ transform-origin: 0 0;
30
+ pointer-events: none;
31
+ }
32
+
33
+ .p-virtualscroller .p-virtualscroller-loader {
34
+ position: sticky;
35
+ top: 0;
36
+ left: 0;
37
+ width: 100%;
38
+ height: 100%;
39
+ }
40
+
41
+ .p-virtualscroller-loader.p-component-overlay {
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ }
46
+
47
+ .p-virtualscroller-loading-icon {
48
+ font-size: 2rem;
49
+ }
50
+
51
+ .p-virtualscroller-loading-icon.p-icon {
52
+ width: 2rem;
53
+ height: 2rem;
54
+ }
55
+
56
+ .p-virtualscroller-horizontal > .p-virtualscroller-content {
57
+ display: flex;
58
+ }
59
+
60
+ /* Inline */
61
+ .p-virtualscroller-inline .p-virtualscroller-content {
62
+ position: static;
63
+ }
20
64
  }
21
- l.render = d;
65
+ `, r = n.extend({
66
+ name: "virtualscroller",
67
+ css: t
68
+ });
22
69
  export {
23
- l as default
70
+ r as default
24
71
  };
package/dist/index318.js CHANGED
@@ -1,65 +1,21 @@
1
- import a from "./index288.js";
2
- var l = {
3
- root: function(e) {
4
- var p = e.instance, n = e.props, o = e.state;
5
- return ["p-dropdown p-component p-inputwrapper", {
6
- "p-disabled": n.disabled,
7
- "p-invalid": n.invalid,
8
- "p-variant-filled": n.variant ? n.variant === "filled" : p.$primevue.config.inputStyle === "filled",
9
- "p-dropdown-clearable": n.showClear,
10
- "p-focus": o.focused,
11
- "p-inputwrapper-filled": p.hasSelectedOption,
12
- "p-inputwrapper-focus": o.focused || o.overlayVisible,
13
- "p-overlay-open": o.overlayVisible
1
+ import c from "./index288.js";
2
+ var n = {
3
+ root: function(i) {
4
+ var o = i.instance, e = i.props;
5
+ return ["p-checkbox p-component", {
6
+ "p-highlight": o.checked,
7
+ "p-disabled": e.disabled,
8
+ "p-invalid": e.invalid,
9
+ "p-variant-filled": e.variant ? e.variant === "filled" : o.$primevue.config.inputStyle === "filled"
14
10
  }];
15
11
  },
16
- input: function(e) {
17
- var p, n = e.instance, o = e.props;
18
- return ["p-dropdown-label p-inputtext", {
19
- "p-placeholder": !o.editable && n.label === o.placeholder,
20
- "p-dropdown-label-empty": !o.editable && !n.$slots.value && (n.label === "p-emptylabel" || ((p = n.label) === null || p === void 0 ? void 0 : p.length) === 0)
21
- }];
22
- },
23
- clearIcon: "p-dropdown-clear-icon",
24
- trigger: "p-dropdown-trigger",
25
- loadingicon: "p-dropdown-trigger-icon",
26
- dropdownIcon: "p-dropdown-trigger-icon",
27
- panel: function(e) {
28
- e.props;
29
- var p = e.instance;
30
- return ["p-dropdown-panel p-component", {
31
- "p-ripple-disabled": p.$primevue.config.ripple === !1
32
- }];
33
- },
34
- header: "p-dropdown-header",
35
- filterContainer: "p-dropdown-filter-container",
36
- filterInput: function(e) {
37
- var p = e.props, n = e.instance;
38
- return ["p-dropdown-filter p-inputtext p-component", {
39
- "p-variant-filled": p.variant ? p.variant === "filled" : n.$primevue.config.inputStyle === "filled"
40
- }];
41
- },
42
- filterIcon: "p-dropdown-filter-icon",
43
- wrapper: "p-dropdown-items-wrapper",
44
- list: "p-dropdown-items",
45
- itemGroup: "p-dropdown-item-group",
46
- itemGroupLabel: "p-dropdown-item-group-label",
47
- item: function(e) {
48
- var p = e.instance, n = e.props, o = e.state, t = e.option, r = e.focusedOption;
49
- return ["p-dropdown-item", {
50
- "p-highlight": p.isSelected(t) && n.highlightOnSelect,
51
- "p-focus": o.focusedOptionIndex === r,
52
- "p-disabled": p.isOptionDisabled(t)
53
- }];
54
- },
55
- itemLabel: "p-dropdown-item-label",
56
- checkIcon: "p-dropdown-check-icon",
57
- blankIcon: "p-dropdown-blank-icon",
58
- emptyMessage: "p-dropdown-empty-message"
59
- }, s = a.extend({
60
- name: "dropdown",
61
- classes: l
12
+ box: "p-checkbox-box",
13
+ input: "p-checkbox-input",
14
+ icon: "p-checkbox-icon"
15
+ }, p = c.extend({
16
+ name: "checkbox",
17
+ classes: n
62
18
  });
63
19
  export {
64
- s as default
20
+ p as default
65
21
  };
package/dist/index319.js CHANGED
@@ -1,86 +1,21 @@
1
- import { Plugin as w } from "./index285.js";
2
- import { dropPoint as v } from "./index301.js";
3
- function y(m = {}) {
4
- return new w({
5
- view(e) {
6
- return new C(e, m);
7
- }
8
- });
9
- }
10
- class C {
11
- constructor(e, t) {
12
- var i;
13
- this.editorView = e, this.cursorPos = null, this.element = null, this.timeout = -1, this.width = (i = t.width) !== null && i !== void 0 ? i : 1, this.color = t.color === !1 ? void 0 : t.color || "black", this.class = t.class, this.handlers = ["dragover", "dragend", "drop", "dragleave"].map((s) => {
14
- let d = (r) => {
15
- this[s](r);
16
- };
17
- return e.dom.addEventListener(s, d), { name: s, handler: d };
18
- });
19
- }
20
- destroy() {
21
- this.handlers.forEach(({ name: e, handler: t }) => this.editorView.dom.removeEventListener(e, t));
22
- }
23
- update(e, t) {
24
- this.cursorPos != null && t.doc != e.state.doc && (this.cursorPos > e.state.doc.content.size ? this.setCursor(null) : this.updateOverlay());
25
- }
26
- setCursor(e) {
27
- e != this.cursorPos && (this.cursorPos = e, e == null ? (this.element.parentNode.removeChild(this.element), this.element = null) : this.updateOverlay());
28
- }
29
- updateOverlay() {
30
- let e = this.editorView.state.doc.resolve(this.cursorPos), t = !e.parent.inlineContent, i, s = this.editorView.dom, d = s.getBoundingClientRect(), r = d.width / s.offsetWidth, h = d.height / s.offsetHeight;
31
- if (t) {
32
- let o = e.nodeBefore, n = e.nodeAfter;
33
- if (o || n) {
34
- let a = this.editorView.nodeDOM(this.cursorPos - (o ? o.nodeSize : 0));
35
- if (a) {
36
- let c = a.getBoundingClientRect(), u = o ? c.bottom : c.top;
37
- o && n && (u = (u + this.editorView.nodeDOM(this.cursorPos).getBoundingClientRect().top) / 2);
38
- let g = this.width / 2 * h;
39
- i = { left: c.left, right: c.right, top: u - g, bottom: u + g };
40
- }
41
- }
42
- }
43
- if (!i) {
44
- let o = this.editorView.coordsAtPos(this.cursorPos), n = this.width / 2 * r;
45
- i = { left: o.left - n, right: o.left + n, top: o.top, bottom: o.bottom };
46
- }
47
- let l = this.editorView.dom.offsetParent;
48
- this.element || (this.element = l.appendChild(document.createElement("div")), this.class && (this.element.className = this.class), this.element.style.cssText = "position: absolute; z-index: 50; pointer-events: none;", this.color && (this.element.style.backgroundColor = this.color)), this.element.classList.toggle("prosemirror-dropcursor-block", t), this.element.classList.toggle("prosemirror-dropcursor-inline", !t);
49
- let f, p;
50
- if (!l || l == document.body && getComputedStyle(l).position == "static")
51
- f = -pageXOffset, p = -pageYOffset;
52
- else {
53
- let o = l.getBoundingClientRect(), n = o.width / l.offsetWidth, a = o.height / l.offsetHeight;
54
- f = o.left - l.scrollLeft * n, p = o.top - l.scrollTop * a;
55
- }
56
- this.element.style.left = (i.left - f) / r + "px", this.element.style.top = (i.top - p) / h + "px", this.element.style.width = (i.right - i.left) / r + "px", this.element.style.height = (i.bottom - i.top) / h + "px";
57
- }
58
- scheduleRemoval(e) {
59
- clearTimeout(this.timeout), this.timeout = setTimeout(() => this.setCursor(null), e);
60
- }
61
- dragover(e) {
62
- if (!this.editorView.editable)
63
- return;
64
- let t = this.editorView.posAtCoords({ left: e.clientX, top: e.clientY }), i = t && t.inside >= 0 && this.editorView.state.doc.nodeAt(t.inside), s = i && i.type.spec.disableDropCursor, d = typeof s == "function" ? s(this.editorView, t, e) : s;
65
- if (t && !d) {
66
- let r = t.pos;
67
- if (this.editorView.dragging && this.editorView.dragging.slice) {
68
- let h = v(this.editorView.state.doc, r, this.editorView.dragging.slice);
69
- h != null && (r = h);
70
- }
71
- this.setCursor(r), this.scheduleRemoval(5e3);
72
- }
73
- }
74
- dragend() {
75
- this.scheduleRemoval(20);
76
- }
77
- drop() {
78
- this.scheduleRemoval(20);
79
- }
80
- dragleave(e) {
81
- this.editorView.dom.contains(e.relatedTarget) || this.setCursor(null);
82
- }
83
- }
1
+ import n from "./index288.js";
2
+ var a = {
3
+ root: function(i) {
4
+ var o = i.instance, t = i.props;
5
+ return ["p-radiobutton p-component", {
6
+ "p-highlight": o.checked,
7
+ "p-disabled": t.disabled,
8
+ "p-invalid": t.invalid,
9
+ "p-variant-filled": t.variant ? t.variant === "filled" : o.$primevue.config.inputStyle === "filled"
10
+ }];
11
+ },
12
+ box: "p-radiobutton-box",
13
+ input: "p-radiobutton-input",
14
+ icon: "p-radiobutton-icon"
15
+ }, r = n.extend({
16
+ name: "radiobutton",
17
+ classes: a
18
+ });
84
19
  export {
85
- y as dropCursor
20
+ r as default
86
21
  };
package/dist/index320.js CHANGED
@@ -1,204 +1,24 @@
1
- import { keydownHandler as v } from "./index306.js";
2
- import { Plugin as w, TextSelection as m, NodeSelection as x, Selection as u } from "./index285.js";
3
- import { Fragment as h, Slice as g } from "./index303.js";
4
- import { DecorationSet as S, Decoration as A } from "./index305.js";
5
- class i extends u {
6
- /**
7
- Create a gap cursor.
8
- */
9
- constructor(e) {
10
- super(e, e);
11
- }
12
- map(e, t) {
13
- let o = e.resolve(t.map(this.head));
14
- return i.valid(o) ? new i(o) : u.near(o);
15
- }
16
- content() {
17
- return g.empty;
18
- }
19
- eq(e) {
20
- return e instanceof i && e.head == this.head;
21
- }
22
- toJSON() {
23
- return { type: "gapcursor", pos: this.head };
24
- }
25
- /**
26
- @internal
27
- */
28
- static fromJSON(e, t) {
29
- if (typeof t.pos != "number")
30
- throw new RangeError("Invalid input for GapCursor.fromJSON");
31
- return new i(e.resolve(t.pos));
32
- }
33
- /**
34
- @internal
35
- */
36
- getBookmark() {
37
- return new d(this.anchor);
38
- }
39
- /**
40
- @internal
41
- */
42
- static valid(e) {
43
- let t = e.parent;
44
- if (t.isTextblock || !b(e) || !y(e))
45
- return !1;
46
- let o = t.type.spec.allowGapCursor;
47
- if (o != null)
48
- return o;
49
- let r = t.contentMatchAt(e.index()).defaultType;
50
- return r && r.isTextblock;
51
- }
52
- /**
53
- @internal
54
- */
55
- static findGapCursorFrom(e, t, o = !1) {
56
- e: for (; ; ) {
57
- if (!o && i.valid(e))
58
- return e;
59
- let r = e.pos, s = null;
60
- for (let l = e.depth; ; l--) {
61
- let a = e.node(l);
62
- if (t > 0 ? e.indexAfter(l) < a.childCount : e.index(l) > 0) {
63
- s = a.child(t > 0 ? e.indexAfter(l) : e.index(l) - 1);
64
- break;
65
- } else if (l == 0)
66
- return null;
67
- r += t;
68
- let f = e.doc.resolve(r);
69
- if (i.valid(f))
70
- return f;
71
- }
72
- for (; ; ) {
73
- let l = t > 0 ? s.firstChild : s.lastChild;
74
- if (!l) {
75
- if (s.isAtom && !s.isText && !x.isSelectable(s)) {
76
- e = e.doc.resolve(r + s.nodeSize * t), o = !1;
77
- continue e;
78
- }
79
- break;
80
- }
81
- s = l, r += t;
82
- let a = e.doc.resolve(r);
83
- if (i.valid(a))
84
- return a;
85
- }
86
- return null;
87
- }
88
- }
89
- }
90
- i.prototype.visible = !1;
91
- i.findFrom = i.findGapCursorFrom;
92
- u.jsonID("gapcursor", i);
93
- class d {
94
- constructor(e) {
95
- this.pos = e;
96
- }
97
- map(e) {
98
- return new d(e.map(this.pos));
99
- }
100
- resolve(e) {
101
- let t = e.resolve(this.pos);
102
- return i.valid(t) ? new i(t) : u.near(t);
103
- }
104
- }
105
- function C(n) {
106
- return n.isAtom || n.spec.isolating || n.spec.createGapCursor;
107
- }
108
- function b(n) {
109
- for (let e = n.depth; e >= 0; e--) {
110
- let t = n.index(e), o = n.node(e);
111
- if (t == 0) {
112
- if (o.type.spec.isolating)
113
- return !0;
114
- continue;
115
- }
116
- for (let r = o.child(t - 1); ; r = r.lastChild) {
117
- if (r.childCount == 0 && !r.inlineContent || C(r.type))
118
- return !0;
119
- if (r.inlineContent)
120
- return !1;
121
- }
122
- }
123
- return !0;
124
- }
125
- function y(n) {
126
- for (let e = n.depth; e >= 0; e--) {
127
- let t = n.indexAfter(e), o = n.node(e);
128
- if (t == o.childCount) {
129
- if (o.type.spec.isolating)
130
- return !0;
131
- continue;
132
- }
133
- for (let r = o.child(t); ; r = r.firstChild) {
134
- if (r.childCount == 0 && !r.inlineContent || C(r.type))
135
- return !0;
136
- if (r.inlineContent)
137
- return !1;
138
- }
139
- }
140
- return !0;
141
- }
142
- function B() {
143
- return new w({
144
- props: {
145
- decorations: F,
146
- createSelectionBetween(n, e, t) {
147
- return e.pos == t.pos && i.valid(t) ? new i(t) : null;
148
- },
149
- handleClick: T,
150
- handleKeyDown: k,
151
- handleDOMEvents: { beforeinput: D }
152
- }
153
- });
154
- }
155
- const k = v({
156
- ArrowLeft: c("horiz", -1),
157
- ArrowRight: c("horiz", 1),
158
- ArrowUp: c("vert", -1),
159
- ArrowDown: c("vert", 1)
160
- });
161
- function c(n, e) {
162
- const t = n == "vert" ? e > 0 ? "down" : "up" : e > 0 ? "right" : "left";
163
- return function(o, r, s) {
164
- let l = o.selection, a = e > 0 ? l.$to : l.$from, f = l.empty;
165
- if (l instanceof m) {
166
- if (!s.endOfTextblock(t) || a.depth == 0)
167
- return !1;
168
- f = !1, a = o.doc.resolve(e > 0 ? a.after() : a.before());
169
- }
170
- let p = i.findGapCursorFrom(a, e, f);
171
- return p ? (r && r(o.tr.setSelection(new i(p))), !0) : !1;
172
- };
173
- }
174
- function T(n, e, t) {
175
- if (!n || !n.editable)
176
- return !1;
177
- let o = n.state.doc.resolve(e);
178
- if (!i.valid(o))
179
- return !1;
180
- let r = n.posAtCoords({ left: t.clientX, top: t.clientY });
181
- return r && r.inside > -1 && x.isSelectable(n.state.doc.nodeAt(r.inside)) ? !1 : (n.dispatch(n.state.tr.setSelection(new i(o))), !0);
182
- }
183
- function D(n, e) {
184
- if (e.inputType != "insertCompositionText" || !(n.state.selection instanceof i))
185
- return !1;
186
- let { $from: t } = n.state.selection, o = t.parent.contentMatchAt(t.index()).findWrapping(n.state.schema.nodes.text);
187
- if (!o)
188
- return !1;
189
- let r = h.empty;
190
- for (let l = o.length - 1; l >= 0; l--)
191
- r = h.from(o[l].createAndFill(null, r));
192
- let s = n.state.tr.replace(t.pos, t.pos, new g(r, 0, 0));
193
- return s.setSelection(m.near(s.doc.resolve(t.pos + 1))), n.dispatch(s), !1;
194
- }
195
- function F(n) {
196
- if (!(n.selection instanceof i))
197
- return null;
198
- let e = document.createElement("div");
199
- return e.className = "ProseMirror-gapcursor", S.create(n.doc, [A.widget(n.selection.head, e, { key: "gapcursor" })]);
200
- }
1
+ import t from "./index293.js";
2
+ import { openBlock as r, createElementBlock as o, mergeProps as i, createElementVNode as n } from "vue";
3
+ var l = {
4
+ name: "BlankIcon",
5
+ extends: t
6
+ }, p = /* @__PURE__ */ n("rect", {
7
+ width: "1",
8
+ height: "1",
9
+ fill: "currentColor",
10
+ "fill-opacity": "0"
11
+ }, null, -1), a = [p];
12
+ function c(e, s, d, h, m, f) {
13
+ return r(), o("svg", i({
14
+ width: "14",
15
+ height: "14",
16
+ viewBox: "0 0 14 14",
17
+ fill: "none",
18
+ xmlns: "http://www.w3.org/2000/svg"
19
+ }, e.pti()), a, 16);
20
+ }
21
+ l.render = c;
201
22
  export {
202
- i as GapCursor,
203
- B as gapCursor
23
+ l as default
204
24
  };