mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
Bundled output for commit e45547c649
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
6
framework/core/js/dist-typings/common/utils/ItemList.d.ts
generated
vendored
6
framework/core/js/dist-typings/common/utils/ItemList.d.ts
generated
vendored
@@ -78,7 +78,7 @@ export default class ItemList<T> {
|
|||||||
/**
|
/**
|
||||||
* Replaces an item's content, if the provided item key exists.
|
* Replaces an item's content, if the provided item key exists.
|
||||||
*
|
*
|
||||||
* If the provided `key` is not present, nothing will happen.
|
* If the provided `key` is not present, an error will be thrown.
|
||||||
*
|
*
|
||||||
* @param key The key of the item in the list
|
* @param key The key of the item in the list
|
||||||
* @param content The item's new content
|
* @param content The item's new content
|
||||||
@@ -97,7 +97,7 @@ export default class ItemList<T> {
|
|||||||
/**
|
/**
|
||||||
* Replaces an item's priority, if the provided item key exists.
|
* Replaces an item's priority, if the provided item key exists.
|
||||||
*
|
*
|
||||||
* If the provided `key` is not present, nothing will happen.
|
* If the provided `key` is not present, an error will be thrown.
|
||||||
*
|
*
|
||||||
* @param key The key of the item in the list
|
* @param key The key of the item in the list
|
||||||
* @param priority The item's new priority
|
* @param priority The item's new priority
|
||||||
@@ -115,6 +115,8 @@ export default class ItemList<T> {
|
|||||||
setPriority(key: string, priority: number): this;
|
setPriority(key: string, priority: number): this;
|
||||||
/**
|
/**
|
||||||
* Remove an item from the list.
|
* Remove an item from the list.
|
||||||
|
*
|
||||||
|
* If the provided `key` is not present, nothing will happen.
|
||||||
*/
|
*/
|
||||||
remove(key: string): this;
|
remove(key: string): this;
|
||||||
/**
|
/**
|
||||||
|
2
framework/core/js/dist/admin.js.map
generated
vendored
2
framework/core/js/dist/admin.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user