From db165113b6c2c3bb1c27c0fda20f11b220f1bd5e Mon Sep 17 00:00:00 2001 From: Dmytro Cisar Date: Mon, 18 Apr 2016 19:57:16 +0300 Subject: [PATCH] maps.*.layout.html -> round.*.layout.html --- .../round.button.layout.html.btjson.js} | 0 .../round.listbox.layout.html.btjson.js} | 0 .../round.listbox.layout.item.html.btjson.js} | 0 .../round.zoom.layout.html.btjson.js} | 0 src/theme/maps/button/layout/button.layout.js | 2 +- src/theme/maps/listbox/layout/item/listbox.item.layout.js | 2 +- .../item/selectable/listbox.item.selectable.layout.js | 2 +- src/theme/maps/listbox/layout/listbox.layout.js | 2 +- src/theme/maps/ruler/layout/ruler.layout.js | 6 +++--- src/theme/maps/zoom/layout/zoom.layout.js | 2 +- .../module.json | 4 ++-- .../round.button.layout.html} | 0 .../module.json | 4 ++-- .../round.listbox.layout.html} | 0 .../module.json | 4 ++-- .../round.listbox.layout.item.html} | 0 .../module.json | 4 ++-- .../round.zoom.layout.html} | 0 18 files changed, 16 insertions(+), 16 deletions(-) rename src/markup/bevis/{mapsButton/maps.button.layout.html/maps.button.layout.html.btjson.js => button/round.button.layout.html/round.button.layout.html.btjson.js} (100%) rename src/markup/bevis/{mapsListbox/maps.listbox.layout.html/maps.listbox.layout.html.btjson.js => listbox/round.listbox.layout.html/round.listbox.layout.html.btjson.js} (100%) rename src/markup/bevis/{mapsListbox/maps.listbox.layout.item.html/maps.listbox.layout.item.html.btjson.js => listbox/round.listbox.layout.item.html/round.listbox.layout.item.html.btjson.js} (100%) rename src/markup/bevis/{mapsZoom/maps.zoom.layout.html/maps.zoom.layout.html.btjson.js => zoom/round.zoom.layout.html/round.zoom.layout.html.btjson.js} (100%) rename ui/build/layouts/{maps.button.layout.html => round.button.layout.html}/module.json (55%) rename ui/build/layouts/{maps.button.layout.html/maps.button.layout.html => round.button.layout.html/round.button.layout.html} (100%) rename ui/build/layouts/{maps.listbox.layout.html => round.listbox.layout.html}/module.json (64%) rename ui/build/layouts/{maps.listbox.layout.html/maps.listbox.layout.html => round.listbox.layout.html/round.listbox.layout.html} (100%) rename ui/build/layouts/{maps.listbox.layout.item.html => round.listbox.layout.item.html}/module.json (50%) rename ui/build/layouts/{maps.listbox.layout.item.html/maps.listbox.layout.item.html => round.listbox.layout.item.html/round.listbox.layout.item.html} (100%) rename ui/build/layouts/{maps.zoom.layout.html => round.zoom.layout.html}/module.json (56%) rename ui/build/layouts/{maps.zoom.layout.html/maps.zoom.layout.html => round.zoom.layout.html/round.zoom.layout.html} (100%) diff --git a/src/markup/bevis/mapsButton/maps.button.layout.html/maps.button.layout.html.btjson.js b/src/markup/bevis/button/round.button.layout.html/round.button.layout.html.btjson.js similarity index 100% rename from src/markup/bevis/mapsButton/maps.button.layout.html/maps.button.layout.html.btjson.js rename to src/markup/bevis/button/round.button.layout.html/round.button.layout.html.btjson.js diff --git a/src/markup/bevis/mapsListbox/maps.listbox.layout.html/maps.listbox.layout.html.btjson.js b/src/markup/bevis/listbox/round.listbox.layout.html/round.listbox.layout.html.btjson.js similarity index 100% rename from src/markup/bevis/mapsListbox/maps.listbox.layout.html/maps.listbox.layout.html.btjson.js rename to src/markup/bevis/listbox/round.listbox.layout.html/round.listbox.layout.html.btjson.js diff --git a/src/markup/bevis/mapsListbox/maps.listbox.layout.item.html/maps.listbox.layout.item.html.btjson.js b/src/markup/bevis/listbox/round.listbox.layout.item.html/round.listbox.layout.item.html.btjson.js similarity index 100% rename from src/markup/bevis/mapsListbox/maps.listbox.layout.item.html/maps.listbox.layout.item.html.btjson.js rename to src/markup/bevis/listbox/round.listbox.layout.item.html/round.listbox.layout.item.html.btjson.js diff --git a/src/markup/bevis/mapsZoom/maps.zoom.layout.html/maps.zoom.layout.html.btjson.js b/src/markup/bevis/zoom/round.zoom.layout.html/round.zoom.layout.html.btjson.js similarity index 100% rename from src/markup/bevis/mapsZoom/maps.zoom.layout.html/maps.zoom.layout.html.btjson.js rename to src/markup/bevis/zoom/round.zoom.layout.html/round.zoom.layout.html.btjson.js diff --git a/src/theme/maps/button/layout/button.layout.js b/src/theme/maps/button/layout/button.layout.js index 1c9a419..4f51f21 100644 --- a/src/theme/maps/button/layout/button.layout.js +++ b/src/theme/maps/button/layout/button.layout.js @@ -7,7 +7,7 @@ name: "theme.round.control.layout.Button", key: 'round#buttonLayout', storage: 'layout', depends: [ - "maps.button.layout.html", + "round.button.layout.html", "Monitor", "templateLayoutFactory", diff --git a/src/theme/maps/listbox/layout/item/listbox.item.layout.js b/src/theme/maps/listbox/layout/item/listbox.item.layout.js index 24dc8fb..5cb5bc7 100644 --- a/src/theme/maps/listbox/layout/item/listbox.item.layout.js +++ b/src/theme/maps/listbox/layout/item/listbox.item.layout.js @@ -8,7 +8,7 @@ ym.modules.define({ storage: 'layout', depends: [ "templateLayoutFactory", - "theme.maps.control.layout.ListBoxSelectableItem" + "theme.round.control.layout.ListBoxSelectableItem" ], dynamicDepends: { contentLayout: function (data) { diff --git a/src/theme/maps/listbox/layout/item/selectable/listbox.item.selectable.layout.js b/src/theme/maps/listbox/layout/item/selectable/listbox.item.selectable.layout.js index eb4465e..fb87141 100644 --- a/src/theme/maps/listbox/layout/item/selectable/listbox.item.selectable.layout.js +++ b/src/theme/maps/listbox/layout/item/selectable/listbox.item.selectable.layout.js @@ -9,7 +9,7 @@ ym.modules.define({ storage: 'layout', depends: [ "templateLayoutFactory", - "maps.listbox.layout.item.html", + "round.listbox.layout.item.html", "util.dom.element", "util.dom.className", "util.dom.style", diff --git a/src/theme/maps/listbox/layout/listbox.layout.js b/src/theme/maps/listbox/layout/listbox.layout.js index 2efe70b..10763dd 100644 --- a/src/theme/maps/listbox/layout/listbox.layout.js +++ b/src/theme/maps/listbox/layout/listbox.layout.js @@ -12,7 +12,7 @@ ym.modules.define({ storage: 'layout', depends: [ "templateLayoutFactory", - "maps.listbox.layout.html", + "round.listbox.layout.html", "util.dom.element", "util.dom.reaction.hover", "util.dom.reaction.hold", diff --git a/src/theme/maps/ruler/layout/ruler.layout.js b/src/theme/maps/ruler/layout/ruler.layout.js index 18c1489..49f889d 100644 --- a/src/theme/maps/ruler/layout/ruler.layout.js +++ b/src/theme/maps/ruler/layout/ruler.layout.js @@ -4,12 +4,12 @@ ym.modules.define({ name: "theme.round.control.layout.Ruler", - key: 'maps#rulerLayout', + key: 'round#rulerLayout', storage: 'layout', depends: [ "templateLayoutFactory", "layout.component.clientBounds", - "theme.maps.control.layout.Button", + "theme.round.control.layout.Button", "shape.Rectangle", "geometry.pixel.Rectangle", "domEvent.manager", @@ -30,7 +30,7 @@ ym.modules.define({ declaration: function (provide, templateLayoutFactory, clientBounds, ButtonLayout, RectangleShape, RectanglePixelGeometry, domEventManager, setupMarginManager, utilDomStyle, utilDomElement, browser) { var RulerLayout = templateLayoutFactory.createClass( - '{% include maps#buttonLayout %}', { + '{% include round#buttonLayout %}', { _cssClassPrefix: 'ymaps_', build: function () { diff --git a/src/theme/maps/zoom/layout/zoom.layout.js b/src/theme/maps/zoom/layout/zoom.layout.js index 4b830ef..67f82e9 100644 --- a/src/theme/maps/zoom/layout/zoom.layout.js +++ b/src/theme/maps/zoom/layout/zoom.layout.js @@ -7,7 +7,7 @@ ym.modules.define({ key: 'round#zoomLayout', storage: 'layout', depends: [ - "maps.zoom.layout.html", + "round.zoom.layout.html", "templateLayoutFactory", "Monitor", "domEvent.manager", diff --git a/ui/build/layouts/maps.button.layout.html/module.json b/ui/build/layouts/round.button.layout.html/module.json similarity index 55% rename from ui/build/layouts/maps.button.layout.html/module.json rename to ui/build/layouts/round.button.layout.html/module.json index f1aa75d..c6f67f8 100644 --- a/ui/build/layouts/maps.button.layout.html/module.json +++ b/ui/build/layouts/round.button.layout.html/module.json @@ -1,10 +1,10 @@ { - "name": "maps.button.layout.html", + "name": "round.button.layout.html", "depends": [ "maps-button", "maps-button-icon" ], "src": [ - "maps.button.layout.html" + "round.button.layout.html" ] } \ No newline at end of file diff --git a/ui/build/layouts/maps.button.layout.html/maps.button.layout.html b/ui/build/layouts/round.button.layout.html/round.button.layout.html similarity index 100% rename from ui/build/layouts/maps.button.layout.html/maps.button.layout.html rename to ui/build/layouts/round.button.layout.html/round.button.layout.html diff --git a/ui/build/layouts/maps.listbox.layout.html/module.json b/ui/build/layouts/round.listbox.layout.html/module.json similarity index 64% rename from ui/build/layouts/maps.listbox.layout.html/module.json rename to ui/build/layouts/round.listbox.layout.html/module.json index 91f885e..f941e9e 100644 --- a/ui/build/layouts/maps.listbox.layout.html/module.json +++ b/ui/build/layouts/round.listbox.layout.html/module.json @@ -1,5 +1,5 @@ { - "name": "maps.listbox.layout.html", + "name": "round.listbox.layout.html", "depends": [ "maps-popup", "maps-button", @@ -7,6 +7,6 @@ "maps-listbox" ], "src": [ - "maps.listbox.layout.html" + "round.listbox.layout.html" ] } \ No newline at end of file diff --git a/ui/build/layouts/maps.listbox.layout.html/maps.listbox.layout.html b/ui/build/layouts/round.listbox.layout.html/round.listbox.layout.html similarity index 100% rename from ui/build/layouts/maps.listbox.layout.html/maps.listbox.layout.html rename to ui/build/layouts/round.listbox.layout.html/round.listbox.layout.html diff --git a/ui/build/layouts/maps.listbox.layout.item.html/module.json b/ui/build/layouts/round.listbox.layout.item.html/module.json similarity index 50% rename from ui/build/layouts/maps.listbox.layout.item.html/module.json rename to ui/build/layouts/round.listbox.layout.item.html/module.json index b809fc9..1149e16 100644 --- a/ui/build/layouts/maps.listbox.layout.item.html/module.json +++ b/ui/build/layouts/round.listbox.layout.item.html/module.json @@ -1,10 +1,10 @@ { - "name": "maps.listbox.layout.item.html", + "name": "round.listbox.layout.item.html", "depends": [ "maps-popup", "maps-listbox" ], "src": [ - "maps.listbox.layout.item.html" + "round.listbox.layout.item.html" ] } \ No newline at end of file diff --git a/ui/build/layouts/maps.listbox.layout.item.html/maps.listbox.layout.item.html b/ui/build/layouts/round.listbox.layout.item.html/round.listbox.layout.item.html similarity index 100% rename from ui/build/layouts/maps.listbox.layout.item.html/maps.listbox.layout.item.html rename to ui/build/layouts/round.listbox.layout.item.html/round.listbox.layout.item.html diff --git a/ui/build/layouts/maps.zoom.layout.html/module.json b/ui/build/layouts/round.zoom.layout.html/module.json similarity index 56% rename from ui/build/layouts/maps.zoom.layout.html/module.json rename to ui/build/layouts/round.zoom.layout.html/module.json index 825c976..0786fea 100644 --- a/ui/build/layouts/maps.zoom.layout.html/module.json +++ b/ui/build/layouts/round.zoom.layout.html/module.json @@ -1,10 +1,10 @@ { - "name": "maps.zoom.layout.html", + "name": "round.zoom.layout.html", "depends": [ "maps-zoom", "maps-button-icon" ], "src": [ - "maps.zoom.layout.html" + "round.zoom.layout.html" ] } \ No newline at end of file diff --git a/ui/build/layouts/maps.zoom.layout.html/maps.zoom.layout.html b/ui/build/layouts/round.zoom.layout.html/round.zoom.layout.html similarity index 100% rename from ui/build/layouts/maps.zoom.layout.html/maps.zoom.layout.html rename to ui/build/layouts/round.zoom.layout.html/round.zoom.layout.html