@platforma-sdk/ui-vue 1.13.11 → 1.13.15
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 +7 -0
- package/dist/lib.js +1 -1
- package/dist/lib.umd.cjs +1 -1
- package/dist/src/components/BlockLayout.vue.d.ts +1 -1
- package/dist/src/components/BlockLayout.vue.d.ts.map +1 -1
- package/dist/src/components/BlockLoader.vue.d.ts +3 -4
- package/dist/src/components/BlockLoader.vue.d.ts.map +1 -1
- package/dist/src/components/LoaderPage.vue.d.ts +1 -1
- package/dist/src/components/LoaderPage.vue.d.ts.map +1 -1
- package/dist/src/components/NotFound.vue.d.ts +1 -1
- package/dist/src/components/NotFound.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgCellFile/PlAgCellFile.vue.d.ts +3 -22
- package/dist/src/components/PlAgCellFile/PlAgCellFile.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/PlAgDataTable.vue.d.ts +5 -5
- package/dist/src/components/PlAgDataTable/PlAgDataTable.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/PlAgOverlayLoading.vue.d.ts +3 -6
- package/dist/src/components/PlAgDataTable/PlAgOverlayLoading.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/PlAgOverlayNoRows.vue.d.ts +1 -1
- package/dist/src/components/PlAgDataTable/PlAgOverlayNoRows.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTable/PlTableFilters.vue.d.ts +4 -4
- package/dist/src/components/PlAgDataTable/PlTableFilters.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgDataTableToolsPanel/PlAgDataTableToolsPanel.vue.d.ts +3 -2
- package/dist/src/components/PlAgDataTableToolsPanel/PlAgDataTableToolsPanel.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.d.ts +3 -10
- package/dist/src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue.d.ts.map +1 -1
- package/dist/src/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue.d.ts +3 -28
- package/dist/src/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue.d.ts.map +1 -1
- package/dist/src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts +3 -4
- package/dist/src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts.map +1 -1
- package/dist/src/components/ValueOrErrorsComponent.vue.d.ts +1 -1
- package/dist/src/components/ValueOrErrorsComponent.vue.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +12 -12
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
};
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
7
8
|
};
|
|
8
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
12
|
export default _default;
|
|
12
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgDataTableToolsPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTableToolsPanel/PlAgDataTableToolsPanel.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlAgDataTableToolsPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTableToolsPanel/PlAgDataTableToolsPanel.vue"],"names":[],"mappings":"AAgCA,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GridApi } from '@ag-grid-community/core';
|
|
2
2
|
import './pl-ag-grid-column-manager.scss';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
/**
|
|
5
5
|
* The GridApi is an API interface provided by the table/grid component
|
|
6
6
|
* for interacting programmatically with the grid's features and functionality.
|
|
@@ -8,14 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
* trigger specific actions.
|
|
9
9
|
*/
|
|
10
10
|
api: GridApi;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
* The GridApi is an API interface provided by the table/grid component
|
|
14
|
-
* for interacting programmatically with the grid's features and functionality.
|
|
15
|
-
* It allows you to control and manipulate grid behavior, access data, and
|
|
16
|
-
* trigger specific actions.
|
|
17
|
-
*/
|
|
18
|
-
api: GridApi;
|
|
19
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
|
+
};
|
|
12
|
+
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>;
|
|
20
13
|
export default _default;
|
|
21
14
|
//# sourceMappingURL=PlAgGridColumnManager.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgGridColumnManager.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue"],"names":[],"mappings":"AAAA,OAgFO,KAAK,EAAU,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAG/D,OAAO,kCAAkC,CAAC
|
|
1
|
+
{"version":3,"file":"PlAgGridColumnManager.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue"],"names":[],"mappings":"AAAA,OAgFO,KAAK,EAAU,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAG/D,OAAO,kCAAkC,CAAC;AAK1C,KAAK,WAAW,GAAG;IACjB;;;;;OAKG;IACH,GAAG,EAAE,OAAO,CAAC;CACd,CAAC;;AA2LF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ICellRendererParams } from '@ag-grid-community/core';
|
|
2
2
|
import type { MaskIconName16 } from '@milaboratories/uikit';
|
|
3
3
|
import './pl-ag-text-and-button-cell.scss';
|
|
4
|
-
|
|
4
|
+
type __VLS_Props = {
|
|
5
5
|
params: ICellRendererParams & {
|
|
6
6
|
/**
|
|
7
7
|
* Button icon MaskIconName16
|
|
@@ -27,32 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
*/
|
|
28
28
|
onClick?: (params: ICellRendererParams) => void;
|
|
29
29
|
};
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Button icon MaskIconName16
|
|
34
|
-
*/
|
|
35
|
-
icon?: MaskIconName16;
|
|
36
|
-
/**
|
|
37
|
-
* Button label
|
|
38
|
-
*/
|
|
39
|
-
btnLabel?: string;
|
|
40
|
-
/**
|
|
41
|
-
* If invokeRowsOnDoubleClick = true, clicking a button inside the row
|
|
42
|
-
* triggers the doubleClick event for the entire row. In this case,
|
|
43
|
-
* the handler passed to the component is not called, even if it is defined.
|
|
44
|
-
*
|
|
45
|
-
* If invokeRowsOnDoubleClick = false, the doubleClick event for the row
|
|
46
|
-
* is not triggered, but the provided handler will be called, receiving
|
|
47
|
-
* the ICellRendererParams as an argument.
|
|
48
|
-
*/
|
|
49
|
-
invokeRowsOnDoubleClick?: boolean;
|
|
50
|
-
/**
|
|
51
|
-
* plHandler parameter is a click handler that is invoked when
|
|
52
|
-
* the invokeRowsOnDoubleClick property is set to false.
|
|
53
|
-
*/
|
|
54
|
-
onClick?: (params: ICellRendererParams) => void;
|
|
55
|
-
};
|
|
56
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
};
|
|
31
|
+
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>;
|
|
57
32
|
export default _default;
|
|
58
33
|
//# sourceMappingURL=PlAgTextAndButtonCell.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgTextAndButtonCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue"],"names":[],"mappings":"AAAA,OAoEO,KAAK,EAAE,mBAAmB,EAAyB,MAAM,yBAAyB,CAAC;AAC1F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,mCAAmC,CAAC
|
|
1
|
+
{"version":3,"file":"PlAgTextAndButtonCell.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgTextAndButtonCell/PlAgTextAndButtonCell.vue"],"names":[],"mappings":"AAAA,OAoEO,KAAK,EAAE,mBAAmB,EAAyB,MAAM,yBAAyB,CAAC;AAC1F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAE5D,OAAO,mCAAmC,CAAC;AAI3C,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,mBAAmB,GAAG;QAC5B;;WAEG;QACH,IAAI,CAAC,EAAE,cAAc,CAAC;QACtB;;WAEG;QACH,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB;;;;;;;;WAQG;QACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;QAClC;;;WAGG;QACH,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,mBAAmB,KAAK,IAAI,CAAC;KACjD,CAAC;CACH,CAAC;;AA4FF,wBAOG"}
|
package/dist/src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type { BlockOutputsBase } from '@platforma-sdk/model';
|
|
2
2
|
import type { OutputErrors } from '../../types';
|
|
3
3
|
import './pl-app-error-notification-alert.scss';
|
|
4
|
-
|
|
4
|
+
type __VLS_Props = {
|
|
5
5
|
errors: OutputErrors<BlockOutputsBase>;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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, {}, HTMLDivElement>;
|
|
9
8
|
export default _default;
|
|
10
9
|
//# sourceMappingURL=PlAppErrorNotificationAlert.vue.d.ts.map
|
package/dist/src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAppErrorNotificationAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue"],"names":[],"mappings":"AAAA,OAsDO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,wCAAwC,CAAC
|
|
1
|
+
{"version":3,"file":"PlAppErrorNotificationAlert.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAppErrorNotificationAlert/PlAppErrorNotificationAlert.vue"],"names":[],"mappings":"AAAA,OAsDO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,OAAO,wCAAwC,CAAC;AAMhD,KAAK,WAAW,GAAG;IAAE,MAAM,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,CAAC;;AAmJ9D,wBAOG"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ValueOrErrors } from '@platforma-sdk/model';
|
|
2
2
|
declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & Partial<{}> & {
|
|
4
4
|
valueOrError: ValueOrErrors<T> | undefined;
|
|
5
5
|
}> & import("vue").PublicProps;
|
|
6
6
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ValueOrErrorsComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ValueOrErrorsComponent.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;yBAGzC,CAAC,eACJ,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"ValueOrErrorsComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ValueOrErrorsComponent.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;yBAGzC,CAAC,eACJ,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAkFxD,mBAAmB,CAAC;sBA9Ed,aAAa,CAAC,CAAC,CAAC,GAAG,SAAS;KA8E2E,CAAC,4BAA2B;oBAChI,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBArEI;YAAE,KAAK,EAAE,CAAC,CAAA;SAAE,GAAG,IAAI;;uBAAnB;YAAE,KAAK,EAAE,CAAC,CAAA;SAAE,GAAG,IAAI;;UAuE3B,EAAE;;;;YAGiC,OAAO,CAAC,OAAO,WAAW,CAAC;;AA5FvE,wBA4F4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|