first commit

This commit is contained in:
2024-07-15 12:33:27 +02:00
commit ce50ae282b
22084 changed files with 2623791 additions and 0 deletions

View File

@@ -0,0 +1,173 @@
attributes:
js:
js/attributes.js: {}
dependencies:
- core/jquery
- core/internal.underscore
# This is automatically extended with JavaScript and CSS for CDN based themes.
# If sub-theme uses a starterkit like LESS or SASS, then it should extend this
# library to add in the compiled CSS and JavaScript sources.
framework:
css: {}
js: {}
dependencies:
- core/jquery
drupal.bootstrap:
js:
js/drupal.bootstrap.js: {}
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- core/internal.underscore
- bootstrap/framework
dialog:
js:
js/dialog.js: {}
dependencies:
- bootstrap/theme
- bootstrap/modal
# Create a library placeholder for livereload.
# This is altered dynamically based on the set URL.
# @see \Drupal\bootstrap\Plugin\Alter\LibraryInfo::alter
livereload:
js:
livereload.js: {}
theme:
js:
js/theme.js: {}
dependencies:
- bootstrap/drupal.bootstrap
- bootstrap/attributes
theme-settings:
js:
js/theme-settings.js: {}
dependencies:
- core/jquery
- core/once
- core/drupal
- core/drupalSettings
dropdown:
js:
js/dropdown.js: {}
dependencies:
- bootstrap/theme
modal:
js:
js/modal.js: {}
dependencies:
- core/internal.underscore
- bootstrap/theme
modal.jquery.ui.bridge:
js:
js/modal.jquery.ui.bridge.js: {}
dependencies:
- bootstrap/modal
- jquery_ui/core
- jquery_ui_draggable/draggable
- jquery_ui_resizable/resizable
popover:
js:
js/popover.js: {}
dependencies:
- bootstrap/theme
tooltip:
js:
js/tooltip.js: {}
dependencies:
- bootstrap/theme
# libraries-extend
drupal.ajax:
js:
js/misc/ajax.js: {}
drupal.autocomplete:
js:
js/misc/autocomplete.js: {}
drupal.dialog.ajax:
js:
js/misc/dialog.ajax.js: {}
dependencies:
- bootstrap/drupal.bootstrap
drupal.form:
js:
js/misc/form.js: {}
dependencies:
- bootstrap/theme
drupal.message:
js:
js/misc/message.js: {}
drupal.progress:
js:
js/misc/progress.js: {}
drupal.states:
js:
js/misc/states.js: {}
drupal.tabledrag:
js:
js/misc/tabledrag.js: {}
drupal.tableheader:
js:
js/misc/tableheader.js: {}
image_widget_crop:
js:
js/modules/image_widget_crop/ImageWidgetCrop.js: {}
views.ajax:
js:
js/modules/views/ajax_view.js: {}
# libraries-override
drupal.batch:
js:
js/misc/batch.js: { cache: false }
dependencies:
- bootstrap/theme
- core/drupal.ajax
- core/drupal.progress
- core/once
drupal.filter:
version: VERSION
js:
js/modules/filter/filter.js: {}
dependencies:
- core/jquery
- core/drupal
- core/once
drupal.text:
js:
js/text/text.js: {}
dependencies:
- core/jquery
- core/once
- core/drupal
drupal.vertical-tabs:
js:
js/misc/vertical-tabs.js: {}
dependencies:
- bootstrap/theme
- core/once
- core/drupal.form