mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 03:27:01 +03:00
Update prebuilt objects [skip actions]
This commit is contained in:
7
components/wifi-manager/webapp/dist/css/index.7964a13ec910c36040b8.css
vendored
Normal file
7
components/wifi-manager/webapp/dist/css/index.7964a13ec910c36040b8.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
components/wifi-manager/webapp/dist/css/index.7964a13ec910c36040b8.css.gz
vendored
Normal file
BIN
components/wifi-manager/webapp/dist/css/index.7964a13ec910c36040b8.css.gz
vendored
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
0
components/wifi-manager/webapp/dist/dist/js/index.a5db51.bundle.d.ts
vendored
Normal file
0
components/wifi-manager/webapp/dist/dist/js/index.a5db51.bundle.d.ts
vendored
Normal file
0
components/wifi-manager/webapp/dist/dist/js/node_vendors.a5db51.bundle.d.ts
vendored
Normal file
0
components/wifi-manager/webapp/dist/dist/js/node_vendors.a5db51.bundle.d.ts
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
components/wifi-manager/webapp/dist/index.html.gz
vendored
BIN
components/wifi-manager/webapp/dist/index.html.gz
vendored
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
2
components/wifi-manager/webapp/dist/js/index.d3a3e6.bundle.js
vendored
Normal file
2
components/wifi-manager/webapp/dist/js/index.d3a3e6.bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
components/wifi-manager/webapp/dist/js/index.d3a3e6.bundle.js.gz
vendored
Normal file
BIN
components/wifi-manager/webapp/dist/js/index.d3a3e6.bundle.js.gz
vendored
Normal file
Binary file not shown.
1
components/wifi-manager/webapp/dist/js/index.d3a3e6.bundle.js.map
vendored
Normal file
1
components/wifi-manager/webapp/dist/js/index.d3a3e6.bundle.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
2
components/wifi-manager/webapp/dist/js/node_vendors.d3a3e6.bundle.js
vendored
Normal file
2
components/wifi-manager/webapp/dist/js/node_vendors.d3a3e6.bundle.js
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
components/wifi-manager/webapp/dist/js/node_vendors.d3a3e6.bundle.js.gz
vendored
Normal file
BIN
components/wifi-manager/webapp/dist/js/node_vendors.d3a3e6.bundle.js.gz
vendored
Normal file
Binary file not shown.
1
components/wifi-manager/webapp/dist/js/node_vendors.d3a3e6.bundle.js.map
vendored
Normal file
1
components/wifi-manager/webapp/dist/js/node_vendors.d3a3e6.bundle.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
components/wifi-manager/webapp/dist/postcss.config.d.ts
vendored
Normal file
1
components/wifi-manager/webapp/dist/postcss.config.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
components/wifi-manager/webapp/dist/src/js/custom.d.ts
vendored
Normal file
1
components/wifi-manager/webapp/dist/src/js/custom.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
6
components/wifi-manager/webapp/dist/src/js/test.d.ts
vendored
Normal file
6
components/wifi-manager/webapp/dist/src/js/test.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare function getStatus(): {};
|
||||
declare function getRadioButton(entry: any): string;
|
||||
declare function pushStatus(): void;
|
||||
declare let sd: {};
|
||||
declare let rf: boolean;
|
||||
declare function refreshStatus(): void;
|
||||
1
components/wifi-manager/webapp/dist/test.d.ts
vendored
Normal file
1
components/wifi-manager/webapp/dist/test.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
1
components/wifi-manager/webapp/dist/test/test.d.ts
vendored
Normal file
1
components/wifi-manager/webapp/dist/test/test.d.ts
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export {};
|
||||
2
components/wifi-manager/webapp/dist/webpack.config.d.ts
vendored
Normal file
2
components/wifi-manager/webapp/dist/webpack.config.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
declare function _exports(env: any, options: any): {};
|
||||
export = _exports;
|
||||
0
components/wifi-manager/webapp/dist/webpack/cmdline.d.ts
vendored
Normal file
0
components/wifi-manager/webapp/dist/webpack/cmdline.d.ts
vendored
Normal file
6
components/wifi-manager/webapp/dist/webpack/postcss.config.d.ts
vendored
Normal file
6
components/wifi-manager/webapp/dist/webpack/postcss.config.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export const parser: string;
|
||||
export const plugins: {
|
||||
'postcss-import': {};
|
||||
'postcss-cssnext': {};
|
||||
cssnano: {};
|
||||
};
|
||||
35
components/wifi-manager/webapp/dist/webpack/webpack.dev.d.ts
vendored
Normal file
35
components/wifi-manager/webapp/dist/webpack/webpack.dev.d.ts
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
import HtmlWebPackPlugin = require("html-webpack-plugin");
|
||||
export namespace entry {
|
||||
const test: string;
|
||||
}
|
||||
export namespace devServer {
|
||||
export namespace _static {
|
||||
const directory: string;
|
||||
const staticOptions: {};
|
||||
const publicPath: string;
|
||||
const serveIndex: boolean;
|
||||
const watch: boolean;
|
||||
}
|
||||
export { _static as static };
|
||||
export namespace devMiddleware {
|
||||
const publicPath_1: string;
|
||||
export { publicPath_1 as publicPath };
|
||||
}
|
||||
export const open: boolean;
|
||||
export const compress: boolean;
|
||||
export const port: number;
|
||||
export const host: string;
|
||||
export const allowedHosts: string;
|
||||
export const headers: {
|
||||
'Access-Control-Allow-Origin': string;
|
||||
'Accept-Encoding': string;
|
||||
};
|
||||
export namespace client {
|
||||
const logging: string;
|
||||
const overlay: boolean;
|
||||
const progress: boolean;
|
||||
}
|
||||
export function onListening(devServer: any): void;
|
||||
export function setupMiddlewares(middlewares: any, devServer: any): any;
|
||||
}
|
||||
export const plugins: HtmlWebPackPlugin[];
|
||||
@@ -1,5 +1,5 @@
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/css/index.f2de74635f23b31fbdce.css.gz BINARY)
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/css/index.7964a13ec910c36040b8.css.gz BINARY)
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/favicon-32x32.png BINARY)
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/index.html.gz BINARY)
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/js/index.a5db51.bundle.js.gz BINARY)
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/js/node_vendors.a5db51.bundle.js.gz BINARY)
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/js/index.d3a3e6.bundle.js.gz BINARY)
|
||||
target_add_binary_data( __idf_wifi-manager webapp/dist/js/node_vendors.d3a3e6.bundle.js.gz BINARY)
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
// Automatically generated. Do not edit manually!.
|
||||
#include <inttypes.h>
|
||||
extern const uint8_t _index_f2de74635f23b31fbdce_css_gz_start[] asm("_binary_index_f2de74635f23b31fbdce_css_gz_start");
|
||||
extern const uint8_t _index_f2de74635f23b31fbdce_css_gz_end[] asm("_binary_index_f2de74635f23b31fbdce_css_gz_end");
|
||||
extern const uint8_t _index_7964a13ec910c36040b8_css_gz_start[] asm("_binary_index_7964a13ec910c36040b8_css_gz_start");
|
||||
extern const uint8_t _index_7964a13ec910c36040b8_css_gz_end[] asm("_binary_index_7964a13ec910c36040b8_css_gz_end");
|
||||
extern const uint8_t _favicon_32x32_png_start[] asm("_binary_favicon_32x32_png_start");
|
||||
extern const uint8_t _favicon_32x32_png_end[] asm("_binary_favicon_32x32_png_end");
|
||||
extern const uint8_t _index_html_gz_start[] asm("_binary_index_html_gz_start");
|
||||
extern const uint8_t _index_html_gz_end[] asm("_binary_index_html_gz_end");
|
||||
extern const uint8_t _index_a5db51_bundle_js_gz_start[] asm("_binary_index_a5db51_bundle_js_gz_start");
|
||||
extern const uint8_t _index_a5db51_bundle_js_gz_end[] asm("_binary_index_a5db51_bundle_js_gz_end");
|
||||
extern const uint8_t _node_vendors_a5db51_bundle_js_gz_start[] asm("_binary_node_vendors_a5db51_bundle_js_gz_start");
|
||||
extern const uint8_t _node_vendors_a5db51_bundle_js_gz_end[] asm("_binary_node_vendors_a5db51_bundle_js_gz_end");
|
||||
extern const uint8_t _index_d3a3e6_bundle_js_gz_start[] asm("_binary_index_d3a3e6_bundle_js_gz_start");
|
||||
extern const uint8_t _index_d3a3e6_bundle_js_gz_end[] asm("_binary_index_d3a3e6_bundle_js_gz_end");
|
||||
extern const uint8_t _node_vendors_d3a3e6_bundle_js_gz_start[] asm("_binary_node_vendors_d3a3e6_bundle_js_gz_start");
|
||||
extern const uint8_t _node_vendors_d3a3e6_bundle_js_gz_end[] asm("_binary_node_vendors_d3a3e6_bundle_js_gz_end");
|
||||
const char * resource_lookups[] = {
|
||||
"/css/index.f2de74635f23b31fbdce.css.gz",
|
||||
"/css/index.7964a13ec910c36040b8.css.gz",
|
||||
"/favicon-32x32.png",
|
||||
"/index.html.gz",
|
||||
"/js/index.a5db51.bundle.js.gz",
|
||||
"/js/node_vendors.a5db51.bundle.js.gz",
|
||||
"/js/index.d3a3e6.bundle.js.gz",
|
||||
"/js/node_vendors.d3a3e6.bundle.js.gz",
|
||||
""
|
||||
};
|
||||
const uint8_t * resource_map_start[] = {
|
||||
_index_f2de74635f23b31fbdce_css_gz_start,
|
||||
_index_7964a13ec910c36040b8_css_gz_start,
|
||||
_favicon_32x32_png_start,
|
||||
_index_html_gz_start,
|
||||
_index_a5db51_bundle_js_gz_start,
|
||||
_node_vendors_a5db51_bundle_js_gz_start
|
||||
_index_d3a3e6_bundle_js_gz_start,
|
||||
_node_vendors_d3a3e6_bundle_js_gz_start
|
||||
};
|
||||
const uint8_t * resource_map_end[] = {
|
||||
_index_f2de74635f23b31fbdce_css_gz_end,
|
||||
_index_7964a13ec910c36040b8_css_gz_end,
|
||||
_favicon_32x32_png_end,
|
||||
_index_html_gz_end,
|
||||
_index_a5db51_bundle_js_gz_end,
|
||||
_node_vendors_a5db51_bundle_js_gz_end
|
||||
_index_d3a3e6_bundle_js_gz_end,
|
||||
_node_vendors_d3a3e6_bundle_js_gz_end
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/***********************************
|
||||
webpack_headers
|
||||
dist/css/index.f2de74635f23b31fbdce.css.gz,dist/favicon-32x32.png,dist/index.html.gz,dist/js/index.a5db51.bundle.js.gz,dist/js/node_vendors.a5db51.bundle.js.gz
|
||||
dist/css/index.7964a13ec910c36040b8.css.gz,dist/favicon-32x32.png,dist/index.html.gz,dist/js/index.d3a3e6.bundle.js.gz,dist/js/node_vendors.d3a3e6.bundle.js.gz
|
||||
***********************************/
|
||||
#pragma once
|
||||
#include <inttypes.h>
|
||||
|
||||
BIN
server_certs/DigiCertGlobalRootCA.crt.24
Normal file
BIN
server_certs/DigiCertGlobalRootCA.crt.24
Normal file
Binary file not shown.
BIN
server_certs/rootca1.cer.23
Normal file
BIN
server_certs/rootca1.cer.23
Normal file
Binary file not shown.
Reference in New Issue
Block a user