iking-web-ui-pro 1.0.45 → 1.0.46
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/IkApprovalProcess/ik.index.es.js +177 -171
- package/dist/IkApprovalProcess/iking-web-ui-pro.css +1 -1
- package/dist/IkCalendar/ik.index.es.js +239 -233
- package/dist/IkCalendar/iking-web-ui-pro.css +1 -1
- package/dist/IkPageFull/ik.index.es.js +478 -472
- package/dist/IkPageFull/iking-web-ui-pro.css +1 -1
- package/dist/IkPickerUser/ik.index.es.js +88 -82
- package/dist/IkPickerUser/iking-web-ui-pro.css +1 -1
- package/dist/IkSearch/ik.index.es.js +273 -267
- package/dist/IkSearch/iking-web-ui-pro.css +1 -1
- package/dist/iking-web-ui-pro.css +1 -1
- package/dist/{index-TozM1JQc.mjs → index-DTi9E0jO.mjs} +1735 -1729
- package/dist/{index.es-CzjzOv5W.mjs → index.es-B77Iiv-O.mjs} +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/{jspdf.es.min-fCMW3s1m.mjs → jspdf.es.min-DVvGi1xM.mjs} +1 -1
- package/dist/src/components/IkPickerUser/src/picker.vue.d.ts +3 -3
- package/package.json +1 -1
|
@@ -9162,7 +9162,7 @@ endobj\r
|
|
|
9162
9162
|
var d = h.getContext("2d");
|
|
9163
9163
|
d.fillStyle = "#fff", d.fillRect(0, 0, h.width, h.height);
|
|
9164
9164
|
var m = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, _ = this;
|
|
9165
|
-
return (Gt.canvg ? Promise.resolve(Gt.canvg) : import("./index.es-
|
|
9165
|
+
return (Gt.canvg ? Promise.resolve(Gt.canvg) : import("./index.es-B77Iiv-O.mjs")).catch(function(k) {
|
|
9166
9166
|
return Promise.reject(new Error("Could not load canvg: " + k));
|
|
9167
9167
|
}).then(function(k) {
|
|
9168
9168
|
return k.default ? k.default : k;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TList,
|
|
1
|
+
import { TList, ETab } from '../types';
|
|
2
2
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
children: {
|
|
@@ -80,7 +80,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
80
80
|
default: () => string[];
|
|
81
81
|
};
|
|
82
82
|
chooseType: {
|
|
83
|
-
type: import('vue').PropType<Array<keyof typeof EChooseType>>;
|
|
83
|
+
type: import('vue').PropType<Array<keyof typeof import('../types').EChooseType>>;
|
|
84
84
|
default: () => string[];
|
|
85
85
|
};
|
|
86
86
|
api: {
|
|
@@ -238,7 +238,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
238
238
|
default: () => string[];
|
|
239
239
|
};
|
|
240
240
|
chooseType: {
|
|
241
|
-
type: import('vue').PropType<Array<keyof typeof EChooseType>>;
|
|
241
|
+
type: import('vue').PropType<Array<keyof typeof import('../types').EChooseType>>;
|
|
242
242
|
default: () => string[];
|
|
243
243
|
};
|
|
244
244
|
api: {
|