Skip to content

Commit

Permalink
maps.*.layout.html -> round.*.layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
idmytro committed Apr 18, 2016
1 parent 31221d1 commit db16511
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/theme/maps/button/layout/button.layout.js
Expand Up @@ -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",

Expand Down
2 changes: 1 addition & 1 deletion src/theme/maps/listbox/layout/item/listbox.item.layout.js
Expand Up @@ -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) {
Expand Down
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/theme/maps/listbox/layout/listbox.layout.js
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/theme/maps/ruler/layout/ruler.layout.js
Expand Up @@ -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",
Expand All @@ -30,7 +30,7 @@ ym.modules.define({
declaration: function (provide, templateLayoutFactory, clientBounds, ButtonLayout, RectangleShape,
RectanglePixelGeometry, domEventManager, setupMarginManager, utilDomStyle, utilDomElement, browser) {
var RulerLayout = templateLayoutFactory.createClass(
'<ymaps style="display: block;">{% include maps#buttonLayout %}</ymaps>', {
'<ymaps style="display: block;">{% include round#buttonLayout %}</ymaps>', {
_cssClassPrefix: 'ymaps_',

build: function () {
Expand Down
2 changes: 1 addition & 1 deletion src/theme/maps/zoom/layout/zoom.layout.js
Expand Up @@ -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",
Expand Down
@@ -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"
]
}
@@ -1,12 +1,12 @@
{
"name": "maps.listbox.layout.html",
"name": "round.listbox.layout.html",
"depends": [
"maps-popup",
"maps-button",
"maps-button-icon",
"maps-listbox"
],
"src": [
"maps.listbox.layout.html"
"round.listbox.layout.html"
]
}
@@ -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"
]
}
@@ -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"
]
}

0 comments on commit db16511

Please sign in to comment.