prlg-ui 1.8.60 → 1.8.62
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/QuestionIcon-DptFSXX2.cjs +1 -0
- package/dist/{WarningFillIcon-S5AykBkC.js → QuestionIcon-tK1kUB_h.js} +80 -68
- package/dist/icons/index.cjs.js +1 -1
- package/dist/icons/index.es.js +286 -279
- package/dist/icons.d.ts +2 -0
- 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 +372 -356
- package/package.json +1 -1
- package/dist/WarningFillIcon-DGsb5KmM.cjs +0 -1
package/dist/icons.d.ts
CHANGED
|
@@ -151,6 +151,8 @@ export declare const PrintIcon: DefineComponent< {}, {}, {}, {}, {}, Componen
|
|
|
151
151
|
|
|
152
152
|
export declare const ProcentIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
153
153
|
|
|
154
|
+
export declare const QuestionIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
155
|
+
|
|
154
156
|
export declare const ReplaceIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
155
157
|
|
|
156
158
|
export declare const ReturnIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
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, {
|