@ianicdev/datatables2 0.9.10 → 0.10.1
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/dist/{Columns-CPYUVLvE.js → Columns-6xlIFq_S.js} +1 -1
- package/dist/{Columns-BaARuW1m.cjs → Columns-DC9bpj0E.cjs} +1 -1
- package/dist/{Comparison-BiPlTpXM.js → Comparison-Dq4BkohR.js} +1 -1
- package/dist/{Comparison-DDhGIBui.cjs → Comparison-ame-DP3a.cjs} +1 -1
- package/dist/Datepicker--ZUiSi7m.js +1411 -0
- package/dist/Datepicker-COihnScF.cjs +2 -0
- package/dist/{Download-FGUE_z5x.js → Download-2WQpbEfa.js} +2 -2
- package/dist/{Download-DZqwXPMb.cjs → Download-zuQjsbMu.cjs} +1 -1
- package/dist/{Options-B-Vq57w_.cjs → Options-BjAdXS-q.cjs} +1 -1
- package/dist/{Options-CAwRqQpx.js → Options-g9ZSVebW.js} +1 -1
- package/dist/{RefreshTable-C-UPC-U5.cjs → RefreshTable-C3L0Baro.cjs} +1 -1
- package/dist/{RefreshTable-DyLlkCOt.js → RefreshTable-C966AEK4.js} +2 -2
- package/dist/{Search-Tks4mpaH.cjs → Search-BBoxkqD7.cjs} +1 -1
- package/dist/{Search-DBOrKgEi.js → Search-BPB-1_Dp.js} +2 -2
- package/dist/{Table-DYDzb63V.cjs → Table-BulChdHr.cjs} +1 -1
- package/dist/{Table-P8c-sRdr.js → Table-vFGT7Szy.js} +2 -2
- package/dist/{TableServer--svcmINA.js → TableServer-DAj4z8yP.js} +1138 -1134
- package/dist/TableServer-Dc9U14eJ.cjs +20 -0
- package/dist/cellRender-Cfwedens.cjs +1 -0
- package/dist/{cellRender-BPzg8pfq.js → cellRender-Ct6pUDNH.js} +986 -921
- package/dist/{dataTables-CPrc2H_E.js → dataTables-B-LwTPCL.js} +2409 -2263
- package/dist/dataTables-Bk4R-V8b.cjs +4 -0
- package/dist/datatables.cjs +1 -1
- package/dist/datatables.js +1 -1
- package/dist/datatables2.css +1 -1
- package/dist/index-3kLkZg7E.js +4101 -0
- package/dist/{index-Dn353bZ1.cjs → index-B6qrTNVx.cjs} +1 -1
- package/dist/index-B_4Yq7Un.cjs +1 -0
- package/dist/{index-CXBiVM0n.js → index-CQy1mX45.js} +1 -1
- package/dist/{index.es-DbLPWyn6.cjs → index.es-Ciudu1vj.cjs} +2 -2
- package/dist/{index.es-BXudRhtE.js → index.es-eRsZ1LFr.js} +10 -6
- package/dist/jspdf-B3ZoDzKb.cjs +79 -0
- package/dist/{jspdf-Dt---f5Z.js → jspdf-ooxm5O8S.js} +3905 -3893
- package/package.json +13 -13
- package/dist/Datepicker-CzJ1wZmm.cjs +0 -1
- package/dist/Datepicker-KGlOP9ck.js +0 -1269
- package/dist/TableServer-ftB17VAQ.cjs +0 -20
- package/dist/cellRender-DpRXHxxv.cjs +0 -1
- package/dist/dataTables-CxQh692H.cjs +0 -4
- package/dist/index-BTfw-D-T.cjs +0 -1
- package/dist/index-BW-yzY3p.js +0 -4106
- package/dist/jspdf-DQdhUPLM.cjs +0 -79
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { inject as c, createBlock as r, openBlock as s, unref as t } from "vue";
|
|
2
2
|
import { useI18n as a } from "vue-i18n";
|
|
3
|
-
import {
|
|
3
|
+
import { a7 as p } from "./dataTables-B-LwTPCL.js";
|
|
4
4
|
const d = {
|
|
5
5
|
__name: "Columns",
|
|
6
6
|
props: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c=require("vue-i18n"),r=require("./dataTables-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c=require("vue-i18n"),r=require("./dataTables-Bk4R-V8b.cjs"),s={__name:"Columns",props:{componentRefs:{type:Object,default:()=>({})}},setup(t){const n=e.inject("pluginOptions"),{t:o}=c.useI18n();return(a,l)=>(e.openBlock(),e.createBlock(r.VBtn,{"prepend-icon":e.unref(n).header.icons.columns,text:e.unref(o)("$datatables.columns"),variant:"text",density:"comfortable",color:"dark",stacked:"",class:"text-capitalize",onClick:t.componentRefs.columns?.openDialog},null,8,["prepend-icon","text","onClick"]))}};exports.default=s;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, useModel as r, createElementBlock as u, openBlock as i, createVNode as s, mergeProps as n } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { p, V } from "./index-3kLkZg7E.js";
|
|
3
3
|
const c = {
|
|
4
4
|
class: "d-flex align-center",
|
|
5
5
|
style: { gap: "1rem" }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),s=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),s=require("./index-B_4Yq7Un.cjs"),u={class:"d-flex align-center",style:{gap:"1rem"}},d=e.defineComponent({__name:"Comparison",props:{modelValue:{},modelModifiers:{},comparison:{},comparisonModifiers:{}},emits:["update:modelValue","update:comparison"],setup(a){const t=e.useModel(a,"modelValue"),r=e.useModel(a,"comparison");return(n,o)=>(e.openBlock(),e.createElementBlock("div",u,[e.createVNode(s.VNumberInput,e.mergeProps(n.$attrs,{modelValue:t.value,"onUpdate:modelValue":o[0]||(o[0]=l=>t.value=l),precision:null,"decimal-separator":","}),null,16,["modelValue"]),e.createVNode(s.VSelect,e.mergeProps({modelValue:r.value,"onUpdate:modelValue":o[1]||(o[1]=l=>r.value=l)},n.$attrs,{label:"Comparison",items:[">","<",">=","<=","="],"max-width":150}),null,16,["modelValue"])]))}});exports.default=d;
|