@quoreadmin/ui 1.10.3 → 1.10.5

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 (85) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index138.js +155 -105
  3. package/dist/index147.js +1 -1
  4. package/dist/index186.js +4 -4
  5. package/dist/index193.js +8 -8
  6. package/dist/index195.js +8 -8
  7. package/dist/index201.js +7 -7
  8. package/dist/index206.js +2 -2
  9. package/dist/index208.js +14 -14
  10. package/dist/index209.js +1 -1
  11. package/dist/index210.js +1 -1
  12. package/dist/index211.js +3 -3
  13. package/dist/index212.js +6 -6
  14. package/dist/index230.js +159 -159
  15. package/dist/index231.js +228 -20
  16. package/dist/index232.js +36 -19
  17. package/dist/index233.js +10 -22
  18. package/dist/index234.js +113 -185
  19. package/dist/index235.js +25 -57
  20. package/dist/index236.js +77 -31
  21. package/dist/index237.js +19 -39
  22. package/dist/index238.js +19 -126
  23. package/dist/index239.js +16 -34
  24. package/dist/index240.js +20 -80
  25. package/dist/index241.js +10 -10
  26. package/dist/index242.js +3636 -20
  27. package/dist/index243.js +55 -20
  28. package/dist/index244.js +77 -20
  29. package/dist/index245.js +51 -160
  30. package/dist/index246.js +212 -225
  31. package/dist/index247.js +10 -37
  32. package/dist/index248.js +57 -10
  33. package/dist/index249.js +46 -3621
  34. package/dist/index250.js +35 -36
  35. package/dist/index251.js +28 -30
  36. package/dist/index252.js +702 -28
  37. package/dist/index253.js +22 -195
  38. package/dist/index254.js +63 -9
  39. package/dist/index255.js +8 -54
  40. package/dist/index256.js +695 -51
  41. package/dist/index257.js +815 -49
  42. package/dist/index258.js +154 -68
  43. package/dist/index259.js +19 -725
  44. package/dist/index260.js +22 -42
  45. package/dist/index261.js +190 -55
  46. package/dist/index262.js +70 -11
  47. package/dist/index263.js +33 -704
  48. package/dist/index264.js +37 -817
  49. package/dist/index277.js +3 -3
  50. package/dist/index292.js +2 -54
  51. package/dist/index294.js +1534 -26
  52. package/dist/index295.js +386 -22
  53. package/dist/index296.js +2731 -22
  54. package/dist/index297.js +86 -16
  55. package/dist/index298.js +3792 -17
  56. package/dist/index299.js +59 -22
  57. package/dist/index300.js +15 -2
  58. package/dist/index301.js +62 -1512
  59. package/dist/index302.js +172 -356
  60. package/dist/index303.js +210 -2695
  61. package/dist/index304.js +50 -82
  62. package/dist/index305.js +26 -3792
  63. package/dist/index306.js +21 -59
  64. package/dist/index307.js +22 -15
  65. package/dist/index308.js +16 -84
  66. package/dist/index309.js +16 -201
  67. package/dist/index310.js +23 -246
  68. package/dist/index313.js +1 -1
  69. package/dist/index380.js +95 -98
  70. package/dist/index381.js +100 -90
  71. package/dist/index382.js +91 -98
  72. package/dist/index41.js +5 -5
  73. package/dist/src/components/comment/comment.d.ts +6 -0
  74. package/dist/src/components/comment/comment.stories.d.ts +6 -0
  75. package/dist/src/components/comment-section/comment-section.d.ts +6 -0
  76. package/dist/src/components/comment-section/comment-section.stories.d.ts +6 -0
  77. package/dist/src/components/data-filter/data-filter.d.ts +6 -0
  78. package/dist/src/components/data-list/data-list.d.ts +6 -0
  79. package/dist/src/components/grid/grid.stories.d.ts +12 -0
  80. package/dist/src/components/popover/popover.d.ts +6 -0
  81. package/dist/src/components/popover/popover.stories.d.ts +42 -0
  82. package/dist/src/components/room-details-popover/room-details-popover.d.ts +6 -0
  83. package/dist/src/views/lists.vue.d.ts +12 -0
  84. package/dist/src/views/tables.vue.d.ts +6 -0
  85. package/package.json +1 -1
