File tree Expand file tree Collapse file tree 9 files changed +549
-472
lines changed Expand file tree Collapse file tree 9 files changed +549
-472
lines changed Original file line number Diff line number Diff line change 7373 "suspicious" : {
7474 "noAssignInExpressions" : " off" ,
7575 "noExplicitAny" : " off" ,
76- "noPrototypeBuiltins" : " off"
76+ "noPrototypeBuiltins" : " off" ,
77+ "useIterableCallbackReturn" : " off"
7778 },
7879 "style" : {
7980 "noNonNullAssertion" : " off" ,
Original file line number Diff line number Diff line change 6161 "pnpm" : " 10.x"
6262 },
6363 "devDependencies" : {
64- "@biomejs/biome" : " ^2.1 .3" ,
65- "@lerna-lite/cli" : " ^4.6.2 " ,
66- "@lerna-lite/publish" : " ^4.6.2 " ,
67- "@lerna-lite/watch" : " ^4.6.2 " ,
64+ "@biomejs/biome" : " ^2.2 .3" ,
65+ "@lerna-lite/cli" : " ^4.7.3 " ,
66+ "@lerna-lite/publish" : " ^4.7.3 " ,
67+ "@lerna-lite/watch" : " ^4.7.3 " ,
6868 "@playwright/test" : " ^1.52.0" ,
69- "@types/node" : " ^24.1.0 " ,
69+ "@types/node" : " ^24.3.1 " ,
7070 "conventional-changelog-conventionalcommits" : " ^9.1.0" ,
7171 "cross-env" : " catalog:" ,
7272 "npm-run-all2" : " ^8.0.4" ,
Original file line number Diff line number Diff line change 2020 },
2121 "dependencies" : {
2222 "@popperjs/core" : " ^2.11.8" ,
23- "bootstrap" : " ^5.3.7 " ,
23+ "bootstrap" : " ^5.3.8 " ,
2424 "dompurify" : " ^3.2.6" ,
2525 "font-awesome" : " ^4.7.0" ,
2626 "multiple-select-vanilla" : " workspace:*"
2727 },
2828 "devDependencies" : {
2929 "sass" : " catalog:" ,
3030 "typescript" : " catalog:" ,
31- "vite" : " ^7.0.6 "
31+ "vite" : " ^7.1.5 "
3232 }
3333}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h2 class="bd-title">
1616 </ span >
1717 </ h2 >
1818 < div class ="demo-subtitle ">
19- Use < code > multipleSelect('select').refreshOptions({ filter: false })</ code > to refresh the options object.
19+ Use < code > multipleSelect('select').refreshOptions( { filter: false })</ code > to refresh the options object.
2020 </ div >
2121 </ div >
2222</ div >
Original file line number Diff line number Diff line change @@ -84,4 +84,4 @@ <h2 class="bd-title">
8484 </ select >
8585 </ div >
8686 </ div >
87- </ div > </ div >
87+ </ div >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default class Example {
2121 preSort : ( item1 , item2 ) => {
2222 // sort by value in reverse order
2323 const direction = - 1 ; // reverse order
24- // @ts -ignore
24+ // @ts -expect-error
2525 if ( direction === 1 ) {
2626 return ( item1 as OptGroupRowData ) . label < ( item2 as OptGroupRowData ) . label ? - 1 : 1 ;
2727 }
@@ -130,7 +130,7 @@ export default class Example {
130130 preSort : ( item1 , item2 ) => {
131131 // sort by value in reverse order
132132 const direction = - 1 ; // reverse order
133- // @ts -ignore
133+ // @ts -expect-error
134134 if ( direction === 1 ) {
135135 return ( item1 as OptGroupRowData ) . label < ( item2 as OptGroupRowData ) . label ? - 1 : 1 ;
136136 }
Original file line number Diff line number Diff line change 7171 "devDependencies" : {
7272 "autoprefixer" : " ^10.4.21" ,
7373 "cross-env" : " catalog:" ,
74- "cssnano" : " ^7.1.0 " ,
75- "esbuild" : " ^0.25.8 " ,
74+ "cssnano" : " ^7.1.1 " ,
75+ "esbuild" : " ^0.25.9 " ,
7676 "native-copyfiles" : " ^1.3.5" ,
7777 "postcss" : " ^8.5.6" ,
7878 "postcss-cli" : " ^11.0.1" ,
7979 "remove-glob" : " catalog:" ,
8080 "sass" : " catalog:" ,
81- "tinyglobby" : " ^0.2.14 " ,
81+ "tinyglobby" : " ^0.2.15 " ,
8282 "typescript" : " catalog:"
8383 }
8484}
You can’t perform that action at this time.
0 commit comments