@cloudparker/moldex.js 0.0.93 → 0.0.95
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/services/dialog/dialog-service.d.ts +0 -3
- package/dist/tailwind.css +1 -1
- package/dist/views/core/button/components/button/button.svelte.d.ts +2 -17
- package/dist/views/core/button/components/button-back/button-back.svelte.d.ts +4 -18
- package/dist/views/core/button/components/button-close/button-close.svelte.d.ts +2 -17
- package/dist/views/core/button/components/button-close-icon/button-close-icon.svelte.d.ts +4 -18
- package/dist/views/core/button/components/button-dropdown/button-dropdown.svelte.d.ts +3 -17
- package/dist/views/core/button/components/button-list-item/button-list-item.svelte.d.ts +2 -17
- package/dist/views/core/button/components/button-menu/button-menu.svelte.d.ts +5 -18
- package/dist/views/core/button/components/button-ok/button-ok.svelte.d.ts +2 -17
- package/dist/views/core/button/components/button-search/button-search.svelte.d.ts +5 -18
- package/dist/views/core/common/components/content-area/content-area.svelte.d.ts +7 -20
- package/dist/views/core/common/components/loading/loading.svelte.d.ts +4 -18
- package/dist/views/core/dialog/components/cropper-dialog/cropper-dialog.svelte.d.ts +3 -17
- package/dist/views/core/dialog/components/dialog/dialog.svelte +24 -29
- package/dist/views/core/dialog/components/dialog/dialog.svelte.d.ts +3 -18
- package/dist/views/core/dialog/components/loading-dialog/loading-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/msg-dialog/msg-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/number-field-dialog/number-field-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/picker-dialog/picker-dialog.svelte.d.ts +3 -17
- package/dist/views/core/dialog/components/text-field-dialog/text-field-dialog.svelte.d.ts +5 -18
- package/dist/views/core/dialog/components/textarea-field-dialog/textarea-field-dialog.svelte.d.ts +5 -18
- package/dist/views/core/drawer/components/drawer/drawer.svelte.d.ts +6 -19
- package/dist/views/core/icon/components/icon/icon.svelte.d.ts +4 -18
- package/dist/views/core/icon/components/icon-circle/icon-circle.svelte.d.ts +4 -18
- package/dist/views/core/input/components/checkbox-field/checkbox-field.svelte.d.ts +5 -19
- package/dist/views/core/input/components/color-field/color-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/combobox-field/combobox-field.svelte.d.ts +3 -17
- package/dist/views/core/input/components/date-field/date-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/datetime-field/datetime-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/email-field/email-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/file-field/file-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/input-field/input-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/label/label.svelte.d.ts +4 -18
- package/dist/views/core/input/components/number-field/number-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/password-field/password-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/phone-field/phone-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/radio-field/radio-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/range-field/range-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/search-field/search-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/text-field/text-field.svelte.d.ts +4 -18
- package/dist/views/core/input/components/textarea-field/textarea-field.svelte.d.ts +2 -17
- package/dist/views/core/input/components/time-field/time-field.svelte.d.ts +2 -17
- package/dist/views/core/navbar/components/navbar/navbar.svelte.d.ts +2 -17
- package/dist/views/core/no-data/components/no-data/no-data.svelte.d.ts +6 -19
- package/dist/views/core/pagination/components/pagination/pagination.svelte.d.ts +4 -18
- package/dist/views/core/progressbar/components/progressbar/progressbar.svelte.d.ts +4 -18
- package/dist/views/core/ruler/components/vertical-ruler/verticcal-ruler.svelte.d.ts +4 -18
- package/dist/views/core/screen-detector/components/screen-detector.svelte.d.ts +2 -17
- package/dist/views/core/sidebar/components/sidebar.svelte.d.ts +7 -20
- package/dist/views/core/spinner/components/spinner/spinner.svelte.d.ts +4 -18
- package/dist/views/core/text/components/text-await/text-await.svelte.d.ts +4 -18
- package/dist/views/core/text/components/text-copy/text-copy.svelte.d.ts +4 -18
- package/dist/views/core/text/components/text-currency/text-currency.svelte.d.ts +4 -18
- package/dist/views/core/text/components/text-date/text-date.svelte.d.ts +5 -19
- package/dist/views/core/text/components/text-email/text-email.svelte.d.ts +4 -18
- package/dist/views/core/text/components/text-html/text-html.svelte.d.ts +4 -18
- package/dist/views/core/text/components/text-phone/text-phone.svelte.d.ts +4 -18
- package/dist/views/core/toast/components/toast/toast.svelte.d.ts +2 -17
- package/dist/views/extra/fields/country-combobox-field.svelte.d.ts +5 -18
- package/dist/views/extra/loaders/country-loader.svelte.d.ts +4 -18
- package/dist/views/extra/texts/text-country-state.svelte.d.ts +4 -18
- package/dist/views/extra/texts/text-country.svelte.d.ts +4 -18
- package/package.json +4 -4
|
@@ -6,24 +6,9 @@ export type ToastPropsType = {
|
|
|
6
6
|
className?: string;
|
|
7
7
|
children?: Snippet;
|
|
8
8
|
};
|
|
9
|
-
|
|
10
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
11
|
-
$$bindings?: Bindings;
|
|
12
|
-
} & Exports;
|
|
13
|
-
(internal: unknown, props: Props & {
|
|
14
|
-
$$events?: Events;
|
|
15
|
-
$$slots?: Slots;
|
|
16
|
-
}): Exports & {
|
|
17
|
-
$set?: any;
|
|
18
|
-
$on?: any;
|
|
19
|
-
};
|
|
20
|
-
z_$$bindings?: Bindings;
|
|
21
|
-
}
|
|
22
|
-
declare const Toast: $$__sveltets_2_IsomorphicComponent<ToastPropsType, {
|
|
23
|
-
[evt: string]: CustomEvent<any>;
|
|
24
|
-
}, {}, {
|
|
9
|
+
declare const Toast: import("svelte").Component<ToastPropsType, {
|
|
25
10
|
openToast: () => void;
|
|
26
11
|
closeClose: () => void;
|
|
27
12
|
}, "">;
|
|
28
|
-
type Toast =
|
|
13
|
+
type Toast = ReturnType<typeof Toast>;
|
|
29
14
|
export default Toast;
|
|
@@ -1,21 +1,8 @@
|
|
|
1
1
|
import type { ComboboxFieldProps, InputFieldProps } from '../../core';
|
|
2
|
-
|
|
3
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
4
|
-
$$bindings?: Bindings;
|
|
5
|
-
} & Exports;
|
|
6
|
-
(internal: unknown, props: Props & {
|
|
7
|
-
$$events?: Events;
|
|
8
|
-
$$slots?: Slots;
|
|
9
|
-
}): Exports & {
|
|
10
|
-
$set?: any;
|
|
11
|
-
$on?: any;
|
|
12
|
-
};
|
|
13
|
-
z_$$bindings?: Bindings;
|
|
14
|
-
}
|
|
15
|
-
declare const CountryComboboxField: $$__sveltets_2_IsomorphicComponent<ComboboxFieldProps & InputFieldProps & {
|
|
2
|
+
type Props = {
|
|
16
3
|
value?: any;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
type CountryComboboxField =
|
|
4
|
+
};
|
|
5
|
+
type $$ComponentProps = ComboboxFieldProps & InputFieldProps & Props;
|
|
6
|
+
declare const CountryComboboxField: import("svelte").Component<$$ComponentProps, {}, "value">;
|
|
7
|
+
type CountryComboboxField = ReturnType<typeof CountryComboboxField>;
|
|
21
8
|
export default CountryComboboxField;
|
|
@@ -4,27 +4,13 @@ export type Country = {
|
|
|
4
4
|
name: string;
|
|
5
5
|
};
|
|
6
6
|
import type { Snippet } from 'svelte';
|
|
7
|
-
|
|
8
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
9
|
-
$$bindings?: Bindings;
|
|
10
|
-
} & Exports;
|
|
11
|
-
(internal: unknown, props: Props & {
|
|
12
|
-
$$events?: Events;
|
|
13
|
-
$$slots?: Slots;
|
|
14
|
-
}): Exports & {
|
|
15
|
-
$set?: any;
|
|
16
|
-
$on?: any;
|
|
17
|
-
};
|
|
18
|
-
z_$$bindings?: Bindings;
|
|
19
|
-
}
|
|
20
|
-
declare const CountryLoader: $$__sveltets_2_IsomorphicComponent<{
|
|
7
|
+
type Props = {
|
|
21
8
|
countries?: Country[];
|
|
22
9
|
onLoad?: (countries?: Country[]) => void;
|
|
23
10
|
children?: Snippet;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
}, {}, {
|
|
11
|
+
};
|
|
12
|
+
declare const CountryLoader: import("svelte").Component<Props, {
|
|
27
13
|
loadCountries: () => Promise<void>;
|
|
28
14
|
}, "countries">;
|
|
29
|
-
type CountryLoader =
|
|
15
|
+
type CountryLoader = ReturnType<typeof CountryLoader>;
|
|
30
16
|
export default CountryLoader;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: Props & {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const TextCountryState: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type $$ComponentProps = {
|
|
15
2
|
input: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
type TextCountryState = InstanceType<typeof TextCountryState>;
|
|
3
|
+
};
|
|
4
|
+
declare const TextCountryState: import("svelte").Component<$$ComponentProps, {}, "">;
|
|
5
|
+
type TextCountryState = ReturnType<typeof TextCountryState>;
|
|
20
6
|
export default TextCountryState;
|
|
@@ -1,20 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
3
|
-
$$bindings?: Bindings;
|
|
4
|
-
} & Exports;
|
|
5
|
-
(internal: unknown, props: Props & {
|
|
6
|
-
$$events?: Events;
|
|
7
|
-
$$slots?: Slots;
|
|
8
|
-
}): Exports & {
|
|
9
|
-
$set?: any;
|
|
10
|
-
$on?: any;
|
|
11
|
-
};
|
|
12
|
-
z_$$bindings?: Bindings;
|
|
13
|
-
}
|
|
14
|
-
declare const TextCountry: $$__sveltets_2_IsomorphicComponent<{
|
|
1
|
+
type Props = {
|
|
15
2
|
input?: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
type TextCountry = InstanceType<typeof TextCountry>;
|
|
3
|
+
};
|
|
4
|
+
declare const TextCountry: import("svelte").Component<Props, {}, "">;
|
|
5
|
+
type TextCountry = ReturnType<typeof TextCountry>;
|
|
20
6
|
export default TextCountry;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudparker/moldex.js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
4
4
|
"author": "cloudparker.com",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"repository": "https://github.com/paramanandapradhan/moldex.js",
|
|
28
28
|
"homepage": "https://cloudparker.com",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@cloudparker/easy-script-loader-svelte": "^4.
|
|
30
|
+
"@cloudparker/easy-script-loader-svelte": "^4.1.1",
|
|
31
31
|
"@cloudparker/easy-cropperjs-svelte": "^2.4.0",
|
|
32
|
-
"esm-env": "^1.
|
|
32
|
+
"esm-env": "^1.2.2",
|
|
33
33
|
"moment": "^2.30.1"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"svelte": "^5.
|
|
36
|
+
"svelte": "^5.23.0"
|
|
37
37
|
}
|
|
38
38
|
}
|