{"version":3,"file":"kendo.html.chiplist.min.js","names":["factory","define","amd","$","undefined$1","kendo","HTMLBase","HTMLChipList","window","jQuery","html","extend","init","element","options","that","this","fn","call","wrapper","addClass","_addClasses","name","size","stylingOptions","renderChipList","arguments","isPlainObject","cssProperties","registerPrefix"],"sources":["kendo.html.chiplist.js"],"mappings":"CAAA,SAAWA,GACW,mBAAXC,QAAyBA,OAAOC,IAAMD,OAAO,CAAC,uBAAwBD,GAC7EA,IAFJ,EAGG,WACC,IASUG,EAAGC,EACLC,EACAC,EAWAC,EAbEJ,EAkCPK,OAAOH,MAAMI,OAjCRJ,EAAQG,OAAOH,MACfC,EAAWD,EAAMK,KAAKJ,SAWtBC,EAAeD,EAASK,OAAO,CAC/BC,KAAM,SAASC,EAASC,GACpB,IAAIC,EAAOC,KACXV,EAASW,GAAGL,KAAKM,KAAKH,EAAMF,EAASC,GACrCC,EAAKI,QAAUJ,EAAKF,QAAQO,SAAS,eACrCL,EAAKM,eAETP,QAAS,CACLQ,KAAM,eACNC,KAAM,SACNC,eAAgB,CAAE,WAI1BrB,EAAEQ,OAAON,EAAMK,KAAM,CACjBe,eAxBiB,SAASZ,EAASC,GAMnC,OALIY,UAAU,KAAOtB,GAAeD,EAAEwB,cAAcD,UAAU,OAC1DZ,EAAUD,EACVA,EAAUV,EAAE,gBAGT,IAAKI,EAAaM,EAASC,GAAUJ,QAmB5CH,aAAcA,IAGlBF,EAAMuB,cAAcC,eAAe,eAAgB","sourcesContent":["(function (factory) {\n typeof define === 'function' && define.amd ? define(['kendo.html.base'], factory) :\n factory();\n})((function () {\n var __meta__ = {\n id: \"html.chiplist\",\n name: \"Html.ChipList\",\n category: \"web\",\n description: \"HTML rendering utility for Kendo UI for jQuery.\",\n depends: [ \"html.base\" ],\n features: []\n };\n\n (function($, undefined$1) {\n var kendo = window.kendo,\n HTMLBase = kendo.html.HTMLBase;\n\n var renderChipList = function(element, options) {\n if (arguments[0] === undefined$1 || $.isPlainObject(arguments[0])) {\n options = element;\n element = $(\"
\");\n }\n\n return (new HTMLChipList(element, options)).html();\n };\n\n var HTMLChipList = HTMLBase.extend({\n init: function(element, options) {\n var that = this;\n HTMLBase.fn.init.call(that, element, options);\n that.wrapper = that.element.addClass(\"k-chip-list\");\n that._addClasses();\n },\n options: {\n name: \"HTMLChipList\",\n size: \"medium\",\n stylingOptions: [ \"size\" ]\n }\n });\n\n $.extend(kendo.html, {\n renderChipList: renderChipList,\n HTMLChipList: HTMLChipList\n });\n\n kendo.cssProperties.registerPrefix(\"HTMLChipList\", \"k-chip-list-\");\n\n })(window.kendo.jQuery);\n\n}));\n"]}