@compas-oscd/open-scd 0.34.32 → 0.34.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +8 -2
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,16 +1,22 @@
|
|
|
1
1
|
import './addons/Waiter.js';
|
|
2
2
|
import './addons/Settings.js';
|
|
3
3
|
import './addons/History.js';
|
|
4
|
-
export { HistoryState, historyStateEvent } from './addons/History.js';
|
|
4
|
+
export { HistoryState, historyStateEvent, HistoryUIDetail, OscdHistory, } from './addons/History.js';
|
|
5
|
+
export { OscdLayout } from './addons/Layout.js';
|
|
5
6
|
export { initializeNsdoc, Nsdoc } from './foundation/nsdoc.js';
|
|
6
7
|
export { InstalledOfficialPlugin, Plugin, MenuPosition, PluginKind } from './plugin.js';
|
|
7
8
|
export { newConfigurePluginEvent, ConfigurePluginEvent } from './plugin.events.js';
|
|
8
9
|
export { pluginTag } from './plugin-tag.js';
|
|
9
|
-
export { compareNames, newWizardEvent, newSubWizardEvent, isPublic, Wizard, WizardPage, WizardActor, WizardAction, WizardInputElement, WizardInput, getValue, getMultiplier, identity, find, crossProduct, patterns, SCLTag, getVersion } from './foundation.js';
|
|
10
|
+
export { compareNames, newWizardEvent, newSubWizardEvent, isPublic, Wizard, WizardPage, WizardActor, WizardAction, WizardInputElement, WizardInput, getValue, getMultiplier, identity, find, crossProduct, patterns, SCLTag, getVersion, LitElementConstructor, Mixin, getDescriptionAttribute, getInstanceAttribute, getNameAttribute, checkValidity, wizardInputSelector, } from './foundation.js';
|
|
10
11
|
export { de as oscdDe } from './translations/de.js';
|
|
11
12
|
export { en as oscdEn } from './translations/en.js';
|
|
12
13
|
import './filtered-list.js';
|
|
13
14
|
import './wizard-textfield.js';
|
|
15
|
+
export { WizardTextField } from './wizard-textfield.js';
|
|
16
|
+
export { SelectedItemsChangedEvent } from './oscd-filter-button.js';
|
|
14
17
|
export { mergeWizard } from './wizards.js';
|
|
15
18
|
export { OscdWizards } from './addons/Wizards.js';
|
|
19
|
+
export { SCL_NAMESPACE, isSCLNamespace } from './schemas.js';
|
|
20
|
+
export { de } from './translations/de.js';
|
|
21
|
+
export { en } from './translations/en.js';
|
|
16
22
|
import '../test/mock-open-scd.ts';
|
package/dist/index.js
CHANGED
|
@@ -2,22 +2,31 @@
|
|
|
2
2
|
import './addons/Waiter.js';
|
|
3
3
|
import './addons/Settings.js';
|
|
4
4
|
import './addons/History.js';
|
|
5
|
-
|
|
5
|
+
// History addon
|
|
6
|
+
export { historyStateEvent, OscdHistory, } from './addons/History.js';
|
|
7
|
+
// Layout addon
|
|
8
|
+
export { OscdLayout } from './addons/Layout.js';
|
|
6
9
|
// Foundation
|
|
7
10
|
export { initializeNsdoc } from './foundation/nsdoc.js';
|
|
8
11
|
export { newConfigurePluginEvent } from './plugin.events.js';
|
|
9
12
|
export { pluginTag } from './plugin-tag.js';
|
|
10
13
|
// Foundation utilities
|
|
11
|
-
export { compareNames, newWizardEvent, newSubWizardEvent, isPublic, getValue, getMultiplier, identity, find, crossProduct, patterns, getVersion } from './foundation.js';
|
|
14
|
+
export { compareNames, newWizardEvent, newSubWizardEvent, isPublic, getValue, getMultiplier, identity, find, crossProduct, patterns, getVersion, getDescriptionAttribute, getInstanceAttribute, getNameAttribute, checkValidity, wizardInputSelector, } from './foundation.js';
|
|
12
15
|
// Translations
|
|
13
16
|
export { de as oscdDe } from './translations/de.js';
|
|
14
17
|
export { en as oscdEn } from './translations/en.js';
|
|
15
18
|
// Components
|
|
16
19
|
import './filtered-list.js';
|
|
17
20
|
import './wizard-textfield.js';
|
|
21
|
+
export { WizardTextField } from './wizard-textfield.js';
|
|
18
22
|
// Wizards
|
|
19
23
|
export { mergeWizard } from './wizards.js';
|
|
20
24
|
export { OscdWizards } from './addons/Wizards.js';
|
|
25
|
+
// Schema
|
|
26
|
+
export { SCL_NAMESPACE, isSCLNamespace } from './schemas.js';
|
|
27
|
+
// Translations
|
|
28
|
+
export { de } from './translations/de.js';
|
|
29
|
+
export { en } from './translations/en.js';
|
|
21
30
|
// Test helpers
|
|
22
31
|
import '../test/mock-open-scd.ts';
|
|
23
32
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,SAAS;AACT,OAAO,oBAAoB,CAAC;AAC5B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,qBAAqB,CAAC;AAE7B,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,SAAS;AACT,OAAO,oBAAoB,CAAC;AAC5B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,qBAAqB,CAAC;AAE7B,gBAAgB;AAChB,OAAO,EAEL,iBAAiB,EAEjB,WAAW,GACZ,MAAM,qBAAqB,CAAC;AAE7B,eAAe;AACf,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD,aAAa;AACb,OAAO,EAAE,eAAe,EAAS,MAAM,uBAAuB,CAAC;AAS/D,OAAO,EAAE,uBAAuB,EAAwB,MAAM,oBAAoB,CAAC;AACnF,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C,uBAAuB;AACvB,OAAO,EACL,YAAY,EACZ,cAAc,EACd,iBAAiB,EACjB,QAAQ,EAOR,QAAQ,EACR,aAAa,EACb,QAAQ,EACR,IAAI,EACJ,YAAY,EACZ,QAAQ,EAER,UAAU,EAGV,uBAAuB,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,EACb,mBAAmB,GACpB,MAAM,iBAAiB,CAAC;AAEzB,eAAe;AACf,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,EAAE,IAAI,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAEpD,aAAa;AACb,OAAO,oBAAoB,CAAC;AAC5B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAIxD,UAAU;AACV,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,SAAS;AACT,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAE7D,eAAe;AACf,OAAO,EAAE,EAAE,EAAE,MAAM,sBAAsB,CAAC;AAC1C,OAAO,EAAE,EAAE,EAAG,MAAM,sBAAsB,CAAC;AAE3C,eAAe;AACf,OAAO,0BAA0B,CAAA","sourcesContent":["// Addons\nimport './addons/Waiter.js';\nimport './addons/Settings.js';\nimport './addons/History.js';\n\n// History addon\nexport {\n HistoryState,\n historyStateEvent,\n HistoryUIDetail,\n OscdHistory,\n} from './addons/History.js';\n\n// Layout addon\nexport { OscdLayout } from './addons/Layout.js';\n\n// Foundation\nexport { initializeNsdoc, Nsdoc } from './foundation/nsdoc.js';\n\n// Plugin system\nexport {\n InstalledOfficialPlugin,\n Plugin,\n MenuPosition,\n PluginKind\n} from './plugin.js';\nexport { newConfigurePluginEvent, ConfigurePluginEvent } from './plugin.events.js';\nexport { pluginTag } from './plugin-tag.js';\n\n// Foundation utilities\nexport {\n compareNames,\n newWizardEvent,\n newSubWizardEvent,\n isPublic,\n Wizard,\n WizardPage,\n WizardActor,\n WizardAction,\n WizardInputElement,\n WizardInput,\n getValue,\n getMultiplier,\n identity,\n find,\n crossProduct,\n patterns,\n SCLTag,\n getVersion,\n LitElementConstructor,\n Mixin,\n getDescriptionAttribute,\n getInstanceAttribute,\n getNameAttribute,\n checkValidity,\n wizardInputSelector,\n} from './foundation.js';\n\n// Translations\nexport { de as oscdDe } from './translations/de.js';\nexport { en as oscdEn } from './translations/en.js';\n\n// Components\nimport './filtered-list.js';\nimport './wizard-textfield.js';\nexport { WizardTextField } from './wizard-textfield.js';\nexport { SelectedItemsChangedEvent } from './oscd-filter-button.js';\n\n\n// Wizards\nexport { mergeWizard } from './wizards.js';\nexport { OscdWizards } from './addons/Wizards.js';\n\n// Schema\nexport { SCL_NAMESPACE, isSCLNamespace } from './schemas.js';\n\n// Translations\nexport { de } from './translations/de.js';\nexport { en } from './translations/en.js';\n\n// Test helpers\nimport '../test/mock-open-scd.ts'"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@compas-oscd/open-scd",
|
|
3
|
-
"version": "0.34.
|
|
3
|
+
"version": "0.34.33",
|
|
4
4
|
"repository": "https://github.com/openscd/open-scd.git",
|
|
5
5
|
"directory": "packages/openscd",
|
|
6
6
|
"description": "A bottom-up substation configuration designer for projects described using SCL `IEC 61850-6` Edition 2 or greater.",
|