cas-ds-web-components 1.2.37 → 1.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cas-ds-web-components.js +885 -1520
- package/build/cas-header.js +785 -1420
- package/build/cas-radio-button.js +1 -1
- package/build/cas-select.js +424 -1070
- package/package.json +1 -1
- package/build/cas-banners-cta.js +0 -175
- package/build/cas-select-v2.js +0 -3774
|
@@ -356,7 +356,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
356
356
|
* @license
|
|
357
357
|
* Copyright (c) 2021 - 2023 Vaadin Ltd.
|
|
358
358
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
359
|
-
*/function Li(i){const t=customElements.get(i.is);if(!t)Object.defineProperty(i,"version",{get(){return"24.3.0-alpha2"}}),customElements.define(i.is,i);else{const e=t.version;e&&i.version&&e===i.version?console.warn(`The component ${i.is}
|
|
359
|
+
*/function Li(i){const t=customElements.get(i.is);if(!t)Object.defineProperty(i,"version",{get(){return"24.3.0-alpha2"}}),customElements.define(i.is,i);else{const e=t.version;e&&i.version&&e===i.version?console.warn(`The component ${i.is} has been loaded twice`):console.error(`Tried to define ${i.is} version ${i.version} when version ${t.version} is already in use. Something will probably break.`)}}const co=/\/\*[\*!]\s+vaadin-dev-mode:start([\s\S]*)vaadin-dev-mode:end\s+\*\*\//i,Ct=window.Vaadin&&window.Vaadin.Flow&&window.Vaadin.Flow.clients;function ho(){function i(){return!0}return Ii(i)}function uo(){try{return fo()?!0:po()?Ct?!_o():!ho():!1}catch{return!1}}function fo(){return localStorage.getItem("vaadin.developmentmode.force")}function po(){return["localhost","127.0.0.1"].indexOf(window.location.hostname)>=0}function _o(){return!!(Ct&&Object.keys(Ct).map(t=>Ct[t]).filter(t=>t.productionMode).length>0)}function Ii(i,t){if(typeof i!="function")return;const e=co.exec(i.toString());if(e)try{i=new Function(e[1])}catch(r){console.log("vaadin-development-mode-detector: uncommentAndRun() failed",r)}return i(t)}window.Vaadin=window.Vaadin||{};const Ri=function(i,t){if(window.Vaadin.developmentMode)return Ii(i,t)};window.Vaadin.developmentMode===void 0&&(window.Vaadin.developmentMode=uo());function mo(){}const go=function(){if(typeof Ri=="function")return Ri(mo)};/**
|
|
360
360
|
* @license
|
|
361
361
|
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
362
362
|
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|