Results

03.07.2020
gin 8.x-3.0-alpha22 :: gin.libraries.yml
  header: true
  js:
    dist/js/gin_init.js: { minified: true, preprocess: false, weight: -99 }
 
gin_toolbar:
  css:
    theme:
      dist/css/gin_toolbar.css: { minified: true }
  js:
24.07.2020
github_cards 8.x-1.x-dev :: github_cards.libraries.yml
      css/github_cards.github_card.css: {}
 
#base: CSS reset/normalize plus HTML element styling. Key assigns a weight of CSS_BASE = -200
#layout: macro arrangement of a web page, including any grid systems. Key assigns a weight of CSS_LAYOUT = -100
#component: discrete, reusable UI elements. Key assigns a weight of CSS_COMPONENT = 0
#state: styles that deal with client-side changes to components. Key assigns a weight of CSS_STATE = 100
#theme: purely visual styling (“look-and-feel”) for a component. Key assigns a weight of CSS_THEME = 200
16.03.2020
gridstack 8.x-2.5 :: gridstack.libraries.yml
    gpl-compatible: true
  js:
    /libraries/gridstack/dist/gridstack.min.js: { minified: true, weight: -2 }
  dependencies:
    - core/jquery
    - core/underscore
 
# The minimum CSS rules to support both native CSS Grid and dynamic layout like
# Oulayer (Masonry/Packery/Isotope filterable) layouts.
all:
  js:
    /libraries/gridstack/dist/gridstack.jQueryUI.min.js: { minified: true, weight: -2 }
  dependencies:
    - gridstack/ui
    - gridstack/gridstack
 
# Can be enabled via Use non-minified GridStack library option.
dev:
dev:
  js:
    /libraries/gridstack/dist/gridstack.js: { weight: -2 }
    /libraries/gridstack/dist/gridstack.jQueryUI.js: { weight: -2 }
  dependencies:
    - gridstack/ui
 
# Basic layout fixes to avoid broken boxes when containing blocks.
layout:
  css:
      css/gridstack.layout.css: {}
 
# Front-end (js-driven) uses lightweight Undescore, not Lodash.
base:
  css:
    base:
      css/gridstack.css: {}
    theme:
       css/gridstack.theme.css: {}
backbone:
  js:
    js/admin/gridstack.admin.base.min.js: { minified: true, weight: -0.009 }
    js/admin/gridstack.admin.backbone.model.min.js: { minified: true, weight: -0.008 }
    js/admin/gridstack.admin.backbone.view.min.js: { minified: true, weight: -0.007 }
    js/admin/gridstack.admin.backbone.crud.min.js: { minified: true, weight: -0.006 }
    js/admin/gridstack.admin.backbone.min.js: { minified: true, weight: -0.005 }
    js/admin/gridstack.admin.ui.min.js: { minified: true, weight: -0.004 }
  dependencies:
    - core/jquery
    - core/backbone
    - blazy/dblazy
 
# Admin UI only.
admin:
  js:
    js/admin/gridstack.admin.min.js: { minified: true, weight: -0.003 }
  dependencies:
    - gridstack/backbone
    - gridstack/admin_base
 
# Required by GridStack JS and native CSS Grid to make it responsive.
fe:
fe:
  js:
    js/gridstack.fe.min.js: { minified: true, weight: -0.003 }
  css:
    theme:
      css/gridstack.js.css: {}
  dependencies:
    - gridstack/base
native:
  js:
    js/gridstack.native.min.js: { minified: true, weight: -0.002 }
  css:
    theme:
      css/gridstack.native.css: {}
  dependencies:
    - gridstack/fe
load:
  js:
    js/gridstack.load.min.js: { minified: true, weight: -0.002 }
  dependencies:
    - gridstack/gridstack
    - gridstack/library
    - gridstack/fe
 
skin:
11.09.2020
html5shiv 8.x-1.1 :: html5shiv.libraries.yml
  gpl-compatible: true
js:
  html5shiv/html5shiv.min.js: { weight: -22, browsers: { IE: 'lte IE 8', '!IE': false }, minified: true }
02.07.2018
hyphenator 8.x-1.x-dev :: hyphenator.libraries.yml
  version: 5.x
  js:
    /libraries/Hyphenator/Hyphenator.js: { weight: -4}
  dependencies:
    - hyphenator.load
 
hyphenator.load:
  version: 1.x
  js:
31.01.2020
jquery_migrate 8.x-1.0 :: jquery_migrate.libraries.yml
  gpl-compatible: true
js:
  assets/jquery-migrate/jquery-migrate.js: { minified: true, weight: -19 }
20.08.2020
layout_content 1.0.0-rc3 :: layout_content.libraries.yml
    https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/theme/isotope.min.css: {}
js:
  https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/codemirror.min.js: { weight: -1 }
  https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/addon/runmode/runmode.min.js: {}
  https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/addon/display/placeholder.min.js: {}
  https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.56.0/mode/yaml/yaml.min.js: {}
  layout_content.codemirror.js: {}
dependencies:
  - core/drupal
21.05.2018
loopit 8.x-1.x-dev :: dumpers/loopit_krumo/loopit_krumo.libraries.yml
css:
  theme:
    css/search_krumo.css: { weight: -10 }
js:
  js/search_krumo.search.js: {}
  js/search_krumo.trail.js: {}
dependencies:
  - loopit_krumo/krumo_path
  - core/drupal
18.02.2020
lory 8.x-1.x-dev :: lory.libraries.yml
    gpl-compatible: true
  js:
    /libraries/lory/dist/lory.min.js: { minified: true, weight: -4 }
 
extend:
  version: VERSION
  js:
    js/lory.extend.min.js: { minified: true, weight: -3 }
  dependencies:
    - core/drupal
    - blazy/dblazy
    - lory/lory
 
