@quidgest/ui 0.17.0 → 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 +9 -11
- package/dist/ui.esm.js +3717 -3582
- package/dist/ui.js +28 -28
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +272 -225
- package/dist/ui.scss +16 -17
- 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 +439 -0
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +754 -627
- package/esm/components/QDateTimePicker/index.d.ts +219 -0
- 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);
|
|
@@ -1719,11 +1719,10 @@ body *::-webkit-scrollbar-track {
|
|
|
1719
1719
|
}
|
|
1720
1720
|
.q-date-time-picker__calendar .q-date-time-picker__header .q-button {
|
|
1721
1721
|
font-weight: 600;
|
|
1722
|
-
|
|
1722
|
+
padding: 0.5rem 0.6rem;
|
|
1723
1723
|
}
|
|
1724
1724
|
.q-date-time-picker__calendar .q-date-time-picker__header .q-button--labeled {
|
|
1725
1725
|
flex: 1;
|
|
1726
|
-
font-size: 100%;
|
|
1727
1726
|
}
|
|
1728
1727
|
.q-date-time-picker__calendar .q-date-time-picker__weekdays {
|
|
1729
1728
|
display: flex;
|
|
@@ -2135,11 +2134,10 @@ body *::-webkit-scrollbar-track {
|
|
|
2135
2134
|
gap: 0.25rem;
|
|
2136
2135
|
}
|
|
2137
2136
|
.q-file-input__file-name {
|
|
2138
|
-
word-wrap: break-word;
|
|
2139
2137
|
overflow-wrap: break-word;
|
|
2140
2138
|
-webkit-hyphens: auto;
|
|
2141
2139
|
hyphens: auto;
|
|
2142
|
-
word-break:
|
|
2140
|
+
word-break: normal;
|
|
2143
2141
|
white-space: normal;
|
|
2144
2142
|
color: var(--q-theme-neutral-dark);
|
|
2145
2143
|
}
|
|
@@ -2600,7 +2598,7 @@ body *::-webkit-scrollbar-track {
|
|
|
2600
2598
|
}
|
|
2601
2599
|
.q-group-box {
|
|
2602
2600
|
display: inline-block;
|
|
2603
|
-
|
|
2601
|
+
overflow-wrap: break-word;
|
|
2604
2602
|
background-color: var(--q-theme-container);
|
|
2605
2603
|
border-width: 1px;
|
|
2606
2604
|
border-bottom: 1px solid var(--q-theme-neutral-light);
|
|
@@ -2863,7 +2861,7 @@ body *::-webkit-scrollbar-track {
|
|
|
2863
2861
|
padding: 0.375rem 0.5rem;
|
|
2864
2862
|
list-style: none;
|
|
2865
2863
|
line-height: 15px;
|
|
2866
|
-
|
|
2864
|
+
overflow-wrap: break-word;
|
|
2867
2865
|
-webkit-touch-callout: none;
|
|
2868
2866
|
width: inherit;
|
|
2869
2867
|
border-radius: var(--border-radius);
|
|
@@ -3095,7 +3093,7 @@ body *::-webkit-scrollbar-track {
|
|
|
3095
3093
|
line-height: 1.5;
|
|
3096
3094
|
word-break: normal;
|
|
3097
3095
|
word-spacing: normal;
|
|
3098
|
-
|
|
3096
|
+
overflow-wrap: break-word;
|
|
3099
3097
|
white-space: normal;
|
|
3100
3098
|
line-break: auto;
|
|
3101
3099
|
}
|
|
@@ -3855,7 +3853,7 @@ body *::-webkit-scrollbar-track {
|
|
|
3855
3853
|
|
|
3856
3854
|
.q-switch:not(.q-switch--disabled) .q-switch__input:hover ~ .q-switch__labels .q-switch__label--on,
|
|
3857
3855
|
.q-switch:not(.q-switch--disabled) .q-switch__input:hover ~ .q-switch__labels .q-switch__label--off {
|
|
3858
|
-
background:
|
|
3856
|
+
background: rgb(var(--q-theme-background-rgb, 255, 255, 255), var(--q-switch-hover-background-opacity));
|
|
3859
3857
|
}
|
|
3860
3858
|
.q-switch:not(.q-switch--disabled) .q-switch__input:checked:hover ~ .q-switch__labels .q-switch__label--on,
|
|
3861
3859
|
.q-switch:not(.q-switch--disabled) .q-switch__input:not(:checked):hover ~ .q-switch__labels .q-switch__label--off {
|
|
@@ -4218,7 +4216,7 @@ body *::-webkit-scrollbar-track {
|
|
|
4218
4216
|
text-transform: none;
|
|
4219
4217
|
line-height: 1.5;
|
|
4220
4218
|
line-break: auto;
|
|
4221
|
-
|
|
4219
|
+
overflow-wrap: break-word;
|
|
4222
4220
|
word-break: normal;
|
|
4223
4221
|
word-spacing: normal;
|
|
4224
4222
|
white-space: normal;
|