@quidgest/ui 0.17.1 → 0.17.2
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/json/api.json +1 -1
- package/dist/ui.css +8 -9
- package/dist/ui.esm.js +3517 -3426
- package/dist/ui.js +28 -28
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +246 -208
- package/dist/ui.scss +15 -15
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +721 -638
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QIcon/InlineSvg.d.ts.map +1 -1
- package/esm/components/QIcon/InlineSvg.js +2 -2
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/index.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSidebar/QSidebarAnchor.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/composables/useInputMask/index.js +9 -9
- package/esm/utils/date.d.ts +6 -0
- package/esm/utils/date.d.ts.map +1 -1
- package/esm/utils/date.js +139 -131
- package/esm/utils/index.js +19 -18
- package/package.json +7 -12
package/dist/json/api.json
CHANGED
package/dist/ui.css
CHANGED
|
@@ -1311,7 +1311,7 @@ body *::-webkit-scrollbar-track {
|
|
|
1311
1311
|
padding: 0;
|
|
1312
1312
|
margin: -1px;
|
|
1313
1313
|
overflow: hidden;
|
|
1314
|
-
clip:
|
|
1314
|
+
clip-path: inset(50%);
|
|
1315
1315
|
white-space: nowrap;
|
|
1316
1316
|
border: 0;
|
|
1317
1317
|
}
|
|
@@ -1500,7 +1500,7 @@ body *::-webkit-scrollbar-track {
|
|
|
1500
1500
|
.q-collapsible {
|
|
1501
1501
|
display: flex;
|
|
1502
1502
|
flex-direction: column;
|
|
1503
|
-
|
|
1503
|
+
overflow-wrap: break-word;
|
|
1504
1504
|
background-color: var(--q-theme-container);
|
|
1505
1505
|
border-width: 1px;
|
|
1506
1506
|
border-radius: var(--border-radius);
|
|
@@ -2134,11 +2134,10 @@ body *::-webkit-scrollbar-track {
|
|
|
2134
2134
|
gap: 0.25rem;
|
|
2135
2135
|
}
|
|
2136
2136
|
.q-file-input__file-name {
|
|
2137
|
-
word-wrap: break-word;
|
|
2138
2137
|
overflow-wrap: break-word;
|
|
2139
2138
|
-webkit-hyphens: auto;
|
|
2140
2139
|
hyphens: auto;
|
|
2141
|
-
word-break:
|
|
2140
|
+
word-break: normal;
|
|
2142
2141
|
white-space: normal;
|
|
2143
2142
|
color: var(--q-theme-neutral-dark);
|
|
2144
2143
|
}
|
|
@@ -2599,7 +2598,7 @@ body *::-webkit-scrollbar-track {
|
|
|
2599
2598
|
}
|
|
2600
2599
|
.q-group-box {
|
|
2601
2600
|
display: inline-block;
|
|
2602
|
-
|
|
2601
|
+
overflow-wrap: break-word;
|
|
2603
2602
|
background-color: var(--q-theme-container);
|
|
2604
2603
|
border-width: 1px;
|
|
2605
2604
|
border-bottom: 1px solid var(--q-theme-neutral-light);
|
|
@@ -2862,7 +2861,7 @@ body *::-webkit-scrollbar-track {
|
|
|
2862
2861
|
padding: 0.375rem 0.5rem;
|
|
2863
2862
|
list-style: none;
|
|
2864
2863
|
line-height: 15px;
|
|
2865
|
-
|
|
2864
|
+
overflow-wrap: break-word;
|
|
2866
2865
|
-webkit-touch-callout: none;
|
|
2867
2866
|
width: inherit;
|
|
2868
2867
|
border-radius: var(--border-radius);
|
|
@@ -3094,7 +3093,7 @@ body *::-webkit-scrollbar-track {
|
|
|
3094
3093
|
line-height: 1.5;
|
|
3095
3094
|
word-break: normal;
|
|
3096
3095
|
word-spacing: normal;
|
|
3097
|
-
|
|
3096
|
+
overflow-wrap: break-word;
|
|
3098
3097
|
white-space: normal;
|
|
3099
3098
|
line-break: auto;
|
|
3100
3099
|
}
|
|
@@ -3854,7 +3853,7 @@ body *::-webkit-scrollbar-track {
|
|
|
3854
3853
|
|
|
3855
3854
|
.q-switch:not(.q-switch--disabled) .q-switch__input:hover ~ .q-switch__labels .q-switch__label--on,
|
|
3856
3855
|
.q-switch:not(.q-switch--disabled) .q-switch__input:hover ~ .q-switch__labels .q-switch__label--off {
|
|
3857
|
-
background:
|
|
3856
|
+
background: rgb(var(--q-theme-background-rgb, 255, 255, 255), var(--q-switch-hover-background-opacity));
|
|
3858
3857
|
}
|
|
3859
3858
|
.q-switch:not(.q-switch--disabled) .q-switch__input:checked:hover ~ .q-switch__labels .q-switch__label--on,
|
|
3860
3859
|
.q-switch:not(.q-switch--disabled) .q-switch__input:not(:checked):hover ~ .q-switch__labels .q-switch__label--off {
|
|
@@ -4217,7 +4216,7 @@ body *::-webkit-scrollbar-track {
|
|
|
4217
4216
|
text-transform: none;
|
|
4218
4217
|
line-height: 1.5;
|
|
4219
4218
|
line-break: auto;
|
|
4220
|
-
|
|
4219
|
+
overflow-wrap: break-word;
|
|
4221
4220
|
word-break: normal;
|
|
4222
4221
|
word-spacing: normal;
|
|
4223
4222
|
white-space: normal;
|