bkui-vue 0.0.1-beta.466 → 0.0.1-beta.468

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.
Files changed (260) hide show
  1. package/dist/index.cjs.js +20 -20
  2. package/dist/index.esm.js +3255 -3254
  3. package/dist/index.umd.js +20 -20
  4. package/lib/affix/index.js +335 -1
  5. package/lib/alert/alert.d.ts +5 -5
  6. package/lib/alert/index.d.ts +9 -9
  7. package/lib/alert/index.js +276 -1
  8. package/lib/animate-number/index.js +219 -1
  9. package/lib/backtop/index.js +252 -1
  10. package/lib/badge/index.js +293 -1
  11. package/lib/breadcrumb/index.js +311 -1
  12. package/lib/button/index.js +388 -1
  13. package/lib/card/index.js +356 -1
  14. package/lib/cascader/cascader.d.ts +4 -4
  15. package/lib/cascader/index.d.ts +12 -12
  16. package/lib/cascader/index.js +2075 -2
  17. package/lib/checkbox/index.js +536 -1
  18. package/lib/code-diff/code-diff.d.ts +7 -7
  19. package/lib/code-diff/index.d.ts +9 -9
  20. package/lib/code-diff/index.js +5535 -1
  21. package/lib/collapse/collapse-panel.d.ts +5 -5
  22. package/lib/collapse/index.d.ts +5 -5
  23. package/lib/collapse/index.js +589 -1
  24. package/lib/collapse/props.d.ts +2 -2
  25. package/lib/collapse-transition/index.js +234 -1
  26. package/lib/color-picker/index.js +2701 -1
  27. package/lib/components.js +781 -1
  28. package/lib/config-provider/index.js +377 -1
  29. package/lib/container/index.js +390 -1
  30. package/lib/date-picker/base/month-table.d.ts +1 -1
  31. package/lib/date-picker/base/year-table.d.ts +1 -1
  32. package/lib/date-picker/date-picker.d.ts +4 -4
  33. package/lib/date-picker/index.d.ts +9 -9
  34. package/lib/date-picker/index.js +5537 -1
  35. package/lib/date-picker/panel/date.d.ts +1 -1
  36. package/lib/date-picker/panel/time-range.d.ts +4 -4
  37. package/lib/date-picker/panel/time.d.ts +5 -5
  38. package/lib/date-picker/props.d.ts +1 -1
  39. package/lib/date-picker/time-picker.d.ts +4 -4
  40. package/lib/dialog/dialog.d.ts +16 -16
  41. package/lib/dialog/index.d.ts +31 -31
  42. package/lib/dialog/index.js +1322 -2
  43. package/lib/dialog/props.d.ts +6 -6
  44. package/lib/directives/index.js +1357 -2
  45. package/lib/dist.index.js +179 -1
  46. package/lib/divider/divider.d.ts +6 -6
  47. package/lib/divider/index.d.ts +12 -12
  48. package/lib/divider/index.js +226 -1
  49. package/lib/divider/props.d.ts +2 -2
  50. package/lib/dropdown/dropdown.d.ts +5 -5
  51. package/lib/dropdown/index.d.ts +9 -9
  52. package/lib/dropdown/index.js +392 -1
  53. package/lib/exception/index.js +423 -1
  54. package/lib/fixed-navbar/index.js +210 -1
  55. package/lib/form/index.js +995 -1
  56. package/lib/hooks.js +133 -1
  57. package/lib/icon/angle-double-down-line.js +541 -1
  58. package/lib/icon/angle-double-left-line.js +541 -1
  59. package/lib/icon/angle-double-left.js +541 -1
  60. package/lib/icon/angle-double-right-line.js +541 -1
  61. package/lib/icon/angle-double-right.js +541 -1
  62. package/lib/icon/angle-double-up-line.js +541 -1
  63. package/lib/icon/angle-down-fill.js +541 -1
  64. package/lib/icon/angle-down-line.js +541 -1
  65. package/lib/icon/angle-down.js +541 -1
  66. package/lib/icon/angle-left.js +541 -1
  67. package/lib/icon/angle-right.js +541 -1
  68. package/lib/icon/angle-up-fill.js +541 -1
  69. package/lib/icon/angle-up.js +541 -1
  70. package/lib/icon/archive-fill.js +541 -1
  71. package/lib/icon/arrows-left.js +541 -1
  72. package/lib/icon/arrows-right.js +541 -1
  73. package/lib/icon/audio-fill.js +541 -1
  74. package/lib/icon/bk.js +541 -1
  75. package/lib/icon/circle.js +541 -1
  76. package/lib/icon/close-line.js +541 -1
  77. package/lib/icon/close.js +541 -1
  78. package/lib/icon/code.js +541 -1
  79. package/lib/icon/cog-shape.js +541 -1
  80. package/lib/icon/collapse-left.js +541 -1
  81. package/lib/icon/copy-shape.js +541 -1
  82. package/lib/icon/copy.js +541 -1
  83. package/lib/icon/data-shape.js +541 -1
  84. package/lib/icon/del.js +541 -1
  85. package/lib/icon/doc-fill.js +541 -1
  86. package/lib/icon/done.js +541 -1
  87. package/lib/icon/down-shape.js +541 -1
  88. package/lib/icon/down-small.js +541 -1
  89. package/lib/icon/edit-line.js +541 -1
  90. package/lib/icon/ellipsis.js +541 -1
  91. package/lib/icon/enlarge-line.js +541 -1
  92. package/lib/icon/error.js +541 -1
  93. package/lib/icon/excel-fill.js +541 -1
  94. package/lib/icon/exclamation-circle-shape.js +541 -1
  95. package/lib/icon/eye.js +541 -1
  96. package/lib/icon/filliscreen-line.js +541 -1
  97. package/lib/icon/fix-line.js +541 -1
  98. package/lib/icon/fix-shape.js +541 -1
  99. package/lib/icon/folder-open.js +541 -1
  100. package/lib/icon/folder-shape-open.js +541 -1
  101. package/lib/icon/folder-shape.js +541 -1
  102. package/lib/icon/folder.js +541 -1
  103. package/lib/icon/funnel.js +541 -1
  104. package/lib/icon/help-document-fill.js +541 -1
  105. package/lib/icon/help-fill.js +541 -1
  106. package/lib/icon/help.js +541 -1
  107. package/lib/icon/image-fill.js +563 -1
  108. package/lib/icon/img-error.js +563 -1
  109. package/lib/icon/img-placehoulder.js +563 -1
  110. package/lib/icon/index.js +2337 -1
  111. package/lib/icon/info-line.js +563 -1
  112. package/lib/icon/info.js +563 -1
  113. package/lib/icon/left-shape.js +563 -1
  114. package/lib/icon/left-turn-line.js +563 -1
  115. package/lib/icon/narrow-line.js +563 -1
  116. package/lib/icon/original.js +563 -1
  117. package/lib/icon/pdf-fill.js +563 -1
  118. package/lib/icon/play-shape.js +563 -1
  119. package/lib/icon/plus.js +563 -1
  120. package/lib/icon/ppt-fill.js +563 -1
  121. package/lib/icon/qq.js +563 -1
  122. package/lib/icon/right-shape.js +563 -1
  123. package/lib/icon/right-turn-line.js +563 -1
  124. package/lib/icon/search.js +563 -1
  125. package/lib/icon/share.js +563 -1
  126. package/lib/icon/spinner.js +563 -1
  127. package/lib/icon/success.js +563 -1
  128. package/lib/icon/switcher-loading.js +563 -1
  129. package/lib/icon/text-file.js +563 -1
  130. package/lib/icon/text-fill.js +563 -1
  131. package/lib/icon/transfer.js +563 -1
  132. package/lib/icon/tree-application-shape.js +563 -1
  133. package/lib/icon/unfull-screen.js +563 -1
  134. package/lib/icon/unvisible.js +563 -1
  135. package/lib/icon/up-shape.js +563 -1
  136. package/lib/icon/upload.js +563 -1
  137. package/lib/icon/video-fill.js +563 -1
  138. package/lib/icon/warn.js +563 -1
  139. package/lib/icon/weixin-pro.js +563 -1
  140. package/lib/icon/weixin.js +563 -1
  141. package/lib/image/image-viewer.d.ts +1 -1
  142. package/lib/image/image.d.ts +1 -1
  143. package/lib/image/index.d.ts +3 -3
  144. package/lib/image/index.js +944 -1
  145. package/lib/index.js +195 -1
  146. package/lib/info-box/index.js +1508 -2
  147. package/lib/input/index.d.ts +9 -9
  148. package/lib/input/index.js +963 -1
  149. package/lib/input/input.d.ts +7 -7
  150. package/lib/link/index.js +219 -1
  151. package/lib/loading/index.d.ts +4 -4
  152. package/lib/loading/index.js +434 -1
  153. package/lib/loading/loading.d.ts +3 -3
  154. package/lib/locale/index.js +489 -1
  155. package/lib/menu/index.js +776 -1
  156. package/lib/message/index.js +1744 -2
  157. package/lib/message/messageConstructor.d.ts +1 -1
  158. package/lib/modal/index.d.ts +15 -15
  159. package/lib/modal/index.js +397 -1
  160. package/lib/modal/modal.d.ts +6 -6
  161. package/lib/modal/props.mixin.d.ts +2 -2
  162. package/lib/navigation/index.d.ts +3 -3
  163. package/lib/navigation/index.js +423 -1
  164. package/lib/navigation/navigation.d.ts +1 -1
  165. package/lib/notify/index.js +437 -1
  166. package/lib/notify/notifyConstructor.d.ts +2 -2
  167. package/lib/overflow-title/components/overflow-title.d.ts +5 -5
  168. package/lib/overflow-title/index.d.ts +9 -9
  169. package/lib/overflow-title/index.js +547 -1
  170. package/lib/overflow-title/props.d.ts +4 -4
  171. package/lib/pagination/index.js +987 -1
  172. package/lib/plugin-popover/index.js +4022 -1
  173. package/lib/plugins/index.js +130 -1
  174. package/lib/pop-confirm/index.js +365 -1
  175. package/lib/popover/index.d.ts +9 -9
  176. package/lib/popover/index.js +4028 -1
  177. package/lib/popover/popover.d.ts +5 -5
  178. package/lib/popover/props.d.ts +2 -2
  179. package/lib/popover2/index.js +171 -1
  180. package/lib/preset.js +164 -1
  181. package/lib/process/index.js +1143 -2
  182. package/lib/progress/index.d.ts +3 -3
  183. package/lib/progress/index.js +476 -1
  184. package/lib/progress/progress.d.ts +1 -1
  185. package/lib/radio/index.js +611 -1
  186. package/lib/rate/index.js +348 -1
  187. package/lib/rate/star.d.ts +1 -1
  188. package/lib/resize-layout/index.d.ts +15 -15
  189. package/lib/resize-layout/index.js +482 -1
  190. package/lib/resize-layout/resize-layout.d.ts +7 -7
  191. package/lib/search-select/index.d.ts +15 -15
  192. package/lib/search-select/index.js +2999 -2
  193. package/lib/search-select/input.d.ts +1 -1
  194. package/lib/search-select/search-select.d.ts +5 -5
  195. package/lib/search-select/selected.d.ts +1 -1
  196. package/lib/select/index.d.ts +61 -61
  197. package/lib/select/index.js +2531 -2
  198. package/lib/select/select.d.ts +26 -26
  199. package/lib/select/selectTagInput.d.ts +5 -5
  200. package/lib/shared/index.js +2713 -1
  201. package/lib/shared/vue-types.d.ts +11 -11
  202. package/lib/sideslider/index.d.ts +13 -13
  203. package/lib/sideslider/index.js +1043 -2
  204. package/lib/sideslider/sideslider.d.ts +6 -6
  205. package/lib/slider/index.js +1667 -2
  206. package/lib/steps/index.d.ts +6 -6
  207. package/lib/steps/index.js +1212 -2
  208. package/lib/steps/steps.d.ts +2 -2
  209. package/lib/swiper/index.js +350 -1
  210. package/lib/switcher/index.js +323 -1
  211. package/lib/tab/index.d.ts +19 -19
  212. package/lib/tab/index.js +918 -1
  213. package/lib/tab/props.d.ts +8 -8
  214. package/lib/tab/tab-nav.d.ts +5 -5
  215. package/lib/tab/tab-panel.d.ts +6 -6
  216. package/lib/tab/tab.d.ts +6 -6
  217. package/lib/table/components/table-column.d.ts +7 -7
  218. package/lib/table/index.d.ts +36 -36
  219. package/lib/table/index.js +6388 -1
  220. package/lib/table/plugins/body-empty.d.ts +1 -1
  221. package/lib/table/props.d.ts +9 -9
  222. package/lib/table/table.d.ts +11 -11
  223. package/lib/table-column/index.d.ts +13 -13
  224. package/lib/table-column/index.js +801 -1
  225. package/lib/tag/index.d.ts +9 -9
  226. package/lib/tag/index.js +300 -1
  227. package/lib/tag/tag.d.ts +5 -5
  228. package/lib/tag-input/index.d.ts +9 -9
  229. package/lib/tag-input/index.js +1757 -1
  230. package/lib/tag-input/tag-input.d.ts +5 -5
  231. package/lib/tag-input/tag-props.d.ts +2 -2
  232. package/lib/time-picker/index.d.ts +9 -9
  233. package/lib/time-picker/index.js +142 -1
  234. package/lib/timeline/index.js +297 -1
  235. package/lib/transfer/index.d.ts +3 -3
  236. package/lib/transfer/index.js +764 -1
  237. package/lib/transfer/transfer.d.ts +1 -1
  238. package/lib/tree/constant.d.ts +2 -1
  239. package/lib/tree/index.d.ts +6 -6
  240. package/lib/tree/index.js +2608 -1
  241. package/lib/tree/tree.d.ts +2 -2
  242. package/lib/upload/index.d.ts +4 -4
  243. package/lib/upload/index.js +3257 -2
  244. package/lib/upload/upload.d.ts +1 -1
  245. package/lib/virtual-render/index.d.ts +3 -3
  246. package/lib/virtual-render/index.js +790 -1
  247. package/lib/virtual-render/virtual-render.d.ts +1 -1
  248. package/package.json +1 -1
  249. package/lib/cascader/index.js.LICENSE.txt +0 -1
  250. package/lib/dialog/index.js.LICENSE.txt +0 -1
  251. package/lib/directives/index.js.LICENSE.txt +0 -14
  252. package/lib/info-box/index.js.LICENSE.txt +0 -1
  253. package/lib/message/index.js.LICENSE.txt +0 -6
  254. package/lib/process/index.js.LICENSE.txt +0 -1
  255. package/lib/search-select/index.js.LICENSE.txt +0 -1
  256. package/lib/select/index.js.LICENSE.txt +0 -1
  257. package/lib/sideslider/index.js.LICENSE.txt +0 -1
  258. package/lib/slider/index.js.LICENSE.txt +0 -1
  259. package/lib/steps/index.js.LICENSE.txt +0 -1
  260. package/lib/upload/index.js.LICENSE.txt +0 -1
