@platforma-sdk/ui-vue 1.13.10 → 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 +13 -0
- package/dist/lib.js +2 -2
- package/dist/lib.umd.cjs +2 -2
- 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 +11 -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 +9 -4
- 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/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +13 -13
- package/src/components/PlAgDataTable/PlAgDataTable.vue +6 -0
- package/src/components/PlAgDataTableToolsPanel/PlAgDataTableToolsPanel.vue +6 -0
- package/src/components/PlAgGridColumnManager/PlAgGridColumnManager.vue +9 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@milaboratories/uikit/styles';
|
|
2
2
|
import '../assets/block.scss';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=BlockLayout.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BlockLayout.vue"],"names":[],"mappings":"AAAA,OAsDO,8BAA8B,CAAC;AACtC,OAAO,sBAAsB,CAAC;;
|
|
1
|
+
{"version":3,"file":"BlockLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BlockLayout.vue"],"names":[],"mappings":"AAAA,OAsDO,8BAA8B,CAAC;AACtC,OAAO,sBAAsB,CAAC;;AAgJ9B,wBAMG"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
value: boolean | number | undefined;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
};
|
|
4
|
+
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>;
|
|
6
5
|
export default _default;
|
|
7
6
|
//# sourceMappingURL=BlockLoader.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BlockLoader.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BlockLoader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BlockLoader.vue"],"names":[],"mappings":"AAkCA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;CACrC,CAAC;;AA8EF,wBAMG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=LoaderPage.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoaderPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LoaderPage.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LoaderPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/LoaderPage.vue"],"names":[],"mappings":";AAmEA,wBAMG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=NotFound.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NotFound.vue.d.ts","sourceRoot":"","sources":["../../../src/components/NotFound.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"NotFound.vue.d.ts","sourceRoot":"","sources":["../../../src/components/NotFound.vue"],"names":[],"mappings":";AAmHA,wBAMG"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ICellRendererParams } from '@ag-grid-community/core';
|
|
2
2
|
import type { ImportFileHandle, ImportProgress } from '@platforma-sdk/model';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
params: ICellRendererParams<unknown, ImportFileHandle> & {
|
|
5
5
|
extensions?: string[];
|
|
6
6
|
progress?: ImportProgress;
|
|
@@ -20,26 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
*/
|
|
21
21
|
resolveProgress?: (v: ImportFileHandle | undefined) => ImportProgress | undefined;
|
|
22
22
|
};
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
extensions?: string[];
|
|
26
|
-
progress?: ImportProgress;
|
|
27
|
-
/**
|
|
28
|
-
* The resolveProgress function is an optional input parameter for the component
|
|
29
|
-
* that allows tracking the file upload progress in real-time.
|
|
30
|
-
* By passing resolveProgress, you can ensure that the component
|
|
31
|
-
* displays accurate progress values for each file as they upload.
|
|
32
|
-
* How to use it in AgGrid
|
|
33
|
-
* cellRendererParams: {
|
|
34
|
-
* resolveProgress: (fileHandle: ImportFileHandle | undefined) => {
|
|
35
|
-
* const progresses = app.progresses;
|
|
36
|
-
* if (!fileHandle) return undefined;
|
|
37
|
-
* else return progresses[fileHandle];
|
|
38
|
-
* }
|
|
39
|
-
* }
|
|
40
|
-
*/
|
|
41
|
-
resolveProgress?: (v: ImportFileHandle | undefined) => ImportProgress | undefined;
|
|
42
|
-
};
|
|
43
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
};
|
|
24
|
+
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>;
|
|
44
25
|
export default _default;
|
|
45
26
|
//# sourceMappingURL=PlAgCellFile.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgCellFile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgCellFile/PlAgCellFile.vue"],"names":[],"mappings":"AAkEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC
|
|
1
|
+
{"version":3,"file":"PlAgCellFile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgCellFile/PlAgCellFile.vue"],"names":[],"mappings":"AAkEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAK7E,KAAK,WAAW,GAAG;IAGjB,MAAM,EAAE,mBAAmB,CAAC,OAAO,EAAE,gBAAgB,CAAC,GAAG;QACvD,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;QACtB,QAAQ,CAAC,EAAE,cAAc,CAAC;QAC1B;;;;;;;;;;;;;WAaG;QACH,eAAe,CAAC,EAAE,CAAC,CAAC,EAAE,gBAAgB,GAAG,SAAS,KAAK,cAAc,GAAG,SAAS,CAAC;KACnF,CAAC;CACH,CAAC;;AAqGF,wBAOG"}
|
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
import type { PlDataTableState, PTableColumnSpec } from '@platforma-sdk/model';
|
|
2
2
|
import type { PlDataTableSettings } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
settings: Readonly<PlDataTableSettings>;
|
|
5
|
+
/**
|
|
6
|
+
* The showColumnsPanel prop controls the display of a button that activates
|
|
7
|
+
* the columns management panel in the table. To make the button functional
|
|
8
|
+
* and visible, you must also include the PlAgDataTableToolsPanel component in your layout.
|
|
9
|
+
* This component serves as the target for teleporting the button.
|
|
10
|
+
*/
|
|
5
11
|
showColumnsPanel?: boolean;
|
|
6
12
|
};
|
|
7
13
|
type __VLS_PublicProps = {
|
|
8
14
|
modelValue?: PlDataTableState;
|
|
9
|
-
} &
|
|
15
|
+
} & __VLS_Props;
|
|
10
16
|
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
11
17
|
exportCsv: () => void;
|
|
12
18
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
19
|
onRowDoubleClicked: (key: unknown[]) => any;
|
|
14
20
|
columnsChanged: (columns: PTableColumnSpec[]) => any;
|
|
15
|
-
"update:modelValue": (
|
|
21
|
+
"update:modelValue": (value: PlDataTableState) => any;
|
|
16
22
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
23
|
onOnRowDoubleClicked?: ((key: unknown[]) => any) | undefined;
|
|
18
24
|
onColumnsChanged?: ((columns: PTableColumnSpec[]) => any) | undefined;
|
|
19
|
-
"onUpdate:modelValue"?: ((
|
|
20
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
25
|
+
"onUpdate:modelValue"?: ((value: PlDataTableState) => any) | undefined;
|
|
26
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
27
|
export default _default;
|
|
22
28
|
//# sourceMappingURL=PlAgDataTable.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgDataTable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PlAgDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgDataTable.vue"],"names":[],"mappings":"AAqkBA,OAAO,KAAK,EAA4B,gBAAgB,EAAE,gBAAgB,EAAqC,MAAM,sBAAsB,CAAC;AAU5I,OAAO,KAAK,EAA2B,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAe5E,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,QAAQ,CAAC,mBAAmB,CAAC,CAAC;IACxC;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B,CAAC;AAodF,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,gBAAgB,CAAC;CAC7B,GAAG,WAAW,CAAC;;;;;;;;;;;;AA4MhB,wBASG"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
params: {
|
|
3
3
|
notReady: boolean;
|
|
4
4
|
};
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
notReady: boolean;
|
|
8
|
-
};
|
|
9
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
};
|
|
6
|
+
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>;
|
|
10
7
|
export default _default;
|
|
11
8
|
//# sourceMappingURL=PlAgOverlayLoading.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgOverlayLoading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgOverlayLoading.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PlAgOverlayLoading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgOverlayLoading.vue"],"names":[],"mappings":"AAqDA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE;QACN,QAAQ,EAAE,OAAO,CAAC;KACnB,CAAC;CACH,CAAC;;AAsEF,wBAOG"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {},
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
3
3
|
//# sourceMappingURL=PlAgOverlayNoRows.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlAgOverlayNoRows.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgOverlayNoRows.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"PlAgOverlayNoRows.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlAgOverlayNoRows.vue"],"names":[],"mappings":";AA0FA,wBAMG"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import type { PlTableFiltersModel, PTableColumnSpec } from '@platforma-sdk/model';
|
|
2
2
|
import type { PlTableFiltersDefault, PlTableFiltersRestriction } from './types';
|
|
3
|
-
|
|
3
|
+
type __VLS_Props = {
|
|
4
4
|
columns: Readonly<PTableColumnSpec[]>;
|
|
5
5
|
restrictions?: Readonly<PlTableFiltersRestriction[]>;
|
|
6
6
|
defaults?: Readonly<PlTableFiltersDefault[]>;
|
|
7
7
|
};
|
|
8
8
|
type __VLS_PublicProps = {
|
|
9
9
|
modelValue: PlTableFiltersModel;
|
|
10
|
-
} &
|
|
10
|
+
} & __VLS_Props;
|
|
11
11
|
declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (
|
|
12
|
+
"update:modelValue": (value: PlTableFiltersModel) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((
|
|
14
|
+
"onUpdate:modelValue"?: ((value: PlTableFiltersModel) => any) | undefined;
|
|
15
15
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
17
|
//# sourceMappingURL=PlTableFilters.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlTableFilters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlTableFilters.vue"],"names":[],"mappings":"AAqjBA,OAAO,KAAK,EACV,mBAAmB,EAOnB,gBAAgB,EAEjB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,KAAK,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAKhF,
|
|
1
|
+
{"version":3,"file":"PlTableFilters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/PlAgDataTable/PlTableFilters.vue"],"names":[],"mappings":"AAqjBA,OAAO,KAAK,EACV,mBAAmB,EAOnB,gBAAgB,EAEjB,MAAM,sBAAsB,CAAC;AAE9B,OAAO,KAAK,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;AAKhF,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,QAAQ,CAAC,gBAAgB,EAAE,CAAC,CAAC;IACtC,YAAY,CAAC,EAAE,QAAQ,CAAC,yBAAyB,EAAE,CAAC,CAAC;IACrD,QAAQ,CAAC,EAAE,QAAQ,CAAC,qBAAqB,EAAE,CAAC,CAAC;CAC9C,CAAC;AAgcF,KAAK,iBAAiB,GAAG;IACzB,UAAU,EAAE,mBAAmB,CAAC;CAC/B,GAAG,WAAW,CAAC;;;;;;AAgOhB,wBAOG"}
|
|
@@ -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,9 +1,14 @@
|
|
|
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
|
+
/**
|
|
5
|
+
* The GridApi is an API interface provided by the table/grid component
|
|
6
|
+
* for interacting programmatically with the grid's features and functionality.
|
|
7
|
+
* It allows you to control and manipulate grid behavior, access data, and
|
|
8
|
+
* trigger specific actions.
|
|
9
|
+
*/
|
|
4
10
|
api: GridApi;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
}> & 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>;
|
|
8
13
|
export default _default;
|
|
9
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,
|
|
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"}
|