composer update
This commit is contained in:
163
composer.lock
generated
163
composer.lock
generated
@@ -4,51 +4,8 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "4734718f1343444e5bb22b4c13e12742",
|
||||
"content-hash": "338c19197729ee706a00a6f970e48247",
|
||||
"packages": [
|
||||
{
|
||||
"name": "balping/json-raw-encoder",
|
||||
"version": "v1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/balping/json-raw-encoder.git",
|
||||
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/balping/json-raw-encoder/zipball/c404b7fc0e04ddf5d298e53105c5fc306f523195",
|
||||
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Balping\\JsonRaw\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-3.0-only"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Balázs Dura-Kovács"
|
||||
}
|
||||
],
|
||||
"description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
|
||||
"keywords": [
|
||||
"callback",
|
||||
"encode",
|
||||
"json"
|
||||
],
|
||||
"time": "2018-05-04T15:38:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/chronos",
|
||||
"version": "1.2.8",
|
||||
@@ -106,52 +63,6 @@
|
||||
],
|
||||
"time": "2019-06-17T15:19:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "consoletvs/charts",
|
||||
"version": "6.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ConsoleTVs/Charts.git",
|
||||
"reference": "63e8c604e65df77e8844527906ee80b53695e219"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/63e8c604e65df77e8844527906ee80b53695e219",
|
||||
"reference": "63e8c604e65df77e8844527906ee80b53695e219",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"balping/json-raw-encoder": "^1.0",
|
||||
"illuminate/console": "5.*",
|
||||
"illuminate/support": "5.*",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"ConsoleTVs\\Charts\\ChartsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ConsoleTVs\\Charts\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Èrik Campobadal Forés",
|
||||
"email": "soc@erik.cat"
|
||||
}
|
||||
],
|
||||
"description": "The laravel charting package",
|
||||
"time": "2019-04-21T13:30:11+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dnoegel/php-xdg-base-dir",
|
||||
"version": "0.1",
|
||||
@@ -574,58 +485,6 @@
|
||||
],
|
||||
"time": "2019-01-10T14:06:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fx3costa/laravelchartjs",
|
||||
"version": "2.5.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fxcosta/laravel-chartjs.git",
|
||||
"reference": "ab1b987e12c477be2408f77df8c0506be0e7848b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fxcosta/laravel-chartjs/zipball/ab1b987e12c477be2408f77df8c0506be0e7848b",
|
||||
"reference": "ab1b987e12c477be2408f77df8c0506be0e7848b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "~5.1",
|
||||
"php": ">=5.6.4"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Fx3costa\\LaravelChartJs\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Felix",
|
||||
"email": "fx3costa@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library",
|
||||
"keywords": [
|
||||
"chart",
|
||||
"chartjs",
|
||||
"fx3costa",
|
||||
"graphics",
|
||||
"laravel5",
|
||||
"reports"
|
||||
],
|
||||
"time": "2018-09-11T21:37:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
"version": "6.3.3",
|
||||
@@ -1014,16 +873,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.8.26",
|
||||
"version": "v5.8.27",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "1d8ec9afdedc79314c18715056b8143d7e1fac31"
|
||||
"reference": "f1dccffb96f614895393e27e4667105a05407af5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/1d8ec9afdedc79314c18715056b8143d7e1fac31",
|
||||
"reference": "1d8ec9afdedc79314c18715056b8143d7e1fac31",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/f1dccffb96f614895393e27e4667105a05407af5",
|
||||
"reference": "f1dccffb96f614895393e27e4667105a05407af5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1157,20 +1016,20 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2019-06-25T16:20:51+00:00"
|
||||
"time": "2019-07-02T13:43:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/horizon",
|
||||
"version": "v3.2.4",
|
||||
"version": "v3.2.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/horizon.git",
|
||||
"reference": "dab98e62eb3604e96dc5c7afcbb974999f187d4e"
|
||||
"reference": "03cfd34e84a83e537df1d640d196193e69c229b4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/dab98e62eb3604e96dc5c7afcbb974999f187d4e",
|
||||
"reference": "dab98e62eb3604e96dc5c7afcbb974999f187d4e",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/03cfd34e84a83e537df1d640d196193e69c229b4",
|
||||
"reference": "03cfd34e84a83e537df1d640d196193e69c229b4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1226,7 +1085,7 @@
|
||||
"laravel",
|
||||
"queue"
|
||||
],
|
||||
"time": "2019-06-25T15:20:03+00:00"
|
||||
"time": "2019-07-02T15:31:06+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/socialite",
|
||||
|
||||
1
vendor/balping/json-raw-encoder/.gitignore
vendored
1
vendor/balping/json-raw-encoder/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
vendor/
|
||||
674
vendor/balping/json-raw-encoder/LICENSE
vendored
674
vendor/balping/json-raw-encoder/LICENSE
vendored
@@ -1,674 +0,0 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<http://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
||||
102
vendor/balping/json-raw-encoder/README.md
vendored
102
vendor/balping/json-raw-encoder/README.md
vendored
@@ -1,102 +0,0 @@
|
||||
# Json Raw Encoder
|
||||
|
||||
Use this package to encode arrays to JSON with raw JS objects (eg. callbacks) in them.
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
composer require balping/json-raw-encoder
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
Suppose you need to pass a callback to a JSON object.
|
||||
|
||||
```php
|
||||
<?php
|
||||
$array = [
|
||||
'type' => 'cat',
|
||||
'count' => 42,
|
||||
'callback' => 'function(a){alert(a);}'
|
||||
];
|
||||
?>
|
||||
|
||||
<scrtip>
|
||||
let bar = <?php echo $json_encode($array); ?>
|
||||
bar.callback('hello'); //error
|
||||
</script>
|
||||
```
|
||||
|
||||
However, the above array will be encoded as
|
||||
|
||||
```json
|
||||
{"type":"cat","count":42,"callback":"function(a){alert(a);}"}
|
||||
```
|
||||
|
||||
On this object, you cannot call `callback()`, as `callback` is a string and not a function.
|
||||
|
||||
To get around this problem, use `Raw` objects provided by this package:
|
||||
|
||||
```php
|
||||
<?php
|
||||
use Balping\JsonRaw\Raw;
|
||||
use Balping\JsonRaw\Encoder;
|
||||
|
||||
$array = [
|
||||
'type' => 'cat',
|
||||
'count' => 42,
|
||||
'callback' => new Raw('function(a){alert(a);}')
|
||||
];
|
||||
?>
|
||||
|
||||
<scrtip>
|
||||
let bar = <?php echo Encoder::encode($array); ?>
|
||||
bar.callback('hello'); //prints hello
|
||||
</script>
|
||||
```
|
||||
|
||||
Now, the encoded JSON looks like this. Notice, that there are no parentheses around the function.
|
||||
|
||||
```js
|
||||
{"type":"cat","count":42,"callback":function(a){alert(a);}}
|
||||
```
|
||||
|
||||
Calling `bar.callback()` now works, as `callback` is a function and not a string.
|
||||
|
||||
## Using with third party libraries
|
||||
|
||||
It is possible that the serialisation is done by a library (eg. Fractal), and not by your code, i.e. you cannot replace `json_encode` with `Encoder::encode()`.
|
||||
|
||||
In this case, you can still pass callbacks to JSON, by passing the encoded json and an array of all raw objects to `Replacer::replace()`:
|
||||
|
||||
```php
|
||||
|
||||
use Balping\JsonRaw\Raw;
|
||||
use Balping\JsonRaw\Replacer;
|
||||
|
||||
$rawObjects = [];
|
||||
|
||||
$array = [
|
||||
'type' => 'cat',
|
||||
'count' => 42,
|
||||
'callback' => $rawObjects[] = new Raw('function(a){alert(a);}')
|
||||
];
|
||||
|
||||
// you cannot alter the behaviour of a third party encoder
|
||||
$encoded = $thirdParty->jsonEncode($array);
|
||||
|
||||
echo Replacer::replace($encoded, $rawObjects);
|
||||
```
|
||||
|
||||
Result:
|
||||
|
||||
```js
|
||||
{"type":"cat","count":42,"callback":function(a){alert(a);}}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
This package is licensed under GPLv3.
|
||||
30
vendor/balping/json-raw-encoder/composer.json
vendored
30
vendor/balping/json-raw-encoder/composer.json
vendored
@@ -1,30 +0,0 @@
|
||||
{
|
||||
"name": "balping/json-raw-encoder",
|
||||
"description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
|
||||
"keywords": ["json", "encode", "callback"],
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.1"
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Balázs Dura-Kovács"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Balping\\JsonRaw\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Balping\\JsonRaw\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
1474
vendor/balping/json-raw-encoder/composer.lock
generated
vendored
1474
vendor/balping/json-raw-encoder/composer.lock
generated
vendored
File diff suppressed because it is too large
Load Diff
17
vendor/balping/json-raw-encoder/phpunit.xml
vendored
17
vendor/balping/json-raw-encoder/phpunit.xml
vendored
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
bootstrap="vendor/autoload.php"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="false">
|
||||
<testsuites>
|
||||
<testsuite name="Package Test Suite">
|
||||
<directory suffix=".php">./tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
51
vendor/balping/json-raw-encoder/src/Encoder.php
vendored
51
vendor/balping/json-raw-encoder/src/Encoder.php
vendored
@@ -1,51 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Json Raw Encoder
|
||||
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||
Copyright (C) 2018 Balázs Dura-Kovács
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
namespace Balping\JsonRaw;
|
||||
|
||||
class Encoder {
|
||||
/**
|
||||
* Encode array containing Raw objects to JSON
|
||||
*
|
||||
* @see json_encode
|
||||
*
|
||||
* @param mixed $value
|
||||
* @param int $options
|
||||
* @param int $depth [optional]
|
||||
* @return string|false
|
||||
*/
|
||||
static function encode($value, ...$args){
|
||||
$rawObjects = [];
|
||||
|
||||
// find raw object items in the input array
|
||||
array_walk_recursive($value, function($item) use (&$rawObjects){
|
||||
if(is_object($item) && is_a($item, Raw::class)){
|
||||
$rawObjects[] = &$item;
|
||||
}
|
||||
});
|
||||
|
||||
$encoded = json_encode($value, ...$args);
|
||||
|
||||
return Replacer::replace($encoded, $rawObjects);
|
||||
}
|
||||
}
|
||||
57
vendor/balping/json-raw-encoder/src/Raw.php
vendored
57
vendor/balping/json-raw-encoder/src/Raw.php
vendored
@@ -1,57 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Json Raw Encoder
|
||||
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||
Copyright (C) 2018 Balázs Dura-Kovács
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
namespace Balping\JsonRaw;
|
||||
|
||||
class Raw implements \JsonSerializable {
|
||||
/**
|
||||
* Unique identifier. Gets replaced with raw value
|
||||
* after using built-in json_encode
|
||||
* @var string
|
||||
*/
|
||||
protected $id;
|
||||
|
||||
/**
|
||||
* Raw value. This is passed to json without any modification
|
||||
* (i.e. without escaping, etc.)
|
||||
* @var string
|
||||
*/
|
||||
protected $value;
|
||||
|
||||
public function __construct(string $value){
|
||||
$this->value = $value;
|
||||
$this->id = bin2hex(random_bytes(20));
|
||||
}
|
||||
|
||||
public function getId(){
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function getValue(){
|
||||
return $this->value;
|
||||
}
|
||||
|
||||
public function jsonSerialize(){
|
||||
return $this->getId();
|
||||
}
|
||||
}
|
||||
48
vendor/balping/json-raw-encoder/src/Replacer.php
vendored
48
vendor/balping/json-raw-encoder/src/Replacer.php
vendored
@@ -1,48 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Json Raw Encoder
|
||||
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||
Copyright (C) 2018 Balázs Dura-Kovács
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
namespace Balping\JsonRaw;
|
||||
|
||||
class Replacer {
|
||||
/**
|
||||
* Replace unique ids with raw values in an encoded json
|
||||
*
|
||||
* @param string $json encoded json
|
||||
* @param array $rawObjects
|
||||
* @return string
|
||||
*/
|
||||
static function replace(string $json, array $rawObjects){
|
||||
$encoded = &$json;
|
||||
|
||||
// replace unique strings with raw values
|
||||
foreach ($rawObjects as $rawObject) {
|
||||
$encoded = str_replace(
|
||||
'"'. $rawObject->getId() . '"',
|
||||
$rawObject->getValue(),
|
||||
$encoded
|
||||
);
|
||||
}
|
||||
|
||||
return $encoded;
|
||||
}
|
||||
}
|
||||
@@ -1,58 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Json Raw Encoder
|
||||
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||
Copyright (C) 2018 Balázs Dura-Kovács
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
namespace Balping\JsonRaw\Tests;
|
||||
|
||||
use Balping\JsonRaw\Raw;
|
||||
use Balping\JsonRaw\Encoder;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
||||
class RawEncoderTest extends TestCase {
|
||||
|
||||
/** @test */
|
||||
public function callbacks_can_be_passed(){
|
||||
$array = [
|
||||
"a" => "string",
|
||||
"b" => 42,
|
||||
"callback" => new Raw(<<<'JS'
|
||||
function(a){
|
||||
console.log(a);
|
||||
}
|
||||
JS
|
||||
)
|
||||
];
|
||||
|
||||
$json = Encoder::encode($array);
|
||||
|
||||
$this->assertEquals(<<<'JSON'
|
||||
{"a":"string","b":42,"callback":function(a){
|
||||
console.log(a);
|
||||
}}
|
||||
JSON
|
||||
, $json);
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,63 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
||||
Json Raw Encoder
|
||||
Encode arrays to json with raw JS objects (eg. callbacks) in them
|
||||
Copyright (C) 2018 Balázs Dura-Kovács
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
namespace Balping\JsonRaw\Tests;
|
||||
|
||||
use Balping\JsonRaw\Raw;
|
||||
use Balping\JsonRaw\Replacer;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
||||
class ReplacerTest extends TestCase {
|
||||
|
||||
/** @test */
|
||||
public function callbacks_can_be_passed(){
|
||||
$jsObjects = [];
|
||||
|
||||
$array = [
|
||||
"a" => "string",
|
||||
"b" => 42,
|
||||
"callback" => $jsObjects[] = new Raw(<<<'JS'
|
||||
function(a){
|
||||
console.log(a);
|
||||
}
|
||||
JS
|
||||
)
|
||||
];
|
||||
|
||||
// imagine this being a vendor function in library
|
||||
$json = json_encode($array);
|
||||
|
||||
$json = Replacer::replace($json, $jsObjects);
|
||||
|
||||
$this->assertEquals(<<<'JSON'
|
||||
{"a":"string","b":42,"callback":function(a){
|
||||
console.log(a);
|
||||
}}
|
||||
JSON
|
||||
, $json);
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
33
vendor/composer/autoload_classmap.php
vendored
33
vendor/composer/autoload_classmap.php
vendored
@@ -123,9 +123,6 @@ return array(
|
||||
'App\\Providers\\RouteServiceProvider' => $baseDir . '/app/Providers/RouteServiceProvider.php',
|
||||
'App\\Traits\\EveOAuth' => $baseDir . '/app/Traits/EveOAuth.php',
|
||||
'AvailableUserPermissions' => $baseDir . '/database/seeds/AvailableUserPermissions.php',
|
||||
'Balping\\JsonRaw\\Encoder' => $vendorDir . '/balping/json-raw-encoder/src/Encoder.php',
|
||||
'Balping\\JsonRaw\\Raw' => $vendorDir . '/balping/json-raw-encoder/src/Raw.php',
|
||||
'Balping\\JsonRaw\\Replacer' => $vendorDir . '/balping/json-raw-encoder/src/Replacer.php',
|
||||
'BeyondCode\\DumpServer\\DumpServerCommand' => $vendorDir . '/beyondcode/laravel-dump-server/src/DumpServerCommand.php',
|
||||
'BeyondCode\\DumpServer\\DumpServerServiceProvider' => $vendorDir . '/beyondcode/laravel-dump-server/src/DumpServerServiceProvider.php',
|
||||
'BeyondCode\\DumpServer\\Dumper' => $vendorDir . '/beyondcode/laravel-dump-server/src/Dumper.php',
|
||||
@@ -164,34 +161,6 @@ return array(
|
||||
'Collective\\Html\\HtmlFacade' => $vendorDir . '/laravelcollective/html/src/HtmlFacade.php',
|
||||
'Collective\\Html\\HtmlServiceProvider' => $vendorDir . '/laravelcollective/html/src/HtmlServiceProvider.php',
|
||||
'ConfigTableSeeder' => $baseDir . '/database/seeds/ConfigTableSeeder.php',
|
||||
'ConsoleTVs\\Charts\\ChartsServiceProvider' => $vendorDir . '/consoletvs/charts/src/ChartsServiceProvider.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\BaseChart' => $vendorDir . '/consoletvs/charts/src/Classes/BaseChart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\C3\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/C3/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\C3\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/C3/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Chartjs/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Chartjs/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\DatasetClass' => $vendorDir . '/consoletvs/charts/src/Classes/DatasetClass.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Echarts\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Echarts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Echarts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Echarts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Frappe\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Frappe/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Frappe\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Frappe/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Fusioncharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Fusioncharts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Classes/Highcharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Classes/Highcharts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Commands\\ChartsCommand' => $vendorDir . '/consoletvs/charts/src/Commands/ChartsCommand.php',
|
||||
'ConsoleTVs\\Charts\\Features\\C3\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/C3/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\C3\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/C3/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Chartjs\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Chartjs/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Chartjs\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Chartjs/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Echarts\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Echarts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Echarts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Echarts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Frappe\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Frappe/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Frappe\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Frappe/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Fusioncharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Fusioncharts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Highcharts\\Chart' => $vendorDir . '/consoletvs/charts/src/Features/Highcharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Highcharts\\Dataset' => $vendorDir . '/consoletvs/charts/src/Features/Highcharts/Dataset.php',
|
||||
'Cron\\AbstractField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/AbstractField.php',
|
||||
'Cron\\CronExpression' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/CronExpression.php',
|
||||
'Cron\\DayOfMonthField' => $vendorDir . '/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php',
|
||||
@@ -765,8 +734,6 @@ return array(
|
||||
'Faker\\ValidGenerator' => $vendorDir . '/fzaninotto/faker/src/Faker/ValidGenerator.php',
|
||||
'Fideloper\\Proxy\\TrustProxies' => $vendorDir . '/fideloper/proxy/src/TrustProxies.php',
|
||||
'Fideloper\\Proxy\\TrustedProxyServiceProvider' => $vendorDir . '/fideloper/proxy/src/TrustedProxyServiceProvider.php',
|
||||
'Fx3costa\\LaravelChartJs\\Builder' => $vendorDir . '/fx3costa/laravelchartjs/src/Builder.php',
|
||||
'Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider' => $vendorDir . '/fx3costa/laravelchartjs/src/Providers/ChartjsServiceProvider.php',
|
||||
'GuzzleHttp\\Client' => $vendorDir . '/guzzlehttp/guzzle/src/Client.php',
|
||||
'GuzzleHttp\\ClientInterface' => $vendorDir . '/guzzlehttp/guzzle/src/ClientInterface.php',
|
||||
'GuzzleHttp\\Cookie\\CookieJar' => $vendorDir . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',
|
||||
|
||||
3
vendor/composer/autoload_psr4.php
vendored
3
vendor/composer/autoload_psr4.php
vendored
@@ -58,7 +58,6 @@ return array(
|
||||
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
||||
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'),
|
||||
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'),
|
||||
'Fx3costa\\LaravelChartJs\\' => array($vendorDir . '/fx3costa/laravelchartjs/src'),
|
||||
'Fideloper\\Proxy\\' => array($vendorDir . '/fideloper/proxy/src'),
|
||||
'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
|
||||
'Egulias\\EmailValidator\\' => array($vendorDir . '/egulias/email-validator/EmailValidator'),
|
||||
@@ -68,11 +67,9 @@ return array(
|
||||
'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
|
||||
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
|
||||
'Cron\\' => array($vendorDir . '/dragonmantank/cron-expression/src/Cron'),
|
||||
'ConsoleTVs\\Charts\\' => array($vendorDir . '/consoletvs/charts/src'),
|
||||
'Collective\\Html\\' => array($vendorDir . '/laravelcollective/html/src'),
|
||||
'Cake\\Chronos\\' => array($vendorDir . '/cakephp/chronos/src'),
|
||||
'BeyondCode\\DumpServer\\' => array($vendorDir . '/beyondcode/laravel-dump-server/src'),
|
||||
'Balping\\JsonRaw\\' => array($vendorDir . '/balping/json-raw-encoder/src'),
|
||||
'App\\' => array($baseDir . '/app'),
|
||||
'' => array($vendorDir . '/nesbot/carbon/src'),
|
||||
);
|
||||
|
||||
48
vendor/composer/autoload_static.php
vendored
48
vendor/composer/autoload_static.php
vendored
@@ -130,7 +130,6 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
),
|
||||
'F' =>
|
||||
array (
|
||||
'Fx3costa\\LaravelChartJs\\' => 24,
|
||||
'Fideloper\\Proxy\\' => 16,
|
||||
'Faker\\' => 6,
|
||||
),
|
||||
@@ -149,14 +148,12 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
'C' =>
|
||||
array (
|
||||
'Cron\\' => 5,
|
||||
'ConsoleTVs\\Charts\\' => 18,
|
||||
'Collective\\Html\\' => 16,
|
||||
'Cake\\Chronos\\' => 13,
|
||||
),
|
||||
'B' =>
|
||||
array (
|
||||
'BeyondCode\\DumpServer\\' => 22,
|
||||
'Balping\\JsonRaw\\' => 16,
|
||||
),
|
||||
'A' =>
|
||||
array (
|
||||
@@ -375,10 +372,6 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/guzzlehttp/guzzle/src',
|
||||
),
|
||||
'Fx3costa\\LaravelChartJs\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/fx3costa/laravelchartjs/src',
|
||||
),
|
||||
'Fideloper\\Proxy\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/fideloper/proxy/src',
|
||||
@@ -415,10 +408,6 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron',
|
||||
),
|
||||
'ConsoleTVs\\Charts\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/consoletvs/charts/src',
|
||||
),
|
||||
'Collective\\Html\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravelcollective/html/src',
|
||||
@@ -431,10 +420,6 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src',
|
||||
),
|
||||
'Balping\\JsonRaw\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/balping/json-raw-encoder/src',
|
||||
),
|
||||
'App\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/app',
|
||||
@@ -591,9 +576,6 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
'App\\Providers\\RouteServiceProvider' => __DIR__ . '/../..' . '/app/Providers/RouteServiceProvider.php',
|
||||
'App\\Traits\\EveOAuth' => __DIR__ . '/../..' . '/app/Traits/EveOAuth.php',
|
||||
'AvailableUserPermissions' => __DIR__ . '/../..' . '/database/seeds/AvailableUserPermissions.php',
|
||||
'Balping\\JsonRaw\\Encoder' => __DIR__ . '/..' . '/balping/json-raw-encoder/src/Encoder.php',
|
||||
'Balping\\JsonRaw\\Raw' => __DIR__ . '/..' . '/balping/json-raw-encoder/src/Raw.php',
|
||||
'Balping\\JsonRaw\\Replacer' => __DIR__ . '/..' . '/balping/json-raw-encoder/src/Replacer.php',
|
||||
'BeyondCode\\DumpServer\\DumpServerCommand' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/DumpServerCommand.php',
|
||||
'BeyondCode\\DumpServer\\DumpServerServiceProvider' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/DumpServerServiceProvider.php',
|
||||
'BeyondCode\\DumpServer\\Dumper' => __DIR__ . '/..' . '/beyondcode/laravel-dump-server/src/Dumper.php',
|
||||
@@ -632,34 +614,6 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
'Collective\\Html\\HtmlFacade' => __DIR__ . '/..' . '/laravelcollective/html/src/HtmlFacade.php',
|
||||
'Collective\\Html\\HtmlServiceProvider' => __DIR__ . '/..' . '/laravelcollective/html/src/HtmlServiceProvider.php',
|
||||
'ConfigTableSeeder' => __DIR__ . '/../..' . '/database/seeds/ConfigTableSeeder.php',
|
||||
'ConsoleTVs\\Charts\\ChartsServiceProvider' => __DIR__ . '/..' . '/consoletvs/charts/src/ChartsServiceProvider.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\BaseChart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/BaseChart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\C3\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/C3/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\C3\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/C3/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Chartjs/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Chartjs\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Chartjs/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\DatasetClass' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/DatasetClass.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Echarts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Echarts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Echarts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Echarts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Frappe\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Frappe/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Frappe\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Frappe/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Fusioncharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Fusioncharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Fusioncharts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Highcharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Classes\\Highcharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Classes/Highcharts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Commands\\ChartsCommand' => __DIR__ . '/..' . '/consoletvs/charts/src/Commands/ChartsCommand.php',
|
||||
'ConsoleTVs\\Charts\\Features\\C3\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/C3/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\C3\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/C3/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Chartjs\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Chartjs/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Chartjs\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Chartjs/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Echarts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Echarts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Echarts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Echarts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Frappe\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Frappe/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Frappe\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Frappe/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Fusioncharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Fusioncharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Fusioncharts/Dataset.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Highcharts\\Chart' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Highcharts/Chart.php',
|
||||
'ConsoleTVs\\Charts\\Features\\Highcharts\\Dataset' => __DIR__ . '/..' . '/consoletvs/charts/src/Features/Highcharts/Dataset.php',
|
||||
'Cron\\AbstractField' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/AbstractField.php',
|
||||
'Cron\\CronExpression' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/CronExpression.php',
|
||||
'Cron\\DayOfMonthField' => __DIR__ . '/..' . '/dragonmantank/cron-expression/src/Cron/DayOfMonthField.php',
|
||||
@@ -1233,8 +1187,6 @@ class ComposerStaticInitc3f953f8a7291d41a76e1664339777c9
|
||||
'Faker\\ValidGenerator' => __DIR__ . '/..' . '/fzaninotto/faker/src/Faker/ValidGenerator.php',
|
||||
'Fideloper\\Proxy\\TrustProxies' => __DIR__ . '/..' . '/fideloper/proxy/src/TrustProxies.php',
|
||||
'Fideloper\\Proxy\\TrustedProxyServiceProvider' => __DIR__ . '/..' . '/fideloper/proxy/src/TrustedProxyServiceProvider.php',
|
||||
'Fx3costa\\LaravelChartJs\\Builder' => __DIR__ . '/..' . '/fx3costa/laravelchartjs/src/Builder.php',
|
||||
'Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider' => __DIR__ . '/..' . '/fx3costa/laravelchartjs/src/Providers/ChartjsServiceProvider.php',
|
||||
'GuzzleHttp\\Client' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Client.php',
|
||||
'GuzzleHttp\\ClientInterface' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/ClientInterface.php',
|
||||
'GuzzleHttp\\Cookie\\CookieJar' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/Cookie/CookieJar.php',
|
||||
|
||||
171
vendor/composer/installed.json
vendored
171
vendor/composer/installed.json
vendored
@@ -1,49 +1,4 @@
|
||||
[
|
||||
{
|
||||
"name": "balping/json-raw-encoder",
|
||||
"version": "v1.0.0",
|
||||
"version_normalized": "1.0.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/balping/json-raw-encoder.git",
|
||||
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/balping/json-raw-encoder/zipball/c404b7fc0e04ddf5d298e53105c5fc306f523195",
|
||||
"reference": "c404b7fc0e04ddf5d298e53105c5fc306f523195",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.1"
|
||||
},
|
||||
"time": "2018-05-04T15:38:02+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Balping\\JsonRaw\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"GPL-3.0-only"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Balázs Dura-Kovács"
|
||||
}
|
||||
],
|
||||
"description": "Encode arrays to json with raw JS objects (eg. callbacks) in them",
|
||||
"keywords": [
|
||||
"callback",
|
||||
"encode",
|
||||
"json"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "beyondcode/laravel-dump-server",
|
||||
"version": "1.2.2",
|
||||
@@ -166,54 +121,6 @@
|
||||
"time"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "consoletvs/charts",
|
||||
"version": "6.5.0",
|
||||
"version_normalized": "6.5.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ConsoleTVs/Charts.git",
|
||||
"reference": "63e8c604e65df77e8844527906ee80b53695e219"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ConsoleTVs/Charts/zipball/63e8c604e65df77e8844527906ee80b53695e219",
|
||||
"reference": "63e8c604e65df77e8844527906ee80b53695e219",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"balping/json-raw-encoder": "^1.0",
|
||||
"illuminate/console": "5.*",
|
||||
"illuminate/support": "5.*",
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"time": "2019-04-21T13:30:11+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"ConsoleTVs\\Charts\\ChartsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ConsoleTVs\\Charts\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Èrik Campobadal Forés",
|
||||
"email": "soc@erik.cat"
|
||||
}
|
||||
],
|
||||
"description": "The laravel charting package"
|
||||
},
|
||||
{
|
||||
"name": "dnoegel/php-xdg-base-dir",
|
||||
"version": "0.1",
|
||||
@@ -773,60 +680,6 @@
|
||||
"whoops"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fx3costa/laravelchartjs",
|
||||
"version": "2.5.1",
|
||||
"version_normalized": "2.5.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fxcosta/laravel-chartjs.git",
|
||||
"reference": "ab1b987e12c477be2408f77df8c0506be0e7848b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fxcosta/laravel-chartjs/zipball/ab1b987e12c477be2408f77df8c0506be0e7848b",
|
||||
"reference": "ab1b987e12c477be2408f77df8c0506be0e7848b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "~5.1",
|
||||
"php": ">=5.6.4"
|
||||
},
|
||||
"time": "2018-09-11T21:37:47+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Fx3costa\\LaravelChartJs\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Felix",
|
||||
"email": "fx3costa@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library",
|
||||
"keywords": [
|
||||
"chart",
|
||||
"chartjs",
|
||||
"fx3costa",
|
||||
"graphics",
|
||||
"laravel5",
|
||||
"reports"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "fzaninotto/faker",
|
||||
"version": "v1.8.0",
|
||||
@@ -1331,17 +1184,17 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.8.26",
|
||||
"version_normalized": "5.8.26.0",
|
||||
"version": "v5.8.27",
|
||||
"version_normalized": "5.8.27.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "1d8ec9afdedc79314c18715056b8143d7e1fac31"
|
||||
"reference": "f1dccffb96f614895393e27e4667105a05407af5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/1d8ec9afdedc79314c18715056b8143d7e1fac31",
|
||||
"reference": "1d8ec9afdedc79314c18715056b8143d7e1fac31",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/f1dccffb96f614895393e27e4667105a05407af5",
|
||||
"reference": "f1dccffb96f614895393e27e4667105a05407af5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1444,7 +1297,7 @@
|
||||
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
|
||||
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
|
||||
},
|
||||
"time": "2019-06-25T16:20:51+00:00",
|
||||
"time": "2019-07-02T13:43:47+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@@ -1480,17 +1333,17 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/horizon",
|
||||
"version": "v3.2.4",
|
||||
"version_normalized": "3.2.4.0",
|
||||
"version": "v3.2.5",
|
||||
"version_normalized": "3.2.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/horizon.git",
|
||||
"reference": "dab98e62eb3604e96dc5c7afcbb974999f187d4e"
|
||||
"reference": "03cfd34e84a83e537df1d640d196193e69c229b4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/dab98e62eb3604e96dc5c7afcbb974999f187d4e",
|
||||
"reference": "dab98e62eb3604e96dc5c7afcbb974999f187d4e",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/03cfd34e84a83e537df1d640d196193e69c229b4",
|
||||
"reference": "03cfd34e84a83e537df1d640d196193e69c229b4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1512,7 +1365,7 @@
|
||||
"orchestra/testbench": "^3.7",
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"time": "2019-06-25T15:20:03+00:00",
|
||||
"time": "2019-07-02T15:31:06+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
2
vendor/consoletvs/charts/.gitattributes
vendored
2
vendor/consoletvs/charts/.gitattributes
vendored
@@ -1,2 +0,0 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
1
vendor/consoletvs/charts/.gitignore
vendored
1
vendor/consoletvs/charts/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
.DS_Store
|
||||
21
vendor/consoletvs/charts/LICENSE
vendored
21
vendor/consoletvs/charts/LICENSE
vendored
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) Èrik Campobadal Forés <soc@erik.cat>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
28
vendor/consoletvs/charts/README.md
vendored
28
vendor/consoletvs/charts/README.md
vendored
@@ -1,28 +0,0 @@
|
||||
<p align="center"><a href="https://charts.erik.cat"><img src="https://i.gyazo.com/b33ab534d6fdfa7d4eba2abd91a155c3.png"></a></p>
|
||||
<p align="center">
|
||||
<a href="https://styleci.io/repos/69124179"><img src="https://styleci.io/repos/69124179/shield?branch=master&style=flat" alt="StyleCI Status"></a>
|
||||
<a class="badge-align" href="https://www.codacy.com/app/consoletvs/Charts?utm_source=github.com&utm_medium=referral&utm_content=ConsoleTVs/Charts&utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/b96ce6dd50de4a69ba191336a04a59e5"/></a>
|
||||
<a href="https://styleci.io/repos/69124179"><img src="https://img.shields.io/badge/Built_for-Laravel-orange.svg" alt="Build For Laravel"></a>
|
||||
<a href="https://packagist.org/packages/consoletvs/charts"><img src="https://poser.pugx.org/consoletvs/charts/d/total.svg" alt="Total Downloads"></a>
|
||||
<a href="https://packagist.org/packages/consoletvs/charts"><img src="https://poser.pugx.org/consoletvs/charts/v/stable.svg" alt="Latest Stable Version"></a>
|
||||
<a href="https://packagist.org/packages/consoletvs/charts"><img src="https://poser.pugx.org/consoletvs/charts/license.svg" alt="License"></a>
|
||||
</p>
|
||||
|
||||
## What is charts?
|
||||
|
||||
Charts is a PHP (Laravel) library to handle all the charts in your application. It supports multiple
|
||||
charting libraries and they allow to be loaded over AJAX with a nice loading animation.
|
||||
|
||||
It uses a simple API to create all the JS logic for you. You just need to write a few PHP lines :)
|
||||
|
||||
## Documentation
|
||||
|
||||
The documentation for the latest version of charts can be found here by pressing the image below.
|
||||
|
||||
<p align="center"><a href="https://charts.erik.cat"><img height="250" src="https://i.imgur.com/F0PDyYE.png"></a></p>
|
||||
|
||||
## Example screenshot
|
||||
|
||||
A sample screenshot of a chartjs chart created using Charts.
|
||||
|
||||
<p align="center"><img src="https://image.prntscr.com/image/FDJCr7ywShKMUlFitEc_Ww.png"></p>
|
||||
31
vendor/consoletvs/charts/composer.json
vendored
31
vendor/consoletvs/charts/composer.json
vendored
@@ -1,31 +0,0 @@
|
||||
{
|
||||
"name": "consoletvs/charts",
|
||||
"description": "The laravel charting package",
|
||||
"license": "MIT",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
"illuminate/support": "5.*",
|
||||
"illuminate/console": "5.*",
|
||||
"balping/json-raw-encoder": "^1.0"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Èrik Campobadal Forés ",
|
||||
"email": "soc@erik.cat"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ConsoleTVs\\Charts\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"ConsoleTVs\\Charts\\ChartsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
@@ -1,46 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts;
|
||||
|
||||
use Illuminate\Routing\Router;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class ChartsServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
* Bootstrap the application services.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot(Router $router)
|
||||
{
|
||||
$this->publishes([
|
||||
__DIR__.'/Config/charts.php' => config_path('charts.php'),
|
||||
], 'charts_config');
|
||||
|
||||
$this->loadViewsFrom(__DIR__.'/Views', 'charts');
|
||||
|
||||
$this->publishes([
|
||||
__DIR__.'/Views' => resource_path('views/vendor/charts'),
|
||||
]);
|
||||
|
||||
if ($this->app->runningInConsole()) {
|
||||
$this->commands([
|
||||
\ConsoleTVs\Charts\Commands\ChartsCommand::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Register the application services.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
$this->mergeConfigFrom(
|
||||
__DIR__.'/Config/charts.php',
|
||||
'charts'
|
||||
);
|
||||
}
|
||||
}
|
||||
542
vendor/consoletvs/charts/src/Classes/BaseChart.php
vendored
542
vendor/consoletvs/charts/src/Classes/BaseChart.php
vendored
@@ -1,542 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes;
|
||||
|
||||
use Balping\JsonRaw\Encoder;
|
||||
use Balping\JsonRaw\Raw;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Facades\View;
|
||||
|
||||
class BaseChart
|
||||
{
|
||||
/**
|
||||
* Stores the chart ID.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $id;
|
||||
|
||||
/**
|
||||
* Stores the chart datasets.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $datasets = [];
|
||||
|
||||
/**
|
||||
* Stores the dataset class to be used.
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
protected $dataset = DatasetClass::class;
|
||||
|
||||
/**
|
||||
* Stores the chart labels.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $labels = [];
|
||||
|
||||
/**
|
||||
* Stores the chart container.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $container = '';
|
||||
|
||||
/**
|
||||
* Stores the chart options.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $options = [];
|
||||
|
||||
/**
|
||||
* Stores the plugins options.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $plugins = [];
|
||||
|
||||
/**
|
||||
* Stores the plugin views.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $pluginsViews = [];
|
||||
|
||||
/**
|
||||
* Stores the chart script.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $script = '';
|
||||
|
||||
/**
|
||||
* Stores the chart type.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $type = '';
|
||||
|
||||
/**
|
||||
* Stores the API url if the chart is loaded over API.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $api_url = '';
|
||||
|
||||
/**
|
||||
* Determines if the loader is show.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public $loader = true;
|
||||
|
||||
/**
|
||||
* Determines if the loader color.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $loaderColor = '#22292F';
|
||||
|
||||
/**
|
||||
* Stores the height of the chart.
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public $height = 400;
|
||||
|
||||
/**
|
||||
* Stores the width of the chart.
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public $width = null;
|
||||
|
||||
/**
|
||||
* Stores the available chart letters to create the ID.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $scriptAttributes = [
|
||||
'type' => 'text/javascript',
|
||||
];
|
||||
|
||||
/**
|
||||
* Stores the available chart letters to create the ID.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private $chartLetters = 'abcdefghijklmnopqrstuvwxyz';
|
||||
|
||||
/**
|
||||
* Chart constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->id = substr(str_shuffle(str_repeat($x = $this->chartLetters, ceil(25 / strlen($x)))), 1, 25);
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds a new dataset to the chart.
|
||||
*
|
||||
* @param string $name
|
||||
* @param array|Collection $data
|
||||
*/
|
||||
public function dataset(string $name, string $type, $data)
|
||||
{
|
||||
if ($data instanceof Collection) {
|
||||
$data = $data->toArray();
|
||||
}
|
||||
|
||||
$dataset = new $this->dataset($name, $type, $data);
|
||||
|
||||
array_push($this->datasets, $dataset);
|
||||
|
||||
return $dataset;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart labels.
|
||||
*
|
||||
* @param array|Collection $labels
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function labels($labels)
|
||||
{
|
||||
if ($labels instanceof Collection) {
|
||||
$labels = $labels->toArray();
|
||||
}
|
||||
|
||||
$this->labels = $labels;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart options.
|
||||
*
|
||||
* @param array|Collection $options
|
||||
* @param bool $overwrite
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function options($options, bool $overwrite = false)
|
||||
{
|
||||
if (!empty($options['plugins'])) {
|
||||
$options['plugins'] = new Raw(trim(preg_replace('/\s\s+/', ' ', $options['plugins'])));
|
||||
}
|
||||
|
||||
if ($options instanceof Collection) {
|
||||
$options = $options->toArray();
|
||||
}
|
||||
if ($overwrite) {
|
||||
$this->options = $options;
|
||||
} else {
|
||||
$this->options = array_replace_recursive($this->options, $options);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the plugins options.
|
||||
*
|
||||
* @param array|Collection $options
|
||||
* @param bool $overwrite
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function plugins($plugins, bool $overwrite = true)
|
||||
{
|
||||
if ($plugins instanceof Collection) {
|
||||
$plugins = $plugins->toArray();
|
||||
}
|
||||
if ($overwrite) {
|
||||
$this->plugins = $plugins;
|
||||
} else {
|
||||
$this->plugins = array_replace_recursive($this->plugins, $plugins);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart container.
|
||||
*
|
||||
* @param string $container
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function container(string $container = null)
|
||||
{
|
||||
if (!$container) {
|
||||
return View::make($this->container, ['chart' => $this]);
|
||||
}
|
||||
|
||||
$this->container = $container;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart script.
|
||||
*
|
||||
* @param string $script
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function script(string $script = null)
|
||||
{
|
||||
if (count($this->datasets) == 0 && !$this->api_url) {
|
||||
throw new \Exception('No datasets provided, please provide at least one dataset to generate a chart');
|
||||
}
|
||||
|
||||
if (!$script) {
|
||||
return View::make($this->script, ['chart' => $this]);
|
||||
}
|
||||
|
||||
$this->script = $script;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart type.
|
||||
*
|
||||
* @param string $type
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function type(string $type)
|
||||
{
|
||||
$this->type = $type;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart height.
|
||||
*
|
||||
* @param int $height
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function height(int $height)
|
||||
{
|
||||
$this->height = $height;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart width.
|
||||
*
|
||||
* @param int $width
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function width(int $width)
|
||||
{
|
||||
$this->width = $width;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the type to be a correct output.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatType()
|
||||
{
|
||||
return $this->type ? $this->type : $this->datasets[0]->type;
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the labels to be a correct output.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatLabels()
|
||||
{
|
||||
return Encoder::encode($this->labels);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the chart options.
|
||||
*
|
||||
* @param bool $strict
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||
{
|
||||
if (!$strict && count($this->options) === 0) {
|
||||
return '';
|
||||
}
|
||||
|
||||
$options = Encoder::encode($this->options);
|
||||
|
||||
return $noBraces ? substr($options, 1, -1) : $options;
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the plugins options.
|
||||
*
|
||||
* @param bool $strict
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatPlugins(bool $strict = false, bool $noBraces = false)
|
||||
{
|
||||
if (!$strict && count($this->plugins) === 0) {
|
||||
return '';
|
||||
}
|
||||
|
||||
$plugins = str_replace('"', '', Encoder::encode($this->plugins));
|
||||
|
||||
return $noBraces ? substr($plugins, 1, -1) : $plugins;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use this to pass values to json without any modification
|
||||
* Useful for defining callbacks.
|
||||
*
|
||||
* @param string $value
|
||||
*
|
||||
* @return \Balping\JsonRaw\Raw
|
||||
*/
|
||||
public function rawObject(string $value)
|
||||
{
|
||||
return new Raw($value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset the chart options.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function reset()
|
||||
{
|
||||
return $this->options([], true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the datasets for the output.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatDatasets()
|
||||
{
|
||||
// This little boy was commented because it's not compatible
|
||||
// in laravel < 5.4
|
||||
//
|
||||
// return Collection::make($this->datasets)
|
||||
// ->each
|
||||
// ->matchValues(count($this->labels))
|
||||
// ->map
|
||||
// ->format($this->labels)
|
||||
// ->toJson();
|
||||
|
||||
return Encoder::encode(
|
||||
Collection::make($this->datasets)
|
||||
->each(function ($dataset) {
|
||||
$dataset->matchValues(count($this->labels));
|
||||
})
|
||||
->map(function ($dataset) {
|
||||
return $dataset->format($this->labels);
|
||||
})
|
||||
->toArray()
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Indicates that the chart information will be loaded over API.
|
||||
*
|
||||
* @param string $api_url
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function load(string $api_url)
|
||||
{
|
||||
$this->api_url = $api_url;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the chart should show a loader.
|
||||
*
|
||||
* @param bool $loader
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function loader(bool $loader)
|
||||
{
|
||||
$this->loader = $loader;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines the loader color.
|
||||
*
|
||||
* @param string $color
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function loaderColor(string $color)
|
||||
{
|
||||
$this->loaderColor = $color;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Alias for the formatDatasets() method.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function api()
|
||||
{
|
||||
return $this->formatDatasets();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets an HTML attribute the the script tag of the chart.
|
||||
*
|
||||
* @param string $key
|
||||
* @param string $value
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function setScriptAttribute(string $key, string $value)
|
||||
{
|
||||
$this->scriptAttributes[$key] = $value;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the string formatting of the script attributes.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function displayScriptAttributes(): string
|
||||
{
|
||||
$result = '';
|
||||
foreach ($this->scriptAttributes as $key => $value) {
|
||||
echo " {$key}=\"{$value}\"";
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the container options.
|
||||
*
|
||||
* @param string $type
|
||||
* @param bool $maxIfNull
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatContainerOptions(string $type = 'css', bool $maxIfNull = false)
|
||||
{
|
||||
$options = '';
|
||||
$height = ($maxIfNull && !$this->height) ? '100%' : $this->height;
|
||||
$width = ($maxIfNull && !$this->width) ? '100%' : $this->width;
|
||||
|
||||
switch ($type) {
|
||||
case 'css':
|
||||
$options .= " style='";
|
||||
(!$height) ?: $options .= "height: {$height}px !important;";
|
||||
(!$width) ?: $options .= "width: {$width}px !important;";
|
||||
$options .= "' ";
|
||||
break;
|
||||
case 'js':
|
||||
if ($height) {
|
||||
if (is_int($height)) {
|
||||
$options .= "height: {$height}, ";
|
||||
} else {
|
||||
$options .= "height: '{$height}', ";
|
||||
}
|
||||
}
|
||||
if ($width) {
|
||||
if (is_int($width)) {
|
||||
$options .= "width: {$width}, ";
|
||||
} else {
|
||||
$options .= "width: '{$width}', ";
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
(!$height) ?: $options .= " height='{$this->height}' ";
|
||||
(!$this->width) ?: $options .= " width='{$this->width}' ";
|
||||
}
|
||||
|
||||
return $options;
|
||||
}
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\C3;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||
use ConsoleTVs\Charts\Features\C3\Chart as ChartFeatures;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class Chart extends BaseChart
|
||||
{
|
||||
use ChartFeatures;
|
||||
|
||||
/**
|
||||
* C3 dataset class.
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
public $dataset = Dataset::class;
|
||||
|
||||
/**
|
||||
* Initiates the C3 Line Chart.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->container = 'charts::c3.container';
|
||||
$this->script = 'charts::c3.script';
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the datasets.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function formatDatasets()
|
||||
{
|
||||
$datasets = Collection::make($this->datasets);
|
||||
|
||||
return json_encode([
|
||||
'columns' => Collection::make($this->datasets)
|
||||
->each(function ($dataset) {
|
||||
$dataset->matchValues(count($this->labels));
|
||||
})
|
||||
->map(function ($dataset) {
|
||||
return $dataset->format($this->labels);
|
||||
})
|
||||
->toArray(),
|
||||
'type' => $datasets->first()->type,
|
||||
'types' => $datasets->mapWithKeys(function ($d) {
|
||||
return [$d->name => $d->type];
|
||||
})->toArray(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\C3;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||
use ConsoleTVs\Charts\Features\C3\Dataset as DatasetFeatures;
|
||||
|
||||
class Dataset extends DatasetClass
|
||||
{
|
||||
use DatasetFeatures;
|
||||
|
||||
/**
|
||||
* Creates a new dataset with the given values.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $type
|
||||
* @param array $values
|
||||
*/
|
||||
public function __construct(string $name, string $type, array $values)
|
||||
{
|
||||
parent::__construct($name, $type, $values);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the dataset for chartjs.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function format()
|
||||
{
|
||||
return array_merge([$this->name], $this->values);
|
||||
}
|
||||
}
|
||||
@@ -1,45 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Chartjs;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||
use ConsoleTVs\Charts\Features\Chartjs\Chart as ChartFeatures;
|
||||
|
||||
class Chart extends BaseChart
|
||||
{
|
||||
use ChartFeatures;
|
||||
|
||||
/**
|
||||
* Chartjs dataset class.
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
public $dataset = Dataset::class;
|
||||
|
||||
/**
|
||||
* Initiates the Chartjs Line Chart.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->container = 'charts::chartjs.container';
|
||||
$this->script = 'charts::chartjs.script';
|
||||
|
||||
return $this->options([
|
||||
'maintainAspectRatio' => false,
|
||||
'scales' => [
|
||||
'xAxes' => [],
|
||||
'yAxes' => [
|
||||
[
|
||||
'ticks' => [
|
||||
'beginAtZero' => true,
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Chartjs;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||
use ConsoleTVs\Charts\Features\Chartjs\Dataset as DatasetFeatures;
|
||||
|
||||
class Dataset extends DatasetClass
|
||||
{
|
||||
use DatasetFeatures;
|
||||
|
||||
/**
|
||||
* Creates a new dataset with the given values.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $type
|
||||
* @param array $values
|
||||
*/
|
||||
public function __construct(string $name, string $type, array $values)
|
||||
{
|
||||
parent::__construct($name, $type, $values);
|
||||
|
||||
$this->options([
|
||||
'borderWidth' => 2,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the dataset for chartjs.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function format()
|
||||
{
|
||||
return array_merge($this->options, [
|
||||
'data' => $this->values,
|
||||
'label' => $this->name,
|
||||
'type' => $this->type,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,129 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class DatasetClass
|
||||
{
|
||||
/**
|
||||
* Defines the name of the dataset.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $name = 'Undefined';
|
||||
|
||||
/**
|
||||
* Defines the dataset type.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $type = '';
|
||||
|
||||
/**
|
||||
* Stores the dataset values.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $values = [];
|
||||
|
||||
/**
|
||||
* Stores the dataset options.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $options = [];
|
||||
|
||||
/**
|
||||
* Defines the undefined color.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $undefinedColor = '#22292F';
|
||||
|
||||
/**
|
||||
* Creates a new dataset with the given values.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $type
|
||||
* @param array $values
|
||||
*/
|
||||
public function __construct(string $name, string $type, array $values)
|
||||
{
|
||||
$this->name = $name;
|
||||
$this->type = $type;
|
||||
$this->values = $values;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the dataset type.
|
||||
*
|
||||
* @param string $type
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function type(string $type)
|
||||
{
|
||||
$this->type = $type;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the dataset values.
|
||||
*
|
||||
* @param array|Collection $values
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function values($values)
|
||||
{
|
||||
if ($values instanceof Collection) {
|
||||
$values = $values->toArray();
|
||||
}
|
||||
|
||||
$this->values = $values;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the dataset options.
|
||||
*
|
||||
* @param array|Collection $options
|
||||
* @param bool $overwrite
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function options($options, bool $overwrite = false)
|
||||
{
|
||||
if ($overwrite) {
|
||||
$this->options = $options;
|
||||
} else {
|
||||
$this->options = array_replace_recursive($this->options, $options);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Matches the values of the dataset with the given number.
|
||||
*
|
||||
* @param int $values
|
||||
* @param bool $strict
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function matchValues(int $values, bool $strict = false)
|
||||
{
|
||||
while (count($this->values) < $values) {
|
||||
array_push($this->values, 0);
|
||||
}
|
||||
|
||||
if ($strict) {
|
||||
$this->values = array_slice($this->values, 0, $values);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,69 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Echarts;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||
use ConsoleTVs\Charts\Features\Echarts\Chart as ChartFeatures;
|
||||
|
||||
class Chart extends BaseChart
|
||||
{
|
||||
use ChartFeatures;
|
||||
|
||||
/**
|
||||
* Chartjs dataset class.
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
public $dataset = Dataset::class;
|
||||
|
||||
/**
|
||||
* Store the theme for the chart.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $theme = 'default';
|
||||
|
||||
/**
|
||||
* Initiates the Chartjs Line Chart.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->container = 'charts::echarts.container';
|
||||
$this->script = 'charts::echarts.script';
|
||||
|
||||
return $this->options([
|
||||
'legend' => [
|
||||
'show' => true,
|
||||
],
|
||||
'tooltip' => [
|
||||
'show' => true,
|
||||
],
|
||||
'xAxis' => [
|
||||
'show' => true,
|
||||
],
|
||||
'yAxis' => [
|
||||
'show' => true,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the options.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||
{
|
||||
$this->options([
|
||||
'xAxis' => [
|
||||
'data' => json_decode($this->formatLabels()),
|
||||
],
|
||||
]);
|
||||
|
||||
return parent::formatOptions($strict, $noBraces);
|
||||
}
|
||||
}
|
||||
@@ -1,67 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Echarts;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||
use ConsoleTVs\Charts\Features\Echarts\Dataset as DatasetFeatures;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class Dataset extends DatasetClass
|
||||
{
|
||||
use DatasetFeatures;
|
||||
|
||||
/**
|
||||
* Store the private datasets that contains a special formating.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $specialDatasets = ['pie'];
|
||||
|
||||
/**
|
||||
* Creates a new dataset with the given values.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $type
|
||||
* @param array $values
|
||||
*/
|
||||
public function __construct(string $name, string $type, array $values)
|
||||
{
|
||||
parent::__construct($name, $type, $values);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the dataset for chartjs.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function format(array $labels = [])
|
||||
{
|
||||
return array_merge($this->options, [
|
||||
'data' => $this->getValues($labels),
|
||||
'name' => $this->name,
|
||||
'type' => strtolower($this->type),
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the formated values.
|
||||
*
|
||||
* @param array $labels
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function getValues(array $labels)
|
||||
{
|
||||
if (in_array(strtolower($this->type), $this->specialDatasets)) {
|
||||
return Collection::make($this->values)
|
||||
->map(function ($value, $key) use ($labels) {
|
||||
return [
|
||||
'name' => $labels[$key],
|
||||
'value' => $value,
|
||||
];
|
||||
})->toArray();
|
||||
}
|
||||
|
||||
return $this->values;
|
||||
}
|
||||
}
|
||||
@@ -1,85 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Frappe;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||
use ConsoleTVs\Charts\Features\Frappe\Chart as ChartFeatures;
|
||||
|
||||
class Chart extends BaseChart
|
||||
{
|
||||
use ChartFeatures;
|
||||
|
||||
/**
|
||||
* Frappe dataset class.
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
public $dataset = Dataset::class;
|
||||
|
||||
/**
|
||||
* Stores the default colors.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $default_colors = [
|
||||
'#E3342F', '#F6993F', '#FFED4A', '#38C172', '#4DC0B5', '#3490DC', '#6574CD', '#9561E2', '#F66D9B',
|
||||
];
|
||||
|
||||
/**
|
||||
* Determines the special charts.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $special_datasets = [
|
||||
'pie', 'percentage',
|
||||
];
|
||||
|
||||
/**
|
||||
* Initiates the Frappe Chart.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->container = 'charts::frappe.container';
|
||||
$this->script = 'charts::frappe.script';
|
||||
|
||||
return $this->options([
|
||||
'barOptions' => [
|
||||
'spaceRatio' => 0.75,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Format the datasets.
|
||||
*
|
||||
* @param bool $strict
|
||||
* @param bool $noBraces
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||
{
|
||||
$colors = [];
|
||||
$default = 0;
|
||||
foreach ($this->datasets as $dataset) {
|
||||
$color = $this->default_colors[$default];
|
||||
if (array_key_exists('color', $dataset->options)) {
|
||||
$color = $dataset->options['color'];
|
||||
unset($dataset->options['color']);
|
||||
} else {
|
||||
$default++;
|
||||
}
|
||||
array_push($colors, $color);
|
||||
}
|
||||
|
||||
$this->options([
|
||||
'colors' => $colors,
|
||||
]);
|
||||
|
||||
return parent::formatOptions($strict, $noBraces);
|
||||
}
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Frappe;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||
use ConsoleTVs\Charts\Features\Frappe\Dataset as DatasetFeatures;
|
||||
|
||||
class Dataset extends DatasetClass
|
||||
{
|
||||
use DatasetFeatures;
|
||||
|
||||
/**
|
||||
* Creates a new dataset with the given values.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $type
|
||||
* @param array $values
|
||||
*/
|
||||
public function __construct(string $name, string $type, array $values)
|
||||
{
|
||||
parent::__construct($name, $type, $values);
|
||||
|
||||
$this->options([]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the dataset for chartjs.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function format()
|
||||
{
|
||||
return array_merge($this->options, [
|
||||
'values' => $this->values,
|
||||
'name' => $this->name,
|
||||
'chartType' => $this->type,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,82 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Fusioncharts;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||
use ConsoleTVs\Charts\Features\Fusioncharts\Chart as ChartFeatures;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class Chart extends BaseChart
|
||||
{
|
||||
use ChartFeatures;
|
||||
|
||||
/**
|
||||
* Chartjs dataset class.
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
public $dataset = Dataset::class;
|
||||
|
||||
/**
|
||||
* Theese array stores the types that are maintained to fusioncharts.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $keepType = ['pie2d', 'doughnut2d'];
|
||||
|
||||
/**
|
||||
* Determines the combo type of chart.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $comboType = 'mscombi2d';
|
||||
|
||||
/**
|
||||
* Initiates the Chartjs Line Chart.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->container = 'charts::fusioncharts.container';
|
||||
$this->script = 'charts::fusioncharts.script';
|
||||
|
||||
return $this->options([
|
||||
'bgColor' => '#ffffff',
|
||||
'borderAlpha' => 0,
|
||||
'canvasBorderAlpha' => 0,
|
||||
'usePlotGradientColor' => false,
|
||||
'plotBorderAlpha' => 0,
|
||||
'divlineColor' => '#22292F',
|
||||
'divLineIsDashed' => true,
|
||||
'showAlternateHGridColor' => false,
|
||||
'captionFontBold' => true,
|
||||
'captionFontSize' => 14,
|
||||
'subcaptionFontBold' => false,
|
||||
'subcaptionFontSize' => 14,
|
||||
'legendBorderAlpha' => 0,
|
||||
'legendShadow' => 0,
|
||||
'hoverfillcolor' => '#CCCCCC',
|
||||
'piebordercolor' => '#FFFFFF',
|
||||
'hoverfillcolor' => '#CCCCCC',
|
||||
'use3DLighting' => false,
|
||||
'showShadow' => false,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the labels for fusioncharts.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatLabels()
|
||||
{
|
||||
return Collection::make($this->labels)
|
||||
->map(function ($label) {
|
||||
return ['label' => $label];
|
||||
})
|
||||
->toJson();
|
||||
}
|
||||
}
|
||||
@@ -1,98 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Fusioncharts;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||
use ConsoleTVs\Charts\Features\Fusioncharts\Dataset as DatasetFeatures;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class Dataset extends DatasetClass
|
||||
{
|
||||
use DatasetFeatures;
|
||||
|
||||
/**
|
||||
* Store the private datasets that contains a special formating.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $specialDatasets = ['pie2d', 'doughnut2d'];
|
||||
|
||||
/**
|
||||
* Creates a new dataset with the given values.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $type
|
||||
* @param array $values
|
||||
*/
|
||||
public function __construct(string $name, string $type, array $values)
|
||||
{
|
||||
parent::__construct($name, $type, $values);
|
||||
}
|
||||
|
||||
/**
|
||||
* Dataset representation.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public function format(array $labels = [])
|
||||
{
|
||||
return array_merge($this->options, [
|
||||
'data' => $this->formatValues($labels),
|
||||
'seriesName' => $this->name,
|
||||
'renderAs' => strtolower($this->type),
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the chart values.
|
||||
*
|
||||
* @param array $labels
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function formatValues(array $labels)
|
||||
{
|
||||
$values = Collection::make($this->values);
|
||||
|
||||
if (in_array(strtolower($this->type), $this->specialDatasets)) {
|
||||
$colors = $this->getColors($labels);
|
||||
|
||||
return $values->map(function ($value, $key) use ($colors, $labels) {
|
||||
$val = [
|
||||
'label' => $labels[$key],
|
||||
'value' => $value,
|
||||
];
|
||||
|
||||
if ($colors->count() > 0) {
|
||||
$val['color'] = $colors->get($key);
|
||||
}
|
||||
|
||||
return $val;
|
||||
})->toArray();
|
||||
}
|
||||
|
||||
return $values->map(function ($value) {
|
||||
return [
|
||||
'value' => $value,
|
||||
];
|
||||
})->toArray();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the chart colors.
|
||||
*
|
||||
* @param array $labels
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
protected function getColors(array $labels)
|
||||
{
|
||||
$colors = Collection::make(array_key_exists('color', $this->options) ? $this->options['color'] : []);
|
||||
|
||||
while ($colors->count() < count($labels)) {
|
||||
$colors->push($this->undefinedColor);
|
||||
}
|
||||
|
||||
return $colors;
|
||||
}
|
||||
}
|
||||
@@ -1,56 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Highcharts;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\BaseChart;
|
||||
use ConsoleTVs\Charts\Features\Highcharts\Chart as ChartFeatures;
|
||||
|
||||
class Chart extends BaseChart
|
||||
{
|
||||
use ChartFeatures;
|
||||
|
||||
/**
|
||||
* Chartjs dataset class.
|
||||
*
|
||||
* @var object
|
||||
*/
|
||||
public $dataset = Dataset::class;
|
||||
|
||||
/**
|
||||
* Initiates the Highcharts Line Chart.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->container = 'charts::highcharts.container';
|
||||
$this->script = 'charts::highcharts.script';
|
||||
|
||||
return $this->options([
|
||||
'credits' => [
|
||||
'enabled' => false,
|
||||
],
|
||||
'title' => [
|
||||
'text' => null,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Format the options for highcharts.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function formatOptions(bool $strict = false, bool $noBraces = false)
|
||||
{
|
||||
$this->options([
|
||||
'xAxis' => [
|
||||
'categories' => json_decode($this->formatLabels()),
|
||||
],
|
||||
]);
|
||||
|
||||
return parent::formatOptions($strict, $noBraces);
|
||||
}
|
||||
}
|
||||
@@ -1,93 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Classes\Highcharts;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\DatasetClass;
|
||||
use ConsoleTVs\Charts\Features\Highcharts\Dataset as DatasetFeatures;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
class Dataset extends DatasetClass
|
||||
{
|
||||
use DatasetFeatures;
|
||||
|
||||
/**
|
||||
* Store the private datasets that contains a special formating.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $specialDatasets = ['pie'];
|
||||
|
||||
/**
|
||||
* Creates a new dataset with the given values.
|
||||
*
|
||||
* @param string $name
|
||||
* @param string $type
|
||||
* @param array $values
|
||||
*/
|
||||
public function __construct(string $name, string $type, array $values)
|
||||
{
|
||||
parent::__construct($name, $type, $values);
|
||||
}
|
||||
|
||||
/**
|
||||
* Dataset representation.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public function format(array $labels = [])
|
||||
{
|
||||
return array_merge($this->options, [
|
||||
'data' => $this->formatValues($labels),
|
||||
'name' => $this->name,
|
||||
'type' => strtolower($this->type),
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Formats the values.
|
||||
*
|
||||
* @param array $labels
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function formatValues(array $labels)
|
||||
{
|
||||
if (in_array(strtolower($this->type), $this->specialDatasets)) {
|
||||
$colors = $this->getColors($labels);
|
||||
|
||||
return Collection::make($this->values)
|
||||
->map(function ($value, $key) use ($colors, $labels) {
|
||||
$val = [
|
||||
'name' => $labels[$key],
|
||||
'y' => $value,
|
||||
];
|
||||
|
||||
if ($colors->count() > 0) {
|
||||
$val['color'] = $colors->get($key);
|
||||
}
|
||||
|
||||
return $val;
|
||||
})->toArray();
|
||||
}
|
||||
|
||||
return $this->values;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the dataset colors;.
|
||||
*
|
||||
* @param array $labels
|
||||
*
|
||||
* @return Collection
|
||||
*/
|
||||
protected function getColors(array $labels)
|
||||
{
|
||||
$colors = Collection::make(array_key_exists('color', $this->options) ? $this->options['color'] : []);
|
||||
|
||||
while ($colors->count() < count($labels)) {
|
||||
$colors->push($this->undefinedColor);
|
||||
}
|
||||
|
||||
return $colors;
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
# Charts Classes
|
||||
|
||||
All the charts classes are located in this folder
|
||||
@@ -1,133 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
use Illuminate\Console\GeneratorCommand;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
|
||||
class ChartsCommand extends GeneratorCommand
|
||||
{
|
||||
/**
|
||||
* The console command name.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $name = 'make:chart';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $description = 'Creates a new chart';
|
||||
|
||||
/**
|
||||
* The type of class being generated.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $type = 'Chart';
|
||||
|
||||
/**
|
||||
* Get the stub file for the generator.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function getStub()
|
||||
{
|
||||
return __DIR__.'/stubs/chart.stub';
|
||||
}
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
$this->line('[Charts] Creating chart...');
|
||||
|
||||
$this->handleParentMethodCall();
|
||||
|
||||
$name = $this->qualifyClass($this->getNameInput());
|
||||
$path = $this->getPath($name);
|
||||
|
||||
$this->info("[Charts] Chart created! - Location: {$path}");
|
||||
}
|
||||
|
||||
/**
|
||||
* Build the class with the given name.
|
||||
*
|
||||
* @param string $name
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function buildClass($name)
|
||||
{
|
||||
$stub = parent::buildClass($name);
|
||||
|
||||
return str_replace(
|
||||
['Library'],
|
||||
[$this->argument('library') ? ucfirst($this->argument('library')) : ucfirst(config('charts.default_library'))],
|
||||
$stub
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the default namespace for the class.
|
||||
*
|
||||
* @param string $rootNamespace
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function getDefaultNamespace($rootNamespace)
|
||||
{
|
||||
return $rootNamespace.'\Charts';
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the console command arguments.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
protected function getArguments()
|
||||
{
|
||||
return [
|
||||
['name', InputArgument::REQUIRED, 'The name of the chart file'],
|
||||
|
||||
['library', InputArgument::OPTIONAL, 'Library of the chart'],
|
||||
];
|
||||
}
|
||||
|
||||
/**
|
||||
* Calls the right parent method depending on laravel version.
|
||||
* Adds support for Laravel v5.4.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
protected function handleParentMethodCall()
|
||||
{
|
||||
if (!is_callable('parent::handle')) {
|
||||
return parent::fire();
|
||||
}
|
||||
|
||||
parent::handle();
|
||||
}
|
||||
|
||||
/**
|
||||
* Qualifies the class name by delegating to the right parent method.
|
||||
*
|
||||
* @param string $name
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function qualifyClass($name)
|
||||
{
|
||||
if (!is_callable('parent::qualifyClass')) {
|
||||
return parent::parseName($name);
|
||||
}
|
||||
|
||||
return parent::qualifyClass($name);
|
||||
}
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
# Charts Commands
|
||||
|
||||
All the charts commands are located in this folder
|
||||
@@ -1,18 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace DummyNamespace;
|
||||
|
||||
use ConsoleTVs\Charts\Classes\Library\Chart;
|
||||
|
||||
class DummyClass extends Chart
|
||||
{
|
||||
/**
|
||||
* Initializes the chart.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
}
|
||||
15
vendor/consoletvs/charts/src/Config/charts.php
vendored
15
vendor/consoletvs/charts/src/Config/charts.php
vendored
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default library used in charts.
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This value is used as the default chart library used when creating
|
||||
| any chart in the command line. Feel free to modify it or set it up
|
||||
| while creating the chart to ignore this value.
|
||||
|
|
||||
*/
|
||||
'default_library' => 'Chartjs',
|
||||
];
|
||||
@@ -1,59 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\C3;
|
||||
|
||||
trait Chart
|
||||
{
|
||||
/**
|
||||
* Determines if the chart legend will be displayed.
|
||||
*
|
||||
* @param bool $display
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function legend(bool $display)
|
||||
{
|
||||
return $this->options([
|
||||
'legend' => [
|
||||
'show' => $display,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the chart grid will be shown.
|
||||
*
|
||||
* @param bool $display
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function grid(bool $display)
|
||||
{
|
||||
return $this->options([
|
||||
'grid' => [
|
||||
'x' => [
|
||||
'show' => $display,
|
||||
],
|
||||
'y' => [
|
||||
'show' => $display,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the chart tooltip will be shown.
|
||||
*
|
||||
* @param bool $display
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function tooltip(bool $display)
|
||||
{
|
||||
return $this->options([
|
||||
'tooltip' => [
|
||||
'show' => $display,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\C3;
|
||||
|
||||
trait Dataset
|
||||
{
|
||||
//
|
||||
}
|
||||
@@ -1,117 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Chartjs;
|
||||
|
||||
trait Chart
|
||||
{
|
||||
/**
|
||||
* Minalist chart display (Hide labels and axes).
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function minimalist(bool $display)
|
||||
{
|
||||
$this->displayLegend(!$display);
|
||||
|
||||
return $this->displayAxes(!$display);
|
||||
}
|
||||
|
||||
/**
|
||||
* Display the chart legend.
|
||||
*
|
||||
* @param bool $legend
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function displayLegend(bool $legend)
|
||||
{
|
||||
return $this->options([
|
||||
'legend' => [
|
||||
'display' => $legend,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Display the chart axis.
|
||||
*
|
||||
* @param bool $axes
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function displayAxes(bool $axes, bool $strict = false)
|
||||
{
|
||||
if ($strict) {
|
||||
return $this->options([
|
||||
'scale' => [
|
||||
'display' => $axes,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
return $this->options([
|
||||
'scales' => [
|
||||
'xAxes' => [
|
||||
[
|
||||
'display' => $axes,
|
||||
],
|
||||
],
|
||||
'yAxes' => [
|
||||
[
|
||||
'display' => $axes,
|
||||
],
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the bar width of the X Axis.
|
||||
*
|
||||
* @param float $width
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function barWidth(float $width)
|
||||
{
|
||||
return $this->options([
|
||||
'scales' => [
|
||||
'xAxes' => [
|
||||
[
|
||||
'barPercentage' => $width,
|
||||
],
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart title.
|
||||
*
|
||||
* @param string $title
|
||||
* @param int $font_size
|
||||
* @param string $color
|
||||
* @param string $font_weight
|
||||
* @param string $font_family
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function title(
|
||||
string $title,
|
||||
int $font_size = 14,
|
||||
string $color = '#666',
|
||||
string $font_weight = 'bold',
|
||||
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||
) {
|
||||
return $this->options([
|
||||
'title' => [
|
||||
'display' => true,
|
||||
'fontFamily' => $font_family,
|
||||
'fontSize' => $font_size,
|
||||
'fontColor' => $color,
|
||||
'fontStyle' => $font_weight,
|
||||
'text' => $title,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Chartjs;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
trait Dataset
|
||||
{
|
||||
/**
|
||||
* Set the dataset border color.
|
||||
*
|
||||
* @param string|array|Collection $color
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function color($color)
|
||||
{
|
||||
if ($color instanceof Collection) {
|
||||
$color = $color->toArray();
|
||||
}
|
||||
|
||||
return $this->options([
|
||||
'borderColor' => $color,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the dataset background color.
|
||||
*
|
||||
* @param string|array|Collection $color
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function backgroundColor($color)
|
||||
{
|
||||
if ($color instanceof Collection) {
|
||||
$color = $color->toArray();
|
||||
}
|
||||
|
||||
return $this->options([
|
||||
'backgroundColor' => $color,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the dataset is filled.
|
||||
*
|
||||
* @param bool $filled
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function fill(bool $filled)
|
||||
{
|
||||
return $this->options([
|
||||
'fill' => $filled,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart line tension.
|
||||
*
|
||||
* @param int $tension
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function lineTension(float $tension)
|
||||
{
|
||||
return $this->options([
|
||||
'lineTension' => $tension,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the line to a dashed line in the chart options.
|
||||
*
|
||||
* @param array $dashed
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function dashed(array $dashed = [5])
|
||||
{
|
||||
return $this->options([
|
||||
'borderDash' => $dashed,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,183 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Echarts;
|
||||
|
||||
trait Chart
|
||||
{
|
||||
/**
|
||||
* Show or hide the chart legend.
|
||||
*
|
||||
* @param bool $legend
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function displayLegend(bool $legend)
|
||||
{
|
||||
return $this->options([
|
||||
'legend' => [
|
||||
'show' => $legend,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Show or hide the tooltip.
|
||||
*
|
||||
* @param bool $tooltip
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function tooltip(bool $tooltip)
|
||||
{
|
||||
return $this->options([
|
||||
'tooltip' => [
|
||||
'show' => $tooltip,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart label.
|
||||
*
|
||||
* @param string $label
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function label(string $label)
|
||||
{
|
||||
return $this->options([
|
||||
'yAxis' => [
|
||||
'name' => $label,
|
||||
'nameLocation' => 'middle',
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the minimalistic.
|
||||
*
|
||||
* @param bool $minimalist
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function minimalist(bool $minimalist = true)
|
||||
{
|
||||
$this->displayAxes(!$minimalist);
|
||||
$this->displayLegend(!$minimalist);
|
||||
|
||||
return $this->options([
|
||||
'xAxis' => [
|
||||
'axisLabel' => [
|
||||
'show' => !$minimalist,
|
||||
],
|
||||
'splitLine' => [
|
||||
'show' => !$minimalist,
|
||||
],
|
||||
],
|
||||
'yAxis' => [
|
||||
'axisLabel' => [
|
||||
'show' => !$minimalist,
|
||||
],
|
||||
'splitLine' => [
|
||||
'show' => !$minimalist,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Display the chart axes.
|
||||
*
|
||||
* @param bool $display
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function displayAxes(bool $display)
|
||||
{
|
||||
return $this->options([
|
||||
'xAxis' => [
|
||||
'show' => $display,
|
||||
'axisLine' => [
|
||||
'show' => $display,
|
||||
],
|
||||
'axisTick' => [
|
||||
'show' => $display,
|
||||
],
|
||||
],
|
||||
'yAxis' => [
|
||||
'show' => $display,
|
||||
'axisLine' => [
|
||||
'show' => $display,
|
||||
],
|
||||
'axisTick' => [
|
||||
'show' => $display,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* ALlow to export the chart.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function export(bool $export = true, string $title = ' ')
|
||||
{
|
||||
return $this->options([
|
||||
'toolbox' => [
|
||||
'show' => true,
|
||||
'feature' => [
|
||||
'saveAsImage' => [
|
||||
'title' => $title,
|
||||
],
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart title.
|
||||
*
|
||||
* @param string $title
|
||||
* @param int $font_size
|
||||
* @param string $color
|
||||
* @param bool $bold
|
||||
* @param string $font_family
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function title(
|
||||
string $title,
|
||||
int $font_size = 14,
|
||||
string $color = '#666',
|
||||
bool $bold = true,
|
||||
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||
) {
|
||||
return $this->options([
|
||||
'title' => [
|
||||
'show' => true,
|
||||
'text' => $title,
|
||||
'textStyle' => [
|
||||
'fontFamily' => $font_family,
|
||||
'fontSize' => $font_size,
|
||||
'color' => $color,
|
||||
'fontWeight' => $bold,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart theme.
|
||||
*
|
||||
* @param string $theme
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function theme(string $theme)
|
||||
{
|
||||
$this->theme = $theme;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Echarts;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
trait Dataset
|
||||
{
|
||||
/**
|
||||
* Set the dataset color.
|
||||
*
|
||||
* @param string|array|Collection $color
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function color($color)
|
||||
{
|
||||
if ($color instanceof Collection) {
|
||||
$color = $color->toArray();
|
||||
}
|
||||
|
||||
return $this->options([
|
||||
'color' => $color,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,128 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Frappe;
|
||||
|
||||
trait Chart
|
||||
{
|
||||
/**
|
||||
* Add a title to the Chart.
|
||||
*
|
||||
* @param string $title
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function title(string $title)
|
||||
{
|
||||
return $this->options([
|
||||
'title' => $title,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines the spaceRatio of the bars.
|
||||
*
|
||||
* @param float $space
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function spaceRatio(float $space = 0.75)
|
||||
{
|
||||
return $this->options([
|
||||
'barOptions' => [
|
||||
'spaceRatio' => $space,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the bars are stacked.
|
||||
*
|
||||
* @param bool $stacked
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function stacked(bool $stacked)
|
||||
{
|
||||
return $this->options([
|
||||
'barOptions' => [
|
||||
'stacked' => $stacked,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Makes the chart interactive with arrow keys and highlights the current active data point.
|
||||
*
|
||||
* @param bool $stacked
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function isNavigable(bool $value)
|
||||
{
|
||||
return $this->options([
|
||||
'isNavigable' => $value,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* To display data values over bars or dots in an axis graph.
|
||||
*
|
||||
* @param bool $stacked
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function valuesOverPoints(bool $value)
|
||||
{
|
||||
return $this->options([
|
||||
'valuesOverPoints' => $value,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the lines will show a dot.
|
||||
*
|
||||
* @param bool $value
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function hideDots(bool $value)
|
||||
{
|
||||
return $this->options([
|
||||
'lineOptions' => [
|
||||
'hideDots' => $value,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the line will be hidden.
|
||||
*
|
||||
* @param bool $value
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function hideLine(bool $value)
|
||||
{
|
||||
return $this->options([
|
||||
'lineOptions' => [
|
||||
'hideDots' => $value,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the line will be a heatline.
|
||||
*
|
||||
* @param bool $value
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function heatline(bool $value)
|
||||
{
|
||||
return $this->options([
|
||||
'lineOptions' => [
|
||||
'heatline' => $value,
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Frappe;
|
||||
|
||||
trait Dataset
|
||||
{
|
||||
/**
|
||||
* Determines the color of the dataset.
|
||||
*
|
||||
* @param string $color
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function color(string $color)
|
||||
{
|
||||
return $this->options([
|
||||
'color' => $color,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,90 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Fusioncharts;
|
||||
|
||||
trait Chart
|
||||
{
|
||||
/**
|
||||
* Set the chart label.
|
||||
*
|
||||
* @param string $label
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function label(string $label)
|
||||
{
|
||||
return $this->options([
|
||||
'yAxisName' => $label,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart title.
|
||||
*
|
||||
* @param string $title
|
||||
* @param int $font_size
|
||||
* @param string $color
|
||||
* @param bool $bold
|
||||
* @param string $font_family
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function title(
|
||||
string $title,
|
||||
int $font_size = 16,
|
||||
string $color = '#3D4852',
|
||||
bool $bold = true,
|
||||
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||
) {
|
||||
return $this->options([
|
||||
'caption' => $title,
|
||||
'captionFontSize' => $font_size,
|
||||
'captionFontColor' => $color,
|
||||
'captionFontBold' => $bold,
|
||||
'captionFont' => $font_family,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart subtitle.
|
||||
*
|
||||
* @param string $subtitle
|
||||
* @param int $font_size
|
||||
* @param string $color
|
||||
* @param bool $bold
|
||||
* @param string $font_family
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function subtitle(
|
||||
string $subtitle,
|
||||
int $font_size = 12,
|
||||
string $color = '#3D4852',
|
||||
bool $bold = true,
|
||||
string $font_family = "'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"
|
||||
) {
|
||||
return $this->options([
|
||||
'subCaption' => $subtitle,
|
||||
'subCaptionFontSize' => $font_size,
|
||||
'subCaptionFontColor' => $color,
|
||||
'subCaptionFontBold' => $bold,
|
||||
'subCaptionFont' => $font_family,
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Determines if the chart should show the export button.
|
||||
*
|
||||
* @param bool $export
|
||||
* @param bool $client
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function export(bool $export, bool $client = true)
|
||||
{
|
||||
return $this->options([
|
||||
'exportenabled' => $export,
|
||||
'exportatclient' => $client,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Fusioncharts;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
trait Dataset
|
||||
{
|
||||
/**
|
||||
* Set the dataset color.
|
||||
*
|
||||
* @param string|array|Collection $color
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function color($color)
|
||||
{
|
||||
if ($color instanceof Collection) {
|
||||
$color = $color->toArray();
|
||||
}
|
||||
|
||||
return $this->options([
|
||||
'color' => $color,
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,123 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Highcharts;
|
||||
|
||||
trait Chart
|
||||
{
|
||||
/**
|
||||
* Display the chart axes.
|
||||
*
|
||||
* @param bool $axes
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function displayAxes(bool $axes)
|
||||
{
|
||||
return $this->options([
|
||||
'xAxis' => [
|
||||
'visible' => $axes,
|
||||
],
|
||||
'yAxis' => [
|
||||
'visible' => $axes,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Display the legend.
|
||||
*
|
||||
* @param bool $legend
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function displayLegend(bool $legend)
|
||||
{
|
||||
return $this->options([
|
||||
'legend' => [
|
||||
'enabled' => $legend,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Rotates the labels of the xAxis.
|
||||
*
|
||||
* @param float $angle
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function labelsRotation(float $angle)
|
||||
{
|
||||
return $this->options([
|
||||
'xAxis' => [
|
||||
'labels' => [
|
||||
'rotation' => $angle,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart style to minimalist.
|
||||
*
|
||||
* @param bool $display
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function minimalist(bool $display = false)
|
||||
{
|
||||
$this->displayLegend(!$display);
|
||||
|
||||
return $this->displayAxes(!$display);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the highcharts yAxis label.
|
||||
*
|
||||
* @param string $label
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function label(string $label)
|
||||
{
|
||||
return $this->options([
|
||||
'yAxis' => [
|
||||
'title' => [
|
||||
'text' => $label,
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the chart title.
|
||||
*
|
||||
* @param string $title
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function title(string $title)
|
||||
{
|
||||
return $this->options([
|
||||
'title' => [
|
||||
'text' => $title,
|
||||
],
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Shapes the pie chart into a doughnut.
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function doughnut(int $size = 50)
|
||||
{
|
||||
return $this->options([
|
||||
'plotOptions' => [
|
||||
'pie' => [
|
||||
'innerSize' => "{$size}%",
|
||||
],
|
||||
],
|
||||
]);
|
||||
}
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace ConsoleTVs\Charts\Features\Highcharts;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
trait Dataset
|
||||
{
|
||||
/**
|
||||
* Set the dataset color.
|
||||
*
|
||||
* @param string|array $color
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function color($color)
|
||||
{
|
||||
if ($color instanceof Collection) {
|
||||
$color = $color->toArray();
|
||||
}
|
||||
|
||||
return $this->options([
|
||||
'color' => $color,
|
||||
]);
|
||||
}
|
||||
}
|
||||
3
vendor/consoletvs/charts/src/Views/README.md
vendored
3
vendor/consoletvs/charts/src/Views/README.md
vendored
@@ -1,3 +0,0 @@
|
||||
# Charts Views
|
||||
|
||||
All the charts views are located in this folder
|
||||
@@ -1,3 +0,0 @@
|
||||
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||
</div>
|
||||
@include('charts::loader')
|
||||
@@ -1,29 +0,0 @@
|
||||
<script {!! $chart->displayScriptAttributes() !!}>
|
||||
function {{ $chart->id }}_create(data) {
|
||||
{{ $chart->id }}_rendered = true;
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
window.{{ $chart->id }} = c3.generate({
|
||||
bindto: '#{{ $chart->id }}',
|
||||
data: data,
|
||||
{!! $chart->formatOptions(false, true) !!}
|
||||
});
|
||||
}
|
||||
@if ($chart->api_url)
|
||||
let {{ $chart->id }}_refresh = function (url) {
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||
if (typeof url !== 'undefined') {
|
||||
{{ $chart->id }}_api_url = url;
|
||||
}
|
||||
fetch({{ $chart->id }}_api_url)
|
||||
.then(data => data.json())
|
||||
.then(data => {
|
||||
{{ $chart->id }}.load(data);
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
});
|
||||
};
|
||||
@endif
|
||||
@include('charts::init')
|
||||
</script>
|
||||
@@ -1,2 +0,0 @@
|
||||
<canvas style="display: none;" id="{{ $chart->id }}" {!! $chart->formatContainerOptions('html') !!}></canvas>
|
||||
@include('charts::loader')
|
||||
@@ -1,41 +0,0 @@
|
||||
|
||||
@foreach ($chart->plugins as $plugin)
|
||||
@include($chart->pluginsViews[$plugin]);
|
||||
@endforeach
|
||||
|
||||
<script {!! $chart->displayScriptAttributes() !!}>
|
||||
var ctvChart = document.getElementById('{{ $chart->id }}').getContext('2d');
|
||||
function {{ $chart->id }}_create(data) {
|
||||
{{ $chart->id }}_rendered = true;
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
window.{{ $chart->id }} = new Chart(document.getElementById("{{ $chart->id }}").getContext("2d"), {
|
||||
type: {!! $chart->type ? "'{$chart->type}'" : 'data[0].type' !!},
|
||||
data: {
|
||||
labels: {!! $chart->formatLabels() !!},
|
||||
datasets: data
|
||||
},
|
||||
options: {!! $chart->formatOptions(true) !!},
|
||||
plugins: {!! $chart->formatPlugins(true) !!}
|
||||
});
|
||||
}
|
||||
@if ($chart->api_url)
|
||||
let {{ $chart->id }}_refresh = function (url) {
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||
if (typeof url !== 'undefined') {
|
||||
{{ $chart->id }}_api_url = url;
|
||||
}
|
||||
fetch({{ $chart->id }}_api_url)
|
||||
.then(data => data.json())
|
||||
.then(data => {
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
{{ $chart->id }}.data.datasets = data;
|
||||
{{ $chart->id }}.update();
|
||||
});
|
||||
};
|
||||
@endif
|
||||
@include('charts::init')
|
||||
|
||||
</script>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||
</div>
|
||||
@include('charts::loader')
|
||||
@@ -1,29 +0,0 @@
|
||||
<script {!! $chart->displayScriptAttributes() !!}>
|
||||
function {{ $chart->id }}_create(data) {
|
||||
{{ $chart->id }}_rendered = true;
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
window.{{ $chart->id }} = echarts.init(document.getElementById("{{ $chart->id }}"),'{{ $chart->theme }}');
|
||||
window.{{ $chart->id }}.setOption({
|
||||
series: data,
|
||||
{!! $chart->formatOptions(false, true) !!}
|
||||
});
|
||||
}
|
||||
@if ($chart->api_url)
|
||||
let {{ $chart->id }}_refresh = function (url) {
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||
if (typeof url !== 'undefined') {
|
||||
{{ $chart->id }}_api_url = url;
|
||||
}
|
||||
|
||||
fetch({{ $chart->id }}_api_url)
|
||||
.then(data => data.json())
|
||||
.then(data => {
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
{{ $chart->id }}.setOption({series: data});
|
||||
});
|
||||
};
|
||||
@endif
|
||||
@include('charts::init')
|
||||
</script>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div id="{{ $chart->id }}">
|
||||
</div>
|
||||
@include('charts::loader')
|
||||
@@ -1,44 +0,0 @@
|
||||
<script {!! $chart->displayScriptAttributes() !!}>
|
||||
function {{ $chart->id }}_getType(data) {
|
||||
var special_datasets = {!! json_encode($chart->special_datasets) !!};
|
||||
for (var i = 0; i < special_datasets.length; i++) {
|
||||
for (var k = 0; k < data.length; k++) {
|
||||
if (special_datasets[i] == data[k].chartType) {
|
||||
return special_datasets[i];
|
||||
}
|
||||
}
|
||||
}
|
||||
return 'axis-mixed';
|
||||
}
|
||||
function {{ $chart->id }}_create(data) {
|
||||
{{ $chart->id }}_rendered = true;
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
window.{{ $chart->id }} = new frappe.Chart("#{{ $chart->id }}", {
|
||||
{!! $chart->formatContainerOptions('js') !!}
|
||||
labels: {!! $chart->formatLabels() !!},
|
||||
type: {{ $chart->id }}_getType(data),
|
||||
data: {
|
||||
labels: {!! $chart->formatLabels() !!},
|
||||
datasets: data
|
||||
},
|
||||
{!! $chart->formatOptions(false, true) !!}
|
||||
});
|
||||
}
|
||||
@if ($chart->api_url)
|
||||
let {{ $chart->id }}_refresh = function (url) {
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||
if (typeof url !== 'undefined') {
|
||||
{{ $chart->id }}_api_url = url;
|
||||
}
|
||||
fetch({{ $chart->id }}_api_url)
|
||||
.then(data => data.json())
|
||||
.then(data => {
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
{{ $chart->id }}.update({labels: {!! $chart->formatLabels() !!}, datasets: data});
|
||||
});
|
||||
};
|
||||
@endif
|
||||
@include('charts::init')
|
||||
</script>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||
</div>
|
||||
@include('charts::loader')
|
||||
@@ -1,48 +0,0 @@
|
||||
<script {!! $chart->displayScriptAttributes() !!}>
|
||||
function {{ $chart->id }}_create(data) {
|
||||
{{ $chart->id }}_rendered = true;
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
@if ($chart->type)
|
||||
let {{ $chart->id }}_type = {{ $chart->type }}
|
||||
@else
|
||||
let {{ $chart->id }}_type = data[0].renderAs;
|
||||
@endif
|
||||
if (!{!! json_encode($chart->keepType) !!}.includes({{ $chart->id }}_type)) {
|
||||
{{ $chart->id }}_type = "{{ $chart->comboType }}"
|
||||
}
|
||||
FusionCharts.ready(function () {
|
||||
window.{{ $chart->id }} = new FusionCharts({
|
||||
type: {{ $chart->id }}_type,
|
||||
renderAt: "{{ $chart->id }}",
|
||||
dataFormat: 'json',
|
||||
{!! $chart->formatContainerOptions('js', true) !!}
|
||||
dataSource: {
|
||||
categories: [{
|
||||
category: {!! $chart->formatLabels() !!}
|
||||
}],
|
||||
dataset: data,
|
||||
chart: {!! $chart->formatOptions(true) !!}
|
||||
}
|
||||
}).render();
|
||||
});
|
||||
}
|
||||
@if ($chart->api_url)
|
||||
let {{ $chart->id }}_refresh = function (url) {
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||
if (typeof url !== 'undefined') {
|
||||
{{ $chart->id }}_api_url = url;
|
||||
}
|
||||
fetch({{ $chart->id }}_api_url)
|
||||
.then(data => data.json())
|
||||
.then(data => {
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
let chartData = {{ $chart->id }}.getChartData("json");
|
||||
chartData.dataset = data;
|
||||
{{ $chart->id }}.setChartData(chartData, "json");
|
||||
});
|
||||
};
|
||||
@endif
|
||||
@include('charts::init')
|
||||
</script>
|
||||
@@ -1,3 +0,0 @@
|
||||
<div id="{{ $chart->id }}" {!! $chart->formatContainerOptions('css') !!}>
|
||||
</div>
|
||||
@include('charts::loader')
|
||||
@@ -1,27 +0,0 @@
|
||||
<script {!! $chart->displayScriptAttributes() !!}>
|
||||
function {{ $chart->id }}_create(data) {
|
||||
{{ $chart->id }}_rendered = true;
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
window.{{ $chart->id }} = new Highcharts.Chart("{{ $chart->id }}", {
|
||||
series: data,
|
||||
{!! $chart->formatOptions(false, true) !!}
|
||||
});
|
||||
}
|
||||
@if ($chart->api_url)
|
||||
let {{ $chart->id }}_refresh = function (url) {
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'flex';
|
||||
if (typeof url !== 'undefined') {
|
||||
{{ $chart->id }}_api_url = url;
|
||||
}
|
||||
fetch({{ $chart->id }}_api_url)
|
||||
.then(data => data.json())
|
||||
.then(data => {
|
||||
document.getElementById("{{ $chart->id }}_loader").style.display = 'none';
|
||||
document.getElementById("{{ $chart->id }}").style.display = 'block';
|
||||
{{ $chart->id }}.update({series: data});
|
||||
});
|
||||
};
|
||||
@endif
|
||||
@include('charts::init')
|
||||
</script>
|
||||
@@ -1,17 +0,0 @@
|
||||
let {{ $chart->id }}_rendered = false;
|
||||
@if ($chart->api_url)
|
||||
let {{ $chart->id }}_api_url = "{!! $chart->api_url !!}";
|
||||
@endif
|
||||
let {{ $chart->id }}_load = function () {
|
||||
if (document.getElementById("{{ $chart->id }}") && !{{ $chart->id }}_rendered) {
|
||||
@if ($chart->api_url)
|
||||
fetch({{ $chart->id }}_api_url)
|
||||
.then(data => data.json())
|
||||
.then(data => { {{ $chart->id }}_create(data) });
|
||||
@else
|
||||
{{ $chart->id }}_create({!! $chart->formatDatasets() !!})
|
||||
@endif
|
||||
}
|
||||
};
|
||||
window.addEventListener("load", {{ $chart->id }}_load);
|
||||
document.addEventListener("turbolinks:load", {{ $chart->id }}_load);
|
||||
@@ -1,40 +0,0 @@
|
||||
<div id="{{ $chart->id }}_loader" style="
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
opacity: {{ $chart->loader ? '1' : '0' }};
|
||||
align-items: center;
|
||||
{{ $chart->height ? 'height: ' . $chart->height . 'px;' : '' }}
|
||||
{{ $chart->width ? 'width: ' . $chart->width . 'px;' : '' }}
|
||||
">
|
||||
<svg width="50" height="50" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg">
|
||||
<defs>
|
||||
<linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a">
|
||||
<stop stop-color="{{ $chart->loaderColor }}" stop-opacity="0" offset="0%"/>
|
||||
<stop stop-color="{{ $chart->loaderColor }}" stop-opacity=".631" offset="63.146%"/>
|
||||
<stop stop-color="{{ $chart->loaderColor }}" offset="100%"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<g transform="translate(1 1)">
|
||||
<path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2">
|
||||
<animateTransform
|
||||
attributeName="transform"
|
||||
type="rotate"
|
||||
from="0 18 18"
|
||||
to="360 18 18"
|
||||
dur="0.9s"
|
||||
repeatCount="indefinite" />
|
||||
</path>
|
||||
<circle fill="{{ $chart->loaderColor }}" cx="36" cy="18" r="1">
|
||||
<animateTransform
|
||||
attributeName="transform"
|
||||
type="rotate"
|
||||
from="0 18 18"
|
||||
to="360 18 18"
|
||||
dur="0.9s"
|
||||
repeatCount="indefinite" />
|
||||
</circle>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
219
vendor/fx3costa/laravelchartjs/README.md
vendored
219
vendor/fx3costa/laravelchartjs/README.md
vendored
@@ -1,219 +0,0 @@
|
||||
|
||||
# laravel-chartjs - Chart.js v2 wrapper for Laravel 5.x
|
||||
|
||||
Simple package to facilitate and automate the use of charts in Laravel 5.x
|
||||
using the [Chart.js](http://www.chartjs.org/) v2 library from Nick Downie.
|
||||
|
||||
# Setup:
|
||||
```
|
||||
composer require fx3costa/laravelchartjs
|
||||
```
|
||||
|
||||
And add the Service Provider in your file config/app.php:
|
||||
```php
|
||||
Fx3costa\LaravelChartJs\Providers\ChartjsServiceProvider::class
|
||||
```
|
||||
|
||||
Finaly, for now, you must install and add to your layouts / templates the Chartjs library that can be easily
|
||||
found for download at: http://www.chartjs.org. This setting will also be improved.
|
||||
|
||||
# Usage:
|
||||
|
||||
You can request to Service Container the service responsible for building the charts
|
||||
and passing through fluent interface the chart settings.
|
||||
|
||||
```php
|
||||
$service = app()->chartjs
|
||||
->name()
|
||||
->type()
|
||||
->size()
|
||||
->labels()
|
||||
->datasets()
|
||||
->options();
|
||||
```
|
||||
|
||||
For now the builder needs the name of the chart, the type of chart that can be anything that is supported by chartjs and the other custom configurations like labels, datasets, size and options.
|
||||
|
||||
In the dataset interface you can pass any configuration and option to your chart.
|
||||
All options available in chartjs documentation are supported.
|
||||
Just write the configuration with php array notations and its work!
|
||||
|
||||
# Advanced chartjs options
|
||||
|
||||
Since the current version allows it to add simple json string based options, it is not possible to generate options like:
|
||||
|
||||
```php
|
||||
options: {
|
||||
scales: {
|
||||
xAxes: [{
|
||||
type: 'time',
|
||||
time: {
|
||||
displayFormats: {
|
||||
quarter: 'MMM YYYY'
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Using the method optionsRaw(string) its possible to add a the options in raw format:
|
||||
|
||||
Passing string format like a json
|
||||
```php
|
||||
$chart->optionsRaw("{
|
||||
legend: {
|
||||
display:false
|
||||
},
|
||||
scales: {
|
||||
xAxes: [{
|
||||
gridLines: {
|
||||
display:false
|
||||
}
|
||||
}]
|
||||
}
|
||||
}");
|
||||
```
|
||||
|
||||
Or, if your prefer, you can pass a php array format
|
||||
|
||||
```php
|
||||
$chart->optionsRaw([
|
||||
'legend' => [
|
||||
'display' => true,
|
||||
'labels' => [
|
||||
'fontColor' => '#000'
|
||||
]
|
||||
],
|
||||
'scales' => [
|
||||
'xAxes' => [
|
||||
[
|
||||
'stacked' => true,
|
||||
'gridLines' => [
|
||||
'display' => true
|
||||
]
|
||||
]
|
||||
]
|
||||
]
|
||||
]);
|
||||
```
|
||||
|
||||
|
||||
# Examples
|
||||
|
||||
1 - Line Chart / Radar Chart:
|
||||
```php
|
||||
// ExampleController.php
|
||||
|
||||
$chartjs = app()->chartjs
|
||||
->name('lineChartTest')
|
||||
->type('line')
|
||||
->size(['width' => 400, 'height' => 200])
|
||||
->labels(['January', 'February', 'March', 'April', 'May', 'June', 'July'])
|
||||
->datasets([
|
||||
[
|
||||
"label" => "My First dataset",
|
||||
'backgroundColor' => "rgba(38, 185, 154, 0.31)",
|
||||
'borderColor' => "rgba(38, 185, 154, 0.7)",
|
||||
"pointBorderColor" => "rgba(38, 185, 154, 0.7)",
|
||||
"pointBackgroundColor" => "rgba(38, 185, 154, 0.7)",
|
||||
"pointHoverBackgroundColor" => "#fff",
|
||||
"pointHoverBorderColor" => "rgba(220,220,220,1)",
|
||||
'data' => [65, 59, 80, 81, 56, 55, 40],
|
||||
],
|
||||
[
|
||||
"label" => "My Second dataset",
|
||||
'backgroundColor' => "rgba(38, 185, 154, 0.31)",
|
||||
'borderColor' => "rgba(38, 185, 154, 0.7)",
|
||||
"pointBorderColor" => "rgba(38, 185, 154, 0.7)",
|
||||
"pointBackgroundColor" => "rgba(38, 185, 154, 0.7)",
|
||||
"pointHoverBackgroundColor" => "#fff",
|
||||
"pointHoverBorderColor" => "rgba(220,220,220,1)",
|
||||
'data' => [12, 33, 44, 44, 55, 23, 40],
|
||||
]
|
||||
])
|
||||
->options([]);
|
||||
|
||||
return view('example', compact('chartjs'));
|
||||
|
||||
|
||||
// example.blade.php
|
||||
|
||||
<div style="width:75%;">
|
||||
{!! $chartjs->render() !!}
|
||||
</div>
|
||||
```
|
||||
|
||||
|
||||
2 - Bar Chart:
|
||||
```php
|
||||
// ExampleController.php
|
||||
|
||||
$chartjs = app()->chartjs
|
||||
->name('barChartTest')
|
||||
->type('bar')
|
||||
->size(['width' => 400, 'height' => 200])
|
||||
->labels(['Label x', 'Label y'])
|
||||
->datasets([
|
||||
[
|
||||
"label" => "My First dataset",
|
||||
'backgroundColor' => ['rgba(255, 99, 132, 0.2)', 'rgba(54, 162, 235, 0.2)'],
|
||||
'data' => [69, 59]
|
||||
],
|
||||
[
|
||||
"label" => "My First dataset",
|
||||
'backgroundColor' => ['rgba(255, 99, 132, 0.3)', 'rgba(54, 162, 235, 0.3)'],
|
||||
'data' => [65, 12]
|
||||
]
|
||||
])
|
||||
->options([]);
|
||||
|
||||
return view('example', compact('chartjs'));
|
||||
|
||||
|
||||
// example.blade.php
|
||||
|
||||
<div style="width:75%;">
|
||||
{!! $chartjs->render() !!}
|
||||
</div>
|
||||
```
|
||||
|
||||
|
||||
3 - Pie Chart / Doughnut Chart:
|
||||
```php
|
||||
// ExampleController.php
|
||||
|
||||
$chartjs = app()->chartjs
|
||||
->name('pieChartTest')
|
||||
->type('pie')
|
||||
->size(['width' => 400, 'height' => 200])
|
||||
->labels(['Label x', 'Label y'])
|
||||
->datasets([
|
||||
[
|
||||
'backgroundColor' => ['#FF6384', '#36A2EB'],
|
||||
'hoverBackgroundColor' => ['#FF6384', '#36A2EB'],
|
||||
'data' => [69, 59]
|
||||
]
|
||||
])
|
||||
->options([]);
|
||||
|
||||
return view('example', compact('chartjs'));
|
||||
|
||||
|
||||
// example.blade.php
|
||||
|
||||
<div style="width:75%;">
|
||||
{!! $chartjs->render() !!}
|
||||
</div>
|
||||
```
|
||||
|
||||
|
||||
# OBS:
|
||||
|
||||
This README as well as the package is in development but will be constantly updated and will keep you informed as soon as
|
||||
are ready for production. Thank you for understanding.
|
||||
|
||||
Any questions or suggestions preferably open a issue!
|
||||
|
||||
# License
|
||||
LaravelChartJs is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
|
||||
32
vendor/fx3costa/laravelchartjs/composer.json
vendored
32
vendor/fx3costa/laravelchartjs/composer.json
vendored
@@ -1,32 +0,0 @@
|
||||
{
|
||||
"name": "fx3costa/laravelchartjs",
|
||||
"description": "Simple package to facilitate and automate the use of charts in Laravel 5.x using Chartjs v2 library",
|
||||
"keywords": [
|
||||
"chartjs","laravel5","chart","reports","graphics", "fx3costa"
|
||||
],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Felix",
|
||||
"email": "fx3costa@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6.4",
|
||||
"illuminate/support": "~5.1"
|
||||
},
|
||||
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Fx3costa\\LaravelChartJs\\" : "src/"
|
||||
}
|
||||
},
|
||||
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
180
vendor/fx3costa/laravelchartjs/src/Builder.php
vendored
180
vendor/fx3costa/laravelchartjs/src/Builder.php
vendored
@@ -1,180 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is inspired by Builder from Laravel ChartJS - Brian Faust
|
||||
*/
|
||||
|
||||
namespace Fx3costa\LaravelChartJs;
|
||||
|
||||
class Builder
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $charts = [];
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
private $name;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $defaults = [
|
||||
'datasets' => [],
|
||||
'labels' => [],
|
||||
'type' => 'line',
|
||||
'options' => [],
|
||||
'size' => ['width' => null, 'height' => null]
|
||||
];
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
private $types = [
|
||||
'bar',
|
||||
'horizontalBar',
|
||||
'bubble',
|
||||
'scatter',
|
||||
'doughnut',
|
||||
'line',
|
||||
'pie',
|
||||
'polarArea',
|
||||
'radar'
|
||||
];
|
||||
|
||||
/**
|
||||
* @param $name
|
||||
*
|
||||
* @return $this|Builder
|
||||
*/
|
||||
public function name($name)
|
||||
{
|
||||
$this->name = $name;
|
||||
$this->charts[$name] = $this->defaults;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $element
|
||||
*
|
||||
* @return Builder
|
||||
*/
|
||||
public function element($element)
|
||||
{
|
||||
return $this->set('element', $element);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $labels
|
||||
*
|
||||
* @return Builder
|
||||
*/
|
||||
public function labels(array $labels)
|
||||
{
|
||||
return $this->set('labels', $labels);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $datasets
|
||||
*
|
||||
* @return Builder
|
||||
*/
|
||||
public function datasets(array $datasets)
|
||||
{
|
||||
return $this->set('datasets', $datasets);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $type
|
||||
*
|
||||
* @return Builder
|
||||
*/
|
||||
public function type($type)
|
||||
{
|
||||
if (!in_array($type, $this->types)) {
|
||||
throw new \InvalidArgumentException('Invalid Chart type.');
|
||||
}
|
||||
return $this->set('type', $type);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $size
|
||||
*
|
||||
* @return Builder
|
||||
*/
|
||||
public function size($size)
|
||||
{
|
||||
return $this->set('size', $size);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array $options
|
||||
*
|
||||
* @return $this|Builder
|
||||
*/
|
||||
public function options(array $options)
|
||||
{
|
||||
foreach ($options as $key => $value) {
|
||||
$this->set('options.' . $key, $value);
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @param string|array $optionsRaw
|
||||
* @return \self
|
||||
*/
|
||||
public function optionsRaw($optionsRaw)
|
||||
{
|
||||
if (is_array($optionsRaw)) {
|
||||
$this->set('optionsRaw', json_encode($optionsRaw, true));
|
||||
return $this;
|
||||
}
|
||||
|
||||
$this->set('optionsRaw', $optionsRaw);
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function render()
|
||||
{
|
||||
$chart = $this->charts[$this->name];
|
||||
|
||||
return view('chart-template::chart-template')
|
||||
->with('datasets', $chart['datasets'])
|
||||
->with('element', $this->name)
|
||||
->with('labels', $chart['labels'])
|
||||
->with('options', isset($chart['options']) ? $chart['options'] : '')
|
||||
->with('optionsRaw', isset($chart['optionsRaw']) ? $chart['optionsRaw'] : '')
|
||||
->with('type', $chart['type'])
|
||||
->with('size', $chart['size']);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $key
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
private function get($key)
|
||||
{
|
||||
return array_get($this->charts[$this->name], $key);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $key
|
||||
* @param $value
|
||||
*
|
||||
* @return $this|Builder
|
||||
*/
|
||||
private function set($key, $value)
|
||||
{
|
||||
array_set($this->charts[$this->name], $key, $value);
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
<?php namespace Fx3costa\LaravelChartJs\Providers;
|
||||
|
||||
use Fx3costa\LaravelChartJs\Builder;
|
||||
use Fx3costa\LaravelChartJs\ChartBar;
|
||||
use Fx3costa\LaravelChartJs\ChartLine;
|
||||
use Fx3costa\LaravelChartJs\ChartPieAndDoughnut;
|
||||
use Fx3costa\LaravelChartJs\ChartRadar;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class ChartjsServiceProvider extends ServiceProvider
|
||||
{
|
||||
|
||||
/**
|
||||
* Array with colours configuration of the chartjs config file
|
||||
* @var array
|
||||
*/
|
||||
protected $colours = [];
|
||||
|
||||
public function boot()
|
||||
{
|
||||
$this->loadViewsFrom(__DIR__.'/../resources/views', 'chart-template');
|
||||
$this->colours = config('chartjs.colours');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Register the service provider.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
$this->app->bind('chartjs', function() {
|
||||
return new Builder();
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -1,22 +0,0 @@
|
||||
<canvas id="{!! $element !!}" width="{!! $size['width'] !!}" height="{!! $size['height'] !!}">
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
(function() {
|
||||
"use strict";
|
||||
let ctx = document.getElementById("{!! $element !!}");
|
||||
window.{!! $element !!} = new Chart(ctx, {
|
||||
type: '{!! $type !!}',
|
||||
data: {
|
||||
labels: {!! json_encode($labels) !!},
|
||||
datasets: {!! json_encode($datasets) !!}
|
||||
},
|
||||
@if(!empty($optionsRaw))
|
||||
options: {!! $optionsRaw !!}
|
||||
@elseif(!empty($options))
|
||||
options: {!! json_encode($options) !!}
|
||||
@endif
|
||||
});
|
||||
})();
|
||||
});
|
||||
</script>
|
||||
</canvas>
|
||||
@@ -10,7 +10,7 @@
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="{{ asset('js/app.js') }}" defer></script>
|
||||
<script src="{{ asset('js/app.js') }}"></script>
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="dns-prefetch" href="//fonts.gstatic.com">
|
||||
|
||||
@@ -897,11 +897,12 @@ class Connection implements ConnectionInterface
|
||||
if (is_null($this->doctrineConnection)) {
|
||||
$driver = $this->getDoctrineDriver();
|
||||
|
||||
$this->doctrineConnection = new DoctrineConnection([
|
||||
$this->doctrineConnection = new DoctrineConnection(array_filter([
|
||||
'pdo' => $this->getPdo(),
|
||||
'dbname' => $this->getConfig('database'),
|
||||
'driver' => $driver->getName(),
|
||||
], $driver);
|
||||
'serverVersion' => $this->getConfig('server_version'),
|
||||
]), $driver);
|
||||
}
|
||||
|
||||
return $this->doctrineConnection;
|
||||
|
||||
@@ -16,7 +16,7 @@ trait QueriesRelationships
|
||||
/**
|
||||
* Add a relationship count / exists condition to the query.
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|\Illuminate\Database\Eloquent\Relations\Relation $relation
|
||||
* @param string $operator
|
||||
* @param int $count
|
||||
* @param string $boolean
|
||||
@@ -25,14 +25,16 @@ trait QueriesRelationships
|
||||
*/
|
||||
public function has($relation, $operator = '>=', $count = 1, $boolean = 'and', Closure $callback = null)
|
||||
{
|
||||
if (strpos($relation, '.') !== false) {
|
||||
return $this->hasNested($relation, $operator, $count, $boolean, $callback);
|
||||
if (is_string($relation)) {
|
||||
if (strpos($relation, '.') !== false) {
|
||||
return $this->hasNested($relation, $operator, $count, $boolean, $callback);
|
||||
}
|
||||
|
||||
$relation = $this->getRelationWithoutConstraints($relation);
|
||||
}
|
||||
|
||||
$relation = $this->getRelationWithoutConstraints($relation);
|
||||
|
||||
if ($relation instanceof MorphTo) {
|
||||
throw new RuntimeException('has() and whereHas() do not support MorphTo relationships.');
|
||||
throw new RuntimeException('Please use whereHasMorph() for MorphTo relationships.');
|
||||
}
|
||||
|
||||
// If we only need to check for the existence of the relation, then we can optimize
|
||||
@@ -182,6 +184,167 @@ trait QueriesRelationships
|
||||
return $this->doesntHave($relation, 'or', $callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query.
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @param string $operator
|
||||
* @param int $count
|
||||
* @param string $boolean
|
||||
* @param \Closure|null $callback
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function hasMorph($relation, $types, $operator = '>=', $count = 1, $boolean = 'and', Closure $callback = null)
|
||||
{
|
||||
$relation = $this->getRelationWithoutConstraints($relation);
|
||||
|
||||
$types = (array) $types;
|
||||
|
||||
if ($types === ['*']) {
|
||||
$types = $this->model->newModelQuery()->distinct()->pluck($relation->getMorphType())->all();
|
||||
|
||||
foreach ($types as &$type) {
|
||||
$type = Relation::getMorphedModel($type) ?? $type;
|
||||
}
|
||||
}
|
||||
|
||||
return $this->where(function ($query) use ($relation, $callback, $operator, $count, $types) {
|
||||
foreach ($types as $type) {
|
||||
$query->orWhere(function ($query) use ($relation, $callback, $operator, $count, $type) {
|
||||
$belongsTo = $this->getBelongsToRelation($relation, $type);
|
||||
|
||||
if ($callback) {
|
||||
$callback = function ($query) use ($callback, $type) {
|
||||
return $callback($query, $type);
|
||||
};
|
||||
}
|
||||
|
||||
$query->where($relation->getMorphType(), '=', (new $type)->getMorphClass())
|
||||
->whereHas($belongsTo, $callback, $operator, $count);
|
||||
});
|
||||
}
|
||||
}, null, null, $boolean);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the BelongsTo relationship for a single polymorphic type.
|
||||
*
|
||||
* @param \Illuminate\Database\Eloquent\Relations\MorphTo $relation
|
||||
* @param string $type
|
||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
||||
*/
|
||||
protected function getBelongsToRelation(MorphTo $relation, $type)
|
||||
{
|
||||
$belongsTo = Relation::noConstraints(function () use ($relation, $type) {
|
||||
return $this->model->belongsTo(
|
||||
$type,
|
||||
$relation->getForeignKeyName(),
|
||||
$relation->getOwnerKeyName()
|
||||
);
|
||||
});
|
||||
|
||||
$belongsTo->getQuery()->mergeConstraintsFrom($relation->getQuery());
|
||||
|
||||
return $belongsTo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query with an "or".
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @param string $operator
|
||||
* @param int $count
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function orHasMorph($relation, $types, $operator = '>=', $count = 1)
|
||||
{
|
||||
return $this->hasMorph($relation, $types, $operator, $count, 'or');
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query.
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @param string $boolean
|
||||
* @param \Closure|null $callback
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function doesntHaveMorph($relation, $types, $boolean = 'and', Closure $callback = null)
|
||||
{
|
||||
return $this->hasMorph($relation, $types, '<', 1, $boolean, $callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query with an "or".
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function orDoesntHaveMorph($relation, $types)
|
||||
{
|
||||
return $this->doesntHaveMorph($relation, $types, 'or');
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query with where clauses.
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @param \Closure|null $callback
|
||||
* @param string $operator
|
||||
* @param int $count
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function whereHasMorph($relation, $types, Closure $callback = null, $operator = '>=', $count = 1)
|
||||
{
|
||||
return $this->hasMorph($relation, $types, $operator, $count, 'and', $callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query with where clauses and an "or".
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @param \Closure $callback
|
||||
* @param string $operator
|
||||
* @param int $count
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function orWhereHasMorph($relation, $types, Closure $callback = null, $operator = '>=', $count = 1)
|
||||
{
|
||||
return $this->hasMorph($relation, $types, $operator, $count, 'or', $callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query with where clauses.
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @param \Closure|null $callback
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function whereDoesntHaveMorph($relation, $types, Closure $callback = null)
|
||||
{
|
||||
return $this->doesntHaveMorph($relation, $types, 'and', $callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a polymorphic relationship count / exists condition to the query with where clauses and an "or".
|
||||
*
|
||||
* @param string $relation
|
||||
* @param string|array $types
|
||||
* @param \Closure $callback
|
||||
* @return \Illuminate\Database\Eloquent\Builder|static
|
||||
*/
|
||||
public function orWhereDoesntHaveMorph($relation, $types, Closure $callback = null)
|
||||
{
|
||||
return $this->doesntHaveMorph($relation, $types, 'or', $callback);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add subselect queries to count the relations.
|
||||
*
|
||||
|
||||
@@ -367,7 +367,7 @@ abstract class Relation
|
||||
*/
|
||||
public static function getMorphedModel($alias)
|
||||
{
|
||||
return self::$morphMap[$alias] ?? null;
|
||||
return static::$morphMap[$alias] ?? null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -121,7 +121,7 @@ class ChangeColumn
|
||||
$options['length'] = static::calculateDoctrineTextLength($fluent['type']);
|
||||
}
|
||||
|
||||
if ($fluent['type'] === 'json') {
|
||||
if (in_array($fluent['type'], ['json', 'binary'])) {
|
||||
$options['customSchemaOptions'] = [
|
||||
'collation' => '',
|
||||
];
|
||||
|
||||
@@ -29,7 +29,7 @@ class Application extends Container implements ApplicationContract, HttpKernelIn
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '5.8.26';
|
||||
const VERSION = '5.8.27';
|
||||
|
||||
/**
|
||||
* The base path for the Laravel installation.
|
||||
|
||||
@@ -205,7 +205,7 @@ class Handler implements ExceptionHandlerContract
|
||||
} elseif ($e instanceof TokenMismatchException) {
|
||||
$e = new HttpException(419, $e->getMessage(), $e);
|
||||
} elseif ($e instanceof SuspiciousOperationException) {
|
||||
$e = new NotFoundHttpException(null, $e);
|
||||
$e = new NotFoundHttpException('Bad hostname provided.', $e);
|
||||
}
|
||||
|
||||
return $e;
|
||||
|
||||
@@ -63,6 +63,6 @@ class Mix
|
||||
}
|
||||
}
|
||||
|
||||
return new HtmlString($manifestDirectory.$manifest[$path]);
|
||||
return new HtmlString(app('config')->get('app.mix_url').$manifestDirectory.$manifest[$path]);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -190,7 +190,7 @@ class ProviderRepository
|
||||
throw new Exception('The bootstrap/cache directory must be present and writable.');
|
||||
}
|
||||
|
||||
$this->files->put(
|
||||
$this->files->replace(
|
||||
$this->manifestPath, '<?php return '.var_export($manifest, true).';'
|
||||
);
|
||||
|
||||
|
||||
@@ -1042,7 +1042,7 @@ class TestResponse
|
||||
/**
|
||||
* Dump the content from the response.
|
||||
*
|
||||
* @return void
|
||||
* @return $this
|
||||
*/
|
||||
public function dump()
|
||||
{
|
||||
@@ -1054,17 +1054,21 @@ class TestResponse
|
||||
$content = $json;
|
||||
}
|
||||
|
||||
dd($content);
|
||||
dump($content);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Dump the headers from the response.
|
||||
*
|
||||
* @return void
|
||||
* @return $this
|
||||
*/
|
||||
public function dumpHeaders()
|
||||
{
|
||||
dd($this->headers->all());
|
||||
dump($this->headers->all());
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -64,12 +64,16 @@ class MailgunTransport extends Transport
|
||||
|
||||
$message->setBcc([]);
|
||||
|
||||
$this->client->request(
|
||||
$response = $this->client->request(
|
||||
'POST',
|
||||
"https://{$this->endpoint}/v3/{$this->domain}/messages.mime",
|
||||
$this->payload($message, $to)
|
||||
);
|
||||
|
||||
$message->getHeaders()->addTextHeader(
|
||||
'X-Mailgun-Message-ID', $this->getMessageId($response)
|
||||
);
|
||||
|
||||
$this->sendPerformed($message);
|
||||
|
||||
return $this->numberOfRecipients($message);
|
||||
@@ -129,6 +133,19 @@ class MailgunTransport extends Transport
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the message ID from the response.
|
||||
*
|
||||
* @param \Psr\Http\Message\ResponseInterface $response
|
||||
* @return string
|
||||
*/
|
||||
protected function getMessageId($response)
|
||||
{
|
||||
return object_get(
|
||||
json_decode($response->getBody()->getContents()), 'id'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the API key being used by the transport.
|
||||
*
|
||||
|
||||
@@ -204,6 +204,17 @@ class RedisManager implements Factory
|
||||
$this->events = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the default driver.
|
||||
*
|
||||
* @param string $driver
|
||||
* @return void
|
||||
*/
|
||||
public function setDriver($driver)
|
||||
{
|
||||
$this->driver = $driver;
|
||||
}
|
||||
|
||||
/**
|
||||
* Pass methods onto the default Redis connection.
|
||||
*
|
||||
|
||||
@@ -9,7 +9,7 @@ class MiddlewareNameResolver
|
||||
/**
|
||||
* Resolve the middleware name to a class name(s) preserving passed parameters.
|
||||
*
|
||||
* @param string $name
|
||||
* @param \Closure|string $name
|
||||
* @param array $map
|
||||
* @param array $middlewareGroups
|
||||
* @return \Closure|string|array
|
||||
|
||||
@@ -632,7 +632,7 @@ class Str
|
||||
'l' => ['ł', 'ľ', 'ĺ', 'ļ', 'ŀ', 'л', 'λ', 'ل', 'လ', 'ლ', 'l'],
|
||||
'm' => ['м', 'μ', 'م', 'မ', 'მ', 'm'],
|
||||
'n' => ['ñ', 'ń', 'ň', 'ņ', 'ʼn', 'ŋ', 'ν', 'н', 'ن', 'န', 'ნ', 'n'],
|
||||
'o' => ['ó', 'ò', 'ỏ', 'õ', 'ọ', 'ô', 'ố', 'ồ', 'ổ', 'ỗ', 'ộ', 'ơ', 'ớ', 'ờ', 'ở', 'ỡ', 'ợ', 'ø', 'ō', 'ő', 'ŏ', 'ο', 'ὀ', 'ὁ', 'ὂ', 'ὃ', 'ὄ', 'ὅ', 'ὸ', 'ό', 'о', 'و', 'θ', 'ို', 'ǒ', 'ǿ', 'º', 'ო', 'ओ', 'o', 'ö'],
|
||||
'o' => ['ó', 'ò', 'ỏ', 'õ', 'ọ', 'ô', 'ố', 'ồ', 'ổ', 'ỗ', 'ộ', 'ơ', 'ớ', 'ờ', 'ở', 'ỡ', 'ợ', 'ø', 'ō', 'ő', 'ŏ', 'ο', 'ὀ', 'ὁ', 'ὂ', 'ὃ', 'ὄ', 'ὅ', 'ὸ', 'ό', 'о', 'و', 'ို', 'ǒ', 'ǿ', 'º', 'ო', 'ओ', 'o', 'ö'],
|
||||
'p' => ['п', 'π', 'ပ', 'პ', 'پ', 'p'],
|
||||
'q' => ['ყ', 'q'],
|
||||
'r' => ['ŕ', 'ř', 'ŗ', 'р', 'ρ', 'ر', 'რ', 'r'],
|
||||
@@ -665,7 +665,7 @@ class Str
|
||||
'shch' => ['щ'],
|
||||
'ss' => ['ß'],
|
||||
'sx' => ['ŝ'],
|
||||
'th' => ['þ', 'ϑ', 'ث', 'ذ', 'ظ'],
|
||||
'th' => ['þ', 'ϑ', 'θ', 'ث', 'ذ', 'ظ'],
|
||||
'ts' => ['ц', 'ც', 'წ'],
|
||||
'ue' => ['ü'],
|
||||
'uu' => ['ऊ'],
|
||||
@@ -687,7 +687,7 @@ class Str
|
||||
'L' => ['Ĺ', 'Ł', 'Л', 'Λ', 'Ļ', 'Ľ', 'Ŀ', 'ल', 'L'],
|
||||
'M' => ['М', 'Μ', 'M'],
|
||||
'N' => ['Ń', 'Ñ', 'Ň', 'Ņ', 'Ŋ', 'Н', 'Ν', 'N'],
|
||||
'O' => ['Ó', 'Ò', 'Ỏ', 'Õ', 'Ọ', 'Ô', 'Ố', 'Ồ', 'Ổ', 'Ỗ', 'Ộ', 'Ơ', 'Ớ', 'Ờ', 'Ở', 'Ỡ', 'Ợ', 'Ø', 'Ō', 'Ő', 'Ŏ', 'Ο', 'Ό', 'Ὀ', 'Ὁ', 'Ὂ', 'Ὃ', 'Ὄ', 'Ὅ', 'Ὸ', 'Ό', 'О', 'Θ', 'Ө', 'Ǒ', 'Ǿ', 'O', 'Ö'],
|
||||
'O' => ['Ó', 'Ò', 'Ỏ', 'Õ', 'Ọ', 'Ô', 'Ố', 'Ồ', 'Ổ', 'Ỗ', 'Ộ', 'Ơ', 'Ớ', 'Ờ', 'Ở', 'Ỡ', 'Ợ', 'Ø', 'Ō', 'Ő', 'Ŏ', 'Ο', 'Ό', 'Ὀ', 'Ὁ', 'Ὂ', 'Ὃ', 'Ὄ', 'Ὅ', 'Ὸ', 'Ό', 'О', 'Ө', 'Ǒ', 'Ǿ', 'O', 'Ö'],
|
||||
'P' => ['П', 'Π', 'P'],
|
||||
'Q' => ['Q'],
|
||||
'R' => ['Ř', 'Ŕ', 'Р', 'Ρ', 'Ŗ', 'R'],
|
||||
@@ -715,7 +715,7 @@ class Str
|
||||
'Sh' => ['Ш'],
|
||||
'Shch' => ['Щ'],
|
||||
'Ss' => ['ẞ'],
|
||||
'Th' => ['Þ'],
|
||||
'Th' => ['Þ', 'Θ'],
|
||||
'Ts' => ['Ц'],
|
||||
'Ya' => ['Я'],
|
||||
'Yu' => ['Ю'],
|
||||
|
||||
@@ -193,9 +193,10 @@ class NotificationFake implements NotificationFactory, NotificationDispatcher
|
||||
*
|
||||
* @param \Illuminate\Support\Collection|array|mixed $notifiables
|
||||
* @param mixed $notification
|
||||
* @param array|null $channels
|
||||
* @return void
|
||||
*/
|
||||
public function sendNow($notifiables, $notification)
|
||||
public function sendNow($notifiables, $notification, array $channels = null)
|
||||
{
|
||||
if (! $notifiables instanceof Collection && ! is_array($notifiables)) {
|
||||
$notifiables = [$notifiables];
|
||||
@@ -208,7 +209,7 @@ class NotificationFake implements NotificationFactory, NotificationDispatcher
|
||||
|
||||
$this->notifications[get_class($notifiable)][$notifiable->getKey()][get_class($notification)][] = [
|
||||
'notification' => $notification,
|
||||
'channels' => $notification->via($notifiable),
|
||||
'channels' => $channels ?: $notification->via($notifiable),
|
||||
'notifiable' => $notifiable,
|
||||
'locale' => $notification->locale ?? $this->locale ?? value(function () use ($notifiable) {
|
||||
if ($notifiable instanceof HasLocalePreference) {
|
||||
|
||||
4
vendor/laravel/horizon/src/AutoScaler.php
vendored
4
vendor/laravel/horizon/src/AutoScaler.php
vendored
@@ -115,10 +115,10 @@ class AutoScaler
|
||||
|
||||
$poolProcesses = $pool->totalProcessCount();
|
||||
|
||||
if (round($workers) > $poolProcesses &&
|
||||
if (ceil($workers) > $poolProcesses &&
|
||||
$this->wouldNotExceedMaxProcesses($supervisor)) {
|
||||
$pool->scale($poolProcesses + 1);
|
||||
} elseif (round($workers) < $poolProcesses &&
|
||||
} elseif (ceil($workers) < $poolProcesses &&
|
||||
$poolProcesses > $supervisor->options->minProcesses) {
|
||||
$pool->scale($poolProcesses - 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user