@amirjalili1374/ui-kit 1.5.82 → 1.5.84
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/components/shared/CustomDataTable.vue.d.ts +3 -0
- package/dist/components/shared/CustomDataTable.vue.d.ts.map +1 -1
- package/dist/components/shared/ShamsiDatePicker.vue.d.ts +1 -0
- package/dist/components/shared/ShamsiDatePicker.vue.d.ts.map +1 -1
- package/dist/services/apiService.d.ts +1 -0
- package/dist/services/apiService.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/componentTypes/DataTableTypes.d.ts +4 -0
- package/dist/types/componentTypes/DataTableTypes.d.ts.map +1 -1
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +75 -6
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -60,6 +60,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
60
60
|
enableTextTruncation: boolean;
|
|
61
61
|
maxTextLength: number;
|
|
62
62
|
inlineFilter: boolean;
|
|
63
|
+
enableExport: boolean;
|
|
64
|
+
exportUrl: string;
|
|
65
|
+
exportFileName: string;
|
|
63
66
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
|
|
64
67
|
'inline-filter-actions'?: (props: {
|
|
65
68
|
applyFilter: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomDataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/CustomDataTable.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CustomDataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/CustomDataTable.vue"],"names":[],"mappings":"AAguFA,OAAO,EAA4B,KAAK,GAAG,EAAE,MAAM,KAAK,CAAC;AAOzD,OAAO,KAAK,EAA6B,cAAc,EAAU,SAAS,EAAkB,MAAM,uCAAuC,CAAC;AAY1I;;GAEG;AACH,UAAU,KAAM,SAAQ,IAAI,CAAC,cAAc,EAAE,QAAQ,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,SAAS,KAAK,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;IAChF,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+mKD,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -14,6 +14,7 @@ interface Props {
|
|
|
14
14
|
outputFormat?: OutputFormat;
|
|
15
15
|
format?: string;
|
|
16
16
|
displayFormat?: string;
|
|
17
|
+
disabledDates?: (date: string) => boolean;
|
|
17
18
|
}
|
|
18
19
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
20
|
"update:modelValue": (value: string | [string, string]) => any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ShamsiDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/ShamsiDatePicker.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ShamsiDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/shared/ShamsiDatePicker.vue"],"names":[],"mappings":"AA2gBA,KAAK,YAAY,GAAG,KAAK,GAAG,WAAW,CAAC;AACxC,KAAK,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAElE,UAAU,KAAK;IACb,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;CAC3C;;;;;;;;;;;;;;;;AA+UD,wBAQG"}
|
|
@@ -11,6 +11,7 @@ export interface ApiService {
|
|
|
11
11
|
update(data: any): Promise<any>;
|
|
12
12
|
delete(id: string | number): Promise<any>;
|
|
13
13
|
get(id: string | number): Promise<any>;
|
|
14
|
+
exportExcel(params?: Record<string, any>, customUrl?: string): Promise<any>;
|
|
14
15
|
}
|
|
15
16
|
/**
|
|
16
17
|
* Creates an API service instance for a given resource
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiService.d.ts","sourceRoot":"","sources":["../../src/services/apiService.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAClD,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAChC,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAC1C,GAAG,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"apiService.d.ts","sourceRoot":"","sources":["../../src/services/apiService.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAClD,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAChC,MAAM,CAAC,IAAI,EAAE,GAAG,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAChC,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IAC1C,GAAG,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;IACvC,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC;CAC7E;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,UAAU,CAChC,SAAS,EAAE,aAAa,EACxB,QAAQ,EAAE,MAAM,GACf,UAAU,CAsCZ"}
|