Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion web/landing/assets/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import '@oddbird/popover-polyfill';
import './bootstrap.js';
import 'htmx.org'
import 'flowbite';
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* CodeMirror Completer for Flow PHP ScalarFunctionChain Methods
*
* ScalarFunctionChain methods: 119
* ScalarFunctionChain methods: 121
* ScalarFunctionChain-returning functions: 53
*
* This completer triggers after ScalarFunctionChain-returning DSL functions
Expand Down Expand Up @@ -708,6 +708,36 @@ const scalarFunctionChainMethods = [
},
apply: snippet("hash(" + "$" + "{" + "1:algorithm" + "}" + ")"),
boost: 10
}, {
label: "htmlQuerySelector",
type: "method",
detail: "Flow\\\\ETL\\\\Function\\\\ScalarFunctionChain",
info: () => {
const div = document.createElement("div")
div.innerHTML = `
<div style="font-family: 'Fira Code', 'JetBrains Mono', monospace; margin-bottom: 8px;">
<span class=\"fn-name\">htmlQuerySelector</span><span class=\"fn-operator\">(</span><span class=\"fn-type\">ScalarFunction|string</span> <span class=\"fn-param\">$path</span><span class=\"fn-operator\">)</span> <span class=\"fn-operator\">:</span> <span class=\"fn-return\">HTMLQuerySelector</span>
</div>
`
return div
},
apply: snippet("htmlQuerySelector(" + "$" + "{" + "1:path" + "}" + ")"),
boost: 10
}, {
label: "htmlQuerySelectorAll",
type: "method",
detail: "Flow\\\\ETL\\\\Function\\\\ScalarFunctionChain",
info: () => {
const div = document.createElement("div")
div.innerHTML = `
<div style="font-family: 'Fira Code', 'JetBrains Mono', monospace; margin-bottom: 8px;">
<span class=\"fn-name\">htmlQuerySelectorAll</span><span class=\"fn-operator\">(</span><span class=\"fn-type\">ScalarFunction|string</span> <span class=\"fn-param\">$path</span><span class=\"fn-operator\">)</span> <span class=\"fn-operator\">:</span> <span class=\"fn-return\">HTMLQuerySelectorAll</span>
</div>
`
return div
},
apply: snippet("htmlQuerySelectorAll(" + "$" + "{" + "1:path" + "}" + ")"),
boost: 10
}, {
label: "indexOf",
type: "method",
Expand Down
3 changes: 0 additions & 3 deletions web/landing/config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ framework:
log: true
router:
default_uri: '%scheme%://%domain%/'
assets:
base_urls:
- '%scheme%://%domain%/'

when@test:
framework:
Expand Down
65 changes: 31 additions & 34 deletions web/landing/importmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,62 +20,59 @@
'path' => '@symfony/stimulus-bundle/loader.js',
],
'@hotwired/stimulus' => [
'version' => '3.2.1',
'version' => '3.2.2',
],
'@fontsource-variable/cabin/index.min.css' => [
'version' => '5.0.17',
'version' => '5.2.8',
'type' => 'css',
],
'htmx.org' => [
'version' => '1.9.10',
'version' => '2.0.8',
],
'clipboard' => [
'version' => '2.0.11',
],
'@oddbird/popover-polyfill' => [
'version' => '0.3.8',
],
'prismjs' => [
'version' => '1.29.0',
'version' => '1.30.0',
],
'prismjs/themes/prism.min.css' => [
'version' => '1.29.0',
'version' => '1.30.0',
'type' => 'css',
],
'prismjs/themes/prism-okaidia.min.css' => [
'version' => '1.29.0',
'version' => '1.30.0',
'type' => 'css',
],
'prismjs/plugins/autoloader/prism-autoloader.js' => [
'version' => '1.29.0',
'version' => '1.30.0',
],
'prismjs/components/prism-bash.min.js' => [
'version' => '1.29.0',
'version' => '1.30.0',
],
'prismjs/components/prism-markup-templating.min.js' => [
'version' => '1.29.0',
'version' => '1.30.0',
],
'prismjs/components/prism-php.min.js' => [
'version' => '1.29.0',
'version' => '1.30.0',
],
'prismjs/components/prism-json.min.js' => [
'version' => '1.29.0',
'version' => '1.30.0',
],
'flowbite' => [
'version' => '2.5.2',
'version' => '3.1.2',
],
'@popperjs/core' => [
'version' => '2.11.8',
],
'flowbite-datepicker' => [
'version' => '1.3.0',
'version' => '1.3.2',
],
'flowbite/dist/flowbite.min.css' => [
'version' => '2.5.2',
'version' => '3.1.2',
'type' => 'css',
],
'prismjs/components/prism-csv.min.js' => [
'version' => '1.29.0',
'version' => '1.30.0',
],
'@panzoom/panzoom' => [
'version' => '4.6.0',
Expand All @@ -87,28 +84,28 @@
'version' => '6.0.2',
],
'@codemirror/view' => [
'version' => '6.37.2',
'version' => '6.38.6',
],
'@codemirror/state' => [
'version' => '6.5.2',
],
'@codemirror/language' => [
'version' => '6.11.1',
'version' => '6.11.3',
],
'@codemirror/commands' => [
'version' => '6.8.1',
'version' => '6.10.0',
],
'@codemirror/search' => [
'version' => '6.5.11',
],
'@codemirror/autocomplete' => [
'version' => '6.12.0',
'version' => '6.19.1',
],
'@codemirror/lint' => [
'version' => '6.8.5',
'version' => '6.9.2',
],
'style-mod' => [
'version' => '4.1.2',
'version' => '4.1.3',
],
'w3c-keyname' => [
'version' => '2.2.8',
Expand All @@ -120,37 +117,37 @@
'version' => '1.0.2',
],
'@lezer/common' => [
'version' => '1.2.1',
'version' => '1.3.0',
],
'@lezer/highlight' => [
'version' => '1.2.1',
'version' => '1.2.3',
],
'@codemirror/lang-php' => [
'version' => '6.0.2',
],
'@lezer/php' => [
'version' => '1.0.2',
'version' => '1.0.5',
],
'@codemirror/lang-html' => [
'version' => '6.4.9',
'version' => '6.4.11',
],
'@lezer/lr' => [
'version' => '1.3.14',
'version' => '1.4.3',
],
'@lezer/html' => [
'version' => '1.3.9',
'version' => '1.3.12',
],
'@codemirror/lang-css' => [
'version' => '6.2.1',
'version' => '6.3.1',
],
'@codemirror/lang-javascript' => [
'version' => '6.2.2',
'version' => '6.2.4',
],
'@lezer/css' => [
'version' => '1.1.3',
'version' => '1.3.0',
],
'@lezer/javascript' => [
'version' => '1.4.13',
'version' => '1.5.4',
],
'@codemirror/theme-one-dark' => [
'version' => '6.1.3',
Expand Down