plugin-samples
plugin-samples copied to clipboard
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Apart from the plugin, when canceling the deletion in [~index.delete.submit] with javascript, there was no return event, so the deletion went through as it was.
js-edit 4 can edit JavaScript for mobile, but cannot edit CSS for mobile. I think it is useful to support editing it. The pilot implementation has been successful. So, if...
one of the resolved pattern to https://github.com/kintone-samples/plugin-samples/issues/170
the solution for https://github.com/kintone-samples/plugin-samples/issues/171 The name field in the Gantt Chart is linked. The original plan was to toggle the linking on the settings page, but I thought that if...
resolve this issue https://github.com/kintone-samples/plugin-samples/issues/172 
ガントチャートプラグインで表示した際に、日付のチップをクリックするとモーダルウィンドウで日付を変更する画面が表示されますが、大項目名が長いと中項目が表示されず、何について変更をしているのか判別しづらくなっています。  暫定的な対応として、h3配下に埋め込んでいる、data.name と data.desc の間に `` を挿入して、 下記の画面のようにしていただけますか。  該当コード行: https://github.com/kintone-samples/plugin-samples/blob/master/examples/ganttchart/js/desktop-ganttchart.js#L171 本来、分離するつもりであれば data.desc を h3 タグの中から取り出し、 div や h4 等に付け替える必要はあると感じていますが、 css の修正まで手掛けるよりは手間もかからず必要な効果が出るため上記提案に留めております。 差し支えなければ修正して PullRequest を送りますがいかがでしょうか。
ガントチャートのタイトルを詳細ページへのリンクにするか否かを設定画面で変更できるようにしたい。 設定画面例  ※on/off自体不要で標準でリンクとしても良いかも知れません。 設定後の画面  修正箇所は `createRecords1` の `ganttRecordData.name` や `createRecords2` の `ganttRecordData2.name` の定義時にaタグでくくれば良いかと思います。 実装として許容可能であれば、適当なタイミングで実装してPR送ります。
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...