@quidgest/ui 0.15.1 → 0.15.3
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/manifest/components.json +2 -0
- package/dist/ui.css +150 -76
- package/dist/ui.esm.js +3852 -3696
- package/dist/ui.js +9 -9
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +711 -704
- package/dist/ui.scss +130 -38
- package/esm/components/QCombobox/QCombobox.d.ts +16 -8
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +1 -1
- package/esm/components/QCombobox/index.d.ts +28 -14
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
- package/esm/components/QDateTimePicker/index.d.ts +3 -0
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +11 -10
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/index.d.ts +3 -0
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
- package/esm/components/QLabel/QLabel.d.ts +1 -0
- package/esm/components/QLabel/QLabel.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.vue.js +28 -13
- package/esm/components/QLabel/index.d.ts +1 -0
- package/esm/components/QLabel/index.d.ts.map +1 -1
- package/esm/components/QLabel/types.d.ts +5 -0
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.vue.js +14 -13
- package/esm/components/QMeter/index.d.ts +2 -0
- package/esm/components/QMeter/index.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +95 -90
- package/esm/components/QOverlay/index.d.ts +3 -0
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +4 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +8 -4
- package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +14 -13
- package/esm/components/QPasswordField/index.d.ts +4 -2
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +2 -0
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +36 -26
- package/esm/components/QPopover/index.d.ts +2 -0
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +23 -23
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +20 -20
- package/esm/components/QPropertyList/index.d.ts +9 -2
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts +24 -0
- package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioButton.vue.js +78 -0
- package/esm/components/QRadioGroup/QRadioButton.vue2.js +4 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +32 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +79 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue2.js +4 -0
- package/esm/components/QRadioGroup/index.d.ts +108 -0
- package/esm/components/QRadioGroup/index.d.ts.map +1 -0
- package/esm/components/QRadioGroup/index.js +8 -0
- package/esm/components/QRadioGroup/types.d.ts +65 -0
- package/esm/components/QRadioGroup/types.d.ts.map +1 -0
- package/esm/components/QSelect/QSelect.d.ts +2 -2
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +28 -28
- package/esm/components/QSelect/index.d.ts +4 -1
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextArea/index.d.ts +3 -0
- package/esm/components/QTextArea/index.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.vue.js +1 -1
- package/esm/components/QTextField/index.d.ts +4 -1
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +34 -31
- package/esm/composables/group.d.ts.map +1 -1
- package/esm/composables/group.js +1 -1
- package/esm/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/ui.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! modern-normalize
|
|
1
|
+
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
|
|
2
2
|
/*
|
|
3
3
|
Document
|
|
4
4
|
========
|
|
@@ -12,35 +12,30 @@ Use a better box model (opinionated).
|
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
+
/**
|
|
16
|
+
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
|
|
17
|
+
2. Correct the line height in all browsers.
|
|
18
|
+
3. Prevent adjustments of font size after orientation changes in iOS.
|
|
19
|
+
4. Use a more readable tab size (opinionated).
|
|
20
|
+
*/
|
|
15
21
|
html {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
tab-size: 4; /* 3 */
|
|
22
|
+
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* 1 */
|
|
23
|
+
line-height: 1.15; /* 2 */
|
|
24
|
+
-webkit-text-size-adjust: 100%; /* 3 */
|
|
25
|
+
-moz-tab-size: 4;
|
|
26
|
+
-o-tab-size: 4;
|
|
27
|
+
tab-size: 4; /* 4 */
|
|
23
28
|
}
|
|
24
29
|
|
|
25
30
|
/*
|
|
26
31
|
Sections
|
|
27
32
|
========
|
|
28
33
|
*/
|
|
29
|
-
body {
|
|
30
|
-
margin: 0; /* Remove the margin in all browsers. */
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/*
|
|
34
|
-
Grouping content
|
|
35
|
-
================
|
|
36
|
-
*/
|
|
37
34
|
/**
|
|
38
|
-
|
|
39
|
-
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
35
|
+
Remove the margin in all browsers.
|
|
40
36
|
*/
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
color: inherit; /* 2 */
|
|
37
|
+
body {
|
|
38
|
+
margin: 0;
|
|
44
39
|
}
|
|
45
40
|
|
|
46
41
|
/*
|
|
@@ -48,7 +43,7 @@ Text-level semantics
|
|
|
48
43
|
====================
|
|
49
44
|
*/
|
|
50
45
|
/**
|
|
51
|
-
Add the correct font weight in
|
|
46
|
+
Add the correct font weight in Chrome and Safari.
|
|
52
47
|
*/
|
|
53
48
|
b,
|
|
54
49
|
strong {
|
|
@@ -98,12 +93,10 @@ Tabular data
|
|
|
98
93
|
============
|
|
99
94
|
*/
|
|
100
95
|
/**
|
|
101
|
-
|
|
102
|
-
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
96
|
+
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
103
97
|
*/
|
|
104
98
|
table {
|
|
105
|
-
|
|
106
|
-
border-color: inherit; /* 2 */
|
|
99
|
+
border-color: currentcolor;
|
|
107
100
|
}
|
|
108
101
|
|
|
109
102
|
/*
|
|
@@ -125,14 +118,6 @@ textarea {
|
|
|
125
118
|
margin: 0; /* 2 */
|
|
126
119
|
}
|
|
127
120
|
|
|
128
|
-
/**
|
|
129
|
-
Remove the inheritance of text transform in Edge and Firefox.
|
|
130
|
-
*/
|
|
131
|
-
button,
|
|
132
|
-
select {
|
|
133
|
-
text-transform: none;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
121
|
/**
|
|
137
122
|
Correct the inability to style clickable types in iOS and Safari.
|
|
138
123
|
*/
|
|
@@ -143,29 +128,6 @@ button,
|
|
|
143
128
|
-webkit-appearance: button;
|
|
144
129
|
}
|
|
145
130
|
|
|
146
|
-
/**
|
|
147
|
-
Remove the inner border and padding in Firefox.
|
|
148
|
-
*/
|
|
149
|
-
::-moz-focus-inner {
|
|
150
|
-
border-style: none;
|
|
151
|
-
padding: 0;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
/**
|
|
155
|
-
Restore the focus styles unset by the previous rule.
|
|
156
|
-
*/
|
|
157
|
-
:-moz-focusring {
|
|
158
|
-
outline: 1px dotted ButtonText;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
Remove the additional ':invalid' styles in Firefox.
|
|
163
|
-
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
|
|
164
|
-
*/
|
|
165
|
-
:-moz-ui-invalid {
|
|
166
|
-
box-shadow: none;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
131
|
/**
|
|
170
132
|
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
|
|
171
133
|
*/
|
|
@@ -213,6 +175,21 @@ Remove the inner padding in Chrome and Safari on macOS.
|
|
|
213
175
|
font: inherit; /* 2 */
|
|
214
176
|
}
|
|
215
177
|
|
|
178
|
+
/*
|
|
179
|
+
Interactive
|
|
180
|
+
===========
|
|
181
|
+
*/
|
|
182
|
+
/*
|
|
183
|
+
Add the correct display in Chrome and Safari.
|
|
184
|
+
*/
|
|
185
|
+
summary {
|
|
186
|
+
display: list-item;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/*
|
|
190
|
+
Custom Extensions
|
|
191
|
+
================
|
|
192
|
+
*/
|
|
216
193
|
/**
|
|
217
194
|
Remove the default browser styling for `<input type="color">`
|
|
218
195
|
to ensure consistent appearance across different browsers.
|
|
@@ -238,17 +215,6 @@ to ensure consistent appearance across different browsers.
|
|
|
238
215
|
border: 0;
|
|
239
216
|
}
|
|
240
217
|
|
|
241
|
-
/*
|
|
242
|
-
Interactive
|
|
243
|
-
===========
|
|
244
|
-
*/
|
|
245
|
-
/*
|
|
246
|
-
Add the correct display in Chrome and Safari.
|
|
247
|
-
*/
|
|
248
|
-
summary {
|
|
249
|
-
display: list-item;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
218
|
/* global settings */
|
|
253
219
|
:root {
|
|
254
220
|
--border-radius: 0.25rem;
|
|
@@ -2568,11 +2534,6 @@ body *::-webkit-scrollbar-track {
|
|
|
2568
2534
|
padding-left: 0.25rem;
|
|
2569
2535
|
padding-right: 0.05rem;
|
|
2570
2536
|
}
|
|
2571
|
-
.q-field--required > .q-field__label label::after {
|
|
2572
|
-
content: " *";
|
|
2573
|
-
font-weight: 700;
|
|
2574
|
-
color: var(--q-theme-danger);
|
|
2575
|
-
}
|
|
2576
2537
|
.q-field--readonly > .q-field__control {
|
|
2577
2538
|
background-color: rgb(var(--q-theme-neutral-light-rgb)/25%);
|
|
2578
2539
|
}
|
|
@@ -2781,6 +2742,11 @@ body *::-webkit-scrollbar-track {
|
|
|
2781
2742
|
.q-label .q-icon {
|
|
2782
2743
|
color: currentcolor;
|
|
2783
2744
|
}
|
|
2745
|
+
.q-label--required::after {
|
|
2746
|
+
content: " *";
|
|
2747
|
+
font-weight: 700;
|
|
2748
|
+
color: var(--q-theme-danger);
|
|
2749
|
+
}
|
|
2784
2750
|
|
|
2785
2751
|
.q-line-loader {
|
|
2786
2752
|
width: 100%;
|
|
@@ -3047,11 +3013,10 @@ body *::-webkit-scrollbar-track {
|
|
|
3047
3013
|
|
|
3048
3014
|
.q-popover .q-overlay__content {
|
|
3049
3015
|
position: relative;
|
|
3050
|
-
z-index: 1070;
|
|
3051
3016
|
display: flex;
|
|
3052
3017
|
flex-direction: column;
|
|
3053
|
-
gap: 0.5rem;
|
|
3054
3018
|
max-width: 276px;
|
|
3019
|
+
gap: 0.5rem;
|
|
3055
3020
|
padding: 1rem;
|
|
3056
3021
|
font-size: 0.81rem;
|
|
3057
3022
|
line-height: 1.5;
|
|
@@ -3062,8 +3027,12 @@ body *::-webkit-scrollbar-track {
|
|
|
3062
3027
|
line-break: auto;
|
|
3063
3028
|
}
|
|
3064
3029
|
.q-popover__header {
|
|
3030
|
+
display: flex;
|
|
3031
|
+
align-items: center;
|
|
3032
|
+
gap: 0.25rem;
|
|
3033
|
+
}
|
|
3034
|
+
.q-popover__title {
|
|
3065
3035
|
margin: 0;
|
|
3066
|
-
border-radius: 0.25rem;
|
|
3067
3036
|
font-size: 0.9rem;
|
|
3068
3037
|
}
|
|
3069
3038
|
|
|
@@ -3144,6 +3113,111 @@ body *::-webkit-scrollbar-track {
|
|
|
3144
3113
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3145
3114
|
}
|
|
3146
3115
|
|
|
3116
|
+
.q-radio-group {
|
|
3117
|
+
display: flex;
|
|
3118
|
+
flex-direction: column;
|
|
3119
|
+
gap: 0.5rem;
|
|
3120
|
+
}
|
|
3121
|
+
.q-radio-group__group {
|
|
3122
|
+
display: flex;
|
|
3123
|
+
flex-direction: column;
|
|
3124
|
+
gap: 0.5rem;
|
|
3125
|
+
}
|
|
3126
|
+
.q-radio-group--horizontal .q-radio-group__group {
|
|
3127
|
+
flex-direction: row;
|
|
3128
|
+
}
|
|
3129
|
+
|
|
3130
|
+
.q-radio-button {
|
|
3131
|
+
--q-radio-button-circle-size: 1rem;
|
|
3132
|
+
--q-radio-button-checked-color: var(--q-theme-primary);
|
|
3133
|
+
display: flex;
|
|
3134
|
+
align-items: center;
|
|
3135
|
+
font-size: var(--q-radio-button-circle-size);
|
|
3136
|
+
gap: 0.5em;
|
|
3137
|
+
}
|
|
3138
|
+
.q-radio-button label {
|
|
3139
|
+
font-size: 0.875em;
|
|
3140
|
+
line-height: 1;
|
|
3141
|
+
}
|
|
3142
|
+
.q-radio-button__input {
|
|
3143
|
+
position: relative;
|
|
3144
|
+
width: var(--q-radio-button-circle-size);
|
|
3145
|
+
height: var(--q-radio-button-circle-size);
|
|
3146
|
+
background-color: transparent;
|
|
3147
|
+
flex-shrink: 0;
|
|
3148
|
+
-webkit-appearance: none;
|
|
3149
|
+
-moz-appearance: none;
|
|
3150
|
+
appearance: none;
|
|
3151
|
+
border-width: 1px;
|
|
3152
|
+
border-color: var(--q-theme-neutral);
|
|
3153
|
+
border-radius: 50%;
|
|
3154
|
+
/** The inner dot */
|
|
3155
|
+
}
|
|
3156
|
+
.q-radio-button__input::before {
|
|
3157
|
+
content: "";
|
|
3158
|
+
position: absolute;
|
|
3159
|
+
top: 50%;
|
|
3160
|
+
left: 50%;
|
|
3161
|
+
width: 0.5em;
|
|
3162
|
+
height: 0.5em;
|
|
3163
|
+
background-color: var(--q-theme-background);
|
|
3164
|
+
border-radius: 50%;
|
|
3165
|
+
transform: translate(-50%, -50%) scale(0);
|
|
3166
|
+
opacity: 0;
|
|
3167
|
+
transition: transform 0.1s ease-out, opacity 0.1s ease-out;
|
|
3168
|
+
}
|
|
3169
|
+
.q-radio-button__input:checked::before {
|
|
3170
|
+
transform: translate(-50%, -50%) scale(1);
|
|
3171
|
+
opacity: 1;
|
|
3172
|
+
}
|
|
3173
|
+
.q-radio-button__input:checked:not(:disabled) {
|
|
3174
|
+
background-color: var(--q-radio-button-checked-color);
|
|
3175
|
+
border-color: var(--q-radio-button-checked-color);
|
|
3176
|
+
}
|
|
3177
|
+
.q-radio-button__input:checked:disabled::before {
|
|
3178
|
+
background-color: var(--q-theme-neutral);
|
|
3179
|
+
}
|
|
3180
|
+
.q-radio-button__input:hover:not(:disabled) {
|
|
3181
|
+
border-color: var(--q-radio-button-checked-color);
|
|
3182
|
+
cursor: pointer;
|
|
3183
|
+
}
|
|
3184
|
+
.q-radio-button__input:focus:not(:disabled) {
|
|
3185
|
+
outline: 0;
|
|
3186
|
+
}
|
|
3187
|
+
.q-radio-button__input:focus-visible:not(:disabled) {
|
|
3188
|
+
outline: 2px solid rgb(var(--q-theme-info-rgb)/50%);
|
|
3189
|
+
}
|
|
3190
|
+
.q-radio-button--primary {
|
|
3191
|
+
--q-radio-button-checked-color: var(--q-theme-primary);
|
|
3192
|
+
}
|
|
3193
|
+
.q-radio-button--info {
|
|
3194
|
+
--q-radio-button-checked-color: var(--q-theme-info);
|
|
3195
|
+
}
|
|
3196
|
+
.q-radio-button--success {
|
|
3197
|
+
--q-radio-button-checked-color: var(--q-theme-success);
|
|
3198
|
+
}
|
|
3199
|
+
.q-radio-button--warning {
|
|
3200
|
+
--q-radio-button-checked-color: var(--q-theme-warning);
|
|
3201
|
+
}
|
|
3202
|
+
.q-radio-button--danger {
|
|
3203
|
+
--q-radio-button-checked-color: var(--q-theme-danger);
|
|
3204
|
+
}
|
|
3205
|
+
.q-radio-button--disabled {
|
|
3206
|
+
opacity: 0.5;
|
|
3207
|
+
}
|
|
3208
|
+
.q-radio-button--readonly .q-radio-button__input {
|
|
3209
|
+
background-color: rgb(var(--q-theme-neutral-light-rgb)/25%);
|
|
3210
|
+
}
|
|
3211
|
+
.q-radio-button--invalid .q-radio-button__input {
|
|
3212
|
+
border-color: var(--q-theme-danger);
|
|
3213
|
+
}
|
|
3214
|
+
.q-radio-button--small {
|
|
3215
|
+
--q-radio-button-circle-size: 0.875rem;
|
|
3216
|
+
}
|
|
3217
|
+
.q-radio-button--large {
|
|
3218
|
+
--q-radio-button-circle-size: 1.125rem;
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3147
3221
|
.q-select {
|
|
3148
3222
|
/* Icon of the selected item */
|
|
3149
3223
|
}
|