prlg-ui 1.8.61 → 1.8.63

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/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
@@ -1285,6 +1285,7 @@ declare interface ConfirmOptions {
1285
1285
  closable?: boolean;
1286
1286
  dismissableMask?: boolean;
1287
1287
  blockScroll?: boolean;
1288
+ zIndex?: number;
1288
1289
  accept?: () => void;
1289
1290
  reject?: () => void;
1290
1291
  acceptProps?: {