diff --git a/source/php/Component/FilterSelect/FilterSelect.php b/source/php/Component/FilterSelect/FilterSelect.php deleted file mode 100644 index eb4622e2..00000000 --- a/source/php/Component/FilterSelect/FilterSelect.php +++ /dev/null @@ -1,15 +0,0 @@ -data); - if ($shadow) { - $this->data['classList'][] = $this->getBaseClass('shadow', true); - } - } -} diff --git a/source/php/Component/FilterSelect/filterSelect.blade.php b/source/php/Component/FilterSelect/filterSelect.blade.php deleted file mode 100644 index b51cf200..00000000 --- a/source/php/Component/FilterSelect/filterSelect.blade.php +++ /dev/null @@ -1,59 +0,0 @@ -
- - @select([ - 'multiple' => true, - 'options' => $options, - 'name' => $name, - 'preselected' => $preselected, - 'classList' => [$baseClass . '__select'] - ]) - @endselect -
-
-
- {{ $placeholder }} - -
- @icon([ - 'icon' => 'expand_less', - 'size' => 'md', - 'classList' => [$baseClass . '__expand-less-icon'] - ]) - @endicon - @icon([ - 'icon' => 'expand_more', - 'size' => 'md', - 'classList' => [$baseClass . '__expand-more-icon'] - ]) - @endicon -
-
- @foreach ($options as $value => $name) -
- {!! $name !!} - @icon([ - 'icon' => 'check_box_outline_blank', - 'size' => 'md', - 'classList' => [$baseClass . '__unchecked-icon'] - ]) - @endicon - @icon([ - 'icon' => 'check_box', - 'size' => 'md', - 'classList' => [$baseClass . '__checked-icon'] - ]) - @endicon -
- @endforeach -
-
-
diff --git a/source/php/Component/FilterSelect/filterSelect.json b/source/php/Component/FilterSelect/filterSelect.json deleted file mode 100644 index 4d4b30a1..00000000 --- a/source/php/Component/FilterSelect/filterSelect.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "slug": "filterSelect", - "default": { - "options": [], - "name": "", - "placeholder": "", - "preselected": "", - "shadow": false - }, - "description": { - "options": "An array with options", - "name": "The name attribute of the