@quidgest/ui 0.8.1 → 0.8.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/index.d.ts +3 -6
- package/dist/ui.esm.js +168 -166
- package/dist/ui.esm.js.map +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.min.js +18 -18
- package/dist/ui.min.js.map +1 -1
- package/dist/ui.scss +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1506,9 +1506,6 @@ declare const _default_4: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDe
|
|
|
1506
1506
|
inputRef: Ref<HTMLElement | null>;
|
|
1507
1507
|
}> & {} & ComponentCustomProperties & {} & {
|
|
1508
1508
|
$slots: {
|
|
1509
|
-
/**
|
|
1510
|
-
* Handles the enter event for the overlay element.
|
|
1511
|
-
*/
|
|
1512
1509
|
"label.prepend"?(_: {}): any;
|
|
1513
1510
|
"label.append"?(_: {}): any;
|
|
1514
1511
|
prepend?(_: {}): any;
|
|
@@ -2007,11 +2004,11 @@ declare type QComboboxProps = {
|
|
|
2007
2004
|
*/
|
|
2008
2005
|
clearable?: boolean;
|
|
2009
2006
|
/**
|
|
2010
|
-
* Whether the
|
|
2007
|
+
* Whether the field is readonly.
|
|
2011
2008
|
*/
|
|
2012
2009
|
readonly?: boolean;
|
|
2013
2010
|
/**
|
|
2014
|
-
* Whether the
|
|
2011
|
+
* Whether the field is disabled.
|
|
2015
2012
|
*/
|
|
2016
2013
|
disabled?: boolean;
|
|
2017
2014
|
/**
|
|
@@ -2044,7 +2041,7 @@ declare type QComboboxProps = {
|
|
|
2044
2041
|
*/
|
|
2045
2042
|
itemLabel?: string;
|
|
2046
2043
|
/**
|
|
2047
|
-
* The size category of the
|
|
2044
|
+
* The size category of the field.
|
|
2048
2045
|
*/
|
|
2049
2046
|
size?: QFieldSize;
|
|
2050
2047
|
/**
|