load:
18.04.2018
louie 8.x-1.x-dev :: hammock/MOWGLI/MOWGLI.libraries.yml
js:
  # Everything is now imported into app.js using ES6 import statements.
  js/app.js: { weight: -1 }
dependencies:
  - core/jquery
  - core/drupal
  - core/drupalSettings
  - core/drupal.ajax
  - core/jquery.once
24.06.2020
openlucius 2.0.0-alpha3 :: modules/apps/ol_stream/ol_stream.libraries.yml
    css/stream.css: {}
js:
  js/stream.js: { weight: -10, attributes: { defer: true}  }
  js/stream_layout.js: { weight: -10, attributes: { defer: true} }
10.02.2018
pixture_reloaded 8.x-3.x-dev :: pixture_reloaded.libraries.yml
  css:
    theme:
      styles/css/generated/custom-css.css: { weight: 1000 }
 
breadcrumb:
  version: 8.x-1.0
  css:
    theme:
      styles/css/generated/breadcrumb.css: {}
css:
  theme:
    styles/css/custom.css: { weight: 1000 }
28.08.2018
presto 8.x-2.2 :: themes/presto_theme/presto_theme.libraries.yml
#     gpl-compatible: true
#   js:
#     https://cdnjs.cloudflare.com/ajax/libs/lity/2.2.2/lity.min.js: { type: external, weight: -5, minified: true }
#   css:
#     base:
#       https://cdnjs.cloudflare.com/ajax/libs/lity/2.2.2/lity.min.css: { type: external, minified: true }
  # dependencies:
  #   - core/jquery
    css/style.css: { media: screen }
js:
  js/compiled/presto.js: { weight: -20, defer: false, minified: true }
dependencies:
  - core/drupal
  - core/drupalSettings
01.02.2018
redux 8.x-1.0-alpha1 :: redux.libraries.yml
version: 1.x
js:
  js/lib/index.js: { weight: -15 }
15.01.2020
select2_widget 8.x-1.x-dev :: select2_widget.libraries.yml
select2.widget:
  js:
    js/select2.js: { weight: -1, minified: false }
  css:
    layout:
      css/select2.css: {}
  dependencies:
    - select2_widget/select2.full
10.06.2020
skype 8.x-1.2 :: skype.libraries.yml
  header: true
  js:
    http://www.skypeassets.com/i/scom/js/skype-uri.js: {type: external, weight: -10}
skype.library.secure:
  version: VERSION
  header: true
  js:
    https://secure.skypeassets.com/i/scom/js/skype-uri.js: {type: external, weight: -10}
skype.chat.canvas:
  version: VERSION
  js:
    https://swc.cdn.skype.com/sdk/v1/sdk.min.js: {type: external}
22.05.2020
vartheme_bs4 8.x-6.10 :: VARTHEME_BS4_SUBTHEME/VARTHEME_BS4_SUBTHEME.libraries.yml
      css/components/ui-dialog.component.css: {}
      css/components/ui-widget.component.css: {}
      css/components/user.component.css: { weight: -10 }
      css/components/vertical-tabs.component.css: {}
      css/components/views.component.css: {}
 
# Bootstrap global styles RTL library.
bootstrap-styles-rtl:
  css:
  css/components/navbar.admin.component.css: {}
  css/components/navbar.component.css: {}
  css/components/progress-bar.component.css: { weight: -10 }
  css/components/varicons.component.css: {}
  css/components/vb-tags.component.css: {}
layout:
  css/layout/edge2edge.layout.css: {}
  css/layout/equal-height.layout.css: {}
  css/layout/print.layout.css: {}
  css:
    component:
      css/components/file.component.css: { weight: -10 }
 
form:
  css:
    component:
      css/components/form.component.css: {}
  css:
    component:
      css/components/node.component.css: { weight: -10 }
 
sidebar-collapse:
  js:
    js/bootstrap_barrio/sidebar-collapse.js: { external: true }
  css:
    component:
22.05.2020
vartheme_bs4 8.x-6.10 :: vartheme_bs4.libraries.yml
      css/components/ui-dialog.component.css: {}
      css/components/ui-widget.component.css: {}
      css/components/user.component.css: { weight: -10 }
      css/components/vertical-tabs.component.css: {}
      css/components/views.component.css: {}
 
# Bootstrap global styles RTL library.
bootstrap-styles-rtl:
  css:
  css/components/navbar.admin.component.css: {}
  css/components/navbar.component.css: {}
  css/components/progress-bar.component.css: { weight: -10 }
  css/components/varicons.component.css: {}
  css/components/vb-tags.component.css: {}
layout:
  css/layout/edge2edge.layout.css: {}
  css/layout/equal-height.layout.css: {}
  css/layout/print.layout.css: {}
  css:
    component:
      css/components/file.component.css: { weight: -10 }
 
form:
  css:
    component:
      css/components/form.component.css: {}
  css:
    component:
      css/components/node.component.css: { weight: -10 }
 
sidebar-collapse:
  js:
    js/bootstrap_barrio/sidebar-collapse.js: { external: true }
  css:
    component:
15.11.2020
easy_360 1.x-dev :: easy_360.libraries.yml
header: true
js:
  js/viewer.js: { weight: 0, minified: false }
dependencies:
  - core/drupal
  - core/drupalSettings
  - core/jquery.once
  - easy_360/easy_360_product_viewer
17.01.2021
at_corolla 1.1.0 :: corolla.libraries.yml
  css:
    theme:
      styles/css/generated/custom-css.css: { weight: 1000 }
 
breadcrumb:
  version: 8.x-1.0
  css:
    theme:
      styles/css/generated/breadcrumb.css: {}
css:
  theme:
    styles/css/custom.css: { weight: 1000 }

Pages

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc