@platforma-sdk/ui-vue 1.30.22 → 1.30.23
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/CHANGELOG.md +8 -0
- package/dist/lib.js +6578 -6528
- package/dist/lib.js.map +1 -1
- package/dist/lib.umd.cjs +14 -14
- package/dist/lib.umd.cjs.map +1 -1
- package/dist/src/components/PlAgDataTable/PlAgDataTableV2.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/PlAgRowCount.vue.d.ts +9 -0
- package/dist/src/components/PlAgDataTable/PlAgRowCount.vue.d.ts.map +1 -0
- package/dist/src/components/PlAgDataTable/sources/row-number.d.ts.map +1 -1
- package/dist/src/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgRowNumHeader.vue.d.ts +7 -0
- package/dist/src/components/PlAgRowNumHeader.vue.d.ts.map +1 -0
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/components/PlAgDataTable/PlAgDataTableV2.vue +6 -0
- package/src/components/PlAgDataTable/PlAgRowCount.vue +44 -0
- package/src/components/PlAgDataTable/sources/row-number.ts +2 -0
- package/src/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue +10 -15
- package/src/components/PlAgRowNumHeader.vue +67 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgDataTableV2.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgDataTableV2.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"PlAgDataTableV2.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgDataTableV2.vue"],"names":[],"mappings":"AAAA,OAmmBO,EAWL,KAAK,wBAAwB,EAO9B,MAAM,oBAAoB,CAAC;AAK5B,OAAO,EAIL,KAAK,MAAM,EACX,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EAItB,MAAM,sBAAsB,CAAC;AAS9B,OAAO,KAAK,EAEV,qBAAqB,EACrB,gBAAgB,EAChB,YAAY,EAIb,MAAM,SAAS,CAAC;AAmBjB,KAAK,WAAW,GAAG;IACjB,QAAQ,CAAC,EAAE,QAAQ,CAAC,qBAAqB,CAAC,CAAC;IAC3C;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAE1B;;OAEG;IACH,uBAAuB,CAAC,EAAE,MAAM,CAAC;IAEjC;;;;;;OAMG;IACH,iCAAiC,CAAC,EAAE,OAAO,CAAC;IAE5C,wDAAwD;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,yDAAyD;IACzD,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,gDAAgD;IAChD,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,wBAAwB,CAAC,gBAAgB,CAAC,CAAC;CACnE,CAAC;AAybF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,cAAc,CAAC,EAAE,YAAY,EAAE,CAAC;CAC/B,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAwJT,OAAO,IAA6B;;iCATZ,GAAG;gCACJ,GAAG;;;;EAavC;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;6FASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { GridApi } from 'ag-grid-enterprise';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
params: {
|
|
4
|
+
api: GridApi;
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=PlAgRowCount.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlAgRowCount.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgRowCount.vue"],"names":[],"mappings":"AAAA,OA8CO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAKlD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE;QAAE,GAAG,EAAE,OAAO,CAAA;KAAE,CAAC;CAC1B,CAAC;;AAuFF,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row-number.d.ts","sourceRoot":"","sources":["../../../../../src/components/PlAgDataTable/sources/row-number.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,MAAM,EAAE,KAAK,OAAO,EAA0B,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"row-number.d.ts","sourceRoot":"","sources":["../../../../../src/components/PlAgDataTable/sources/row-number.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,KAAK,MAAM,EAAE,KAAK,OAAO,EAA0B,MAAM,oBAAoB,CAAC;AAK7G,eAAO,MAAM,2BAA2B,8BAA4B,CAAC;AAKrE,wBAAgB,mBAAmB,CAAC,KAAK,GAAG,GAAG,KAAK,MAAM,CAAC,KAAK,CAAC,CA+BhE;AAqED,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,OAAO,QAoCvD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgRowNumCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"PlAgRowNumCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgRowNumCheckbox/PlAgRowNumCheckbox.vue"],"names":[],"mappings":"AAAA,OA8CO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAO9D,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAA;CAAE,CAAC;;AAiHnD,wBAOG"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { IHeaderParams } from 'ag-grid-enterprise';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
params: IHeaderParams;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
7
|
+
//# sourceMappingURL=PlAgRowNumHeader.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PlAgRowNumHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAgRowNumHeader.vue"],"names":[],"mappings":"AAsEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAKxD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,aAAa,CAAC;CACvB,CAAC;;AAiIF,wBAOG"}
|