Skip to content

Commit

Permalink
Update build to add bootstrap decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthropic committed Jan 14, 2017
1 parent b1d1f23 commit 40eef00
Show file tree
Hide file tree
Showing 7 changed files with 508 additions and 299 deletions.
708 changes: 444 additions & 264 deletions dist/angular-schema-form-bootstrap.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions dist/angular-schema-form-bootstrap.min.js

Large diffs are not rendered by default.

59 changes: 30 additions & 29 deletions dist/angular-schema-form.js
@@ -1,7 +1,7 @@
/*!
* angular-schema-form
* @version 1.0.0-alpha.6
* @date Sat, 14 Jan 2017 15:25:30 GMT
* @date Sat, 14 Jan 2017 15:37:36 GMT
* @link https://github.com/json-schema-form/angular-schema-form
* @license MIT
* Copyright (c) 2014-2017 JSON Schema Form
Expand Down Expand Up @@ -69,7 +69,7 @@
/******/ __webpack_require__.p = "";

/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 15);
/******/ return __webpack_require__(__webpack_require__.s = 16);
/******/ })
/************************************************************************/
/******/ ([
Expand Down Expand Up @@ -1011,26 +1011,27 @@ module.exports = __webpack_require__(4);
//# sourceMappingURL=json-schema-form-core.js.map

/***/ },
/* 2 */
/* 2 */,
/* 3 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_json_schema_form_core__ = __webpack_require__(1);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_json_schema_form_core___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_json_schema_form_core__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_angular__ = __webpack_require__(0);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_angular___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_angular__);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_sf_builder_provider__ = __webpack_require__(12);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_schema_form_decorators_provider__ = __webpack_require__(10);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_schema_form_provider__ = __webpack_require__(11);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_sf_error_message_provider__ = __webpack_require__(13);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_sf_path_provider__ = __webpack_require__(14);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_sf_changed_directive__ = __webpack_require__(5);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_sf_field_directive__ = __webpack_require__(6);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_sf_message_directive__ = __webpack_require__(8);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_sf_array_directive__ = __webpack_require__(4);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_sf_key_directive__ = __webpack_require__(7);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12_sf_schema_directive__ = __webpack_require__(9);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13_schema_validate_directive__ = __webpack_require__(3);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_sf_builder_provider__ = __webpack_require__(13);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_schema_form_decorators_provider__ = __webpack_require__(11);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_schema_form_provider__ = __webpack_require__(12);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_sf_error_message_provider__ = __webpack_require__(14);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_sf_path_provider__ = __webpack_require__(15);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_sf_changed_directive__ = __webpack_require__(6);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8_sf_field_directive__ = __webpack_require__(7);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9_sf_message_directive__ = __webpack_require__(9);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_sf_array_directive__ = __webpack_require__(5);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11_sf_key_directive__ = __webpack_require__(8);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12_sf_schema_directive__ = __webpack_require__(10);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13_schema_validate_directive__ = __webpack_require__(4);



Expand Down Expand Up @@ -1084,7 +1085,7 @@ __WEBPACK_IMPORTED_MODULE_1_angular___default.a.module('schemaForm', deps)
.directive('sfChanged', __WEBPACK_IMPORTED_MODULE_7_sf_changed_directive__["a" /* default */]).directive('sfField', ['$parse', '$compile', '$http', '$templateCache', '$interpolate', '$q', 'sfErrorMessage', 'sfPath', 'sfSelect', __WEBPACK_IMPORTED_MODULE_8_sf_field_directive__["a" /* default */]]).directive('sfMessage', ['$injector', 'sfErrorMessage', __WEBPACK_IMPORTED_MODULE_9_sf_message_directive__["a" /* default */]]).directive('sfNewArray', ['sfSelect', 'sfPath', 'schemaForm', __WEBPACK_IMPORTED_MODULE_10_sf_array_directive__["a" /* default */]]).directive('sfSchema', ['$compile', '$http', '$templateCache', '$q', 'schemaForm', 'schemaFormDecorators', 'sfSelect', 'sfPath', 'sfBuilder', __WEBPACK_IMPORTED_MODULE_12_sf_schema_directive__["a" /* default */]]).directive('schemaValidate', ['sfValidator', '$parse', 'sfSelect', __WEBPACK_IMPORTED_MODULE_13_schema_validate_directive__["a" /* default */]]).directive('sfKeyController', ['schemaForm', 'sfPath', __WEBPACK_IMPORTED_MODULE_11_sf_key_directive__["a" /* default */]]);

