inertia-bootstrap-forms 1.0.21 → 1.0.23

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/index.d.ts ADDED
@@ -0,0 +1,30 @@
1
+ declare module "vue3-bootstrap-components" {
2
+ import { DefineComponent } from "vue";
3
+
4
+ // هر کامپوننت به این شکل تعریف میشه
5
+ export const AmountInput: DefineComponent<{}, {}, any>;
6
+ export const CaptchaInput: DefineComponent<{}, {}, any>;
7
+ export const CheckboxButtonInput: DefineComponent<{}, {}, any>;
8
+ export const CheckboxInput: DefineComponent<{}, {}, any>;
9
+ export const CheckboxToggle: DefineComponent<{}, {}, any>;
10
+ export const EditorInput: DefineComponent<{}, {}, any>;
11
+ export const EmailInput: DefineComponent<{}, {}, any>;
12
+ export const FileInput: DefineComponent<{}, {}, any>;
13
+ export const FileUploader: DefineComponent<{}, {}, any>;
14
+ export const FormContainer: DefineComponent<{}, {}, any>;
15
+ export const FormLabel: DefineComponent<{}, {}, any>;
16
+ export const GroupControl: DefineComponent<{}, {}, any>;
17
+ export const LocationInput: DefineComponent<{}, {}, any>;
18
+ export const MobileInput: DefineComponent<{}, {}, any>;
19
+ export const MultiQuantityInput: DefineComponent<{}, {}, any>;
20
+ export const PasswordInput: DefineComponent<{}, {}, any>;
21
+ export const PersianDatePickerInput: DefineComponent<{}, {}, any>;
22
+ export const QuantityInput: DefineComponent<{}, {}, any>;
23
+ export const SecondarySubmitButton: DefineComponent<{}, {}, any>;
24
+ export const Select2Input: DefineComponent<{}, {}, any>;
25
+ export const StarRatingInput: DefineComponent<{}, {}, any>;
26
+ export const SubmitButton: DefineComponent<{}, {}, any>;
27
+ export const TelInput: DefineComponent<{}, {}, any>;
28
+ export const TextAreaInput: DefineComponent<{}, {}, any>;
29
+ export const TextInput: DefineComponent<{}, {}, any>;
30
+ }
package/package.json CHANGED
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "inertia-bootstrap-forms",
3
- "version": "1.0.21",
3
+ "version": "1.0.23",
4
4
  "description": "Create bootstrap forms with inertia and twitter bootstrap",
5
5
  "main": "dist/inertia-bootstrap-forms.cjs.js",
6
6
  "module": "dist/inertia-bootstrap-forms.es.js",
7
7
  "type": "module",
8
+ "types": "./index.d.ts",
8
9
  "scripts": {
9
10
  "build": "vite build"
10
11
  },
11
12
  "files": [
12
13
  "dist",
13
- "src"
14
+ "src",
15
+ "index.d.ts"
14
16
  ],
15
17
  "exports": {
16
18
  ".": {
@@ -39,12 +41,12 @@
39
41
  "@vue-leaflet/vue-leaflet": "^0.10.1",
40
42
  "choices.js": "^11.1.0",
41
43
  "vue-tel-input": "^9.3.0",
42
- "vue3-persian-datetime-picker": "^1.2.2"
44
+ "vue3-persian-datetime-picker": "^1.2.2",
45
+ "vue3-bootstrap-components": "1.0.35"
43
46
  },
44
47
  "peerDependencies": {
45
48
  "@inertiajs/vue3": "^2.0.3",
46
- "vue": "^3.0.0",
47
- "vue3-bootstrap-components": "1.0.33"
49
+ "vue": "^3.0.0"
48
50
  },
49
51
  "devDependencies": {
50
52
  "sass-embedded": "^1.89.2",