@stsdti/funky-ui-kit 1.7.6 → 1.7.7
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/funky-ui-kit.css +1 -1
- package/dist/funky-ui-kit.es.js +5026 -2374
- package/dist/funky-ui-kit.es.js.map +1 -1
- package/package.json +2 -1
- package/web-types.json +116 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stsdti/funky-ui-kit",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.7",
|
|
4
4
|
"description": "A library with all our UI reusable components and helper functions to help speed up Vue development",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"docx-preview": "^0.3.2",
|
|
42
42
|
"dompurify": "^3.3.0",
|
|
43
43
|
"gsap": "^3.12.2",
|
|
44
|
+
"libphonenumber-js": "^1.12.10",
|
|
44
45
|
"lodash": "^4.17.21",
|
|
45
46
|
"pdfjs-dist": "^4.10.38",
|
|
46
47
|
"viewerjs": "^1.11.6",
|
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@stsdti/funky-ui-kit",
|
|
5
|
-
"version": "1.7.
|
|
5
|
+
"version": "1.7.7",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -3103,6 +3103,14 @@
|
|
|
3103
3103
|
"type": "boolean"
|
|
3104
3104
|
}
|
|
3105
3105
|
},
|
|
3106
|
+
{
|
|
3107
|
+
"name": "dropdownWidth",
|
|
3108
|
+
"default": "null",
|
|
3109
|
+
"value": {
|
|
3110
|
+
"kind": "expression",
|
|
3111
|
+
"type": "string|number"
|
|
3112
|
+
}
|
|
3113
|
+
},
|
|
3106
3114
|
{
|
|
3107
3115
|
"name": "leftIcon",
|
|
3108
3116
|
"default": "null",
|
|
@@ -5829,6 +5837,29 @@
|
|
|
5829
5837
|
"symbol": "default"
|
|
5830
5838
|
}
|
|
5831
5839
|
},
|
|
5840
|
+
{
|
|
5841
|
+
"name": "AppFormDynamic",
|
|
5842
|
+
"attributes": [
|
|
5843
|
+
{
|
|
5844
|
+
"name": "schema",
|
|
5845
|
+
"default": "{\n layout: [],\n validation: {}\n}",
|
|
5846
|
+
"value": {
|
|
5847
|
+
"kind": "expression",
|
|
5848
|
+
"type": "Record<string, any>"
|
|
5849
|
+
},
|
|
5850
|
+
"required": true
|
|
5851
|
+
}
|
|
5852
|
+
],
|
|
5853
|
+
"events": [
|
|
5854
|
+
{
|
|
5855
|
+
"name": "mounted"
|
|
5856
|
+
}
|
|
5857
|
+
],
|
|
5858
|
+
"source": {
|
|
5859
|
+
"module": "./src/components/big/app-form-dynamic/AppFormDynamic.vue",
|
|
5860
|
+
"symbol": "default"
|
|
5861
|
+
}
|
|
5862
|
+
},
|
|
5832
5863
|
{
|
|
5833
5864
|
"name": "AppBreadcrumbs",
|
|
5834
5865
|
"attributes": [
|
|
@@ -8855,6 +8886,14 @@
|
|
|
8855
8886
|
"type": "boolean"
|
|
8856
8887
|
}
|
|
8857
8888
|
},
|
|
8889
|
+
{
|
|
8890
|
+
"name": "dropdownWidth",
|
|
8891
|
+
"default": "null",
|
|
8892
|
+
"value": {
|
|
8893
|
+
"kind": "expression",
|
|
8894
|
+
"type": "string|number"
|
|
8895
|
+
}
|
|
8896
|
+
},
|
|
8858
8897
|
{
|
|
8859
8898
|
"name": "leftIcon",
|
|
8860
8899
|
"default": "null",
|
|
@@ -11603,6 +11642,82 @@
|
|
|
11603
11642
|
"module": "./src/components/big/app-form-dynamic/AppFormDynamic.vue",
|
|
11604
11643
|
"symbol": "default"
|
|
11605
11644
|
}
|
|
11645
|
+
},
|
|
11646
|
+
{
|
|
11647
|
+
"name": "AppPhone",
|
|
11648
|
+
"attributes": [
|
|
11649
|
+
{
|
|
11650
|
+
"name": "defaultCountry",
|
|
11651
|
+
"default": "'RO'",
|
|
11652
|
+
"value": {
|
|
11653
|
+
"kind": "expression",
|
|
11654
|
+
"type": "string"
|
|
11655
|
+
}
|
|
11656
|
+
},
|
|
11657
|
+
{
|
|
11658
|
+
"name": "countries",
|
|
11659
|
+
"default": "() => phoneCountries",
|
|
11660
|
+
"value": {
|
|
11661
|
+
"kind": "expression",
|
|
11662
|
+
"type": "any[]"
|
|
11663
|
+
}
|
|
11664
|
+
},
|
|
11665
|
+
{
|
|
11666
|
+
"name": "countryPlaceholder",
|
|
11667
|
+
"default": "'Caută țara...'",
|
|
11668
|
+
"value": {
|
|
11669
|
+
"kind": "expression",
|
|
11670
|
+
"type": "string"
|
|
11671
|
+
}
|
|
11672
|
+
},
|
|
11673
|
+
{
|
|
11674
|
+
"name": "isClearable",
|
|
11675
|
+
"default": "true",
|
|
11676
|
+
"value": {
|
|
11677
|
+
"kind": "expression",
|
|
11678
|
+
"type": "boolean"
|
|
11679
|
+
}
|
|
11680
|
+
},
|
|
11681
|
+
{
|
|
11682
|
+
"name": "invalidMessage",
|
|
11683
|
+
"default": "'Numărul de telefon nu este valid.'",
|
|
11684
|
+
"value": {
|
|
11685
|
+
"kind": "expression",
|
|
11686
|
+
"type": "string"
|
|
11687
|
+
}
|
|
11688
|
+
},
|
|
11689
|
+
{
|
|
11690
|
+
"name": "shouldShowValidationError",
|
|
11691
|
+
"default": "false",
|
|
11692
|
+
"value": {
|
|
11693
|
+
"kind": "expression",
|
|
11694
|
+
"type": "boolean"
|
|
11695
|
+
}
|
|
11696
|
+
}
|
|
11697
|
+
],
|
|
11698
|
+
"events": [
|
|
11699
|
+
{
|
|
11700
|
+
"name": "blur"
|
|
11701
|
+
},
|
|
11702
|
+
{
|
|
11703
|
+
"name": "onSubmit"
|
|
11704
|
+
},
|
|
11705
|
+
{
|
|
11706
|
+
"name": "country-change"
|
|
11707
|
+
},
|
|
11708
|
+
{
|
|
11709
|
+
"name": "validate"
|
|
11710
|
+
}
|
|
11711
|
+
],
|
|
11712
|
+
"slots": [
|
|
11713
|
+
{
|
|
11714
|
+
"name": "help-block"
|
|
11715
|
+
}
|
|
11716
|
+
],
|
|
11717
|
+
"source": {
|
|
11718
|
+
"module": "./src/components/small/app-phone/AppPhone.vue",
|
|
11719
|
+
"symbol": "default"
|
|
11720
|
+
}
|
|
11606
11721
|
}
|
|
11607
11722
|
]
|
|
11608
11723
|
}
|