|
@@ -41,7 +41,6 @@ use Symfony\Component\HttpFoundation\Response;
|
|
|
* @method Field\Id id($column, $label = '')
|
|
* @method Field\Id id($column, $label = '')
|
|
|
* @method Field\Ip ip($column, $label = '')
|
|
* @method Field\Ip ip($column, $label = '')
|
|
|
* @method Field\Url url($column, $label = '')
|
|
* @method Field\Url url($column, $label = '')
|
|
|
- * @method Field\Color color($column, $label = '')
|
|
|
|
|
* @method Field\Email email($column, $label = '')
|
|
* @method Field\Email email($column, $label = '')
|
|
|
* @method Field\Mobile mobile($column, $label = '')
|
|
* @method Field\Mobile mobile($column, $label = '')
|
|
|
* @method Field\Slider slider($column, $label = '')
|
|
* @method Field\Slider slider($column, $label = '')
|
|
@@ -106,7 +105,6 @@ class Form implements Renderable
|
|
|
protected static $availableFields = [
|
|
protected static $availableFields = [
|
|
|
'button' => Field\Button::class,
|
|
'button' => Field\Button::class,
|
|
|
'checkbox' => Field\Checkbox::class,
|
|
'checkbox' => Field\Checkbox::class,
|
|
|
- 'color' => Field\Color::class,
|
|
|
|
|
'currency' => Field\Currency::class,
|
|
'currency' => Field\Currency::class,
|
|
|
'date' => Field\Date::class,
|
|
'date' => Field\Date::class,
|
|
|
'dateRange' => Field\DateRange::class,
|
|
'dateRange' => Field\DateRange::class,
|