1
- /* zUIx v0.4.9-56 18.08.19 02:16:32 */
1
+ /* zUIx v0.4.9-57 18.08.26 00:04:15 */
2
2
3
- ! function ( e ) { if ( "object" == typeof exports ) module . exports = e ( ) ; else if ( "function" == typeof define && define . amd ) define ( e ) ; else { var f ; "undefined" != typeof window ?f = window :"undefined" != typeof global ?f = global :"undefined" != typeof self && ( f = self ) , f . zuixBundler = e ( ) } } ( function ( ) { var define , module , exports ; return ( function e ( t , n , r ) { function s ( o , u ) { if ( ! n [ o ] ) { if ( ! t [ o ] ) { var a = typeof require == "function" && require ; if ( ! u && a ) return a ( o , ! 0 ) ; if ( i ) return i ( o , ! 0 ) ; throw new Error ( "Cannot find module '" + o + "'" ) } var f = n [ o ] = { exports :{ } } ; t [ o ] [ 0 ] . call ( f . exports , function ( e ) { var n = t [ o ] [ 1 ] [ e ] ; return s ( n ?n :e ) } , f , f . exports , e , t , n , r ) } return n [ o ] . exports } var i = typeof require == "function" && require ; for ( var o = 0 ; o < r . length ; o ++ ) s ( r [ o ] ) ; return s } ) ( { 1 :[ function ( _dereq_ , module , exports ) {
3
+ /** @typedef {Zuix } window.zuix */
4
+ ( function ( f ) { if ( typeof exports === "object" && typeof module !== "undefined" ) { module . exports = f ( ) } else if ( typeof define === "function" && define . amd ) { define ( [ ] , f ) } else { var g ; if ( typeof window !== "undefined" ) { g = window } else if ( typeof global !== "undefined" ) { g = global } else if ( typeof self !== "undefined" ) { g = self } else { g = this } g . zuixBundler = f ( ) } } ) ( function ( ) { var define , module , exports ; return ( function ( ) { function r ( e , n , t ) { function o ( i , f ) { if ( ! n [ i ] ) { if ( ! e [ i ] ) { var c = "function" == typeof require && require ; if ( ! f && c ) return c ( i , ! 0 ) ; if ( u ) return u ( i , ! 0 ) ; var a = new Error ( "Cannot find module '" + i + "'" ) ; throw a . code = "MODULE_NOT_FOUND" , a } var p = n [ i ] = { exports :{ } } ; e [ i ] [ 0 ] . call ( p . exports , function ( r ) { var n = e [ i ] [ 1 ] [ r ] ; return o ( n || r ) } , p , p . exports , r , e , n , t ) } return n [ i ] . exports } for ( var u = "function" == typeof require && require , i = 0 ; i < t . length ; i ++ ) o ( t [ i ] ) ; return o } return r } ) ( ) ( { 1 :[ function ( _dereq_ , module , exports ) {
4
5
/* eslint-disable */
5
6
/*!
6
7
* @license
7
- * Copyright 2015-2017 G-Labs. All Rights Reserved.
8
+ * Copyright 2015-2018 G-Labs. All Rights Reserved.
8
9
* https://genielabs.github.io/zuix
9
10
*
10
11
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -357,7 +358,7 @@ module.exports = function serialize(obj, options) {
357
358
358
359
} , { } ] , 4 :[ function ( _dereq_ , module , exports ) {
359
360
/*
360
- * Copyright 2015-2017 G-Labs. All Rights Reserved.
361
+ * Copyright 2015-2018 G-Labs. All Rights Reserved.
361
362
* https://genielabs.github.io/zuix
362
363
*
363
364
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -408,7 +409,7 @@ function saveBundle() {
408
409
const bundleFileName = 'app.bundle.js' ;
409
410
const bundleObj = zuix . bundle ( ) ;
410
411
let headerSummary = '\n/*' ;
411
- headerSummary += '\n * ZUIX Application Bundle' ;
412
+ headerSummary += '\n * zUIx Application Bundle' ;
412
413
headerSummary += '\n * ' ;
413
414
headerSummary += '\n * ' + bundleFileName + ' generated by *zuix-bundler*' ;
414
415
headerSummary += '\n * on ' + new Date ( ) . toISOString ( ) ;
@@ -461,7 +462,7 @@ module.exports = function(root) {
461
462
462
463
} , { "../zuix/OptionAttributes" :5 , "./FileSaver" :2 , "./Serializer" :3 } ] , 5 :[ function ( _dereq_ , module , exports ) {
463
464
/*
464
- * Copyright 2015-2017 G-Labs. All Rights Reserved.
465
+ * Copyright 2015-2018 G-Labs. All Rights Reserved.
465
466
* https://genielabs.github.io/zuix
466
467
*
467
468
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -523,6 +524,5 @@ module.exports = function(root) {
523
524
return OptionAttributes ;
524
525
} ;
525
526
526
- } , { } ] } , { } , [ 1 ] )
527
- ( 1 )
528
- } ) ;
527
+ } , { } ] } , { } , [ 1 ] ) ( 1 )
528
+ } ) ;
0 commit comments