@capacitor/screen-reader 6.0.1-nightly-20240607T150513.0 → 6.0.1-nightly-20240610T150512.0
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.
@@ -3,12 +3,12 @@ import Capacitor
|
|
3
3
|
|
4
4
|
@objc(ScreenReaderPlugin)
|
5
5
|
public class ScreenReaderPlugin: CAPPlugin, CAPBridgedPlugin {
|
6
|
-
public let identifier = "ScreenReaderPlugin"
|
7
|
-
public let jsName = "ScreenReader"
|
6
|
+
public let identifier = "ScreenReaderPlugin"
|
7
|
+
public let jsName = "ScreenReader"
|
8
8
|
public let pluginMethods: [CAPPluginMethod] = [
|
9
9
|
CAPPluginMethod(name: "speak", returnType: CAPPluginReturnPromise),
|
10
|
-
CAPPluginMethod(name: "isEnabled", returnType: CAPPluginReturnPromise)
|
11
|
-
]
|
10
|
+
CAPPluginMethod(name: "isEnabled", returnType: CAPPluginReturnPromise)
|
11
|
+
]
|
12
12
|
static let stateChangeEvent = "stateChange"
|
13
13
|
|
14
14
|
override public func load() {
|
@@ -3,14 +3,4 @@ import XCTest
|
|
3
3
|
|
4
4
|
class ScreenReaderTests: XCTestCase {
|
5
5
|
|
6
|
-
override func setUp() {
|
7
|
-
super.setUp()
|
8
|
-
// Put setup code here. This method is called before the invocation of each test method in the class.
|
9
|
-
}
|
10
|
-
|
11
|
-
override func tearDown() {
|
12
|
-
// Put teardown code here. This method is called after the invocation of each test method in the class.
|
13
|
-
super.tearDown()
|
14
|
-
}
|
15
|
-
|
16
6
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@capacitor/screen-reader",
|
3
|
-
"version": "6.0.1-nightly-
|
3
|
+
"version": "6.0.1-nightly-20240610T150512.0",
|
4
4
|
"description": "The Screen Reader API provides access to TalkBack/VoiceOver/etc. and provides simple text-to-speech capabilities for visual accessibility.",
|
5
5
|
"main": "dist/plugin.cjs.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"publishConfig": {
|
82
82
|
"access": "public"
|
83
83
|
},
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "39fb40930455af046ea630c65d24790974fbaf85"
|
85
85
|
}
|