@@ -1 +1,536 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],t);else{var r="object"==typeof exports?t(require("../shared"),require("vue")):t(e["../shared"],e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,((e,t)=>(()=>{"use strict";var r={4212:t=>{t.exports=e},748:e=>{e.exports=t}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={exports:{}};return r[e](a,a.exports,o),a.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{o.r(a),o.d(a,{BkCheckbox:()=>c,BkCheckboxGroup:()=>s,default:()=>d});var e=o(4212);function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var r=o(748),n=Symbol("CheckboxGroup"),i={modelValue:e.PropTypes.oneOfType([String,Number,Boolean]),label:e.PropTypes.oneOfType([String,Number,Boolean]),trueLabel:e.PropTypes.oneOfType([String,Number,Boolean]).def(!0),falseLabel:e.PropTypes.oneOfType([String,Number,Boolean]).def(!1),disabled:e.PropTypes.bool.def(!1),checked:e.PropTypes.bool.def(!1),indeterminate:e.PropTypes.bool,beforeChange:e.PropTypes.func,size:e.PropTypes.size().def(e.SizeEnum.LARGE),immediateEmitChange:e.PropTypes.bool.def(!0)};const l=(0,r.defineComponent)({name:"Checkbox",props:i,emits:["update:modelValue","change"],setup:function(o){var a,i,l=function(){var e=(0,r.ref)(!1);return[e,{blur:function(){e.value=!1},focus:function(){e.value=!0}}]}(),u=(i=2,function(e){if(Array.isArray(e))return e}(a=l)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a,i,l=[],u=!0,s=!1;try{if(a=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=a.call(r)).done)&&(l.push(n.value),l.length!==t);u=!0);}catch(e){s=!0,o=e}finally{try{if(!u&&null!=r.return&&(i=r.return(),Object(i)!==i))return}finally{if(s)throw o}}return l}}(a,i)||function(e,r){if(e){if("string"==typeof e)return t(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?t(e,r):void 0}}(a,i)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),s=u[0],c=u[1],d=c.blur,f=c.focus,p=function(){var t=(0,r.getCurrentInstance)(),o=t.props,a=t.emit,i=(0,r.inject)(n,e.EMPTY_OBJ),l=!(0,e.isEmptyObj)(i),u=(0,r.ref)(),s=(0,r.ref)(o.checked),c=(0,r.computed)((function(){return!(!l||!i.props.disabled)||o.disabled})),d=function(){var e=s.value?o.trueLabel:o.falseLabel;a("update:modelValue",e),a("change",e),l&&i.handleChange(),(0,r.nextTick)((function(){u.value.checked!==s.value&&(u.value.checked=s.value)}))};return l?(0,r.watch)((function(){return i.props.modelValue}),(function(e){s.value=e.includes(o.label)}),{deep:!0}):(0,r.watch)((function(){return o.modelValue}),(function(e){""!==e&&(s.value=e===o.trueLabel)}),{immediate:!0}),(0,r.watch)((function(){return o.checked}),(function(){s.value=o.checked,!1!==o.immediateEmitChange&&d()})),(0,r.onMounted)((function(){l&&i.register(t.proxy)})),(0,r.onBeforeUnmount)((function(){l&&i.unregister(t.proxy)})),{inputRef:u,isChecked:s,isDisabled:c,setChecked:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];s.value=e},handleChange:function(e){if(!c.value){var t=e.target;s.value=t.checked,d()}}}}();return{inputRef:p.inputRef,isFocus:s,isChecked:p.isChecked,isDisabled:p.isDisabled,setChecked:p.setChecked,handleBlur:d,handleFocus:f,handleChange:p.handleChange,size:o.size}},render:function(){var t=this,n=(0,e.classes)({"bk-checkbox":!0,"is-focused":this.isFocus,"is-checked":this.isChecked,"is-disabled":this.isDisabled,"is-indeterminated":this.indeterminate});return(0,r.createVNode)("label",{class:n},[(0,r.createVNode)("span",{class:[(0,e.resolveClassName)("checkbox-input"),this.size]},[(0,r.createVNode)("input",{ref:"inputRef",role:"checkbox",type:"checkbox",class:"bk-checkbox-original",disabled:this.isDisabled,checked:this.isChecked,onChange:this.handleChange},null)]),t.label||t.$slots.default?(0,r.createVNode)("span",{class:"bk-checkbox-label"},[t.$slots.default?t.$slots.default():t.label]):null])}});var u={name:e.PropTypes.string.def(""),modelValue:e.PropTypes.array,disabled:e.PropTypes.bool,withValidate:e.PropTypes.bool.def(!0)};const s=(0,r.defineComponent)({name:"CheckboxGroup",props:u,emits:["change","update:modelValue"],setup:function(t,o){var a=(0,e.useFormItem)(),i=[];return(0,r.provide)(n,{name:"CheckboxGroup",props:t,register:function(e){i.push(e)},unregister:function(e){var t=i.indexOf(e);t>-1&&i.splice(t,1)},handleChange:function(){var e=i.reduce((function(e,t){return t.isChecked&&e.push(t.label),e}),[]);o.emit("update:modelValue",e),o.emit("change",e)}}),(0,r.watch)((function(){return t.modelValue}),(function(){var e;t.withValidate&&(null===(e=null==a?void 0:a.validate)||void 0===e||e.call(a,"change"))})),(0,r.onMounted)((function(){var e=t.modelValue||[];i.forEach((function(t){e.includes(t.label)&&t.setChecked(!0)}))})),{}},render:function(){var e;return(0,r.createVNode)("div",{class:"bk-checkbox-group"},[null===(e=this.$slots)||void 0===e?void 0:e.default()])}});var c=(0,e.withInstallProps)(l,{Group:s});const d=c})(),a})()));
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory(require("../shared"), require("vue"));
4
+ else if(typeof define === 'function' && define.amd)
5
+ define(["../shared", "vue"], factory);
6
+ else {
7
+ var a = typeof exports === 'object' ? factory(require("../shared"), require("vue")) : factory(root["../shared"], root["vue"]);
8
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
+ }
10
+ })(self, (__WEBPACK_EXTERNAL_MODULE__4212__, __WEBPACK_EXTERNAL_MODULE__748__) => {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ var __webpack_modules__ = ({
14
+
15
+ /***/ 4212:
16
+ /***/ ((module) => {
17
+
18
+ module.exports = __WEBPACK_EXTERNAL_MODULE__4212__;
19
+
20
+ /***/ }),
21
+
22
+ /***/ 748:
23
+ /***/ ((module) => {
24
+
25
+ module.exports = __WEBPACK_EXTERNAL_MODULE__748__;
26
+
27
+ /***/ })
28
+
29
+ /******/ });
30
+ /************************************************************************/
31
+ /******/ // The module cache
32
+ /******/ var __webpack_module_cache__ = {};
33
+ /******/
34
+ /******/ // The require function
35
+ /******/ function __webpack_require__(moduleId) {
36
+ /******/ // Check if module is in cache
37
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
38
+ /******/ if (cachedModule !== undefined) {
39
+ /******/ return cachedModule.exports;
40
+ /******/ }
41
+ /******/ // Create a new module (and put it into the cache)
42
+ /******/ var module = __webpack_module_cache__[moduleId] = {
43
+ /******/ // no module.id needed
44
+ /******/ // no module.loaded needed
45
+ /******/ exports: {}
46
+ /******/ };
47
+ /******/
48
+ /******/ // Execute the module function
49
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
50
+ /******/
51
+ /******/ // Return the exports of the module
52
+ /******/ return module.exports;
53
+ /******/ }
54
+ /******/
55
+ /************************************************************************/
56
+ /******/ /* webpack/runtime/define property getters */
57
+ /******/ (() => {
58
+ /******/ // define getter functions for harmony exports
59
+ /******/ __webpack_require__.d = (exports, definition) => {
60
+ /******/ for(var key in definition) {
61
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
62
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63
+ /******/ }
64
+ /******/ }
65
+ /******/ };
66
+ /******/ })();
67
+ /******/
68
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
69
+ /******/ (() => {
70
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
71
+ /******/ })();
72
+ /******/
73
+ /******/ /* webpack/runtime/make namespace object */
74
+ /******/ (() => {
75
+ /******/ // define __esModule on exports
76
+ /******/ __webpack_require__.r = (exports) => {
77
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
78
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
79
+ /******/ }
80
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
81
+ /******/ };
82
+ /******/ })();
83
+ /******/
84
+ /************************************************************************/
85
+ var __webpack_exports__ = {};
86
+ // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
87
+ (() => {
88
+ // ESM COMPAT FLAG
89
+ __webpack_require__.r(__webpack_exports__);
90
+
91
+ // EXPORTS
92
+ __webpack_require__.d(__webpack_exports__, {
93
+ BkCheckbox: () => (/* binding */ BkCheckbox),
94
+ BkCheckboxGroup: () => (/* reexport */ checkbox_group),
95
+ "default": () => (/* binding */ src)
96
+ });
97
+
98
+ // EXTERNAL MODULE: external "../shared"
99
+ var external_shared_ = __webpack_require__(4212);
100
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
101
+ function _arrayWithHoles(arr) {
102
+ if (Array.isArray(arr)) return arr;
103
+ }
104
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
105
+ function _iterableToArrayLimit(arr, i) {
106
+ var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
107
+ if (null != _i) {
108
+ var _s,
109
+ _e,
110
+ _x,
111
+ _r,
112
+ _arr = [],
113
+ _n = !0,
114
+ _d = !1;
115
+ try {
116
+ if (_x = (_i = _i.call(arr)).next, 0 === i) {
117
+ if (Object(_i) !== _i) return;
118
+ _n = !1;
119
+ } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
120
+ } catch (err) {
121
+ _d = !0, _e = err;
122
+ } finally {
123
+ try {
124
+ if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
125
+ } finally {
126
+ if (_d) throw _e;
127
+ }
128
+ }
129
+ return _arr;
130
+ }
131
+ }
132
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
133
+ function _arrayLikeToArray(arr, len) {
134
+ if (len == null || len > arr.length) len = arr.length;
135
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
136
+ return arr2;
137
+ }
138
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
139
+
140
+ function _unsupportedIterableToArray(o, minLen) {
141
+ if (!o) return;
142
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
143
+ var n = Object.prototype.toString.call(o).slice(8, -1);
144
+ if (n === "Object" && o.constructor) n = o.constructor.name;
145
+ if (n === "Map" || n === "Set") return Array.from(o);
146
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
147
+ }
148
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
149
+ function _nonIterableRest() {
150
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
151
+ }
152
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
153
+
154
+
155
+
156
+
157
+ function _slicedToArray(arr, i) {
158
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
159
+ }
160
+ // EXTERNAL MODULE: external "vue"
161
+ var external_vue_ = __webpack_require__(748);
162
+ ;// CONCATENATED MODULE: ../../packages/checkbox/src/common.ts
163
+ /*
164
+ * Tencent is pleased to support the open source community by making
165
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
166
+ *
167
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
168
+ *
169
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
170
+ *
171
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
172
+ *
173
+ * ---------------------------------------------------
174
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
175
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
176
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
177
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
178
+ *
179
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
180
+ * the Software.
181
+ *
182
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
183
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
184
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
185
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
186
+ * IN THE SOFTWARE.
187
+ */
188
+
189
+
190
+ var checkboxGroupKey = Symbol('CheckboxGroup');
191
+ function useFocus() {
192
+ var isFocus = (0,external_vue_.ref)(false);
193
+ var blur = function blur() {
194
+ isFocus.value = false;
195
+ };
196
+ var focus = function focus() {
197
+ isFocus.value = true;
198
+ };
199
+ return [isFocus, {
200
+ blur: blur,
201
+ focus: focus
202
+ }];
203
+ }
204
+ ;
205
+ var useCheckbox = function useCheckbox() {
206
+ var currentInstance = (0,external_vue_.getCurrentInstance)();
207
+ var props = currentInstance.props,
208
+ emit = currentInstance.emit;
209
+ var checkboxGroup = (0,external_vue_.inject)(checkboxGroupKey, external_shared_.EMPTY_OBJ);
210
+ var isGroup = !(0,external_shared_.isEmptyObj)(checkboxGroup);
211
+ var inputRef = (0,external_vue_.ref)();
212
+ var isChecked = (0,external_vue_.ref)(props.checked);
213
+ // 禁用状态
214
+ var isDisabled = (0,external_vue_.computed)(function () {
215
+ if (isGroup && checkboxGroup.props.disabled) {
216
+ return true;
217
+ }
218
+ return props.disabled;
219
+ });
220
+ // 触发更新
221
+ var triggerChange = function triggerChange() {
222
+ // 单独使用时状态切换返回 trueLabel、falseLabel
223
+ var nextValue = isChecked.value ? props.trueLabel : props.falseLabel;
224
+ emit('update:modelValue', nextValue);
225
+ emit('change', nextValue);
226
+ // 更新 checkbox-group
227
+ // 配合 checkbox-group 使用时返回 props.label
228
+ if (isGroup) {
229
+ checkboxGroup.handleChange();
230
+ }
231
+ (0,external_vue_.nextTick)(function () {
232
+ // 选中状态保持同步
233
+ if (inputRef.value.checked !== isChecked.value) {
234
+ inputRef.value.checked = isChecked.value;
235
+ }
236
+ });
237
+ };
238
+ // 响应modelValue
239
+ if (isGroup) {
240
+ (0,external_vue_.watch)(function () {
241
+ return checkboxGroup.props.modelValue;
242
+ }, function (modelValue) {
243
+ isChecked.value = modelValue.includes(props.label);
244
+ }, {
245
+ deep: true
246
+ });
247
+ } else {
248
+ (0,external_vue_.watch)(function () {
249
+ return props.modelValue;
250
+ }, function (modelValue) {
251
+ if (modelValue === '') {
252
+ return;
253
+ }
254
+ isChecked.value = modelValue === props.trueLabel;
255
+ }, {
256
+ immediate: true
257
+ });
258
+ }
259
+ (0,external_vue_.watch)(function () {
260
+ return props.checked;
261
+ }, function () {
262
+ isChecked.value = props.checked;
263
+ if (props.immediateEmitChange !== false) {
264
+ triggerChange();
265
+ }
266
+ });
267
+ var setChecked = function setChecked() {
268
+ var value = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true;
269
+ isChecked.value = value;
270
+ };
271
+ // 值更新
272
+ var handleChange = function handleChange(event) {
273
+ if (isDisabled.value) {
274
+ return;
275
+ }
276
+ var $targetInput = event.target;
277
+ isChecked.value = $targetInput.checked;
278
+ triggerChange();
279
+ };
280
+ (0,external_vue_.onMounted)(function () {
281
+ if (isGroup) {
282
+ checkboxGroup.register(currentInstance.proxy);
283
+ }
284
+ });
285
+ (0,external_vue_.onBeforeUnmount)(function () {
286
+ if (isGroup) {
287
+ checkboxGroup.unregister(currentInstance.proxy);
288
+ }
289
+ });
290
+ return {
291
+ inputRef: inputRef,
292
+ isChecked: isChecked,
293
+ isDisabled: isDisabled,
294
+ setChecked: setChecked,
295
+ handleChange: handleChange
296
+ };
297
+ };
298
+ ;// CONCATENATED MODULE: ../../packages/checkbox/src/checkbox.tsx
299
+
300
+
301
+ /*
302
+ * Tencent is pleased to support the open source community by making
303
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
304
+ *
305
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
306
+ *
307
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
308
+ *
309
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
310
+ *
311
+ * ---------------------------------------------------
312
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
313
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
314
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
315
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
316
+ *
317
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
318
+ * the Software.
319
+ *
320
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
321
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
322
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
323
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
324
+ * IN THE SOFTWARE.
325
+ */
326
+
327
+
328
+
329
+ var checkboxProps = {
330
+ modelValue: external_shared_.PropTypes.oneOfType([String, Number, Boolean]),
331
+ label: external_shared_.PropTypes.oneOfType([String, Number, Boolean]),
332
+ trueLabel: external_shared_.PropTypes.oneOfType([String, Number, Boolean]).def(true),
333
+ falseLabel: external_shared_.PropTypes.oneOfType([String, Number, Boolean]).def(false),
334
+ disabled: external_shared_.PropTypes.bool.def(false),
335
+ checked: external_shared_.PropTypes.bool.def(false),
336
+ indeterminate: external_shared_.PropTypes.bool,
337
+ beforeChange: external_shared_.PropTypes.func,
338
+ size: external_shared_.PropTypes.size().def(external_shared_.SizeEnum.LARGE),
339
+ immediateEmitChange: external_shared_.PropTypes.bool.def(true) // 默认设置checked是否触发change事件
340
+ };
341
+
342
+ /* harmony default export */ const src_checkbox = ((0,external_vue_.defineComponent)({
343
+ name: 'Checkbox',
344
+ props: checkboxProps,
345
+ emits: ['update:modelValue', 'change'],
346
+ setup: function setup(props) {
347
+ var _useFocus = useFocus(),
348
+ _useFocus2 = _slicedToArray(_useFocus, 2),
349
+ isFocus = _useFocus2[0],
350
+ _useFocus2$ = _useFocus2[1],
351
+ handleBlur = _useFocus2$.blur,
352
+ handleFocus = _useFocus2$.focus;
353
+ var _useCheckbox = useCheckbox(),
354
+ inputRef = _useCheckbox.inputRef,
355
+ isChecked = _useCheckbox.isChecked,
356
+ isDisabled = _useCheckbox.isDisabled,
357
+ setChecked = _useCheckbox.setChecked,
358
+ handleChange = _useCheckbox.handleChange;
359
+ return {
360
+ inputRef: inputRef,
361
+ isFocus: isFocus,
362
+ isChecked: isChecked,
363
+ isDisabled: isDisabled,
364
+ setChecked: setChecked,
365
+ handleBlur: handleBlur,
366
+ handleFocus: handleFocus,
367
+ handleChange: handleChange,
368
+ size: props.size
369
+ };
370
+ },
371
+ render: function render() {
372
+ var _this = this;
373
+ var checkboxClass = (0,external_shared_.classes)({
374
+ 'bk-checkbox': true,
375
+ 'is-focused': this.isFocus,
376
+ 'is-checked': this.isChecked,
377
+ 'is-disabled': this.isDisabled,
378
+ 'is-indeterminated': this.indeterminate
379
+ });
380
+ var renderLabel = function renderLabel() {
381
+ if (!_this.label && !_this.$slots["default"]) {
382
+ return null;
383
+ }
384
+ return (0,external_vue_.createVNode)("span", {
385
+ "class": "bk-checkbox-label"
386
+ }, [_this.$slots["default"] ? _this.$slots["default"]() : _this.label]);
387
+ };
388
+ return (0,external_vue_.createVNode)("label", {
389
+ "class": checkboxClass
390
+ }, [(0,external_vue_.createVNode)("span", {
391
+ "class": [(0,external_shared_.resolveClassName)('checkbox-input'), this.size]
392
+ }, [(0,external_vue_.createVNode)("input", {
393
+ "ref": "inputRef",
394
+ "role": "checkbox",
395
+ "type": "checkbox",
396
+ "class": "bk-checkbox-original",
397
+ "disabled": this.isDisabled,
398
+ "checked": this.isChecked,
399
+ "onChange": this.handleChange
400
+ }, null)]), renderLabel()]);
401
+ }
402
+ }));
403
+ ;// CONCATENATED MODULE: ../../packages/checkbox/src/checkbox-group.tsx
404
+
405
+ /*
406
+ * Tencent is pleased to support the open source community by making
407
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
408
+ *
409
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
410
+ *
411
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
412
+ *
413
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
414
+ *
415
+ * ---------------------------------------------------
416
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
417
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
418
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
419
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
420
+ *
421
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
422
+ * the Software.
423
+ *
424
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
425
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
426
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
427
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
428
+ * IN THE SOFTWARE.
429
+ */
430
+
431
+
432
+
433
+ var checkboxGroupProps = {
434
+ name: external_shared_.PropTypes.string.def(''),
435
+ modelValue: external_shared_.PropTypes.array,
436
+ disabled: external_shared_.PropTypes.bool,
437
+ withValidate: external_shared_.PropTypes.bool.def(true)
438
+ };
439
+ /* harmony default export */ const checkbox_group = ((0,external_vue_.defineComponent)({
440
+ name: 'CheckboxGroup',
441
+ props: checkboxGroupProps,
442
+ emits: ['change', 'update:modelValue'],
443
+ setup: function setup(props, context) {
444
+ var formItem = (0,external_shared_.useFormItem)();
445
+ var checkboxInstanceList = [];
446
+ var register = function register(checkboxContext) {
447
+ checkboxInstanceList.push(checkboxContext);
448
+ };
449
+ var unregister = function unregister(checkboxContext) {
450
+ var index = checkboxInstanceList.indexOf(checkboxContext);
451
+ if (index > -1) {
452
+ checkboxInstanceList.splice(index, 1);
453
+ }
454
+ };
455
+ var handleChange = function handleChange() {
456
+ var nextValue = checkboxInstanceList.reduce(function (result, checkboxInstance) {
457
+ if (checkboxInstance.isChecked) {
458
+ result.push(checkboxInstance.label);
459
+ }
460
+ return result;
461
+ }, []);
462
+ context.emit('update:modelValue', nextValue);
463
+ context.emit('change', nextValue);
464
+ };
465
+ (0,external_vue_.provide)(checkboxGroupKey, {
466
+ name: 'CheckboxGroup',
467
+ props: props,
468
+ register: register,
469
+ unregister: unregister,
470
+ handleChange: handleChange
471
+ });
472
+ (0,external_vue_.watch)(function () {
473
+ return props.modelValue;
474
+ }, function () {
475
+ var _a;
476
+ if (props.withValidate) {
477
+ (_a = formItem === null || formItem === void 0 ? void 0 : formItem.validate) === null || _a === void 0 ? void 0 : _a.call(formItem, 'change');
478
+ }
479
+ });
480
+ (0,external_vue_.onMounted)(function () {
481
+ var modelValue = props.modelValue || [];
482
+ checkboxInstanceList.forEach(function (checkboxInstance) {
483
+ if (modelValue.includes(checkboxInstance.label)) {
484
+ checkboxInstance.setChecked(true);
485
+ }
486
+ });
487
+ });
488
+ return {};
489
+ },
490
+ render: function render() {
491
+ var _a;
492
+ return (0,external_vue_.createVNode)("div", {
493
+ "class": "bk-checkbox-group"
494
+ }, [(_a = this.$slots) === null || _a === void 0 ? void 0 : _a["default"]()]);
495
+ }
496
+ }));
497
+ ;// CONCATENATED MODULE: ../../packages/checkbox/src/index.ts
498
+ /*
499
+ * Tencent is pleased to support the open source community by making
500
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
501
+ *
502
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
503
+ *
504
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
505
+ *
506
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
507
+ *
508
+ * ---------------------------------------------------
509
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
510
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
511
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
512
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
513
+ *
514
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
515
+ * the Software.
516
+ *
517
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
518
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
519
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
520
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
521
+ * IN THE SOFTWARE.
522
+ */
523
+
524
+
525
+
526
+ var BkCheckbox = (0,external_shared_.withInstallProps)(src_checkbox, {
527
+ Group: checkbox_group
528
+ });
529
+ /* harmony default export */ const src = (BkCheckbox);
530
+
531
+ })();
532
+
533
+ /******/ return __webpack_exports__;
534
+ /******/ })()
535
+ ;
536
+ });
@@ -20,8 +20,8 @@ export declare const codeDiffProps: {
20
20
  theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
21
21
  default: "dark" | "light";
22
22
  };