/***/ },
/* 3 */
/* 4 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -1271,7 +1272,7 @@ __WEBPACK_IMPORTED_MODULE_1_angular___default.a.module('schemaForm', deps)
};

/***/ },
/* 4 */
/* 5 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -1522,7 +1523,7 @@ __WEBPACK_IMPORTED_MODULE_1_angular___default.a.module('schemaForm', deps)
};

/***/ },
/* 5 */
/* 6 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -1568,7 +1569,7 @@ __WEBPACK_IMPORTED_MODULE_1_angular___default.a.module('schemaForm', deps)
};

/***/ },
/* 6 */
/* 7 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -1897,7 +1898,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
};

/***/ },
/* 7 */
/* 8 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -1936,7 +1937,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
};;

/***/ },
/* 8 */
/* 9 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -2040,7 +2041,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
};

/***/ },
/* 9 */
/* 10 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -2243,7 +2244,7 @@ FIXME: real documentation
};

/***/ },
/* 10 */
/* 11 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -2786,7 +2787,7 @@ FIXME: real documentation
};;

/***/ },
/* 11 */
/* 12 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -2909,7 +2910,7 @@ FIXME: real documentation
};

/***/ },
/* 12 */
/* 13 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -3237,7 +3238,7 @@ FIXME: real documentation
};

/***/ },
/* 13 */
/* 14 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -3374,7 +3375,7 @@ FIXME: real documentation
};

/***/ },
/* 14 */
/* 15 */
/***/ function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -3414,11 +3415,11 @@ var sfPathProviderClass = function () {
/* harmony default export */ exports["a"] = sfPathProviderClass;

/***/ },
/* 15 */
/* 16 */
/***/ function(module, exports, __webpack_require__) {

__webpack_require__(1);
module.exports = __webpack_require__(2);
module.exports = __webpack_require__(3);


/***/ }
Expand Down
8 changes: 4 additions & 4 deletions dist/angular-schema-form.min.js

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion examples/data/deep-array.json
Expand Up @@ -13,6 +13,10 @@
"title": "Name",
"type": "string"
},
"copyname": {
"title": "Copy",
"type": "string"
},
"comments": {
"type": "array",
"items": {
Expand Down Expand Up @@ -61,7 +65,11 @@
"add": "btn-success"
},
"items": [
"users[].name",
{
"key": "users[].name",
"copyValueTo": "users[].copyname"
},
"users[].copyname",
{
"key": "users[].comments",
"items": [
Expand Down
4 changes: 3 additions & 1 deletion webpack.config.dist.js
Expand Up @@ -7,7 +7,9 @@ const includes = [

config.entry = {
"angular-schema-form": includes,
"angular-schema-form.min": includes
"angular-schema-form.min": includes,
"angular-schema-form-bootstrap": [ 'angular-schema-form-bootstrap' ],
"angular-schema-form-bootstrap.min": [ 'angular-schema-form-bootstrap' ]
}

module.exports = config;
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -36,6 +36,7 @@ module.exports = {
resolve: {
modules: [
path.join(__dirname, "..", "json-schema-form-core", "dist"),
path.join(__dirname, "..", "angular-schema-form-bootstrap", "dist"),
path.join(__dirname, "src"),
path.join(__dirname, "src", "directives"),
path.join(__dirname, "src", "services"),
Expand Down

0 comments on commit 40eef00

Please sign in to comment.