prlg-ui 1.8.60 → 1.8.61
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 +4 -0
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.css +1 -1
- package/dist/prlg-ui.es.js +112 -98
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1721,6 +1721,10 @@ declare interface ScheduleProps {
|
|
|
1721
1721
|
disabled?: boolean;
|
|
1722
1722
|
/** Показывает кнопку очистки значения */
|
|
1723
1723
|
clearable?: boolean;
|
|
1724
|
+
/** Лейбл компонента */
|
|
1725
|
+
label?: string;
|
|
1726
|
+
error?: boolean;
|
|
1727
|
+
errorText?: string;
|
|
1724
1728
|
}
|
|
1725
1729
|
|
|
1726
1730
|
export declare const SelectButton: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|