23
- language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
24
- default: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
23
+ language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
24
+ default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
25
25
  };
26
26
  hljs: import("vue-types").VueTypeValidableDef<any> & {
27
27
  required: true;
@@ -42,8 +42,8 @@ declare const _default: import("vue").DefineComponent<{
42
42
  theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
43
43
  default: "dark" | "light";
44
44
  };
45
- language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
46
- default: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
45
+ language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
46
+ default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
47
47
  };
48
48
  hljs: import("vue-types").VueTypeValidableDef<any> & {
49
49
  required: true;
@@ -62,8 +62,8 @@ declare const _default: import("vue").DefineComponent<{
62
62
  theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
63
63
  default: "dark" | "light";
64
64
  };
65
- language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
66
- default: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
65
+ language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
66
+ default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
67
67
  };
68
68
  hljs: import("vue-types").VueTypeValidableDef<any> & {
69
69
  required: true;
@@ -75,6 +75,6 @@ declare const _default: import("vue").DefineComponent<{
75
75
  oldContent: string;
76
76
  newContent: string;
77
77
  diffFormat: "side-by-side" | "line-by-line";
78
- language: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
78
+ language: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
79
79
  }, {}>;
80
80
  export default _default;
@@ -9,7 +9,7 @@ declare const BkCodeDiff: {
9
9
  oldContent?: string;
10
10
  newContent?: string;
11
11
  diffFormat?: "side-by-side" | "line-by-line";
12
- language?: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
12
+ language?: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
13
13
  class?: unknown;
14
14
  style?: unknown;
15
15
  key?: string | number | symbol;
@@ -46,8 +46,8 @@ declare const BkCodeDiff: {
46
46
  theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
47
47
  default: "dark" | "light";
48
48
  };
49
- language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
50
- default: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
49
+ language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
50
+ default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
51
51
  };
52
52
  hljs: import("vue-types").VueTypeValidableDef<any> & {
53
53
  required: true;
@@ -59,7 +59,7 @@ declare const BkCodeDiff: {
59
59
  oldContent: string;
60
60
  newContent: string;
61
61
  diffFormat: "side-by-side" | "line-by-line";
62
- language: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
62
+ language: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
63
63
  }, {}, string, {}> & {
64
64
  beforeCreate?: (() => void) | (() => void)[];
65
65
  created?: (() => void) | (() => void)[];
@@ -94,8 +94,8 @@ declare const BkCodeDiff: {
94
94
  theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
95
95
  default: "dark" | "light";
96
96
  };
97
- language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
98
- default: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
97
+ language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
98
+ default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
99
99
  };
100
100
  hljs: import("vue-types").VueTypeValidableDef<any> & {
101
101
  required: true;
@@ -120,8 +120,8 @@ declare const BkCodeDiff: {
120
120
  theme: import("vue-types").VueTypeValidableDef<"dark" | "light"> & {
121
121
  default: "dark" | "light";
122
122
  };
123
- language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
124
- default: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
123
+ language: import("vue-types").VueTypeValidableDef<"ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile"> & {
124
+ default: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
125
125
  };
126
126
  hljs: import("vue-types").VueTypeValidableDef<any> & {
127
127
  required: true;
@@ -133,7 +133,7 @@ declare const BkCodeDiff: {
133
133
  oldContent: string;
134
134
  newContent: string;
135
135
  diffFormat: "side-by-side" | "line-by-line";
136
- language: "ruby" | "css" | "json" | "java" | "javascript" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
136
+ language: "ruby" | "css" | "java" | "javascript" | "json" | "scss" | "less" | "stylus" | "shell" | "bash" | "cpp" | "go" | "xml" | "python" | "typescript" | "sql" | "vim" | "php" | "perl" | "powershell" | "makefile";
137
137
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
138
138
  export type ThemesUnionType = ThemesUnion;
139
139
  export type DiffFormatUnionType = DiffFormatType;