@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.
- package/dist/index.css +1 -1
- package/dist/index194.js +1 -1
- package/dist/index195.js +7 -7
- package/dist/index201.js +23 -23
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index206.js +2 -2
- package/dist/index208.js +14 -14
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +3 -3
- package/dist/index212.js +6 -6
- package/dist/index234.js +1 -1
- package/dist/index238.js +1 -1
- package/dist/index242.js +3618 -109
- package/dist/index243.js +49 -32
- package/dist/index244.js +70 -73
- package/dist/index245.js +52 -20
- package/dist/index246.js +215 -20
- package/dist/index247.js +10 -20
- package/dist/index248.js +57 -20
- package/dist/index249.js +61 -22
- package/dist/index250.js +54 -22
- package/dist/index251.js +75 -20
- package/dist/index252.js +681 -791
- package/dist/index253.js +33 -693
- package/dist/index254.js +56 -168
- package/dist/index255.js +11 -22
- package/dist/index256.js +705 -20
- package/dist/index257.js +820 -20
- package/dist/index258.js +22 -3
- package/dist/index259.js +21 -186
- package/dist/index260.js +19 -132
- package/dist/index261.js +744 -1131
- package/dist/index262.js +701 -19
- package/dist/index263.js +176 -22
- package/dist/index264.js +13 -15
- package/dist/index265.js +13 -22
- package/dist/index266.js +15 -13
- package/dist/index267.js +12 -12
- package/dist/index268.js +20 -2
- package/dist/index269.js +2 -1
- package/dist/index270.js +166 -3615
- package/dist/index271.js +128 -50
- package/dist/index272.js +1214 -68
- package/dist/index273.js +122 -47
- package/dist/index274.js +20 -215
- package/dist/index275.js +22 -10
- package/dist/index276.js +22 -57
- package/dist/index277.js +32 -55
- package/dist/index278.js +29 -54
- package/dist/index279.js +20 -75
- package/dist/index280.js +19 -725
- package/dist/index281.js +2 -42
- package/dist/index282.js +2 -64
- package/dist/index283.js +79 -10
- package/dist/index284.js +20 -705
- package/dist/index285.js +20 -820
- package/dist/index300.js +1534 -2
- package/dist/index301.js +346 -1494
- package/dist/index302.js +2675 -330
- package/dist/index303.js +72 -2717
- package/dist/index304.js +3782 -76
- package/dist/index305.js +49 -3781
- package/dist/index306.js +15 -60
- package/dist/index307.js +81 -76
- package/dist/index308.js +202 -22
- package/dist/index309.js +226 -915
- package/dist/index310.js +2 -22
- package/dist/index311.js +78 -19
- package/dist/index312.js +15 -13
- package/dist/index313.js +930 -64
- package/dist/index314.js +21 -18
- package/dist/index315.js +20 -19
- package/dist/index316.js +10 -12
- package/dist/index317.js +68 -21
- package/dist/index318.js +16 -60
- package/dist/index319.js +19 -84
- package/dist/index320.js +22 -202
- package/dist/index321.js +22 -246
- package/dist/index322.js +63 -15
- package/dist/index366.js +1 -1
- package/dist/index380.js +95 -98
- package/dist/index381.js +100 -16
- package/dist/index383.js +16 -97
- package/dist/index4.js +39 -18
- package/dist/index68.js +19 -4
- package/dist/src/components/avatar/avatar.d.ts +31 -0
- package/dist/src/components/avatar/avatar.stories.d.ts +29 -0
- package/dist/src/components/comment/comment.d.ts +27 -0
- package/dist/src/components/comment/comment.stories.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.d.ts +27 -0
- package/dist/src/components/comment-section/comment-section.stories.d.ts +27 -0
- package/dist/src/components/room-details-popover/room-details-popover.d.ts +27 -0
- package/package.json +1 -1
package/dist/index281.js
CHANGED
|
@@ -1,44 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
var a = " ", d = " ", p = o.create({
|
|
3
|
-
name: "paragraph",
|
|
4
|
-
priority: 1e3,
|
|
5
|
-
addOptions() {
|
|
6
|
-
return {
|
|
7
|
-
HTMLAttributes: {}
|
|
8
|
-
};
|
|
9
|
-
},
|
|
10
|
-
group: "block",
|
|
11
|
-
content: "inline*",
|
|
12
|
-
parseHTML() {
|
|
13
|
-
return [{ tag: "p" }];
|
|
14
|
-
},
|
|
15
|
-
renderHTML({ HTMLAttributes: r }) {
|
|
16
|
-
return ["p", i(this.options.HTMLAttributes, r), 0];
|
|
17
|
-
},
|
|
18
|
-
parseMarkdown: (r, e) => {
|
|
19
|
-
const t = r.tokens || [];
|
|
20
|
-
if (t.length === 1 && t[0].type === "image")
|
|
21
|
-
return e.parseChildren([t[0]]);
|
|
22
|
-
const n = e.parseInline(t);
|
|
23
|
-
return n.length === 1 && n[0].type === "text" && (n[0].text === a || n[0].text === d) ? e.createNode("paragraph", void 0, []) : e.createNode("paragraph", void 0, n);
|
|
24
|
-
},
|
|
25
|
-
renderMarkdown: (r, e) => {
|
|
26
|
-
if (!r)
|
|
27
|
-
return "";
|
|
28
|
-
const t = Array.isArray(r.content) ? r.content : [];
|
|
29
|
-
return t.length === 0 ? a : e.renderChildren(t);
|
|
30
|
-
},
|
|
31
|
-
addCommands() {
|
|
32
|
-
return {
|
|
33
|
-
setParagraph: () => ({ commands: r }) => r.setNode(this.name)
|
|
34
|
-
};
|
|
35
|
-
},
|
|
36
|
-
addKeyboardShortcuts() {
|
|
37
|
-
return {
|
|
38
|
-
"Mod-Alt-0": () => this.editor.commands.setParagraph()
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
});
|
|
1
|
+
var a = {};
|
|
42
2
|
export {
|
|
43
|
-
|
|
3
|
+
a as default
|
|
44
4
|
};
|
package/dist/index282.js
CHANGED
|
@@ -1,66 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
var i = /(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/, d = /(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g, o = r.create({
|
|
3
|
-
name: "strike",
|
|
4
|
-
addOptions() {
|
|
5
|
-
return {
|
|
6
|
-
HTMLAttributes: {}
|
|
7
|
-
};
|
|
8
|
-
},
|
|
9
|
-
parseHTML() {
|
|
10
|
-
return [
|
|
11
|
-
{
|
|
12
|
-
tag: "s"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
tag: "del"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
tag: "strike"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
style: "text-decoration",
|
|
22
|
-
consuming: !1,
|
|
23
|
-
getAttrs: (e) => e.includes("line-through") ? {} : !1
|
|
24
|
-
}
|
|
25
|
-
];
|
|
26
|
-
},
|
|
27
|
-
renderHTML({ HTMLAttributes: e }) {
|
|
28
|
-
return ["s", a(this.options.HTMLAttributes, e), 0];
|
|
29
|
-
},
|
|
30
|
-
markdownTokenName: "del",
|
|
31
|
-
parseMarkdown: (e, t) => t.applyMark("strike", t.parseInline(e.tokens || [])),
|
|
32
|
-
renderMarkdown: (e, t) => `~~${t.renderChildren(e)}~~`,
|
|
33
|
-
addCommands() {
|
|
34
|
-
return {
|
|
35
|
-
setStrike: () => ({ commands: e }) => e.setMark(this.name),
|
|
36
|
-
toggleStrike: () => ({ commands: e }) => e.toggleMark(this.name),
|
|
37
|
-
unsetStrike: () => ({ commands: e }) => e.unsetMark(this.name)
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
addKeyboardShortcuts() {
|
|
41
|
-
return {
|
|
42
|
-
"Mod-Shift-s": () => this.editor.commands.toggleStrike()
|
|
43
|
-
};
|
|
44
|
-
},
|
|
45
|
-
addInputRules() {
|
|
46
|
-
return [
|
|
47
|
-
n({
|
|
48
|
-
find: i,
|
|
49
|
-
type: this.type
|
|
50
|
-
})
|
|
51
|
-
];
|
|
52
|
-
},
|
|
53
|
-
addPasteRules() {
|
|
54
|
-
return [
|
|
55
|
-
s({
|
|
56
|
-
find: d,
|
|
57
|
-
type: this.type
|
|
58
|
-
})
|
|
59
|
-
];
|
|
60
|
-
}
|
|
61
|
-
});
|
|
1
|
+
var a = {};
|
|
62
2
|
export {
|
|
63
|
-
|
|
64
|
-
i as inputRegex,
|
|
65
|
-
d as pasteRegex
|
|
3
|
+
a as default
|
|
66
4
|
};
|
package/dist/index283.js
CHANGED
|
@@ -1,13 +1,82 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
1
|
+
import l from "./index288.js";
|
|
2
|
+
var r = {
|
|
3
|
+
mask: function(i) {
|
|
4
|
+
var a = i.instance;
|
|
5
|
+
return ["p-galleria-mask p-component-overlay p-component-overlay-enter", {
|
|
6
|
+
"p-ripple-disabled": a.$primevue.config.ripple === !1
|
|
7
|
+
}];
|
|
8
|
+
},
|
|
9
|
+
root: function(i) {
|
|
10
|
+
var a = i.instance, e = a.$attrs.showThumbnails && a.getPositionClass("p-galleria-thumbnails", a.$attrs.thumbnailsPosition), n = a.$attrs.showIndicators && a.getPositionClass("p-galleria-indicators", a.$attrs.indicatorsPosition);
|
|
11
|
+
return ["p-galleria p-component", {
|
|
12
|
+
"p-galleria-fullscreen": a.$attrs.fullScreen,
|
|
13
|
+
"p-galleria-indicator-onitem": a.$attrs.showIndicatorsOnItem,
|
|
14
|
+
"p-galleria-item-nav-onhover": a.$attrs.showItemNavigatorsOnHover && !a.$attrs.fullScreen
|
|
15
|
+
}, e, n];
|
|
16
|
+
},
|
|
17
|
+
closeButton: "p-galleria-close p-link",
|
|
18
|
+
closeIcon: "p-galleria-close-icon",
|
|
19
|
+
header: "p-galleria-header",
|
|
20
|
+
content: "p-galleria-content",
|
|
21
|
+
footer: "p-galleria-footer",
|
|
22
|
+
itemWrapper: "p-galleria-item-wrapper",
|
|
23
|
+
itemContainer: "p-galleria-item-container",
|
|
24
|
+
previousItemButton: function(i) {
|
|
25
|
+
var a = i.instance;
|
|
26
|
+
return ["p-galleria-item-prev p-galleria-item-nav p-link", {
|
|
27
|
+
"p-disabled": a.isNavBackwardDisabled()
|
|
28
|
+
}];
|
|
29
|
+
},
|
|
30
|
+
previousItemIcon: "p-galleria-item-prev-icon",
|
|
31
|
+
item: "p-galleria-item",
|
|
32
|
+
nextItemButton: function(i) {
|
|
33
|
+
var a = i.instance;
|
|
34
|
+
return ["p-galleria-item-next p-galleria-item-nav p-link", {
|
|
35
|
+
"p-disabled": a.isNavForwardDisabled()
|
|
36
|
+
}];
|
|
37
|
+
},
|
|
38
|
+
nextItemIcon: "p-galleria-item-next-icon",
|
|
39
|
+
caption: "p-galleria-caption",
|
|
40
|
+
indicators: "p-galleria-indicators p-reset",
|
|
41
|
+
indicator: function(i) {
|
|
42
|
+
var a = i.instance, e = i.index;
|
|
43
|
+
return ["p-galleria-indicator", {
|
|
44
|
+
"p-highlight": a.isIndicatorItemActive(e)
|
|
45
|
+
}];
|
|
46
|
+
},
|
|
47
|
+
indicatorButton: "p-link",
|
|
48
|
+
thumbnailWrapper: "p-galleria-thumbnail-wrapper",
|
|
49
|
+
thumbnailContainer: "p-galleria-thumbnail-container",
|
|
50
|
+
previousThumbnailButton: function(i) {
|
|
51
|
+
var a = i.instance;
|
|
52
|
+
return ["p-galleria-thumbnail-prev p-link", {
|
|
53
|
+
"p-disabled": a.isNavBackwardDisabled()
|
|
54
|
+
}];
|
|
55
|
+
},
|
|
56
|
+
previousThumbnailIcon: "p-galleria-thumbnail-prev-icon",
|
|
57
|
+
thumbnailItemsContainer: "p-galleria-thumbnail-items-container",
|
|
58
|
+
thumbnailItems: "p-galleria-thumbnail-items",
|
|
59
|
+
thumbnailItem: function(i) {
|
|
60
|
+
var a = i.instance, e = i.index, n = i.activeIndex;
|
|
61
|
+
return ["p-galleria-thumbnail-item", {
|
|
62
|
+
"p-galleria-thumbnail-item-current": n === e,
|
|
63
|
+
"p-galleria-thumbnail-item-active": a.isItemActive(e),
|
|
64
|
+
"p-galleria-thumbnail-item-start": a.firstItemAciveIndex() === e,
|
|
65
|
+
"p-galleria-thumbnail-item-end": a.lastItemActiveIndex() === e
|
|
66
|
+
}];
|
|
67
|
+
},
|
|
68
|
+
thumbnailItemContent: "p-galleria-thumbnail-item-content",
|
|
69
|
+
nextThumbnailButton: function(i) {
|
|
70
|
+
var a = i.instance;
|
|
71
|
+
return ["p-galleria-thumbnail-next p-link", {
|
|
72
|
+
"p-disabled": a.isNavForwardDisabled()
|
|
73
|
+
}];
|
|
74
|
+
},
|
|
75
|
+
nextThumbnailIcon: "p-galleria-thumbnail-next-icon"
|
|
76
|
+
}, s = l.extend({
|
|
77
|
+
name: "galleria",
|
|
78
|
+
classes: r
|
|
10
79
|
});
|
|
11
80
|
export {
|
|
12
|
-
|
|
81
|
+
s as default
|
|
13
82
|
};
|