Merge pull request #91 from shariquerik/bump-frappeui
build(deps): bump frappeui to 0.1.45
This commit is contained in:
commit
deac626596
@ -1 +1 @@
|
||||
Subproject commit 5523edce1c959a74e520ee1ca1be578c042ae123
|
||||
Subproject commit 03115629ffdb3712accd57123fb1d6b882a15e67
|
||||
@ -13,7 +13,7 @@
|
||||
"@vueuse/core": "^10.3.0",
|
||||
"@vueuse/integrations": "^10.3.0",
|
||||
"feather-icons": "^4.28.0",
|
||||
"frappe-ui": "^0.1.35",
|
||||
"frappe-ui": "^0.1.45",
|
||||
"mime": "^4.0.1",
|
||||
"pinia": "^2.0.33",
|
||||
"socket.io-client": "^4.7.2",
|
||||
|
||||
@ -37,7 +37,7 @@
|
||||
<div id="operator">
|
||||
<FormControl
|
||||
type="select"
|
||||
:value="f.operator"
|
||||
v-model="f.operator"
|
||||
@change="(e) => updateOperator(e, f)"
|
||||
:options="getOperators(f.field.fieldtype, f.field.fieldname)"
|
||||
placeholder="Operator"
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
<FormControl
|
||||
v-if="field.type === 'select'"
|
||||
type="select"
|
||||
class="form-control"
|
||||
:options="field.options"
|
||||
v-model="newDeal[field.name]"
|
||||
>
|
||||
@ -179,3 +180,9 @@ onMounted(() => {
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
:deep(.form-control select) {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
<FormControl
|
||||
v-if="field.type === 'select'"
|
||||
type="select"
|
||||
class="form-control"
|
||||
:options="field.options"
|
||||
v-model="newLead[field.name]"
|
||||
>
|
||||
@ -160,3 +161,9 @@ onMounted(() => {
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
:deep(.form-control select) {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
<FormControl
|
||||
class="!w-32"
|
||||
type="select"
|
||||
:value="sort.direction"
|
||||
v-model="sort.direction"
|
||||
:options="[
|
||||
{ label: 'Ascending', value: 'asc' },
|
||||
{ label: 'Descending', value: 'desc' },
|
||||
|
||||
33
yarn.lock
33
yarn.lock
@ -2099,6 +2099,39 @@ fraction.js@^4.3.6:
|
||||
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
|
||||
integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
|
||||
|
||||
frappe-ui@^0.1.45:
|
||||
version "0.1.45"
|
||||
resolved "https://registry.yarnpkg.com/frappe-ui/-/frappe-ui-0.1.45.tgz#07cf2f60dec8ce9fda03a43271da9061b1ce4414"
|
||||
integrity sha512-BSV0WA7YOqokkE5cdyTGusQG7pvo/aBTKmD5vRJjUpyXSzKM7gxNAn5e3tELD9B/JVYeG4wqmm1MagT5tS7BuA==
|
||||
dependencies:
|
||||
"@headlessui/vue" "^1.7.14"
|
||||
"@popperjs/core" "^2.11.2"
|
||||
"@tailwindcss/forms" "^0.5.3"
|
||||
"@tailwindcss/typography" "^0.5.0"
|
||||
"@tiptap/extension-color" "^2.0.3"
|
||||
"@tiptap/extension-highlight" "^2.0.3"
|
||||
"@tiptap/extension-image" "^2.0.3"
|
||||
"@tiptap/extension-link" "^2.0.3"
|
||||
"@tiptap/extension-mention" "^2.0.3"
|
||||
"@tiptap/extension-placeholder" "^2.0.3"
|
||||
"@tiptap/extension-table" "^2.0.3"
|
||||
"@tiptap/extension-table-cell" "^2.0.3"
|
||||
"@tiptap/extension-table-header" "^2.0.3"
|
||||
"@tiptap/extension-table-row" "^2.0.3"
|
||||
"@tiptap/extension-text-align" "^2.0.3"
|
||||
"@tiptap/extension-text-style" "^2.0.3"
|
||||
"@tiptap/extension-typography" "^2.0.3"
|
||||
"@tiptap/pm" "^2.0.3"
|
||||
"@tiptap/starter-kit" "^2.0.3"
|
||||
"@tiptap/suggestion" "^2.0.3"
|
||||
"@tiptap/vue-3" "^2.0.3"
|
||||
"@vueuse/core" "^10.4.1"
|
||||
feather-icons "^4.28.0"
|
||||
idb-keyval "^6.2.0"
|
||||
showdown "^2.1.0"
|
||||
socket.io-client "^4.5.1"
|
||||
tippy.js "^6.3.7"
|
||||
|
||||
fs-extra@^10.1.0:
|
||||
version "10.1.0"
|
||||
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.1.0.tgz#02873cfbc4084dde127eaa5f9905eef2325d1abf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user