@rdlabo/capacitor-brotherprint 8.2.1 → 8.2.2
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/esm/index.d.ts +2 -2
- package/dist/esm/index.js +6 -8
- package/dist/esm/index.js.map +1 -1
- package/dist/plugin.cjs.js +6 -8
- package/dist/plugin.cjs.js.map +1 -1
- package/dist/plugin.js +6 -8
- package/dist/plugin.js.map +1 -1
- package/docs/connection-management.md +80 -44
- package/docs/helper-design.md +20 -4
- package/ios/Sources/BrotherPrintPlugin/BrotherPrintPlugin.swift +4 -4
- package/ios/Sources/BrotherPrintPlugin/Model/PrinterModel.swift +38 -68
- package/ios/Sources/BrotherPrintPlugin/Model/PrinterSettingsModel.swift +61 -65
- package/package.json +1 -1
package/dist/plugin.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sources":["esm/brother-printer.enum.js","esm/events.enum.js","esm/models.js","esm/printer.js","esm/web.js","esm/index.js"],"sourcesContent":["export var BRLMPrinterPort;\n(function (BRLMPrinterPort) {\n BRLMPrinterPort[\"usb\"] = \"usb\";\n BRLMPrinterPort[\"wifi\"] = \"wifi\";\n BRLMPrinterPort[\"bluetooth\"] = \"bluetooth\";\n BRLMPrinterPort[\"bluetoothLowEnergy\"] = \"bluetoothLowEnergy\";\n})(BRLMPrinterPort || (BRLMPrinterPort = {}));\nexport var BRLMPrinterCustomPaperUnit;\n(function (BRLMPrinterCustomPaperUnit) {\n BRLMPrinterCustomPaperUnit[\"mm\"] = \"mm\";\n BRLMPrinterCustomPaperUnit[\"inch\"] = \"inch\";\n})(BRLMPrinterCustomPaperUnit || (BRLMPrinterCustomPaperUnit = {}));\nexport var BRLMPrinterCustomPaperType;\n(function (BRLMPrinterCustomPaperType) {\n BRLMPrinterCustomPaperType[\"rollPaper\"] = \"rollPaper\";\n BRLMPrinterCustomPaperType[\"dieCutPaper\"] = \"dieCutPaper\";\n BRLMPrinterCustomPaperType[\"markRollPaper\"] = \"markRollPaper\";\n})(BRLMPrinterCustomPaperType || (BRLMPrinterCustomPaperType = {}));\n/**\n * Note: If you update this file, you should update the following files:\n * - ios/Plugin/Model/PrinterModel.swift\n *\n * And name is follow android naming convention.\n * Android naming: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printermodel.html\n */\nexport var BRLMPrinterModelName;\n(function (BRLMPrinterModelName) {\n BRLMPrinterModelName[\"QL_800\"] = \"QL_800\";\n BRLMPrinterModelName[\"QL_810W\"] = \"QL_810W\";\n BRLMPrinterModelName[\"QL_820NWB\"] = \"QL_820NWB\";\n BRLMPrinterModelName[\"TD_2320D_203\"] = \"TD_2320D_203\";\n BRLMPrinterModelName[\"TD_2030AD\"] = \"TD_2030AD\";\n BRLMPrinterModelName[\"TD_2350D_300\"] = \"TD_2350D_300\";\n})(BRLMPrinterModelName || (BRLMPrinterModelName = {}));\n/**\n * Android naming: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android/labelinfo.html\n */\nexport var BRLMPrinterLabelName;\n(function (BRLMPrinterLabelName) {\n BRLMPrinterLabelName[\"DieCutW17H54\"] = \"DieCutW17H54\";\n BRLMPrinterLabelName[\"DieCutW17H87\"] = \"DieCutW17H87\";\n BRLMPrinterLabelName[\"DieCutW23H23\"] = \"DieCutW23H23\";\n BRLMPrinterLabelName[\"DieCutW29H42\"] = \"DieCutW29H42\";\n BRLMPrinterLabelName[\"DieCutW29H90\"] = \"DieCutW29H90\";\n BRLMPrinterLabelName[\"DieCutW38H90\"] = \"DieCutW38H90\";\n BRLMPrinterLabelName[\"DieCutW39H48\"] = \"DieCutW39H48\";\n BRLMPrinterLabelName[\"DieCutW52H29\"] = \"DieCutW52H29\";\n BRLMPrinterLabelName[\"DieCutW62H29\"] = \"DieCutW62H29\";\n BRLMPrinterLabelName[\"DieCutW62H60\"] = \"DieCutW62H60\";\n BRLMPrinterLabelName[\"DieCutW62H75\"] = \"DieCutW62H75\";\n BRLMPrinterLabelName[\"DieCutW62H100\"] = \"DieCutW62H100\";\n BRLMPrinterLabelName[\"DieCutW60H86\"] = \"DieCutW60H86\";\n BRLMPrinterLabelName[\"DieCutW54H29\"] = \"DieCutW54H29\";\n BRLMPrinterLabelName[\"DieCutW102H51\"] = \"DieCutW102H51\";\n BRLMPrinterLabelName[\"DieCutW102H152\"] = \"DieCutW102H152\";\n BRLMPrinterLabelName[\"DieCutW103H164\"] = \"DieCutW103H164\";\n BRLMPrinterLabelName[\"RollW12\"] = \"RollW12\";\n BRLMPrinterLabelName[\"RollW29\"] = \"RollW29\";\n BRLMPrinterLabelName[\"RollW38\"] = \"RollW38\";\n BRLMPrinterLabelName[\"RollW50\"] = \"RollW50\";\n BRLMPrinterLabelName[\"RollW54\"] = \"RollW54\";\n BRLMPrinterLabelName[\"RollW62\"] = \"RollW62\";\n BRLMPrinterLabelName[\"RollW62RB\"] = \"RollW62RB\";\n BRLMPrinterLabelName[\"RollW102\"] = \"RollW102\";\n BRLMPrinterLabelName[\"RollW103\"] = \"RollW103\";\n BRLMPrinterLabelName[\"DTRollW90\"] = \"DTRollW90\";\n BRLMPrinterLabelName[\"DTRollW102\"] = \"DTRollW102\";\n BRLMPrinterLabelName[\"DTRollW102H51\"] = \"DTRollW102H51\";\n BRLMPrinterLabelName[\"DTRollW102H152\"] = \"DTRollW102H152\";\n BRLMPrinterLabelName[\"RoundW12DIA\"] = \"RoundW12DIA\";\n BRLMPrinterLabelName[\"RoundW24DIA\"] = \"RoundW24DIA\";\n BRLMPrinterLabelName[\"RoundW58DIA\"] = \"RoundW58DIA\";\n /**\n * For TD series\n * @url https://www.brother.co.jp/product/labelprinter/td2350d/accessory/index.aspx\n */\n BRLMPrinterLabelName[\"RDDieCutW60H60\"] = \"RDDieCutW60H60\";\n BRLMPrinterLabelName[\"RDDieCutW50H30\"] = \"RDDieCutW50H30\";\n BRLMPrinterLabelName[\"RDDieCutW40H60\"] = \"RDDieCutW40H60\";\n BRLMPrinterLabelName[\"RDDieCutW40H50\"] = \"RDDieCutW40H50\";\n BRLMPrinterLabelName[\"RDDieCutW40H40\"] = \"RDDieCutW40H40\";\n BRLMPrinterLabelName[\"RDDieCutW30H30\"] = \"RDDieCutW30H30\";\n BRLMPrinterLabelName[\"RDDieCutW50H35\"] = \"RDDieCutW50H35\";\n BRLMPrinterLabelName[\"RDDieCutW60H80\"] = \"RDDieCutW60H80\";\n BRLMPrinterLabelName[\"RDDieCutW60H100\"] = \"RDDieCutW60H100\";\n})(BRLMPrinterLabelName || (BRLMPrinterLabelName = {}));\n/**\n * @url https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#imagerotation\n */\nexport var BRLMPrinterImageRotation;\n(function (BRLMPrinterImageRotation) {\n BRLMPrinterImageRotation[\"Rotate0\"] = \"Rotate0\";\n BRLMPrinterImageRotation[\"Rotate90\"] = \"Rotate90\";\n BRLMPrinterImageRotation[\"Rotate180\"] = \"Rotate180\";\n BRLMPrinterImageRotation[\"Rotate270\"] = \"Rotate270\";\n})(BRLMPrinterImageRotation || (BRLMPrinterImageRotation = {}));\n/**\n * url https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#scalemode\n */\nexport var BRLMPrinterScaleMode;\n(function (BRLMPrinterScaleMode) {\n BRLMPrinterScaleMode[\"ActualSize\"] = \"ActualSize\";\n BRLMPrinterScaleMode[\"FitPageAspect\"] = \"FitPageAspect\";\n BRLMPrinterScaleMode[\"FitPaperAspect\"] = \"FitPaperAspect\";\n BRLMPrinterScaleMode[\"ScaleValue\"] = \"ScaleValue\";\n})(BRLMPrinterScaleMode || (BRLMPrinterScaleMode = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#halftone\n */\nexport var BRLMPrinterHalftone;\n(function (BRLMPrinterHalftone) {\n BRLMPrinterHalftone[\"Threshold\"] = \"Threshold\";\n BRLMPrinterHalftone[\"ErrorDiffusion\"] = \"ErrorDiffusion\";\n BRLMPrinterHalftone[\"PatternDither\"] = \"PatternDither\";\n})(BRLMPrinterHalftone || (BRLMPrinterHalftone = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#verticalalignment\n */\nexport var BRLMPrinterVerticalAlignment;\n(function (BRLMPrinterVerticalAlignment) {\n BRLMPrinterVerticalAlignment[\"Top\"] = \"Top\";\n BRLMPrinterVerticalAlignment[\"Center\"] = \"Center\";\n BRLMPrinterVerticalAlignment[\"Bottom\"] = \"Bottom\";\n})(BRLMPrinterVerticalAlignment || (BRLMPrinterVerticalAlignment = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#horizontalalignment\n */\nexport var BRLMPrinterHorizontalAlignment;\n(function (BRLMPrinterHorizontalAlignment) {\n BRLMPrinterHorizontalAlignment[\"Left\"] = \"Left\";\n BRLMPrinterHorizontalAlignment[\"Center\"] = \"Center\";\n BRLMPrinterHorizontalAlignment[\"Right\"] = \"Right\";\n})(BRLMPrinterHorizontalAlignment || (BRLMPrinterHorizontalAlignment = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#compressmode\n */\nexport var BRLMPrinterCompressMode;\n(function (BRLMPrinterCompressMode) {\n BRLMPrinterCompressMode[\"None\"] = \"None\";\n BRLMPrinterCompressMode[\"Tiff\"] = \"Tiff\";\n BRLMPrinterCompressMode[\"Mode9\"] = \"Mode9\";\n})(BRLMPrinterCompressMode || (BRLMPrinterCompressMode = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#printquality\n */\nexport var BRLMPrinterPrintQuality;\n(function (BRLMPrinterPrintQuality) {\n BRLMPrinterPrintQuality[\"Best\"] = \"Best\";\n BRLMPrinterPrintQuality[\"Fast\"] = \"Fast\";\n})(BRLMPrinterPrintQuality || (BRLMPrinterPrintQuality = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#resolution\n */\n// export enum BRLMPrinterPrintResolution {\n// Low = 'Low',\n// Normal = 'Normal',\n// High = 'High',\n// }\n//# sourceMappingURL=brother-printer.enum.js.map","export var BrotherPrintEventsEnum;\n(function (BrotherPrintEventsEnum) {\n BrotherPrintEventsEnum[\"onPrinterAvailable\"] = \"onPrinterAvailable\";\n BrotherPrintEventsEnum[\"onPrint\"] = \"onPrint\";\n BrotherPrintEventsEnum[\"onPrintFailedCommunication\"] = \"onPrintFailedCommunication\";\n BrotherPrintEventsEnum[\"onPrintError\"] = \"onPrintError\";\n})(BrotherPrintEventsEnum || (BrotherPrintEventsEnum = {}));\n//# sourceMappingURL=events.enum.js.map","import { BRLMPrinterModelName as Model, BRLMPrinterPort as Port } from './brother-printer.enum';\nexport const printerPorts = {\n [Model.QL_800]: [Port.usb],\n [Model.QL_810W]: [Port.wifi, Port.usb],\n [Model.QL_820NWB]: [Port.wifi, Port.bluetooth, Port.usb],\n [Model.TD_2320D_203]: [Port.wifi, Port.usb],\n [Model.TD_2030AD]: [Port.usb],\n [Model.TD_2350D_300]: [Port.wifi, Port.bluetooth, Port.usb, Port.bluetoothLowEnergy],\n};\n//# sourceMappingURL=models.js.map","import { Capacitor } from '@capacitor/core';\nimport { BRLMPrinterModelName, BRLMPrinterPort } from './brother-printer.enum';\nimport { printerPorts } from './models';\n/** Common display names for connection transports. */\nexport function brotherPrinterPortLabel(port) {\n switch (port) {\n case BRLMPrinterPort.wifi:\n return 'Wi-Fi';\n case BRLMPrinterPort.bluetooth:\n return 'Bluetooth';\n case BRLMPrinterPort.bluetoothLowEnergy:\n return 'Bluetooth LE';\n case BRLMPrinterPort.usb:\n return 'USB';\n default:\n return '';\n }\n}\n/** Connection choices for the existing models. USB is Android-only; wifi also covers Ethernet. */\nexport function brotherPrinterPorts(model, isAndroid = Capacitor.getPlatform() === 'android') {\n if (!Object.values(BRLMPrinterModelName).includes(model))\n return [];\n return printerPorts[model].filter((port) => isAndroid || port !== BRLMPrinterPort.usb);\n}\n/** Keep a supported saved port; otherwise prefer USB for QL-800/810W on Android. */\nexport function resolveBrotherPrinterPort(model, saved) {\n const ports = brotherPrinterPorts(model);\n if (saved && ports.includes(saved))\n return saved;\n if (ports.includes(BRLMPrinterPort.usb) &&\n (model === BRLMPrinterModelName.QL_800 || model === BRLMPrinterModelName.QL_810W))\n return BRLMPrinterPort.usb;\n return ports[0];\n}\n/** Match discovery names to an existing model enum, including documented product aliases. */\nexport function brotherPrinterModel(name) {\n const key = name\n .trim()\n .toUpperCase()\n .replace(/^BROTHER\\s+/, '')\n .replace(/[-_ ]/g, '');\n // Product names omit TD resolution; QL-820NWBc and TD-2030A use the existing enum spellings.\n const product = key === 'QL820NWBC' ? 'QL820NWB' : key === 'TD2030A' ? 'TD2030AD' : key;\n return Object.values(BRLMPrinterModelName).find((model) => model.replace(/_/g, '') === product || model.replace(/_(203|300)$/, '').replace(/_/g, '') === product);\n}\n//# sourceMappingURL=printer.js.map","import { WebPlugin } from '@capacitor/core';\nexport class BrotherPrintWeb extends WebPlugin {\n async printImage(options) {\n console.log('printImage', options);\n }\n async isChannelAvailable(options) {\n console.log('isChannelAvailable', options);\n return {\n result: false,\n };\n }\n async search(options) {\n console.log('search', options);\n }\n async cancelSearchWiFiPrinter() {\n console.log('cancelSearchWiFiPrinter');\n }\n async cancelSearchBluetoothPrinter() {\n console.log('cancelSearchBluetoothPrinter');\n }\n}\n//# sourceMappingURL=web.js.map","var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n};\nvar __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\n};\nvar _BrotherPrinterSession_instances, _BrotherPrinterSession_closed, _BrotherPrinterSession_printers, _BrotherPrinterSession_listeners, _BrotherPrinterSession_listening, _BrotherPrinterSession_disposal, _BrotherPrinterSession_storage, _BrotherPrinterSession_storageKey, _BrotherPrinterSession_readSavedPrinter, _BrotherPrinterSession_savePrinter, _BrotherPrinterSession_discover;\nimport { registerPlugin } from '@capacitor/core';\nimport { BRLMPrinterPort } from './brother-printer.enum';\nimport { BrotherPrintEventsEnum } from './events.enum';\nimport { brotherPrinterModel } from './printer';\nconst BrotherPrint = registerPlugin('BrotherPrint', {\n web: () => import('./web').then((m) => new m.BrotherPrintWeb()),\n});\nexport * from './definitions';\nexport * from './web';\nexport * from './events.enum';\nexport * from './interfaces';\nexport * from './brother-printer.enum';\nexport { BrotherPrint };\nexport * from './printer';\n// Native discovery events are shared. Keep each helper call's listener scoped to its turn.\nlet connectionQueue = Promise.resolve();\nfunction queueConnection(run) {\n const result = connectionQueue.then(run);\n connectionQueue = result.catch(() => undefined);\n return result;\n}\n/** Collect discovery results, waiting for earlier helper calls to finish. */\nexport function searchBrotherPrinters(options, model) {\n return queueConnection(() => discoverPrinters(options, model));\n}\n/**\n * Reuse a matching, available previous channel; otherwise discover printers.\n * The caller owns storage. USB always discovers again through the native permission flow.\n * Availability errors propagate; only an unavailable channel triggers discovery.\n */\nexport function prepareBrotherPrinters(options, model, previous) {\n return queueConnection(() => preparePrinters(options, model, previous));\n}\n/**\n * Check an explicitly selected address without discovery or fallback to another printer.\n * Port must be supplied; an address does not identify its transport or printer model.\n */\nexport function checkBrotherPrinterChannel(channel) {\n return queueConnection(async () => {\n const { result } = await BrotherPrint.isChannelAvailable(Object.assign({ modelName: '', serialNumber: '', macAddress: '', nodeName: '', location: '' }, channel));\n return result;\n });\n}\nasync function discoverPrinters(options, model, active = () => true) {\n const printers = [];\n const listener = await BrotherPrint.addListener(BrotherPrintEventsEnum.onPrinterAvailable, (printer) => {\n if (printer.port !== options.port)\n return;\n if (printer.port !== BRLMPrinterPort.usb && model !== undefined && brotherPrinterModel(printer.modelName) !== model)\n return;\n const index = printers.findIndex((current) => current.port === printer.port && current.channelInfo === printer.channelInfo);\n if (index < 0)\n printers.push(printer);\n else\n printers[index] = printer;\n });\n await (active() ? BrotherPrint.search(options) : Promise.resolve()).finally(() => listener.remove());\n return printers;\n}\nasync function preparePrinters(options, model, previous, active = () => true) {\n if (options.port !== BRLMPrinterPort.usb &&\n (previous === null || previous === void 0 ? void 0 : previous.port) === options.port &&\n previous.channelInfo.trim() &&\n brotherPrinterModel(previous.modelName) === model) {\n const available = await BrotherPrint.isChannelAvailable(previous);\n if (available.result)\n return [previous];\n }\n return active() ? discoverPrinters(options, model, active) : [];\n}\n/** One print screen's discovery results and event subscriptions. Create a new session after disposal. */\nexport class BrotherPrinterSession {\n constructor(options = {}) {\n var _a;\n _BrotherPrinterSession_instances.add(this);\n _BrotherPrinterSession_closed.set(this, false);\n _BrotherPrinterSession_printers.set(this, []);\n _BrotherPrinterSession_listeners.set(this, []);\n _BrotherPrinterSession_listening.set(this, void 0);\n _BrotherPrinterSession_disposal.set(this, void 0);\n _BrotherPrinterSession_storage.set(this, void 0);\n _BrotherPrinterSession_storageKey.set(this, void 0);\n __classPrivateFieldSet(this, _BrotherPrinterSession_storage, options.storage, \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_storageKey, `${(_a = options.storagePrefix) !== null && _a !== void 0 ? _a : 'brotherprint:'}last-printer`, \"f\");\n }\n get closed() {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\");\n }\n get printers() {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_printers, \"f\");\n }\n search(options, model) {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_discover).call(this, () => discoverPrinters(options, model, () => !__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\")));\n }\n prepare(options, model, previous) {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_discover).call(this, async () => {\n const saved = previous === undefined ? await __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_readSavedPrinter).call(this).catch(() => undefined) : previous;\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return [];\n return preparePrinters(options, model, saved, () => !__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"));\n });\n }\n /** Forget the remembered connection. Storage removal errors propagate to the caller. */\n async clearSavedPrinter() {\n var _a;\n await ((_a = __classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\")) === null || _a === void 0 ? void 0 : _a.remove(__classPrivateFieldGet(this, _BrotherPrinterSession_storageKey, \"f\")));\n }\n /** Register print notifications once. Callbacks stop immediately when disposed. */\n listen(events) {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return Promise.resolve();\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_listening, \"f\")) {\n __classPrivateFieldSet(this, _BrotherPrinterSession_listeners, [\n BrotherPrint.addListener(BrotherPrintEventsEnum.onPrint, () => {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n (_a = events.onPrint) === null || _a === void 0 ? void 0 : _a.call(events);\n }),\n BrotherPrint.addListener(BrotherPrintEventsEnum.onPrintError, (info) => {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n (_a = events.onPrintError) === null || _a === void 0 ? void 0 : _a.call(events, info);\n }),\n BrotherPrint.addListener(BrotherPrintEventsEnum.onPrintFailedCommunication, (info) => {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n (_a = events.onPrintFailedCommunication) === null || _a === void 0 ? void 0 : _a.call(events, info);\n }),\n ], \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_listening, Promise.all(__classPrivateFieldGet(this, _BrotherPrinterSession_listeners, \"f\")).then(() => undefined), \"f\");\n }\n return __classPrivateFieldGet(this, _BrotherPrinterSession_listening, \"f\");\n }\n /** A closed session cannot start another print. Already started native printing is awaited. */\n async printImage(options) {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return;\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\"))\n await __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_savePrinter).call(this, options).catch(() => undefined);\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n await BrotherPrint.printImage(options);\n }\n /** Invalidate pending work immediately, then remove this session's print listeners. */\n dispose() {\n var _a;\n __classPrivateFieldSet(this, _BrotherPrinterSession_closed, true, \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_printers, [], \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_disposal, (_a = __classPrivateFieldGet(this, _BrotherPrinterSession_disposal, \"f\")) !== null && _a !== void 0 ? _a : Promise.all(__classPrivateFieldGet(this, _BrotherPrinterSession_listeners, \"f\").map((listener) => listener.then((handle) => handle.remove()))).then(() => undefined), \"f\");\n return __classPrivateFieldGet(this, _BrotherPrinterSession_disposal, \"f\");\n }\n}\n_BrotherPrinterSession_closed = new WeakMap(), _BrotherPrinterSession_printers = new WeakMap(), _BrotherPrinterSession_listeners = new WeakMap(), _BrotherPrinterSession_listening = new WeakMap(), _BrotherPrinterSession_disposal = new WeakMap(), _BrotherPrinterSession_storage = new WeakMap(), _BrotherPrinterSession_storageKey = new WeakMap(), _BrotherPrinterSession_instances = new WeakSet(), _BrotherPrinterSession_readSavedPrinter = async function _BrotherPrinterSession_readSavedPrinter() {\n var _a;\n const value = await ((_a = __classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\")) === null || _a === void 0 ? void 0 : _a.get(__classPrivateFieldGet(this, _BrotherPrinterSession_storageKey, \"f\")));\n if (!value)\n return undefined;\n const channel = JSON.parse(value);\n if (channel &&\n Object.values(BRLMPrinterPort).includes(channel.port) &&\n ['modelName', 'channelInfo', 'serialNumber', 'macAddress', 'nodeName', 'location'].every((key) => typeof channel[key] === 'string'))\n return channel;\n return undefined;\n}, _BrotherPrinterSession_savePrinter = async function _BrotherPrinterSession_savePrinter(options) {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\") || !options.port || !((_a = options.channelInfo) === null || _a === void 0 ? void 0 : _a.trim()))\n return;\n const found = __classPrivateFieldGet(this, _BrotherPrinterSession_printers, \"f\").find((printer) => printer.port === options.port && printer.channelInfo === options.channelInfo);\n const channel = Object.assign(Object.assign({ serialNumber: '', macAddress: '', nodeName: '', location: '' }, found), { port: options.port, channelInfo: options.channelInfo, modelName: options.modelName });\n await __classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\").set(__classPrivateFieldGet(this, _BrotherPrinterSession_storageKey, \"f\"), JSON.stringify(channel));\n}, _BrotherPrinterSession_discover = function _BrotherPrinterSession_discover(run) {\n return queueConnection(async () => {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return [];\n __classPrivateFieldSet(this, _BrotherPrinterSession_printers, [], \"f\");\n return run().then((printers) => {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return [];\n __classPrivateFieldSet(this, _BrotherPrinterSession_printers, printers, \"f\");\n return printers;\n });\n });\n};\n//# sourceMappingURL=index.js.map"],"names":["BRLMPrinterPort","BRLMPrinterCustomPaperUnit","BRLMPrinterCustomPaperType","BRLMPrinterModelName","BRLMPrinterLabelName","BRLMPrinterImageRotation","BRLMPrinterScaleMode","BRLMPrinterHalftone","BRLMPrinterVerticalAlignment","BRLMPrinterHorizontalAlignment","BRLMPrinterCompressMode","BRLMPrinterPrintQuality","BrotherPrintEventsEnum","Model","Port","Capacitor","WebPlugin","this","registerPlugin"],"mappings":";;;AAAWA;IACX,CAAC,UAAU,eAAe,EAAE;IAC5B,IAAI,eAAe,CAAC,KAAK,CAAC,GAAG,KAAK;IAClC,IAAI,eAAe,CAAC,MAAM,CAAC,GAAG,MAAM;IACpC,IAAI,eAAe,CAAC,WAAW,CAAC,GAAG,WAAW;IAC9C,IAAI,eAAe,CAAC,oBAAoB,CAAC,GAAG,oBAAoB;IAChE,CAAC,EAAEA,uBAAe,KAAKA,uBAAe,GAAG,EAAE,CAAC,CAAC;AAClCC;IACX,CAAC,UAAU,0BAA0B,EAAE;IACvC,IAAI,0BAA0B,CAAC,IAAI,CAAC,GAAG,IAAI;IAC3C,IAAI,0BAA0B,CAAC,MAAM,CAAC,GAAG,MAAM;IAC/C,CAAC,EAAEA,kCAA0B,KAAKA,kCAA0B,GAAG,EAAE,CAAC,CAAC;AACxDC;IACX,CAAC,UAAU,0BAA0B,EAAE;IACvC,IAAI,0BAA0B,CAAC,WAAW,CAAC,GAAG,WAAW;IACzD,IAAI,0BAA0B,CAAC,aAAa,CAAC,GAAG,aAAa;IAC7D,IAAI,0BAA0B,CAAC,eAAe,CAAC,GAAG,eAAe;IACjE,CAAC,EAAEA,kCAA0B,KAAKA,kCAA0B,GAAG,EAAE,CAAC,CAAC;IACnE;IACA;IACA;IACA;IACA;IACA;IACA;AACWC;IACX,CAAC,UAAU,oBAAoB,EAAE;IACjC,IAAI,oBAAoB,CAAC,QAAQ,CAAC,GAAG,QAAQ;IAC7C,IAAI,oBAAoB,CAAC,SAAS,CAAC,GAAG,SAAS;IAC/C,IAAI,oBAAoB,CAAC,WAAW,CAAC,GAAG,WAAW;IACnD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,WAAW,CAAC,GAAG,WAAW;IACnD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,CAAC,EAAEA,4BAAoB,KAAKA,4BAAoB,GAAG,EAAE,CAAC,CAAC;IACvD;IACA;IACA;AACWC;IACX,CAAC,UAAU,oBAAoB,EAAE;IACjC,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,eAAe,CAAC,GAAG,eAAe;IAC3D,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,cAAc,CAAC,GAAG,cAAc;IACzD,IAAI,oBAAoB,CAAC,eAAe,CAAC,GAAG,eAAe;IAC3D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,SAAS,CAAC,GAAG,SAAS;IAC/C,IAAI,oBAAoB,CAAC,SAAS,CAAC,GAAG,SAAS;IAC/C,IAAI,oBAAoB,CAAC,SAAS,CAAC,GAAG,SAAS;IAC/C,IAAI,oBAAoB,CAAC,SAAS,CAAC,GAAG,SAAS;IAC/C,IAAI,oBAAoB,CAAC,SAAS,CAAC,GAAG,SAAS;IAC/C,IAAI,oBAAoB,CAAC,SAAS,CAAC,GAAG,SAAS;IAC/C,IAAI,oBAAoB,CAAC,WAAW,CAAC,GAAG,WAAW;IACnD,IAAI,oBAAoB,CAAC,UAAU,CAAC,GAAG,UAAU;IACjD,IAAI,oBAAoB,CAAC,UAAU,CAAC,GAAG,UAAU;IACjD,IAAI,oBAAoB,CAAC,WAAW,CAAC,GAAG,WAAW;IACnD,IAAI,oBAAoB,CAAC,YAAY,CAAC,GAAG,YAAY;IACrD,IAAI,oBAAoB,CAAC,eAAe,CAAC,GAAG,eAAe;IAC3D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,aAAa,CAAC,GAAG,aAAa;IACvD,IAAI,oBAAoB,CAAC,aAAa,CAAC,GAAG,aAAa;IACvD,IAAI,oBAAoB,CAAC,aAAa,CAAC,GAAG,aAAa;IACvD;IACA;IACA;IACA;IACA,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,iBAAiB;IAC/D,CAAC,EAAEA,4BAAoB,KAAKA,4BAAoB,GAAG,EAAE,CAAC,CAAC;IACvD;IACA;IACA;AACWC;IACX,CAAC,UAAU,wBAAwB,EAAE;IACrC,IAAI,wBAAwB,CAAC,SAAS,CAAC,GAAG,SAAS;IACnD,IAAI,wBAAwB,CAAC,UAAU,CAAC,GAAG,UAAU;IACrD,IAAI,wBAAwB,CAAC,WAAW,CAAC,GAAG,WAAW;IACvD,IAAI,wBAAwB,CAAC,WAAW,CAAC,GAAG,WAAW;IACvD,CAAC,EAAEA,gCAAwB,KAAKA,gCAAwB,GAAG,EAAE,CAAC,CAAC;IAC/D;IACA;IACA;AACWC;IACX,CAAC,UAAU,oBAAoB,EAAE;IACjC,IAAI,oBAAoB,CAAC,YAAY,CAAC,GAAG,YAAY;IACrD,IAAI,oBAAoB,CAAC,eAAe,CAAC,GAAG,eAAe;IAC3D,IAAI,oBAAoB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC7D,IAAI,oBAAoB,CAAC,YAAY,CAAC,GAAG,YAAY;IACrD,CAAC,EAAEA,4BAAoB,KAAKA,4BAAoB,GAAG,EAAE,CAAC,CAAC;IACvD;IACA;IACA;AACWC;IACX,CAAC,UAAU,mBAAmB,EAAE;IAChC,IAAI,mBAAmB,CAAC,WAAW,CAAC,GAAG,WAAW;IAClD,IAAI,mBAAmB,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAC5D,IAAI,mBAAmB,CAAC,eAAe,CAAC,GAAG,eAAe;IAC1D,CAAC,EAAEA,2BAAmB,KAAKA,2BAAmB,GAAG,EAAE,CAAC,CAAC;IACrD;IACA;IACA;AACWC;IACX,CAAC,UAAU,4BAA4B,EAAE;IACzC,IAAI,4BAA4B,CAAC,KAAK,CAAC,GAAG,KAAK;IAC/C,IAAI,4BAA4B,CAAC,QAAQ,CAAC,GAAG,QAAQ;IACrD,IAAI,4BAA4B,CAAC,QAAQ,CAAC,GAAG,QAAQ;IACrD,CAAC,EAAEA,oCAA4B,KAAKA,oCAA4B,GAAG,EAAE,CAAC,CAAC;IACvE;IACA;IACA;AACWC;IACX,CAAC,UAAU,8BAA8B,EAAE;IAC3C,IAAI,8BAA8B,CAAC,MAAM,CAAC,GAAG,MAAM;IACnD,IAAI,8BAA8B,CAAC,QAAQ,CAAC,GAAG,QAAQ;IACvD,IAAI,8BAA8B,CAAC,OAAO,CAAC,GAAG,OAAO;IACrD,CAAC,EAAEA,sCAA8B,KAAKA,sCAA8B,GAAG,EAAE,CAAC,CAAC;IAC3E;IACA;IACA;AACWC;IACX,CAAC,UAAU,uBAAuB,EAAE;IACpC,IAAI,uBAAuB,CAAC,MAAM,CAAC,GAAG,MAAM;IAC5C,IAAI,uBAAuB,CAAC,MAAM,CAAC,GAAG,MAAM;IAC5C,IAAI,uBAAuB,CAAC,OAAO,CAAC,GAAG,OAAO;IAC9C,CAAC,EAAEA,+BAAuB,KAAKA,+BAAuB,GAAG,EAAE,CAAC,CAAC;IAC7D;IACA;IACA;AACWC;IACX,CAAC,UAAU,uBAAuB,EAAE;IACpC,IAAI,uBAAuB,CAAC,MAAM,CAAC,GAAG,MAAM;IAC5C,IAAI,uBAAuB,CAAC,MAAM,CAAC,GAAG,MAAM;IAC5C,CAAC,EAAEA,+BAAuB,KAAKA,+BAAuB,GAAG,EAAE,CAAC,CAAC;IAC7D;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;AC7JWC;IACX,CAAC,UAAU,sBAAsB,EAAE;IACnC,IAAI,sBAAsB,CAAC,oBAAoB,CAAC,GAAG,oBAAoB;IACvE,IAAI,sBAAsB,CAAC,SAAS,CAAC,GAAG,SAAS;IACjD,IAAI,sBAAsB,CAAC,4BAA4B,CAAC,GAAG,4BAA4B;IACvF,IAAI,sBAAsB,CAAC,cAAc,CAAC,GAAG,cAAc;IAC3D,CAAC,EAAEA,8BAAsB,KAAKA,8BAAsB,GAAG,EAAE,CAAC,CAAC;;ICLpD,MAAM,YAAY,GAAG;IAC5B,IAAI,CAACC,4BAAK,CAAC,MAAM,GAAG,CAACC,uBAAI,CAAC,GAAG,CAAC;IAC9B,IAAI,CAACD,4BAAK,CAAC,OAAO,GAAG,CAACC,uBAAI,CAAC,IAAI,EAAEA,uBAAI,CAAC,GAAG,CAAC;IAC1C,IAAI,CAACD,4BAAK,CAAC,SAAS,GAAG,CAACC,uBAAI,CAAC,IAAI,EAAEA,uBAAI,CAAC,SAAS,EAAEA,uBAAI,CAAC,GAAG,CAAC;IAC5D,IAAI,CAACD,4BAAK,CAAC,YAAY,GAAG,CAACC,uBAAI,CAAC,IAAI,EAAEA,uBAAI,CAAC,GAAG,CAAC;IAC/C,IAAI,CAACD,4BAAK,CAAC,SAAS,GAAG,CAACC,uBAAI,CAAC,GAAG,CAAC;IACjC,IAAI,CAACD,4BAAK,CAAC,YAAY,GAAG,CAACC,uBAAI,CAAC,IAAI,EAAEA,uBAAI,CAAC,SAAS,EAAEA,uBAAI,CAAC,GAAG,EAAEA,uBAAI,CAAC,kBAAkB,CAAC;IACxF,CAAC;;ICLD;IACO,SAAS,uBAAuB,CAAC,IAAI,EAAE;IAC9C,IAAI,QAAQ,IAAI;IAChB,QAAQ,KAAKd,uBAAe,CAAC,IAAI;IACjC,YAAY,OAAO,OAAO;IAC1B,QAAQ,KAAKA,uBAAe,CAAC,SAAS;IACtC,YAAY,OAAO,WAAW;IAC9B,QAAQ,KAAKA,uBAAe,CAAC,kBAAkB;IAC/C,YAAY,OAAO,cAAc;IACjC,QAAQ,KAAKA,uBAAe,CAAC,GAAG;IAChC,YAAY,OAAO,KAAK;IACxB,QAAQ;IACR,YAAY,OAAO,EAAE;IACrB;IACA;IACA;IACO,SAAS,mBAAmB,CAAC,KAAK,EAAE,SAAS,GAAGe,cAAS,CAAC,WAAW,EAAE,KAAK,SAAS,EAAE;IAC9F,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,CAACZ,4BAAoB,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC5D,QAAQ,OAAO,EAAE;IACjB,IAAI,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,CAAC,IAAI,KAAK,SAAS,IAAI,IAAI,KAAKH,uBAAe,CAAC,GAAG,CAAC;IAC1F;IACA;IACO,SAAS,yBAAyB,CAAC,KAAK,EAAE,KAAK,EAAE;IACxD,IAAI,MAAM,KAAK,GAAG,mBAAmB,CAAC,KAAK,CAAC;IAC5C,IAAI,IAAI,KAAK,IAAI,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC;IACtC,QAAQ,OAAO,KAAK;IACpB,IAAI,IAAI,KAAK,CAAC,QAAQ,CAACA,uBAAe,CAAC,GAAG,CAAC;IAC3C,SAAS,KAAK,KAAKG,4BAAoB,CAAC,MAAM,IAAI,KAAK,KAAKA,4BAAoB,CAAC,OAAO,CAAC;IACzF,QAAQ,OAAOH,uBAAe,CAAC,GAAG;IAClC,IAAI,OAAO,KAAK,CAAC,CAAC,CAAC;IACnB;IACA;IACO,SAAS,mBAAmB,CAAC,IAAI,EAAE;IAC1C,IAAI,MAAM,GAAG,GAAG;IAChB,SAAS,IAAI;IACb,SAAS,WAAW;IACpB,SAAS,OAAO,CAAC,aAAa,EAAE,EAAE;IAClC,SAAS,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC;IAC9B;IACA,IAAI,MAAM,OAAO,GAAG,GAAG,KAAK,WAAW,GAAG,UAAU,GAAG,GAAG,KAAK,SAAS,GAAG,UAAU,GAAG,GAAG;IAC3F,IAAI,OAAO,MAAM,CAAC,MAAM,CAACG,4BAAoB,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,KAAK,OAAO,CAAC;IACrK;;IC3CO,MAAM,eAAe,SAASa,cAAS,CAAC;IAC/C,IAAI,MAAM,UAAU,CAAC,OAAO,EAAE;IAC9B,QAAQ,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,OAAO,CAAC;IAC1C,IAAI;IACJ,IAAI,MAAM,kBAAkB,CAAC,OAAO,EAAE;IACtC,QAAQ,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,OAAO,CAAC;IAClD,QAAQ,OAAO;IACf,YAAY,MAAM,EAAE,KAAK;IACzB,SAAS;IACT,IAAI;IACJ,IAAI,MAAM,MAAM,CAAC,OAAO,EAAE;IAC1B,QAAQ,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE,OAAO,CAAC;IACtC,IAAI;IACJ,IAAI,MAAM,uBAAuB,GAAG;IACpC,QAAQ,OAAO,CAAC,GAAG,CAAC,yBAAyB,CAAC;IAC9C,IAAI;IACJ,IAAI,MAAM,4BAA4B,GAAG;IACzC,QAAQ,OAAO,CAAC,GAAG,CAAC,8BAA8B,CAAC;IACnD,IAAI;IACJ;;;;;;;ICpBA,IAAI,sBAAsB,GAAG,CAACC,SAAI,IAAIA,SAAI,CAAC,sBAAsB,KAAK,UAAU,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,EAAE;IACjH,IAAI,IAAI,IAAI,KAAK,GAAG,EAAE,MAAM,IAAI,SAAS,CAAC,gCAAgC,CAAC;IAC3E,IAAI,IAAI,IAAI,KAAK,GAAG,IAAI,CAAC,CAAC,EAAE,MAAM,IAAI,SAAS,CAAC,+CAA+C,CAAC;IAChG,IAAI,IAAI,OAAO,KAAK,KAAK,UAAU,GAAG,QAAQ,KAAK,KAAK,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAI,SAAS,CAAC,yEAAyE,CAAC;IACrL,IAAI,OAAO,CAAC,IAAI,KAAK,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,QAAQ,EAAE,KAAK,CAAC,GAAG,KAAK;IAC7G,CAAC;IACD,IAAI,sBAAsB,GAAG,CAACA,SAAI,IAAIA,SAAI,CAAC,sBAAsB,KAAK,UAAU,QAAQ,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,EAAE;IAC1G,IAAI,IAAI,IAAI,KAAK,GAAG,IAAI,CAAC,CAAC,EAAE,MAAM,IAAI,SAAS,CAAC,+CAA+C,CAAC;IAChG,IAAI,IAAI,OAAO,KAAK,KAAK,UAAU,GAAG,QAAQ,KAAK,KAAK,IAAI,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAI,SAAS,CAAC,0EAA0E,CAAC;IACtL,IAAI,OAAO,IAAI,KAAK,GAAG,GAAG,CAAC,GAAG,IAAI,KAAK,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,QAAQ,CAAC;IACjG,CAAC;IACD,IAAI,gCAAgC,EAAE,6BAA6B,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,gCAAgC,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,iCAAiC,EAAE,uCAAuC,EAAE,kCAAkC,EAAE,+BAA+B;AAKrX,UAAC,YAAY,GAAGC,mBAAc,CAAC,cAAc,EAAE;IACpD,IAAI,GAAG,EAAE,MAAM,mDAAe,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,eAAe,EAAE,CAAC;IACnE,CAAC;IAQD;IACA,IAAI,eAAe,GAAG,OAAO,CAAC,OAAO,EAAE;IACvC,SAAS,eAAe,CAAC,GAAG,EAAE;IAC9B,IAAI,MAAM,MAAM,GAAG,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC;IAC5C,IAAI,eAAe,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,SAAS,CAAC;IACnD,IAAI,OAAO,MAAM;IACjB;IACA;IACO,SAAS,qBAAqB,CAAC,OAAO,EAAE,KAAK,EAAE;IACtD,IAAI,OAAO,eAAe,CAAC,MAAM,gBAAgB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAClE;IACA;IACA;IACA;IACA;IACA;IACO,SAAS,sBAAsB,CAAC,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE;IACjE,IAAI,OAAO,eAAe,CAAC,MAAM,eAAe,CAAC,OAAO,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC;IAC3E;IACA;IACA;IACA;IACA;IACO,SAAS,0BAA0B,CAAC,OAAO,EAAE;IACpD,IAAI,OAAO,eAAe,CAAC,YAAY;IACvC,QAAQ,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,YAAY,CAAC,kBAAkB,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IACzK,QAAQ,OAAO,MAAM;IACrB,IAAI,CAAC,CAAC;IACN;IACA,eAAe,gBAAgB,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,IAAI,EAAE;IACrE,IAAI,MAAM,QAAQ,GAAG,EAAE;IACvB,IAAI,MAAM,QAAQ,GAAG,MAAM,YAAY,CAAC,WAAW,CAACN,8BAAsB,CAAC,kBAAkB,EAAE,CAAC,OAAO,KAAK;IAC5G,QAAQ,IAAI,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,IAAI;IACzC,YAAY;IACZ,QAAQ,IAAI,OAAO,CAAC,IAAI,KAAKZ,uBAAe,CAAC,GAAG,IAAI,KAAK,KAAK,SAAS,IAAI,mBAAmB,CAAC,OAAO,CAAC,SAAS,CAAC,KAAK,KAAK;IAC3H,YAAY;IACZ,QAAQ,MAAM,KAAK,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,OAAO,KAAK,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,IAAI,IAAI,OAAO,CAAC,WAAW,KAAK,OAAO,CAAC,WAAW,CAAC;IACnI,QAAQ,IAAI,KAAK,GAAG,CAAC;IACrB,YAAY,QAAQ,CAAC,IAAI,CAAC,OAAO,CAAC;IAClC;IACA,YAAY,QAAQ,CAAC,KAAK,CAAC,GAAG,OAAO;IACrC,IAAI,CAAC,CAAC;IACN,IAAI,MAAM,CAAC,MAAM,EAAE,GAAG,YAAY,CAAC,MAAM,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,CAAC,MAAM,QAAQ,CAAC,MAAM,EAAE,CAAC;IACxG,IAAI,OAAO,QAAQ;IACnB;IACA,eAAe,eAAe,CAAC,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,IAAI,EAAE;IAC9E,IAAI,IAAI,OAAO,CAAC,IAAI,KAAKA,uBAAe,CAAC,GAAG;IAC5C,QAAQ,CAAC,QAAQ,KAAK,IAAI,IAAI,QAAQ,KAAK,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC,IAAI,MAAM,OAAO,CAAC,IAAI;IAC5F,QAAQ,QAAQ,CAAC,WAAW,CAAC,IAAI,EAAE;IACnC,QAAQ,mBAAmB,CAAC,QAAQ,CAAC,SAAS,CAAC,KAAK,KAAK,EAAE;IAC3D,QAAQ,MAAM,SAAS,GAAG,MAAM,YAAY,CAAC,kBAAkB,CAAC,QAAQ,CAAC;IACzE,QAAQ,IAAI,SAAS,CAAC,MAAM;IAC5B,YAAY,OAAO,CAAC,QAAQ,CAAC;IAC7B,IAAI;IACJ,IAAI,OAAO,MAAM,EAAE,GAAG,gBAAgB,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,GAAG,EAAE;IACnE;IACA;IACO,MAAM,qBAAqB,CAAC;IACnC,IAAI,WAAW,CAAC,OAAO,GAAG,EAAE,EAAE;IAC9B,QAAQ,IAAI,EAAE;IACd,QAAQ,gCAAgC,CAAC,GAAG,CAAC,IAAI,CAAC;IAClD,QAAQ,6BAA6B,CAAC,GAAG,CAAC,IAAI,EAAE,KAAK,CAAC;IACtD,QAAQ,+BAA+B,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,CAAC;IACrD,QAAQ,gCAAgC,CAAC,GAAG,CAAC,IAAI,EAAE,EAAE,CAAC;IACtD,QAAQ,gCAAgC,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC;IAC1D,QAAQ,+BAA+B,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC;IACzD,QAAQ,8BAA8B,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC;IACxD,QAAQ,iCAAiC,CAAC,GAAG,CAAC,IAAI,EAAE,MAAM,CAAC;IAC3D,QAAQ,sBAAsB,CAAC,IAAI,EAAE,8BAA8B,EAAE,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC;IAC1F,QAAQ,sBAAsB,CAAC,IAAI,EAAE,iCAAiC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,OAAO,CAAC,aAAa,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,EAAE,GAAG,eAAe,CAAC,YAAY,CAAC,EAAE,GAAG,CAAC;IAC5K,IAAI;IACJ,IAAI,IAAI,MAAM,GAAG;IACjB,QAAQ,OAAO,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IAC/E,IAAI;IACJ,IAAI,IAAI,QAAQ,GAAG;IACnB,QAAQ,OAAO,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,GAAG,CAAC;IACjF,IAAI;IACJ,IAAI,MAAM,CAAC,OAAO,EAAE,KAAK,EAAE;IAC3B,QAAQ,OAAO,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,EAAE,+BAA+B,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,gBAAgB,CAAC,OAAO,EAAE,KAAK,EAAE,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC,CAAC,CAAC;IAC/O,IAAI;IACJ,IAAI,OAAO,CAAC,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE;IACtC,QAAQ,OAAO,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,EAAE,+BAA+B,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,YAAY;IAC3I,YAAY,MAAM,KAAK,GAAG,QAAQ,KAAK,SAAS,GAAG,MAAM,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,EAAE,uCAAuC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,MAAM,SAAS,CAAC,GAAG,QAAQ;IAClN,YAAY,IAAI,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IAChF,gBAAgB,OAAO,EAAE;IACzB,YAAY,OAAO,eAAe,CAAC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC,CAAC;IAClI,QAAQ,CAAC,CAAC;IACV,IAAI;IACJ;IACA,IAAI,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,IAAI,EAAE;IACd,QAAQ,OAAO,CAAC,EAAE,GAAG,sBAAsB,CAAC,IAAI,EAAE,8BAA8B,EAAE,GAAG,CAAC,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,EAAE,iCAAiC,EAAE,GAAG,CAAC,CAAC,CAAC;IAC7M,IAAI;IACJ;IACA,IAAI,MAAM,CAAC,MAAM,EAAE;IACnB,QAAQ,IAAI,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IAC5E,YAAY,OAAO,OAAO,CAAC,OAAO,EAAE;IACpC,QAAQ,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,CAAC,EAAE;IAClF,YAAY,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE;IAC3E,gBAAgB,YAAY,CAAC,WAAW,CAACY,8BAAsB,CAAC,OAAO,EAAE,MAAM;IAC/E,oBAAoB,IAAI,EAAE;IAC1B,oBAAoB,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IACzF,wBAAwB,CAAC,EAAE,GAAG,MAAM,CAAC,OAAO,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC;IAClG,gBAAgB,CAAC,CAAC;IAClB,gBAAgB,YAAY,CAAC,WAAW,CAACA,8BAAsB,CAAC,YAAY,EAAE,CAAC,IAAI,KAAK;IACxF,oBAAoB,IAAI,EAAE;IAC1B,oBAAoB,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IACzF,wBAAwB,CAAC,EAAE,GAAG,MAAM,CAAC,YAAY,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC;IAC7G,gBAAgB,CAAC,CAAC;IAClB,gBAAgB,YAAY,CAAC,WAAW,CAACA,8BAAsB,CAAC,0BAA0B,EAAE,CAAC,IAAI,KAAK;IACtG,oBAAoB,IAAI,EAAE;IAC1B,oBAAoB,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IACzF,wBAAwB,CAAC,EAAE,GAAG,MAAM,CAAC,0BAA0B,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC;IAC3H,gBAAgB,CAAC,CAAC;IAClB,aAAa,EAAE,GAAG,CAAC;IACnB,YAAY,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,OAAO,CAAC,GAAG,CAAC,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,SAAS,CAAC,EAAE,GAAG,CAAC;IACvL,QAAQ;IACR,QAAQ,OAAO,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,CAAC;IAClF,IAAI;IACJ;IACA,IAAI,MAAM,UAAU,CAAC,OAAO,EAAE;IAC9B,QAAQ,IAAI,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IAC5E,YAAY;IACZ,QAAQ,IAAI,sBAAsB,CAAC,IAAI,EAAE,8BAA8B,EAAE,GAAG,CAAC;IAC7E,YAAY,MAAM,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,EAAE,kCAAkC,CAAC,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,MAAM,SAAS,CAAC;IACpK,QAAQ,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IAC7E,YAAY,MAAM,YAAY,CAAC,UAAU,CAAC,OAAO,CAAC;IAClD,IAAI;IACJ;IACA,IAAI,OAAO,GAAG;IACd,QAAQ,IAAI,EAAE;IACd,QAAQ,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,IAAI,EAAE,GAAG,CAAC;IAC9E,QAAQ,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,EAAE,EAAE,GAAG,CAAC;IAC9E,QAAQ,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,CAAC,EAAE,GAAG,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,GAAG,CAAC,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC,sBAAsB,CAAC,IAAI,EAAE,gCAAgC,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,QAAQ,KAAK,QAAQ,CAAC,IAAI,CAAC,CAAC,MAAM,KAAK,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,SAAS,CAAC,EAAE,GAAG,CAAC;IAC3V,QAAQ,OAAO,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,GAAG,CAAC;IACjF,IAAI;IACJ;IACA,6BAA6B,GAAG,IAAI,OAAO,EAAE,EAAE,+BAA+B,GAAG,IAAI,OAAO,EAAE,EAAE,gCAAgC,GAAG,IAAI,OAAO,EAAE,EAAE,gCAAgC,GAAG,IAAI,OAAO,EAAE,EAAE,+BAA+B,GAAG,IAAI,OAAO,EAAE,EAAE,8BAA8B,GAAG,IAAI,OAAO,EAAE,EAAE,iCAAiC,GAAG,IAAI,OAAO,EAAE,EAAE,gCAAgC,GAAG,IAAI,OAAO,EAAE,EAAE,uCAAuC,GAAG,eAAe,uCAAuC,GAAG;IAC7e,IAAI,IAAI,EAAE;IACV,IAAI,MAAM,KAAK,GAAG,OAAO,CAAC,EAAE,GAAG,sBAAsB,CAAC,IAAI,EAAE,8BAA8B,EAAE,GAAG,CAAC,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,sBAAsB,CAAC,IAAI,EAAE,iCAAiC,EAAE,GAAG,CAAC,CAAC,CAAC;IACpN,IAAI,IAAI,CAAC,KAAK;IACd,QAAQ,OAAO,SAAS;IACxB,IAAI,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;IACrC,IAAI,IAAI,OAAO;IACf,QAAQ,MAAM,CAAC,MAAM,CAACZ,uBAAe,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC;IAC7D,QAAQ,CAAC,WAAW,EAAE,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC,KAAK,CAAC,CAAC,GAAG,KAAK,OAAO,OAAO,CAAC,GAAG,CAAC,KAAK,QAAQ,CAAC;IAC3I,QAAQ,OAAO,OAAO;IACtB,IAAI,OAAO,SAAS;IACpB,CAAC,EAAE,kCAAkC,GAAG,eAAe,kCAAkC,CAAC,OAAO,EAAE;IACnG,IAAI,IAAI,EAAE;IACV,IAAI,IAAI,CAAC,sBAAsB,CAAC,IAAI,EAAE,8BAA8B,EAAE,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC,EAAE,GAAG,OAAO,CAAC,WAAW,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC;IAC3K,QAAQ;IACR,IAAI,MAAM,KAAK,GAAG,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,KAAK,OAAO,CAAC,IAAI,KAAK,OAAO,CAAC,IAAI,IAAI,OAAO,CAAC,WAAW,KAAK,OAAO,CAAC,WAAW,CAAC;IACpL,IAAI,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,IAAI,EAAE,OAAO,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,CAAC,WAAW,EAAE,SAAS,EAAE,OAAO,CAAC,SAAS,EAAE,CAAC;IACjN,IAAI,MAAM,sBAAsB,CAAC,IAAI,EAAE,8BAA8B,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,sBAAsB,CAAC,IAAI,EAAE,iCAAiC,EAAE,GAAG,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IAC9K,CAAC,EAAE,+BAA+B,GAAG,SAAS,+BAA+B,CAAC,GAAG,EAAE;IACnF,IAAI,OAAO,eAAe,CAAC,YAAY;IACvC,QAAQ,IAAI,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IAC5E,YAAY,OAAO,EAAE;IACrB,QAAQ,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,EAAE,EAAE,GAAG,CAAC;IAC9E,QAAQ,OAAO,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,QAAQ,KAAK;IACxC,YAAY,IAAI,sBAAsB,CAAC,IAAI,EAAE,6BAA6B,EAAE,GAAG,CAAC;IAChF,gBAAgB,OAAO,EAAE;IACzB,YAAY,sBAAsB,CAAC,IAAI,EAAE,+BAA+B,EAAE,QAAQ,EAAE,GAAG,CAAC;IACxF,YAAY,OAAO,QAAQ;IAC3B,QAAQ,CAAC,CAAC;IACV,IAAI,CAAC,CAAC;IACN,CAAC;;;;;;;;;;;;;;;;;;;"}
|
|
1
|
+
{"version":3,"file":"plugin.js","sources":["esm/brother-printer.enum.js","esm/events.enum.js","esm/models.js","esm/printer.js","esm/web.js","esm/index.js"],"sourcesContent":["export var BRLMPrinterPort;\n(function (BRLMPrinterPort) {\n BRLMPrinterPort[\"usb\"] = \"usb\";\n BRLMPrinterPort[\"wifi\"] = \"wifi\";\n BRLMPrinterPort[\"bluetooth\"] = \"bluetooth\";\n BRLMPrinterPort[\"bluetoothLowEnergy\"] = \"bluetoothLowEnergy\";\n})(BRLMPrinterPort || (BRLMPrinterPort = {}));\nexport var BRLMPrinterCustomPaperUnit;\n(function (BRLMPrinterCustomPaperUnit) {\n BRLMPrinterCustomPaperUnit[\"mm\"] = \"mm\";\n BRLMPrinterCustomPaperUnit[\"inch\"] = \"inch\";\n})(BRLMPrinterCustomPaperUnit || (BRLMPrinterCustomPaperUnit = {}));\nexport var BRLMPrinterCustomPaperType;\n(function (BRLMPrinterCustomPaperType) {\n BRLMPrinterCustomPaperType[\"rollPaper\"] = \"rollPaper\";\n BRLMPrinterCustomPaperType[\"dieCutPaper\"] = \"dieCutPaper\";\n BRLMPrinterCustomPaperType[\"markRollPaper\"] = \"markRollPaper\";\n})(BRLMPrinterCustomPaperType || (BRLMPrinterCustomPaperType = {}));\n/**\n * Note: If you update this file, you should update the following files:\n * - ios/Plugin/Model/PrinterModel.swift\n *\n * And name is follow android naming convention.\n * Android naming: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printermodel.html\n */\nexport var BRLMPrinterModelName;\n(function (BRLMPrinterModelName) {\n BRLMPrinterModelName[\"QL_800\"] = \"QL_800\";\n BRLMPrinterModelName[\"QL_810W\"] = \"QL_810W\";\n BRLMPrinterModelName[\"QL_820NWB\"] = \"QL_820NWB\";\n BRLMPrinterModelName[\"TD_2320D_203\"] = \"TD_2320D_203\";\n BRLMPrinterModelName[\"TD_2030AD\"] = \"TD_2030AD\";\n BRLMPrinterModelName[\"TD_2350D_300\"] = \"TD_2350D_300\";\n})(BRLMPrinterModelName || (BRLMPrinterModelName = {}));\n/**\n * Android naming: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android/labelinfo.html\n */\nexport var BRLMPrinterLabelName;\n(function (BRLMPrinterLabelName) {\n BRLMPrinterLabelName[\"DieCutW17H54\"] = \"DieCutW17H54\";\n BRLMPrinterLabelName[\"DieCutW17H87\"] = \"DieCutW17H87\";\n BRLMPrinterLabelName[\"DieCutW23H23\"] = \"DieCutW23H23\";\n BRLMPrinterLabelName[\"DieCutW29H42\"] = \"DieCutW29H42\";\n BRLMPrinterLabelName[\"DieCutW29H90\"] = \"DieCutW29H90\";\n BRLMPrinterLabelName[\"DieCutW38H90\"] = \"DieCutW38H90\";\n BRLMPrinterLabelName[\"DieCutW39H48\"] = \"DieCutW39H48\";\n BRLMPrinterLabelName[\"DieCutW52H29\"] = \"DieCutW52H29\";\n BRLMPrinterLabelName[\"DieCutW62H29\"] = \"DieCutW62H29\";\n BRLMPrinterLabelName[\"DieCutW62H60\"] = \"DieCutW62H60\";\n BRLMPrinterLabelName[\"DieCutW62H75\"] = \"DieCutW62H75\";\n BRLMPrinterLabelName[\"DieCutW62H100\"] = \"DieCutW62H100\";\n BRLMPrinterLabelName[\"DieCutW60H86\"] = \"DieCutW60H86\";\n BRLMPrinterLabelName[\"DieCutW54H29\"] = \"DieCutW54H29\";\n BRLMPrinterLabelName[\"DieCutW102H51\"] = \"DieCutW102H51\";\n BRLMPrinterLabelName[\"DieCutW102H152\"] = \"DieCutW102H152\";\n BRLMPrinterLabelName[\"DieCutW103H164\"] = \"DieCutW103H164\";\n BRLMPrinterLabelName[\"RollW12\"] = \"RollW12\";\n BRLMPrinterLabelName[\"RollW29\"] = \"RollW29\";\n BRLMPrinterLabelName[\"RollW38\"] = \"RollW38\";\n BRLMPrinterLabelName[\"RollW50\"] = \"RollW50\";\n BRLMPrinterLabelName[\"RollW54\"] = \"RollW54\";\n BRLMPrinterLabelName[\"RollW62\"] = \"RollW62\";\n BRLMPrinterLabelName[\"RollW62RB\"] = \"RollW62RB\";\n BRLMPrinterLabelName[\"RollW102\"] = \"RollW102\";\n BRLMPrinterLabelName[\"RollW103\"] = \"RollW103\";\n BRLMPrinterLabelName[\"DTRollW90\"] = \"DTRollW90\";\n BRLMPrinterLabelName[\"DTRollW102\"] = \"DTRollW102\";\n BRLMPrinterLabelName[\"DTRollW102H51\"] = \"DTRollW102H51\";\n BRLMPrinterLabelName[\"DTRollW102H152\"] = \"DTRollW102H152\";\n BRLMPrinterLabelName[\"RoundW12DIA\"] = \"RoundW12DIA\";\n BRLMPrinterLabelName[\"RoundW24DIA\"] = \"RoundW24DIA\";\n BRLMPrinterLabelName[\"RoundW58DIA\"] = \"RoundW58DIA\";\n /**\n * For TD series\n * @url https://www.brother.co.jp/product/labelprinter/td2350d/accessory/index.aspx\n */\n BRLMPrinterLabelName[\"RDDieCutW60H60\"] = \"RDDieCutW60H60\";\n BRLMPrinterLabelName[\"RDDieCutW50H30\"] = \"RDDieCutW50H30\";\n BRLMPrinterLabelName[\"RDDieCutW40H60\"] = \"RDDieCutW40H60\";\n BRLMPrinterLabelName[\"RDDieCutW40H50\"] = \"RDDieCutW40H50\";\n BRLMPrinterLabelName[\"RDDieCutW40H40\"] = \"RDDieCutW40H40\";\n BRLMPrinterLabelName[\"RDDieCutW30H30\"] = \"RDDieCutW30H30\";\n BRLMPrinterLabelName[\"RDDieCutW50H35\"] = \"RDDieCutW50H35\";\n BRLMPrinterLabelName[\"RDDieCutW60H80\"] = \"RDDieCutW60H80\";\n BRLMPrinterLabelName[\"RDDieCutW60H100\"] = \"RDDieCutW60H100\";\n})(BRLMPrinterLabelName || (BRLMPrinterLabelName = {}));\n/**\n * @url https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#imagerotation\n */\nexport var BRLMPrinterImageRotation;\n(function (BRLMPrinterImageRotation) {\n BRLMPrinterImageRotation[\"Rotate0\"] = \"Rotate0\";\n BRLMPrinterImageRotation[\"Rotate90\"] = \"Rotate90\";\n BRLMPrinterImageRotation[\"Rotate180\"] = \"Rotate180\";\n BRLMPrinterImageRotation[\"Rotate270\"] = \"Rotate270\";\n})(BRLMPrinterImageRotation || (BRLMPrinterImageRotation = {}));\n/**\n * url https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#scalemode\n */\nexport var BRLMPrinterScaleMode;\n(function (BRLMPrinterScaleMode) {\n BRLMPrinterScaleMode[\"ActualSize\"] = \"ActualSize\";\n BRLMPrinterScaleMode[\"FitPageAspect\"] = \"FitPageAspect\";\n BRLMPrinterScaleMode[\"FitPaperAspect\"] = \"FitPaperAspect\";\n BRLMPrinterScaleMode[\"ScaleValue\"] = \"ScaleValue\";\n})(BRLMPrinterScaleMode || (BRLMPrinterScaleMode = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#halftone\n */\nexport var BRLMPrinterHalftone;\n(function (BRLMPrinterHalftone) {\n BRLMPrinterHalftone[\"Threshold\"] = \"Threshold\";\n BRLMPrinterHalftone[\"ErrorDiffusion\"] = \"ErrorDiffusion\";\n BRLMPrinterHalftone[\"PatternDither\"] = \"PatternDither\";\n})(BRLMPrinterHalftone || (BRLMPrinterHalftone = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#verticalalignment\n */\nexport var BRLMPrinterVerticalAlignment;\n(function (BRLMPrinterVerticalAlignment) {\n BRLMPrinterVerticalAlignment[\"Top\"] = \"Top\";\n BRLMPrinterVerticalAlignment[\"Center\"] = \"Center\";\n BRLMPrinterVerticalAlignment[\"Bottom\"] = \"Bottom\";\n})(BRLMPrinterVerticalAlignment || (BRLMPrinterVerticalAlignment = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#horizontalalignment\n */\nexport var BRLMPrinterHorizontalAlignment;\n(function (BRLMPrinterHorizontalAlignment) {\n BRLMPrinterHorizontalAlignment[\"Left\"] = \"Left\";\n BRLMPrinterHorizontalAlignment[\"Center\"] = \"Center\";\n BRLMPrinterHorizontalAlignment[\"Right\"] = \"Right\";\n})(BRLMPrinterHorizontalAlignment || (BRLMPrinterHorizontalAlignment = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#compressmode\n */\nexport var BRLMPrinterCompressMode;\n(function (BRLMPrinterCompressMode) {\n BRLMPrinterCompressMode[\"None\"] = \"None\";\n BRLMPrinterCompressMode[\"Tiff\"] = \"Tiff\";\n BRLMPrinterCompressMode[\"Mode9\"] = \"Mode9\";\n})(BRLMPrinterCompressMode || (BRLMPrinterCompressMode = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#printquality\n */\nexport var BRLMPrinterPrintQuality;\n(function (BRLMPrinterPrintQuality) {\n BRLMPrinterPrintQuality[\"Best\"] = \"Best\";\n BRLMPrinterPrintQuality[\"Fast\"] = \"Fast\";\n})(BRLMPrinterPrintQuality || (BRLMPrinterPrintQuality = {}));\n/**\n * url: https://support.brother.co.jp/j/s/support/html/mobilesdk/reference/android_v4/printimagesettings.html#resolution\n */\n// export enum BRLMPrinterPrintResolution {\n// Low = 'Low',\n// Normal = 'Normal',\n// High = 'High',\n// }\n//# sourceMappingURL=brother-printer.enum.js.map","export var BrotherPrintEventsEnum;\n(function (BrotherPrintEventsEnum) {\n BrotherPrintEventsEnum[\"onPrinterAvailable\"] = \"onPrinterAvailable\";\n BrotherPrintEventsEnum[\"onPrint\"] = \"onPrint\";\n BrotherPrintEventsEnum[\"onPrintFailedCommunication\"] = \"onPrintFailedCommunication\";\n BrotherPrintEventsEnum[\"onPrintError\"] = \"onPrintError\";\n})(BrotherPrintEventsEnum || (BrotherPrintEventsEnum = {}));\n//# sourceMappingURL=events.enum.js.map","import { BRLMPrinterModelName as Model, BRLMPrinterPort as Port } from './brother-printer.enum';\nexport const printerPorts = {\n [Model.QL_800]: [Port.usb],\n [Model.QL_810W]: [Port.wifi, Port.usb],\n [Model.QL_820NWB]: [Port.wifi, Port.bluetooth, Port.usb],\n [Model.TD_2320D_203]: [Port.wifi, Port.usb],\n [Model.TD_2030AD]: [Port.usb],\n [Model.TD_2350D_300]: [Port.wifi, Port.bluetooth, Port.usb, Port.bluetoothLowEnergy],\n};\n//# sourceMappingURL=models.js.map","import { Capacitor } from '@capacitor/core';\nimport { BRLMPrinterModelName, BRLMPrinterPort } from './brother-printer.enum';\nimport { printerPorts } from './models';\n/** Common display names for connection transports. */\nexport function brotherPrinterPortLabel(port) {\n switch (port) {\n case BRLMPrinterPort.wifi:\n return 'Wi-Fi';\n case BRLMPrinterPort.bluetooth:\n return 'Bluetooth';\n case BRLMPrinterPort.bluetoothLowEnergy:\n return 'Bluetooth LE';\n case BRLMPrinterPort.usb:\n return 'USB';\n default:\n return '';\n }\n}\n/** Connection choices for the existing models. USB is Android-only; wifi also covers Ethernet. */\nexport function brotherPrinterPorts(model, isAndroid = Capacitor.getPlatform() === 'android') {\n if (!Object.values(BRLMPrinterModelName).includes(model))\n return [];\n return printerPorts[model].filter((port) => isAndroid || port !== BRLMPrinterPort.usb);\n}\n/** Keep a supported saved port; otherwise prefer USB for QL-800/810W on Android. */\nexport function resolveBrotherPrinterPort(model, saved) {\n const ports = brotherPrinterPorts(model);\n if (saved && ports.includes(saved))\n return saved;\n if (ports.includes(BRLMPrinterPort.usb) &&\n (model === BRLMPrinterModelName.QL_800 || model === BRLMPrinterModelName.QL_810W))\n return BRLMPrinterPort.usb;\n return ports[0];\n}\n/** Match discovery names to an existing model enum, including documented product aliases. */\nexport function brotherPrinterModel(name) {\n const key = name\n .trim()\n .toUpperCase()\n .replace(/^BROTHER\\s+/, '')\n .replace(/[-_ ]/g, '');\n // Product names omit TD resolution; QL-820NWBc and TD-2030A use the existing enum spellings.\n const product = key === 'QL820NWBC' ? 'QL820NWB' : key === 'TD2030A' ? 'TD2030AD' : key;\n return Object.values(BRLMPrinterModelName).find((model) => model.replace(/_/g, '') === product || model.replace(/_(203|300)$/, '').replace(/_/g, '') === product);\n}\n//# sourceMappingURL=printer.js.map","import { WebPlugin } from '@capacitor/core';\nexport class BrotherPrintWeb extends WebPlugin {\n async printImage(options) {\n console.log('printImage', options);\n }\n async isChannelAvailable(options) {\n console.log('isChannelAvailable', options);\n return {\n result: false,\n };\n }\n async search(options) {\n console.log('search', options);\n }\n async cancelSearchWiFiPrinter() {\n console.log('cancelSearchWiFiPrinter');\n }\n async cancelSearchBluetoothPrinter() {\n console.log('cancelSearchBluetoothPrinter');\n }\n}\n//# sourceMappingURL=web.js.map","var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n};\nvar __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\n};\nvar _BrotherPrinterSession_instances, _BrotherPrinterSession_closed, _BrotherPrinterSession_printers, _BrotherPrinterSession_listeners, _BrotherPrinterSession_listening, _BrotherPrinterSession_disposal, _BrotherPrinterSession_storage, _BrotherPrinterSession_storageKey, _BrotherPrinterSession_readSavedPrinter, _BrotherPrinterSession_savePrinter, _BrotherPrinterSession_discover;\nimport { registerPlugin } from '@capacitor/core';\nimport { BRLMPrinterPort } from './brother-printer.enum';\nimport { BrotherPrintEventsEnum } from './events.enum';\nimport { brotherPrinterModel } from './printer';\nconst BrotherPrint = registerPlugin('BrotherPrint', {\n web: () => import('./web').then((m) => new m.BrotherPrintWeb()),\n});\nexport * from './definitions';\nexport * from './web';\nexport * from './events.enum';\nexport * from './interfaces';\nexport * from './brother-printer.enum';\nexport { BrotherPrint };\nexport * from './printer';\n// Native discovery events are shared. Keep each helper call's listener scoped to its turn.\nlet connectionQueue = Promise.resolve();\nfunction queueConnection(run) {\n const result = connectionQueue.then(run);\n connectionQueue = result.catch(() => undefined);\n return result;\n}\n/** Collect discovery results, waiting for earlier helper calls to finish. */\nexport function searchBrotherPrinters(options, _model) {\n return queueConnection(() => discoverPrinters(options));\n}\n/**\n * Reuse a matching, available previous channel; otherwise discover printers.\n * The caller owns storage. USB always discovers again through the native permission flow.\n * Availability errors propagate; only an unavailable channel triggers discovery.\n */\nexport function prepareBrotherPrinters(options, model, previous) {\n return queueConnection(() => preparePrinters(options, model, previous));\n}\n/**\n * Check an explicitly selected address without discovery or fallback to another printer.\n * Port must be supplied; an address does not identify its transport or printer model.\n */\nexport function checkBrotherPrinterChannel(channel) {\n return queueConnection(async () => {\n const { result } = await BrotherPrint.isChannelAvailable(Object.assign({ modelName: '', serialNumber: '', macAddress: '', nodeName: '', location: '' }, channel));\n return result;\n });\n}\nasync function discoverPrinters(options, active = () => true) {\n const printers = [];\n const listener = await BrotherPrint.addListener(BrotherPrintEventsEnum.onPrinterAvailable, (printer) => {\n if (printer.port !== options.port)\n return;\n const index = printers.findIndex((current) => current.port === printer.port && current.channelInfo === printer.channelInfo);\n if (index < 0)\n printers.push(printer);\n else\n printers[index] = printer;\n });\n await (active() ? BrotherPrint.search(options) : Promise.resolve()).finally(() => listener.remove());\n return printers;\n}\nasync function preparePrinters(options, model, previous, active = () => true) {\n if (options.port !== BRLMPrinterPort.usb &&\n (previous === null || previous === void 0 ? void 0 : previous.port) === options.port &&\n previous.channelInfo.trim() &&\n brotherPrinterModel(previous.modelName) === model) {\n const available = await BrotherPrint.isChannelAvailable(previous);\n if (available.result)\n return [previous];\n }\n return active() ? discoverPrinters(options, active) : [];\n}\n/** One print screen's discovery results and event subscriptions. Create a new session after disposal. */\nexport class BrotherPrinterSession {\n constructor(options = {}) {\n var _a;\n _BrotherPrinterSession_instances.add(this);\n _BrotherPrinterSession_closed.set(this, false);\n _BrotherPrinterSession_printers.set(this, []);\n _BrotherPrinterSession_listeners.set(this, []);\n _BrotherPrinterSession_listening.set(this, void 0);\n _BrotherPrinterSession_disposal.set(this, void 0);\n _BrotherPrinterSession_storage.set(this, void 0);\n _BrotherPrinterSession_storageKey.set(this, void 0);\n __classPrivateFieldSet(this, _BrotherPrinterSession_storage, options.storage, \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_storageKey, `${(_a = options.storagePrefix) !== null && _a !== void 0 ? _a : 'brotherprint:'}last-printer`, \"f\");\n }\n get closed() {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\");\n }\n get printers() {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_printers, \"f\");\n }\n search(options, _model) {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_discover).call(this, () => discoverPrinters(options, () => !__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\")));\n }\n prepare(options, model, previous) {\n return __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_discover).call(this, async () => {\n const saved = previous === undefined ? await __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_readSavedPrinter).call(this).catch(() => undefined) : previous;\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return [];\n return preparePrinters(options, model, saved, () => !__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"));\n });\n }\n /** Forget the remembered connection. Storage removal errors propagate to the caller. */\n async clearSavedPrinter() {\n var _a;\n await ((_a = __classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\")) === null || _a === void 0 ? void 0 : _a.remove(__classPrivateFieldGet(this, _BrotherPrinterSession_storageKey, \"f\")));\n }\n /** Register print notifications once. Callbacks stop immediately when disposed. */\n listen(events) {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return Promise.resolve();\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_listening, \"f\")) {\n __classPrivateFieldSet(this, _BrotherPrinterSession_listeners, [\n BrotherPrint.addListener(BrotherPrintEventsEnum.onPrint, () => {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n (_a = events.onPrint) === null || _a === void 0 ? void 0 : _a.call(events);\n }),\n BrotherPrint.addListener(BrotherPrintEventsEnum.onPrintError, (info) => {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n (_a = events.onPrintError) === null || _a === void 0 ? void 0 : _a.call(events, info);\n }),\n BrotherPrint.addListener(BrotherPrintEventsEnum.onPrintFailedCommunication, (info) => {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n (_a = events.onPrintFailedCommunication) === null || _a === void 0 ? void 0 : _a.call(events, info);\n }),\n ], \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_listening, Promise.all(__classPrivateFieldGet(this, _BrotherPrinterSession_listeners, \"f\")).then(() => undefined), \"f\");\n }\n return __classPrivateFieldGet(this, _BrotherPrinterSession_listening, \"f\");\n }\n /** A closed session cannot start another print. Already started native printing is awaited. */\n async printImage(options) {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return;\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\"))\n await __classPrivateFieldGet(this, _BrotherPrinterSession_instances, \"m\", _BrotherPrinterSession_savePrinter).call(this, options).catch(() => undefined);\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n await BrotherPrint.printImage(options);\n }\n /** Invalidate pending work immediately, then remove this session's print listeners. */\n dispose() {\n var _a;\n __classPrivateFieldSet(this, _BrotherPrinterSession_closed, true, \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_printers, [], \"f\");\n __classPrivateFieldSet(this, _BrotherPrinterSession_disposal, (_a = __classPrivateFieldGet(this, _BrotherPrinterSession_disposal, \"f\")) !== null && _a !== void 0 ? _a : Promise.all(__classPrivateFieldGet(this, _BrotherPrinterSession_listeners, \"f\").map((listener) => listener.then((handle) => handle.remove()))).then(() => undefined), \"f\");\n return __classPrivateFieldGet(this, _BrotherPrinterSession_disposal, \"f\");\n }\n}\n_BrotherPrinterSession_closed = new WeakMap(), _BrotherPrinterSession_printers = new WeakMap(), _BrotherPrinterSession_listeners = new WeakMap(), _BrotherPrinterSession_listening = new WeakMap(), _BrotherPrinterSession_disposal = new WeakMap(), _BrotherPrinterSession_storage = new WeakMap(), _BrotherPrinterSession_storageKey = new WeakMap(), _BrotherPrinterSession_instances = new WeakSet(), _BrotherPrinterSession_readSavedPrinter = async function _BrotherPrinterSession_readSavedPrinter() {\n var _a;\n const value = await ((_a = __classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\")) === null || _a === void 0 ? void 0 : _a.get(__classPrivateFieldGet(this, _BrotherPrinterSession_storageKey, \"f\")));\n if (!value)\n return undefined;\n const channel = JSON.parse(value);\n if (channel &&\n Object.values(BRLMPrinterPort).includes(channel.port) &&\n ['modelName', 'channelInfo', 'serialNumber', 'macAddress', 'nodeName', 'location'].every((key) => typeof channel[key] === 'string'))\n return channel;\n return undefined;\n}, _BrotherPrinterSession_savePrinter = async function _BrotherPrinterSession_savePrinter(options) {\n var _a;\n if (!__classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\") || !options.port || !((_a = options.channelInfo) === null || _a === void 0 ? void 0 : _a.trim()))\n return;\n const found = __classPrivateFieldGet(this, _BrotherPrinterSession_printers, \"f\").find((printer) => printer.port === options.port && printer.channelInfo === options.channelInfo);\n const channel = Object.assign(Object.assign({ serialNumber: '', macAddress: '', nodeName: '', location: '' }, found), { port: options.port, channelInfo: options.channelInfo, modelName: options.modelName });\n await __classPrivateFieldGet(this, _BrotherPrinterSession_storage, \"f\").set(__classPrivateFieldGet(this, _BrotherPrinterSession_storageKey, \"f\"), JSON.stringify(channel));\n}, _BrotherPrinterSession_discover = function _BrotherPrinterSession_discover(run) {\n return queueConnection(async () => {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return [];\n __classPrivateFieldSet(this, _BrotherPrinterSession_printers, [], \"f\");\n return run().then((printers) => {\n if (__classPrivateFieldGet(this, _BrotherPrinterSession_closed, \"f\"))\n return [];\n __classPrivateFieldSet(this, _BrotherPrinterSession_printers, printers, \"f\");\n return printers;\n });\n });\n};\n//# sourceMappingURL=index.js.map"],"names":["BRLMPrinterPort","BRLMPrinterCustomPaperUnit","BRLMPrinterCustomPaperType","BRLMPrinterModelName","BRLMPrinterLabelName","BRLMPrinterImageRotation","BRLMPrinterScaleMode","BRLMPrinterHalftone","BRLMPrinterVerticalAlignment","BRLMPrinterHorizontalAlignment","BRLMPrinterCompressMode","BRLMPrinterPrintQuality","BrotherPrintEventsEnum","Model","Port","Capacitor","WebPlugin","this","registerPlugin"],"mappings":"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"}
|
|
@@ -5,16 +5,21 @@ They have no Angular or Ionic dependency. Sessions optionally remember connectio
|
|
|
5
5
|
application-supplied storage callbacks. All helpers share a queue to prevent overlapping
|
|
6
6
|
discovery and connection checks.
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
8
|
+
## Choose an entry point
|
|
9
|
+
|
|
10
|
+
Complete [Installation](/docs/installation) first, including SDK and permission setup. Import helpers from the same plugin package.
|
|
11
|
+
|
|
12
|
+
| Task | Entry point |
|
|
13
|
+
| --- | --- |
|
|
14
|
+
| Manage discovery results, notifications and cleanup for a print screen | `BrotherPrinterSession` |
|
|
15
|
+
| Run one search without a screen lifetime | `searchBrotherPrinters` |
|
|
16
|
+
| Reuse a previous destination, with discovery if unavailable | `prepareBrotherPrinters` |
|
|
17
|
+
| Check only a manually entered destination | `checkBrotherPrinterChannel` |
|
|
18
|
+
|
|
19
|
+
For direct plugin calls, see [Search](/docs/search), [Print](/docs/print) and [Events](/docs/events).
|
|
20
|
+
|
|
21
|
+
## Search without a session
|
|
22
|
+
|
|
18
23
|
- `searchBrotherPrinters(options, model?)` collects discovery events into an
|
|
19
24
|
array. It registers its listener before searching and removes it when the search
|
|
20
25
|
succeeds or fails. No results returns an empty array; native errors propagate.
|
|
@@ -40,44 +45,17 @@ const printers = await searchBrotherPrinters(
|
|
|
40
45
|
);
|
|
41
46
|
```
|
|
42
47
|
|
|
43
|
-
Search, preparation and explicit connection checks share a queue. The next call begins after the previous
|
|
44
|
-
native operation and listener cleanup finish, even if the previous call failed. No JS
|
|
45
|
-
search timeout releases the queue early. Do not mix concurrent raw `BrotherPrint.search()`
|
|
46
|
-
or connection-check calls with these helpers: raw calls bypass this queue and native
|
|
47
|
-
events have no request ID. Printing also remains outside this queue; await connection
|
|
48
|
-
preparation before calling `printImage`.
|
|
49
|
-
The optional model filters non-USB results; USB results are retained even when the SDK
|
|
50
|
-
returns an empty model or address. Connection choices do not extend native support;
|
|
51
|
-
consult the existing README and SDK installation instructions.
|
|
52
48
|
|
|
53
|
-
|
|
54
|
-
`prepareBrotherPrinters`, select a returned channel, and call the existing
|
|
55
|
-
`BrotherPrint.printImage()` with the selected port and address. The helper does not
|
|
56
|
-
retry printing. Store the chosen channel in the app for the next preparation.
|
|
49
|
+
## Use a session on a print screen
|
|
57
50
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
51
|
+
1. Create a session when the screen opens and register print notifications.
|
|
52
|
+
2. Call `prepare` to obtain candidates. Show an empty result when none are found; let the user select when several are found.
|
|
53
|
+
3. Pass the selected channel's `port` and `channelInfo`, plus the model, paper and image, to `session.printImage`. See [Print](/docs/print) for native print options.
|
|
54
|
+
4. Call `dispose()` in the screen's exit handler. You do not need to wait for printing before disposing the screen.
|
|
62
55
|
|
|
63
|
-
|
|
64
|
-
In a source checkout, `npm test` tests the helpers and typechecks that example.
|
|
56
|
+
The following example shows session setup and cleanup. For selection and printing together, see the [TypeScript example](https://github.com/rdlabo-dev/capacitor-brotherprint/blob/main/examples/plain-typescript.ts).
|
|
65
57
|
|
|
66
58
|
|
|
67
|
-
For a manually entered device, retain the selected port alongside its address. Do not
|
|
68
|
-
infer Bluetooth from punctuation: iOS Bluetooth uses a serial number and BLE uses
|
|
69
|
-
an SDK local name. Call `checkBrotherPrinterChannel` and print to that same channel
|
|
70
|
-
only if it is available. Use `prepareBrotherPrinters` for USB discovery/permissions.
|
|
71
|
-
The application supplies the model and label settings independently.
|
|
72
|
-
|
|
73
|
-
A screen can ignore a completed result after it closes. The helper still awaits native
|
|
74
|
-
completion and removes its listener. Periodic scanning intervals, screen cancellation
|
|
75
|
-
policy, known-device lists and preferred-device sorting remain application decisions.
|
|
76
|
-
|
|
77
|
-
See [design decisions](helper-design.md) for the practical scenarios behind these APIs.
|
|
78
|
-
|
|
79
|
-
## Screen lifetime
|
|
80
|
-
|
|
81
59
|
Use one `BrotherPrinterSession` for each print screen. Connection helpers use the Capacitor platform directly; the session owns discovery results, print notifications and disposal.
|
|
82
60
|
Do not reuse a disposed session. The stateless helpers remain available for
|
|
83
61
|
operations that do not have a screen lifetime.
|
|
@@ -96,6 +74,8 @@ const printers = await session.prepare(
|
|
|
96
74
|
await session.dispose();
|
|
97
75
|
```
|
|
98
76
|
|
|
77
|
+
### Work that outlives the screen
|
|
78
|
+
|
|
99
79
|
`closed` becomes true immediately on disposal and `printers` becomes empty.
|
|
100
80
|
Queued searches are skipped and late results are ignored. Print callbacks stop
|
|
101
81
|
immediately; disposal waits for this session's print listener handles to be removed,
|
|
@@ -105,7 +85,8 @@ After asynchronous app work (image generation, storage or a dialog), check `clos
|
|
|
105
85
|
before presenting UI. Calls to `search`, `prepare` and `printImage` on a closed
|
|
106
86
|
session do not start native work. No automatic print retry is added.
|
|
107
87
|
|
|
108
|
-
|
|
88
|
+
|
|
89
|
+
## Remember a connection
|
|
109
90
|
|
|
110
91
|
Supply three callbacks to use localStorage, sessionStorage, Ionic Storage or another
|
|
111
92
|
string store. The plugin does not detect or depend on a storage implementation.
|
|
@@ -133,6 +114,8 @@ const session = new BrotherPrinterSession({
|
|
|
133
114
|
});
|
|
134
115
|
```
|
|
135
116
|
|
|
117
|
+
### Stored data and reuse
|
|
118
|
+
|
|
136
119
|
`get` returns a string or null/undefined; callbacks may complete synchronously or
|
|
137
120
|
asynchronously. The session serializes connection metadata as JSON under
|
|
138
121
|
`${storagePrefix}last-printer` (default: `brotherprint:last-printer`). It never stores
|
|
@@ -146,6 +129,59 @@ storage; passing `null` skips the saved connection. Storage read/write failures
|
|
|
146
129
|
invalid saved JSON are ignored; native errors still propagate. Disposal during a
|
|
147
130
|
storage operation prevents subsequent native work.
|
|
148
131
|
|
|
132
|
+
### Forget a saved connection
|
|
133
|
+
|
|
149
134
|
`await session.clearSavedPrinter()` removes the remembered connection; removal errors
|
|
150
135
|
propagate so the app can report failure. Without storage callbacks, sessions keep only
|
|
151
136
|
screen-local state. Stateless helpers continue to accept app-managed previous channels.
|
|
137
|
+
|
|
138
|
+
## Check a manually entered destination
|
|
139
|
+
|
|
140
|
+
For a manually entered device, retain the selected port alongside its address. Do not
|
|
141
|
+
infer Bluetooth from punctuation: iOS Bluetooth uses a serial number and BLE uses
|
|
142
|
+
an SDK local name. Call `checkBrotherPrinterChannel` and print to that same channel
|
|
143
|
+
only if it is available. Use `prepareBrotherPrinters` for USB discovery/permissions.
|
|
144
|
+
The application supplies the model and label settings independently.
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
## Connection and model utilities
|
|
148
|
+
|
|
149
|
+
- `brotherPrinterPorts(model, isAndroid?)` returns connection choices for an existing
|
|
150
|
+
model enum, using `Capacitor.getPlatform()` when the override is omitted. USB is
|
|
151
|
+
Android-only. `wifi` also covers wired Ethernet. Unknown models return an empty array.
|
|
152
|
+
- `resolveBrotherPrinterPort(model, saved?)` keeps a supported saved connection.
|
|
153
|
+
Otherwise it prefers USB for QL-800/QL-810W on Android, then the first supported
|
|
154
|
+
connection. It returns `undefined` when no connection is supported.
|
|
155
|
+
- `brotherPrinterPortLabel(port)` returns a common display name: Wi-Fi, Bluetooth,
|
|
156
|
+
Bluetooth LE or USB. An undefined or unknown port returns an empty string.
|
|
157
|
+
- `brotherPrinterModel(name)` matches a discovery name to the existing model enum,
|
|
158
|
+
including product aliases such as QL-820NWBc. Unknown names return `undefined`.
|
|
159
|
+
|
|
160
|
+
## Search ordering and errors
|
|
161
|
+
|
|
162
|
+
Search, preparation and explicit connection checks share a queue. The next call begins after the previous
|
|
163
|
+
native operation and listener cleanup finish, even if the previous call failed. No JS
|
|
164
|
+
search timeout releases the queue early. Do not mix concurrent raw `BrotherPrint.search()`
|
|
165
|
+
or connection-check calls with these helpers: raw calls bypass this queue and native
|
|
166
|
+
events have no request ID. Printing also remains outside this queue; await connection
|
|
167
|
+
preparation before calling `printImage`.
|
|
168
|
+
Discovery keeps every matching-port result, including different models; it does not
|
|
169
|
+
exclude by model name. Results with a different port are dropped, and the same
|
|
170
|
+
port/address is deduplicated. An optional model argument on `searchBrotherPrinters`
|
|
171
|
+
and `session.search` is retained for compatibility and is unused. USB results are
|
|
172
|
+
retained even when the SDK returns an empty model or address. Connection choices do
|
|
173
|
+
not extend native support; consult the existing README and SDK installation
|
|
174
|
+
instructions.
|
|
175
|
+
|
|
176
|
+
When using the stateless functions, the app owns loading indicators, selection UI and caching. Pass its saved channel to
|
|
177
|
+
`prepareBrotherPrinters`, select a returned channel, and call the existing
|
|
178
|
+
`BrotherPrint.printImage()` with the selected port and address. The helper does not
|
|
179
|
+
retry printing. Store the chosen channel in the app for the next preparation.
|
|
180
|
+
|
|
181
|
+
Use `searchDuration: 3` for a short preliminary search or `10` for a normal search;
|
|
182
|
+
these are caller choices, not automatic retries. Cancellation through the existing
|
|
183
|
+
native methods affects the active search; it does not remove queued helper calls.
|
|
184
|
+
No controller instance or separate listener cleanup call is required.
|
|
185
|
+
|
|
186
|
+
See the [plain TypeScript print example](https://github.com/rdlabo-dev/capacitor-brotherprint/blob/main/examples/plain-typescript.ts).
|
|
187
|
+
In a source checkout, `npm test` tests the helpers and typechecks that example.
|
package/docs/helper-design.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
These helpers extract recurring connection work from label-printing applications.
|
|
4
4
|
They use the plugin bundled in this package and keep the existing native contract.
|
|
5
5
|
|
|
6
|
+
## Responsibility boundaries
|
|
7
|
+
|
|
6
8
|
| Observed application work | Shared behavior | Application responsibility |
|
|
7
9
|
| --- | --- | --- |
|
|
8
10
|
| Screens repeat platform and model connection checks | Read the Capacitor platform, filter supported ports and resolve the saved/default connection | Present connection choices |
|
|
@@ -12,31 +14,45 @@ They use the plugin bundled in this package and keep the existing native contrac
|
|
|
12
14
|
| Discovery events repeat or use product-name aliases | Collect results and match existing model enums | Choose one printer or cancel the selection |
|
|
13
15
|
| Screens attach listeners and later close | A session owns results, print listeners and a terminal closed state; skip queued native work and discard late results | Create one session per screen, dispose on exit, and check `closed` before showing UI after asynchronous image generation |
|
|
14
16
|
|
|
17
|
+
## A reusable candidate versus an explicit destination
|
|
18
|
+
|
|
15
19
|
The distinction between preparation and explicit checking is intentional. A previous
|
|
16
20
|
printer is a convenience that may fall back to discovery. An explicitly chosen address
|
|
17
21
|
is a destination: a failed check must not silently choose a different printer.
|
|
18
22
|
|
|
23
|
+
## Serialize until native completion
|
|
24
|
+
|
|
19
25
|
Actual application code used both short preliminary scans and longer user-requested
|
|
20
26
|
scans, so duration remains an explicit native search option. Fixed JavaScript timers
|
|
21
27
|
are not used to infer SDK completion. Multiple ports can be searched by awaiting one
|
|
22
28
|
helper call after another; no automatic scan schedule or transport inference is added.
|
|
23
29
|
|
|
30
|
+
## Application policy
|
|
31
|
+
|
|
24
32
|
Selection dialogs, storage implementation, hidden-device lists, analytics, image generation,
|
|
25
33
|
fonts, label layouts and user-facing messages belong to applications. Native SDK
|
|
26
34
|
changes and automatic print retries are not part of these helpers. Existing native
|
|
27
35
|
errors and availability results are preserved rather than reclassified.
|
|
28
36
|
|
|
29
|
-
|
|
30
|
-
standard test runner. They do not establish physical printer compatibility or model
|
|
31
|
-
identity from an availability check.
|
|
37
|
+
## Separate screen disposal from native completion
|
|
32
38
|
|
|
33
39
|
`BrotherPrinterSession` is the stateful boundary for a print screen. It shares the
|
|
34
40
|
same native connection queue as the stateless helpers, so creating a new screen
|
|
35
41
|
cannot overlap a previous screen's unfinished discovery. Disposal does not claim
|
|
36
42
|
to abort a native operation: an active search completes and removes its listener;
|
|
37
|
-
an already started print
|
|
43
|
+
an already started print continues. `dispose()` waits for print listener removal, not for discovery or printing to finish. Await the `printImage()` promise separately when the caller needs to wait for printing. The application does not need its own
|
|
38
44
|
search queue, listener list or cancellation generation counter.
|
|
39
45
|
|
|
46
|
+
## Application-supplied storage
|
|
47
|
+
|
|
40
48
|
Optional session storage owns connection keys and JSON serialization through `get`,
|
|
41
49
|
`set` and `remove` callbacks. Applications supply the store; printer preparation and
|
|
42
50
|
remembering the selected destination do not need separate app persistence code.
|
|
51
|
+
|
|
52
|
+
For usage and code examples, see [JavaScript printer helpers](/docs/connection-management).
|
|
53
|
+
|
|
54
|
+
## What the tests establish
|
|
55
|
+
|
|
56
|
+
The tests exercise these connection flows through the built package using Node's
|
|
57
|
+
standard test runner. They do not establish physical printer compatibility or model
|
|
58
|
+
identity from an availability check.
|
|
@@ -80,7 +80,7 @@ public class BrotherPrintPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
|
80
80
|
|
|
81
81
|
if modelName.hasPrefix("QL") {
|
|
82
82
|
guard
|
|
83
|
-
let
|
|
83
|
+
let qlPrintSettings = BRLMQLPrintSettings(defaultPrintSettingsWith: printerModel)
|
|
84
84
|
else {
|
|
85
85
|
printerDriver.closeChannel()
|
|
86
86
|
self.notifyListeners(BrotherPrinterEvent.onPrintError.rawValue, data: [
|
|
@@ -90,11 +90,11 @@ public class BrotherPrintPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
|
90
90
|
call.reject("Error - Create BRLMQLPrintSettings with " + modelName + " is failed.")
|
|
91
91
|
return
|
|
92
92
|
}
|
|
93
|
-
printSettings = PrinterSettingsModel.QLModelSettings(call, printSettings:
|
|
93
|
+
printSettings = PrinterSettingsModel.QLModelSettings(call, printSettings: qlPrintSettings)
|
|
94
94
|
|
|
95
95
|
} else if modelName.hasPrefix("TD") {
|
|
96
96
|
guard
|
|
97
|
-
let
|
|
97
|
+
let tdPrintSettings = BRLMTDPrintSettings(defaultPrintSettingsWith: printerModel)
|
|
98
98
|
else {
|
|
99
99
|
printerDriver.closeChannel()
|
|
100
100
|
self.notifyListeners(BrotherPrinterEvent.onPrintError.rawValue, data: [
|
|
@@ -104,7 +104,7 @@ public class BrotherPrintPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
|
104
104
|
call.reject("Error - Create BRLMTDPrintSettings with " + modelName + " is failed.")
|
|
105
105
|
return
|
|
106
106
|
}
|
|
107
|
-
printSettings = PrinterSettingsModel.TDModelSettings(call, printSettings:
|
|
107
|
+
printSettings = PrinterSettingsModel.TDModelSettings(call, printSettings: tdPrintSettings)
|
|
108
108
|
|
|
109
109
|
} else {
|
|
110
110
|
printerDriver.closeChannel()
|
|
@@ -55,77 +55,47 @@ class BrotherModel {
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
private static let labelSizes: [String: BRLMQLPrintSettingsLabelSize] = [
|
|
59
|
+
"DieCutW17H54": .dieCutW17H54,
|
|
60
|
+
"DieCutW17H87": .dieCutW17H87,
|
|
61
|
+
"DieCutW23H23": .dieCutW23H23,
|
|
62
|
+
"DieCutW29H42": .dieCutW29H42,
|
|
63
|
+
"DieCutW29H90": .dieCutW29H90,
|
|
64
|
+
"DieCutW38H90": .dieCutW38H90,
|
|
65
|
+
"DieCutW39H48": .dieCutW39H48,
|
|
66
|
+
"DieCutW52H29": .dieCutW52H29,
|
|
67
|
+
"DieCutW62H29": .dieCutW62H29,
|
|
68
|
+
"DieCutW62H60": .dieCutW62H60,
|
|
69
|
+
"DieCutW62H75": .dieCutW62H75,
|
|
70
|
+
"DieCutW62H100": .dieCutW62H100,
|
|
71
|
+
"DieCutW60H86": .dieCutW60H86,
|
|
72
|
+
"DieCutW54H29": .dieCutW54H29,
|
|
73
|
+
"DieCutW102H51": .dieCutW102H51,
|
|
74
|
+
"DieCutW102H152": .dieCutW102H152,
|
|
75
|
+
"DieCutW103H164": .dieCutW103H164,
|
|
76
|
+
"RollW12": .rollW12,
|
|
77
|
+
"RollW29": .rollW29,
|
|
78
|
+
"RollW38": .rollW38,
|
|
79
|
+
"RollW50": .rollW50,
|
|
80
|
+
"RollW54": .rollW54,
|
|
81
|
+
"RollW62": .rollW62,
|
|
82
|
+
"RollW62RB": .rollW62RB,
|
|
83
|
+
"RollW102": .rollW102,
|
|
84
|
+
"RollW103": .rollW103,
|
|
85
|
+
"DTRollW90": .dtRollW90,
|
|
86
|
+
"DTRollW102": .dtRollW102,
|
|
87
|
+
"DTRollW102H51": .dtRollW102H51,
|
|
88
|
+
"DTRollW102H152": .dtRollW102H152,
|
|
89
|
+
"RoundW12DIA": .roundW12DIA,
|
|
90
|
+
"RoundW24DIA": .roundW24DIA,
|
|
91
|
+
"RoundW58DIA": .roundW58DIA
|
|
92
|
+
]
|
|
93
|
+
|
|
58
94
|
static func getLabelSize(from: String) -> BRLMQLPrintSettingsLabelSize {
|
|
59
|
-
|
|
60
|
-
case "DieCutW17H54":
|
|
61
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW17H54
|
|
62
|
-
case "DieCutW17H87":
|
|
63
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW17H87
|
|
64
|
-
case "DieCutW23H23":
|
|
65
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW23H23
|
|
66
|
-
case "DieCutW29H42":
|
|
67
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW29H42
|
|
68
|
-
case "DieCutW29H90":
|
|
69
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW29H90
|
|
70
|
-
case "DieCutW38H90":
|
|
71
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW38H90
|
|
72
|
-
case "DieCutW39H48":
|
|
73
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW39H48
|
|
74
|
-
case "DieCutW52H29":
|
|
75
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW52H29
|
|
76
|
-
case "DieCutW62H29":
|
|
77
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW62H29
|
|
78
|
-
case "DieCutW62H60":
|
|
79
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW62H60
|
|
80
|
-
case "DieCutW62H75":
|
|
81
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW62H75
|
|
82
|
-
case "DieCutW62H100":
|
|
83
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW62H100
|
|
84
|
-
case "DieCutW60H86":
|
|
85
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW60H86
|
|
86
|
-
case "DieCutW54H29":
|
|
87
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW54H29
|
|
88
|
-
case "DieCutW102H51":
|
|
89
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW102H51
|
|
90
|
-
case "DieCutW102H152":
|
|
91
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW102H152
|
|
92
|
-
case "DieCutW103H164":
|
|
93
|
-
return BRLMQLPrintSettingsLabelSize.dieCutW103H164
|
|
94
|
-
case "RollW12":
|
|
95
|
-
return BRLMQLPrintSettingsLabelSize.rollW12
|
|
96
|
-
case "RollW29":
|
|
97
|
-
return BRLMQLPrintSettingsLabelSize.rollW29
|
|
98
|
-
case "RollW38":
|
|
99
|
-
return BRLMQLPrintSettingsLabelSize.rollW38
|
|
100
|
-
case "RollW50":
|
|
101
|
-
return BRLMQLPrintSettingsLabelSize.rollW50
|
|
102
|
-
case "RollW54":
|
|
103
|
-
return BRLMQLPrintSettingsLabelSize.rollW54
|
|
104
|
-
case "RollW62":
|
|
105
|
-
return BRLMQLPrintSettingsLabelSize.rollW62
|
|
106
|
-
case "RollW62RB":
|
|
107
|
-
return BRLMQLPrintSettingsLabelSize.rollW62RB
|
|
108
|
-
case "RollW102":
|
|
109
|
-
return BRLMQLPrintSettingsLabelSize.rollW102
|
|
110
|
-
case "RollW103":
|
|
111
|
-
return BRLMQLPrintSettingsLabelSize.rollW103
|
|
112
|
-
case "DTRollW90":
|
|
113
|
-
return BRLMQLPrintSettingsLabelSize.dtRollW90
|
|
114
|
-
case "DTRollW102":
|
|
115
|
-
return BRLMQLPrintSettingsLabelSize.dtRollW102
|
|
116
|
-
case "DTRollW102H51":
|
|
117
|
-
return BRLMQLPrintSettingsLabelSize.dtRollW102H51
|
|
118
|
-
case "DTRollW102H152":
|
|
119
|
-
return BRLMQLPrintSettingsLabelSize.dtRollW102H152
|
|
120
|
-
case "RoundW12DIA":
|
|
121
|
-
return BRLMQLPrintSettingsLabelSize.roundW12DIA
|
|
122
|
-
case "RoundW24DIA":
|
|
123
|
-
return BRLMQLPrintSettingsLabelSize.roundW24DIA
|
|
124
|
-
case "RoundW58DIA":
|
|
125
|
-
return BRLMQLPrintSettingsLabelSize.roundW58DIA
|
|
126
|
-
default:
|
|
95
|
+
guard let labelSize = labelSizes[from] else {
|
|
127
96
|
fatalError("Unsupported label size: \(from)")
|
|
128
97
|
}
|
|
98
|
+
return labelSize
|
|
129
99
|
}
|
|
130
100
|
}
|
|
131
101
|
|