Initial setup of mycontroller

This commit is contained in:
2019-11-28 09:16:11 -06:00
parent 62d71e30c1
commit 665eb783be
504 changed files with 212034 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
"use strict";angular.module("adf.structures.base",["adf"]).config(["dashboardProvider",function(s){s.structure("6-6",{rows:[{columns:[{styleClass:"col-md-6"},{styleClass:"col-md-6"}]}]}).structure("4-8",{rows:[{columns:[{styleClass:"col-md-4",widgets:[]},{styleClass:"col-md-8",widgets:[]}]}]}).structure("12/4-4-4",{rows:[{columns:[{styleClass:"col-md-12"}]},{columns:[{styleClass:"col-md-4"},{styleClass:"col-md-4"},{styleClass:"col-md-4"}]}]}).structure("12/6-6",{rows:[{columns:[{styleClass:"col-md-12"}]},{columns:[{styleClass:"col-md-6"},{styleClass:"col-md-6"}]}]}).structure("12/6-6/12",{rows:[{columns:[{styleClass:"col-md-12"}]},{columns:[{styleClass:"col-md-6"},{styleClass:"col-md-6"}]},{columns:[{styleClass:"col-md-12"}]}]}).structure("3-9 (12/6-6)",{rows:[{columns:[{styleClass:"col-md-3"},{styleClass:"col-md-9",rows:[{columns:[{styleClass:"col-md-12"}]},{columns:[{styleClass:"col-md-6"},{styleClass:"col-md-6"}]}]}]}]})}]);
//# sourceMappingURL=adf-structures-base.min.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["base.js"],"names":["angular","module","config","dashboardProvider","structure","rows","columns","styleClass","widgets"],"mappings":"AAuBA,YAEAA,SAAAC,OAAA,uBAAA,QACAC,QAAA,oBAAA,SAAAC,GAEAA,EACAC,UAAA,OACAC,OACAC,UACAC,WAAA,aAEAA,WAAA,iBAIAH,UAAA,OACAC,OACAC,UACAC,WAAA,WACAC,aAEAD,WAAA,WACAC,iBAIAJ,UAAA,YACAC,OACAC,UACAC,WAAA,gBAGAD,UACAC,WAAA,aAEAA,WAAA,aAEAA,WAAA,iBAIAH,UAAA,UACAC,OACAC,UACAC,WAAA,gBAGAD,UACAC,WAAA,aAEAA,WAAA,iBAIAH,UAAA,aACAC,OACAC,UACAC,WAAA,gBAGAD,UACAC,WAAA,aAEAA,WAAA,eAGAD,UACAC,WAAA,kBAIAH,UAAA,gBACAC,OACAC,UACAC,WAAA,aAEAA,WAAA,WACAF,OACAC,UACAC,WAAA,gBAGAD,UACAC,WAAA,aAEAA,WAAA","file":"adf-structures-base.min.js","sourcesContent":["/* *\n * The MIT License\n *\n * Copyright (c) 2015, Sebastian Sdorra\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n */\n'use strict';\n\nangular.module('adf.structures.base', ['adf'])\n .config(function(dashboardProvider){\n\n dashboardProvider\n .structure('6-6', {\n rows: [{\n columns: [{\n styleClass: 'col-md-6'\n }, {\n styleClass: 'col-md-6'\n }]\n }]\n })\n .structure('4-8', {\n rows: [{\n columns: [{\n styleClass: 'col-md-4',\n widgets: []\n }, {\n styleClass: 'col-md-8',\n widgets: []\n }]\n }]\n })\n .structure('12/4-4-4', {\n rows: [{\n columns: [{\n styleClass: 'col-md-12'\n }]\n }, {\n columns: [{\n styleClass: 'col-md-4'\n }, {\n styleClass: 'col-md-4'\n }, {\n styleClass: 'col-md-4'\n }]\n }]\n })\n .structure('12/6-6', {\n rows: [{\n columns: [{\n styleClass: 'col-md-12'\n }]\n }, {\n columns: [{\n styleClass: 'col-md-6'\n }, {\n styleClass: 'col-md-6'\n }]\n }]\n })\n .structure('12/6-6/12', {\n rows: [{\n columns: [{\n styleClass: 'col-md-12'\n }]\n }, {\n columns: [{\n styleClass: 'col-md-6'\n }, {\n styleClass: 'col-md-6'\n }]\n }, {\n columns: [{\n styleClass: 'col-md-12'\n }]\n }]\n })\n .structure('3-9 (12/6-6)', {\n rows: [{\n columns: [{\n styleClass: 'col-md-3'\n }, {\n styleClass: 'col-md-9',\n rows: [{\n columns: [{\n styleClass: 'col-md-12'\n }]\n }, {\n columns: [{\n styleClass: 'col-md-6'\n }, {\n styleClass: 'col-md-6'\n }]\n }]\n }]\n }]\n });\n\n });\n"],"sourceRoot":"/source/"}