package/dist/index258.js CHANGED
@@ -1,77 +1,163 @@
1
- import { Mark as s, markPasteRule as r, markInputRule as a, mergeAttributes as n } from "./index249.js";
2
- var i = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/, d = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g, o = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/, l = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g, m = s.create({
3
- name: "italic",
4
- addOptions() {
5
- return {
6
- HTMLAttributes: {}
7
- };
8
- },
9
- parseHTML() {
10
- return [
11
- {
12
- tag: "em"
13
- },
14
- {
15
- tag: "i",
16
- getAttrs: (t) => t.style.fontStyle !== "normal" && null
17
- },
18
- {
19
- style: "font-style=normal",
20
- clearMark: (t) => t.type.name === this.name
21
- },
22
- {
23
- style: "font-style=italic"
24
- }
25
- ];
26
- },
27
- renderHTML({ HTMLAttributes: t }) {
28
- return ["em", n(this.options.HTMLAttributes, t), 0];
1
+ import y from "./index264.js";
2
+ import m from "./index267.js";
3
+ import b from "./index227.js";
4
+ import v from "./index228.js";
5
+ import h from "./index304.js";
6
+ import { resolveComponent as r, resolveDirective as S, withDirectives as B, openBlock as n, createElementBlock as i, mergeProps as t, renderSlot as o, normalizeClass as d, createBlock as p, createCommentVNode as u, createElementVNode as I, toDisplayString as $ } from "vue";
7
+ var k = {
8
+ name: "BaseButton",
9
+ extends: v,
10
+ props: {
11
+ label: {
12
+ type: String,
13
+ default: null
14
+ },
15
+ icon: {
16
+ type: String,
17
+ default: null
18
+ },
19
+ iconPos: {
20
+ type: String,
21
+ default: "left"
22
+ },
23
+ iconClass: {
24
+ type: String,
25
+ default: null
26
+ },
27
+ badge: {
28
+ type: String,
29
+ default: null
30
+ },
31
+ badgeClass: {
32
+ type: String,
33
+ default: null
34
+ },
35
+ badgeSeverity: {
36
+ type: String,
37
+ default: null
38
+ },
39
+ loading: {
40
+ type: Boolean,
41
+ default: !1
42
+ },
43
+ loadingIcon: {
44
+ type: String,
45
+ default: void 0
46
+ },
47
+ link: {
48
+ type: Boolean,
49
+ default: !1
50
+ },
51
+ severity: {
52
+ type: String,
53
+ default: null
54
+ },
55
+ raised: {
56
+ type: Boolean,
57
+ default: !1
58
+ },
59
+ rounded: {
60
+ type: Boolean,
61
+ default: !1
62
+ },
63
+ text: {
64
+ type: Boolean,
65
+ default: !1
66
+ },
67
+ outlined: {
68
+ type: Boolean,
69
+ default: !1
70
+ },
71
+ size: {
72
+ type: String,
73
+ default: null
74
+ },
75
+ plain: {
76
+ type: Boolean,
77
+ default: !1
78
+ }
29
79
  },
30
- addCommands() {
80
+ style: h,
81
+ provide: function() {
31
82
  return {
32
- setItalic: () => ({ commands: t }) => t.setMark(this.name),
33
- toggleItalic: () => ({ commands: t }) => t.toggleMark(this.name),
34
- unsetItalic: () => ({ commands: t }) => t.unsetMark(this.name)
83
+ $parentInstance: this
35
84
  };
85
+ }
86
+ }, C = {
87
+ name: "Button",
88
+ extends: k,
89
+ inheritAttrs: !1,
90
+ methods: {
91
+ getPTOptions: function(l) {
92
+ var s = l === "root" ? this.ptmi : this.ptm;
93
+ return s(l, {
94
+ context: {
95
+ disabled: this.disabled
96
+ }
97
+ });
98
+ }
36
99
  },
37
- markdownTokenName: "em",
38
- parseMarkdown: (t, e) => e.applyMark("italic", e.parseInline(t.tokens || [])),
39
- renderMarkdown: (t, e) => `*${e.renderChildren(t)}*`,
40
- addKeyboardShortcuts() {
41
- return {
42
- "Mod-i": () => this.editor.commands.toggleItalic(),
43
- "Mod-I": () => this.editor.commands.toggleItalic()
44
- };
100
+ computed: {
101
+ disabled: function() {
102
+ return this.$attrs.disabled || this.$attrs.disabled === "" || this.loading;
103
+ },
104
+ defaultAriaLabel: function() {
105
+ return this.label ? this.label + (this.badge ? " " + this.badge : "") : this.$attrs.ariaLabel;
106
+ },
107
+ hasIcon: function() {
108
+ return this.icon || this.$slots.icon;
109
+ }
45
110
  },
46
- addInputRules() {
47
- return [
48
- a({
49
- find: i,
50
- type: this.type
51
- }),
52
- a({
53
- find: o,
54
- type: this.type
55
- })
56
- ];
111
+ components: {
112
+ SpinnerIcon: m,
113
+ Badge: y
57
114
  },
58
- addPasteRules() {
59
- return [
60
- r({
61
- find: d,
62
- type: this.type
63
- }),
64
- r({
65
- find: l,
66
- type: this.type
67
- })
68
- ];
115
+ directives: {
116
+ ripple: b
69
117
  }
70
- });
118
+ }, P = ["aria-label", "disabled", "data-p-severity"];
119
+ function A(e, l, s, L, D, a) {
120
+ var c = r("SpinnerIcon"), f = r("Badge"), g = S("ripple");
121
+ return B((n(), i("button", t({
122
+ class: e.cx("root"),
123
+ type: "button",
124
+ "aria-label": a.defaultAriaLabel,
125
+ disabled: a.disabled
126
+ }, a.getPTOptions("root"), {
127
+ "data-p-severity": e.severity
128
+ }), [o(e.$slots, "default", {}, function() {
129
+ return [e.loading ? o(e.$slots, "loadingicon", {
130
+ key: 0,
131
+ class: d([e.cx("loadingIcon"), e.cx("icon")])
132
+ }, function() {
133
+ return [e.loadingIcon ? (n(), i("span", t({
134
+ key: 0,
135
+ class: [e.cx("loadingIcon"), e.cx("icon"), e.loadingIcon]
136
+ }, e.ptm("loadingIcon")), null, 16)) : (n(), p(c, t({
137
+ key: 1,
138
+ class: [e.cx("loadingIcon"), e.cx("icon")],
139
+ spin: ""
140
+ }, e.ptm("loadingIcon")), null, 16, ["class"]))];
141
+ }) : o(e.$slots, "icon", {
142
+ key: 1,
143
+ class: d([e.cx("icon")])
144
+ }, function() {
145
+ return [e.icon ? (n(), i("span", t({
146
+ key: 0,
147
+ class: [e.cx("icon"), e.icon, e.iconClass]
148
+ }, e.ptm("icon")), null, 16)) : u("", !0)];
149
+ }), I("span", t({
150
+ class: e.cx("label")
151
+ }, e.ptm("label")), $(e.label || " "), 17), e.badge ? (n(), p(f, t({
152
+ key: 2,
153
+ value: e.badge,
154
+ class: e.badgeClass,
155
+ severity: e.badgeSeverity,
156
+ unstyled: e.unstyled
157
+ }, e.ptm("badge")), null, 16, ["value", "class", "severity", "unstyled"])) : u("", !0)];
158
+ })], 16, P)), [[g]]);
159
+ }
160
+ C.render = A;
71
161
  export {
72
- m as Italic,
73
- i as starInputRegex,
74
- d as starPasteRegex,
75
- o as underscoreInputRegex,
76
- l as underscorePasteRegex
162
+ C as default
77
163
  };