ionic-vhframeworks 10.9.6 → 10.9.7
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.
|
@@ -5765,7 +5765,7 @@ export declare class VhQueryCafe {
|
|
|
5765
5765
|
* let printers = this.vhQueryCafe.getlocalPrinters();
|
|
5766
5766
|
* @return Array(object) => array = [{},{},...]
|
|
5767
5767
|
*/
|
|
5768
|
-
getlocalPrinters(): any;
|
|
5768
|
+
getlocalPrinters(): any[];
|
|
5769
5769
|
/**
|
|
5770
5770
|
* @example:
|
|
5771
5771
|
* this.vhQueryCafe.refreshLocalPrinters()
|
|
@@ -16732,7 +16732,7 @@ export declare class VhQuerySales {
|
|
|
16732
16732
|
* let printers = this.vhQuerySales.getlocalPrinters();
|
|
16733
16733
|
* @return Array(object) => array = [{},{},...]
|
|
16734
16734
|
*/
|
|
16735
|
-
getlocalPrinters(): any;
|
|
16735
|
+
getlocalPrinters(): any[];
|
|
16736
16736
|
/**
|
|
16737
16737
|
* @example:
|
|
16738
16738
|
* this.vhQuerySales.refreshLocalPrinters()
|