@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/index254.js
CHANGED
|
@@ -1,178 +1,66 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
return
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"p-datatable-resizable-fit": o.resizableColumns && o.columnResizeMode === "fit",
|
|
9
|
-
"p-datatable-scrollable": o.scrollable,
|
|
10
|
-
"p-datatable-flex-scrollable": o.scrollable && o.scrollHeight === "flex",
|
|
11
|
-
"p-datatable-responsive-stack": o.responsiveLayout === "stack",
|
|
12
|
-
"p-datatable-responsive-scroll": o.responsiveLayout === "scroll",
|
|
13
|
-
"p-datatable-striped": o.stripedRows,
|
|
14
|
-
"p-datatable-gridlines": o.showGridlines,
|
|
15
|
-
"p-datatable-grouped-header": e.headerColumnGroup != null,
|
|
16
|
-
"p-datatable-grouped-footer": e.footerColumnGroup != null,
|
|
17
|
-
"p-datatable-sm": o.size === "small",
|
|
18
|
-
"p-datatable-lg": o.size === "large"
|
|
19
|
-
}];
|
|
1
|
+
import { Mark as r, markPasteRule as s, markInputRule as n, mergeAttributes as a } from "./index242.js";
|
|
2
|
+
var i = /(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))$/, d = /(?:^|\s)(~~(?!\s+~~)((?:[^~]+))~~(?!\s+~~))/g, o = r.create({
|
|
3
|
+
name: "strike",
|
|
4
|
+
addOptions() {
|
|
5
|
+
return {
|
|
6
|
+
HTMLAttributes: {}
|
|
7
|
+
};
|
|
20
8
|
},
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
+
];
|
|
27
26
|
},
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
var e = t.props;
|
|
31
|
-
return ["p-datatable-table", {
|
|
32
|
-
"p-datatable-scrollable-table": e.scrollable,
|
|
33
|
-
"p-datatable-resizable-table": e.resizableColumns,
|
|
34
|
-
"p-datatable-resizable-table-fit": e.resizableColumns && e.columnResizeMode === "fit"
|
|
35
|
-
}];
|
|
27
|
+
renderHTML({ HTMLAttributes: e }) {
|
|
28
|
+
return ["s", a(this.options.HTMLAttributes, e), 0];
|
|
36
29
|
},
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"p-resizable-column": e.resizableColumns,
|
|
47
|
-
"p-highlight": e.isColumnSorted(),
|
|
48
|
-
"p-filter-column": o.filterColumn,
|
|
49
|
-
"p-frozen-column": e.columnProp("frozen"),
|
|
50
|
-
"p-reorderable-column": o.reorderableColumns
|
|
51
|
-
}];
|
|
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
|
+
};
|
|
52
39
|
},
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
sortBadge: "p-sortable-column-badge",
|
|
58
|
-
// columnfilter
|
|
59
|
-
columnFilter: function(t) {
|
|
60
|
-
var e = t.props;
|
|
61
|
-
return ["p-column-filter p-fluid", {
|
|
62
|
-
"p-column-filter-row": e.display === "row",
|
|
63
|
-
"p-column-filter-menu": e.display === "menu"
|
|
64
|
-
}];
|
|
40
|
+
addKeyboardShortcuts() {
|
|
41
|
+
return {
|
|
42
|
+
"Mod-Shift-s": () => this.editor.commands.toggleStrike()
|
|
43
|
+
};
|
|
65
44
|
},
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
45
|
+
addInputRules() {
|
|
46
|
+
return [
|
|
47
|
+
n({
|
|
48
|
+
find: i,
|
|
49
|
+
type: this.type
|
|
50
|
+
})
|
|
51
|
+
];
|
|
73
52
|
},
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
var e = t.instance, o = t.props;
|
|
82
|
-
return [{
|
|
83
|
-
"p-column-filter-overlay p-component p-fluid": !0,
|
|
84
|
-
"p-column-filter-overlay-menu": o.display === "menu",
|
|
85
|
-
"p-ripple-disabled": e.$primevue.config.ripple === !1
|
|
86
|
-
}];
|
|
87
|
-
},
|
|
88
|
-
filterRowItems: "p-column-filter-row-items",
|
|
89
|
-
filterRowItem: function(t) {
|
|
90
|
-
var e = t.instance, o = t.matchMode;
|
|
91
|
-
return ["p-column-filter-row-item", {
|
|
92
|
-
"p-highlight": o && e.isRowMatchModeSelected(o.value)
|
|
93
|
-
}];
|
|
94
|
-
},
|
|
95
|
-
filterSeparator: "p-column-filter-separator",
|
|
96
|
-
filterOperator: "p-column-filter-operator",
|
|
97
|
-
filterOperatorDropdown: "p-column-filter-operator-dropdown",
|
|
98
|
-
filterConstraints: "p-column-filter-constraints",
|
|
99
|
-
filterConstraint: "p-column-filter-constraint",
|
|
100
|
-
filterMatchModeDropdown: "p-column-filter-matchmode-dropdown",
|
|
101
|
-
filterRemoveButton: "p-column-filter-remove-button p-button-text p-button-danger p-button-sm",
|
|
102
|
-
filterAddRule: "p-column-filter-add-rule",
|
|
103
|
-
filterAddRuleButton: "p-column-filter-add-button p-button-text p-button-sm",
|
|
104
|
-
filterButtonbar: "p-column-filter-buttonbar",
|
|
105
|
-
filterClearButton: "p-button-outlined p-button-sm",
|
|
106
|
-
filterApplyButton: "p-button-sm",
|
|
107
|
-
//tablebody
|
|
108
|
-
tbody: function(t) {
|
|
109
|
-
var e = t.props;
|
|
110
|
-
return e.frozenRow ? "p-datatable-tbody p-datatable-frozen-tbody" : "p-datatable-tbody";
|
|
111
|
-
},
|
|
112
|
-
rowgroupHeader: "p-rowgroup-header",
|
|
113
|
-
rowGroupToggler: "p-row-toggler p-link",
|
|
114
|
-
rowGroupTogglerIcon: "p-row-toggler-icon",
|
|
115
|
-
row: function(t) {
|
|
116
|
-
var e = t.instance, o = t.props, l = t.index, a = t.columnSelectionMode, n = [];
|
|
117
|
-
return o.selectionMode && n.push("p-selectable-row"), o.selection && n.push({
|
|
118
|
-
"p-highlight": a ? e.isSelected && e.$parentInstance.$parentInstance.highlightOnSelect : e.isSelected
|
|
119
|
-
}), o.contextMenuSelection && n.push({
|
|
120
|
-
"p-highlight-contextmenu": e.isSelectedWithContextMenu
|
|
121
|
-
}), n.push(l % 2 === 0 ? "p-row-even" : "p-row-odd"), n;
|
|
122
|
-
},
|
|
123
|
-
rowExpansion: "p-datatable-row-expansion",
|
|
124
|
-
rowgroupFooter: "p-rowgroup-footer",
|
|
125
|
-
emptyMessage: "p-datatable-emptymessage",
|
|
126
|
-
//bodycell
|
|
127
|
-
bodyCell: function(t) {
|
|
128
|
-
var e = t.instance;
|
|
129
|
-
return [{
|
|
130
|
-
"p-selection-column": e.columnProp("selectionMode") != null,
|
|
131
|
-
"p-editable-column": e.isEditable(),
|
|
132
|
-
"p-cell-editing": e.d_editing,
|
|
133
|
-
"p-frozen-column": e.columnProp("frozen")
|
|
134
|
-
}];
|
|
135
|
-
},
|
|
136
|
-
columnTitle: "p-column-title",
|
|
137
|
-
rowReorderIcon: "p-datatable-reorderablerow-handle",
|
|
138
|
-
rowToggler: "p-row-toggler p-link",
|
|
139
|
-
rowTogglerIcon: "p-row-toggler-icon",
|
|
140
|
-
rowEditorInitButton: "p-row-editor-init p-link",
|
|
141
|
-
rowEditorInitIcon: "p-row-editor-init-icon",
|
|
142
|
-
rowEditorSaveButton: "p-row-editor-save p-link",
|
|
143
|
-
rowEditorSaveIcon: "p-row-editor-save-icon",
|
|
144
|
-
rowEditorCancelButton: "p-row-editor-cancel p-link",
|
|
145
|
-
rowEditorCancelIcon: "p-row-editor-cancel-icon",
|
|
146
|
-
//tablefooter
|
|
147
|
-
tfoot: "p-datatable-tfoot",
|
|
148
|
-
//footercell
|
|
149
|
-
footerCell: function(t) {
|
|
150
|
-
var e = t.instance;
|
|
151
|
-
return [{
|
|
152
|
-
"p-frozen-column": e.columnProp("frozen")
|
|
153
|
-
}];
|
|
154
|
-
},
|
|
155
|
-
//datatable
|
|
156
|
-
virtualScrollerSpacer: "p-datatable-virtualscroller-spacer",
|
|
157
|
-
footer: "p-datatable-footer",
|
|
158
|
-
resizeHelper: "p-column-resizer-helper",
|
|
159
|
-
reorderIndicatorUp: "p-datatable-reorder-indicator-up",
|
|
160
|
-
reorderIndicatorDown: "p-datatable-reorder-indicator-down"
|
|
161
|
-
}, u = {
|
|
162
|
-
wrapper: {
|
|
163
|
-
overflow: "auto"
|
|
164
|
-
},
|
|
165
|
-
thead: {
|
|
166
|
-
position: "sticky"
|
|
167
|
-
},
|
|
168
|
-
tfoot: {
|
|
169
|
-
position: "sticky"
|
|
53
|
+
addPasteRules() {
|
|
54
|
+
return [
|
|
55
|
+
s({
|
|
56
|
+
find: d,
|
|
57
|
+
type: this.type
|
|
58
|
+
})
|
|
59
|
+
];
|
|
170
60
|
}
|
|
171
|
-
}, s = i.extend({
|
|
172
|
-
name: "datatable",
|
|
173
|
-
classes: p,
|
|
174
|
-
inlineStyles: u
|
|
175
61
|
});
|
|
176
62
|
export {
|
|
177
|
-
|
|
63
|
+
o as Strike,
|
|
64
|
+
i as inputRegex,
|
|
65
|
+
d as pasteRegex
|
|
178
66
|
};
|
package/dist/index255.js
CHANGED
|
@@ -1,24 +1,13 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}, null, -1), p = [i];
|
|
12
|
-
function d(e, s, a, c, m, h) {
|
|
13
|
-
return t(), C("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);
|
|
20
|
-
}
|
|
21
|
-
l.render = d;
|
|
1
|
+
import { Node as t } from "./index242.js";
|
|
2
|
+
var o = t.create({
|
|
3
|
+
name: "text",
|
|
4
|
+
group: "inline",
|
|
5
|
+
parseMarkdown: (e) => ({
|
|
6
|
+
type: "text",
|
|
7
|
+
text: e.text || ""
|
|
8
|
+
}),
|
|
9
|
+
renderMarkdown: (e) => e.text || ""
|
|
10
|
+
});
|
|
22
11
|
export {
|
|
23
|
-
|
|
12
|
+
o as Text
|
|
24
13
|
};
|