@amirjalili1374/ui-kit 1.5.79 → 1.5.81
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/common/AppStepper.vue.d.ts.map +1 -1
- package/dist/components/shared/ShamsiDatePicker.vue.d.ts +5 -22
- package/dist/components/shared/ShamsiDatePicker.vue.d.ts.map +1 -1
- package/dist/style.css +2 -2
- package/dist/ui-kit.cjs.js +1 -1
- package/dist/ui-kit.cjs.js.map +1 -1
- package/dist/ui-kit.es.js +68 -71
- package/dist/ui-kit.es.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/common/AppStepper.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AppStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/common/AppStepper.vue"],"names":[],"mappings":"AAgJA,OAAO,KAAK,EAAE,SAAS,EAA2B,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmR9D,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,50 +1,33 @@
|
|
|
1
1
|
type OutputFormat = 'iso' | 'date-only';
|
|
2
|
+
type PickerType = 'date' | 'datetime' | 'time' | 'year' | 'month';
|
|
2
3
|
interface Props {
|
|
3
4
|
modelValue?: string | [string, string] | null;
|
|
4
5
|
label?: string;
|
|
5
6
|
placeholder?: string;
|
|
6
|
-
variant?: 'outlined' | 'filled' | 'plain' | 'underlined' | 'solo' | 'solo-inverted' | 'solo-filled';
|
|
7
|
-
density?: 'default' | 'comfortable' | 'compact' | 'prominent';
|
|
8
7
|
color?: string;
|
|
9
8
|
disabled?: boolean;
|
|
10
|
-
readonly?: boolean;
|
|
11
9
|
clearable?: boolean;
|
|
12
|
-
rules?: any[];
|
|
13
|
-
hideDetails?: boolean | 'auto';
|
|
14
|
-
prependInnerIcon?: string;
|
|
15
|
-
appendInnerIcon?: string;
|
|
16
|
-
format?: string;
|
|
17
|
-
displayFormat?: string;
|
|
18
10
|
minDate?: string;
|
|
19
11
|
maxDate?: string;
|
|
20
12
|
mode?: 'single' | 'range';
|
|
21
|
-
|
|
13
|
+
type?: PickerType;
|
|
22
14
|
outputFormat?: OutputFormat;
|
|
15
|
+
format?: string;
|
|
16
|
+
displayFormat?: string;
|
|
23
17
|
}
|
|
24
18
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
19
|
"update:modelValue": (value: string | [string, string]) => any;
|
|
26
20
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
27
21
|
"onUpdate:modelValue"?: (value: string | [string, string]) => any;
|
|
28
22
|
}>, {
|
|
29
|
-
|
|
23
|
+
type: PickerType;
|
|
30
24
|
placeholder: string;
|
|
31
|
-
density: "default" | "compact" | "comfortable" | "prominent";
|
|
32
25
|
color: string;
|
|
33
|
-
variant: "outlined" | "plain" | "filled" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
|
|
34
26
|
disabled: boolean;
|
|
35
27
|
label: string;
|
|
36
28
|
mode: "single" | "range";
|
|
37
|
-
format: string;
|
|
38
29
|
modelValue: string | [string, string];
|
|
39
|
-
readonly: boolean;
|
|
40
30
|
clearable: boolean;
|
|
41
|
-
rules: any[];
|
|
42
|
-
hideDetails: boolean | "auto";
|
|
43
|
-
appendInnerIcon: string;
|
|
44
|
-
prependInnerIcon: string;
|
|
45
|
-
displayFormat: string;
|
|
46
|
-
minDate: string;
|
|
47
|
-
maxDate: string;
|
|
48
31
|
outputFormat: OutputFormat;
|
|
49
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
50
33
|
export default _default;
|
|
@@ -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":"AAigBA,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;CACxB;;;;;;;;;;;;;;;;AAoUD,wBAQG"}
|