diff --git a/arkui/ace_standard/src/main/js/default/pages/chart/style/index.js b/arkui/ace_standard/src/main/js/default/pages/chart/style/index.js index 068c3d21c629ad38317b56eb7ca3d4cbe56372a4..b92602d971d1bbdd2d55c1673fab0c1ff7fd6b87 100644 --- a/arkui/ace_standard/src/main/js/default/pages/chart/style/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/chart/style/index.js @@ -68,28 +68,19 @@ export default { }, onShow(){ - this.getCommonStyleValues(); + this.getCommonStyleValuesOne(); + this.getCommonStyleValuesTwo() globalThis.value = { - styleOne : this.styleOne, - styleTwo : this.styleTwo, - styleThree : this.styleThree, - styleFour : this.styleFour, - styleFive : this.styleFive, - styleSix : this.styleSix, - styleSeven : this.styleSeven, - styleEight : this.styleEight, - styleNine : this.styleNine, - styleTen : this.styleTen, - styleEleven : this.styleEleven, - styleTwelve : this.styleTwelve, - styleThirteen : this.styleThirteen, - styleFourteen : this.styleFourteen, - styleFifteen : this.styleFifteen, - styleSixteen : this.styleSixteen, - styleSeventeen : this.styleSeventeen, - styleEighteen : this.styleEighteen, - styleNineteen : this.styleNineteen, - styleTwenty : this.styleTwenty, + styleOne : this.styleOne, styleTwo : this.styleTwo, + styleThree : this.styleThree, styleFour : this.styleFour, + styleFive : this.styleFive, styleSix : this.styleSix, + styleSeven : this.styleSeven, styleEight : this.styleEight, + styleNine : this.styleNine, styleTen : this.styleTen, + styleEleven : this.styleEleven, styleTwelve : this.styleTwelve, + styleThirteen : this.styleThirteen, styleFourteen : this.styleFourteen, + styleFifteen : this.styleFifteen, styleSixteen : this.styleSixteen, + styleSeventeen : this.styleSeventeen, styleEighteen : this.styleEighteen, + styleNineteen : this.styleNineteen, styleTwenty : this.styleTwenty, styleTwentyOne : this.styleTwentyOne, styleTwentyTwo : this.styleTwentyTwo, styleTwentyThree : this.styleTwentyThree, @@ -102,18 +93,10 @@ export default { styleThirtyOne : this.styleThirtyOne, styleThirtyTwo : this.styleThirtyTwo, - addOne : this.addOne, - addTwo : this.addTwo, - addThree : this.addThree, - addFour : this.addFour, - addFive : this.addFive, - addSix : this.addSix, - addSeven : this.addSeven, - addEight : this.addEight, - addNine : this.addNine, - addTen : this.addTen, - addEleven : this.addEleven, - addTwelve : this.addTwelve, + addOne : this.addOne, addTwo : this.addTwo, addThree : this.addThree, + addFour : this.addFour, addFive : this.addFive, addSix : this.addSix, + addSeven : this.addSeven, addEight : this.addEight, addNine : this.addNine, + addTen : this.addTen, addEleven : this.addEleven, addTwelve : this.addTwelve, addThirteen : this.addThirteen, addFourteen : this.addFourteen, addFifteen : this.addFifteen, @@ -123,7 +106,7 @@ export default { } }, - getCommonStyleValues(){ + getCommonStyleValuesOne(){ this.styleOne = this.$element("styleOne").getInspector() this.styleTwo = this.$element("styleTwo").getInspector() this.styleThree = this.$element("styleThree").getInspector() @@ -155,7 +138,9 @@ export default { this.styleThirty = this.$element("styleThirty").getInspector() this.styleThirtyOne = this.$element("styleThirtyOne").getInspector() this.styleThirtyTwo = this.$element("styleThirtyTwo").getInspector() + }, + getCommonStyleValuesTwo(){ this.addOne = this.$element("addOne").getInspector() this.addTwo = this.$element("addTwo").getInspector() this.addThree = this.$element("addThree").getInspector() diff --git a/arkui/ace_standard/src/main/js/default/pages/div/style/index.js b/arkui/ace_standard/src/main/js/default/pages/div/style/index.js index 0a257c0757e1fe3024a63265bcc929b5ebcc27b0..313eec063a37916efea72d0461cc182acec68063 100644 --- a/arkui/ace_standard/src/main/js/default/pages/div/style/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/div/style/index.js @@ -82,76 +82,48 @@ export default { }, onShow(){ - this.getCommonStyleValues(); + this.getCommonStyleValuesOne(); + this.getCommonStyleValuesTwo() globalThis.value = { - styleOne : this.styleOne, - styleTwo : this.styleTwo, - styleThree : this.styleThree, - styleFour : this.styleFour, - styleFive : this.styleFive, - styleSix : this.styleSix, - styleSeven : this.styleSeven, - styleEight : this.styleEight, - styleNine : this.styleNine, - styleTen : this.styleTen, - styleEleven : this.styleEleven, - styleTwelve : this.styleTwelve, - styleThirteen : this.styleThirteen, - styleFourteen : this.styleFourteen, - styleFifteen : this.styleFifteen, - styleSixteen : this.styleSixteen, - styleSeventeen : this.styleSeventeen, - styleEighteen : this.styleEighteen, - styleNineteen : this.styleNineteen, - styleTwenty : this.styleTwenty, - styleTwentyOne : this.styleTwentyOne, - styleTwentyTwo : this.styleTwentyTwo, - styleTwentyThree : this.styleTwentyThree, - styleTwentyFour : this.styleTwentyFour, - styleTwentyFive : this.styleTwentyFive, - styleTwentySix : this.styleTwentySix, - styleTwentySeven : this.styleTwentySeven, - styleTwentyNine : this.styleTwentyNine, - styleThirty : this.styleThirty, - styleThirtyOne : this.styleThirtyOne, + styleOne : this.styleOne, styleTwo : this.styleTwo, + styleThree : this.styleThree, styleFour : this.styleFour, + styleFive : this.styleFive, styleSix : this.styleSix, + styleSeven : this.styleSeven, styleEight : this.styleEight, + styleNine : this.styleNine, styleTen : this.styleTen, + styleEleven : this.styleEleven, styleTwelve : this.styleTwelve, + styleThirteen : this.styleThirteen, styleFourteen : this.styleFourteen, + styleFifteen : this.styleFifteen, styleSixteen : this.styleSixteen, + styleSeventeen : this.styleSeventeen, styleEighteen : this.styleEighteen, + styleNineteen : this.styleNineteen, styleTwenty : this.styleTwenty, + styleTwentyOne : this.styleTwentyOne, styleTwentyTwo : this.styleTwentyTwo, + styleTwentyThree : this.styleTwentyThree, styleTwentyFour : this.styleTwentyFour, + styleTwentyFive : this.styleTwentyFive, styleTwentySix : this.styleTwentySix, + styleTwentySeven : this.styleTwentySeven, styleTwentyNine : this.styleTwentyNine, + styleThirty : this.styleThirty, styleThirtyOne : this.styleThirtyOne, styleThirtyTwo : this.styleThirtyTwo, - specificOne : this.specificOne, - specificTwo : this.specificTwo, - specificThree : this.specificThree, - specificFour : this.specificFour, - specificFive : this.specificFive, - specificSix : this.specificSix, - specificSeven : this.specificSeven, - specificEight : this.specificEight, - specificNine : this.specificNine, - specificTen : this.specificTen, + specificOne : this.specificOne, specificTwo : this.specificTwo, + specificThree : this.specificThree, specificFour : this.specificFour, + specificFive : this.specificFive, specificSix : this.specificSix, + specificSeven : this.specificSeven, specificEight : this.specificEight, + specificNine : this.specificNine, specificTen : this.specificTen, specificEleven : this.specificEleven, specificTwelve : this.specificTwelve, specificThirteen : this.specificThirteen, - addOne : this.addOne, - addTwo : this.addTwo, - addThree : this.addThree, - addFour : this.addFour, - addFive : this.addFive, - addSix : this.addSix, - addSeven : this.addSeven, - addEight : this.addEight, - addNine : this.addNine, - addTen : this.addTen, - addEleven : this.addEleven, - addTwelve : this.addTwelve, - addThirteen : this.addThirteen, - addFourteen : this.addFourteen, - addFifteen : this.addFifteen, - addSixteen : this.addSixteen, - addSeventeen : this.addSeventeen, - addEighteen : this.addEighteen + addOne : this.addOne, addTwo : this.addTwo, + addThree : this.addThree, addFour : this.addFour, + addFive : this.addFive, addSix : this.addSix, + addSeven : this.addSeven, addEight : this.addEight, + addNine : this.addNine, addTen : this.addTen, + addEleven : this.addEleven, addTwelve : this.addTwelve, + addThirteen : this.addThirteen, addFourteen : this.addFourteen, + addFifteen : this.addFifteen, addSixteen : this.addSixteen, + addSeventeen : this.addSeventeen, addEighteen : this.addEighteen } }, - getCommonStyleValues(){ + getCommonStyleValuesOne(){ this.styleOne = this.$element("styleOne").getInspector() this.styleTwo = this.$element("styleTwo").getInspector() this.styleThree = this.$element("styleThree").getInspector() @@ -183,7 +155,9 @@ export default { this.styleThirty = this.$element("styleThirty").getInspector() this.styleThirtyOne = this.$element("styleThirtyOne").getInspector() this.styleThirtyTwo = this.$element("styleThirtyTwo").getInspector() + }, + getCommonStyleValuesTwo(){ this.specificOne = this.$element("styleThirtyOne").getInspector() this.specificTwo = this.$element("styleThirtyTwo").getInspector() this.specificThree = this.$element("styleThirtyOne").getInspector() diff --git a/arkui/ace_standard/src/main/js/default/pages/gridCol/style/index.js b/arkui/ace_standard/src/main/js/default/pages/gridCol/style/index.js index 068c3d21c629ad38317b56eb7ca3d4cbe56372a4..812c7ab3ca8ef873646e2c52d4fe2fb5ad2a22c0 100644 --- a/arkui/ace_standard/src/main/js/default/pages/gridCol/style/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/gridCol/style/index.js @@ -68,24 +68,17 @@ export default { }, onShow(){ - this.getCommonStyleValues(); + this.getCommonStyleValuesOne(); + this.getCommonStyleValuesTwo() globalThis.value = { - styleOne : this.styleOne, - styleTwo : this.styleTwo, - styleThree : this.styleThree, - styleFour : this.styleFour, - styleFive : this.styleFive, - styleSix : this.styleSix, - styleSeven : this.styleSeven, - styleEight : this.styleEight, - styleNine : this.styleNine, - styleTen : this.styleTen, - styleEleven : this.styleEleven, - styleTwelve : this.styleTwelve, - styleThirteen : this.styleThirteen, - styleFourteen : this.styleFourteen, - styleFifteen : this.styleFifteen, - styleSixteen : this.styleSixteen, + styleOne : this.styleOne, styleTwo : this.styleTwo, + styleThree : this.styleThree, styleFour : this.styleFour, + styleFive : this.styleFive, styleSix : this.styleSix, + styleSeven : this.styleSeven, styleEight : this.styleEight, + styleNine : this.styleNine, styleTen : this.styleTen, + styleEleven : this.styleEleven, styleTwelve : this.styleTwelve, + styleThirteen : this.styleThirteen, styleFourteen : this.styleFourteen, + styleFifteen : this.styleFifteen, styleSixteen : this.styleSixteen, styleSeventeen : this.styleSeventeen, styleEighteen : this.styleEighteen, styleNineteen : this.styleNineteen, @@ -102,28 +95,19 @@ export default { styleThirtyOne : this.styleThirtyOne, styleThirtyTwo : this.styleThirtyTwo, - addOne : this.addOne, - addTwo : this.addTwo, - addThree : this.addThree, - addFour : this.addFour, - addFive : this.addFive, - addSix : this.addSix, - addSeven : this.addSeven, - addEight : this.addEight, - addNine : this.addNine, - addTen : this.addTen, - addEleven : this.addEleven, - addTwelve : this.addTwelve, - addThirteen : this.addThirteen, - addFourteen : this.addFourteen, - addFifteen : this.addFifteen, - addSixteen : this.addSixteen, - addSeventeen : this.addSeventeen, - addEighteen : this.addEighteen + addOne : this.addOne, addTwo : this.addTwo, + addThree : this.addThree, addFour : this.addFour, + addFive : this.addFive, addSix : this.addSix, + addSeven : this.addSeven, addEight : this.addEight, + addNine : this.addNine, addTen : this.addTen, + addEleven : this.addEleven, addTwelve : this.addTwelve, + addThirteen : this.addThirteen, addFourteen : this.addFourteen, + addFifteen : this.addFifteen, addSixteen : this.addSixteen, + addSeventeen : this.addSeventeen, addEighteen : this.addEighteen } }, - getCommonStyleValues(){ + getCommonStyleValuesOne(){ this.styleOne = this.$element("styleOne").getInspector() this.styleTwo = this.$element("styleTwo").getInspector() this.styleThree = this.$element("styleThree").getInspector() @@ -155,7 +139,9 @@ export default { this.styleThirty = this.$element("styleThirty").getInspector() this.styleThirtyOne = this.$element("styleThirtyOne").getInspector() this.styleThirtyTwo = this.$element("styleThirtyTwo").getInspector() + }, + getCommonStyleValuesTwo(){ this.addOne = this.$element("addOne").getInspector() this.addTwo = this.$element("addTwo").getInspector() this.addThree = this.$element("addThree").getInspector() diff --git a/arkui/ace_standard/src/main/js/default/pages/gridRow/style/index.js b/arkui/ace_standard/src/main/js/default/pages/gridRow/style/index.js index 068c3d21c629ad38317b56eb7ca3d4cbe56372a4..7f002bad8a8efe80e24a581d41a6645817fccc81 100644 --- a/arkui/ace_standard/src/main/js/default/pages/gridRow/style/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/gridRow/style/index.js @@ -68,62 +68,39 @@ export default { }, onShow(){ - this.getCommonStyleValues(); + this.getCommonStyleValuesOne(); + this.getCommonStyleValuesTwo() globalThis.value = { - styleOne : this.styleOne, - styleTwo : this.styleTwo, - styleThree : this.styleThree, - styleFour : this.styleFour, - styleFive : this.styleFive, - styleSix : this.styleSix, - styleSeven : this.styleSeven, - styleEight : this.styleEight, - styleNine : this.styleNine, - styleTen : this.styleTen, - styleEleven : this.styleEleven, - styleTwelve : this.styleTwelve, - styleThirteen : this.styleThirteen, - styleFourteen : this.styleFourteen, - styleFifteen : this.styleFifteen, - styleSixteen : this.styleSixteen, - styleSeventeen : this.styleSeventeen, - styleEighteen : this.styleEighteen, - styleNineteen : this.styleNineteen, - styleTwenty : this.styleTwenty, - styleTwentyOne : this.styleTwentyOne, - styleTwentyTwo : this.styleTwentyTwo, - styleTwentyThree : this.styleTwentyThree, - styleTwentyFour : this.styleTwentyFour, - styleTwentyFive : this.styleTwentyFive, - styleTwentySix : this.styleTwentySix, - styleTwentySeven : this.styleTwentySeven, - styleTwentyNine : this.styleTwentyNine, - styleThirty : this.styleThirty, - styleThirtyOne : this.styleThirtyOne, + styleOne : this.styleOne, styleTwo : this.styleTwo, + styleThree : this.styleThree, styleFour : this.styleFour, + styleFive : this.styleFive, styleSix : this.styleSix, + styleSeven : this.styleSeven, styleEight : this.styleEight, + styleNine : this.styleNine, styleTen : this.styleTen, + styleEleven : this.styleEleven, styleTwelve : this.styleTwelve, + styleThirteen : this.styleThirteen, styleFourteen : this.styleFourteen, + styleFifteen : this.styleFifteen, styleSixteen : this.styleSixteen, + styleSeventeen : this.styleSeventeen, styleEighteen : this.styleEighteen, + styleNineteen : this.styleNineteen, styleTwenty : this.styleTwenty, + styleTwentyOne : this.styleTwentyOne, styleTwentyTwo : this.styleTwentyTwo, + styleTwentyThree : this.styleTwentyThree, styleTwentyFour : this.styleTwentyFour, + styleTwentyFive : this.styleTwentyFive, styleTwentySix : this.styleTwentySix, + styleTwentySeven : this.styleTwentySeven, styleTwentyNine : this.styleTwentyNine, + styleThirty : this.styleThirty, styleThirtyOne : this.styleThirtyOne, styleThirtyTwo : this.styleThirtyTwo, - addOne : this.addOne, - addTwo : this.addTwo, - addThree : this.addThree, - addFour : this.addFour, - addFive : this.addFive, - addSix : this.addSix, - addSeven : this.addSeven, - addEight : this.addEight, - addNine : this.addNine, - addTen : this.addTen, - addEleven : this.addEleven, - addTwelve : this.addTwelve, - addThirteen : this.addThirteen, - addFourteen : this.addFourteen, - addFifteen : this.addFifteen, - addSixteen : this.addSixteen, - addSeventeen : this.addSeventeen, - addEighteen : this.addEighteen + addOne : this.addOne, addTwo : this.addTwo, + addThree : this.addThree, addFour : this.addFour, + addFive : this.addFive, addSix : this.addSix, + addSeven : this.addSeven, addEight : this.addEight, + addNine : this.addNine, addTen : this.addTen, + addEleven : this.addEleven, addTwelve : this.addTwelve, + addThirteen : this.addThirteen, addFourteen : this.addFourteen, + addFifteen : this.addFifteen, addSixteen : this.addSixteen, + addSeventeen : this.addSeventeen, addEighteen : this.addEighteen } }, - getCommonStyleValues(){ + getCommonStyleValuesOne(){ this.styleOne = this.$element("styleOne").getInspector() this.styleTwo = this.$element("styleTwo").getInspector() this.styleThree = this.$element("styleThree").getInspector() @@ -155,7 +132,9 @@ export default { this.styleThirty = this.$element("styleThirty").getInspector() this.styleThirtyOne = this.$element("styleThirtyOne").getInspector() this.styleThirtyTwo = this.$element("styleThirtyTwo").getInspector() + }, + getCommonStyleValuesTwo(){ this.addOne = this.$element("addOne").getInspector() this.addTwo = this.$element("addTwo").getInspector() this.addThree = this.$element("addThree").getInspector() diff --git a/arkui/ace_standard/src/main/js/default/pages/image/style/index.js b/arkui/ace_standard/src/main/js/default/pages/image/style/index.js index 0a257c0757e1fe3024a63265bcc929b5ebcc27b0..06adecf05867ca1b34f112f447babb21e57d8795 100644 --- a/arkui/ace_standard/src/main/js/default/pages/image/style/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/image/style/index.js @@ -82,76 +82,47 @@ export default { }, onShow(){ - this.getCommonStyleValues(); + this.getCommonStyleValuesOne(); + this.getCommonStyleValuesTwo() globalThis.value = { - styleOne : this.styleOne, - styleTwo : this.styleTwo, - styleThree : this.styleThree, - styleFour : this.styleFour, - styleFive : this.styleFive, - styleSix : this.styleSix, - styleSeven : this.styleSeven, - styleEight : this.styleEight, - styleNine : this.styleNine, - styleTen : this.styleTen, - styleEleven : this.styleEleven, - styleTwelve : this.styleTwelve, - styleThirteen : this.styleThirteen, - styleFourteen : this.styleFourteen, - styleFifteen : this.styleFifteen, - styleSixteen : this.styleSixteen, - styleSeventeen : this.styleSeventeen, - styleEighteen : this.styleEighteen, - styleNineteen : this.styleNineteen, - styleTwenty : this.styleTwenty, - styleTwentyOne : this.styleTwentyOne, - styleTwentyTwo : this.styleTwentyTwo, - styleTwentyThree : this.styleTwentyThree, - styleTwentyFour : this.styleTwentyFour, - styleTwentyFive : this.styleTwentyFive, - styleTwentySix : this.styleTwentySix, - styleTwentySeven : this.styleTwentySeven, - styleTwentyNine : this.styleTwentyNine, - styleThirty : this.styleThirty, - styleThirtyOne : this.styleThirtyOne, + styleOne : this.styleOne, styleTwo : this.styleTwo, + styleThree : this.styleThree, styleFour : this.styleFour, + styleFive : this.styleFive, styleSix : this.styleSix, + styleSeven : this.styleSeven, styleEight : this.styleEight, + styleNine : this.styleNine, styleTen : this.styleTen, + styleEleven : this.styleEleven, styleTwelve : this.styleTwelve, + styleThirteen : this.styleThirteen, styleFourteen : this.styleFourteen, + styleFifteen : this.styleFifteen, styleSixteen : this.styleSixteen, + styleSeventeen : this.styleSeventeen, styleEighteen : this.styleEighteen, + styleNineteen : this.styleNineteen, styleTwenty : this.styleTwenty, + styleTwentyOne : this.styleTwentyOne, styleTwentyTwo : this.styleTwentyTwo, + styleTwentyThree : this.styleTwentyThree, styleTwentyFour : this.styleTwentyFour, + styleTwentyFive : this.styleTwentyFive, styleTwentySix : this.styleTwentySix, + styleTwentySeven : this.styleTwentySeven, styleTwentyNine : this.styleTwentyNine, + styleThirty : this.styleThirty, styleThirtyOne : this.styleThirtyOne, styleThirtyTwo : this.styleThirtyTwo, - specificOne : this.specificOne, - specificTwo : this.specificTwo, - specificThree : this.specificThree, - specificFour : this.specificFour, - specificFive : this.specificFive, - specificSix : this.specificSix, - specificSeven : this.specificSeven, - specificEight : this.specificEight, - specificNine : this.specificNine, - specificTen : this.specificTen, - specificEleven : this.specificEleven, - specificTwelve : this.specificTwelve, + specificOne : this.specificOne, specificTwo : this.specificTwo, + specificThree : this.specificThree, specificFour : this.specificFour, + specificFive : this.specificFive, specificSix : this.specificSix, + specificSeven : this.specificSeven, specificEight : this.specificEight, + specificNine : this.specificNine, specificTen : this.specificTen, + specificEleven : this.specificEleven, specificTwelve : this.specificTwelve, specificThirteen : this.specificThirteen, - addOne : this.addOne, - addTwo : this.addTwo, - addThree : this.addThree, - addFour : this.addFour, - addFive : this.addFive, - addSix : this.addSix, - addSeven : this.addSeven, - addEight : this.addEight, - addNine : this.addNine, - addTen : this.addTen, - addEleven : this.addEleven, - addTwelve : this.addTwelve, - addThirteen : this.addThirteen, - addFourteen : this.addFourteen, - addFifteen : this.addFifteen, - addSixteen : this.addSixteen, - addSeventeen : this.addSeventeen, - addEighteen : this.addEighteen + addOne : this.addOne, addTwo : this.addTwo, + addThree : this.addThree, addFour : this.addFour, + addFive : this.addFive, addSix : this.addSix, + addSeven : this.addSeven, addEight : this.addEight, + addNine : this.addNine, addTen : this.addTen, + addEleven : this.addEleven, addTwelve : this.addTwelve, + addThirteen : this.addThirteen, addFourteen : this.addFourteen, + addFifteen : this.addFifteen, addSixteen : this.addSixteen, + addSeventeen : this.addSeventeen, addEighteen : this.addEighteen } }, - getCommonStyleValues(){ + getCommonStyleValuesOne(){ this.styleOne = this.$element("styleOne").getInspector() this.styleTwo = this.$element("styleTwo").getInspector() this.styleThree = this.$element("styleThree").getInspector() @@ -183,7 +154,9 @@ export default { this.styleThirty = this.$element("styleThirty").getInspector() this.styleThirtyOne = this.$element("styleThirtyOne").getInspector() this.styleThirtyTwo = this.$element("styleThirtyTwo").getInspector() + }, + getCommonStyleValuesTwo(){ this.specificOne = this.$element("styleThirtyOne").getInspector() this.specificTwo = this.$element("styleThirtyTwo").getInspector() this.specificThree = this.$element("styleThirtyOne").getInspector() diff --git a/arkui/ace_standard/src/main/js/default/pages/imageAnimator/style/index.js b/arkui/ace_standard/src/main/js/default/pages/imageAnimator/style/index.js index 22648660218b09789777451406d48abfd8185160..ef74ff73412f8f2a5767b9a9fd44076158d68428 100644 --- a/arkui/ace_standard/src/main/js/default/pages/imageAnimator/style/index.js +++ b/arkui/ace_standard/src/main/js/default/pages/imageAnimator/style/index.js @@ -60,98 +60,40 @@ export default { specificEleven : null, specificTwelve : null, specificThirteen : null, - - addOne : null, - addTwo : null, - addThree : null, - addFour : null, - addFive : null, - addSix : null, - addSeven : null, - addEight : null, - addNine : null, - addTen : null, - addEleven : null, - addTwelve : null, - addThirteen : null, - addFourteen : null, - addFifteen : null, - addSixteen : null, - addSeventeen : null, - addEighteen : null }, onShow(){ - this.getCommonStyleValues(); + this.getCommonStyleValuesOne(); + this.getCommonStyleValuesTwo() globalThis.value = { - styleOne : this.styleOne, - styleTwo : this.styleTwo, - styleThree : this.styleThree, - styleFour : this.styleFour, - styleFive : this.styleFive, - styleSix : this.styleSix, - styleSeven : this.styleSeven, - styleEight : this.styleEight, - styleNine : this.styleNine, - styleTen : this.styleTen, - styleEleven : this.styleEleven, - styleTwelve : this.styleTwelve, - styleThirteen : this.styleThirteen, - styleFourteen : this.styleFourteen, - styleFifteen : this.styleFifteen, - styleSixteen : this.styleSixteen, - styleSeventeen : this.styleSeventeen, - styleEighteen : this.styleEighteen, - styleNineteen : this.styleNineteen, - styleTwenty : this.styleTwenty, - styleTwentyOne : this.styleTwentyOne, - styleTwentyTwo : this.styleTwentyTwo, - styleTwentyThree : this.styleTwentyThree, - styleTwentyFour : this.styleTwentyFour, - styleTwentyFive : this.styleTwentyFive, - styleTwentySix : this.styleTwentySix, - styleTwentySeven : this.styleTwentySeven, - styleTwentyNine : this.styleTwentyNine, - styleThirty : this.styleThirty, - styleThirtyOne : this.styleThirtyOne, + styleOne : this.styleOne, styleTwo : this.styleTwo, + styleThree : this.styleThree, styleFour : this.styleFour, + styleFive : this.styleFive, styleSix : this.styleSix, + styleSeven : this.styleSeven, styleEight : this.styleEight, + styleNine : this.styleNine, styleTen : this.styleTen, + styleEleven : this.styleEleven, styleTwelve : this.styleTwelve, + styleThirteen : this.styleThirteen, styleFourteen : this.styleFourteen, + styleFifteen : this.styleFifteen, styleSixteen : this.styleSixteen, + styleSeventeen : this.styleSeventeen, styleEighteen : this.styleEighteen, + styleNineteen : this.styleNineteen, styleTwenty : this.styleTwenty, + styleTwentyOne : this.styleTwentyOne, styleTwentyTwo : this.styleTwentyTwo, + styleTwentyThree : this.styleTwentyThree, styleTwentyFour : this.styleTwentyFour, + styleTwentyFive : this.styleTwentyFive, styleTwentySix : this.styleTwentySix, + styleTwentySeven : this.styleTwentySeven, styleTwentyNine : this.styleTwentyNine, + styleThirty : this.styleThirty, styleThirtyOne : this.styleThirtyOne, styleThirtyTwo : this.styleThirtyTwo, - specificOne : this.specificOne, - specificTwo : this.specificTwo, - specificThree : this.specificThree, - specificFour : this.specificFour, - specificFive : this.specificFive, - specificSix : this.specificSix, - specificSeven : this.specificSeven, - specificEight : this.specificEight, - specificNine : this.specificNine, - specificTen : this.specificTen, - specificEleven : this.specificEleven, - specificTwelve : this.specificTwelve, + specificOne : this.specificOne, specificTwo : this.specificTwo, + specificThree : this.specificThree, specificFour : this.specificFour, + specificFive : this.specificFive, specificSix : this.specificSix, + specificSeven : this.specificSeven, specificEight : this.specificEight, + specificNine : this.specificNine, specificTen : this.specificTen, + specificEleven : this.specificEleven, specificTwelve : this.specificTwelve, specificThirteen : this.specificThirteen, - - addOne : this.addOne, - addTwo : this.addTwo, - addThree : this.addThree, - addFour : this.addFour, - addFive : this.addFive, - addSix : this.addSix, - addSeven : this.addSeven, - addEight : this.addEight, - addNine : this.addNine, - addTen : this.addTen, - addEleven : this.addEleven, - addTwelve : this.addTwelve, - addThirteen : this.addThirteen, - addFourteen : this.addFourteen, - addFifteen : this.addFifteen, - addSixteen : this.addSixteen, - addSeventeen : this.addSeventeen, - addEighteen : this.addEighteen } }, - getCommonStyleValues(){ + getCommonStyleValuesOne(){ this.styleOne = this.$element("styleOne").getInspector() this.styleTwo = this.$element("styleTwo").getInspector() this.styleThree = this.$element("styleThree").getInspector() @@ -183,7 +125,9 @@ export default { this.styleThirty = this.$element("styleThirty").getInspector() this.styleThirtyOne = this.$element("styleThirtyOne").getInspector() this.styleThirtyTwo = this.$element("styleThirtyTwo").getInspector() + }, + getCommonStyleValuesTwo(){ this.specificOne = this.$element("styleThirtyOne").getInspector() this.specificTwo = this.$element("styleThirtyTwo").getInspector() this.specificThree = this.$element("styleThirtyOne").getInspector()