提交 167a0f8d 编写于 作者: J jiyong_sd

modified api

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
Change-Id: I6b2b1d6997dd1eca8c13f428fc229a53744187ff
上级 eafed744
......@@ -14,7 +14,7 @@
*/
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "deccjsunit/index"
import featureAbility from '@ohos.ability.featureAbility'
import ohosDataAbility from '@ohos.data.dataability'
import ohosDataAbility from '@ohos.data.dataAbility'
describe('ActsDataAbilityJsTest', function () {
let dataAbilityUri = ("dataability:///com.example.myapplication.DataAbility");
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct PanGestureExample {
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct AlphabetIndexerSample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
import prompt from '@system.prompt'
@Entry
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct AreaExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct ScrollBarExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct CircleExample {
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import Configuration from '@system.configuration';
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct promptExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
import Curves from '@ohos.curves'
@Entry
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@CustomDialog
struct CustomDialogExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct DatePickerExample01 {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct DividerExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct fillModeExample {
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct ContentTable {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
class ContainerInfo {
label : string = ''
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct OpacityExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct PositionSetting {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct ClipAndMaskExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Preview
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
import Matrix4 from '@ohos.matrix4'
@Entry
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct GestureGroupExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct linearGradientExample {
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct ImageAnimatorExample {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct ImageExample1 {
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
import Matrix4 from '@ohos.matrix4'
import prompt from '@system.prompt'
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
import prompt from '@ohos.prompt'
@Entry
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import router from '@system.router';
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
struct OhosRouterB {
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct PageTransitionExample1 {
......
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct AExample {
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
struct PanGestureExample {
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter';
import events_emitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import events_emitter from '@ohos.emitter'
import events_emitter from '@ohos.events.emitter'
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import eventsEmitter from '@ohos.emitter';
import eventsEmitter from '@ohos.events.emitter';
@Entry
@Component
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import eventsEmitter from '@ohos.emitter';
import eventsEmitter from '@ohos.events.emitter';
@Entry
@Component
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册